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 |
|---|---|---|---|---|---|
<header >
<div class="ladytop">
<div class="nav">
<div class="left"><a href="{:url('index/index')}" ><img src="__PUBLIC__/images/hunshang.png" alt="主图"></a></div>
<div class="right">
<div class="box">
<a href="" rel='dropmenu209'></a>
{volist name='cates' id='vo'}
<a href="{:url('cate/index',array('cateid'=>$vo['id']))}">{$vo.catename}</a>
{/volist}
</div>
</div>
</div>
</div>
<div style="height: 10px;background-color: #ff6278" ></div>
<div class="hotmenu">
<div class="con">热门标签:
{volist name='tags' id='vo'}
<a href="{:url('search/index',array('keywords'=>$vo['tagname']))}">{$vo.tagname}</a>
{/volist}
</div>
</div>
<div style="height: 20px"></div>
</header>
| boystark/tpblog | application/index/view/common/header.html | HTML | apache-2.0 | 925 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (version 1.7.0_45) on Thu Aug 14 16:40:22 CEST 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>DynamicArray</title>
<meta name="date" content="2014-08-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="DynamicArray";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/DynamicArray.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="../../../de/general/util/CounterMap.html" title="class in de.general.util"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../de/general/util/DynamicArrayList.html" title="class in de.general.util"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?de/general/util/DynamicArray.html" target="_top">Frames</a></li>
<li><a href="DynamicArray.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#field_summary">Field</a> | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#field_detail">Field</a> | </li>
<li><a href="#constructor_detail">Constr</a> | </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">de.general.util</div>
<h2 title="Class DynamicArray" class="title">Class DynamicArray<T></h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>de.general.util.DynamicArray<T></li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>Direct Known Subclasses:</dt>
<dd><a href="../../../de/general/util/DynamicArrayList.html" title="class in de.general.util">DynamicArrayList</a></dd>
</dl>
<hr>
<br>
<pre>public class <span class="strong">DynamicArray<T></span>
extends java.lang.Object</pre>
</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="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../de/general/util/DynamicArray.html" title="type parameter in DynamicArray">T</a>[]</code></td>
<td class="colLast"><code><strong><a href="../../../de/general/util/DynamicArray.html#data">data</a></strong></code> </td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../de/general/util/DynamicArray.html#DynamicArray(java.lang.Class)">DynamicArray</a></strong>(java.lang.Class<<a href="../../../de/general/util/DynamicArray.html" title="type parameter in DynamicArray">T</a>> c)</code> </td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../de/general/util/DynamicArray.html#DynamicArray(java.lang.Class, int)">DynamicArray</a></strong>(java.lang.Class<<a href="../../../de/general/util/DynamicArray.html" title="type parameter in DynamicArray">T</a>> c,
int initialSize)</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../de/general/util/DynamicArray.html#capacity()">capacity</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../de/general/util/DynamicArray.html" title="type parameter in DynamicArray">T</a>[]</code></td>
<td class="colLast"><code><strong><a href="../../../de/general/util/DynamicArray.html#data()">data</a></strong>()</code>
<div class="block">Access the data array in this array directly.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../de/general/util/DynamicArray.html" title="type parameter in DynamicArray">T</a>[]</code></td>
<td class="colLast"><code><strong><a href="../../../de/general/util/DynamicArray.html#ensureCapacity(int)">ensureCapacity</a></strong>(int requiredCapacity)</code>
<div class="block">Enlarge the array maintained by this instance.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../de/general/util/DynamicArray.html" title="type parameter in DynamicArray">T</a></code></td>
<td class="colLast"><code><strong><a href="../../../de/general/util/DynamicArray.html#get(int)">get</a></strong>(int index)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../de/general/util/DynamicArray.html#set(int, T)">set</a></strong>(int index,
<a href="../../../de/general/util/DynamicArray.html" title="type parameter in DynamicArray">T</a> value)</code> </td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="data">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>data</h4>
<pre>protected <a href="../../../de/general/util/DynamicArray.html" title="type parameter in DynamicArray">T</a>[] data</pre>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="DynamicArray(java.lang.Class, int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DynamicArray</h4>
<pre>public DynamicArray(java.lang.Class<<a href="../../../de/general/util/DynamicArray.html" title="type parameter in DynamicArray">T</a>> c,
int initialSize)</pre>
</li>
</ul>
<a name="DynamicArray(java.lang.Class)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>DynamicArray</h4>
<pre>public DynamicArray(java.lang.Class<<a href="../../../de/general/util/DynamicArray.html" title="type parameter in DynamicArray">T</a>> c)</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="ensureCapacity(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ensureCapacity</h4>
<pre>public <a href="../../../de/general/util/DynamicArray.html" title="type parameter in DynamicArray">T</a>[] ensureCapacity(int requiredCapacity)</pre>
<div class="block">Enlarge the array maintained by this instance.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>requiredCapacity</code> - The number of elements required.</dd></dl>
</li>
</ul>
<a name="capacity()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>capacity</h4>
<pre>public int capacity()</pre>
</li>
</ul>
<a name="data()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>data</h4>
<pre>public <a href="../../../de/general/util/DynamicArray.html" title="type parameter in DynamicArray">T</a>[] data()</pre>
<div class="block">Access the data array in this array directly. Please note that
a call to <code>ensureCapacity()</code> may create a new data array
internally rendering the old one invalid.</div>
</li>
</ul>
<a name="get(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get</h4>
<pre>public <a href="../../../de/general/util/DynamicArray.html" title="type parameter in DynamicArray">T</a> get(int index)</pre>
</li>
</ul>
<a name="set(int,java.lang.Object)">
<!-- -->
</a><a name="set(int, T)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>set</h4>
<pre>public void set(int index,
<a href="../../../de/general/util/DynamicArray.html" title="type parameter in DynamicArray">T</a> value)</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/DynamicArray.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="../../../de/general/util/CounterMap.html" title="class in de.general.util"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../de/general/util/DynamicArrayList.html" title="class in de.general.util"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?de/general/util/DynamicArray.html" target="_top">Frames</a></li>
<li><a href="DynamicArray.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#field_summary">Field</a> | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#field_detail">Field</a> | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
| SeNeReKo/LibUtils_Java | dist/javadoc/de/general/util/DynamicArray.html | HTML | apache-2.0 | 13,951 |
---
title: "Fall in the Garden"
date: "2018-10-25 00:00:00 -06:00"
categories:
- whats-blooming
layout: "post"
blog-banner: "whats-blooming-now-fall.jpg"
post-date: "October 25, 2018"
post-time: "12:00 PM"
blog-image: "2018-10-25-wbn.jpg"
published: true
---
<br />
<p class="text-center">This Autumn is definitely a colorful one. Every corner of the Garden is painted in hues of reds, oranges, and yellows.</p>
<br/>
<img src="/images/blogs/whats-blooming-blog/2018-10-25/parthenocissus-tricuspidata-lowii-jwb18.jpg" alt="Ivy" title="Ivy" class="img-center responsive" style="max-width: 600px;" />
<h5 class="text-center">Boston Ivy <i>Parthenocissus tricuspidata</i> 'Lowii'</h5>
<p class="text-center">Before this vine loses its leaves for winter, they change to fiery shades of red and orange.</p>
<br />
<img src="/images/blogs/whats-blooming-blog/2018-10-25/rosa-ausblush-jwb18.jpg" alt="Rose" title="Rose" class="img-center responsive" style="max-width: 600px;" />
<h5 class="text-center">Heritage Rose <i>Rosa</i> 'AUSblush'</h5>
<p class="text-center">Our Roses, such as this fragrant cultivar, are getting in one last bloom before the snow flies.</p>
<br />
<img src="/images/blogs/whats-blooming-blog/2018-10-25/rosa-fryeoman-jwb18.jpg" alt="Rose" title="Rose" class="img-center responsive" style="max-width: 600px;" />
<h5 class="text-center">Flower Girl™ Rose <i>Rosa</i> 'FRYyeoman'</h5>
<p class="text-center">This delightful pink rose reblooms after pruning.</p>
<br />
<img src="/images/blogs/whats-blooming-blog/2018-10-25/digitalis-illumination-flame-inflorescence-jwb18.jpg" alt="Foxglove" title="Foxglove" class="img-center responsive" style="max-width: 600px;" />
<h5 class="text-center">Illumination® Flame Foxglove <i>Digitalis</i> 'Illumination Flame'</h5>
<p class="text-center">Look for this stunning hybrid Foxglove on the Orangerie Boardwalk.</p>
<br />
<img src="/images/blogs/whats-blooming-blog/2018-10-25/orangerie-maples-jwb18.jpg" alt="Maples" title="Maples" class="img-center responsive" style="max-width: 600px;" />
<p class="text-center">The Japanese and Korean Maples next to the Visitor Center are exceptionally striking this year.</p>
<br />
<img src="/images/blogs/whats-blooming-blog/2018-10-25/water-pavilion-fall-color-jwb18.jpg" alt="Water Pavilion" title="Water Pavilion" class="img-center responsive" style="max-width: 600px;" />
<p class="text-center">If you haven't seen it yet, be sure to make it down to the Water Pavilion to see the eye-catching display of fall color.</p>
<br />
<h5 class="text-center">This is the last week to attend Garden Afte Dark! Don't miss your only chance to graduate from Oaklore Academy.</h5>
<img src="/images/blogs/whats-blooming-blog/2018-10-25/oaklore-academy-jwb18.jpg" alt="Oaklore" title="Oaklore" class="img-center responsive" style="max-width: 600px;" />
<h5 class="text-center">Learn from Oaklore Academy professors such as the famous Professor Cottam.</h5>
<br />
<h5 class="text-center green">Photos by Jason W. Baker</h5>
| redbuttegarden/redbuttegarden.github.io | whats-blooming/_posts/2018-10-25-fall-in-the-garden.html | HTML | apache-2.0 | 3,100 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>SBT Compiler for SBT 0.13.9 1.0.0-beta6 Reference Package com.google.code.sbt.compiler.sbt0139</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
</head>
<body>
<div class="overview">
<ul>
<li>
<a href="../../../../../../overview-summary.html">Overview</a>
</li>
<li class="selected">Package</li>
</ul>
</div>
<div class="framenoframe">
<ul>
<li>
<a href="../../../../../../index.html" target="_top">FRAMES</a>
</li>
<li>
<a href="package-summary.html" target="_top">NO FRAMES</a>
</li>
</ul>
</div>
<h2>Package com.google.code.sbt.compiler.sbt0139</h2>
<table class="summary">
<thead>
<tr>
<th>Class Summary</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a href="SBT0139Analysis.html" target="classFrame">SBT0139Analysis</a>
</td>
</tr>
<tr>
<td>
<a href="SBT0139AnalysisProcessor.html" target="classFrame">SBT0139AnalysisProcessor</a>
</td>
</tr>
<tr>
<td>
<a href="SBT0139Compiler.html" target="classFrame">SBT0139Compiler</a>
</td>
</tr>
<tr>
<td>
<a href="SBT0139Logger.html" target="classFrame">SBT0139Logger</a>
</td>
</tr>
</tbody>
</table>
<div class="overview">
<ul>
<li>
<a href="../../../../../../overview-summary.html">Overview</a>
</li>
<li class="selected">Package</li>
</ul>
</div>
<div class="framenoframe">
<ul>
<li>
<a href="../../../../../../index.html" target="_top">FRAMES</a>
</li>
<li>
<a href="package-summary.html" target="_top">NO FRAMES</a>
</li>
</ul>
</div>
<hr />
<div id="footer">
Copyright © 2013–2015. All rights reserved.
</div>
</body>
</html> | sbt-compiler-maven-plugin/sbt-compiler-maven-plugin.github.io | sbt-compiler-maven-plugin/1.0.0-beta6/sbt-compilers/sbt-compiler-sbt0139/xref/com/google/code/sbt/compiler/sbt0139/package-summary.html | HTML | apache-2.0 | 2,608 |
<!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"> 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_17b.html">Class Test_AbaRouteValidator_17b</a></li>
</ol></div>
<h1 class="aui-h2-clover">
Test testAbaNumberCheck_36126_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_17b.html?line=25025#src-25025" >testAbaNumberCheck_36126_bad</a>
</td>
<td>
<span class="sortValue">1</span><span class="aui-lozenge aui-lozenge-success">PASS</span>
</td>
<td>
7 Aug 12:46:48
</td>
<td>
0.0 </td>
<td>
<div></div>
<div class="errorMessage"></div>
</td>
</tr>
</tbody>
</table>
<div> </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_36126_bad</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.exceptions.AbaRouteValidationException</span>
  <a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/exceptions/AbaRouteValidationException.html?id=30645#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>
  <a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/ErrorCodes.html?id=30645#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>
  <a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/AbaRouteValidator.html?id=30645#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_17b_testAbaNumberCheck_36126_bad_nn9.html | HTML | apache-2.0 | 10,990 |
<include file="Public:head" />
<div class="panel admin-panel">
<div class="panel-head"><strong class="text-blue">基本设置</strong></div>
<div class="body-content">
<form method="post" class="form-x">
<div class="form-group bg-blue-light">
<div class="x12">
<div class="label">
<strong class="text-blue">技巧提示</strong>
</div>
</div>
</div>
<div class="form-group">
<div class="x12">
<div class="label">
<strong></strong>
</div>
<div class="x7">
<small class="text-gray">
电子商务参数配置项统一使用数据库 <code class="text-red">`setting`</code> 表<br>
前台继承公共方法控制器类 <code class="text-red">CommonController</code><br>
参数查询方式为 <code class="text-red">$setting.key</code><br>
现金积分兑换比例,查询关键字( <code class="text-red">ec_ratio</code>)<br>
单次购买最小积分数额,查询关键字( <code class="text-red">ec_mincredits</code>)<br>
单次购买最大积分数额,查询关键字( <code class="text-red">ec_maxcredits</code>)<br>
每月购买最大积分数额,查询关键字( <code class="text-red">ec_maxcreditspermonth</code>)<br>
</small>
</div>
</div>
</div>
<div class="form-group">
<div class="x12">
<div class="label">
<strong>现金/积分兑换比例</strong>
</div>
<div class="x3">
<div class="field">
<input type="text" class="input" name="data[ec_ratio]" value="{$setting.ec_ratio}">
</div>
</div>
<div class="x7">
<small class="text-gray">设置真实货币现金(以人民币元为单位)与站点交易积分间的兑换比率,例如设置为 10,则 1 元人民币可以兑换 10 个单位的交易积分。本功能需开启交易积分,并成功进行财付通、支付宝收款账号的相关设置后方可使用,如果禁止使用现金与交易积分的兑换功能,请设置为 0</small>
</div>
</div>
</div>
<div class="form-group">
<div class="x12">
<div class="label">
<strong>单次购买最小积分数额</strong>
</div>
<div class="x3">
<div class="field">
<input type="text" class="input" name="data[ec_mincredits]" value="{$setting.ec_mincredits}">
</div>
</div>
<div class="x7">
<small class="text-gray">设置用户一次支付所购买的交易积分的最小数额,单位为交易积分的单位,0 为不限制</small>
</div>
</div>
</div>
<div class="form-group">
<div class="x12">
<div class="label">
<strong>单次购买最大积分数额</strong>
</div>
<div class="x3">
<div class="field">
<input type="text" class="input" name="data[ec_maxcredits]" value="{$setting.ec_maxcredits}">
</div>
</div>
<div class="x7">
<small class="text-gray">设置用户一次支付所购买的交易积分的最大数额,单位为交易积分的单位,0 为不限制</small>
</div>
</div>
</div>
<div class="form-group">
<div class="x12">
<div class="label">
<strong>每月购买最大积分数额</strong>
</div>
<div class="x3">
<div class="field">
<input type="text" class="input" name="data[ec_maxcreditspermonth]" value="{$setting.ec_maxcreditspermonth}">
</div>
</div>
<div class="x7">
<small class="text-gray">设置用户每月能够通过在线支付方式购买的交易积分的最大数额,单位为交易积分的单位,0 为不限制
提交</small>
</div>
</div>
</div>
<div class="form-group margin-large-top">
<div class="x12">
<div class="label">
<label></label>
</div>
<div class="field">
<button class="button bg-main" type="submit">提交</button>
</div>
</div>
</div>
</form>
</div>
</div>
<include file="Public:footer" /> | PHPJourney/gccms | App/Admin/View/default/Cpanel/ec.html | HTML | apache-2.0 | 4,082 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_112) on Mon Nov 06 11:57:27 MST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.wildfly.swarm.opentracing.OpenTracingFraction (BOM: * : All 2017.11.0 API)</title>
<meta name="date" content="2017-11-06">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.wildfly.swarm.opentracing.OpenTracingFraction (BOM: * : All 2017.11.0 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/wildfly/swarm/opentracing/OpenTracingFraction.html" title="class in org.wildfly.swarm.opentracing">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">WildFly Swarm API, 2017.11.0</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/wildfly/swarm/opentracing/class-use/OpenTracingFraction.html" target="_top">Frames</a></li>
<li><a href="OpenTracingFraction.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.wildfly.swarm.opentracing.OpenTracingFraction" class="title">Uses of Class<br>org.wildfly.swarm.opentracing.OpenTracingFraction</h2>
</div>
<div class="classUseContainer">No usage of org.wildfly.swarm.opentracing.OpenTracingFraction</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/opentracing/OpenTracingFraction.html" title="class in org.wildfly.swarm.opentracing">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">WildFly Swarm API, 2017.11.0</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/wildfly/swarm/opentracing/class-use/OpenTracingFraction.html" target="_top">Frames</a></li>
<li><a href="OpenTracingFraction.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 © 2017 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
| wildfly-swarm/wildfly-swarm-javadocs | 2017.11.0/apidocs/org/wildfly/swarm/opentracing/class-use/OpenTracingFraction.html | HTML | apache-2.0 | 4,914 |
---
layout: post
title: Two Bits, online
date: 2008-02-29 04:04:20.000000000 -08:00
categories:
- general news
tags: []
status: publish
type: post
published: true
meta: {}
author:
login: ckelty
email: ckelty@socgen.ucla.edu
display_name: ckelty
first_name: Christopher
last_name: Kelty
excerpt: !ruby/object:Hpricot::Doc
options: {}
---
<p>Welcome to the online version of Two Bits...</p>
| ckelty/twobits.net | _posts/2008-02-29-two-bits-online.html | HTML | apache-2.0 | 401 |
<!DOCTYPE html>
<html>
<head>
<link rel ="stylesheet" href="style.css">
<h1> 1:10PM Wednesday March 4th, 2015</h1>
<style>
#map-canvas {
width: 800px;
height: 600px;
}
</style>
<script src="https://maps.googleapis.com/maps/api/js"></script>
<script>
function initialize() {
var directionsService = new google.maps.DirectionsService();
var directionsDisplay = new google.maps.DirectionsRenderer();
var mapCanvas = document.getElementById('map-canvas');
var dorm = new google.maps.LatLng(30.445122, -84.294342);
var res = new google.maps.LatLng(30.445580, -84.300059);
var mapOptions = {
center: res,
zoom: 18,
mapTypeId: google.maps.MapTypeId.HYBRID
}
var map = new google.maps.Map(mapCanvas, mapOptions)
directionsDisplay.setMap(map);
function calcRoute() {
var start = res;
var end = dorm;
var request = {
origin: 'Carothers Hall, Tallahasse FL',
destination: 'DeGraff Hall East, Tallahassee FL',
travelMode: google.maps.TravelMode.WALKING,
region: 'Florida State University'
};
directionsService.route(request, function(response, status) {
if (status == google.maps.DirectionsStatus.OK) {
directionsDisplay.setDirections(response);
}
});
}
calcRoute();
}
google.maps.event.addDomListener(window, 'load', initialize);
</script>
</head>
<body>
<p>Walk from Recitation class to dorm to study</p>
<div id="map-canvas"></div>
<p><a href="part6.html">Click here to continue through the day!</a></p>
<p><a href="index.html">Click here to go back to the Schedule!</a></p>
</body>
</html> | thehillionaire/thehillionaire.github.io | part5.html | HTML | apache-2.0 | 1,644 |
<!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_102) on Wed Nov 08 22:52:42 CET 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Interface se.litsec.eidas.opensaml2.ext.attributes.address.Thoroughfare (eIDAS extension for OpenSAML 2.x - 1.0.4)</title>
<meta name="date" content="2017-11-08">
<link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Interface se.litsec.eidas.opensaml2.ext.attributes.address.Thoroughfare (eIDAS extension for OpenSAML 2.x - 1.0.4)";
}
}
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/opensaml2/ext/attributes/address/Thoroughfare.html" title="interface in se.litsec.eidas.opensaml2.ext.attributes.address">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/opensaml2/ext/attributes/address/class-use/Thoroughfare.html" target="_top">Frames</a></li>
<li><a href="Thoroughfare.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Interface se.litsec.eidas.opensaml2.ext.attributes.address.Thoroughfare" class="title">Uses of Interface<br>se.litsec.eidas.opensaml2.ext.attributes.address.Thoroughfare</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="../../../../../../../../se/litsec/eidas/opensaml2/ext/attributes/address/Thoroughfare.html" title="interface in se.litsec.eidas.opensaml2.ext.attributes.address">Thoroughfare</a></span><span class="tabEnd"> </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="#se.litsec.eidas.opensaml2.ext.attributes.address.impl">se.litsec.eidas.opensaml2.ext.attributes.address.impl</a></td>
<td class="colLast">
<div class="block">Implementation classes for the supporting types of the eIDAS <code>CurrentAddressStructuredType</code>.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="se.litsec.eidas.opensaml2.ext.attributes.address.impl">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../../se/litsec/eidas/opensaml2/ext/attributes/address/Thoroughfare.html" title="interface in se.litsec.eidas.opensaml2.ext.attributes.address">Thoroughfare</a> in <a href="../../../../../../../../se/litsec/eidas/opensaml2/ext/attributes/address/impl/package-summary.html">se.litsec.eidas.opensaml2.ext.attributes.address.impl</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../../../../se/litsec/eidas/opensaml2/ext/attributes/address/impl/package-summary.html">se.litsec.eidas.opensaml2.ext.attributes.address.impl</a> that implement <a href="../../../../../../../../se/litsec/eidas/opensaml2/ext/attributes/address/Thoroughfare.html" title="interface in se.litsec.eidas.opensaml2.ext.attributes.address">Thoroughfare</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../se/litsec/eidas/opensaml2/ext/attributes/address/impl/ThoroughfareImpl.html" title="class in se.litsec.eidas.opensaml2.ext.attributes.address.impl">ThoroughfareImpl</a></span></code>
<div class="block">Implementation of <code>Thoroughfare</code>.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../../se/litsec/eidas/opensaml2/ext/attributes/address/impl/package-summary.html">se.litsec.eidas.opensaml2.ext.attributes.address.impl</a> that return <a href="../../../../../../../../se/litsec/eidas/opensaml2/ext/attributes/address/Thoroughfare.html" title="interface in se.litsec.eidas.opensaml2.ext.attributes.address">Thoroughfare</a></span><span class="tabEnd"> </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="../../../../../../../../se/litsec/eidas/opensaml2/ext/attributes/address/Thoroughfare.html" title="interface in se.litsec.eidas.opensaml2.ext.attributes.address">Thoroughfare</a></code></td>
<td class="colLast"><span class="typeNameLabel">ThoroughfareBuilder.</span><code><span class="memberNameLink"><a href="../../../../../../../../se/litsec/eidas/opensaml2/ext/attributes/address/impl/ThoroughfareBuilder.html#buildObject--">buildObject</a></span>()</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../../se/litsec/eidas/opensaml2/ext/attributes/address/Thoroughfare.html" title="interface in se.litsec.eidas.opensaml2.ext.attributes.address">Thoroughfare</a></code></td>
<td class="colLast"><span class="typeNameLabel">ThoroughfareBuilder.</span><code><span class="memberNameLink"><a href="../../../../../../../../se/litsec/eidas/opensaml2/ext/attributes/address/impl/ThoroughfareBuilder.html#buildObject-java.lang.String-java.lang.String-java.lang.String-">buildObject</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> namespaceURI,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> localName,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> namespacePrefix)</code></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="../../../../../../../../se/litsec/eidas/opensaml2/ext/attributes/address/Thoroughfare.html" title="interface in se.litsec.eidas.opensaml2.ext.attributes.address">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/opensaml2/ext/attributes/address/class-use/Thoroughfare.html" target="_top">Frames</a></li>
<li><a href="Thoroughfare.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 © 2017. All rights reserved.</small></p>
</body>
</html>
| litsec/eidas-opensaml | docs/javadoc/opensaml2/1.0.4/se/litsec/eidas/opensaml2/ext/attributes/address/class-use/Thoroughfare.html | HTML | apache-2.0 | 9,915 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_75) on Sat May 16 22:22:32 CEST 2015 -->
<title>NodeTool.ClearSnapshot</title>
<meta name="date" content="2015-05-16">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="NodeTool.ClearSnapshot";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/cassandra/tools/NodeTool.Cleanup.html" title="class in org.apache.cassandra.tools"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/apache/cassandra/tools/NodeTool.Compact.html" title="class in org.apache.cassandra.tools"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/cassandra/tools/NodeTool.ClearSnapshot.html" target="_top">Frames</a></li>
<li><a href="NodeTool.ClearSnapshot.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.cassandra.tools</div>
<h2 title="Class NodeTool.ClearSnapshot" class="title">Class NodeTool.ClearSnapshot</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li><a href="../../../../org/apache/cassandra/tools/NodeTool.NodeToolCmd.html" title="class in org.apache.cassandra.tools">org.apache.cassandra.tools.NodeTool.NodeToolCmd</a></li>
<li>
<ul class="inheritance">
<li>org.apache.cassandra.tools.NodeTool.ClearSnapshot</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd>java.lang.Runnable</dd>
</dl>
<dl>
<dt>Enclosing class:</dt>
<dd><a href="../../../../org/apache/cassandra/tools/NodeTool.html" title="class in org.apache.cassandra.tools">NodeTool</a></dd>
</dl>
<hr>
<br>
<pre>@Command(name="clearsnapshot",
description="Remove the snapshot with the given name from the given keyspaces. If no snapshotName is specified we will remove all snapshots")
public static class <span class="strong">NodeTool.ClearSnapshot</span>
extends <a href="../../../../org/apache/cassandra/tools/NodeTool.NodeToolCmd.html" title="class in org.apache.cassandra.tools">NodeTool.NodeToolCmd</a></pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../org/apache/cassandra/tools/NodeTool.ClearSnapshot.html#NodeTool.ClearSnapshot()">NodeTool.ClearSnapshot</a></strong>()</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/tools/NodeTool.ClearSnapshot.html#execute(org.apache.cassandra.tools.NodeProbe)">execute</a></strong>(<a href="../../../../org/apache/cassandra/tools/NodeProbe.html" title="class in org.apache.cassandra.tools">NodeProbe</a> probe)</code> </td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.apache.cassandra.tools.NodeTool.NodeToolCmd">
<!-- -->
</a>
<h3>Methods inherited from class org.apache.cassandra.tools.<a href="../../../../org/apache/cassandra/tools/NodeTool.NodeToolCmd.html" title="class in org.apache.cassandra.tools">NodeTool.NodeToolCmd</a></h3>
<code><a href="../../../../org/apache/cassandra/tools/NodeTool.NodeToolCmd.html#parseOptionalColumnFamilies(java.util.List)">parseOptionalColumnFamilies</a>, <a href="../../../../org/apache/cassandra/tools/NodeTool.NodeToolCmd.html#parseOptionalKeyspace(java.util.List,%20org.apache.cassandra.tools.NodeProbe)">parseOptionalKeyspace</a>, <a href="../../../../org/apache/cassandra/tools/NodeTool.NodeToolCmd.html#parseOptionalKeyspace(java.util.List,%20org.apache.cassandra.tools.NodeProbe,%20boolean)">parseOptionalKeyspace</a>, <a href="../../../../org/apache/cassandra/tools/NodeTool.NodeToolCmd.html#run()">run</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="NodeTool.ClearSnapshot()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>NodeTool.ClearSnapshot</h4>
<pre>public NodeTool.ClearSnapshot()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="execute(org.apache.cassandra.tools.NodeProbe)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>execute</h4>
<pre>public void execute(<a href="../../../../org/apache/cassandra/tools/NodeProbe.html" title="class in org.apache.cassandra.tools">NodeProbe</a> probe)</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/apache/cassandra/tools/NodeTool.NodeToolCmd.html#execute(org.apache.cassandra.tools.NodeProbe)">execute</a></code> in class <code><a href="../../../../org/apache/cassandra/tools/NodeTool.NodeToolCmd.html" title="class in org.apache.cassandra.tools">NodeTool.NodeToolCmd</a></code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/cassandra/tools/NodeTool.Cleanup.html" title="class in org.apache.cassandra.tools"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/apache/cassandra/tools/NodeTool.Compact.html" title="class in org.apache.cassandra.tools"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/cassandra/tools/NodeTool.ClearSnapshot.html" target="_top">Frames</a></li>
<li><a href="NodeTool.ClearSnapshot.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
| sayanh/ViewMaintenanceCassandra | doc/org/apache/cassandra/tools/NodeTool.ClearSnapshot.html | HTML | apache-2.0 | 10,817 |
<!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:22 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class net.sourceforge.pmd.lang.java.rule.controversial.OnlyOneReturnRule (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.java.rule.controversial.OnlyOneReturnRule (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/java/rule/controversial/OnlyOneReturnRule.html" title="class in net.sourceforge.pmd.lang.java.rule.controversial">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/java/rule/controversial/class-use/OnlyOneReturnRule.html" target="_top">Frames</a></li>
<li><a href="OnlyOneReturnRule.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.sourceforge.pmd.lang.java.rule.controversial.OnlyOneReturnRule" class="title">Uses of Class<br>net.sourceforge.pmd.lang.java.rule.controversial.OnlyOneReturnRule</h2>
</div>
<div class="classUseContainer">No usage of net.sourceforge.pmd.lang.java.rule.controversial.OnlyOneReturnRule</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/java/rule/controversial/OnlyOneReturnRule.html" title="class in net.sourceforge.pmd.lang.java.rule.controversial">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/java/rule/controversial/class-use/OnlyOneReturnRule.html" target="_top">Frames</a></li>
<li><a href="OnlyOneReturnRule.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 © 2002–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/java/rule/controversial/class-use/OnlyOneReturnRule.html | HTML | apache-2.0 | 5,079 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_31) on Mon Oct 01 06:51:22 PDT 2012 -->
<TITLE>
Uses of Class org.apache.hadoop.mapred.lib.RegexMapper (Hadoop 1.0.3.16 API)
</TITLE>
<META NAME="date" CONTENT="2012-10-01">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.hadoop.mapred.lib.RegexMapper (Hadoop 1.0.3.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> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/hadoop/mapred/lib/RegexMapper.html" title="class in org.apache.hadoop.mapred.lib"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/apache/hadoop/mapred/lib//class-useRegexMapper.html" target="_top"><B>FRAMES</B></A>
<A HREF="RegexMapper.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>org.apache.hadoop.mapred.lib.RegexMapper</B></H2>
</CENTER>
No usage of org.apache.hadoop.mapred.lib.RegexMapper
<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> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/hadoop/mapred/lib/RegexMapper.html" title="class in org.apache.hadoop.mapred.lib"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/apache/hadoop/mapred/lib//class-useRegexMapper.html" target="_top"><B>FRAMES</B></A>
<A HREF="RegexMapper.html" target="_top"><B>NO FRAMES</B></A>
<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 © 2009 The Apache Software Foundation
</BODY>
</HTML>
| Seagate/hadoop-on-lustre | docs/api/org/apache/hadoop/mapred/lib/class-use/RegexMapper.html | HTML | apache-2.0 | 6,071 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_232) on Tue Sep 15 08:52:58 UTC 2020 -->
<title>org.springframework.web.accept (Spring Framework 5.1.18.RELEASE API)</title>
<meta name="date" content="2020-09-15">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<h1 class="bar"><a href="../../../../org/springframework/web/accept/package-summary.html" target="classFrame">org.springframework.web.accept</a></h1>
<div class="indexContainer">
<h2 title="Interfaces">Interfaces</h2>
<ul title="Interfaces">
<li><a href="ContentNegotiationStrategy.html" title="interface in org.springframework.web.accept" target="classFrame"><span class="interfaceName">ContentNegotiationStrategy</span></a></li>
<li><a href="MediaTypeFileExtensionResolver.html" title="interface in org.springframework.web.accept" target="classFrame"><span class="interfaceName">MediaTypeFileExtensionResolver</span></a></li>
</ul>
<h2 title="Classes">Classes</h2>
<ul title="Classes">
<li><a href="AbstractMappingContentNegotiationStrategy.html" title="class in org.springframework.web.accept" target="classFrame">AbstractMappingContentNegotiationStrategy</a></li>
<li><a href="ContentNegotiationManager.html" title="class in org.springframework.web.accept" target="classFrame">ContentNegotiationManager</a></li>
<li><a href="ContentNegotiationManagerFactoryBean.html" title="class in org.springframework.web.accept" target="classFrame">ContentNegotiationManagerFactoryBean</a></li>
<li><a href="FixedContentNegotiationStrategy.html" title="class in org.springframework.web.accept" target="classFrame">FixedContentNegotiationStrategy</a></li>
<li><a href="HeaderContentNegotiationStrategy.html" title="class in org.springframework.web.accept" target="classFrame">HeaderContentNegotiationStrategy</a></li>
<li><a href="MappingMediaTypeFileExtensionResolver.html" title="class in org.springframework.web.accept" target="classFrame">MappingMediaTypeFileExtensionResolver</a></li>
<li><a href="ParameterContentNegotiationStrategy.html" title="class in org.springframework.web.accept" target="classFrame">ParameterContentNegotiationStrategy</a></li>
<li><a href="PathExtensionContentNegotiationStrategy.html" title="class in org.springframework.web.accept" target="classFrame">PathExtensionContentNegotiationStrategy</a></li>
<li><a href="ServletPathExtensionContentNegotiationStrategy.html" title="class in org.springframework.web.accept" target="classFrame">ServletPathExtensionContentNegotiationStrategy</a></li>
</ul>
</div>
</body>
</html>
| akhr/java | Spring/jars/spring-framework-5.1.18.RELEASE/docs/javadoc-api/org/springframework/web/accept/package-frame.html | HTML | apache-2.0 | 2,757 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_162) on Sat Feb 02 18:57:41 CET 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>com.communote.server.core.common.database (Communote 3.5 API)</title>
<meta name="date" content="2019-02-02">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
<body>
<h1 class="bar"><a href="../../../../../../com/communote/server/core/common/database/package-summary.html" target="classFrame">com.communote.server.core.common.database</a></h1>
<div class="indexContainer">
<h2 title="Interfaces">Interfaces</h2>
<ul title="Interfaces">
<li><a href="ClientDataSourceConnectionCloser.html" title="interface in com.communote.server.core.common.database" target="classFrame"><span class="interfaceName">ClientDataSourceConnectionCloser</span></a></li>
</ul>
<h2 title="Classes">Classes</h2>
<ul title="Classes">
<li><a href="DatabaseUpdater.html" title="class in com.communote.server.core.common.database" target="classFrame">DatabaseUpdater</a></li>
</ul>
<h2 title="Enums">Enums</h2>
<ul title="Enums">
<li><a href="DatabaseUpdateType.html" title="enum in com.communote.server.core.common.database" target="classFrame">DatabaseUpdateType</a></li>
</ul>
<h2 title="Exceptions">Exceptions</h2>
<ul title="Exceptions">
<li><a href="DatabaseUpdateException.html" title="class in com.communote.server.core.common.database" target="classFrame">DatabaseUpdateException</a></li>
</ul>
</div>
</body>
</html>
| Communote/communote.github.io | generated/javadoc/com/communote/server/core/common/database/package-frame.html | HTML | apache-2.0 | 1,719 |
<!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_15) on Sat May 04 07:11:23 UTC 2013 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Interface uk.nhs.interoperability.transport.ITKTransportRoute (ITK API 0.1-SNAPSHOT API)</title>
<meta name="date" content="2013-05-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="Uses of Interface uk.nhs.interoperability.transport.ITKTransportRoute (ITK API 0.1-SNAPSHOT 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="../../../../../uk/nhs/interoperability/transport/ITKTransportRoute.html" title="interface in uk.nhs.interoperability.transport">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?uk/nhs/interoperability/transport/class-use/ITKTransportRoute.html" target="_top">Frames</a></li>
<li><a href="ITKTransportRoute.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Interface uk.nhs.interoperability.transport.ITKTransportRoute" class="title">Uses of Interface<br>uk.nhs.interoperability.transport.ITKTransportRoute</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="../../../../../uk/nhs/interoperability/transport/ITKTransportRoute.html" title="interface in uk.nhs.interoperability.transport">ITKTransportRoute</a></span><span class="tabEnd"> </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="#uk.nhs.interoperability.capabilities">uk.nhs.interoperability.capabilities</a></td>
<td class="colLast">
<div class="block">Additional ITK API capabilities/extensions for features that are not fully specified by the (normative) written ITK Specifications</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#uk.nhs.interoperability.payload">uk.nhs.interoperability.payload</a></td>
<td class="colLast">
<div class="block">Interfaces to support the generic handling of ITK messages by the transport and distribution infrastructure.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#uk.nhs.interoperability.transport">uk.nhs.interoperability.transport</a></td>
<td class="colLast">
<div class="block">Interfaces representing the abstraction of transport elements of the ITK transport and distribution infrastructure.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="uk.nhs.interoperability.capabilities">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../uk/nhs/interoperability/transport/ITKTransportRoute.html" title="interface in uk.nhs.interoperability.transport">ITKTransportRoute</a> in <a href="../../../../../uk/nhs/interoperability/capabilities/package-summary.html">uk.nhs.interoperability.capabilities</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../uk/nhs/interoperability/capabilities/package-summary.html">uk.nhs.interoperability.capabilities</a> that return <a href="../../../../../uk/nhs/interoperability/transport/ITKTransportRoute.html" title="interface in uk.nhs.interoperability.transport">ITKTransportRoute</a></span><span class="tabEnd"> </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="../../../../../uk/nhs/interoperability/transport/ITKTransportRoute.html" title="interface in uk.nhs.interoperability.transport">ITKTransportRoute</a></code></td>
<td class="colLast"><span class="strong">DirectoryOfServices.</span><code><strong><a href="../../../../../uk/nhs/interoperability/capabilities/DirectoryOfServices.html#resolveDestination(java.lang.String, uk.nhs.interoperability.infrastructure.ITKAddress)">resolveDestination</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> serviceId,
<a href="../../../../../uk/nhs/interoperability/infrastructure/ITKAddress.html" title="interface in uk.nhs.interoperability.infrastructure">ITKAddress</a> address)</code>
<div class="block">Resolve the <code>ITKTransportRoute</code> for the supplied <code>service</code>
and logical destination <code>address</code>.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="uk.nhs.interoperability.payload">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../uk/nhs/interoperability/transport/ITKTransportRoute.html" title="interface in uk.nhs.interoperability.transport">ITKTransportRoute</a> in <a href="../../../../../uk/nhs/interoperability/payload/package-summary.html">uk.nhs.interoperability.payload</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../uk/nhs/interoperability/payload/package-summary.html">uk.nhs.interoperability.payload</a> that return <a href="../../../../../uk/nhs/interoperability/transport/ITKTransportRoute.html" title="interface in uk.nhs.interoperability.transport">ITKTransportRoute</a></span><span class="tabEnd"> </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="../../../../../uk/nhs/interoperability/transport/ITKTransportRoute.html" title="interface in uk.nhs.interoperability.transport">ITKTransportRoute</a></code></td>
<td class="colLast"><span class="strong">ITKMessage.</span><code><strong><a href="../../../../../uk/nhs/interoperability/payload/ITKMessage.html#getPreresolvedRoute()">getPreresolvedRoute</a></strong>()</code>
<div class="block">Obtains any pre-resolved <a href="../../../../../uk/nhs/interoperability/transport/ITKTransportRoute.html" title="interface in uk.nhs.interoperability.transport"><code>ITKTransportRoute</code></a> associated
with this ITKMessage.<br/><br/>
A pre-resolved transport route might be present if this
ITKMessage instance is a response where the return address
is already known (e.g.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="uk.nhs.interoperability.transport">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../uk/nhs/interoperability/transport/ITKTransportRoute.html" title="interface in uk.nhs.interoperability.transport">ITKTransportRoute</a> in <a href="../../../../../uk/nhs/interoperability/transport/package-summary.html">uk.nhs.interoperability.transport</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../uk/nhs/interoperability/transport/package-summary.html">uk.nhs.interoperability.transport</a> that return <a href="../../../../../uk/nhs/interoperability/transport/ITKTransportRoute.html" title="interface in uk.nhs.interoperability.transport">ITKTransportRoute</a></span><span class="tabEnd"> </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="../../../../../uk/nhs/interoperability/transport/ITKTransportRoute.html" title="interface in uk.nhs.interoperability.transport">ITKTransportRoute</a></code></td>
<td class="colLast"><span class="strong">ITKTransportProperties.</span><code><strong><a href="../../../../../uk/nhs/interoperability/transport/ITKTransportProperties.html#getTransportFaultToRoute()">getTransportFaultToRoute</a></strong>()</code>
<div class="block">Convenience method to return a fully constructed
<a href="../../../../../uk/nhs/interoperability/transport/ITKTransportRoute.html" title="interface in uk.nhs.interoperability.transport"><code>ITKTransportRoute</code></a> for returning asynchronous
faults to.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../uk/nhs/interoperability/transport/ITKTransportRoute.html" title="interface in uk.nhs.interoperability.transport">ITKTransportRoute</a></code></td>
<td class="colLast"><span class="strong">ITKTransportProperties.</span><code><strong><a href="../../../../../uk/nhs/interoperability/transport/ITKTransportProperties.html#getTransportReplyToRoute()">getTransportReplyToRoute</a></strong>()</code>
<div class="block">Convenience method to return a fully constructed
<a href="../../../../../uk/nhs/interoperability/transport/ITKTransportRoute.html" title="interface in uk.nhs.interoperability.transport"><code>ITKTransportRoute</code></a> for returning asynchronous
response messages to.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../uk/nhs/interoperability/transport/package-summary.html">uk.nhs.interoperability.transport</a> with parameters of type <a href="../../../../../uk/nhs/interoperability/transport/ITKTransportRoute.html" title="interface in uk.nhs.interoperability.transport">ITKTransportRoute</a></span><span class="tabEnd"> </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">ITKSender.</span><code><strong><a href="../../../../../uk/nhs/interoperability/transport/ITKSender.html#send(uk.nhs.interoperability.transport.ITKTransportRoute, uk.nhs.interoperability.payload.ITKMessage)">send</a></strong>(<a href="../../../../../uk/nhs/interoperability/transport/ITKTransportRoute.html" title="interface in uk.nhs.interoperability.transport">ITKTransportRoute</a> destination,
<a href="../../../../../uk/nhs/interoperability/payload/ITKMessage.html" title="interface in uk.nhs.interoperability.payload">ITKMessage</a> request)</code>
<div class="block">Operation that allows a business payload and ITK wrappers (e.g.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">ITKSender.</span><code><strong><a href="../../../../../uk/nhs/interoperability/transport/ITKSender.html#sendAysnc(uk.nhs.interoperability.transport.ITKTransportRoute, uk.nhs.interoperability.payload.ITKMessage)">sendAysnc</a></strong>(<a href="../../../../../uk/nhs/interoperability/transport/ITKTransportRoute.html" title="interface in uk.nhs.interoperability.transport">ITKTransportRoute</a> destination,
<a href="../../../../../uk/nhs/interoperability/payload/ITKMessage.html" title="interface in uk.nhs.interoperability.payload">ITKMessage</a> request)</code>
<div class="block">Operation that allows a business payload and ITK wrappers (e.g.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../uk/nhs/interoperability/payload/ITKMessage.html" title="interface in uk.nhs.interoperability.payload">ITKMessage</a></code></td>
<td class="colLast"><span class="strong">ITKSender.</span><code><strong><a href="../../../../../uk/nhs/interoperability/transport/ITKSender.html#sendSync(uk.nhs.interoperability.transport.ITKTransportRoute, uk.nhs.interoperability.payload.ITKMessage)">sendSync</a></strong>(<a href="../../../../../uk/nhs/interoperability/transport/ITKTransportRoute.html" title="interface in uk.nhs.interoperability.transport">ITKTransportRoute</a> destination,
<a href="../../../../../uk/nhs/interoperability/payload/ITKMessage.html" title="interface in uk.nhs.interoperability.payload">ITKMessage</a> request)</code>
<div class="block">Operation that allows a business payload and ITK wrappers (e.g.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../uk/nhs/interoperability/transport/ITKTransportRoute.html" title="interface in uk.nhs.interoperability.transport">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?uk/nhs/interoperability/transport/class-use/ITKTransportRoute.html" target="_top">Frames</a></li>
<li><a href="ITKTransportRoute.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>All content is available under the <a href="http://www.nationalarchives.gov.uk/doc/open-government-licence/" title="Open Government Licence">Open Government Licence</a>, except where otherwise stated<br/>
All example source code is available under <a href="http://www.apache.org/licenses/LICENSE-2.0.html" title="Apache 2.0 License">Apache 2.0</a>, except where otherwise stated</small></p>
</body>
</html>
| health-and-care-developer-network/health-and-care-developer-network | source/build/package-templates/hdn-itk-documentation/hdn-itk-documentation/srv/hdn-itk-documentation/itk/itk-api/apidocs/uk/nhs/interoperability/transport/class-use/ITKTransportRoute.html | HTML | apache-2.0 | 15,938 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_79) on Thu Sep 17 01:48:47 IST 2015 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Uses of Class org.apache.solr.spelling.suggest.fst.FSTLookupFactory (Solr 5.3.1 API)</title>
<meta name="date" content="2015-09-17">
<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.solr.spelling.suggest.fst.FSTLookupFactory (Solr 5.3.1 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../org/apache/solr/spelling/suggest/fst/FSTLookupFactory.html" title="class in org.apache.solr.spelling.suggest.fst">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/spelling/suggest/fst/class-use/FSTLookupFactory.html" target="_top">Frames</a></li>
<li><a href="FSTLookupFactory.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.solr.spelling.suggest.fst.FSTLookupFactory" class="title">Uses of Class<br>org.apache.solr.spelling.suggest.fst.FSTLookupFactory</h2>
</div>
<div class="classUseContainer">No usage of org.apache.solr.spelling.suggest.fst.FSTLookupFactory</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/solr/spelling/suggest/fst/FSTLookupFactory.html" title="class in org.apache.solr.spelling.suggest.fst">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/spelling/suggest/fst/class-use/FSTLookupFactory.html" target="_top">Frames</a></li>
<li><a href="FSTLookupFactory.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>
<i>Copyright © 2000-2015 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>
| TitasNandi/Summer_Project | solr-5.3.1/docs/solr-core/org/apache/solr/spelling/suggest/fst/class-use/FSTLookupFactory.html | HTML | apache-2.0 | 5,017 |
<!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_07) on Wed Jan 29 10:36:09 GMT 2014 -->
<title>ISession</title>
<meta name="date" content="2014-01-29">
<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="ISession";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/ISession.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../com/gravspace/abstractions/IRenderer.html" title="interface in com.gravspace.abstractions"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../com/gravspace/abstractions/ITask.html" title="interface in com.gravspace.abstractions"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?com/gravspace/abstractions/ISession.html" target="_top">Frames</a></li>
<li><a href="ISession.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">com.gravspace.abstractions</div>
<h2 title="Interface ISession" class="title">Interface ISession</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public interface <span class="strong">ISession</span></pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>scala.concurrent.Future<java.lang.Object></code></td>
<td class="colLast"><code><strong><a href="../../../com/gravspace/abstractions/ISession.html#get(java.lang.String)">get</a></strong>(java.lang.String name)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../com/gravspace/abstractions/ISession.html#kill()">kill</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>scala.concurrent.Future<java.lang.Object></code></td>
<td class="colLast"><code><strong><a href="../../../com/gravspace/abstractions/ISession.html#set(java.lang.String, java.lang.Object)">set</a></strong>(java.lang.String name,
java.lang.Object value)</code> </td>
</tr>
</table>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="get(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get</h4>
<pre>scala.concurrent.Future<java.lang.Object> get(java.lang.String name)</pre>
</li>
</ul>
<a name="set(java.lang.String, java.lang.Object)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>set</h4>
<pre>scala.concurrent.Future<java.lang.Object> set(java.lang.String name,
java.lang.Object value)</pre>
</li>
</ul>
<a name="kill()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>kill</h4>
<pre>void kill()</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/ISession.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../com/gravspace/abstractions/IRenderer.html" title="interface in com.gravspace.abstractions"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../com/gravspace/abstractions/ITask.html" title="interface in com.gravspace.abstractions"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?com/gravspace/abstractions/ISession.html" target="_top">Frames</a></li>
<li><a href="ISession.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
| ranoble/Megapode | javadocs/com/gravspace/abstractions/ISession.html | HTML | apache-2.0 | 7,652 |
<!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_66-internal) on Wed Jan 06 11:49:35 CET 2016 -->
<title>org.homedrop.thirdParty.db.sqliteModels</title>
<meta name="date" content="2016-01-06">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.homedrop.thirdParty.db.sqliteModels";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/homedrop/thirdParty/db/package-summary.html">Prev Package</a></li>
<li><a href="../../../../../org/homedrop/thirdParty/server/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/homedrop/thirdParty/db/sqliteModels/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 org.homedrop.thirdParty.db.sqliteModels</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
<caption><span>Class Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/homedrop/thirdParty/db/sqliteModels/FileEntity.html" title="class in org.homedrop.thirdParty.db.sqliteModels">FileEntity</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/homedrop/thirdParty/db/sqliteModels/FileTagEntity.html" title="class in org.homedrop.thirdParty.db.sqliteModels">FileTagEntity</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/homedrop/thirdParty/db/sqliteModels/RuleEntity.html" title="class in org.homedrop.thirdParty.db.sqliteModels">RuleEntity</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/homedrop/thirdParty/db/sqliteModels/TagEntity.html" title="class in org.homedrop.thirdParty.db.sqliteModels">TagEntity</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/homedrop/thirdParty/db/sqliteModels/UserEntity.html" title="class in org.homedrop.thirdParty.db.sqliteModels">UserEntity</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/homedrop/thirdParty/db/package-summary.html">Prev Package</a></li>
<li><a href="../../../../../org/homedrop/thirdParty/server/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/homedrop/thirdParty/db/sqliteModels/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>
| m87/homedrop | doc/org/homedrop/thirdParty/db/sqliteModels/package-summary.html | HTML | apache-2.0 | 6,024 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_45) on Mon Mar 03 10:44:39 EST 2014 -->
<title>Uses of Class org.hibernate.hql.internal.antlr.HqlBaseLexer (Hibernate JavaDocs)</title>
<meta name="date" content="2014-03-03">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.hibernate.hql.internal.antlr.HqlBaseLexer (Hibernate JavaDocs)";
}
//-->
</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/hibernate/hql/internal/antlr/HqlBaseLexer.html" title="class in org.hibernate.hql.internal.antlr">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/hibernate/hql/internal/antlr/class-use/HqlBaseLexer.html" target="_top">Frames</a></li>
<li><a href="HqlBaseLexer.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.hibernate.hql.internal.antlr.HqlBaseLexer" class="title">Uses of Class<br>org.hibernate.hql.internal.antlr.HqlBaseLexer</h2>
</div>
<div class="classUseContainer">No usage of org.hibernate.hql.internal.antlr.HqlBaseLexer</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/hibernate/hql/internal/antlr/HqlBaseLexer.html" title="class in org.hibernate.hql.internal.antlr">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/hibernate/hql/internal/antlr/class-use/HqlBaseLexer.html" target="_top">Frames</a></li>
<li><a href="HqlBaseLexer.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 © 2001-2014 <a href="http://redhat.com">Red Hat, Inc.</a> All Rights Reserved.</small></p>
</body>
</html>
| serious6/HibernateSimpleProject | javadoc/hibernate_Doc/org/hibernate/hql/internal/antlr/class-use/HqlBaseLexer.html | HTML | apache-2.0 | 4,474 |
<p class="text-info"><strong ng-i18next="userAgent.obs"></strong></p>
<table class="table table-bordered table-hover">
<thead>
<tr>
<th class="span4" ng-i18next="userForm.name"></th>
<th class="span4" ng-i18next="userForm.email"></th>
<th class="span2" ng-i18next="userForm.status" style="text-align:center;"></th>
</tr>
</thead>
<tbody>
<tr ng-repeat="user in existingUsers | filter:queryUsers | orderBy:'name'">
<td>
<span>{{user.name}}</span>
</td>
<td>
<span>{{user.email}}</span>
</td>
<td style="text-align:center;">
<span class="label label-success" ng-show="user.active" ng-i18next="userForm.active"></span>
<span class="label" ng-show="!user.active" ng-i18next="userForm.inactive"></span>
</td>
</tr>
</tbody>
</table> | integercal/integer | src/Web2/App/views/admin/users-agente.html | HTML | apache-2.0 | 932 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="index, follow" />
<link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,400;0,700;1,400&family=Source+Sans+Pro:ital,wght@0,300;0,400;0,700;1,400&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="https://ptyagicodecamp.github.io/theme/stylesheet/style.min.css">
<link id="pygments-light-theme" rel="stylesheet" type="text/css"
href="https://ptyagicodecamp.github.io/theme/pygments/monokai.min.css">
<link rel="stylesheet" type="text/css" href="https://ptyagicodecamp.github.io/theme/font-awesome/css/fontawesome.css">
<link rel="stylesheet" type="text/css" href="https://ptyagicodecamp.github.io/theme/font-awesome/css/brands.css">
<link rel="stylesheet" type="text/css" href="https://ptyagicodecamp.github.io/theme/font-awesome/css/solid.css">
<link href="https://ptyagicodecamp.github.io/static/custom.css" rel="stylesheet">
<link href="https://ptyagicodecamp.github.io/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="techLog Atom">
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon">
<link rel="icon" href="/images/favicon.ico" type="image/x-icon">
<!-- Google Analytics -->
<script type="text/javascript">
(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-133714063-1', 'auto');
ga('send', 'pageview');
</script>
<!-- End Google Analytics -->
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#333333">
<!-- Windows Phone -->
<meta name="msapplication-navbutton-color" content="#333333">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<!-- Microsoft EDGE -->
<meta name="msapplication-TileColor" content="#333333">
<meta name="author" content="ptyagi" />
<meta name="description" content="This recipe demonstrates using ColorTween animation class to achieve transition from one color to another." />
<meta name="keywords" content="ColorTween, Animations, Cross-platform, Flutter, Code-recipes, Android, Android Studio, iOS, development, Hummingbird">
<meta property="og:site_name" content="techLog"/>
<meta property="og:title" content="Using ColorTween in Flutter app"/>
<meta property="og:description" content="This recipe demonstrates using ColorTween animation class to achieve transition from one color to another."/>
<meta property="og:locale" content="en_US"/>
<meta property="og:url" content="https://ptyagicodecamp.github.io/using-colortween-in-flutter-app.html"/>
<meta property="og:type" content="article"/>
<meta property="article:published_time" content="2019-08-07 00:00:00-04:00"/>
<meta property="article:modified_time" content=""/>
<meta property="article:author" content="https://ptyagicodecamp.github.io/author/ptyagi.html">
<meta property="article:section" content="Flutter"/>
<meta property="article:tag" content="ColorTween"/>
<meta property="article:tag" content="Animations"/>
<meta property="article:tag" content="Cross-platform"/>
<meta property="article:tag" content="Flutter"/>
<meta property="article:tag" content="Code-recipes"/>
<meta property="article:tag" content="Android"/>
<meta property="article:tag" content="Android Studio"/>
<meta property="article:tag" content="iOS"/>
<meta property="article:tag" content="development"/>
<meta property="article:tag" content="Hummingbird"/>
<meta property="og:image" content="https://ptyagicodecamp.github.io/images/profile.jpg">
<title>techLog – Using ColorTween in Flutter app</title>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-6359982310050489",
enable_page_level_ads: true
});
</script>
</head>
<body class="light-theme">
<aside>
<div>
<a href="https://ptyagicodecamp.github.io">
<img src="https://ptyagicodecamp.github.io/images/profile.jpg" alt="techLog" title="techLog">
</a>
<h1>
<a href="https://ptyagicodecamp.github.io">techLog</a>
</h1>
<p>Explore | Android | Flutter | Software Engineering</p>
<nav>
<ul class="list">
<li>
<a target="_self" href="https://www.paypal.me/pritya" >Support</a>
</li>
<li>
<a target="_self" href="https://www.codementor.io/ptyagicodecamp" >Codementor</a>
</li>
</ul>
</nav>
<ul class="social">
<li>
<a class="sc-linkedin" href="https://www.linkedin.com/in/priyankatyagi" target="_blank">
<i class="fab fa-linkedin"></i>
</a>
</li>
<li>
<a class="sc-github" href="https://github.com/ptyagicodecamp" target="_blank">
<i class="fab fa-github"></i>
</a>
</li>
<li>
<a class="sc-medium" href="https://medium.com/@ptyagicodecamp" target="_blank">
<i class="fab fa-medium"></i>
</a>
</li>
<li>
<a class="sc-twitter" href="https://twitter.com/ptyagi13" target="_blank">
<i class="fab fa-twitter"></i>
</a>
</li>
<li>
<a class="sc-youtube" href="https://www.youtube.com/channel/UCO3_dbHasEnA2dr_U0EhMAA?view_as=subscriber" target="_blank">
<i class="fab fa-youtube"></i>
</a>
</li>
<li>
<a class="sc-codementor" href="https://www.codementor.io/ptyagicodecamp" target="_blank">
<i class="fab fa-codementor"></i>
</a>
</li>
</ul>
</div>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<ins class="adsbygoogle ads-aside"
data-ad-client="ca-pub-6359982310050489"
data-ad-slot="8977779775"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</aside>
<main>
<nav>
<a href="https://ptyagicodecamp.github.io">Home</a>
<a href="/archives.html">Archives</a>
<a href="/categories.html">Categories</a>
<a href="/tags.html">Tags</a>
<a href="https://ptyagicodecamp.github.io/feeds/all.atom.xml">Atom</a>
</nav>
<article class="single">
<header>
<h1 id="using-colortween-in-flutter-app">Using ColorTween in Flutter app</h1>
<p>
Posted on August 07, 2019 in <a href="https://ptyagicodecamp.github.io/category/flutter.html">Flutter</a>
</p>
</header>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<ins class="adsbygoogle ads-responsive"
data-ad-client="ca-pub-6359982310050489"
data-ad-slot="6546879945"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<div>
<p><strong>Target Audience:</strong> Beginner</p>
<p><strong>Recipe:</strong> Implement animation using ColorTween for Android, iOS and WebApp.</p>
<p><strong>Focus Widget:</strong> <a href="https://api.flutter.dev/flutter/animation/ColorTween-class.html">ColorTween</a></p>
<p><strong>Goal:</strong> Animating from one color to another for a quiz card's background based on the correct answer. We'll implement a card with picture of an animal in it, along with two choices to select from: 'Carnivorous' or 'Herbivorous'. When correct option is picked, background color of card will transition from grey to blue color in order to indicate correct selection otherwise background stays grey or turns grey from blue.</p>
<p><img alt="Color Tween Gif" src="https://ptyagicodecamp.github.io/color_tween.gif"></p>
<hr>
<p><strong>Checkout the companion video tutorial:</strong>
<iframe width="560" height="315" src="https://www.youtube.com/embed/6O1dini5Buc" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p>
<hr>
<h3>ColorTween for Native platforms (Android & iOS)</h3>
<p><strong>Step #1. Data (<code>items.dart</code>)</strong>
I'll be creating a little data structure <code>CardItem</code> to keep track of model for UI card.
It has four parts to represent a Quiz card: <code>title</code>, <code>description</code>, <code>image</code> and <code>animalType</code>.
<code>title</code> and <code>description</code> are not used to render on Card UI. <code>image</code> has path to image in <code>assets</code> directory in Android Studio.</p>
<div class="highlight"><pre><span></span><span class="k">class</span> <span class="n">CardItem</span> {
<span class="n">final</span> <span class="n">String</span> <span class="n">title</span>;
<span class="n">final</span> <span class="n">String</span> <span class="n">description</span>;
<span class="n">final</span> <span class="n">String</span> <span class="n">image</span>;
<span class="n">final</span> <span class="n">String</span> <span class="n">animalType</span>;
<span class="n">CardItem</span>(<span class="n">this</span>.<span class="n">title</span>, <span class="n">this</span>.<span class="n">description</span>, <span class="n">this</span>.<span class="n">image</span>, <span class="n">this</span>.<span class="n">animalType</span>);
<span class="n">CardItem</span>.<span class="n">fromMap</span>(<span class="nb">Map</span><span class="s"><String, dynamic></span> <span class="n">data</span>)
: <span class="n">title</span> = <span class="n">data</span>[<span class="s">"title"</span>],
<span class="n">description</span> = <span class="n">data</span>[<span class="s">"description"</span>],
<span class="n">image</span> = <span class="n">data</span>[<span class="s">"image"</span>],
<span class="n">animalType</span> = <span class="n">data</span>[<span class="s">'animalType'</span>];
<span class="n">static</span> <span class="nb">List</span><span class="s"><CardItem></span> <span class="n">fromData</span>(<span class="nb">List</span><span class="s"><dynamic></span> <span class="n">data</span>) {
<span class="k">return</span> <span class="n">data</span>.<span class="n">map</span>((<span class="nb">item</span>) => <span class="n">CardItem</span>.<span class="n">fromMap</span>(<span class="nb">item</span>)).<span class="n">toList</span>();
}
}
</pre></div>
<p>In the class above, you might have noticed <code>fromMap(...)</code> and <code>fromData(...)</code> methods, which are used to parse <code>json</code> data (intended to be fetched over network). In this recipe, I've hard-wired the sample <code>json</code> data as below:</p>
<div class="highlight"><pre><span></span><span class="err">[ </span>
<span class="err"> { </span>
<span class="err"> "title":"cat",</span>
<span class="err"> "description":"Cat is carnivorous animal.",</span>
<span class="err"> "image":"assets/images/carnivorous_cat.jpg",</span>
<span class="err"> "animalType":"carnivorous"</span>
<span class="err"> },</span>
<span class="err"> {</span>
<span class="err"> ...</span>
<span class="err"> },</span>
<span class="err"> ...</span>
<span class="err">]</span>
</pre></div>
<p>Parsing json string above is done as below:</p>
<div class="highlight"><pre><span></span><span class="err">final List<CardItem> cardItems =</span>
<span class="err"> CardItem.fromData(json.decode(Samples.jsonData()));</span>
</pre></div>
<p>Now, importing <code>items.dart</code> in any class/file, will give access to <code>cardItems</code>. An item in list can be accessed as <code>cardItems[0], cardItems[1]</code> and so on.</p>
<p><strong>Step #2. User Interface (<code>color_tween.dart</code>)</strong>
We'll be implementing following quiz like card to demonstrate transitioning from grey color to blue and vice versa.</p>
<p>UI's body has main three parts:</p>
<ul>
<li><a href="https://api.flutter.dev/flutter/widgets/Positioned-class.html"><code>Positioned Widget</code></a>: To display card.</li>
<li>Image: image of the animal to quiz on.</li>
<li>Row of <a href="https://api.flutter.dev/flutter/material/FlatButton-class.html">FlatButton</a> widgets: Two FlatButton to present choice of <code>Carnivorous</code> in red and <code>Herbivorous</code> in green color.</li>
</ul>
<p><img alt="Color Tween" src="https://ptyagicodecamp.github.io/color_tween1.jpg"></p>
<p><strong>Step #2-a. Quiz Card UI anatomy:</strong></p>
<div class="highlight"><pre><span></span><span class="nv">@override</span>
<span class="n">Widget</span> <span class="n">build</span><span class="p">(</span><span class="n">BuildContext</span> <span class="k">context</span><span class="p">)</span> <span class="err">{</span>
<span class="o">//</span><span class="n">we</span> <span class="n">need</span> <span class="n">screenSize</span> <span class="k">to</span> <span class="n">render</span> <span class="n">card</span> <span class="n">relative</span> <span class="k">to</span> <span class="n">the</span> <span class="n">given</span> <span class="n">device</span><span class="s1">'s screen size</span>
<span class="s1"> Size screenSize = MediaQuery.of(context).size;</span>
<span class="s1"> //Fetching image from `assets` folder</span>
<span class="s1"> DecorationImage decorationImage = DecorationImage(</span>
<span class="s1"> image: AssetImage(cardItems[0].image), fit: BoxFit.fitWidth);</span>
<span class="s1"> return Scaffold(</span>
<span class="s1"> appBar: AppBar(...),</span>
<span class="s1"> body: Container(</span>
<span class="s1"> ...</span>
<span class="s1"> Positioned(</span>
<span class="s1"> child: Card(</span>
<span class="s1"> ...</span>
<span class="s1"> //parent container to host the quiz card</span>
<span class="s1"> child: Container(</span>
<span class="s1"> alignment: Alignment.center,</span>
<span class="s1"> width: screenSize.width / 1.2,</span>
<span class="s1"> height: screenSize.height / 1.7,</span>
<span class="s1"> ...,</span>
<span class="s1"> //Contents of card: Image and FlatButtons for quiz options</span>
<span class="s1"> child: Column(</span>
<span class="s1"> children: <Widget>[</span>
<span class="s1"> //Image of quiz animal</span>
<span class="s1"> Container(</span>
<span class="s1"> //Note: width of image is same as parent</span>
<span class="s1"> width: screenSize.width / 1.2,</span>
<span class="s1"> //Note: Image'</span><span class="n">s</span> <span class="n">height</span> <span class="k">is</span> <span class="n">smaller</span> <span class="k">than</span> <span class="n">parent</span><span class="p">,</span> <span class="n">so</span> <span class="n">that</span> <span class="n">parent</span> <span class="n">can</span> <span class="n">contain</span> <span class="n">image</span> <span class="n">inside</span> <span class="n">it</span><span class="p">.</span>
<span class="n">height</span><span class="o">:</span> <span class="n">screenSize</span><span class="p">.</span><span class="n">height</span> <span class="o">/</span> <span class="mf">2.2</span><span class="p">,</span>
<span class="o">//</span><span class="n">Rendering</span> <span class="n">image</span>
<span class="n">decoration</span><span class="o">:</span> <span class="n">BoxDecoration</span><span class="p">(</span>
<span class="n">borderRadius</span><span class="o">:</span> <span class="n">BorderRadius</span><span class="p">.</span><span class="k">only</span><span class="p">(</span>
<span class="n">topLeft</span><span class="o">:</span> <span class="n">Radius</span><span class="p">.</span><span class="n">circular</span><span class="p">(</span><span class="mf">8.0</span><span class="p">),</span>
<span class="n">topRight</span><span class="o">:</span> <span class="n">Radius</span><span class="p">.</span><span class="n">circular</span><span class="p">(</span><span class="mf">8.0</span><span class="p">),</span>
<span class="p">),</span>
<span class="n">image</span><span class="o">:</span> <span class="n">decorationImage</span><span class="p">),</span>
<span class="p">),</span>
<span class="o">//</span><span class="n">Widget</span> <span class="k">to</span> <span class="n">contain</span> <span class="n">FlatButtons</span> <span class="k">for</span> <span class="n">quiz</span> <span class="k">options</span>
<span class="n">Container</span><span class="p">(</span>
<span class="o">//</span><span class="n">Width</span> <span class="n">remains</span> <span class="n">same</span> <span class="k">as</span> <span class="k">of</span> <span class="n">parent</span><span class="p">,</span> <span class="n">however</span> <span class="n">height</span> <span class="n">needs</span> <span class="k">to</span> <span class="n">be</span> <span class="n">calculated</span> <span class="k">to</span> <span class="n">position</span> <span class="k">in</span> <span class="n">under</span> <span class="n">image</span><span class="p">.</span>
<span class="n">width</span><span class="o">:</span> <span class="n">screenSize</span><span class="p">.</span><span class="n">width</span> <span class="o">/</span> <span class="mf">1.2</span><span class="p">,</span>
<span class="n">height</span><span class="o">:</span>
<span class="n">screenSize</span><span class="p">.</span><span class="n">height</span> <span class="o">/</span> <span class="mf">1.7</span> <span class="o">-</span> <span class="n">screenSize</span><span class="p">.</span><span class="n">height</span> <span class="o">/</span> <span class="mf">2.2</span><span class="p">,</span>
<span class="n">child</span><span class="o">:</span> <span class="k">Row</span><span class="p">(</span>
<span class="p">...</span>
<span class="n">children</span><span class="o">:</span> <span class="o"><</span><span class="n">Widget</span><span class="o">></span><span class="err">[</span>
<span class="n">FlatButton</span><span class="p">(</span>
<span class="p">..</span>
<span class="o">//</span><span class="n">Animation</span> <span class="k">trigger</span><span class="o">:</span> <span class="n">This</span> <span class="k">is</span> <span class="k">where</span> <span class="n">animation</span> <span class="n">will</span> <span class="n">be</span> <span class="n">triggered</span>
<span class="n">onPressed</span><span class="o">:</span> <span class="p">()</span> <span class="o">=></span> <span class="err">{}</span><span class="p">,</span>
<span class="n">child</span><span class="o">:</span> <span class="n">Container</span><span class="p">(</span>
<span class="p">..</span>
<span class="n">child</span><span class="o">:</span> <span class="kt">Text</span><span class="p">(</span><span class="s2">"Carnivorous"</span><span class="p">),</span>
<span class="p">),</span>
<span class="p">),</span>
<span class="n">FlatButton</span><span class="p">(</span>
<span class="p">..</span>
<span class="o">//</span><span class="n">Animation</span> <span class="k">trigger</span><span class="o">:</span> <span class="n">This</span> <span class="k">is</span> <span class="k">where</span> <span class="n">animation</span> <span class="n">will</span> <span class="n">be</span> <span class="n">triggered</span>
<span class="n">onPressed</span><span class="o">:</span> <span class="p">()</span> <span class="o">=></span> <span class="err">{}</span><span class="p">,</span>
<span class="n">child</span><span class="o">:</span> <span class="n">Container</span><span class="p">(</span>
<span class="p">..</span>
<span class="n">child</span><span class="o">:</span> <span class="kt">Text</span><span class="p">(</span><span class="s2">"Herbivorous"</span><span class="p">),</span>
<span class="p">),</span>
<span class="p">),</span>
<span class="err">]</span><span class="p">,</span>
<span class="p">),</span>
<span class="p">)</span>
<span class="err">]</span><span class="p">,</span>
<span class="p">),</span>
<span class="p">),</span>
<span class="p">),</span>
<span class="p">),</span>
<span class="p">),</span>
<span class="p">);</span>
<span class="err">}</span>
</pre></div>
<p><strong>Step #3: Implementing ColorTween Animation</strong></p>
<p>Finally, time to implement transition animation from grey to blue color using ColorTween class. There are couple of steps that we would need to achieve that.</p>
<ul>
<li>Using <a href="https://api.flutter.dev/flutter/widgets/SingleTickerProviderStateMixin-mixin.html"><code>SingleTickerProviderStateMixin</code></a> with <code>Stateful</code> parent's <code>State</code>:</li>
</ul>
<div class="highlight"><pre><span></span><span class="k">class</span> <span class="n">ColorTweenAnimationDemo</span> <span class="k">extends</span> <span class="n">StatefulWidget</span> <span class="p">{</span>
<span class="err">@</span><span class="n">override</span>
<span class="n">_ColorTweenAnimationDemoState</span> <span class="n">createState</span><span class="p">()</span> <span class="o">=></span>
<span class="n">new</span> <span class="n">_ColorTweenAnimationDemoState</span><span class="p">();</span>
<span class="p">}</span>
<span class="k">class</span> <span class="n">_ColorTweenAnimationDemoState</span> <span class="k">extends</span> <span class="n">State</span><span class="o"><</span><span class="n">ColorTweenAnimationDemo</span><span class="o">></span>
<span class="n">with</span> <span class="n">SingleTickerProviderStateMixin</span> <span class="p">{</span>
<span class="o">...</span>
<span class="p">}</span>
</pre></div>
<ul>
<li>Initializing <a href="https://api.flutter.dev/flutter/animation/AnimationController-class.html"><code>AnimationController</code></a> and <a href="https://api.flutter.dev/flutter/animation/Animation-class.html"><code>Animation</code></a> inside <code>initState()</code>. AnimationController is intended to control the state of the animation like starting using <code>forward()</code>, revering using <code>reverse()</code> and stopping. <code>Animation<Color></code> will be used to define value change between one color to another, which is from grey to blue in our case. <code>ColorTween</code> class is exactly what it says <code>between colors</code>. It begins with beginning color 'grey' and ends with <code>blue</code>. This transition behavior is attached with AnimationController <code>_controller</code> to manage the animation. A listener can be added to listen to state changes from where it starts until it stops.</li>
</ul>
<div class="highlight"><pre><span></span><span class="o">...</span>
<span class="n">AnimationController</span> <span class="n">_controller</span><span class="p">;</span>
<span class="n">Animation</span><span class="o"><</span><span class="nb nb-Type">Color</span><span class="o">></span> <span class="n">animation</span><span class="p">;</span>
<span class="err">@</span><span class="n">override</span>
<span class="n">void</span> <span class="n">initState</span><span class="p">()</span> <span class="p">{</span>
<span class="n">super</span><span class="o">.</span><span class="n">initState</span><span class="p">();</span>
<span class="n">_controller</span> <span class="o">=</span> <span class="n">AnimationController</span><span class="p">(</span>
<span class="n">duration</span><span class="p">:</span> <span class="k">const</span> <span class="n">Duration</span><span class="p">(</span><span class="n">milliseconds</span><span class="p">:</span> <span class="mi">2000</span><span class="p">),</span>
<span class="n">vsync</span><span class="p">:</span> <span class="n">this</span><span class="p">,</span>
<span class="p">);</span>
<span class="n">animation</span> <span class="o">=</span> <span class="n">ColorTween</span><span class="p">(</span>
<span class="n">begin</span><span class="p">:</span> <span class="n">Colors</span><span class="o">.</span><span class="n">grey</span><span class="p">,</span>
<span class="n">end</span><span class="p">:</span> <span class="n">Colors</span><span class="o">.</span><span class="n">blue</span><span class="p">,</span>
<span class="p">)</span><span class="o">.</span><span class="n">animate</span><span class="p">(</span><span class="n">_controller</span><span class="p">)</span>
<span class="o">..</span><span class="n">addListener</span><span class="p">(()</span> <span class="p">{</span>
<span class="n">setState</span><span class="p">(()</span> <span class="p">{});</span>
<span class="p">});</span>
<span class="p">}</span>
</pre></div>
<ul>
<li><strong>Animating Card's background:</strong> <a href="https://github.com/ptyagicodecamp/flutter_cookbook/blob/animations-native/flutter_widgets/lib/anims/color_tween.dart#L62:L65">Add <code>animation.value</code> as <code>color</code> attribute for <code>BoxDecoration(...)</code> in parent's card widget like below:</a></li>
</ul>
<div class="highlight"><pre><span></span><span class="err">...</span>
<span class="err">//parent container to host the quiz card</span>
<span class="c">child: Container(</span>
<span class="c"> ...</span>
<span class="c"> width: screenSize.width / 1.2,</span>
<span class="c"> height: screenSize.height / 1.7,</span>
<span class="c"> decoration: BoxDecoration(</span>
<span class="c"> color: animation.value,</span>
<span class="c"> borderRadius: BorderRadius.circular(8.0),</span>
<span class="c"> ),</span>
<span class="c"> ...</span>
<span class="c"> )</span>
<span class="err">...</span>
</pre></div>
<ul>
<li><strong>Triggering animation:</strong> We want our color change animation starts when we click the right answer which is <code>Carnivorous</code> in out case. When we press <code>FlatButton</code> at left, background color changes from grey to blue. When <code>FlatButton</code> at right, <code>Herbivorous</code> is clicked, <code>reverse()</code> animation is called, which changes color from blue to back to grey. Let's see how animation is started from FlatButton's <code>onPressed()</code> methods:</li>
</ul>
<div class="highlight"><pre><span></span><span class="c">children: <Widget>[</span>
<span class="c"> FlatButton(</span>
<span class="c"> ..</span>
<span class="c"> //Animation trigger: This is where animation will be triggered, responsible to change color from grey to blue.</span>
<span class="c"> onPressed: () => {_controller.forward()},</span>
<span class="c"> child: Container(</span>
<span class="c"> ..</span>
<span class="c"> child: Text("Carnivorous"),</span>
<span class="c"> ),</span>
<span class="c"> ),</span>
<span class="c"> FlatButton(</span>
<span class="c"> ..</span>
<span class="c"> //Animation trigger: This is where the reverse animation will be triggered, responsible to change color back to grey.</span>
<span class="c"> onPressed: () => {_controller.reverse()},</span>
<span class="c"> child: Container(</span>
<span class="c"> ..</span>
<span class="c"> child: Text("Herbivorous"),</span>
<span class="c"> ),</span>
<span class="c"> ),</span>
<span class="err">],</span>
</pre></div>
<ul>
<li><strong>Disposing AnimationController:</strong> Don't forget to dispose AnimationController.</li>
</ul>
<div class="highlight"><pre><span></span><span class="err">@override</span>
<span class="err">dispose() {</span>
<span class="err"> _controller?.dispose();</span>
<span class="err"> super.dispose();</span>
<span class="err">}</span>
</pre></div>
<h3>What about Flutter Web ?</h3>
<p><strong>[UPDATE Sept 23rd, 2019]</strong> Since release of Flutter 1.9, there's no need of maintaining separate code bases for native and web Flutter implementations. Please refer to <a href="https://ptyagicodecamp.github.io/migrating-to-flutter-19-implementing-cross-platform-firebase-login-in-flutter-apps.html">my article about migrating to Flutter 1.9 for details</a>.</p>
<p><strong>Note:</strong> As of today Aug 7th, 2019- There's <a href="https://github.com/flutter/flutter/issues/37761">an issue</a> in running Flutter Web App after upgrading to the latest version of Flutter SDK.</p>
<p>Let's achieve the same animations on Web platform. Please refer to my <a href="https://ptyagicodecamp.github.io/designing-cross-platform-flutter-prototype-for-landing-page-web-hummingbird-android-ios.html">this article</a>, if you're new to Flutter-Web / Hummingbird and need help with setting up web project.
In short, we would need to create an another branch say <code>animations-web</code> to host all web related code since web libraries are not pushed to same repository as of native platform. You'll need to fetch libraries directly from their Github repo.</p>
<ul>
<li>It means imports in native vs web platform are different. Make sure that all files have correct web intended imports.</li>
</ul>
<div class="highlight"><pre><span></span><span class="n">Native</span><span class="p">:</span>
<span class="kn">import</span> <span class="s1">'package:flutter/material.dart'</span><span class="p">;</span>
<span class="n">Web</span><span class="p">:</span>
<span class="kn">import</span> <span class="s1">'package:flutter_web/material.dart'</span><span class="p">;</span>
</pre></div>
<ul>
<li>
<p><code>pubspec.yaml</code>: I keep a backup for native and web <code>pubspec.yaml</code> config as <code>pubspec.yaml.web</code> and <code>pubspec.yaml.native</code> in both branches. Copy correct file's content into current <code>pubspec.yaml</code>.</p>
</li>
<li>
<p>Building project in web branch <code>animations-web</code>. Make sure that you're in <code>stable</code> channel:</p>
</li>
</ul>
<div class="highlight"><pre><span></span><span class="n">flutter</span> <span class="n">channel</span> <span class="k">stable</span>
<span class="n">flutter</span> <span class="n">clean</span>
<span class="n">flutter</span> <span class="n">pub</span> <span class="n">upgrade</span>
<span class="n">flutter</span> <span class="n">pub</span> <span class="k">get</span>
<span class="n">flutter</span> <span class="n">packages</span> <span class="n">pub</span> <span class="k">global</span> <span class="n">run</span> <span class="n">webdev</span> <span class="n">serve</span>
</pre></div>
<p><strong>Note:</strong> You may notice that image doesn't render using <code>AssetImage</code>. I use <code>Image.network()</code> to render images in web version like below:</p>
<div class="highlight"><pre><span></span><span class="err">Container(</span>
<span class="err"> width: screenSize.width / 1.2,</span>
<span class="err"> height: screenSize.height / 2.2,</span>
<span class="err"> child: Image.network(cardItems[0].image),</span>
<span class="err">),</span>
</pre></div>
<p>Here's screenshot of the web version:</p>
<p><img alt="Color Tween" src="https://ptyagicodecamp.github.io/color_tween_web.jpg"></p>
<p><strong>Source code repo:</strong></p>
<p><strong>[UPDATE]</strong> Native and Web codebases are merged into one codebase since release of Flutter 1.9.</p>
<ul>
<li>Source code is available <a href="https://github.com/ptyagicodecamp/flutter_cookbook/blob/animations/flutter_animations/flutter_animations/lib/colorTween/color_tween.dart">here</a></li>
</ul>
<h3>References:</h3>
<ol>
<li><a href="https://api.flutter.dev/flutter/animation/ColorTween-class.html">ColorTween</a></li>
<li><a href="https://api.flutter.dev/flutter/animation/AnimationController-class.html">AnimationController</a></li>
<li><a href="https://api.flutter.dev/flutter/animation/Animation-class.html">Animation</a></li>
<li><a href="https://api.flutter.dev/flutter/widgets/SingleTickerProviderStateMixin-mixin.html">SingleTickerProviderStateMixin</a></li>
<li><a href="https://api.flutter.dev/flutter/widgets/Positioned-class.html">Positioned Widget</a></li>
<li><a href="https://api.flutter.dev/flutter/material/FlatButton-class.html">FlatButton</a></li>
</ol>
<p>Happy cooking with Flutter :)</p>
<p><em>Liked the article ?
Couldn't find a topic of your interest ? Please leave comments or <a href="mailto:ptyagicodecamp@gmail.com">email me</a> about topics you would like me to write !
<a href="https://www.paypal.me/pritya">BTW I love cupcakes and coffee both :)</a></em></p>
<p>Follow me at <a href="https://twitter.com/ptyagi13">twitter</a></p>
</div>
<div class="tag-cloud">
<p>
<a href="https://ptyagicodecamp.github.io/tag/colortween.html">ColorTween</a>
<a href="https://ptyagicodecamp.github.io/tag/animations.html">Animations</a>
<a href="https://ptyagicodecamp.github.io/tag/cross-platform.html">Cross-platform</a>
<a href="https://ptyagicodecamp.github.io/tag/flutter.html">Flutter</a>
<a href="https://ptyagicodecamp.github.io/tag/code-recipes.html">Code-recipes</a>
<a href="https://ptyagicodecamp.github.io/tag/android.html">Android</a>
<a href="https://ptyagicodecamp.github.io/tag/android-studio.html">Android Studio</a>
<a href="https://ptyagicodecamp.github.io/tag/ios.html">iOS</a>
<a href="https://ptyagicodecamp.github.io/tag/development.html">development</a>
<a href="https://ptyagicodecamp.github.io/tag/hummingbird.html">Hummingbird</a>
</p>
</div>
<div class="center social-share">
<p>Like this article? Share it with your friends!</p>
<div class="addthis_native_toolbox"></div>
<div class="addthis_sharing_toolbox"></div>
<div class="addthis_inline_share_toolbox"></div>
</div>
<div class="addthis_relatedposts_inline"></div>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<ins class="adsbygoogle ads-responsive"
data-ad-client="ca-pub-6359982310050489"
data-ad-slot="6546879945"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<!-- Disqus -->
<div id="disqus_thread"></div>
<script type="text/javascript">
var disqus_shortname = 'https-ptyagicodecamp-github-io';
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>
Please enable JavaScript to view comments.
</noscript>
<!-- End Disqus -->
</article>
<footer>
<p>
© 2021 - This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>
</p>
<p>
Built with <a href="http://getpelican.com" target="_blank">Pelican</a> using <a href="http://bit.ly/flex-pelican" target="_blank">Flex</a> theme
</p><p>
<a rel="license"
href="http://creativecommons.org/licenses/by-sa/4.0/"
target="_blank">
<img alt="Creative Commons License"
title="Creative Commons License"
style="border-width:0"
src="https://i.creativecommons.org/l/by-sa/4.0/80x15.png"
width="80"
height="15"/>
</a>
</p> </footer>
</main>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-5cf387135c8761da" async="async"></script>
<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "Blog",
"name": " techLog ",
"url" : "https://ptyagicodecamp.github.io",
"image": "https://ptyagicodecamp.github.io/images/profile.jpg",
"description": "Mobile engineering tech logger."
}
</script>
<a href="https://github.com/ptyagicodecamp" class="github-corner" aria-label="View source on Github">
<svg width="80"
height="80"
viewBox="0 0 250 250"
style="fill:#151513; color:#fff; position: absolute; top: 0; border: 0; right: 0;"
aria-hidden="true">
<path d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z"></path>
<path d="M128.3,109.0 C113.8,99.7 119.0,89.6 119.0,89.6 C122.0,82.7 120.5,78.6 120.5,78.6 C119.2,72.0 123.4,76.3 123.4,76.3 C127.3,80.9 125.5,87.3 125.5,87.3 C122.9,97.6 130.6,101.9 134.4,103.2"
fill="currentColor"
style="transform-origin: 130px 106px;"
class="octo-arm">
</path>
<path d="M115.0,115.0 C114.9,115.1 118.7,116.5 119.8,115.4 L133.7,101.6 C136.9,99.2 139.9,98.4 142.2,98.6 C133.8,88.0 127.5,74.4 143.8,58.0 C148.5,53.4 154.0,51.2 159.7,51.0 C160.3,49.4 163.2,43.6 171.4,40.1 C171.4,40.1 176.1,42.5 178.8,56.2 C183.1,58.6 187.2,61.8 190.9,65.4 C194.5,69.0 197.7,73.2 200.1,77.6 C213.8,80.2 216.3,84.9 216.3,84.9 C212.7,93.1 206.9,96.0 205.4,96.6 C205.1,102.4 203.0,107.8 198.3,112.5 C181.9,128.9 168.3,122.5 157.7,114.1 C157.9,116.9 156.7,120.9 152.7,124.9 L141.0,136.5 C139.8,137.7 141.6,141.9 141.8,141.8 Z"
fill="currentColor"
class="octo-body">
</path>
</svg>
</a>
<style>.github-corner:hover .octo-arm{animation:octocat-wave 560ms ease-in-out}@keyframes octocat-wave{0%,100%{transform:rotate(0)}20%,60%{transform:rotate(-25deg)}40%,80%{transform:rotate(10deg)}}@media (max-width:500px){.github-corner:hover .octo-arm{animation:none}.github-corner .octo-arm{animation:octocat-wave 560ms ease-in-out}}</style>
</body>
</html> | ptyagicodecamp/ptyagicodecamp.github.io | using-colortween-in-flutter-app.html | HTML | apache-2.0 | 39,166 |
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>Github | XiChen's Blog</title>
<meta name="author" content="Lin Xueyuan">
<meta name="description" content="嗨,我是兮尘,全栈数据学徒。这里没有花俏艳丽的魔法,没有苍蛮霸道的斗气,有的,仅仅是繁衍到巅峰的代码!">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta property="og:site_name" content="XiChen"/>
<meta property="og:image" content=""/>
<link rel="icon" type="image/png" href="/assets/images/favicon.ico" />
<link rel="alternate" href="/atom.xml" title="XiChen" type="application/atom+xml">
<link rel="stylesheet" href="/css/lib/materialize.min.css">
<link rel="stylesheet" href="/css/lib/font-awesome.min.css">
<link rel="stylesheet" href="/css/style.css" media="screen" type="text/css">
<link rel="stylesheet" href="//fonts.gdgdocs.org/css?family=Lobster" type="text/css">
<link rel="stylesheet" href="/css/lib/prettify-tomorrow-night-eighties.css" type="text/css">
<!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head>
<body>
<img src="/weixin_favicon.png" style="position: absolute; left: -9999px; opacity: 0; filter: alpha(opacity=0);">
<nav class="indigo nav">
<div class="nav-wrapper">
<a href="#" data-activates="main-menu" class="button-collapse">
<i class="fa fa-navicon"></i>
</a>
<div class="">
<div style="font-family: Lobster, Monospace;">
<a href="/" class="brand-logo hide-on-med-and-down" style="font-family: Lobster, Monospace;">
XiChen
</a>
</div>
<ul class="nav-menu right hide-on-med-and-down">
<li class="tab">
<a class="menu-home " href="/"
>
<i class="fa fa-home "></i>
Home
</a>
</li>
<li class="tab">
<a class="menu-archive " href="/archives"
>
<i class="fa fa-archive "></i>
Archives
</a>
</li>
<li class="tab">
<a class="menu-category category-menu" href="javascript:;"
data-activates="category-menu"
>
<i class="fa fa-bookmark "></i>
Categories
</a>
</li>
<li class="tab">
<a class="menu-apps " href="/apps"
>
<i class="fa fa-link "></i>
App
</a>
</li>
<li class="tab">
<a class="menu-tools " href="/tools"
>
<i class="fa fa-wrench "></i>
Tool
</a>
</li>
<li class="tab">
<a class="menu-reading " href="/reading"
>
<i class="fa fa-book "></i>
Reading
</a>
</li>
<li class="tab">
<a class="menu-about " href="/about"
>
<i class="fa fa-user "></i>
About
</a>
</li>
<li class="tab">
<a class="menu-search modal-trigger " href="#search"
>
<i class="fa fa-search "></i>
Search
</a>
</li>
</ul>
<div>
<ul class="side-nav indigo darken-1" id="main-menu">
<li class="side-user">
<div class="row">
<div class="col s4 no-padding logo-a">
<img class="avatar-image circle responsive-img logo" src="/assets/images/avatar.jpg" alt="User Avatar">
</div>
<div class="info col s8 valign-wrapper no-padding">
<div class="valign">
<p class="name">兮尘</p>
<p class="desc">Android/深度学习/Web前端</p>
</div>
</div>
</div>
</li>
<li class="no-padding">
<a class="waves-effect menu-home " href="/" >
<i class="fa fa-home "></i>
Home
</a>
</li>
<li class="no-padding">
<a class="waves-effect menu-archive " href="/archives" >
<i class="fa fa-archive "></i>
Archives
</a>
</li>
<li class="no-padding">
<a class="waves-effect menu-category category-menu" href="javascript:;" data-activates="category-menu" >
<i class="fa fa-bookmark "></i>
Categories
</a>
</li>
<li class="no-padding">
<a class="waves-effect menu-apps " href="/apps" >
<i class="fa fa-link "></i>
App
</a>
</li>
<li class="no-padding">
<a class="waves-effect menu-tools " href="/tools" >
<i class="fa fa-wrench "></i>
Tool
</a>
</li>
<li class="no-padding">
<a class="waves-effect menu-reading " href="/reading" >
<i class="fa fa-book "></i>
Reading
</a>
</li>
<li class="no-padding">
<a class="waves-effect menu-about " href="/about" >
<i class="fa fa-user "></i>
About
</a>
</li>
<li class="no-padding">
<a class="waves-effect menu-search modal-trigger " href="#search" >
<i class="fa fa-search "></i>
Search
</a>
</li>
</ul>
<ul class="side-nav indigo darken-1" id="category-menu">
<li class="collapse-level-0" collapse-level="0">
<a class="no-padding" href="/categories/Linux/">
Linux <span class="right">8</span></a>
</a>
</li>
<li class="collapse-level-0" collapse-level="0">
<a class="no-padding" href="/categories/Deep-Learning/">
Deep-Learning <span class="right">5</span></a>
</a>
</li>
<li class="collapse-level-0" collapse-level="0">
<a class="no-padding" href="/categories/Tips/">
Tips <span class="right">7</span></a>
</a>
</li>
<li class="collapse-level-0" collapse-level="0">
<a class="no-padding" href="/categories/GO/">
GO <span class="right">3</span></a>
</a>
</li>
<li class="collapse-level-0" collapse-level="0">
<a class="no-padding" href="/categories/Proxy/">
Proxy <span class="right">2</span></a>
</a>
</li>
<li class="collapse-level-0" collapse-level="0">
<a class="no-padding" href="/categories/Ubuntu/">
Ubuntu <span class="right">4</span></a>
</a>
</li>
<li class="collapse-level-0" collapse-level="0">
<a class="no-padding" href="/categories/Tools/">
Tools <span class="right">1</span></a>
</a>
</li>
<li class="collapse-level-0" collapse-level="0">
<a class="no-padding" href="/categories/Algorithms/">
Algorithms <span class="right">1</span></a>
</a>
</li>
<li class="collapse-level-0" collapse-level="0">
<a class="no-padding" href="/categories/Spider/">
Spider <span class="right">1</span></a>
</a>
</li>
<li class="collapse-level-0" collapse-level="0">
<a class="no-padding" href="/categories/区块链/">
区块链 <span class="right">25</span></a>
</a>
</li>
<li class="collapse-level-0" collapse-level="0">
<a class="no-padding" href="/categories/算法/">
算法 <span class="right">4</span></a>
</a>
</li>
<li class="collapse-level-0" collapse-level="0">
<a class="no-padding" href="/categories/密码学/">
密码学 <span class="right">1</span></a>
</a>
</li>
<li class="collapse-level-0" collapse-level="0">
<a class="no-padding" href="/categories/Latex/">
Latex <span class="right">2</span></a>
</a>
</li>
<li class="collapse-level-0" collapse-level="0">
<a class="no-padding" href="/categories/Git/">
Git <span class="right">2</span></a>
</a>
</li>
<li class="collapse-level-0" collapse-level="0">
<a class="no-padding" href="/categories/Web/">
Web <span class="right">2</span></a>
</a>
</li>
<li class="collapse-level-0" collapse-level="0">
<a class="no-padding" href="/categories/Android/">
Android <span class="right">33</span></a>
</a>
</li>
<li class="collapse-level-0" collapse-level="0">
<a class="no-padding" href="/categories/Github/">
Github <span class="right">1</span></a>
</a>
</li>
<li class="collapse-level-0" collapse-level="0">
<a class="no-padding" href="/categories/杂思/">
杂思 <span class="right">1</span></a>
</a>
</li>
<li class="collapse-level-0" collapse-level="0">
<a class="no-padding" href="/categories/计算机组成原理/">
计算机组成原理 <span class="right">1</span></a>
</a>
</li>
<li class="collapse-level-0" collapse-level="0">
<a class="no-padding" href="/categories/Mac/">
Mac <span class="right">1</span></a>
</a>
</li>
<li class="collapse-level-0" collapse-level="0">
<a class="no-padding" href="/categories/练习/">
练习 <span class="right">1</span></a>
</a>
</li>
</ul>
</div>
</div>
</div>
</nav>
<div id="search" class="modal search-modal">
<div class="row">
<div class="input-field col s12">
<input id="search-input" type="text">
<label for="search-input">Search</label>
</div>
</div>
<div id="search-result" class="search-result col s12">
</div>
</div>
<main>
<div class="container main-container">
<nav class="page-nav hide-on-small-only">
<div class="nav-wrapper indigo">
<span class="breadcrumb">Current page(Categories)</span>
<a class="breadcrumb" href="/categories/Github/">Github</a>
</div>
</nav>
<div class="collection mt-0">
<a href="/2018/01/31/2018-01-31-github-issue-usage/" class="collection-item grey-text text-darken-1">
<time datetime="2018-01-31T07:26:00.000Z">2018-01-31</time>
<span> </span>
github issue 的用法
</a>
</div>
</div>
<div class="fixed-action-btn float-sitemap">
<a class="btn-floating btn-large pink">
<i class="fa fa-caret-square-o-up"></i>
</a>
<ul>
<li><a class="btn-return-top btn-floating waves-effect green" title="Return to top"><i class="fa fa-arrow-circle-o-up"></i></a></li>
<li><a class="btn-floating waves-effect button-collapse yellow darken-1" data-activates="main-menu" title="Menu"><i class="fa fa-navicon"></i></a></li>
</ul>
</div>
</main>
<footer class="page-footer indigo darken-1">
<div class="footer-container container">
<div class="row">
<div class="social-group col m4 s12">
<h5 class="white-text">Social</h5>
<a class="social-link" href="http://weibo.com/LinXueyuanStdio" target="_blank">
<i class="fa fa-2x fa-weibo"></i>
</a>
<a class="social-link" href="https://github.com/LinXueyuanStdio" target="_blank">
<i class="fa fa-2x fa-github"></i>
</a>
<a class="social-link" href="https://www.zhihu.com/people/lin-xue-yuan-86" target="_blank">
<i class="fa fa-2x fa-graduation-cap"></i>
</a>
<a class="social-link" href="http://twitter.com/cwBQ3A5cz3Jzso7" target="_blank">
<i class="fa fa-2x fa-twitter"></i>
</a>
<a class="social-link" href="mailto:761516186@qq.com" target="_blank">
<i class="fa fa-2x fa-envelope"></i>
</a>
<a class="social-link" href="/atom.xml" target="_blank">
<i class="fa fa-2x fa-rss"></i>
</a>
<script async src="//dn-lbstatics.qbox.me/busuanzi/2.3/busuanzi.pure.mini.js">
</script>
<div class="site-visitors-container white-text">
<span>
<i class="fa fa-user"></i>
<span class="busuanzi-value" id="busuanzi_value_site_uv"></span>
</span>
<span> | </span>
<span>
<i class="fa fa-eye"></i>
<span class="busuanzi-value" id="busuanzi_value_site_pv"></span>
</span>
</div>
</div>
<div class="col m8 s12">
<h5 class="white-text">Links</h5>
<a class="social-link" href="http://raytaylorlin.com/" target="_blank">raytaylorism主题作者</a>
<a class="social-link" href="https://github.com/raytaylorlin" target="_blank">Github地址</a>
</div>
</div>
</div>
<div class="footer-copyright green-link-context">
<div class="container">
© 2018 xichen.pub, All rights reserved.
<p class="right" style="margin-top: 0;">Blog powered by <a href="https://hexo.io">Hexo</a> | Theme <a href="https://github.com/raytaylorlin/hexo-theme-raytaylorism">raytaylorism</a></p>
</div>
</div>
</footer>
<noscript>
<div class="noscript">
<p class="center-align">当前网速较慢或者你使用的浏览器不支持博客特定功能,请尝试刷新或换用Chrome、Firefox等现代浏览器</p>
</div>
</noscript>
<div class="noscript">
<p class="center-align">当前网速较慢或者你使用的浏览器不支持博客特定功能,请尝试刷新或换用Chrome、Firefox等现代浏览器</p>
</div>
<script src="/js/jquery.min.js"></script>
<script src="/js/materialize.min.js"></script>
<script src="/js/canvas.js"></script>
<script>
(function($) {
$(document).ready(function() {
// 隐藏禁用javascript(针对微信内置浏览器)的提示
$('.noscript').hide();
// 图片缩放效果
var $imgs = $('img').not('.slider-image').not('.avatar-image').not('.carousel-image').not('.card-cover-image').not('.qrcode');
// 给图片加上点击放大效果(materialbox插件)
$imgs.addClass('materialboxed').each(function(i, el) {
$(this).attr('data-caption', $(this).attr('alt') || ' ');
}).materialbox();
// 优化表格的显示
$('table').each(function() {
var $table = $(this);
// 除去多行代码的情况
if ($table.find('pre').length == 0) {
$table.addClass('responsive-table striped bordered');
}
});
// 首页幻灯片
$('.slider').slider({indicators: true, full_width: true, interval: 8000});
$(".button-collapse").sideNav();
$(".category-menu").sideNav();
// 针对gallery post
$('.carousel').carousel({full_width: true});
$('.carousel-control.prev').click(function() {
$('.carousel').carousel('prev');
});
$('.carousel-control.next').click(function() {
$('.carousel').carousel('next');
});
// 文章目录
$('article').not('.simple-article').find('h1').add('h2').add('h3').add('h4').add('h5').add('h6').scrollSpy();
// 目录随屏幕滚动(防止目录过长越过footer)
var $toc = $('.toc');
var scrollTargetTop = 0;
$(window).scroll(function() {
var $activeLink = $toc.find('a.active.section');
if ($(window).scrollTop() < 100) {
scrollTargetTop = 0;
} else {
if ($activeLink[0]) {
scrollTargetTop = $activeLink.offset().top - $toc.offset().top;
}
}
$toc.css('top', '-' + scrollTargetTop + 'px');
});
// 修正文章目录的left-border颜色
var color = $('.table-of-contents-text').css('color');
$('.table-of-contents-link').css('border-left-color', color);
// 针对移动端做的优化:FAB按钮点击一下收回
if (/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)) {
$('.fixed-action-btn').addClass('click-to-toggle');
}
// 回到顶部
$('.btn-return-top').click(function() {
$('body, html').animate({
scrollTop: 0
}, 500);
});
// 重置读书页面的Tab标签页的颜色
$('li.tab a').hover(function() {
$(this).toggleClass('text-lighten-4');
});
$('.indicator').addClass('pink lighten-2');
// 添加new标签
$('.menu-apps').append('<span class="new badge pink"></span>');
// 搜索功能
$('.modal-trigger').leanModal({
// 打开搜索框时自动聚焦
ready: function() {
if ($('#search').is(":visible")) {
$('#search-input').focus();
}
}
});
var searchXml = "search.xml";
if (searchXml.length == 0) {
searchXml = "search.xml";
}
var searchPath = "/" + searchXml;
initSearch(searchPath, 'search-input', 'search-result');
});
// 初始化搜索与匹配函数
var initSearch = function(path, search_id, content_id) {
'use strict';
$.ajax({
url: path,
dataType: "xml",
success: function(xmlResponse) {
// get the contents from search data
var datas = $("entry", xmlResponse).map(function() {
return {
title: $("title", this).text(),
content: $("content", this).text(),
url: $("url", this).text()
};
}).get();
var $input = document.getElementById(search_id);
var $resultContent = document.getElementById(content_id);
$input.addEventListener('input', function() {
var str = '<ul class=\"search-result-list\">';
var keywords = this.value.trim().toLowerCase().split(/[\s\-]+/);
$resultContent.innerHTML = "";
if (this.value.trim().length <= 0) {
return;
}
// perform local searching
datas.forEach(function(data) {
var isMatch = true;
var content_index = [];
var data_title = data.title.trim().toLowerCase();
var data_content = data.content.trim().replace(/<[^>]+>/g, "").toLowerCase();
var data_url = data.url;
var index_title = -1;
var index_content = -1;
var first_occur = -1;
// only match artiles with not empty titles and contents
if (data_title != '' && data_content != '') {
keywords.forEach(function(keyword, i) {
index_title = data_title.indexOf(keyword);
index_content = data_content.indexOf(keyword);
if (index_title < 0 && index_content < 0) {
isMatch = false;
} else {
if (index_content < 0) {
index_content = 0;
}
if (i == 0) {
first_occur = index_content;
}
}
});
}
// show search results
if (isMatch) {
keywords.forEach(function(keyword) {
var regS = new RegExp(keyword, "gi");
data_title = data_title.replace(regS, "<span class=\"search-keyword green lighten-2\">" + keyword + "</span>");
});
str += "<li><a href='" + data_url + "' class='search-result-title'>" + data_title + "</a>";
var content = data.content.trim().replace(/<[^>]+>/g, "");
if (first_occur >= 0) {
// cut out 100 characters
var start = first_occur - 20;
var end = first_occur + 80;
if (start < 0) {
start = 0;
}
if (start == 0) {
end = 100;
}
if (end > content.length) {
end = content.length;
}
var match_content = content.substring(start, end);
// highlight all keywords
keywords.forEach(function(keyword) {
var regS = new RegExp(keyword, "gi");
match_content = match_content.replace(regS, "<span class=\"search-keyword green lighten-2\">" + keyword + "</span>");
});
str += "<p class=\"search-result\">..." + match_content + "...</p>"
}
str += "</li>";
}
});
str += "</ul>";
$resultContent.innerHTML = str;
});
}
});
}
})(jQuery);
</script>
<script src="/js/prettify.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$("pre").addClass("prettyprint");
prettyPrint();
});
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}
});
</script>
<script type="text/javascript" async
src="//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-MML-AM_CHTML">
</script>
</body>
</html>
| LinXueyuanStdio/LinXueyuanStdio.github.io | categories/Github/index.html | HTML | apache-2.0 | 27,120 |
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Class: SshFilePublisher</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
<script type="text/javascript">
// <![CDATA[
function popupCode( url ) {
window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
}
function toggleCode( id ) {
if ( document.getElementById )
elem = document.getElementById( id );
else if ( document.all )
elem = eval( "document.all." + id );
else
return false;
elemStyle = elem.style;
if ( elemStyle.display != "block" ) {
elemStyle.display = "block"
} else {
elemStyle.display = "none"
}
return true;
}
// Make codeblocks hidden by default
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
// ]]>
</script>
</head>
<body>
<div id="classHeader">
<table class="header-table">
<tr class="top-aligned-row">
<td><strong>Class</strong></td>
<td class="class-name-in-header">SshFilePublisher</td>
</tr>
<tr class="top-aligned-row">
<td><strong>In:</strong></td>
<td>
<a href="../files/lib/rake/contrib/publisher_rb.html">
lib/rake/contrib/publisher.rb
</a>
<br />
</td>
</tr>
<tr class="top-aligned-row">
<td><strong>Parent:</strong></td>
<td>
Object
</td>
</tr>
</table>
</div>
<!-- banner header -->
<div id="bodyContent">
<div id="contextContent">
<div id="description">
<p>
Publish a list of files to an existing remote directory.
</p>
</div>
</div>
<div id="method-list">
<h3 class="section-bar">Methods</h3>
<div class="name-list">
<a href="#M000693">new</a>
<a href="#M000694">upload</a>
</div>
</div>
</div>
<!-- if includes -->
<div id="section">
<!-- if method_list -->
<div id="methods">
<h3 class="section-bar">Public Class methods</h3>
<div id="method-M000693" class="method-detail">
<a name="M000693"></a>
<div class="method-heading">
<a href="#M000693" class="method-signature">
<span class="method-name">new</span><span class="method-args">(host, remote_dir, local_dir, *files)</span>
</a>
</div>
<div class="method-description">
<p>
Create a publisher using the give host information.
</p>
<p><a class="source-toggle" href="#"
onclick="toggleCode('M000693-source');return false;">[Source]</a></p>
<div class="method-source-code" id="M000693-source">
<pre>
<span class="ruby-comment cmt"># File lib/rake/contrib/publisher.rb, line 62</span>
62: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">host</span>, <span class="ruby-identifier">remote_dir</span>, <span class="ruby-identifier">local_dir</span>, <span class="ruby-operator">*</span><span class="ruby-identifier">files</span>)
63: <span class="ruby-ivar">@host</span> = <span class="ruby-identifier">host</span>
64: <span class="ruby-ivar">@remote_dir</span> = <span class="ruby-identifier">remote_dir</span>
65: <span class="ruby-ivar">@local_dir</span> = <span class="ruby-identifier">local_dir</span>
66: <span class="ruby-ivar">@files</span> = <span class="ruby-identifier">files</span>
67: <span class="ruby-keyword kw">end</span>
</pre>
</div>
</div>
</div>
<h3 class="section-bar">Public Instance methods</h3>
<div id="method-M000694" class="method-detail">
<a name="M000694"></a>
<div class="method-heading">
<a href="#M000694" class="method-signature">
<span class="method-name">upload</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p>
Upload the local directory to the remote directory.
</p>
<p><a class="source-toggle" href="#"
onclick="toggleCode('M000694-source');return false;">[Source]</a></p>
<div class="method-source-code" id="M000694-source">
<pre>
<span class="ruby-comment cmt"># File lib/rake/contrib/publisher.rb, line 70</span>
70: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">upload</span>
71: <span class="ruby-ivar">@files</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">fn</span><span class="ruby-operator">|</span>
72: <span class="ruby-identifier">run</span> <span class="ruby-node">%{scp -q #{@local_dir}/#{fn} #{@host}:#{@remote_dir}}</span>
73: <span class="ruby-keyword kw">end</span>
74: <span class="ruby-keyword kw">end</span>
</pre>
</div>
</div>
</div>
</div>
</div>
<div id="validator-badges">
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
</div>
</body>
</html> | google-code/android-scripting | jruby/src/lib/ruby/gems/1.8/doc/rake-0.8.3/rdoc/classes/SshFilePublisher.html | HTML | apache-2.0 | 5,649 |
<!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_16) on Thu Oct 02 15:35:30 BST 2008 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
org.springframework.security.providers.encoding (Spring Security 2.0.4 API)
</TITLE>
<META NAME="keywords" CONTENT="org.springframework.security.providers.encoding package">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="org.springframework.security.providers.encoding (Spring Security 2.0.4 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> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
Spring Security Framework</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../org/springframework/security/providers/dao/salt/package-summary.html"><B>PREV PACKAGE</B></A>
<A HREF="../../../../../org/springframework/security/providers/jaas/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/springframework/security/providers/encoding/package-summary.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<H2>
Package org.springframework.security.providers.encoding
</H2>
Password encoding implementations.
<P>
<B>See:</B>
<BR>
<A HREF="#package_description"><B>Description</B></A>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Interface Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../org/springframework/security/providers/encoding/PasswordEncoder.html" title="interface in org.springframework.security.providers.encoding">PasswordEncoder</A></B></TD>
<TD>
Interface for performing authentication operations on a password.</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../org/springframework/security/providers/encoding/BaseDigestPasswordEncoder.html" title="class in org.springframework.security.providers.encoding">BaseDigestPasswordEncoder</A></B></TD>
<TD>Convenience base for digest password encoders.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../org/springframework/security/providers/encoding/BasePasswordEncoder.html" title="class in org.springframework.security.providers.encoding">BasePasswordEncoder</A></B></TD>
<TD>Convenience base for all password encoders.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../org/springframework/security/providers/encoding/Md4PasswordEncoder.html" title="class in org.springframework.security.providers.encoding">Md4PasswordEncoder</A></B></TD>
<TD>MD4 implementation of PasswordEncoder.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../org/springframework/security/providers/encoding/Md5PasswordEncoder.html" title="class in org.springframework.security.providers.encoding">Md5PasswordEncoder</A></B></TD>
<TD>MD5 implementation of PasswordEncoder.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../org/springframework/security/providers/encoding/MessageDigestPasswordEncoder.html" title="class in org.springframework.security.providers.encoding">MessageDigestPasswordEncoder</A></B></TD>
<TD>Base for digest password encoders.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../org/springframework/security/providers/encoding/PlaintextPasswordEncoder.html" title="class in org.springframework.security.providers.encoding">PlaintextPasswordEncoder</A></B></TD>
<TD>Plaintext implementation of PasswordEncoder.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../org/springframework/security/providers/encoding/ShaPasswordEncoder.html" title="class in org.springframework.security.providers.encoding">ShaPasswordEncoder</A></B></TD>
<TD>SHA implementation of PasswordEncoder.</TD>
</TR>
</TABLE>
<P>
<A NAME="package_description"><!-- --></A><H2>
Package org.springframework.security.providers.encoding Description
</H2>
<P>
Password encoding implementations.
<P>
<P>
<DL>
</DL>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
Spring Security Framework</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../org/springframework/security/providers/dao/salt/package-summary.html"><B>PREV PACKAGE</B></A>
<A HREF="../../../../../org/springframework/security/providers/jaas/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/springframework/security/providers/encoding/package-summary.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>
<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 © 2004-2008 <a href="http://www.springsource.com/">SpringSource, Inc</a>. All Rights Reserved.
</BODY>
</HTML>
| imondragon/spring-security-2.0.4 | docs/apidocs/org/springframework/security/providers/encoding/package-summary.html | HTML | apache-2.0 | 9,682 |
<!DOCTYPE html>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
--><html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
<meta name="generator" content="joDoc">
<title>Apache Cordova API Documentation</title>
<link rel="stylesheet" type="text/css" href="index.css">
<link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)">
<link rel="stylesheet" type="text/css" href="prettify/prettify.css">
</head>
<body>
<div id="header">
<h1><a href="index.html">Apache <strong>Cordova</strong> Documentation</a></h1>
<small>
<select><optgroup label="English" value="en">
<option value="edge">edge</option>
<option value="2.9.0rc1">2.9.0rc1</option>
<option value="2.9.0">2.9.0</option>
<option value="2.8.0">2.8.0</option>
<option value="2.7.0rc1">2.7.0rc1</option>
<option value="2.7.0">2.7.0</option>
<option value="2.6.0rc1">2.6.0rc1</option>
<option value="2.6.0">2.6.0</option>
<option value="2.5.0rc1">2.5.0rc1</option>
<option value="2.5.0">2.5.0</option>
<option value="2.4.0rc1">2.4.0rc1</option>
<option value="2.4.0">2.4.0</option>
<option value="2.3.0rc2">2.3.0rc2</option>
<option value="2.3.0rc1">2.3.0rc1</option>
<option value="2.3.0">2.3.0</option>
<option value="2.2.0rc2">2.2.0rc2</option>
<option value="2.2.0rc1">2.2.0rc1</option>
<option value="2.2.0">2.2.0</option>
<option value="2.1.0rc2">2.1.0rc2</option>
<option value="2.1.0rc1">2.1.0rc1</option>
<option value="2.1.0">2.1.0</option>
<option value="2.0.0rc1">2.0.0rc1</option>
<option value="2.0.0">2.0.0</option>
<option value="1.9.0rc1">1.9.0rc1</option>
<option selected value="1.9.0">1.9.0</option>
<option value="1.8.1">1.8.1</option>
<option value="1.8.0rc1">1.8.0rc1</option>
<option value="1.8.0">1.8.0</option>
<option value="1.7.0rc1">1.7.0rc1</option>
<option value="1.7.0">1.7.0</option>
<option value="1.6.1">1.6.1</option>
<option value="1.6.0rc1">1.6.0rc1</option>
<option value="1.6.0">1.6.0</option>
<option value="1.5.0rc1">1.5.0rc1</option>
<option value="1.5.0">1.5.0</option>
</optgroup>
<optgroup label="Japanese" value="jp">
<option value="2.2.0">2.2.0</option>
<option value="2.1.0">2.1.0</option>
<option value="2.0.0">2.0.0</option>
<option value="1.9.0">1.9.0</option>
<option value="1.8.1">1.8.1</option>
<option value="1.7.0">1.7.0</option>
</optgroup>
<optgroup label="Korean" value="kr"><option value="2.0.0">2.0.0</option></optgroup></select></small>
</div>
<div id="subheader">
<h1>Device</h1>
<small><select><option value="Device">Device</option>
<option value="Device_properties"> - Properties</option>
<option value="Device_variable_scope"> - Variable Scope</option>
<option value="Device_permissions"> - Permissions</option>
<option value="device.name">device.name</option>
<option value="device.name_description"> - Description</option>
<option value="device.name_supported_platforms"> - Supported Platforms</option>
<option value="device.name_quick_example"> - Quick Example</option>
<option value="device.name_full_example"> - Full Example</option>
<option value="device.name_android_quirks"> - Android Quirks</option>
<option value="device.name_iphone_quirks"> - iPhone Quirks</option>
<option value="device.name_windows_phone_7_quirks"> - Windows Phone 7 Quirks</option>
<option value="device.name_bada_quirks"> - Bada Quirks</option>
<option value="device.cordova">device.cordova</option>
<option value="device.cordova_description"> - Description</option>
<option value="device.cordova_supported_platforms"> - Supported Platforms</option>
<option value="device.cordova_quick_example"> - Quick Example</option>
<option value="device.cordova_full_example"> - Full Example</option>
<option value="device.platform">device.platform</option>
<option value="device.platform_supported_platforms"> - Supported Platforms</option>
<option value="device.platform_quick_example"> - Quick Example</option>
<option value="device.platform_full_example"> - Full Example</option>
<option value="device.platform_iphone_quirks"> - iPhone Quirks</option>
<option value="device.platform_blackberry_quirks"> - BlackBerry Quirks</option>
<option value="device.platform_windows_phone_7_quirks"> - Windows Phone 7 Quirks</option>
<option value="device.uuid">device.uuid</option>
<option value="device.uuid_description"> - Description</option>
<option value="device.uuid_supported_platforms"> - Supported Platforms</option>
<option value="device.uuid_quick_example"> - Quick Example</option>
<option value="device.uuid_full_example"> - Full Example</option>
<option value="device.uuid_ios_quirk"> - iOS Quirk</option>
<option value="device.uuid_windows_phone_7_quirks"> - Windows Phone 7 Quirks</option>
<option value="device.version">device.version</option>
<option value="device.version_supported_platforms"> - Supported Platforms</option>
<option value="device.version_quick_example"> - Quick Example</option>
<option value="device.version_full_example"> - Full Example</option></select></small>
</div>
<div id="sidebar">
<div class="vertical_divider"></div>
<h1>API Reference</h1>
<ul>
<li><a href="cordova_accelerometer_accelerometer.md.html#Accelerometer">Accelerometer</a></li>
<li><a href="cordova_camera_camera.md.html#Camera">Camera</a></li>
<li><a href="cordova_media_capture_capture.md.html#Capture">Capture</a></li>
<li><a href="cordova_compass_compass.md.html#Compass">Compass</a></li>
<li><a href="cordova_connection_connection.md.html#Connection">Connection</a></li>
<li><a href="cordova_contacts_contacts.md.html#Contacts">Contacts</a></li>
<li><a href="cordova_device_device.md.html#Device">Device</a></li>
<li><a href="cordova_events_events.md.html#Events">Events</a></li>
<li><a href="cordova_file_file.md.html#File">File</a></li>
<li><a href="cordova_geolocation_geolocation.md.html#Geolocation">Geolocation</a></li>
<li><a href="cordova_media_media.md.html#Media">Media</a></li>
<li><a href="cordova_notification_notification.md.html#Notification">Notification</a></li>
<li><a href="cordova_storage_storage.md.html#Storage">Storage</a></li>
</ul>
<h1>Guides</h1>
<ul>
<li><a href="guide_getting-started_index.md.html#Getting%20Started%20Guides">Getting Started Guides</a></li>
<li><a href="guide_command-line_index.md.html#Command-Line%20Usage">Command-Line Usage</a></li>
<li><a href="guide_upgrading_index.md.html#Upgrading%20Guides">Upgrading Guides</a></li>
<li><a href="guide_whitelist_index.md.html#Domain%20Whitelist%20Guide">Domain Whitelist Guide</a></li>
<li><a href="guide_cordova-webview_index.md.html#Embedding%20WebView">Embedding WebView</a></li>
<li><a href="_index.html">Keyword Index</a></li>
</ul>
</div>
<div id="scrollable">
<div id="content">
<h1><a name="Device">Device</a></h1>
<blockquote>
<p>The <code>device</code> object describes the device's hardware and software.</p>
</blockquote>
<h2>
<a name="Device_properties">Properties</a>
</h2>
<ul>
<li><a href="cordova_device_device.md.html#device.name">device.name</a></li>
<li><a href="cordova_device_device.md.html#device.cordova">device.cordova</a></li>
<li><a href="cordova_device_device.md.html#device.platform">device.platform</a></li>
<li><a href="cordova_device_device.md.html#device.uuid">device.uuid</a></li>
<li><a href="cordova_device_device.md.html#device.version">device.version</a></li>
</ul>
<h2>
<a name="Device_variable_scope">Variable Scope</a>
</h2>
<p>Since <code>device</code> is assigned to the <code>window</code> object, it is implicitly in the global scope.</p>
<pre class="prettyprint"><code>// These reference the same `device`
var phoneName = window.<a href="cordova_device_device.md.html#device.name">device.name</a>;
var phoneName = <a href="cordova_device_device.md.html#device.name">device.name</a>;
</code></pre>
<h2>
<a name="Device_permissions">Permissions</a>
</h2>
<h3>Android</h3>
<h4>app/res/xml/plugins.xml</h4>
<pre class="prettyprint"><code><plugin name="<a href="cordova_device_device.md.html#Device">Device</a>" value="org.apache.cordova.<a href="cordova_device_device.md.html#Device">Device</a>" />
</code></pre>
<h4>app/AndroidManifest.xml</h4>
<pre class="prettyprint"><code><uses-permission android:name="android.permission.READ_PHONE_STATE" />
</code></pre>
<h3>Bada</h3>
<h4>manifest.xml</h4>
<pre class="prettyprint"><code><Privilege>
<Name>SYSTEM_SERVICE</Name>
</Privilege>
</code></pre>
<h3>BlackBerry WebWorks</h3>
<h4>www/plugins.xml</h4>
<pre class="prettyprint"><code><plugin name="<a href="cordova_device_device.md.html#Device">Device</a>" value="org.apache.cordova.device.<a href="cordova_device_device.md.html#Device">Device</a>" />
</code></pre>
<h4>www/config.xml</h4>
<pre class="prettyprint"><code><feature id="blackberry.app" required="true" version="1.0.0.0" />
<rim:permissions>
<rim:permit>read_device_identifying_information</rim:permit>
</rim:permissions>
</code></pre>
<h3>iOS</h3>
<pre class="prettyprint"><code>No permissions are required.
</code></pre>
<h3>webOS</h3>
<pre class="prettyprint"><code>No permissions are required.
</code></pre>
<h3>Windows Phone</h3>
<h4>Properties/WPAppManifest.xml</h4>
<pre class="prettyprint"><code><Capabilities>
<Capability Name="ID_CAP_WEBBROWSERCOMPONENT" />
<Capability Name="ID_CAP_IDENTITY_DEVICE" />
<Capability Name="ID_CAP_IDENTITY_USER" />
</Capabilities>
</code></pre>
<p>Reference: <a class="external" href="http://msdn.microsoft.com/en-us/library/ff769509%28v=vs.92%29.aspx">Application Manifest for Windows Phone</a></p>
<hr>
<h1><a name="device.name">device.name</a></h1>
<p>Get the device's model name.</p>
<pre class="prettyprint"><code>var string = <a href="cordova_device_device.md.html#device.name">device.name</a>;
</code></pre>
<h2>
<a name="device.name_description">Description</a>
</h2>
<p><code><a href="cordova_device_device.md.html#device.name">device.name</a></code> returns the name of the device's model or product. This value is set by the device manufacturer and may be different across versions of the same product.</p>
<h2>
<a name="device.name_supported_platforms">Supported Platforms</a>
</h2>
<ul>
<li>Android</li>
<li>BlackBerry WebWorks (OS 5.0 and higher)</li>
<li>iPhone</li>
<li>Windows Phone 7 ( Mango )</li>
<li>Bada 1.2 & 2.x</li>
<li>webOS</li>
</ul>
<h2>
<a name="device.name_quick_example">Quick Example</a>
</h2>
<pre class="prettyprint"><code>// Android: Nexus One returns "Passion" (Nexus One code name)
// Motorola Droid returns "voles"
// BlackBerry: Torch 9800 returns "9800"
// iPhone: All devices returns a name set by iTunes e.g. "Joe's iPhone"
//
var name = <a href="cordova_device_device.md.html#device.name">device.name</a>;
</code></pre>
<h2>
<a name="device.name_full_example">Full Example</a>
</h2>
<pre class="prettyprint"><code><!DOCTYPE html>
<html>
<head>
<title><a href="cordova_device_device.md.html#Device">Device</a> Properties Example</title>
<script type="text/javascript" charset="utf-8" src="cordova-1.9.0.js"></script>
<script type="text/javascript" charset="utf-8">
// Wait for Cordova to load
//
document.addEventListener("<a href="cordova_events_events.md.html#deviceready">deviceready</a>", onDeviceReady, false);
// Cordova is ready
//
function onDeviceReady() {
var element = document.getElementById('deviceProperties');
element.innerHTML = '<a href="cordova_device_device.md.html#Device">Device</a> Name: ' + <a href="cordova_device_device.md.html#device.name">device.name</a> + '<br />' +
'<a href="cordova_device_device.md.html#Device">Device</a> Cordova: ' + <a href="cordova_device_device.md.html#device.cordova">device.cordova</a> + '<br />' +
'<a href="cordova_device_device.md.html#Device">Device</a> Platform: ' + <a href="cordova_device_device.md.html#device.platform">device.platform</a> + '<br />' +
'<a href="cordova_device_device.md.html#Device">Device</a> UUID: ' + <a href="cordova_device_device.md.html#device.uuid">device.uuid</a> + '<br />' +
'<a href="cordova_device_device.md.html#Device">Device</a> Version: ' + <a href="cordova_device_device.md.html#device.version">device.version</a> + '<br />';
}
</script>
</head>
<body>
<p id="deviceProperties">Loading device properties...</p>
</body>
</html>
</code></pre>
<h2>
<a name="device.name_android_quirks">Android Quirks</a>
</h2>
<ul>
<li>Gets the <a class="external" href="http://developer.android.com/reference/android/os/Build.html#PRODUCT">product name</a> instead of the <a class="external" href="http://developer.android.com/reference/android/os/Build.html#MODEL">model name</a>.
<ul>
<li>The product name is often the code name given during production.</li>
<li>e.g. Nexus One returns "Passion", Motorola Droid returns "voles"</li>
</ul>
</li>
</ul>
<h2>
<a name="device.name_iphone_quirks">iPhone Quirks</a>
</h2>
<ul>
<li>Gets the <a class="external" href="http://developer.apple.com/iphone/library/documentation/uikit/reference/UIDevice_Class/Reference/UIDevice.html#//apple_ref/doc/uid/TP40006902-CH3-SW13">device's custom name</a> instead of the <a class="external" href="http://developer.apple.com/iphone/library/documentation/uikit/reference/UIDevice_Class/Reference/UIDevice.html#//apple_ref/doc/uid/TP40006902-CH3-SW1">device model name</a>.
<ul>
<li>The custom name is set by the owner in iTunes.</li>
<li>e.g. "Joe's iPhone"</li>
</ul>
</li>
</ul>
<h2>
<a name="device.name_windows_phone_7_quirks">Windows Phone 7 Quirks</a>
</h2>
<ul>
<li>returns the manufacturer specified <a href="#device%20name">device name</a>, for example, the Samsung Focus returns 'SGH-i917'</li>
</ul>
<h2>
<a name="device.name_bada_quirks">Bada Quirks</a>
</h2>
<ul>
<li>returns the manufacturer model name. For example 'Samsung Wave S8500'</li>
</ul>
<hr>
<h1><a name="device.cordova">device.cordova</a></h1>
<p>Get the version of Cordova running on the device.</p>
<pre class="prettyprint"><code>var string = <a href="cordova_device_device.md.html#device.cordova">device.cordova</a>;
</code></pre>
<h2>
<a name="device.cordova_description">Description</a>
</h2>
<p><code><a href="cordova_device_device.md.html#device.cordova">device.cordova</a></code> returns the version of Cordova running on the device.</p>
<h2>
<a name="device.cordova_supported_platforms">Supported Platforms</a>
</h2>
<ul>
<li>Android</li>
<li>BlackBerry WebWorks (OS 5.0 and higher)</li>
<li>iPhone</li>
<li>Windows Phone 7 ( Mango )</li>
<li>Bada 1.2 & 2.x</li>
</ul>
<h2>
<a name="device.cordova_quick_example">Quick Example</a>
</h2>
<pre class="prettyprint"><code>var name = <a href="cordova_device_device.md.html#device.cordova">device.cordova</a>;
</code></pre>
<h2>
<a name="device.cordova_full_example">Full Example</a>
</h2>
<pre class="prettyprint"><code><!DOCTYPE html>
<html>
<head>
<title><a href="cordova_device_device.md.html#Device">Device</a> Properties Example</title>
<script type="text/javascript" charset="utf-8" src="cordova-1.9.0.js"></script>
<script type="text/javascript" charset="utf-8">
// Wait for Cordova to load
//
document.addEventListener("<a href="cordova_events_events.md.html#deviceready">deviceready</a>", onDeviceReady, false);
// Cordova is ready
//
function onDeviceReady() {
var element = document.getElementById('deviceProperties');
element.innerHTML = '<a href="cordova_device_device.md.html#Device">Device</a> Name: ' + <a href="cordova_device_device.md.html#device.name">device.name</a> + '<br />' +
'<a href="cordova_device_device.md.html#Device">Device</a> Cordova: ' + <a href="cordova_device_device.md.html#device.cordova">device.cordova</a> + '<br />' +
'<a href="cordova_device_device.md.html#Device">Device</a> Platform: ' + <a href="cordova_device_device.md.html#device.platform">device.platform</a> + '<br />' +
'<a href="cordova_device_device.md.html#Device">Device</a> UUID: ' + <a href="cordova_device_device.md.html#device.uuid">device.uuid</a> + '<br />' +
'<a href="cordova_device_device.md.html#Device">Device</a> Version: ' + <a href="cordova_device_device.md.html#device.version">device.version</a> + '<br />';
}
</script>
</head>
<body>
<p id="deviceProperties">Loading device properties...</p>
</body>
</html>
</code></pre>
<hr>
<h1><a name="device.platform">device.platform</a></h1>
<p>Get the device's operating system name.</p>
<pre class="prettyprint"><code>var string = <a href="cordova_device_device.md.html#device.platform">device.platform</a>;
</code></pre>
<h2>
<a name="device.platform_supported_platforms">Supported Platforms</a>
</h2>
<ul>
<li>Android</li>
<li>BlackBerry WebWorks (OS 5.0 and higher)</li>
<li>iPhone</li>
<li>Windows Phone 7 ( Mango )</li>
<li>Bada 1.2 & 2.x</li>
<li>webOS</li>
</ul>
<h2>
<a name="device.platform_quick_example">Quick Example</a>
</h2>
<pre class="prettyprint"><code>// Depending on the device, a few examples are:
// - "Android"
// - "BlackBerry"
// - "iPhone"
// - "webOS"
// - "WinCE"
var devicePlatform = <a href="cordova_device_device.md.html#device.platform">device.platform</a>;
</code></pre>
<h2>
<a name="device.platform_full_example">Full Example</a>
</h2>
<pre class="prettyprint"><code><!DOCTYPE html>
<html>
<head>
<title><a href="cordova_device_device.md.html#Device">Device</a> Properties Example</title>
<script type="text/javascript" charset="utf-8" src="cordova-1.9.0.js"></script>
<script type="text/javascript" charset="utf-8">
// Wait for Cordova to load
//
document.addEventListener("<a href="cordova_events_events.md.html#deviceready">deviceready</a>", onDeviceReady, false);
// Cordova is ready
//
function onDeviceReady() {
var element = document.getElementById('deviceProperties');
element.innerHTML = '<a href="cordova_device_device.md.html#Device">Device</a> Name: ' + <a href="cordova_device_device.md.html#device.name">device.name</a> + '<br />' +
'<a href="cordova_device_device.md.html#Device">Device</a> Cordova: ' + <a href="cordova_device_device.md.html#device.cordova">device.cordova</a> + '<br />' +
'<a href="cordova_device_device.md.html#Device">Device</a> Platform: ' + <a href="cordova_device_device.md.html#device.platform">device.platform</a> + '<br />' +
'<a href="cordova_device_device.md.html#Device">Device</a> UUID: ' + <a href="cordova_device_device.md.html#device.uuid">device.uuid</a> + '<br />' +
'<a href="cordova_device_device.md.html#Device">Device</a> Version: ' + <a href="cordova_device_device.md.html#device.version">device.version</a> + '<br />';
}
</script>
</head>
<body>
<p id="deviceProperties">Loading device properties...</p>
</body>
</html>
</code></pre>
<h2>
<a name="device.platform_iphone_quirks">iPhone Quirks</a>
</h2>
<p>The iPhone returns <code>iPhone</code> as the platform. The iPad returns <code>iPad</code> as the platform. In the simulator they will return <code>iPhone Simulator</code> and <code>iPad Simulator</code> respectively. These are inaccurate in all cases because Apple has rebranded the iPhone operating system as <code>iOS</code>.</p>
<h2>
<a name="device.platform_blackberry_quirks">BlackBerry Quirks</a>
</h2>
<p>Devices may return the <a href="#device%20platform">device platform</a> version instead of the platform name. For example, the Storm2 9550 would return '2.13.0.95' or similar.</p>
<h2>
<a name="device.platform_windows_phone_7_quirks">Windows Phone 7 Quirks</a>
</h2>
<p>Windows Phone 7 devices report platform as 'WinCE'</p>
<hr>
<h1><a name="device.uuid">device.uuid</a></h1>
<p>Get the device's Universally Unique Identifier (<a class="external" href="http://en.wikipedia.org/wiki/Universally_Unique_Identifier">UUID</a>).</p>
<pre class="prettyprint"><code>var string = <a href="cordova_device_device.md.html#device.uuid">device.uuid</a>;
</code></pre>
<h2>
<a name="device.uuid_description">Description</a>
</h2>
<p>The details of how a UUID is generated are determined by the device manufacturer and specific to the device's platform or model.</p>
<h2>
<a name="device.uuid_supported_platforms">Supported Platforms</a>
</h2>
<ul>
<li>Android</li>
<li>BlackBerry WebWorks (OS 5.0 and higher)</li>
<li>iPhone</li>
<li>Windows Phone 7 ( Mango )</li>
<li>Bada 1.2 & 2.x</li>
<li>webOS</li>
</ul>
<h2>
<a name="device.uuid_quick_example">Quick Example</a>
</h2>
<pre class="prettyprint"><code>// Android: Returns a random 64-bit integer (as a string, again!)
// The integer is generated on the device's first boot
//
// BlackBerry: Returns the PIN number of the device
// This is a nine-digit unique integer (as a string, though!)
//
// iPhone: (Paraphrased from the UIDevice Class documentation)
// Returns a string of hash values created from multiple hardware identifies.
// It is guaranteed to be unique for every device and cannot be tied
// to the user account.
// Windows Phone 7 : Returns a hash of device+current user,
// if the user is not defined, a guid is generated and will persist until the app is uninstalled
//
// webOS: returns the device NDUID
var deviceID = <a href="cordova_device_device.md.html#device.uuid">device.uuid</a>;
</code></pre>
<h2>
<a name="device.uuid_full_example">Full Example</a>
</h2>
<pre class="prettyprint"><code><!DOCTYPE html>
<html>
<head>
<title><a href="cordova_device_device.md.html#Device">Device</a> Properties Example</title>
<script type="text/javascript" charset="utf-8" src="cordova-1.9.0.js"></script>
<script type="text/javascript" charset="utf-8">
// Wait for Cordova to load
//
document.addEventListener("<a href="cordova_events_events.md.html#deviceready">deviceready</a>", onDeviceReady, false);
// Cordova is ready
//
function onDeviceReady() {
var element = document.getElementById('deviceProperties');
element.innerHTML = '<a href="cordova_device_device.md.html#Device">Device</a> Name: ' + <a href="cordova_device_device.md.html#device.name">device.name</a> + '<br />' +
'<a href="cordova_device_device.md.html#Device">Device</a> Cordova: ' + <a href="cordova_device_device.md.html#device.cordova">device.cordova</a> + '<br />' +
'<a href="cordova_device_device.md.html#Device">Device</a> Platform: ' + <a href="cordova_device_device.md.html#device.platform">device.platform</a> + '<br />' +
'<a href="cordova_device_device.md.html#Device">Device</a> UUID: ' + <a href="cordova_device_device.md.html#device.uuid">device.uuid</a> + '<br />' +
'<a href="cordova_device_device.md.html#Device">Device</a> Version: ' + <a href="cordova_device_device.md.html#device.version">device.version</a> + '<br />';
}
</script>
</head>
<body>
<p id="deviceProperties">Loading device properties...</p>
</body>
</html>
</code></pre>
<h2>
<a name="device.uuid_ios_quirk">iOS Quirk</a>
</h2>
<p>The uuid for iOS is not unique for a device, but is unique per application per install. This will change if you delete the app and re-install, and possibly also when you upgrade your iOS version, or even upgrade your app per version (as we've seen in iOS 5.1). Not a reliable value.</p>
<h2>
<a name="device.uuid_windows_phone_7_quirks">Windows Phone 7 Quirks</a>
</h2>
<p>The uuid for Windows Phone 7 requires the permission ID<em>CAP</em>IDENTITY_DEVICE. Microsoft will likely be deprecating this property in the near future. If the capability is not available, the application generates a persistent guid, that will be maintained for the install-lifetime of the application on the device.</p>
<hr>
<h1><a name="device.version">device.version</a></h1>
<p>Get the operating system version.</p>
<pre class="prettyprint"><code>var string = <a href="cordova_device_device.md.html#device.version">device.version</a>;
</code></pre>
<h2>
<a name="device.version_supported_platforms">Supported Platforms</a>
</h2>
<ul>
<li>Android 2.1+</li>
<li>BlackBerry WebWorks (OS 5.0 and higher)</li>
<li>iPhone</li>
<li>Windows Phone 7 ( Mango )</li>
<li>Bada 1.2 & 2.x</li>
<li>webOS</li>
</ul>
<h2>
<a name="device.version_quick_example">Quick Example</a>
</h2>
<pre class="prettyprint"><code>// Android: Froyo OS would return "2.2"
// Eclair OS would return "2.1", "2.0.1", or "2.0"
// Version can also return update level "2.1-update1"
//
// BlackBerry: Torch 9800 using OS 6.0 would return "6.0.0.600"
//
// iPhone: iOS 3.2 returns "3.2"
//
// Windows Phone 7: returns current OS version number, ex. on Mango returns 7.10.7720
// webOS: webOS 2.2.4 return 2.2.4
var deviceVersion = <a href="cordova_device_device.md.html#device.version">device.version</a>;
</code></pre>
<h2>
<a name="device.version_full_example">Full Example</a>
</h2>
<pre class="prettyprint"><code><!DOCTYPE html>
<html>
<head>
<title><a href="cordova_device_device.md.html#Device">Device</a> Properties Example</title>
<script type="text/javascript" charset="utf-8" src="cordova-1.9.0.js"></script>
<script type="text/javascript" charset="utf-8">
// Wait for Cordova to load
//
document.addEventListener("<a href="cordova_events_events.md.html#deviceready">deviceready</a>", onDeviceReady, false);
// Cordova is ready
//
function onDeviceReady() {
var element = document.getElementById('deviceProperties');
element.innerHTML = '<a href="cordova_device_device.md.html#Device">Device</a> Name: ' + <a href="cordova_device_device.md.html#device.name">device.name</a> + '<br />' +
'<a href="cordova_device_device.md.html#Device">Device</a> Cordova: ' + <a href="cordova_device_device.md.html#device.cordova">device.cordova</a> + '<br />' +
'<a href="cordova_device_device.md.html#Device">Device</a> Platform: ' + <a href="cordova_device_device.md.html#device.platform">device.platform</a> + '<br />' +
'<a href="cordova_device_device.md.html#Device">Device</a> UUID: ' + <a href="cordova_device_device.md.html#device.uuid">device.uuid</a> + '<br />' +
'<a href="cordova_device_device.md.html#Device">Device</a> Version: ' + <a href="cordova_device_device.md.html#device.version">device.version</a> + '<br />';
}
</script>
</head>
<body>
<p id="deviceProperties">Loading device properties...</p>
</body>
</html>
</code></pre>
</div>
</div>
<!-- Functionality and Syntax Highlighting -->
<script type="text/javascript" src="index.js"></script><script type="text/javascript" src="prettify/prettify.js"></script>
</body>
</html>
| csantanapr/cordova-blog | public/docs/en/1.9.0/cordova_device_device.md.html | HTML | apache-2.0 | 29,274 |
<!-- #include file=userlistitem.html --> | justasabc/kubernetes-ubuntu | ke/images/robust/image/opensim80/WifiPages/userlistcontent.html | HTML | apache-2.0 | 40 |
<!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 (1.8.0_05) on Fri Sep 19 11:03:37 CST 2014 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.kymjs.aframe.bitmap</title>
<meta name="date" content="2014-09-19">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<h1 class="bar"><a href="../../../../org/kymjs/aframe/bitmap/package-summary.html" target="classFrame">org.kymjs.aframe.bitmap</a></h1>
<div class="indexContainer">
<h2 title="接口">接口</h2>
<ul title="接口">
<li><a href="I_ImageLoder.html" title="org.kymjs.aframe.bitmap中的接口" target="classFrame"><span class="interfaceName">I_ImageLoder</span></a></li>
<li><a href="LoadBitmapCallback.html" title="org.kymjs.aframe.bitmap中的接口" target="classFrame"><span class="interfaceName">LoadBitmapCallback</span></a></li>
</ul>
<h2 title="类">类</h2>
<ul title="类">
<li><a href="BitmapCallBack.html" title="org.kymjs.aframe.bitmap中的类" target="classFrame">BitmapCallBack</a></li>
<li><a href="DownloadWithLruCache.html" title="org.kymjs.aframe.bitmap中的类" target="classFrame">DownloadWithLruCache</a></li>
<li><a href="KJBitmap.html" title="org.kymjs.aframe.bitmap中的类" target="classFrame">KJBitmap</a></li>
<li><a href="KJBitmapConfig.html" title="org.kymjs.aframe.bitmap中的类" target="classFrame">KJBitmapConfig</a></li>
</ul>
</div>
</body>
</html>
| xiaob/-KJFrameForAndroid | doc/html_document/org/kymjs/aframe/bitmap/package-frame.html | HTML | apache-2.0 | 1,652 |
<!doctype html>
<html class="default no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>ReplaceOptions | mongodb</title>
<meta name="description" content="Documentation for mongodb">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
<script async src="../assets/js/search.js" id="search-script"></script>
</head>
<body>
<header>
<div class="tsd-page-toolbar">
<div class="container">
<div class="table-wrap">
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.json" data-base="..">
<div class="field">
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
<input id="tsd-search-field" type="text" />
</div>
<ul class="results">
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">mongodb</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
<div class="tsd-filter-group">
<div class="tsd-select" id="tsd-filter-visibility">
<span class="tsd-select-label">All</span>
<ul class="tsd-select-list">
<li data-value="public">Public</li>
<li data-value="protected">Public/Protected</li>
<li data-value="private" class="selected">All</li>
</ul>
</div>
<input type="checkbox" id="tsd-filter-inherited" checked />
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
<input type="checkbox" id="tsd-filter-externals" checked />
<label class="tsd-widget" for="tsd-filter-externals">Externals</label>
</div>
</div>
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
</div>
</div>
</div>
</div>
<div class="tsd-page-title">
<div class="container">
<ul class="tsd-breadcrumb">
<li>
<a href="../modules.html">mongodb</a>
</li>
<li>
<a href="replaceoptions.html">ReplaceOptions</a>
</li>
</ul>
<h1>Interface ReplaceOptions</h1>
</div>
</div>
</header>
<div class="container container-main">
<div class="row">
<div class="col-8 col-content">
<section class="tsd-panel tsd-hierarchy">
<h3>Hierarchy</h3>
<ul class="tsd-hierarchy">
<li>
<a href="commandoperationoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">CommandOperationOptions</a>
<ul class="tsd-hierarchy">
<li>
<span class="target">ReplaceOptions</span>
</li>
</ul>
</li>
</ul>
</section>
<section class="tsd-panel-group tsd-index-group">
<h2>Index</h2>
<section class="tsd-panel tsd-index-panel">
<div class="tsd-index-content">
<section class="tsd-index-section ">
<h3>Properties</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="replaceoptions.html#authdb" class="tsd-kind-icon">authdb</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="replaceoptions.html#bsonregexp" class="tsd-kind-icon">bson<wbr>Reg<wbr>Exp</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="replaceoptions.html#bypassdocumentvalidation" class="tsd-kind-icon">bypass<wbr>Document<wbr>Validation</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="replaceoptions.html#checkkeys" class="tsd-kind-icon">check<wbr>Keys</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite"><a href="replaceoptions.html#collation" class="tsd-kind-icon">collation</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="replaceoptions.html#comment" class="tsd-kind-icon">comment</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="replaceoptions.html#dbname" class="tsd-kind-icon">db<wbr>Name</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="replaceoptions.html#explain" class="tsd-kind-icon">explain</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="replaceoptions.html#fieldsasraw" class="tsd-kind-icon">fields<wbr>AsRaw</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="replaceoptions.html#fullresponse" class="tsd-kind-icon">full<wbr>Response</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="replaceoptions.html#hint" class="tsd-kind-icon">hint</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="replaceoptions.html#ignoreundefined" class="tsd-kind-icon">ignore<wbr>Undefined</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="replaceoptions.html#maxtimems" class="tsd-kind-icon">max<wbr>TimeMS</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="replaceoptions.html#noresponse" class="tsd-kind-icon">no<wbr>Response</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="replaceoptions.html#promotebuffers" class="tsd-kind-icon">promote<wbr>Buffers</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="replaceoptions.html#promotelongs" class="tsd-kind-icon">promote<wbr>Longs</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="replaceoptions.html#promotevalues" class="tsd-kind-icon">promote<wbr>Values</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="replaceoptions.html#raw" class="tsd-kind-icon">raw</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="replaceoptions.html#readconcern" class="tsd-kind-icon">read<wbr>Concern</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="replaceoptions.html#readpreference" class="tsd-kind-icon">read<wbr>Preference</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="replaceoptions.html#retrywrites" class="tsd-kind-icon">retry<wbr>Writes</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="replaceoptions.html#serializefunctions" class="tsd-kind-icon">serialize<wbr>Functions</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="replaceoptions.html#session" class="tsd-kind-icon">session</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="replaceoptions.html#upsert" class="tsd-kind-icon">upsert</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="replaceoptions.html#willretrywrites" class="tsd-kind-icon">will<wbr>Retry<wbr>Writes</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="replaceoptions.html#writeconcern" class="tsd-kind-icon">write<wbr>Concern</a></li>
</ul>
</section>
</div>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a name="authdb" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> authdb</h3>
<div class="tsd-signature tsd-kind-icon">authdb<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<p>Inherited from <a href="commandoperationoptions.html">CommandOperationOptions</a>.<a href="commandoperationoptions.html#authdb">authdb</a></p>
<ul>
<li>Defined in <a href="https://github.com/mongodb/node-mongodb-native/blob/b67af3cd/src/operations/command.ts#L48">src/operations/command.ts:48</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
<a name="bsonregexp" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> bson<wbr>Reg<wbr>Exp</h3>
<div class="tsd-signature tsd-kind-icon">bson<wbr>Reg<wbr>Exp<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
<aside class="tsd-sources">
<p>Inherited from <a href="commandoperationoptions.html">CommandOperationOptions</a>.<a href="commandoperationoptions.html#bsonregexp">bsonRegExp</a></p>
<ul>
<li>Defined in node_modules/bson/bson.d.ts:314</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>return BSON regular expressions as BSONRegExp instances.</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
<a name="bypassdocumentvalidation" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> bypass<wbr>Document<wbr>Validation</h3>
<div class="tsd-signature tsd-kind-icon">bypass<wbr>Document<wbr>Validation<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/mongodb/node-mongodb-native/blob/b67af3cd/src/operations/update.ts#L214">src/operations/update.ts:214</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>If true, allows the write to opt-out of document level validation</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
<a name="checkkeys" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> check<wbr>Keys</h3>
<div class="tsd-signature tsd-kind-icon">check<wbr>Keys<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
<aside class="tsd-sources">
<p>Inherited from <a href="commandoperationoptions.html">CommandOperationOptions</a>.<a href="commandoperationoptions.html#checkkeys">checkKeys</a></p>
<ul>
<li>Defined in node_modules/bson/bson.d.ts:920</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>the serializer will check if keys are valid.</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite">
<a name="collation" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> collation</h3>
<div class="tsd-signature tsd-kind-icon">collation<span class="tsd-signature-symbol">:</span> <a href="collationoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">CollationOptions</a></div>
<aside class="tsd-sources">
<p>Overrides <a href="commandoperationoptions.html">CommandOperationOptions</a>.<a href="commandoperationoptions.html#collation">collation</a></p>
<ul>
<li>Defined in <a href="https://github.com/mongodb/node-mongodb-native/blob/b67af3cd/src/operations/update.ts#L216">src/operations/update.ts:216</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Specifies a collation</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a name="comment" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> comment</h3>
<div class="tsd-signature tsd-kind-icon">comment<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><a href="document.html" class="tsd-signature-type" data-tsd-kind="Interface">Document</a></div>
<aside class="tsd-sources">
<p>Inherited from <a href="commandoperationoptions.html">CommandOperationOptions</a>.<a href="commandoperationoptions.html#comment">comment</a></p>
<ul>
<li>Defined in <a href="https://github.com/mongodb/node-mongodb-native/blob/b67af3cd/src/operations/command.ts#L42">src/operations/command.ts:42</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>A user-provided comment to attach to this command</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a name="dbname" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> db<wbr>Name</h3>
<div class="tsd-signature tsd-kind-icon">db<wbr>Name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<p>Inherited from <a href="commandoperationoptions.html">CommandOperationOptions</a>.<a href="commandoperationoptions.html#dbname">dbName</a></p>
<ul>
<li>Defined in <a href="https://github.com/mongodb/node-mongodb-native/blob/b67af3cd/src/operations/command.ts#L47">src/operations/command.ts:47</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a name="explain" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> explain</h3>
<div class="tsd-signature tsd-kind-icon">explain<span class="tsd-signature-symbol">:</span> <a href="../modules.html#explainverbositylike" class="tsd-signature-type" data-tsd-kind="Type alias">ExplainVerbosityLike</a></div>
<aside class="tsd-sources">
<p>Inherited from <a href="commandoperationoptions.html">CommandOperationOptions</a>.<a href="commandoperationoptions.html#explain">explain</a></p>
<ul>
<li>Defined in <a href="https://github.com/mongodb/node-mongodb-native/blob/b67af3cd/src/explain.ts#L25">src/explain.ts:25</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Specifies the verbosity mode for the explain output.</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
<a name="fieldsasraw" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> fields<wbr>AsRaw</h3>
<div class="tsd-signature tsd-kind-icon">fields<wbr>AsRaw<span class="tsd-signature-symbol">:</span> <a href="document.html" class="tsd-signature-type" data-tsd-kind="Interface">Document</a></div>
<aside class="tsd-sources">
<p>Inherited from <a href="commandoperationoptions.html">CommandOperationOptions</a>.<a href="commandoperationoptions.html#fieldsasraw">fieldsAsRaw</a></p>
<ul>
<li>Defined in node_modules/bson/bson.d.ts:312</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>allow to specify if there what fields we wish to return as unserialized raw buffer.</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a name="fullresponse" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> full<wbr>Response</h3>
<div class="tsd-signature tsd-kind-icon">full<wbr>Response<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
<aside class="tsd-sources">
<p>Inherited from <a href="commandoperationoptions.html">CommandOperationOptions</a>.<a href="commandoperationoptions.html#fullresponse">fullResponse</a></p>
<ul>
<li>Defined in <a href="https://github.com/mongodb/node-mongodb-native/blob/b67af3cd/src/operations/command.ts#L35">src/operations/command.ts:35</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Return the full server response for the command</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
<a name="hint" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> hint</h3>
<div class="tsd-signature tsd-kind-icon">hint<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><a href="document.html" class="tsd-signature-type" data-tsd-kind="Interface">Document</a></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/mongodb/node-mongodb-native/blob/b67af3cd/src/operations/update.ts#L218">src/operations/update.ts:218</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Specify that the update query should only consider plans using the hinted index</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
<a name="ignoreundefined" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> ignore<wbr>Undefined</h3>
<div class="tsd-signature tsd-kind-icon">ignore<wbr>Undefined<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
<aside class="tsd-sources">
<p>Inherited from <a href="commandoperationoptions.html">CommandOperationOptions</a>.<a href="commandoperationoptions.html#ignoreundefined">ignoreUndefined</a></p>
<ul>
<li>Defined in node_modules/bson/bson.d.ts:924</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>serialize will not emit undefined fields <strong>(default:true)</strong></p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a name="maxtimems" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> max<wbr>TimeMS</h3>
<div class="tsd-signature tsd-kind-icon">max<wbr>TimeMS<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
<aside class="tsd-sources">
<p>Inherited from <a href="commandoperationoptions.html">CommandOperationOptions</a>.<a href="commandoperationoptions.html#maxtimems">maxTimeMS</a></p>
<ul>
<li>Defined in <a href="https://github.com/mongodb/node-mongodb-native/blob/b67af3cd/src/operations/command.ts#L40">src/operations/command.ts:40</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a name="noresponse" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> no<wbr>Response</h3>
<div class="tsd-signature tsd-kind-icon">no<wbr>Response<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
<aside class="tsd-sources">
<p>Inherited from <a href="commandoperationoptions.html">CommandOperationOptions</a>.<a href="commandoperationoptions.html#noresponse">noResponse</a></p>
<ul>
<li>Defined in <a href="https://github.com/mongodb/node-mongodb-native/blob/b67af3cd/src/operations/command.ts#L49">src/operations/command.ts:49</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
<a name="promotebuffers" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> promote<wbr>Buffers</h3>
<div class="tsd-signature tsd-kind-icon">promote<wbr>Buffers<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
<aside class="tsd-sources">
<p>Inherited from <a href="commandoperationoptions.html">CommandOperationOptions</a>.<a href="commandoperationoptions.html#promotebuffers">promoteBuffers</a></p>
<ul>
<li>Defined in node_modules/bson/bson.d.ts:308</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>when deserializing a Binary will return it as a node.js Buffer instance.</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
<a name="promotelongs" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> promote<wbr>Longs</h3>
<div class="tsd-signature tsd-kind-icon">promote<wbr>Longs<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
<aside class="tsd-sources">
<p>Inherited from <a href="commandoperationoptions.html">CommandOperationOptions</a>.<a href="commandoperationoptions.html#promotelongs">promoteLongs</a></p>
<ul>
<li>Defined in node_modules/bson/bson.d.ts:306</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>when deserializing a Long will fit it into a Number if it's smaller than 53 bits</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
<a name="promotevalues" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> promote<wbr>Values</h3>
<div class="tsd-signature tsd-kind-icon">promote<wbr>Values<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
<aside class="tsd-sources">
<p>Inherited from <a href="commandoperationoptions.html">CommandOperationOptions</a>.<a href="commandoperationoptions.html#promotevalues">promoteValues</a></p>
<ul>
<li>Defined in node_modules/bson/bson.d.ts:310</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>when deserializing will promote BSON values to their Node.js closest equivalent types.</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a name="raw" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> raw</h3>
<div class="tsd-signature tsd-kind-icon">raw<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
<aside class="tsd-sources">
<p>Inherited from <a href="commandoperationoptions.html">CommandOperationOptions</a>.<a href="commandoperationoptions.html#raw">raw</a></p>
<ul>
<li>Defined in <a href="https://github.com/mongodb/node-mongodb-native/blob/b67af3cd/src/bson.ts#L55">src/bson.ts:55</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Return BSON filled buffers from operations</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a name="readconcern" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> read<wbr>Concern</h3>
<div class="tsd-signature tsd-kind-icon">read<wbr>Concern<span class="tsd-signature-symbol">:</span> <a href="../modules.html#readconcernlike" class="tsd-signature-type" data-tsd-kind="Type alias">ReadConcernLike</a></div>
<aside class="tsd-sources">
<p>Inherited from <a href="commandoperationoptions.html">CommandOperationOptions</a>.<a href="commandoperationoptions.html#readconcern">readConcern</a></p>
<ul>
<li>Defined in <a href="https://github.com/mongodb/node-mongodb-native/blob/b67af3cd/src/operations/command.ts#L37">src/operations/command.ts:37</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Specify a read concern and level for the collection. (only MongoDB 3.2 or higher supported)</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a name="readpreference" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> read<wbr>Preference</h3>
<div class="tsd-signature tsd-kind-icon">read<wbr>Preference<span class="tsd-signature-symbol">:</span> <a href="../modules.html#readpreferencelike" class="tsd-signature-type" data-tsd-kind="Type alias">ReadPreferenceLike</a></div>
<aside class="tsd-sources">
<p>Inherited from <a href="commandoperationoptions.html">CommandOperationOptions</a>.<a href="commandoperationoptions.html#readpreference">readPreference</a></p>
<ul>
<li>Defined in <a href="https://github.com/mongodb/node-mongodb-native/blob/b67af3cd/src/operations/operation.ts#L29">src/operations/operation.ts:29</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>The preferred read preference (ReadPreference.primary, ReadPreference.primary_preferred, ReadPreference.secondary, ReadPreference.secondary_preferred, ReadPreference.nearest).</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a name="retrywrites" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> retry<wbr>Writes</h3>
<div class="tsd-signature tsd-kind-icon">retry<wbr>Writes<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
<aside class="tsd-sources">
<p>Inherited from <a href="commandoperationoptions.html">CommandOperationOptions</a>.<a href="commandoperationoptions.html#retrywrites">retryWrites</a></p>
<ul>
<li>Defined in <a href="https://github.com/mongodb/node-mongodb-native/blob/b67af3cd/src/operations/command.ts#L44">src/operations/command.ts:44</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Should retry failed writes</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
<a name="serializefunctions" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> serialize<wbr>Functions</h3>
<div class="tsd-signature tsd-kind-icon">serialize<wbr>Functions<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
<aside class="tsd-sources">
<p>Inherited from <a href="commandoperationoptions.html">CommandOperationOptions</a>.<a href="commandoperationoptions.html#serializefunctions">serializeFunctions</a></p>
<ul>
<li>Defined in node_modules/bson/bson.d.ts:922</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>serialize the javascript functions <strong>(default:false)</strong>.</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a name="session" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> session</h3>
<div class="tsd-signature tsd-kind-icon">session<span class="tsd-signature-symbol">:</span> <a href="../classes/clientsession.html" class="tsd-signature-type" data-tsd-kind="Class">ClientSession</a></div>
<aside class="tsd-sources">
<p>Inherited from <a href="commandoperationoptions.html">CommandOperationOptions</a>.<a href="commandoperationoptions.html#session">session</a></p>
<ul>
<li>Defined in <a href="https://github.com/mongodb/node-mongodb-native/blob/b67af3cd/src/operations/operation.ts#L25">src/operations/operation.ts:25</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Specify ClientSession for this command</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
<a name="upsert" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> upsert</h3>
<div class="tsd-signature tsd-kind-icon">upsert<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/mongodb/node-mongodb-native/blob/b67af3cd/src/operations/update.ts#L220">src/operations/update.ts:220</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>When true, creates a new document if no document matches the query</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a name="willretrywrites" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> will<wbr>Retry<wbr>Writes</h3>
<div class="tsd-signature tsd-kind-icon">will<wbr>Retry<wbr>Writes<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
<aside class="tsd-sources">
<p>Inherited from <a href="commandoperationoptions.html">CommandOperationOptions</a>.<a href="commandoperationoptions.html#willretrywrites">willRetryWrites</a></p>
<ul>
<li>Defined in <a href="https://github.com/mongodb/node-mongodb-native/blob/b67af3cd/src/operations/operation.ts#L26">src/operations/operation.ts:26</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a name="writeconcern" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> write<wbr>Concern</h3>
<div class="tsd-signature tsd-kind-icon">write<wbr>Concern<span class="tsd-signature-symbol">:</span> <a href="../classes/writeconcern.html" class="tsd-signature-type" data-tsd-kind="Class">WriteConcern</a><span class="tsd-signature-symbol"> | </span><a href="writeconcernsettings.html" class="tsd-signature-type" data-tsd-kind="Interface">WriteConcernSettings</a></div>
<aside class="tsd-sources">
<p>Inherited from <a href="commandoperationoptions.html">CommandOperationOptions</a>.<a href="commandoperationoptions.html#writeconcern">writeConcern</a></p>
<ul>
<li>Defined in <a href="https://github.com/mongodb/node-mongodb-native/blob/b67af3cd/src/write_concern.ts#L7">src/write_concern.ts:7</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Write Concern as an object</p>
</div>
</div>
</section>
</section>
</div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<nav class="tsd-navigation primary">
<ul>
<li class=" ">
<a href="../modules.html">Exports</a>
</li>
</ul>
</nav>
<nav class="tsd-navigation secondary menu-sticky">
<ul class="before-current">
</ul>
<ul class="current">
<li class="current tsd-kind-interface">
<a href="replaceoptions.html" class="tsd-kind-icon">Replace<wbr>Options</a>
<ul>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a href="replaceoptions.html#authdb" class="tsd-kind-icon">authdb</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
<a href="replaceoptions.html#bsonregexp" class="tsd-kind-icon">bson<wbr>Reg<wbr>Exp</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<a href="replaceoptions.html#bypassdocumentvalidation" class="tsd-kind-icon">bypass<wbr>Document<wbr>Validation</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
<a href="replaceoptions.html#checkkeys" class="tsd-kind-icon">check<wbr>Keys</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite">
<a href="replaceoptions.html#collation" class="tsd-kind-icon">collation</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a href="replaceoptions.html#comment" class="tsd-kind-icon">comment</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a href="replaceoptions.html#dbname" class="tsd-kind-icon">db<wbr>Name</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a href="replaceoptions.html#explain" class="tsd-kind-icon">explain</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
<a href="replaceoptions.html#fieldsasraw" class="tsd-kind-icon">fields<wbr>AsRaw</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a href="replaceoptions.html#fullresponse" class="tsd-kind-icon">full<wbr>Response</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<a href="replaceoptions.html#hint" class="tsd-kind-icon">hint</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
<a href="replaceoptions.html#ignoreundefined" class="tsd-kind-icon">ignore<wbr>Undefined</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a href="replaceoptions.html#maxtimems" class="tsd-kind-icon">max<wbr>TimeMS</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a href="replaceoptions.html#noresponse" class="tsd-kind-icon">no<wbr>Response</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
<a href="replaceoptions.html#promotebuffers" class="tsd-kind-icon">promote<wbr>Buffers</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
<a href="replaceoptions.html#promotelongs" class="tsd-kind-icon">promote<wbr>Longs</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
<a href="replaceoptions.html#promotevalues" class="tsd-kind-icon">promote<wbr>Values</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a href="replaceoptions.html#raw" class="tsd-kind-icon">raw</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a href="replaceoptions.html#readconcern" class="tsd-kind-icon">read<wbr>Concern</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a href="replaceoptions.html#readpreference" class="tsd-kind-icon">read<wbr>Preference</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a href="replaceoptions.html#retrywrites" class="tsd-kind-icon">retry<wbr>Writes</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
<a href="replaceoptions.html#serializefunctions" class="tsd-kind-icon">serialize<wbr>Functions</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a href="replaceoptions.html#session" class="tsd-kind-icon">session</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<a href="replaceoptions.html#upsert" class="tsd-kind-icon">upsert</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a href="replaceoptions.html#willretrywrites" class="tsd-kind-icon">will<wbr>Retry<wbr>Writes</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a href="replaceoptions.html#writeconcern" class="tsd-kind-icon">write<wbr>Concern</a>
</li>
</ul>
</li>
</ul>
<ul class="after-current">
</ul>
</nav>
</div>
</div>
</div>
<footer class="with-border-bottom">
<div class="container">
<h2>Legend</h2>
<div class="tsd-legend-group">
<ul class="tsd-legend">
<li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li>
</ul>
</div>
</div>
</footer>
<div class="container tsd-generator">
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
</div>
<div class="overlay"></div>
<script src="../assets/js/main.js"></script>
</body>
</html> | mongodb/node-mongodb-native | docs/4.0/interfaces/replaceoptions.html | HTML | apache-2.0 | 39,697 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_60) on Sat Mar 26 13:39:55 GMT 2016 -->
<title>W-Index</title>
<meta name="date" content="2016-03-26">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="W-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><a href="../deprecated-list.html">Deprecated</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-20.html">Prev Letter</a></li>
<li><a href="index-22.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-files/index-21.html" target="_top">Frames</a></li>
<li><a href="index-21.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="contentContainer"><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">L</a> <a href="index-12.html">M</a> <a href="index-13.html">N</a> <a href="index-14.html">O</a> <a href="index-15.html">P</a> <a href="index-16.html">R</a> <a href="index-17.html">S</a> <a href="index-18.html">T</a> <a href="index-19.html">U</a> <a href="index-20.html">V</a> <a href="index-21.html">W</a> <a href="index-22.html">X</a> <a href="index-23.html">Y</a> <a name="I:W">
<!-- -->
</a>
<h2 class="title">W</h2>
<dl>
<dt><span class="memberNameLink"><a href="../alexwilton/handwritingAssistant/MyScriptConnection.html#waitForReady--">waitForReady()</a></span> - Method in class alexwilton.handwritingAssistant.<a href="../alexwilton/handwritingAssistant/MyScriptConnection.html" title="class in alexwilton.handwritingAssistant">MyScriptConnection</a></dt>
<dd>
<div class="block">Wait for connection to be ready to start recognising new strokes.</div>
</dd>
<dt><span class="memberNameLink"><a href="../alexwilton/handwritingAssistant/MyScriptConnection.html#waitUntilFinished--">waitUntilFinished()</a></span> - Method in class alexwilton.handwritingAssistant.<a href="../alexwilton/handwritingAssistant/MyScriptConnection.html" title="class in alexwilton.handwritingAssistant">MyScriptConnection</a></dt>
<dd>
<div class="block">Blocking method which waits for current recognition to be finished.</div>
</dd>
<dt><span class="memberNameLink"><a href="../alexwilton/handwritingAssistant/Word.html#width">width</a></span> - Variable in class alexwilton.handwritingAssistant.<a href="../alexwilton/handwritingAssistant/Word.html" title="class in alexwilton.handwritingAssistant">Word</a></dt>
<dd>
<div class="block">Width of rectangle.</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/myscript/cloud/sample/ws/api/Box.html#width">width</a></span> - Variable in class com.myscript.cloud.sample.ws.api.<a href="../com/myscript/cloud/sample/ws/api/Box.html" title="class in com.myscript.cloud.sample.ws.api">Box</a></dt>
<dd> </dd>
<dt><a href="../alexwilton/handwritingAssistant/Word.html" title="class in alexwilton.handwritingAssistant"><span class="typeNameLink">Word</span></a> - Class in <a href="../alexwilton/handwritingAssistant/package-summary.html">alexwilton.handwritingAssistant</a></dt>
<dd>
<div class="block">A Word object comprises of the area occupied by its strokes and the recognised text from MyScript for the strokes.</div>
</dd>
<dt><span class="memberNameLink"><a href="../alexwilton/handwritingAssistant/Word.html#Word-int-int-int-int-java.lang.String-">Word(int, int, int, int, String)</a></span> - Constructor for class alexwilton.handwritingAssistant.<a href="../alexwilton/handwritingAssistant/Word.html" title="class in alexwilton.handwritingAssistant">Word</a></dt>
<dd>
<div class="block">Construct a Word object from the rectangle dimensions and text.</div>
</dd>
<dt><span class="memberNameLink"><a href="../alexwilton/handwritingAssistant/ExerciseManager.html#wordFormingFailCount">wordFormingFailCount</a></span> - Variable in class alexwilton.handwritingAssistant.<a href="../alexwilton/handwritingAssistant/ExerciseManager.html" title="class in alexwilton.handwritingAssistant">ExerciseManager</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../alexwilton/handwritingAssistant/exercises/Exercise.html#wordFormingFailCount">wordFormingFailCount</a></span> - Variable in class alexwilton.handwritingAssistant.exercises.<a href="../alexwilton/handwritingAssistant/exercises/Exercise.html" title="class in alexwilton.handwritingAssistant.exercises">Exercise</a></dt>
<dd>
<div class="block">Map for keeping track of the number of times a learner fails to form each word.</div>
</dd>
<dt><span class="memberNameLink"><a href="../alexwilton/handwritingAssistant/StrokeAnalyser.html#wordSeparatingDistance">wordSeparatingDistance</a></span> - Variable in class alexwilton.handwritingAssistant.<a href="../alexwilton/handwritingAssistant/StrokeAnalyser.html" title="class in alexwilton.handwritingAssistant">StrokeAnalyser</a></dt>
<dd>
<div class="block">Maximum allowed distance in pixels between strokes in order than a collection of
strokes is considered a stroke group for analysing as a word.</div>
</dd>
</dl>
<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">L</a> <a href="index-12.html">M</a> <a href="index-13.html">N</a> <a href="index-14.html">O</a> <a href="index-15.html">P</a> <a href="index-16.html">R</a> <a href="index-17.html">S</a> <a href="index-18.html">T</a> <a href="index-19.html">U</a> <a href="index-20.html">V</a> <a href="index-21.html">W</a> <a href="index-22.html">X</a> <a href="index-23.html">Y</a> </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><a href="../deprecated-list.html">Deprecated</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-20.html">Prev Letter</a></li>
<li><a href="index-22.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-files/index-21.html" target="_top">Frames</a></li>
<li><a href="index-21.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>
| AlexWilton/HandwritingAssistant | javadoc/index-files/index-21.html | HTML | apache-2.0 | 8,998 |
<!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_25) on Thu Jun 27 10:36:05 PDT 2013 -->
<TITLE>
Uses of Interface org.apache.nutch.parse.ParseFilter (apache-nutch 2.2.1 API)
</TITLE>
<META NAME="date" CONTENT="2013-06-27">
<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.apache.nutch.parse.ParseFilter (apache-nutch 2.2.1 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/nutch/parse/ParseFilter.html" title="interface in org.apache.nutch.parse"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/nutch/parse//class-useParseFilter.html" target="_top"><B>FRAMES</B></A>
<A HREF="ParseFilter.html" target="_top"><B>NO FRAMES</B></A>
<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.apache.nutch.parse.ParseFilter</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/nutch/parse/ParseFilter.html" title="interface in org.apache.nutch.parse">ParseFilter</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.nutch.analysis.lang"><B>org.apache.nutch.analysis.lang</B></A></TD>
<TD>Text document language identifier. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.nutch.microformats.reltag"><B>org.apache.nutch.microformats.reltag</B></A></TD>
<TD>
A microformats <a href="http://www.microformats.org/wiki/Rel-Tag">Rel-Tag</a>
Parser/Indexer/Querier plugin. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.nutch.parse.js"><B>org.apache.nutch.parse.js</B></A></TD>
<TD>A parser plugin and content filter to extract all (possible) links
from JavaScript files and code snippets. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.creativecommons.nutch"><B>org.creativecommons.nutch</B></A></TD>
<TD>Sample plugins that parse and index Creative Commons medadata. </TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.nutch.analysis.lang"><!-- --></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/nutch/parse/ParseFilter.html" title="interface in org.apache.nutch.parse">ParseFilter</A> in <A HREF="../../../../../org/apache/nutch/analysis/lang/package-summary.html">org.apache.nutch.analysis.lang</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Classes in <A HREF="../../../../../org/apache/nutch/analysis/lang/package-summary.html">org.apache.nutch.analysis.lang</A> that implement <A HREF="../../../../../org/apache/nutch/parse/ParseFilter.html" title="interface in org.apache.nutch.parse">ParseFilter</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/nutch/analysis/lang/HTMLLanguageParser.html" title="class in org.apache.nutch.analysis.lang">HTMLLanguageParser</A></B></CODE>
<BR>
Adds metadata identifying language of document if found We could also run
statistical analysis here but we'd miss all other formats</TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.nutch.microformats.reltag"><!-- --></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/nutch/parse/ParseFilter.html" title="interface in org.apache.nutch.parse">ParseFilter</A> in <A HREF="../../../../../org/apache/nutch/microformats/reltag/package-summary.html">org.apache.nutch.microformats.reltag</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Classes in <A HREF="../../../../../org/apache/nutch/microformats/reltag/package-summary.html">org.apache.nutch.microformats.reltag</A> that implement <A HREF="../../../../../org/apache/nutch/parse/ParseFilter.html" title="interface in org.apache.nutch.parse">ParseFilter</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/nutch/microformats/reltag/RelTagParser.html" title="class in org.apache.nutch.microformats.reltag">RelTagParser</A></B></CODE>
<BR>
Adds microformat rel-tags of document if found.</TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.nutch.parse.js"><!-- --></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/nutch/parse/ParseFilter.html" title="interface in org.apache.nutch.parse">ParseFilter</A> in <A HREF="../../../../../org/apache/nutch/parse/js/package-summary.html">org.apache.nutch.parse.js</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Classes in <A HREF="../../../../../org/apache/nutch/parse/js/package-summary.html">org.apache.nutch.parse.js</A> that implement <A HREF="../../../../../org/apache/nutch/parse/ParseFilter.html" title="interface in org.apache.nutch.parse">ParseFilter</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/nutch/parse/js/JSParseFilter.html" title="class in org.apache.nutch.parse.js">JSParseFilter</A></B></CODE>
<BR>
This class is a heuristic link extractor for JavaScript files and
code snippets.</TD>
</TR>
</TABLE>
<P>
<A NAME="org.creativecommons.nutch"><!-- --></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/nutch/parse/ParseFilter.html" title="interface in org.apache.nutch.parse">ParseFilter</A> in <A HREF="../../../../../org/creativecommons/nutch/package-summary.html">org.creativecommons.nutch</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Classes in <A HREF="../../../../../org/creativecommons/nutch/package-summary.html">org.creativecommons.nutch</A> that implement <A HREF="../../../../../org/apache/nutch/parse/ParseFilter.html" title="interface in org.apache.nutch.parse">ParseFilter</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/creativecommons/nutch/CCParseFilter.html" title="class in org.creativecommons.nutch">CCParseFilter</A></B></CODE>
<BR>
Adds metadata identifying the Creative Commons license used, if any.</TD>
</TR>
</TABLE>
<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> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/nutch/parse/ParseFilter.html" title="interface in org.apache.nutch.parse"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/nutch/parse//class-useParseFilter.html" target="_top"><B>FRAMES</B></A>
<A HREF="ParseFilter.html" target="_top"><B>NO FRAMES</B></A>
<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 © 2013 The Apache Software Foundation
</BODY>
</HTML>
| prateekbansal/apache-gora-0.4 | gora-hbase/docs/api/org/apache/nutch/parse/class-use/ParseFilter.html | HTML | apache-2.0 | 12,931 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>JSDoc: Class: WindowUtils</title>
<script src="scripts/prettify/prettify.js"> </script>
<script src="scripts/prettify/lang-css.js"> </script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
</head>
<body>
<div id="main">
<h1 class="page-title">Class: WindowUtils</h1>
<section>
<header>
<h2>WindowUtils</h2>
<div class="class-description"><p>WindowUtils can be used in a *webpage only* i.e. must have access to a
window object.</p>
<p>Accessible via: window.goog.WindowUtils</p>
<p>The main uses for these utils are:</p>
<ul>
<li>Managing service workers by loading pages in an iframe to reduce scope</li>
<li>Helpers to unregister service workers and remove caches</li>
<li>Run mocha tests in a service worker. If you use this, it's expected you'll
also make use of the SWUtils inside the service worker.</li>
</ul></div>
</header>
<article>
<div class="container-overview">
<h2>Constructor</h2>
<h4 class="name" id="WindowUtils"><span class="type-signature"></span>new WindowUtils<span class="signature">()</span><span class="type-signature"></span></h4>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="browser_window-utils.js.html">browser/window-utils.js</a>, <a href="browser_window-utils.js.html#line34">line 34</a>
</li></ul></dd>
</dl>
</div>
<h3 class="subsection-title">Methods</h3>
<h4 class="name" id="activateSW"><span class="type-signature"></span>activateSW<span class="signature">(swUrl)</span><span class="type-signature"> → {Promise.<HTMLElement>}</span></h4>
<div class="description">
<p>Similar to installSW. This method registers a service worker to a unique scope and
creates an iframe it can control and waits until the service workers
activate step has completed.</p>
<p>Useful when you want to test fetch events that can't happen until the
service worker has activated.</p>
</div>
<h5>Parameters:</h5>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>swUrl</code></td>
<td class="type">
<span class="param-type">String</span>
</td>
<td class="description last">The url to a service worker file to register</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="browser_window-utils.js.html">browser/window-utils.js</a>, <a href="browser_window-utils.js.html#line189">line 189</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<div class="param-desc">
Resolves once the service worker is
activated and returns the iframe it controls.
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Promise.<HTMLElement></span>
</dd>
</dl>
<h4 class="name" id="cleanState"><span class="type-signature"></span>cleanState<span class="signature">()</span><span class="type-signature"> → {Promise}</span></h4>
<div class="description">
Helper to unregister all service workers and clean all caches.
</div>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="browser_window-utils.js.html">browser/window-utils.js</a>, <a href="browser_window-utils.js.html#line261">line 261</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<div class="param-desc">
Resolves once service workers are unregistered and caches
are deleted.
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Promise</span>
</dd>
</dl>
<h4 class="name" id="clearAllCaches"><span class="type-signature"></span>clearAllCaches<span class="signature">()</span><span class="type-signature"> → {Promise}</span></h4>
<div class="description">
Loop over all caches for the current origin and delete them
</div>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="browser_window-utils.js.html">browser/window-utils.js</a>, <a href="browser_window-utils.js.html#line136">line 136</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<div class="param-desc">
Resolves once all caches are deleted
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Promise</span>
</dd>
</dl>
<h4 class="name" id="getAllCachedAssets"><span class="type-signature"></span>getAllCachedAssets<span class="signature">(cacheName)</span><span class="type-signature"> → {Promise.<Object>}</span></h4>
<div class="description">
<p>Helper method that checks a cache with a specific name exists before
retrieving all the cached responses inside of it.</p>
<p>This is limited to text at the moment.</p>
</div>
<h5>Parameters:</h5>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>cacheName</code></td>
<td class="type">
<span class="param-type">String</span>
</td>
<td class="description last">The name of the cache to get the contents from.</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="browser_window-utils.js.html">browser/window-utils.js</a>, <a href="browser_window-utils.js.html#line218">line 218</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<div class="param-desc">
Resolves to an object where the keys
are URLs for the cache responses and the value is the text from the response.
The promise rejects if the cache doesn't exist.
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Promise.<Object></span>
</dd>
</dl>
<h4 class="name" id="getIframe"><span class="type-signature"></span>getIframe<span class="signature">()</span><span class="type-signature"> → {Promise.<HTMLElement>}</span></h4>
<div class="description">
<p>When a service worker is installed / activated using WindowUtils
it'lls be registered with a unqiue scope and an iframe will be
created matching that scope (allowing it to be controlled by that
service worker only).</p>
<p>This method will get you the current iframe (if in the middle of a test)
or create a new iframe.</p>
</div>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="browser_window-utils.js.html">browser/window-utils.js</a>, <a href="browser_window-utils.js.html#line99">line 99</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<div class="param-desc">
Resolves to the current iframe being
used for tests.
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Promise.<HTMLElement></span>
</dd>
</dl>
<h4 class="name" id="installSW"><span class="type-signature"></span>installSW<span class="signature">(swUrl)</span><span class="type-signature"> → {Promise.<HTMLElement>}</span></h4>
<div class="description">
<p>This method registers a service worker to a unique scope and
creates an iframe it can control and waits until the service workers
install step has completed.</p>
<p>This is useful for scenarios where you only care
about testing events that have occured in the install event (i.e.
pre-caching assets).</p>
</div>
<h5>Parameters:</h5>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>swUrl</code></td>
<td class="type">
<span class="param-type">String</span>
</td>
<td class="description last">The url to a service worker file to register</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="browser_window-utils.js.html">browser/window-utils.js</a>, <a href="browser_window-utils.js.html#line157">line 157</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<div class="param-desc">
Resolves once the service worker is
installed and returns the iframe it controls.
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Promise.<HTMLElement></span>
</dd>
</dl>
<h4 class="name" id="runSWMochaTests"><span class="type-signature"></span>runSWMochaTests<span class="signature">(swPath)</span><span class="type-signature"> → {Promise.<<a href="global.html#TestResults">TestResults</a>>}</span></h4>
<div class="description">
Method to send a message to a service worker to begin mocha tests.
It's expected that the service worker will import sw-utils in the service
worker to make this work seamlessly.
</div>
<h5>Parameters:</h5>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>swPath</code></td>
<td class="type">
<span class="param-type">String</span>
</td>
<td class="description last">The path to a service worker</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="browser_window-utils.js.html">browser/window-utils.js</a>, <a href="browser_window-utils.js.html#line300">line 300</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<div class="param-desc">
Promise resolves when the tests
in the service worker have completed.
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Promise.<<a href="global.html#TestResults">TestResults</a>></span>
</dd>
</dl>
<h4 class="name" id="unregisterAllRegistrations"><span class="type-signature"></span>unregisterAllRegistrations<span class="signature">()</span><span class="type-signature"> → {Promise}</span></h4>
<div class="description">
Loop through all registrations for the current origin and unregister them.
</div>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="browser_window-utils.js.html">browser/window-utils.js</a>, <a href="browser_window-utils.js.html#line123">line 123</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<div class="param-desc">
Resolves once all promises are unregistered
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Promise</span>
</dd>
</dl>
</article>
</section>
</div>
<nav>
<h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="WindowUtils.html">WindowUtils</a></li></ul><h3>Global</h3><ul><li><a href="global.html#mochaUtils">mochaUtils</a></li></ul>
</nav>
<br class="clear">
<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a> on Wed Apr 20 2016 15:23:07 GMT+0100 (BST)
</footer>
<script> prettyPrint(); </script>
<script src="scripts/linenumber.js"> </script>
</body>
</html> | GoogleChromeLabs/sw-testing-helpers | docs/reference-docs/stable/v0.0.13/WindowUtils.html | HTML | apache-2.0 | 14,187 |
<ion-header>
<ion-navbar>
<button ion-button menuToggle>
<ion-icon name="menu"></ion-icon>
</button>
<ion-title>
Registration
</ion-title>
</ion-navbar>
</ion-header>
<ion-content>
<ion-list>
<ion-item>
<ion-label floating>Username</ion-label>
<ion-input [(ngModel)]="registrationUser.email" type="email"></ion-input>
</ion-item>
<ion-item>
<ion-label floating>Password</ion-label>
<ion-input [(ngModel)]="registrationUser.password" type="password"></ion-input>
</ion-item>
<ion-item>
<button ion-button block outline large (click)="onRegister()">Sign up</button>
</ion-item>
</ion-list>
<ion-grid>
<ion-row>
<ion-col width-50>
<button ion-button clear small (click)="navToResendCode()">Resend Code</button>
</ion-col>
<ion-col width-50>
<button ion-button clear small (click)="navToLogin()">Login</button>
</ion-col>
</ion-row>
</ion-grid>
</ion-content>
| vbudilov/aws-cognito-ionic2 | src/pages/auth/register.html | HTML | apache-2.0 | 1,147 |
<div class="container">
<div *ngIf="search != ''" class="row">
<div class="col-xs-12">
<h2>Resultados para: {{search}}</h2>
</div>
</div>
<nav class="navbar navbar-default">
<div class="container-fluid">
<ul class="nav navbar-nav">
<li [ngClass]="{ 'active_tab': activeTab == 'users' }"><a (click)="moveTab('users')" class="links">Usuarios</a></li>
<li [ngClass]="{ 'active_tab': activeTab == 'ideas' }"><a (click)="moveTab('ideas')" class="links">Ideas</a></li>
</ul>
</div>
</nav>
<div class="row">
<div class="col-xs-4">
<div class="panel panel-default">
<div class="panel-heading">
<h2 class="center">Parámetros de búsqueda</h2>
<p-multiSelect *ngIf="activeTab != 'users' && option==6" [options]="tags" [(ngModel)]="selectedTags" [panelStyle]="{minWidth:'12em'}"
[ngModelOptions]="{standalone: true}" maxSelectedLabels=6 defaultLabel="Elige tags">
</p-multiSelect>
<input *ngIf="activeTab == 'users'" [(ngModel)]="searchAdv" type="text" class="form-control" placeholder="Buscar">
<div class="alert alert-danger" *ngIf="error">
Debe llenar el campo de búsqueda.
</div>
<br><label>Buscar por:</label>
<select *ngIf="activeTab == 'users'" [(ngModel)]="option" class="form-control" name="enfasisSecundarioSegundaCarrera">
<option value=1>Por nombre</option>
<option value=2>Por Área conocimiento</option>
<option value=3>Por Habilidad</option>
</select>
<select *ngIf="activeTab != 'users'" [(ngModel)]="option" class="form-control" name="enfasisSecundarioSegundaCarrera">
<option value=1>Idea Nueva</option>
<option value=2>Para Continuar</option>
<option value=4>Para Empezar</option>
<option value=5>Proyectos</option>
<option value=6>Por Tag</option>
</select>
<br><button (click)="onSearchAdv()" class="btn btn-primary btn-block">Buscar</button>
</div>
</div>
<div *ngIf="activeTab == 'users'" class="panel panel-default">
<div class="panel-heading">
<h3 class="center">Perfiles de usuario</h3>
<div class="media">
<div class="media-left">
<img class="icon_user" src="images/icons/teacher_blackboard.png" />
</div>
<div class="media-body">
<h4 class="media-heading">Profesor</h4>
<p>Representa a un usuario que ejerce labor como profesor dentro del sistema</p>
</div>
</div>
<div class="media">
<div class="media-left">
<img class="icon_user" src="images/icons/dude4.png" />
</div>
<div class="media-body">
<h4 class="media-heading">Estudiante</h4>
<p>Representa a un usuario que es estudiante dentro del sistema</p>
</div>
</div>
<div class="media">
<div class="media-left">
<img class="icon_user" src="images/icons/graduate.png" />
</div>
<div class="media-body">
<h4 class="media-heading">Egresado</h4>
<p>Representa a un usuario que es egresado dentro del sistema</p>
</div>
</div>
</div>
</div>
<div *ngIf="activeTab == 'ideas'" class="panel panel-default">
<div class="panel-heading">
<h3 class="center">Tipos de ideas</h3>
<p><strong>Idea nueva: </strong>Ideas nuevas son ideas que no tienen un soporte académico aún. Se suelen crear de manera espontánea.</p>
<p><strong>Idea para continuar: </strong>Ideas para continuar son aquellas que tienen un trabajo anterior ya realizado y tienen como propósito continuarlo.</p>
<p><strong>Idea para empezar: </strong>Ideas para empezar se caracterizan por tener ya la problemática, alcance y cantidad de estudiantes definidas.</p>
<p><strong>Proyectos: </strong>Los proyectos solamente pueden ser creadas por profesores y su propósito es indicar que el profesor posee una suite de ideas con objetivos similares.</p>
</div>
</div>
</div>
<div class="col-xs-8">
<p-dataList *ngIf="activeTab == 'users'" [value]="listUsers" [paginator]="true" [rows]="5" emptyMessage="No se encontraron resultados">
<p-header>
Usuarios
</p-header>
<ng-template let-usr pTemplate="item">
<div class="ui-g ui-fluid">
<div class="ui-g-12 ui-md-3" style="text-align:center">
<img src="{{serverUri}}{{usr.username}}" (error)="errorImageHandler($event,usr.username,usr.genero)" />
</div>
<div class="ui-g-12 ui-md-9">
<div class="ui-g">
<div class="ui-g-2 ui-sm-6">Nombre: </div>
<div class="ui-g-10 ui-sm-6">{{usr.nombre}}</div>
<div class="ui-g-2 ui-sm-6">Carrera: </div>
<div class="ui-g-10 ui-sm-6">{{usr.carrera}}</div>
<div class="right">
<img class="icon_user" *ngIf="usr.tipoUsuario == 'PROFESOR'" src="images/icons/teacher_blackboard.png" />
<img class="icon_user" *ngIf="usr.tipoUsuario == 'ESTUDIANTE'" src="images/icons/dude4.png" />
<img class="icon_user" *ngIf="usr.tipoUsuario == 'EGRESADO'" src="images/icons/graduate.png" />
</div>
<div class="ui-g-4 ui-sm-12">
<button class="btn btn-link" (click)="goToProfile(usr.username)">Ver perfil</button>
</div>
<div *ngIf="optionSelected == 1" class="ui-g-6 ui-sm-6"><i>{{usr.porcentaje}}% de coincidencia con tu perfil</i></div>
</div>
</div>
</div>
<hr style="height: 2px; border: none; background: lightgray;" />
</ng-template>
</p-dataList>
<div *ngIf="activeTab != 'users'">
<div class="panel panel-default center" *ngIf="!ideas?.length">
<p>No se encontraron resultados</p>
</div>
<div class="center" *ngFor="let idea of ideas; index as indice">
<idea [idea]="idea" (change)="cambio($event)"></idea>
</div>
</div>
</div>
</div>
</div>
| know-share/KS-Web | src/app/search/search.component.html | HTML | apache-2.0 | 7,636 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_75) on Wed Jun 10 23:20:35 IST 2015 -->
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>Uses of Class org.apache.solr.update.HdfsUpdateLog (Solr 5.2.1 API)</title>
<meta name="date" content="2015-06-10">
<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.solr.update.HdfsUpdateLog (Solr 5.2.1 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/apache/solr/update/HdfsUpdateLog.html" title="class in org.apache.solr.update">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/update/class-use/HdfsUpdateLog.html" target="_top">Frames</a></li>
<li><a href="HdfsUpdateLog.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.solr.update.HdfsUpdateLog" class="title">Uses of Class<br>org.apache.solr.update.HdfsUpdateLog</h2>
</div>
<div class="classUseContainer">No usage of org.apache.solr.update.HdfsUpdateLog</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/solr/update/HdfsUpdateLog.html" title="class in org.apache.solr.update">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/update/class-use/HdfsUpdateLog.html" target="_top">Frames</a></li>
<li><a href="HdfsUpdateLog.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>
<i>Copyright © 2000-2015 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>
| priyankajayaswal1/Solr-5.2-1-searching-and-indexing- | docs/solr-core/org/apache/solr/update/class-use/HdfsUpdateLog.html | HTML | apache-2.0 | 4,878 |
<!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 May 02 16:16:47 IST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class io.github.hhromic.uimr.as.ASObject (UIMR Java Toolbox: Activity Streams 4.0-SNAPSHOT API)</title>
<meta name="date" content="2018-05-02">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class io.github.hhromic.uimr.as.ASObject (UIMR Java Toolbox: Activity Streams 4.0-SNAPSHOT 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="../../../../../../io/github/hhromic/uimr/as/package-summary.html">Package</a></li>
<li><a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html" title="class in io.github.hhromic.uimr.as">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?io/github/hhromic/uimr/as/class-use/ASObject.html" target="_top">Frames</a></li>
<li><a href="ASObject.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 io.github.hhromic.uimr.as.ASObject" class="title">Uses of Class<br>io.github.hhromic.uimr.as.ASObject</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="io.github.hhromic.uimr.as">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html" title="class in io.github.hhromic.uimr.as">ASObject</a> in <a href="../../../../../../io/github/hhromic/uimr/as/package-summary.html">io.github.hhromic.uimr.as</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html" title="class in io.github.hhromic.uimr.as">ASObject</a> in <a href="../../../../../../io/github/hhromic/uimr/as/package-summary.html">io.github.hhromic.uimr.as</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../io/github/hhromic/uimr/as/Activity.html" title="class in io.github.hhromic.uimr.as">Activity</a></span></code>
<div class="block">This class represents an Activity Streams Activity Object.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../../io/github/hhromic/uimr/as/package-summary.html">io.github.hhromic.uimr.as</a> declared as <a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html" title="class in io.github.hhromic.uimr.as">ASObject</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html" title="class in io.github.hhromic.uimr.as">ASObject</a></code></td>
<td class="colLast"><span class="typeNameLabel">Activity.</span><code><span class="memberNameLink"><a href="../../../../../../io/github/hhromic/uimr/as/Activity.html#actor">actor</a></span></code>
<div class="block">Describes the entity that performed the activity.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html" title="class in io.github.hhromic.uimr.as">ASObject</a>[]</code></td>
<td class="colLast"><span class="typeNameLabel">ASObject.</span><code><span class="memberNameLink"><a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html#attachments">attachments</a></span></code>
<div class="block">A collection of one or more additional, associated objects, similar to the concept of attached files in an email message.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html" title="class in io.github.hhromic.uimr.as">ASObject</a></code></td>
<td class="colLast"><span class="typeNameLabel">ASObject.</span><code><span class="memberNameLink"><a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html#author">author</a></span></code>
<div class="block">Describes the entity that created or authored the <code>ASObject</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html" title="class in io.github.hhromic.uimr.as">ASObject</a></code></td>
<td class="colLast"><span class="typeNameLabel">Activity.</span><code><span class="memberNameLink"><a href="../../../../../../io/github/hhromic/uimr/as/Activity.html#generator">generator</a></span></code>
<div class="block">Describes the application that generated the activity.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html" title="class in io.github.hhromic.uimr.as">ASObject</a>[]</code></td>
<td class="colLast"><span class="typeNameLabel">Collection.</span><code><span class="memberNameLink"><a href="../../../../../../io/github/hhromic/uimr/as/Collection.html#items">items</a></span></code>
<div class="block">An array containing a listing of <a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html" title="class in io.github.hhromic.uimr.as"><code>ASObject</code></a>s of any object type.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html" title="class in io.github.hhromic.uimr.as">ASObject</a></code></td>
<td class="colLast"><span class="typeNameLabel">Activity.</span><code><span class="memberNameLink"><a href="../../../../../../io/github/hhromic/uimr/as/Activity.html#object">object</a></span></code>
<div class="block">Describes the primary object of the activity.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html" title="class in io.github.hhromic.uimr.as">ASObject</a></code></td>
<td class="colLast"><span class="typeNameLabel">Activity.</span><code><span class="memberNameLink"><a href="../../../../../../io/github/hhromic/uimr/as/Activity.html#provider">provider</a></span></code>
<div class="block">Describes the application that published the activity.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html" title="class in io.github.hhromic.uimr.as">ASObject</a></code></td>
<td class="colLast"><span class="typeNameLabel">Activity.</span><code><span class="memberNameLink"><a href="../../../../../../io/github/hhromic/uimr/as/Activity.html#target">target</a></span></code>
<div class="block">Describes the target of the activity.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../io/github/hhromic/uimr/as/package-summary.html">io.github.hhromic.uimr.as</a> that return <a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html" title="class in io.github.hhromic.uimr.as">ASObject</a></span><span class="tabEnd"> </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="../../../../../../io/github/hhromic/uimr/as/ASObject.html" title="class in io.github.hhromic.uimr.as">ASObject</a></code></td>
<td class="colLast"><span class="typeNameLabel">Activity.</span><code><span class="memberNameLink"><a href="../../../../../../io/github/hhromic/uimr/as/Activity.html#getActor--">getActor</a></span>()</code>
<div class="block">Gets the <code>actor</code> property for this <code>Activity</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html" title="class in io.github.hhromic.uimr.as">ASObject</a>[]</code></td>
<td class="colLast"><span class="typeNameLabel">ASObject.</span><code><span class="memberNameLink"><a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html#getAttachments--">getAttachments</a></span>()</code>
<div class="block">Gets the <code>attachments</code> property for this <code>ASObject</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html" title="class in io.github.hhromic.uimr.as">ASObject</a></code></td>
<td class="colLast"><span class="typeNameLabel">ASObject.</span><code><span class="memberNameLink"><a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html#getAuthor--">getAuthor</a></span>()</code>
<div class="block">Gets the <code>author</code> property for this <code>ASObject</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html" title="class in io.github.hhromic.uimr.as">ASObject</a></code></td>
<td class="colLast"><span class="typeNameLabel">Activity.</span><code><span class="memberNameLink"><a href="../../../../../../io/github/hhromic/uimr/as/Activity.html#getGenerator--">getGenerator</a></span>()</code>
<div class="block">Gets the <code>generator</code> property for this <code>Activity</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html" title="class in io.github.hhromic.uimr.as">ASObject</a>[]</code></td>
<td class="colLast"><span class="typeNameLabel">Collection.</span><code><span class="memberNameLink"><a href="../../../../../../io/github/hhromic/uimr/as/Collection.html#getItems--">getItems</a></span>()</code>
<div class="block">Gets the <code>items</code> property for this <code>Collection</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html" title="class in io.github.hhromic.uimr.as">ASObject</a></code></td>
<td class="colLast"><span class="typeNameLabel">Activity.</span><code><span class="memberNameLink"><a href="../../../../../../io/github/hhromic/uimr/as/Activity.html#getObject--">getObject</a></span>()</code>
<div class="block">Gets the <code>object</code> property for this <code>Activity</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html" title="class in io.github.hhromic.uimr.as">ASObject</a></code></td>
<td class="colLast"><span class="typeNameLabel">Activity.</span><code><span class="memberNameLink"><a href="../../../../../../io/github/hhromic/uimr/as/Activity.html#getProvider--">getProvider</a></span>()</code>
<div class="block">Gets the <code>provider</code> property for this <code>Activity</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html" title="class in io.github.hhromic.uimr.as">ASObject</a></code></td>
<td class="colLast"><span class="typeNameLabel">Activity.</span><code><span class="memberNameLink"><a href="../../../../../../io/github/hhromic/uimr/as/Activity.html#getTarget--">getTarget</a></span>()</code>
<div class="block">Gets the <code>target</code> property for this <code>Activity</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html" title="class in io.github.hhromic.uimr.as">ASObject</a></code></td>
<td class="colLast"><span class="typeNameLabel">ASObject.</span><code><span class="memberNameLink"><a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html#setAttachments-io.github.hhromic.uimr.as.ASObject:A-">setAttachments</a></span>(<a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html" title="class in io.github.hhromic.uimr.as">ASObject</a>[] attachments)</code>
<div class="block">Sets the <code>attachments</code> property for this <code>ASObject</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html" title="class in io.github.hhromic.uimr.as">ASObject</a></code></td>
<td class="colLast"><span class="typeNameLabel">ASObject.</span><code><span class="memberNameLink"><a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html#setAuthor-io.github.hhromic.uimr.as.ASObject-">setAuthor</a></span>(<a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html" title="class in io.github.hhromic.uimr.as">ASObject</a> author)</code>
<div class="block">Sets the <code>author</code> property for this <code>ASObject</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html" title="class in io.github.hhromic.uimr.as">ASObject</a></code></td>
<td class="colLast"><span class="typeNameLabel">ASObject.</span><code><span class="memberNameLink"><a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html#setContent-java.lang.String-">setContent</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> content)</code>
<div class="block">Sets the <code>content</code> property for this <code>ASObject</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html" title="class in io.github.hhromic.uimr.as">ASObject</a></code></td>
<td class="colLast"><span class="typeNameLabel">ASObject.</span><code><span class="memberNameLink"><a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html#setDisplayName-java.lang.String-">setDisplayName</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> displayName)</code>
<div class="block">Sets the <code>displayName</code> property for this <code>ASObject</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html" title="class in io.github.hhromic.uimr.as">ASObject</a></code></td>
<td class="colLast"><span class="typeNameLabel">ASObject.</span><code><span class="memberNameLink"><a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html#setDownstreamDuplicates-java.lang.String:A-">setDownstreamDuplicates</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] downstreamDuplicates)</code>
<div class="block">Sets the <code>downstreamDuplicates</code> property for this <code>ASObject</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html" title="class in io.github.hhromic.uimr.as">ASObject</a></code></td>
<td class="colLast"><span class="typeNameLabel">ASObject.</span><code><span class="memberNameLink"><a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html#setId-java.lang.String-">setId</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> id)</code>
<div class="block">Sets the <code>id</code> property for this <code>ASObject</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html" title="class in io.github.hhromic.uimr.as">ASObject</a></code></td>
<td class="colLast"><span class="typeNameLabel">ASObject.</span><code><span class="memberNameLink"><a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html#setImage-io.github.hhromic.uimr.as.MediaLink-">setImage</a></span>(<a href="../../../../../../io/github/hhromic/uimr/as/MediaLink.html" title="class in io.github.hhromic.uimr.as">MediaLink</a> image)</code>
<div class="block">Sets the <code>image</code> property for this <code>ASObject</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html" title="class in io.github.hhromic.uimr.as">ASObject</a></code></td>
<td class="colLast"><span class="typeNameLabel">ASObject.</span><code><span class="memberNameLink"><a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html#setObjectType-java.lang.String-">setObjectType</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> objectType)</code>
<div class="block">Sets the <code>objectType</code> property for this <code>ASObject</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html" title="class in io.github.hhromic.uimr.as">ASObject</a></code></td>
<td class="colLast"><span class="typeNameLabel">ASObject.</span><code><span class="memberNameLink"><a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html#setPublished-java.util.Date-">setPublished</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</a> published)</code>
<div class="block">Sets the <code>published</code> property for this <code>ASObject</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html" title="class in io.github.hhromic.uimr.as">ASObject</a></code></td>
<td class="colLast"><span class="typeNameLabel">ASObject.</span><code><span class="memberNameLink"><a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html#setSummary-java.lang.String-">setSummary</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> summary)</code>
<div class="block">Sets the <code>summary</code> property for this <code>ASObject</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html" title="class in io.github.hhromic.uimr.as">ASObject</a></code></td>
<td class="colLast"><span class="typeNameLabel">ASObject.</span><code><span class="memberNameLink"><a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html#setUpdated-java.util.Date-">setUpdated</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</a> updated)</code>
<div class="block">Sets the <code>updated</code> property for this <code>ASObject</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html" title="class in io.github.hhromic.uimr.as">ASObject</a></code></td>
<td class="colLast"><span class="typeNameLabel">ASObject.</span><code><span class="memberNameLink"><a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html#setUpstreamDuplicates-java.lang.String:A-">setUpstreamDuplicates</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] upstreamDuplicates)</code>
<div class="block">Sets the <code>upstreamDuplicates</code> property for this <code>ASObject</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html" title="class in io.github.hhromic.uimr.as">ASObject</a></code></td>
<td class="colLast"><span class="typeNameLabel">ASObject.</span><code><span class="memberNameLink"><a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html#setUrl-java.lang.String-">setUrl</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> url)</code>
<div class="block">Sets the <code>url</code> property for this <code>ASObject</code>.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../io/github/hhromic/uimr/as/package-summary.html">io.github.hhromic.uimr.as</a> with parameters of type <a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html" title="class in io.github.hhromic.uimr.as">ASObject</a></span><span class="tabEnd"> </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="../../../../../../io/github/hhromic/uimr/as/Activity.html" title="class in io.github.hhromic.uimr.as">Activity</a></code></td>
<td class="colLast"><span class="typeNameLabel">Activity.</span><code><span class="memberNameLink"><a href="../../../../../../io/github/hhromic/uimr/as/Activity.html#setActor-io.github.hhromic.uimr.as.ASObject-">setActor</a></span>(<a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html" title="class in io.github.hhromic.uimr.as">ASObject</a> actor)</code>
<div class="block">Sets the <code>actor</code> property for this <code>Activity</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html" title="class in io.github.hhromic.uimr.as">ASObject</a></code></td>
<td class="colLast"><span class="typeNameLabel">ASObject.</span><code><span class="memberNameLink"><a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html#setAttachments-io.github.hhromic.uimr.as.ASObject:A-">setAttachments</a></span>(<a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html" title="class in io.github.hhromic.uimr.as">ASObject</a>[] attachments)</code>
<div class="block">Sets the <code>attachments</code> property for this <code>ASObject</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html" title="class in io.github.hhromic.uimr.as">ASObject</a></code></td>
<td class="colLast"><span class="typeNameLabel">ASObject.</span><code><span class="memberNameLink"><a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html#setAuthor-io.github.hhromic.uimr.as.ASObject-">setAuthor</a></span>(<a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html" title="class in io.github.hhromic.uimr.as">ASObject</a> author)</code>
<div class="block">Sets the <code>author</code> property for this <code>ASObject</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../io/github/hhromic/uimr/as/Activity.html" title="class in io.github.hhromic.uimr.as">Activity</a></code></td>
<td class="colLast"><span class="typeNameLabel">Activity.</span><code><span class="memberNameLink"><a href="../../../../../../io/github/hhromic/uimr/as/Activity.html#setGenerator-io.github.hhromic.uimr.as.ASObject-">setGenerator</a></span>(<a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html" title="class in io.github.hhromic.uimr.as">ASObject</a> generator)</code>
<div class="block">Sets the <code>generator</code> property for this <code>Activity</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../io/github/hhromic/uimr/as/Collection.html" title="class in io.github.hhromic.uimr.as">Collection</a></code></td>
<td class="colLast"><span class="typeNameLabel">Collection.</span><code><span class="memberNameLink"><a href="../../../../../../io/github/hhromic/uimr/as/Collection.html#setItems-io.github.hhromic.uimr.as.ASObject:A-">setItems</a></span>(<a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html" title="class in io.github.hhromic.uimr.as">ASObject</a>[] items)</code>
<div class="block">Sets the <code>items</code> property for this <code>Collection</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../io/github/hhromic/uimr/as/Activity.html" title="class in io.github.hhromic.uimr.as">Activity</a></code></td>
<td class="colLast"><span class="typeNameLabel">Activity.</span><code><span class="memberNameLink"><a href="../../../../../../io/github/hhromic/uimr/as/Activity.html#setObject-io.github.hhromic.uimr.as.ASObject-">setObject</a></span>(<a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html" title="class in io.github.hhromic.uimr.as">ASObject</a> object)</code>
<div class="block">Sets the <code>object</code> property for this <code>Activity</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../io/github/hhromic/uimr/as/Activity.html" title="class in io.github.hhromic.uimr.as">Activity</a></code></td>
<td class="colLast"><span class="typeNameLabel">Activity.</span><code><span class="memberNameLink"><a href="../../../../../../io/github/hhromic/uimr/as/Activity.html#setProvider-io.github.hhromic.uimr.as.ASObject-">setProvider</a></span>(<a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html" title="class in io.github.hhromic.uimr.as">ASObject</a> provider)</code>
<div class="block">Sets the <code>provider</code> property for this <code>Activity</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../io/github/hhromic/uimr/as/Activity.html" title="class in io.github.hhromic.uimr.as">Activity</a></code></td>
<td class="colLast"><span class="typeNameLabel">Activity.</span><code><span class="memberNameLink"><a href="../../../../../../io/github/hhromic/uimr/as/Activity.html#setTarget-io.github.hhromic.uimr.as.ASObject-">setTarget</a></span>(<a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html" title="class in io.github.hhromic.uimr.as">ASObject</a> target)</code>
<div class="block">Sets the <code>target</code> property for this <code>Activity</code>.</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="../../../../../../io/github/hhromic/uimr/as/package-summary.html">Package</a></li>
<li><a href="../../../../../../io/github/hhromic/uimr/as/ASObject.html" title="class in io.github.hhromic.uimr.as">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?io/github/hhromic/uimr/as/class-use/ASObject.html" target="_top">Frames</a></li>
<li><a href="ASObject.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 © 2018. All rights reserved.</small></p>
</body>
</html>
| hhromic/uimr-toolbox-java | docs/toolbox-as/io/github/hhromic/uimr/as/class-use/ASObject.html | HTML | apache-2.0 | 30,133 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_60-ea) on Mon Oct 03 10:36:44 EDT 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>JaspiAuthenticationConsumer (Public javadocs 2016.10.0 API)</title>
<meta name="date" content="2016-10-03">
<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="JaspiAuthenticationConsumer (Public javadocs 2016.10.0 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/JaspiAuthenticationConsumer.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">WildFly Swarm API, 2016.10.0</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../org/wildfly/swarm/config/security/security_domain/JaspiAuthentication.JaspiAuthenticationResources.html" title="class in org.wildfly.swarm.config.security.security_domain"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../../../org/wildfly/swarm/config/security/security_domain/JaspiAuthenticationSupplier.html" title="interface in org.wildfly.swarm.config.security.security_domain"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/wildfly/swarm/config/security/security_domain/JaspiAuthenticationConsumer.html" target="_top">Frames</a></li>
<li><a href="JaspiAuthenticationConsumer.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </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.security.security_domain</div>
<h2 title="Interface JaspiAuthenticationConsumer" class="title">Interface JaspiAuthenticationConsumer<T extends <a href="../../../../../../org/wildfly/swarm/config/security/security_domain/JaspiAuthentication.html" title="class in org.wildfly.swarm.config.security.security_domain">JaspiAuthentication</a><T>></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">JaspiAuthenticationConsumer<T extends <a href="../../../../../../org/wildfly/swarm/config/security/security_domain/JaspiAuthentication.html" title="class in org.wildfly.swarm.config.security.security_domain">JaspiAuthentication</a><T>></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"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd"> </span></span><span id="t5" class="tableTab"><span><a href="javascript:show(16);">Default Methods</a></span><span class="tabEnd"> </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/security/security_domain/JaspiAuthenticationConsumer.html#accept-T-">accept</a></span>(<a href="../../../../../../org/wildfly/swarm/config/security/security_domain/JaspiAuthenticationConsumer.html" title="type parameter in JaspiAuthenticationConsumer">T</a> value)</code>
<div class="block">Configure a pre-constructed instance of JaspiAuthentication resource</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>default <a href="../../../../../../org/wildfly/swarm/config/security/security_domain/JaspiAuthenticationConsumer.html" title="interface in org.wildfly.swarm.config.security.security_domain">JaspiAuthenticationConsumer</a><<a href="../../../../../../org/wildfly/swarm/config/security/security_domain/JaspiAuthenticationConsumer.html" title="type parameter in JaspiAuthenticationConsumer">T</a>></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/security/security_domain/JaspiAuthenticationConsumer.html#andThen-org.wildfly.swarm.config.security.security_domain.JaspiAuthenticationConsumer-">andThen</a></span>(<a href="../../../../../../org/wildfly/swarm/config/security/security_domain/JaspiAuthenticationConsumer.html" title="interface in org.wildfly.swarm.config.security.security_domain">JaspiAuthenticationConsumer</a><<a href="../../../../../../org/wildfly/swarm/config/security/security_domain/JaspiAuthenticationConsumer.html" title="type parameter in JaspiAuthenticationConsumer">T</a>> after)</code> </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.security.security_domain.JaspiAuthentication-">
<!-- -->
</a><a name="accept-T-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>accept</h4>
<pre>void accept(<a href="../../../../../../org/wildfly/swarm/config/security/security_domain/JaspiAuthenticationConsumer.html" title="type parameter in JaspiAuthenticationConsumer">T</a> value)</pre>
<div class="block">Configure a pre-constructed instance of JaspiAuthentication resource</div>
</li>
</ul>
<a name="andThen-org.wildfly.swarm.config.security.security_domain.JaspiAuthenticationConsumer-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>andThen</h4>
<pre>default <a href="../../../../../../org/wildfly/swarm/config/security/security_domain/JaspiAuthenticationConsumer.html" title="interface in org.wildfly.swarm.config.security.security_domain">JaspiAuthenticationConsumer</a><<a href="../../../../../../org/wildfly/swarm/config/security/security_domain/JaspiAuthenticationConsumer.html" title="type parameter in JaspiAuthenticationConsumer">T</a>> andThen(<a href="../../../../../../org/wildfly/swarm/config/security/security_domain/JaspiAuthenticationConsumer.html" title="interface in org.wildfly.swarm.config.security.security_domain">JaspiAuthenticationConsumer</a><<a href="../../../../../../org/wildfly/swarm/config/security/security_domain/JaspiAuthenticationConsumer.html" title="type parameter in JaspiAuthenticationConsumer">T</a>> 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/JaspiAuthenticationConsumer.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">WildFly Swarm API, 2016.10.0</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../org/wildfly/swarm/config/security/security_domain/JaspiAuthentication.JaspiAuthenticationResources.html" title="class in org.wildfly.swarm.config.security.security_domain"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../../../org/wildfly/swarm/config/security/security_domain/JaspiAuthenticationSupplier.html" title="interface in org.wildfly.swarm.config.security.security_domain"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/wildfly/swarm/config/security/security_domain/JaspiAuthenticationConsumer.html" target="_top">Frames</a></li>
<li><a href="JaspiAuthenticationConsumer.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </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 © 2016 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
| wildfly-swarm/wildfly-swarm-javadocs | 2016.10.0/apidocs/org/wildfly/swarm/config/security/security_domain/JaspiAuthenticationConsumer.html | HTML | apache-2.0 | 12,328 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>FST - Marley Puglielli</title>
<meta name="description" content="Keep track of the statistics from Marley Puglielli. Average heat score, heat wins, heat wins percentage, epic heats road to the final">
<meta name="author" content="">
<link rel="apple-touch-icon" sizes="57x57" href="/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<meta property="og:title" content="Fantasy Surfing tips"/>
<meta property="og:image" content="https://fantasysurfingtips.com/img/just_waves.png"/>
<meta property="og:description" content="See how great Marley Puglielli is surfing this year"/>
<!-- Bootstrap Core CSS - Uses Bootswatch Flatly Theme: https://bootswatch.com/flatly/ -->
<link href="https://fantasysurfingtips.com/css/bootstrap.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="https://fantasysurfingtips.com/css/freelancer.css" rel="stylesheet">
<link href="https://cdn.datatables.net/plug-ins/1.10.7/integration/bootstrap/3/dataTables.bootstrap.css" rel="stylesheet" />
<!-- Custom Fonts -->
<link href="https://fantasysurfingtips.com/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/morris.js/0.5.1/morris.css">
<script src="https://code.jquery.com/jquery-2.x-git.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-ujs/1.2.1/rails.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/morris.js/0.5.1/morris.min.js"></script>
<script src="https://www.w3schools.com/lib/w3data.js"></script>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-2675412311042802",
enable_page_level_ads: true
});
</script>
</head>
<body>
<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_GB/sdk.js#xfbml=1&version=v2.6";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!-- Navigation -->
<div w3-include-html="https://fantasysurfingtips.com/layout/header.html"></div>
<!-- Header -->
<div w3-include-html="https://fantasysurfingtips.com/layout/sponsor.html"></div>
<section >
<div class="container">
<div class="row">
<div class="col-sm-3 ">
<div class="col-sm-2 ">
</div>
<div class="col-sm-8 ">
<!-- <img src="http://fantasysurfingtips.com/img/surfers/mpug.png" class="img-responsive" alt=""> -->
<h3 style="text-align:center;">Marley Puglielli</h3>
<a href="https://twitter.com/share" class="" data-via="fansurfingtips"><i class="fa fa-twitter"></i> Share on Twitter</i></a> <br/>
<a class="fb-xfbml-parse-ignore" target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Ffantasysurfingtips.com%2Fsurfers%2Fmpug&src=sdkpreparse"><i class="fa fa-facebook"></i> Share on Facebook</a>
</div>
<div class="col-sm-2 ">
</div>
</div>
<div class="col-sm-3 portfolio-item">
</div>
<div class="col-sm-3 portfolio-item">
<h6 style="text-align:center;">Avg Heat Score (FST DATA)</h6>
<h1 style="text-align:center;">9.72</h1>
</div>
</div>
<hr/>
<h4 style="text-align:center;" >Competitions</h4>
<hr/>
<h4 style="text-align:center;" >Heat Stats (FST data)</h4>
<div class="row">
<div class="col-sm-4 portfolio-item">
<h6 style="text-align:center;">Heats</h6>
<h2 style="text-align:center;">6</h2>
</div>
<div class="col-sm-4 portfolio-item">
<h6 style="text-align:center;">Heat wins</h6>
<h2 style="text-align:center;">0</h2>
</div>
<div class="col-sm-4 portfolio-item">
<h6 style="text-align:center;">HEAT WINS PERCENTAGE</h6>
<h2 style="text-align:center;">0.0%</h2>
</div>
</div>
<hr/>
<h4 style="text-align:center;">Avg Heat Score progression</h4>
<div id="avg_chart" style="height: 250px;"></div>
<hr/>
<h4 style="text-align:center;">Heat stats progression</h4>
<div id="heat_chart" style="height: 250px;"></div>
<hr/>
<style type="text/css">
.heats-all{
z-index: 3;
margin-left: 5px;
cursor: pointer;
}
</style>
<div class="container">
<div id="disqus_thread"></div>
<script>
/**
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/
var disqus_config = function () {
this.page.url = "http://fantasysurfingtips.com/surfers/mpug"; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = '1887'; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = '//fantasysurfingtips.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
</div>
</section>
<script type="text/javascript">
$('.heats-all').click(function(){
$('.heats-all-stat').css('display', 'none')
$('#'+$(this).attr('id')+'-stat').css('display', 'block')
});
$('.heats-2016').click(function(){
$('.heats-2016-stat').css('display', 'none')
$('#'+$(this).attr('id')+'-stat').css('display', 'block')
});
$('document').ready(function(){
new Morris.Line({
// ID of the element in which to draw the chart.
element: 'avg_chart',
// Chart data records -- each entry in this array corresponds to a point on
// the chart.
data: [],
// The name of the data record attribute that contains x-values.
xkey: 'year',
// A list of names of data record attributes that contain y-values.
ykeys: ['avg', 'avg_all'],
// Labels for the ykeys -- will be displayed when you hover over the
// chart.
labels: ['Avg score in year', 'Avg score FST DATA']
});
new Morris.Bar({
// ID of the element in which to draw the chart.
element: 'heat_chart',
// Chart data records -- each entry in this array corresponds to a point on
// the chart.
data: [],
// The name of the data record attribute that contains x-values.
xkey: 'year',
// A list of names of data record attributes that contain y-values.
ykeys: ['heats', 'wins', 'percs'],
// Labels for the ykeys -- will be displayed when you hover over the
// chart.
labels: ['Heats surfed', 'Heats won', 'Winning percentage']
});
});
</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>
<!-- Footer -->
<div w3-include-html="https://fantasysurfingtips.com/layout/footer.html"></div>
<script type="text/javascript">
(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-74337819-1', 'auto'); // Replace with your property ID.
ga('send', 'pageview');
</script>
<script>
w3IncludeHTML();
</script>
<!-- jQuery -->
<script src="https://fantasysurfingtips.com/js/jquery.js"></script>
<script src="https://cdn.datatables.net/1.10.7/js/jquery.dataTables.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="https://fantasysurfingtips.com/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="https://fantasysurfingtips.com/js/classie.js"></script>
<script src="https://fantasysurfingtips.com/js/cbpAnimatedHeader.js"></script>
<!-- Contact Form JavaScript -->
<script src="https://fantasysurfingtips.com/js/jqBootstrapValidation.js"></script>
<script src="https://fantasysurfingtips.com/js/contact_me.js"></script>
<!-- Custom Theme JavaScript -->
<script src="https://fantasysurfingtips.com/js/freelancer.js"></script>
<script type="https://cdn.datatables.net/1.10.12/js/jquery.dataTables.min.js"></script>
<script type="https://cdn.datatables.net/1.10.12/js/dataTables.bootstrap.min.js"></script>
</body>
</html>
| chicofilho/fst | surfers/mqs/mpug.html | HTML | apache-2.0 | 11,250 |
<div>
<p>This is guidence page - ${params.id}</p>
</div>
| OpenDojoToolkitExtension/ODX | odx/source/desktop/Menu/guidence.html | HTML | apache-2.0 | 63 |
<!DOCTYPE html>
<html lang="{{ .Site.LanguageCode }}">
{{ partial "head.html" . }}
<body>
{{ partial "body-top" . }}
<main>
<div class="row full center-xs middle-xs">
<div class="col-xs-12">
<h1>404!</h1>
<p>{{ i18n "404Message" }}</p>
</div>
</div>
</main>
{{ partial "footer.html" . }}
{{ partial "body-bottom" . }}
</body>
</html>
| tomanistor/osprey | layouts/404.html | HTML | apache-2.0 | 410 |
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia at 2016-07-27
| Rendered using Apache Maven Fluido Skin 1.4
-->
<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="Date-Revision-yyyymmdd" content="20160727" />
<meta http-equiv="Content-Language" content="en" />
<title>PMD Java 8 Integration – Issue Tracking</title>
<link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
<link rel="stylesheet" href="./css/site.css" />
<link rel="stylesheet" href="./css/print.css" media="print" />
<script type="text/javascript" src="./js/apache-maven-fluido-1.4.min.js"></script>
</head>
<body class="topBarEnabled">
<a href="https://github.com/pmd/pmd">
<img style="position: absolute; top: 0; right: 0; border: 0; z-index: 10000;"
src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png"
alt="Fork me on GitHub">
</a>
<div id="topbar" class="navbar navbar-fixed-top ">
<div class="navbar-inner">
<div class="container-fluid">
<a data-target=".nav-collapse" data-toggle="collapse" class="btn btn-navbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="index.html" title="PMD">
<img src="images/logo/pmd_logo_tiny.png" alt="PMD" />
</a>
<ul class="nav">
</ul>
<ul class="nav pull-right">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">External Links <b class="caret"></b></a>
<ul class="dropdown-menu">
<li> <a href="http://sourceforge.net/projects/pmd" title="SourceForge.net Project Page">SourceForge.net Project Page</a>
</li>
<li> <a href="http://sourceforge.net" title="Hosted by SourceForge">Hosted by SourceForge</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="container-fluid">
<div id="banner">
<div class="pull-left">
<a href="../" id="bannerLeft">
<img src="../images/logo/pmd_logo_small.png" alt="pmd-logo"/>
</a>
</div>
<div class="pull-right"> <a href="http://sourceforge.net/" id="bannerRight">
<img src="../images/sflogo.png" alt="SourceForge"/>
</a>
</div>
<div class="clear"><hr/></div>
</div>
<div id="breadcrumbs">
<ul class="breadcrumb">
<li id="publishDate">Last Published: 2016-07-27
<span class="divider">|</span>
</li>
<li id="projectVersion">Version: 5.5.1
<span class="divider">|</span>
</li>
<li class="">
<a href="http://www.sourceforge.net/" class="externalLink" title="SourceForge">
SourceForge</a>
<span class="divider">/</span>
</li>
<li class="">
<a href="../" title="PMD">
PMD</a>
<span class="divider">/</span>
</li>
<li class="">
<a href="./" title="PMD Java 8 Integration">
PMD Java 8 Integration</a>
<span class="divider">/</span>
</li>
<li class="active ">Issue Tracking</li>
</ul>
</div>
<div class="row-fluid">
<div id="leftColumn" class="span2">
<div class="well sidebar-nav">
<ul class="nav nav-list">
</ul>
<hr />
<div id="poweredBy">
<div class="clear"></div>
<div class="clear"></div>
<div class="clear"></div>
<div class="clear"></div>
<a href="http://maven.apache.org/" title="Maven" class="builtBy">
<img class="builtBy" alt="Built by Maven" src="http://maven.apache.org/images/logos/maven-feather.png" />
</a>
<a href="http://sourceforge.net/" title="SourceForge.net" class="builtBy">
<img class="builtBy" alt="SourceForge.net. Fast, secure and Free Open Source software downloads" src="http://sflogo.sourceforge.net/sflogo.php?group_id=56262&type=10" width="80" height="15" />
</a>
</div>
</div>
</div>
<div id="bodyColumn" class="span10" >
<div class="section">
<h2><a name="Overview"></a>Overview</h2><a name="Overview"></a>
<p>This project uses an Issue Management System to manage its issues.</p></div>
<div class="section">
<h2><a name="Issue_Tracking"></a>Issue Tracking</h2><a name="Issue_Tracking"></a>
<p>Issues, bugs, and feature requests should be submitted to the following issue tracking system for this project.</p>
<div class="source"><pre class="prettyprint linenums"><a class="externalLink" href="http://sourceforge.net/p/pmd/bugs/">http://sourceforge.net/p/pmd/bugs/</a></pre></div></div>
</div>
</div>
</div>
<hr/>
<footer>
<div class="container-fluid">
<div class="row-fluid">
<p >Copyright © 2002–2016
<a href="http://pmd.sourceforge.net/">InfoEther</a>.
All rights reserved.
</p>
</div>
</div>
</footer>
</body>
</html>
| jasonwee/videoOnCloud | pmd/pmd-doc-5.5.1/pmd-java8/issue-tracking.html | HTML | apache-2.0 | 7,117 |
<!DOCTYPE html>
<html>
<body>
<p>Click the button to demonstrate the prompt box. http://www.w3schools.com/js/tryit.asp?filename=tryjs_prompt</p>
<button onclick="myFunction()">Try it</button>
<p id="demo"></p>
<script>
function myFunction() {
var person = prompt("Please enter your name", "Harry Potter");
if (person != null) {
document.getElementById("demo").innerHTML =
"Hello " + person + "! How are you today?";
}
switch (prompt("What is the weather like?")) {
case "rainy":
console.log("Remember to bring an umbrella.");
document.getElementById("demo").innerHTML = "Remember to bring an umbrella.";
break;
case "sunny":
console.log("Dress lightly.");
document.getElementById("demo").innerHTML = "Dress lightly.";
case "cloudy":
console.log("Go outside.");
document.getElementById("demo").innerHTML = "Go outside.";
break;
default:
console.log("Unknown weather type!");
document.getElementById("demo").innerHTML = "Unknown weather type!";
break;
}
}
</script>
<li><a href="../../index.html">go back</a></li>
</body>
</html>
| objzatelen/jshf | app/pages/first/try_prompt.html | HTML | apache-2.0 | 1,202 |
<div class="languages-container container-block">
<h2 class="container-block-title">Languages</h2>
<ul class="list-unstyled interests-list">
<li>Portuguese <span class="lang-desc">(Native)</span></li>
<li>English <span class="lang-desc">(Proficient User)</span></li>
<li>Italian <span class="lang-desc">(Independent User)</span></li>
</ul>
</div><!--//interests--> | FranciscoMLeal/FranciscoMLeal.github.io | _includes/language.html | HTML | apache-2.0 | 364 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Form disabled - jQuery Mobile Demos</title>
<link rel="stylesheet" href="../css/themes/default/jquery.mobile-1.4.4.min.css">
<link rel="stylesheet" href="../_assets/css/jqm-demos.css">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,700">
<script src="../js/jquery.js"></script>
<script src="../_assets/js/index.js"></script>
<script src="../js/jquery.mobile-1.4.4.min.js"></script>
</head>
<body>
<div data-role="page" class="jqm-demos">
<div data-role="header" class="jqm-header">
<h2><a href="../" title="jQuery Mobile Demos home"><img src="../_assets/img/jquery-logo.png" alt="jQuery Mobile"></a></h2>
<p><span class="jqm-version"></span> Demos</p>
<a href="#" class="jqm-navmenu-link ui-btn ui-btn-icon-notext ui-corner-all ui-icon-bars ui-nodisc-icon ui-alt-icon ui-btn-left">Menu</a>
<a href="#" class="jqm-search-link ui-btn ui-btn-icon-notext ui-corner-all ui-icon-search ui-nodisc-icon ui-alt-icon ui-btn-right">Search</a>
</div><!-- /header -->
<div role="main" class="ui-content jqm-content">
<h1>Disabled form elements</h1>
<form action="#" method="get">
<div data-demo-html="true">
<div class="ui-field-contain">
<label for="textinput-1">Text Input:</label>
<input disabled="disabled" type="text" name="textinput-1" id="textinput-1" placeholder="Text input" value="">
</div>
</div><!--/demo-html -->
<div data-demo-html="true">
<div class="ui-field-contain">
<label for="search-1">Search Input:</label>
<input disabled="disabled" type="search" name="search-1" id="search-1" value="">
</div>
</div><!--/demo-html -->
<div data-demo-html="true">
<div class="ui-field-contain">
<label for="textarea-1">Textarea:</label>
<textarea disabled="disabled" cols="40" rows="8" name="textarea-1" id="textarea-1">Textarea</textarea>
</div>
</div><!--/demo-html -->
<div data-demo-html="true">
<div class="ui-field-contain">
<label for="select-native-1">Native select:</label>
<select disabled="disabled" name="select-native-1" id="select-native-1">
<option value="small">One</option>
<option value="medium">Two</option>
<option value="large">Three</option>
</select>
</div>
</div><!--/demo-html -->
<div data-demo-html="true">
<div class="ui-field-contain">
<label for="select-multiple-1">Custom multiple select:</label>
<select disabled="disabled" multiple="multiple" data-native-menu="false" name="select-multiple-1" id="select-multiple-1">
<option value="">Choices:</option>
<option value="small">One</option>
<option value="medium">Two</option>
<option value="large">Three</option>
</select>
</div>
</div><!--/demo-html -->
<div data-demo-html="true">
<div class="ui-field-contain">
<fieldset data-role="controlgroup">
<legend>Vertical controlgroup, buttons:</legend>
<button disabled="disabled" class="ui-shadow ui-btn ui-corner-all ui-icon-home ui-btn-icon-right">One</button>
<input disabled="disabled" type="button" data-icon="back" data-iconpos="right" value="Two">
<a href="#" class="ui-state-disabled ui-shadow ui-btn ui-corner-all ui-icon-grid ui-btn-icon-right">Three</a>
</fieldset>
</div>
</div><!--/demo-html -->
<div data-demo-html="true">
<div class="ui-field-contain">
<fieldset data-role="controlgroup" data-type="horizontal">
<legend>Horizontal controlgroup, buttons:</legend>
<button disabled="disabled" class="ui-shadow ui-btn ui-corner-all ui-icon-home ui-btn-icon-right">One</button>
<input disabled="disabled" type="button" data-icon="back" data-iconpos="right" value="Two">
<a href="#" class="ui-shadow ui-state-disabled ui-btn ui-corner-all ui-icon-grid ui-btn-icon-right">Three</a>
</fieldset>
</div>
</div><!--/demo-html -->
<div data-demo-html="true">
<div class="ui-field-contain">
<fieldset data-role="controlgroup">
<legend>Vertical controlgroup, select:</legend>
<label for="select-v-1a">Select A</label>
<select disabled="disabled" name="select-v-1a" id="select-v-1a">
<option value="#">One</option>
<option value="#">Two</option>
<option value="#">Three</option>
</select>
<label for="select-v-1b">Select B</label>
<select disabled="disabled" name="select-v-1b" id="select-v-1b">
<option value="#">One</option>
<option value="#">Two</option>
<option value="#">Three</option>
</select>
<label for="select-v-1c">Select C</label>
<select disabled="disabled" name="select-v-1c" id="select-v-1c">
<option value="#">One</option>
<option value="#">Two</option>
<option value="#">Three</option>
</select>
</fieldset>
</div>
</div><!--/demo-html -->
<div data-demo-html="true">
<div class="ui-field-contain">
<fieldset data-role="controlgroup" data-type="horizontal">
<legend>Horizontal controlgroup, select:</legend>
<label for="select-h-1a">Select A</label>
<select disabled="disabled" name="select-h-1a" id="select-h-1a">
<option value="#">One</option>
<option value="#">Two</option>
<option value="#">Three</option>
</select>
<label for="select-h-1b">Select B</label>
<select disabled="disabled" name="select-h-1b" id="select-h-1b">
<option value="#">One</option>
<option value="#">Two</option>
<option value="#">Three</option>
</select>
<label for="select-h-1c">Select C</label>
<select disabled="disabled" name="select-h-1c" id="select-h-1c">
<option value="#">One</option>
<option value="#">Two</option>
<option value="#">Three</option>
</select>
</fieldset>
</div>
</div><!--/demo-html -->
<div data-demo-html="true">
<div class="ui-field-contain">
<fieldset data-role="controlgroup" data-type="horizontal">
<legend>Horizontal controlgroup, mixed:</legend>
<a href="#" class="ui-shadow ui-btn ui-state-disabled ui-corner-all ui-icon-arrow-r ui-btn-icon-right">Link</a>
<button disabled="disabled" class="ui-shadow ui-btn ui-corner-all ui-icon-grid ui-btn-icon-notext">Button</button>
<label for="select-v-1e">Select</label>
<select disabled="disabled" name="select-v-1e" id="select-v-1e">
<option value="#">One</option>
<option value="#">Two</option>
<option value="#">Three</option>
</select>
</fieldset>
</div>
</div><!--/demo-html -->
<div data-demo-html="true">
<div class="ui-field-contain">
<label for="slider-1">Slider:</label>
<input disabled="disabled" type="range" name="slider-1" id="slider-1" value="50" min="0" max="100" data-highlight="true">
</div>
</div><!--/demo-html -->
<div data-demo-html="true">
<div class="ui-field-contain">
<label for="flip-1">Flip toggle:</label>
<select disabled="disabled" name="flip-1" id="flip-1" data-role="slider">
<option value="off">Off</option>
<option value="on">On</option>
</select>
</div>
</div><!--/demo-html -->
<div data-demo-html="true">
<div class="ui-field-contain">
<fieldset data-role="controlgroup">
<legend>Single checkbox:</legend>
<label for="checkbox-1">I agree</label>
<input disabled="disabled" type="checkbox" name="checkbox-1" id="checkbox-1">
</fieldset>
</div>
</div><!--/demo-html -->
<div data-demo-html="true">
<div class="ui-field-contain">
<fieldset data-role="controlgroup">
<legend>Vertical controlgroup, checkbox:</legend>
<input disabled="disabled" type="checkbox" name="checkbox-v-1a" id="checkbox-v-1a">
<label for="checkbox-v-1a">One</label>
<input disabled="disabled" type="checkbox" name="checkbox-v-1b" id="checkbox-v-1b">
<label for="checkbox-v-1b">Two</label>
<input disabled="disabled" type="checkbox" name="checkbox-v-1c" id="checkbox-v-1c">
<label for="checkbox-v-1c">Three</label>
</fieldset>
</div>
</div><!--/demo-html -->
<div data-demo-html="true">
<div class="ui-field-contain">
<fieldset data-role="controlgroup">
<legend>Vertical controlgroup, radio:</legend>
<input disabled="disabled" type="radio" name="radio-choice-v-1" id="radio-choice-v-1a" value="on" checked="checked">
<label for="radio-choice-v-1a">One</label>
<input disabled="disabled" type="radio" name="radio-choice-v-1" id="radio-choice-v-1b" value="off">
<label for="radio-choice-v-1b">Two</label>
<input disabled="disabled" type="radio" name="radio-choice-v-1" id="radio-choice-v-1c" value="other">
<label for="radio-choice-v-1c">Three</label>
</fieldset>
</div>
</div><!--/demo-html -->
<div data-demo-html="true">
<div class="ui-field-contain">
<fieldset data-role="controlgroup" data-type="horizontal">
<legend>Horizontal controlgroup, checkbox:</legend>
<input disabled="disabled" type="checkbox" name="checkbox-h-1a" id="checkbox-h-1a">
<label for="checkbox-h-1a">One</label>
<input disabled="disabled" type="checkbox" name="checkbox-h-1b" id="checkbox-h-1b">
<label for="checkbox-h-1b">Two</label>
<input disabled="disabled" type="checkbox" name="checkbox-h-1c" id="checkbox-h-1c">
<label for="checkbox-h-1c">Three</label>
</fieldset>
</div>
</div><!--/demo-html -->
<div data-demo-html="true">
<div class="ui-field-contain">
<fieldset data-role="controlgroup" data-type="horizontal">
<legend>Horizontal controlgroup, radio:</legend>
<input disabled="disabled" type="radio" name="radio-choice-h-1" id="radio-choice-h-1a" value="on" checked="checked">
<label for="radio-choice-h-1a">One</label>
<input disabled="disabled" type="radio" name="radio-choice-h-1" id="radio-choice-h-1b" value="off">
<label for="radio-choice-h-1b">Two</label>
<input disabled="disabled" type="radio" name="radio-choice-h-1" id="radio-choice-h-1c" value="other">
<label for="radio-choice-h-1c">Three</label>
</fieldset>
</div>
</div><!--/demo-html -->
<div data-demo-html="true">
<div class="ui-field-contain">
<label for="submit-1">Send:</label>
<button class="ui-btn ui-shadow ui-corner-all" disabled="disabled" type="submit" id="submit-1">Submit</button>
</div>
</div><!--/demo-html -->
</form>
<h2>Mini sized</h2>
<form action="#" method="get">
<div data-demo-html="true">
<div class="ui-field-contain">
<label for="textinput-5">Text Input:</label>
<input disabled="disabled" type="text" name="textinput-5" id="textinput-5" placeholder="Text input" value="" data-mini="true">
</div>
</div><!--/demo-html -->
<div data-demo-html="true">
<div class="ui-field-contain">
<label for="search-5">Search Input:</label>
<input disabled="disabled" type="search" name="search-5" id="search-5" value="" data-mini="true">
</div>
</div><!--/demo-html -->
<div data-demo-html="true">
<div class="ui-field-contain">
<label for="textarea-5">Textarea:</label>
<textarea disabled="disabled" cols="40" rows="8" name="textarea-5" id="textarea-5" data-mini="true">Textarea</textarea>
</div>
</div><!--/demo-html -->
<div data-demo-html="true">
<div class="ui-field-contain">
<label for="select-native-5">Native select:</label>
<select disabled="disabled" name="select-native-5" id="select-native-5" data-mini="true">
<option value="small">One</option>
<option value="medium">Two</option>
<option value="large">Three</option>
</select>
</div>
</div><!--/demo-html -->
<div data-demo-html="true">
<div class="ui-field-contain">
<label for="select-multiple-5">Custom multiple select:</label>
<select disabled="disabled" multiple="multiple" data-native-menu="false" name="select-multiple-5" id="select-multiple-5" data-mini="true">
<option value="">Choices:</option>
<option value="small">One</option>
<option value="medium">Two</option>
<option value="large">Three</option>
</select>
</div>
</div><!--/demo-html -->
<div data-demo-html="true">
<div class="ui-field-contain">
<fieldset data-role="controlgroup" data-mini="true">
<legend>Vertical controlgroup, buttons:</legend>
<button disabled="disabled" class="ui-shadow ui-btn ui-corner-all ui-icon-home ui-btn-icon-right">One</button>
<input disabled="disabled" type="button" data-icon="back" data-iconpos="right" value="Two">
<a href="#" class="ui-shadow ui-btn ui-state-disabled ui-corner-all ui-icon-grid ui-btn-icon-right">Three</a>
</fieldset>
</div>
</div><!--/demo-html -->
<div data-demo-html="true">
<div class="ui-field-contain">
<fieldset data-role="controlgroup" data-type="horizontal" data-mini="true">
<legend>Horizontal controlgroup, buttons:</legend>
<button disabled="disabled" class="ui-shadow ui-btn ui-corner-all ui-icon-home ui-btn-icon-right">One</button>
<input disabled="disabled" type="button" data-icon="back" data-iconpos="right" value="Two">
<a href="#" class="ui-shadow ui-btn ui-state-disabled ui-corner-all ui-icon-grid ui-btn-icon-right">Three</a>
</fieldset>
</div>
</div><!--/demo-html -->
<div data-demo-html="true">
<div class="ui-field-contain">
<fieldset data-role="controlgroup" data-mini="true">
<legend>Vertical controlgroup, select:</legend>
<label for="select-v-5a">Select A</label>
<select disabled="disabled" name="select-v-5a" id="select-v-5a">
<option value="#">One</option>
<option value="#">Two</option>
<option value="#">Three</option>
</select>
<label for="select-v-5b">Select B</label>
<select disabled="disabled" name="select-v-5b" id="select-v-5b">
<option value="#">One</option>
<option value="#">Two</option>
<option value="#">Three</option>
</select>
<label for="select-v-5c">Select C</label>
<select disabled="disabled" name="select-v-5c" id="select-v-5c">
<option value="#">One</option>
<option value="#">Two</option>
<option value="#">Three</option>
</select>
</fieldset>
</div>
</div><!--/demo-html -->
<div data-demo-html="true">
<div class="ui-field-contain">
<fieldset data-role="controlgroup" data-type="horizontal" data-mini="true">
<legend>Horizontal controlgroup, select:</legend>
<label for="select-h-5a">Select A</label>
<select disabled="disabled" name="select-h-5a" id="select-h-5a">
<option value="#">One</option>
<option value="#">Two</option>
<option value="#">Three</option>
</select>
<label for="select-h-5b">Select B</label>
<select disabled="disabled" name="select-h-5b" id="select-h-5b">
<option value="#">One</option>
<option value="#">Two</option>
<option value="#">Three</option>
</select>
<label for="select-h-5c">Select C</label>
<select disabled="disabled" name="select-h-5c" id="select-h-5c">
<option value="#">One</option>
<option value="#">Two</option>
<option value="#">Three</option>
</select>
</fieldset>
</div>
</div><!--/demo-html -->
<div data-demo-html="true">
<div class="ui-field-contain">
<fieldset data-role="controlgroup" data-type="horizontal" data-mini="true">
<legend>Horizontal controlgroup, mixed:</legend>
<a href="#" class="ui-shadow ui-btn ui-state-disabled ui-corner-all ui-icon-arrow-r ui-btn-icon-right">Link</a>
<button disabled="disabled" class="ui-shadow ui-btn ui-corner-all ui-icon-grid ui-btn-icon-notext">Button</button>
<label for="select-v-5e">Select</label>
<select disabled="disabled" name="select-v-5e" id="select-v-5e">
<option value="#">One</option>
<option value="#">Two</option>
<option value="#">Three</option>
</select>
</fieldset>
</div>
</div><!--/demo-html -->
<div data-demo-html="true">
<div class="ui-field-contain">
<label for="slider-5">Slider:</label>
<input disabled="disabled" type="range" name="slider-5" id="slider-5" value="50" min="0" max="100" data-highlight="true" data-mini="true">
</div>
</div><!--/demo-html -->
<div data-demo-html="true">
<div class="ui-field-contain">
<label for="flip-5">Flip toggle:</label>
<select disabled="disabled" name="flip-5" id="flip-5" data-role="slider" data-mini="true">
<option value="off">Off</option>
<option value="on">On</option>
</select>
</div>
</div><!--/demo-html -->
<div data-demo-html="true">
<div class="ui-field-contain">
<fieldset data-role="controlgroup" data-mini="true">
<legend>Single checkbox:</legend>
<label for="checkbox-5">I agree</label>
<input disabled="disabled" type="checkbox" name="checkbox-5" id="checkbox-5">
</fieldset>
</div>
</div><!--/demo-html -->
<div data-demo-html="true">
<div class="ui-field-contain">
<fieldset data-role="controlgroup" data-mini="true">
<legend>Vertical controlgroup, checkbox:</legend>
<input disabled="disabled" type="checkbox" name="checkbox-v-5a" id="checkbox-v-5a">
<label for="checkbox-v-5a">One</label>
<input disabled="disabled" type="checkbox" name="checkbox-v-5b" id="checkbox-v-5b">
<label for="checkbox-v-5b">Two</label>
<input disabled="disabled" type="checkbox" name="checkbox-v-5c" id="checkbox-v-5c">
<label for="checkbox-v-5c">Three</label>
</fieldset>
</div>
</div><!--/demo-html -->
<div data-demo-html="true">
<div class="ui-field-contain">
<fieldset data-role="controlgroup" data-mini="true">
<legend>Vertical controlgroup, radio:</legend>
<input disabled="disabled" type="radio" name="radio-choice-v-5" id="radio-choice-v-5a" value="on" checked="checked">
<label for="radio-choice-v-5a">One</label>
<input disabled="disabled" type="radio" name="radio-choice-v-5" id="radio-choice-v-5b" value="off">
<label for="radio-choice-v-5b">Two</label>
<input disabled="disabled" type="radio" name="radio-choice-v-5" id="radio-choice-v-5c" value="other">
<label for="radio-choice-v-5c">Three</label>
</fieldset>
</div>
</div><!--/demo-html -->
<div data-demo-html="true">
<div class="ui-field-contain">
<fieldset data-role="controlgroup" data-type="horizontal" data-mini="true">
<legend>Horizontal controlgroup, checkbox:</legend>
<input disabled="disabled" type="checkbox" name="checkbox-h-5a" id="checkbox-h-5a">
<label for="checkbox-h-5a">One</label>
<input disabled="disabled" type="checkbox" name="checkbox-h-5b" id="checkbox-h-5b">
<label for="checkbox-h-5b">Two</label>
<input disabled="disabled" type="checkbox" name="checkbox-h-5c" id="checkbox-h-5c">
<label for="checkbox-h-5c">Three</label>
</fieldset>
</div>
</div><!--/demo-html -->
<div data-demo-html="true">
<div class="ui-field-contain">
<fieldset data-role="controlgroup" data-type="horizontal" data-mini="true">
<legend>Horizontal controlgroup, radio:</legend>
<input disabled="disabled" type="radio" name="radio-choice-h-5" id="radio-choice-h-5a" value="on" checked="checked">
<label for="radio-choice-h-5a">One</label>
<input disabled="disabled" type="radio" name="radio-choice-h-5" id="radio-choice-h-5b" value="off">
<label for="radio-choice-h-5b">Two</label>
<input disabled="disabled" type="radio" name="radio-choice-h-5" id="radio-choice-h-5c" value="other">
<label for="radio-choice-h-5c">Three</label>
</fieldset>
</div>
</div><!--/demo-html -->
<div data-demo-html="true">
<div class="ui-field-contain">
<label for="submit-5">Send:</label>
<button disabled="disabled" type="submit" id="submit-5" class="ui-shadow ui-btn ui-corner-all ui-mini">Submit</button>
</div>
</div><!--/demo-html -->
</form>
<h2>Class ui-state-disabled</h2>
<div data-demo-html="true">
<a href="#" class="ui-state-disabled ui-shadow ui-btn ui-corner-all ui-icon-arrow-r ui-btn-icon-right">Link button</a>
</div><!--/demo-html -->
<div data-demo-html="true">
<a href="#" class="ui-shadow ui-btn ui-corner-all ui-state-disabled ui-icon-arrow-r ui-btn-icon-right ui-mini">Link button</a>
</div><!--/demo-html -->
</div><!-- /content -->
<div data-role="panel" class="jqm-navmenu-panel" data-position="left" data-display="overlay" data-theme="a">
<ul class="jqm-list ui-alt-icon ui-nodisc-icon">
<li data-filtertext="demos homepage" data-icon="home"><a href=".././">Home</a></li>
<li data-filtertext="introduction overview getting started"><a href="../intro/" data-ajax="false">Introduction</a></li>
<li data-filtertext="buttons button markup buttonmarkup method anchor link button element"><a href="../button-markup/" data-ajax="false">Buttons</a></li>
<li data-filtertext="form button widget input button submit reset"><a href="../button/" data-ajax="false">Button widget</a></li>
<li data-role="collapsible" data-enhanced="true" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false" class="ui-collapsible ui-collapsible-themed-content ui-collapsible-collapsed">
<h3 class="ui-collapsible-heading ui-collapsible-heading-collapsed">
<a href="#" class="ui-collapsible-heading-toggle ui-btn ui-btn-icon-right ui-btn-inherit ui-icon-carat-d">
Checkboxradio widget<span class="ui-collapsible-heading-status"> click to expand contents</span>
</a>
</h3>
<div class="ui-collapsible-content ui-body-inherit ui-collapsible-content-collapsed" aria-hidden="true">
<ul>
<li data-filtertext="form checkboxradio widget checkbox input checkboxes controlgroups"><a href="../checkboxradio-checkbox/" data-ajax="false">Checkboxes</a></li>
<li data-filtertext="form checkboxradio widget radio input radio buttons controlgroups"><a href="../checkboxradio-radio/" data-ajax="false">Radio buttons</a></li>
</ul>
</div>
</li>
<li data-role="collapsible" data-enhanced="true" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false" class="ui-collapsible ui-collapsible-themed-content ui-collapsible-collapsed">
<h3 class="ui-collapsible-heading ui-collapsible-heading-collapsed">
<a href="#" class="ui-collapsible-heading-toggle ui-btn ui-btn-icon-right ui-btn-inherit ui-icon-carat-d">
Collapsible (set) widget<span class="ui-collapsible-heading-status"> click to expand contents</span>
</a>
</h3>
<div class="ui-collapsible-content ui-body-inherit ui-collapsible-content-collapsed" aria-hidden="true">
<ul>
<li data-filtertext="collapsibles content formatting"><a href="../collapsible/" data-ajax="false">Collapsible</a></li>
<li data-filtertext="dynamic collapsible set accordion append expand"><a href="../collapsible-dynamic/" data-ajax="false">Dynamic collapsibles</a></li>
<li data-filtertext="accordions collapsible set widget content formatting grouped collapsibles"><a href="../collapsibleset/" data-ajax="false">Collapsible set</a></li>
</ul>
</div>
</li>
<li data-role="collapsible" data-enhanced="true" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false" class="ui-collapsible ui-collapsible-themed-content ui-collapsible-collapsed">
<h3 class="ui-collapsible-heading ui-collapsible-heading-collapsed">
<a href="#" class="ui-collapsible-heading-toggle ui-btn ui-btn-icon-right ui-btn-inherit ui-icon-carat-d">
Controlgroup widget<span class="ui-collapsible-heading-status"> click to expand contents</span>
</a>
</h3>
<div class="ui-collapsible-content ui-body-inherit ui-collapsible-content-collapsed" aria-hidden="true">
<ul>
<li data-filtertext="controlgroups selectmenu checkboxradio input grouped buttons horizontal vertical"><a href="../controlgroup/" data-ajax="false">Controlgroup</a></li>
<li data-filtertext="dynamic controlgroup dynamically add buttons"><a href="../controlgroup-dynamic/" data-ajax="false">Dynamic controlgroups</a></li>
</ul>
</div>
</li>
<li data-filtertext="form datepicker widget date input"><a href="../datepicker/" data-ajax="false">Datepicker</a></li>
<li data-role="collapsible" data-enhanced="true" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false" class="ui-collapsible ui-collapsible-themed-content ui-collapsible-collapsed">
<h3 class="ui-collapsible-heading ui-collapsible-heading-collapsed">
<a href="#" class="ui-collapsible-heading-toggle ui-btn ui-btn-icon-right ui-btn-inherit ui-icon-carat-d">
Events<span class="ui-collapsible-heading-status"> click to expand contents</span>
</a>
</h3>
<div class="ui-collapsible-content ui-body-inherit ui-collapsible-content-collapsed" aria-hidden="true">
<ul>
<li data-filtertext="swipe to delete list items listviews swipe events"><a href="../swipe-list/" data-ajax="false">Swipe list items</a></li>
<li data-filtertext="swipe to navigate swipe page navigation swipe events"><a href="../swipe-page/" data-ajax="false">Swipe page navigation</a></li>
</ul>
</div>
</li>
<li data-filtertext="filterable filter elements sorting searching listview table"><a href="../filterable/" data-ajax="false">Filterable widget</a></li>
<li data-filtertext="form flipswitch widget flip toggle switch binary select checkbox input"><a href="../flipswitch/" data-ajax="false">Flipswitch widget</a></li>
<li data-role="collapsible" data-enhanced="true" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false" class="ui-collapsible ui-collapsible-themed-content ui-collapsible-collapsed">
<h3 class="ui-collapsible-heading ui-collapsible-heading-collapsed">
<a href="#" class="ui-collapsible-heading-toggle ui-btn ui-btn-icon-right ui-btn-inherit ui-icon-carat-d">
Forms<span class="ui-collapsible-heading-status"> click to expand contents</span>
</a>
</h3>
<div class="ui-collapsible-content ui-body-inherit ui-collapsible-content-collapsed" aria-hidden="true">
<ul>
<li data-filtertext="forms text checkbox radio range button submit reset inputs selects textarea slider flipswitch label form elements"><a href="../forms/" data-ajax="false">Forms</a></li>
<li data-filtertext="form hide labels hidden accessible ui-hidden-accessible forms"><a href="../forms-label-hidden-accessible/" data-ajax="false">Hide labels</a></li>
<li data-filtertext="form field containers fieldcontain ui-field-contain forms"><a href="../forms-field-contain/" data-ajax="false">Field containers</a></li>
<li data-filtertext="forms disabled form elements"><a href="../forms-disabled/" data-ajax="false">Forms disabled</a></li>
<li data-filtertext="forms gallery examples overview forms text checkbox radio range button submit reset inputs selects textarea slider flipswitch label form elements"><a href="../forms-gallery/" data-ajax="false">Forms gallery</a></li>
</ul>
</div>
</li>
<li data-role="collapsible" data-enhanced="true" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false" class="ui-collapsible ui-collapsible-themed-content ui-collapsible-collapsed">
<h3 class="ui-collapsible-heading ui-collapsible-heading-collapsed">
<a href="#" class="ui-collapsible-heading-toggle ui-btn ui-btn-icon-right ui-btn-inherit ui-icon-carat-d">
Grids<span class="ui-collapsible-heading-status"> click to expand contents</span>
</a>
</h3>
<div class="ui-collapsible-content ui-body-inherit ui-collapsible-content-collapsed" aria-hidden="true">
<ul>
<li data-filtertext="grids columns blocks content formatting rwd responsive css framework"><a href="../grids/" data-ajax="false">Grids</a></li>
<li data-filtertext="buttons in grids css framework"><a href="../grids-buttons/" data-ajax="false">Buttons in grids</a></li>
<li data-filtertext="custom responsive grids rwd css framework"><a href="../grids-custom-responsive/" data-ajax="false">Custom responsive grids</a></li>
</ul>
</div>
</li>
<li data-filtertext="blocks content formatting sections heading"><a href="../body-bar-classes/" data-ajax="false">Grouping and dividing content</a></li>
<li data-role="collapsible" data-enhanced="true" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false" class="ui-collapsible ui-collapsible-themed-content ui-collapsible-collapsed">
<h3 class="ui-collapsible-heading ui-collapsible-heading-collapsed">
<a href="#" class="ui-collapsible-heading-toggle ui-btn ui-btn-icon-right ui-btn-inherit ui-icon-carat-d">
Icons<span class="ui-collapsible-heading-status"> click to expand contents</span>
</a>
</h3>
<div class="ui-collapsible-content ui-body-inherit ui-collapsible-content-collapsed" aria-hidden="true">
<ul>
<li data-filtertext="button icons svg disc alt custom icon position"><a href="../icons/" data-ajax="false">Icons</a></li>
<li data-filtertext=""><a href="../icons-grunticon/" data-ajax="false">Grunticon loader</a></li>
</ul>
</div>
</li>
<li data-role="collapsible" data-enhanced="true" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false" class="ui-collapsible ui-collapsible-themed-content ui-collapsible-collapsed">
<h3 class="ui-collapsible-heading ui-collapsible-heading-collapsed">
<a href="#" class="ui-collapsible-heading-toggle ui-btn ui-btn-icon-right ui-btn-inherit ui-icon-carat-d">
Listview widget<span class="ui-collapsible-heading-status"> click to expand contents</span>
</a>
</h3>
<div class="ui-collapsible-content ui-body-inherit ui-collapsible-content-collapsed" aria-hidden="true">
<ul>
<li data-filtertext="listview widget thumbnails icons nested split button collapsible ul ol"><a href="../listview/" data-ajax="false">Listview</a></li>
<li data-filtertext="autocomplete filterable reveal listview filtertextbeforefilter placeholder"><a href="../listview-autocomplete/" data-ajax="false">Listview autocomplete</a></li>
<li data-filtertext="autocomplete filterable reveal listview remote data filtertextbeforefilter placeholder"><a href="../listview-autocomplete-remote/" data-ajax="false">Listview autocomplete remote data</a></li>
<li data-filtertext="autodividers anchor jump scroll linkbars listview lists ul ol"><a href="../listview-autodividers-linkbar/" data-ajax="false">Listview autodividers linkbar</a></li>
<li data-filtertext="listview autodividers selector autodividersselector lists ul ol"><a href="../listview-autodividers-selector/" data-ajax="false">Listview autodividers selector</a></li>
<li data-filtertext="listview nested list items"><a href="../listview-nested-lists/" data-ajax="false">Nested Listviews</a></li>
<li data-filtertext="listview collapsible list items flat"><a href="../listview-collapsible-item-flat/" data-ajax="false">Listview collapsible list items (flat)</a></li>
<li data-filtertext="listview collapsible list indented"><a href="../listview-collapsible-item-indented/" data-ajax="false">Listview collapsible list items (indented)</a></li>
<li data-filtertext="grid listview responsive grids responsive listviews lists ul"><a href="../listview-grid/" data-ajax="false">Listview responsive grid</a></li>
</ul>
</div>
</li>
<li data-filtertext="loader widget page loading navigation overlay spinner"><a href="../loader/" data-ajax="false">Loader widget</a></li>
<li data-filtertext="navbar widget navmenu toolbars header footer"><a href="../navbar/" data-ajax="false">Navbar widget</a></li>
<li data-role="collapsible" data-enhanced="true" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false" class="ui-collapsible ui-collapsible-themed-content ui-collapsible-collapsed">
<h3 class="ui-collapsible-heading ui-collapsible-heading-collapsed">
<a href="#" class="ui-collapsible-heading-toggle ui-btn ui-btn-icon-right ui-btn-inherit ui-icon-carat-d">
Navigation<span class="ui-collapsible-heading-status"> click to expand contents</span>
</a>
</h3>
<div class="ui-collapsible-content ui-body-inherit ui-collapsible-content-collapsed" aria-hidden="true">
<ul>
<li data-filtertext="ajax navigation navigate widget history event method"><a href="../navigation/" data-ajax="false">Navigation</a></li>
<li data-filtertext="linking pages page links navigation ajax prefetch cache"><a href="../navigation-linking-pages/" data-ajax="false">Linking pages</a></li>
<!-- <li data-filtertext="php redirect server redirection server-side navigation"><a href="../navigation-php-redirect/" data-ajax="false">PHP redirect demo</a></li>-->
<li data-filtertext="navigation redirection hash query"><a href="../navigation-hash-processing/" data-ajax="false">Hash processing demo</a></li>
<li data-filtertext="navigation redirection hash query"><a href="../page-events/" data-ajax="false">Page Navigation Events</a></li>
</ul>
</div>
</li>
<li data-role="collapsible" data-enhanced="true" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false" class="ui-collapsible ui-collapsible-themed-content ui-collapsible-collapsed">
<h3 class="ui-collapsible-heading ui-collapsible-heading-collapsed">
<a href="#" class="ui-collapsible-heading-toggle ui-btn ui-btn-icon-right ui-btn-inherit ui-icon-carat-d">
Pages<span class="ui-collapsible-heading-status"> click to expand contents</span>
</a>
</h3>
<div class="ui-collapsible-content ui-body-inherit ui-collapsible-content-collapsed" aria-hidden="true">
<ul>
<li data-filtertext="pages page widget ajax navigation"><a href="../pages/" data-ajax="false">Pages</a></li>
<li data-filtertext="single page"><a href="../pages-single-page/" data-ajax="false">Single page</a></li>
<li data-filtertext="multipage multi-page page"><a href="../pages-multi-page/" data-ajax="false">Multi-page template</a></li>
<li data-filtertext="dialog page widget modal popup"><a href="../pages-dialog/" data-ajax="false">Dialog page</a></li>
</ul>
</div>
</li>
<li data-role="collapsible" data-enhanced="true" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false" class="ui-collapsible ui-collapsible-themed-content ui-collapsible-collapsed">
<h3 class="ui-collapsible-heading ui-collapsible-heading-collapsed">
<a href="#" class="ui-collapsible-heading-toggle ui-btn ui-btn-icon-right ui-btn-inherit ui-icon-carat-d">
Panel widget<span class="ui-collapsible-heading-status"> click to expand contents</span>
</a>
</h3>
<div class="ui-collapsible-content ui-body-inherit ui-collapsible-content-collapsed" aria-hidden="true">
<ul>
<li data-filtertext="panel widget sliding panels reveal push overlay responsive"><a href="../panel/" data-ajax="false">Panel</a></li>
<li data-filtertext=""><a href="../panel-external/" data-ajax="false">External panels</a></li>
<li data-filtertext="panel "><a href="../panel-fixed/" data-ajax="false">Fixed panels</a></li>
<li data-filtertext="panel slide panels sliding panels shadow rwd responsive breakpoint"><a href="../panel-responsive/" data-ajax="false">Panels responsive</a></li>
<li data-filtertext="panel custom style custom panel width reveal shadow listview panel styling page background wrapper"><a href="../panel-styling/" data-ajax="false">Custom panel style</a></li>
<li data-filtertext="panel open on swipe"><a href="../panel-swipe-open/" data-ajax="false">Panel open on swipe</a></li>
<li data-filtertext="panels outside page internal external toolbars"><a href="../panel-external-internal/" data-ajax="false">Panel external and internal</a></li>
</ul>
</div>
</li>
<li data-role="collapsible" data-enhanced="true" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false" class="ui-collapsible ui-collapsible-themed-content ui-collapsible-collapsed">
<h3 class="ui-collapsible-heading ui-collapsible-heading-collapsed">
<a href="#" class="ui-collapsible-heading-toggle ui-btn ui-btn-icon-right ui-btn-inherit ui-icon-carat-d">
Popup widget<span class="ui-collapsible-heading-status"> click to expand contents</span>
</a>
</h3>
<div class="ui-collapsible-content ui-body-inherit ui-collapsible-content-collapsed" aria-hidden="true">
<ul>
<li data-filtertext="popup widget popups dialog modal transition tooltip lightbox form overlay screen flip pop fade transition"><a href="../popup/" data-ajax="false">Popup</a></li>
<li data-filtertext="popup alignment position"><a href="../popup-alignment/" data-ajax="false">Popup alignment</a></li>
<li data-filtertext="popup arrow size popups popover"><a href="../popup-arrow-size/" data-ajax="false">Popup arrow size</a></li>
<li data-filtertext="dynamic popups popup images lightbox"><a href="../popup-dynamic/" data-ajax="false">Dynamic popups</a></li>
<li data-filtertext="popups with iframes scaling"><a href="../popup-iframe/" data-ajax="false">Popups with iframes</a></li>
<li data-filtertext="popup image scaling"><a href="../popup-image-scaling/" data-ajax="false">Popup image scaling</a></li>
<li data-filtertext="external popup outside multi-page"><a href="../popup-outside-multipage/" data-ajax="false">Popup outside multi-page</a></li>
</ul>
</div>
</li>
<li data-filtertext="form rangeslider widget dual sliders dual handle sliders range input"><a href="../rangeslider/" data-ajax="false">Rangeslider widget</a></li>
<li data-filtertext="responsive web design rwd adaptive progressive enhancement PE accessible mobile breakpoints media query media queries"><a href="../rwd/" data-ajax="false">Responsive Web Design</a></li>
<li data-role="collapsible" data-enhanced="true" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false" class="ui-collapsible ui-collapsible-themed-content ui-collapsible-collapsed">
<h3 class="ui-collapsible-heading ui-collapsible-heading-collapsed">
<a href="#" class="ui-collapsible-heading-toggle ui-btn ui-btn-icon-right ui-btn-inherit ui-icon-carat-d">
Selectmenu widget<span class="ui-collapsible-heading-status"> click to expand contents</span>
</a>
</h3>
<div class="ui-collapsible-content ui-body-inherit ui-collapsible-content-collapsed" aria-hidden="true">
<ul>
<li data-filtertext="form selectmenu widget select input custom select menu selects"><a href="../selectmenu/" data-ajax="false">Selectmenu</a></li>
<li data-filtertext="form custom select menu selectmenu widget custom menu option optgroup multiple selects"><a href="../selectmenu-custom/" data-ajax="false">Custom select menu</a></li>
<li data-filtertext="filterable select filter popup dialog"><a href="../selectmenu-custom-filter/" data-ajax="false">Custom select menu with filter</a></li>
</ul>
</div>
</li>
<li data-role="collapsible" data-enhanced="true" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false" class="ui-collapsible ui-collapsible-themed-content ui-collapsible-collapsed">
<h3 class="ui-collapsible-heading ui-collapsible-heading-collapsed">
<a href="#" class="ui-collapsible-heading-toggle ui-btn ui-btn-icon-right ui-btn-inherit ui-icon-carat-d">
Slider widget<span class="ui-collapsible-heading-status"> click to expand contents</span>
</a>
</h3>
<div class="ui-collapsible-content ui-body-inherit ui-collapsible-content-collapsed" aria-hidden="true">
<ul>
<li data-filtertext="form slider widget range input single sliders"><a href="../slider/" data-ajax="false">Slider</a></li>
<li data-filtertext="form slider widget flipswitch slider binary select flip toggle switch"><a href="../slider-flipswitch/" data-ajax="false">Slider flip toggle switch</a></li>
<li data-filtertext="form slider tooltip handle value input range sliders"><a href="../slider-tooltip/" data-ajax="false">Slider tooltip</a></li>
</ul>
</div>
</li>
<li data-role="collapsible" data-enhanced="true" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false" class="ui-collapsible ui-collapsible-themed-content ui-collapsible-collapsed">
<h3 class="ui-collapsible-heading ui-collapsible-heading-collapsed">
<a href="#" class="ui-collapsible-heading-toggle ui-btn ui-btn-icon-right ui-btn-inherit ui-icon-carat-d">
Table widget<span class="ui-collapsible-heading-status"> click to expand contents</span>
</a>
</h3>
<div class="ui-collapsible-content ui-body-inherit ui-collapsible-content-collapsed" aria-hidden="true">
<ul>
<li data-filtertext="table widget reflow column toggle th td responsive tables rwd hide show tabular"><a href="../table-column-toggle/" data-ajax="false">Table Column Toggle</a></li>
<li data-filtertext="table column toggle phone comparison demo"><a href="../table-column-toggle-example/" data-ajax="false">Table Column Toggle demo</a></li>
<li data-filtertext="responsive tables table column toggle heading groups rwd breakpoint"><a href="../table-column-toggle-heading-groups/" data-ajax="false">Table Column Toggle heading groups</a></li>
<li data-filtertext="responsive tables table column toggle hide rwd breakpoint customization options"><a href="../table-column-toggle-options/" data-ajax="false">Table Column Toggle options</a></li>
<li data-filtertext="table reflow th td responsive rwd columns tabular"><a href="../table-reflow/" data-ajax="false">Table Reflow</a></li>
<li data-filtertext="responsive tables table reflow heading groups rwd breakpoint"><a href="../table-reflow-heading-groups/" data-ajax="false">Table Reflow heading groups</a></li>
<li data-filtertext="responsive tables table reflow stripes strokes table style"><a href="../table-reflow-stripes-strokes/" data-ajax="false">Table Reflow stripes and strokes</a></li>
<li data-filtertext="responsive tables table reflow stack custom styles"><a href="../table-reflow-styling/" data-ajax="false">Table Reflow custom styles</a></li>
</ul>
</div>
</li>
<li data-filtertext="ui tabs widget"><a href="../tabs/" data-ajax="false">Tabs widget</a></li>
<li data-filtertext="form textinput widget text input textarea number date time tel email file color password"><a href="../textinput/" data-ajax="false">Textinput widget</a></li>
<li data-role="collapsible" data-enhanced="true" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false" class="ui-collapsible ui-collapsible-themed-content ui-collapsible-collapsed">
<h3 class="ui-collapsible-heading ui-collapsible-heading-collapsed">
<a href="#" class="ui-collapsible-heading-toggle ui-btn ui-btn-icon-right ui-btn-inherit ui-icon-carat-d">
Theming<span class="ui-collapsible-heading-status"> click to expand contents</span>
</a>
</h3>
<div class="ui-collapsible-content ui-body-inherit ui-collapsible-content-collapsed" aria-hidden="true">
<ul>
<li data-filtertext="default theme swatches theming style css"><a href="../theme-default/" data-ajax="false">Default theme</a></li>
<li data-filtertext="classic theme old theme swatches theming style css"><a href="../theme-classic/" data-ajax="false">Classic theme</a></li>
</ul>
</div>
</li>
<li data-role="collapsible" data-enhanced="true" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false" class="ui-collapsible ui-collapsible-themed-content ui-collapsible-collapsed">
<h3 class="ui-collapsible-heading ui-collapsible-heading-collapsed">
<a href="#" class="ui-collapsible-heading-toggle ui-btn ui-btn-icon-right ui-btn-inherit ui-icon-carat-d">
Toolbar widget<span class="ui-collapsible-heading-status"> click to expand contents</span>
</a>
</h3>
<div class="ui-collapsible-content ui-body-inherit ui-collapsible-content-collapsed" aria-hidden="true">
<ul>
<li data-filtertext="toolbar widget header footer toolbars fixed fullscreen external sections"><a href="../toolbar/" data-ajax="false">Toolbar</a></li>
<li data-filtertext="dynamic toolbars dynamically add toolbar header footer"><a href="../toolbar-dynamic/" data-ajax="false">Dynamic toolbars</a></li>
<li data-filtertext="external toolbars header footer"><a href="../toolbar-external/" data-ajax="false">External toolbars</a></li>
<li data-filtertext="fixed toolbars header footer"><a href="../toolbar-fixed/" data-ajax="false">Fixed toolbars</a></li>
<li data-filtertext="fixed fullscreen toolbars header footer"><a href="../toolbar-fixed-fullscreen/" data-ajax="false">Fullscreen toolbars</a></li>
<li data-filtertext="external fixed toolbars header footer"><a href="../toolbar-fixed-external/" data-ajax="false">Fixed external toolbars</a></li>
<li data-filtertext="external persistent toolbars header footer navbar navmenu"><a href="../toolbar-fixed-persistent/" data-ajax="false">Persistent toolbars</a></li>
<li data-filtertext="external ajax optimized toolbars persistent toolbars header footer navbar"><a href="../toolbar-fixed-persistent-optimized/" data-ajax="false">Ajax optimized toolbars</a></li>
<li data-filtertext="form in toolbars header footer"><a href="../toolbar-fixed-forms/" data-ajax="false">Form in toolbar</a></li>
</ul>
</div>
</li>
<li data-filtertext="page transitions animated pages popup navigation flip slide fade pop"><a href="../transitions/" data-ajax="false">Transitions</a></li>
<li data-role="collapsible" data-enhanced="true" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false" class="ui-collapsible ui-collapsible-themed-content ui-collapsible-collapsed">
<h3 class="ui-collapsible-heading ui-collapsible-heading-collapsed">
<a href="#" class="ui-collapsible-heading-toggle ui-btn ui-btn-icon-right ui-btn-inherit ui-icon-carat-d">
3rd party API demos<span class="ui-collapsible-heading-status"> click to expand contents</span>
</a>
</h3>
<div class="ui-collapsible-content ui-body-inherit ui-collapsible-content-collapsed" aria-hidden="true">
<ul>
<li data-filtertext="backbone requirejs navigation router"><a href="../backbone-requirejs/" data-ajax="false">Backbone RequireJS</a></li>
<li data-filtertext="google maps geolocation demo"><a href="../map-geolocation/" data-ajax="false">Google Maps geolocation</a></li>
<li data-filtertext="google maps hybrid"><a href="../map-list-toggle/" data-ajax="false">Google Maps list toggle</a></li>
</ul>
</div>
</li>
</ul>
</div><!-- /panel -->
<div data-role="footer" data-position="fixed" data-tap-toggle="false" class="jqm-footer">
<p>jQuery Mobile Demos version <span class="jqm-version"></span></p>
<p>Copyright 2014 The jQuery Foundation</p>
</div><!-- /footer -->
<!-- TODO: This should become an external panel so we can add input to markup (unique ID) -->
<div data-role="panel" class="jqm-search-panel" data-position="right" data-display="overlay" data-theme="a">
<div class="jqm-search">
<ul class="jqm-list" data-filter-placeholder="Search demos..." data-filter-reveal="true">
<li data-filtertext="demos homepage" data-icon="home"><a href=".././">Home</a></li>
<li data-filtertext="introduction overview getting started"><a href="../intro/" data-ajax="false">Introduction</a></li>
<li data-filtertext="buttons button markup buttonmarkup method anchor link button element"><a href="../button-markup/" data-ajax="false">Buttons</a></li>
<li data-filtertext="form button widget input button submit reset"><a href="../button/" data-ajax="false">Button widget</a></li>
<li data-role="collapsible" data-enhanced="true" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false" class="ui-collapsible ui-collapsible-themed-content ui-collapsible-collapsed">
<h3 class="ui-collapsible-heading ui-collapsible-heading-collapsed">
<a href="#" class="ui-collapsible-heading-toggle ui-btn ui-btn-icon-right ui-btn-inherit ui-icon-carat-d">
Checkboxradio widget<span class="ui-collapsible-heading-status"> click to expand contents</span>
</a>
</h3>
<div class="ui-collapsible-content ui-body-inherit ui-collapsible-content-collapsed" aria-hidden="true">
<ul>
<li data-filtertext="form checkboxradio widget checkbox input checkboxes controlgroups"><a href="../checkboxradio-checkbox/" data-ajax="false">Checkboxes</a></li>
<li data-filtertext="form checkboxradio widget radio input radio buttons controlgroups"><a href="../checkboxradio-radio/" data-ajax="false">Radio buttons</a></li>
</ul>
</div>
</li>
<li data-role="collapsible" data-enhanced="true" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false" class="ui-collapsible ui-collapsible-themed-content ui-collapsible-collapsed">
<h3 class="ui-collapsible-heading ui-collapsible-heading-collapsed">
<a href="#" class="ui-collapsible-heading-toggle ui-btn ui-btn-icon-right ui-btn-inherit ui-icon-carat-d">
Collapsible (set) widget<span class="ui-collapsible-heading-status"> click to expand contents</span>
</a>
</h3>
<div class="ui-collapsible-content ui-body-inherit ui-collapsible-content-collapsed" aria-hidden="true">
<ul>
<li data-filtertext="collapsibles content formatting"><a href="../collapsible/" data-ajax="false">Collapsible</a></li>
<li data-filtertext="dynamic collapsible set accordion append expand"><a href="../collapsible-dynamic/" data-ajax="false">Dynamic collapsibles</a></li>
<li data-filtertext="accordions collapsible set widget content formatting grouped collapsibles"><a href="../collapsibleset/" data-ajax="false">Collapsible set</a></li>
</ul>
</div>
</li>
<li data-role="collapsible" data-enhanced="true" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false" class="ui-collapsible ui-collapsible-themed-content ui-collapsible-collapsed">
<h3 class="ui-collapsible-heading ui-collapsible-heading-collapsed">
<a href="#" class="ui-collapsible-heading-toggle ui-btn ui-btn-icon-right ui-btn-inherit ui-icon-carat-d">
Controlgroup widget<span class="ui-collapsible-heading-status"> click to expand contents</span>
</a>
</h3>
<div class="ui-collapsible-content ui-body-inherit ui-collapsible-content-collapsed" aria-hidden="true">
<ul>
<li data-filtertext="controlgroups selectmenu checkboxradio input grouped buttons horizontal vertical"><a href="../controlgroup/" data-ajax="false">Controlgroup</a></li>
<li data-filtertext="dynamic controlgroup dynamically add buttons"><a href="../controlgroup-dynamic/" data-ajax="false">Dynamic controlgroups</a></li>
</ul>
</div>
</li>
<li data-filtertext="form datepicker widget date input"><a href="../datepicker/" data-ajax="false">Datepicker</a></li>
<li data-role="collapsible" data-enhanced="true" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false" class="ui-collapsible ui-collapsible-themed-content ui-collapsible-collapsed">
<h3 class="ui-collapsible-heading ui-collapsible-heading-collapsed">
<a href="#" class="ui-collapsible-heading-toggle ui-btn ui-btn-icon-right ui-btn-inherit ui-icon-carat-d">
Events<span class="ui-collapsible-heading-status"> click to expand contents</span>
</a>
</h3>
<div class="ui-collapsible-content ui-body-inherit ui-collapsible-content-collapsed" aria-hidden="true">
<ul>
<li data-filtertext="swipe to delete list items listviews swipe events"><a href="../swipe-list/" data-ajax="false">Swipe list items</a></li>
<li data-filtertext="swipe to navigate swipe page navigation swipe events"><a href="../swipe-page/" data-ajax="false">Swipe page navigation</a></li>
</ul>
</div>
</li>
<li data-filtertext="filterable filter elements sorting searching listview table"><a href="../filterable/" data-ajax="false">Filterable widget</a></li>
<li data-filtertext="form flipswitch widget flip toggle switch binary select checkbox input"><a href="../flipswitch/" data-ajax="false">Flipswitch widget</a></li>
<li data-role="collapsible" data-enhanced="true" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false" class="ui-collapsible ui-collapsible-themed-content ui-collapsible-collapsed">
<h3 class="ui-collapsible-heading ui-collapsible-heading-collapsed">
<a href="#" class="ui-collapsible-heading-toggle ui-btn ui-btn-icon-right ui-btn-inherit ui-icon-carat-d">
Forms<span class="ui-collapsible-heading-status"> click to expand contents</span>
</a>
</h3>
<div class="ui-collapsible-content ui-body-inherit ui-collapsible-content-collapsed" aria-hidden="true">
<ul>
<li data-filtertext="forms text checkbox radio range button submit reset inputs selects textarea slider flipswitch label form elements"><a href="../forms/" data-ajax="false">Forms</a></li>
<li data-filtertext="form hide labels hidden accessible ui-hidden-accessible forms"><a href="../forms-label-hidden-accessible/" data-ajax="false">Hide labels</a></li>
<li data-filtertext="form field containers fieldcontain ui-field-contain forms"><a href="../forms-field-contain/" data-ajax="false">Field containers</a></li>
<li data-filtertext="forms disabled form elements"><a href="../forms-disabled/" data-ajax="false">Forms disabled</a></li>
<li data-filtertext="forms gallery examples overview forms text checkbox radio range button submit reset inputs selects textarea slider flipswitch label form elements"><a href="../forms-gallery/" data-ajax="false">Forms gallery</a></li>
</ul>
</div>
</li>
<li data-role="collapsible" data-enhanced="true" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false" class="ui-collapsible ui-collapsible-themed-content ui-collapsible-collapsed">
<h3 class="ui-collapsible-heading ui-collapsible-heading-collapsed">
<a href="#" class="ui-collapsible-heading-toggle ui-btn ui-btn-icon-right ui-btn-inherit ui-icon-carat-d">
Grids<span class="ui-collapsible-heading-status"> click to expand contents</span>
</a>
</h3>
<div class="ui-collapsible-content ui-body-inherit ui-collapsible-content-collapsed" aria-hidden="true">
<ul>
<li data-filtertext="grids columns blocks content formatting rwd responsive css framework"><a href="../grids/" data-ajax="false">Grids</a></li>
<li data-filtertext="buttons in grids css framework"><a href="../grids-buttons/" data-ajax="false">Buttons in grids</a></li>
<li data-filtertext="custom responsive grids rwd css framework"><a href="../grids-custom-responsive/" data-ajax="false">Custom responsive grids</a></li>
</ul>
</div>
</li>
<li data-filtertext="blocks content formatting sections heading"><a href="../body-bar-classes/" data-ajax="false">Grouping and dividing content</a></li>
<li data-role="collapsible" data-enhanced="true" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false" class="ui-collapsible ui-collapsible-themed-content ui-collapsible-collapsed">
<h3 class="ui-collapsible-heading ui-collapsible-heading-collapsed">
<a href="#" class="ui-collapsible-heading-toggle ui-btn ui-btn-icon-right ui-btn-inherit ui-icon-carat-d">
Icons<span class="ui-collapsible-heading-status"> click to expand contents</span>
</a>
</h3>
<div class="ui-collapsible-content ui-body-inherit ui-collapsible-content-collapsed" aria-hidden="true">
<ul>
<li data-filtertext="button icons svg disc alt custom icon position"><a href="../icons/" data-ajax="false">Icons</a></li>
<li data-filtertext=""><a href="../icons-grunticon/" data-ajax="false">Grunticon loader</a></li>
</ul>
</div>
</li>
<li data-role="collapsible" data-enhanced="true" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false" class="ui-collapsible ui-collapsible-themed-content ui-collapsible-collapsed">
<h3 class="ui-collapsible-heading ui-collapsible-heading-collapsed">
<a href="#" class="ui-collapsible-heading-toggle ui-btn ui-btn-icon-right ui-btn-inherit ui-icon-carat-d">
Listview widget<span class="ui-collapsible-heading-status"> click to expand contents</span>
</a>
</h3>
<div class="ui-collapsible-content ui-body-inherit ui-collapsible-content-collapsed" aria-hidden="true">
<ul>
<li data-filtertext="listview widget thumbnails icons nested split button collapsible ul ol"><a href="../listview/" data-ajax="false">Listview</a></li>
<li data-filtertext="autocomplete filterable reveal listview filtertextbeforefilter placeholder"><a href="../listview-autocomplete/" data-ajax="false">Listview autocomplete</a></li>
<li data-filtertext="autocomplete filterable reveal listview remote data filtertextbeforefilter placeholder"><a href="../listview-autocomplete-remote/" data-ajax="false">Listview autocomplete remote data</a></li>
<li data-filtertext="autodividers anchor jump scroll linkbars listview lists ul ol"><a href="../listview-autodividers-linkbar/" data-ajax="false">Listview autodividers linkbar</a></li>
<li data-filtertext="listview autodividers selector autodividersselector lists ul ol"><a href="../listview-autodividers-selector/" data-ajax="false">Listview autodividers selector</a></li>
<li data-filtertext="listview nested list items"><a href="../listview-nested-lists/" data-ajax="false">Nested Listviews</a></li>
<li data-filtertext="listview collapsible list items flat"><a href="../listview-collapsible-item-flat/" data-ajax="false">Listview collapsible list items (flat)</a></li>
<li data-filtertext="listview collapsible list indented"><a href="../listview-collapsible-item-indented/" data-ajax="false">Listview collapsible list items (indented)</a></li>
<li data-filtertext="grid listview responsive grids responsive listviews lists ul"><a href="../listview-grid/" data-ajax="false">Listview responsive grid</a></li>
</ul>
</div>
</li>
<li data-filtertext="loader widget page loading navigation overlay spinner"><a href="../loader/" data-ajax="false">Loader widget</a></li>
<li data-filtertext="navbar widget navmenu toolbars header footer"><a href="../navbar/" data-ajax="false">Navbar widget</a></li>
<li data-role="collapsible" data-enhanced="true" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false" class="ui-collapsible ui-collapsible-themed-content ui-collapsible-collapsed">
<h3 class="ui-collapsible-heading ui-collapsible-heading-collapsed">
<a href="#" class="ui-collapsible-heading-toggle ui-btn ui-btn-icon-right ui-btn-inherit ui-icon-carat-d">
Navigation<span class="ui-collapsible-heading-status"> click to expand contents</span>
</a>
</h3>
<div class="ui-collapsible-content ui-body-inherit ui-collapsible-content-collapsed" aria-hidden="true">
<ul>
<li data-filtertext="ajax navigation navigate widget history event method"><a href="../navigation/" data-ajax="false">Navigation</a></li>
<li data-filtertext="linking pages page links navigation ajax prefetch cache"><a href="../navigation-linking-pages/" data-ajax="false">Linking pages</a></li>
<!-- <li data-filtertext="php redirect server redirection server-side navigation"><a href="../navigation-php-redirect/" data-ajax="false">PHP redirect demo</a></li>-->
<li data-filtertext="navigation redirection hash query"><a href="../navigation-hash-processing/" data-ajax="false">Hash processing demo</a></li>
<li data-filtertext="navigation redirection hash query"><a href="../page-events/" data-ajax="false">Page Navigation Events</a></li>
</ul>
</div>
</li>
<li data-role="collapsible" data-enhanced="true" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false" class="ui-collapsible ui-collapsible-themed-content ui-collapsible-collapsed">
<h3 class="ui-collapsible-heading ui-collapsible-heading-collapsed">
<a href="#" class="ui-collapsible-heading-toggle ui-btn ui-btn-icon-right ui-btn-inherit ui-icon-carat-d">
Pages<span class="ui-collapsible-heading-status"> click to expand contents</span>
</a>
</h3>
<div class="ui-collapsible-content ui-body-inherit ui-collapsible-content-collapsed" aria-hidden="true">
<ul>
<li data-filtertext="pages page widget ajax navigation"><a href="../pages/" data-ajax="false">Pages</a></li>
<li data-filtertext="single page"><a href="../pages-single-page/" data-ajax="false">Single page</a></li>
<li data-filtertext="multipage multi-page page"><a href="../pages-multi-page/" data-ajax="false">Multi-page template</a></li>
<li data-filtertext="dialog page widget modal popup"><a href="../pages-dialog/" data-ajax="false">Dialog page</a></li>
</ul>
</div>
</li>
<li data-role="collapsible" data-enhanced="true" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false" class="ui-collapsible ui-collapsible-themed-content ui-collapsible-collapsed">
<h3 class="ui-collapsible-heading ui-collapsible-heading-collapsed">
<a href="#" class="ui-collapsible-heading-toggle ui-btn ui-btn-icon-right ui-btn-inherit ui-icon-carat-d">
Panel widget<span class="ui-collapsible-heading-status"> click to expand contents</span>
</a>
</h3>
<div class="ui-collapsible-content ui-body-inherit ui-collapsible-content-collapsed" aria-hidden="true">
<ul>
<li data-filtertext="panel widget sliding panels reveal push overlay responsive"><a href="../panel/" data-ajax="false">Panel</a></li>
<li data-filtertext=""><a href="../panel-external/" data-ajax="false">External panels</a></li>
<li data-filtertext="panel "><a href="../panel-fixed/" data-ajax="false">Fixed panels</a></li>
<li data-filtertext="panel slide panels sliding panels shadow rwd responsive breakpoint"><a href="../panel-responsive/" data-ajax="false">Panels responsive</a></li>
<li data-filtertext="panel custom style custom panel width reveal shadow listview panel styling page background wrapper"><a href="../panel-styling/" data-ajax="false">Custom panel style</a></li>
<li data-filtertext="panel open on swipe"><a href="../panel-swipe-open/" data-ajax="false">Panel open on swipe</a></li>
<li data-filtertext="panels outside page internal external toolbars"><a href="../panel-external-internal/" data-ajax="false">Panel external and internal</a></li>
</ul>
</div>
</li>
<li data-role="collapsible" data-enhanced="true" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false" class="ui-collapsible ui-collapsible-themed-content ui-collapsible-collapsed">
<h3 class="ui-collapsible-heading ui-collapsible-heading-collapsed">
<a href="#" class="ui-collapsible-heading-toggle ui-btn ui-btn-icon-right ui-btn-inherit ui-icon-carat-d">
Popup widget<span class="ui-collapsible-heading-status"> click to expand contents</span>
</a>
</h3>
<div class="ui-collapsible-content ui-body-inherit ui-collapsible-content-collapsed" aria-hidden="true">
<ul>
<li data-filtertext="popup widget popups dialog modal transition tooltip lightbox form overlay screen flip pop fade transition"><a href="../popup/" data-ajax="false">Popup</a></li>
<li data-filtertext="popup alignment position"><a href="../popup-alignment/" data-ajax="false">Popup alignment</a></li>
<li data-filtertext="popup arrow size popups popover"><a href="../popup-arrow-size/" data-ajax="false">Popup arrow size</a></li>
<li data-filtertext="dynamic popups popup images lightbox"><a href="../popup-dynamic/" data-ajax="false">Dynamic popups</a></li>
<li data-filtertext="popups with iframes scaling"><a href="../popup-iframe/" data-ajax="false">Popups with iframes</a></li>
<li data-filtertext="popup image scaling"><a href="../popup-image-scaling/" data-ajax="false">Popup image scaling</a></li>
<li data-filtertext="external popup outside multi-page"><a href="../popup-outside-multipage/" data-ajax="false">Popup outside multi-page</a></li>
</ul>
</div>
</li>
<li data-filtertext="form rangeslider widget dual sliders dual handle sliders range input"><a href="../rangeslider/" data-ajax="false">Rangeslider widget</a></li>
<li data-filtertext="responsive web design rwd adaptive progressive enhancement PE accessible mobile breakpoints media query media queries"><a href="../rwd/" data-ajax="false">Responsive Web Design</a></li>
<li data-role="collapsible" data-enhanced="true" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false" class="ui-collapsible ui-collapsible-themed-content ui-collapsible-collapsed">
<h3 class="ui-collapsible-heading ui-collapsible-heading-collapsed">
<a href="#" class="ui-collapsible-heading-toggle ui-btn ui-btn-icon-right ui-btn-inherit ui-icon-carat-d">
Selectmenu widget<span class="ui-collapsible-heading-status"> click to expand contents</span>
</a>
</h3>
<div class="ui-collapsible-content ui-body-inherit ui-collapsible-content-collapsed" aria-hidden="true">
<ul>
<li data-filtertext="form selectmenu widget select input custom select menu selects"><a href="../selectmenu/" data-ajax="false">Selectmenu</a></li>
<li data-filtertext="form custom select menu selectmenu widget custom menu option optgroup multiple selects"><a href="../selectmenu-custom/" data-ajax="false">Custom select menu</a></li>
<li data-filtertext="filterable select filter popup dialog"><a href="../selectmenu-custom-filter/" data-ajax="false">Custom select menu with filter</a></li>
</ul>
</div>
</li>
<li data-role="collapsible" data-enhanced="true" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false" class="ui-collapsible ui-collapsible-themed-content ui-collapsible-collapsed">
<h3 class="ui-collapsible-heading ui-collapsible-heading-collapsed">
<a href="#" class="ui-collapsible-heading-toggle ui-btn ui-btn-icon-right ui-btn-inherit ui-icon-carat-d">
Slider widget<span class="ui-collapsible-heading-status"> click to expand contents</span>
</a>
</h3>
<div class="ui-collapsible-content ui-body-inherit ui-collapsible-content-collapsed" aria-hidden="true">
<ul>
<li data-filtertext="form slider widget range input single sliders"><a href="../slider/" data-ajax="false">Slider</a></li>
<li data-filtertext="form slider widget flipswitch slider binary select flip toggle switch"><a href="../slider-flipswitch/" data-ajax="false">Slider flip toggle switch</a></li>
<li data-filtertext="form slider tooltip handle value input range sliders"><a href="../slider-tooltip/" data-ajax="false">Slider tooltip</a></li>
</ul>
</div>
</li>
<li data-role="collapsible" data-enhanced="true" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false" class="ui-collapsible ui-collapsible-themed-content ui-collapsible-collapsed">
<h3 class="ui-collapsible-heading ui-collapsible-heading-collapsed">
<a href="#" class="ui-collapsible-heading-toggle ui-btn ui-btn-icon-right ui-btn-inherit ui-icon-carat-d">
Table widget<span class="ui-collapsible-heading-status"> click to expand contents</span>
</a>
</h3>
<div class="ui-collapsible-content ui-body-inherit ui-collapsible-content-collapsed" aria-hidden="true">
<ul>
<li data-filtertext="table widget reflow column toggle th td responsive tables rwd hide show tabular"><a href="../table-column-toggle/" data-ajax="false">Table Column Toggle</a></li>
<li data-filtertext="table column toggle phone comparison demo"><a href="../table-column-toggle-example/" data-ajax="false">Table Column Toggle demo</a></li>
<li data-filtertext="responsive tables table column toggle heading groups rwd breakpoint"><a href="../table-column-toggle-heading-groups/" data-ajax="false">Table Column Toggle heading groups</a></li>
<li data-filtertext="responsive tables table column toggle hide rwd breakpoint customization options"><a href="../table-column-toggle-options/" data-ajax="false">Table Column Toggle options</a></li>
<li data-filtertext="table reflow th td responsive rwd columns tabular"><a href="../table-reflow/" data-ajax="false">Table Reflow</a></li>
<li data-filtertext="responsive tables table reflow heading groups rwd breakpoint"><a href="../table-reflow-heading-groups/" data-ajax="false">Table Reflow heading groups</a></li>
<li data-filtertext="responsive tables table reflow stripes strokes table style"><a href="../table-reflow-stripes-strokes/" data-ajax="false">Table Reflow stripes and strokes</a></li>
<li data-filtertext="responsive tables table reflow stack custom styles"><a href="../table-reflow-styling/" data-ajax="false">Table Reflow custom styles</a></li>
</ul>
</div>
</li>
<li data-filtertext="ui tabs widget"><a href="../tabs/" data-ajax="false">Tabs widget</a></li>
<li data-filtertext="form textinput widget text input textarea number date time tel email file color password"><a href="../textinput/" data-ajax="false">Textinput widget</a></li>
<li data-role="collapsible" data-enhanced="true" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false" class="ui-collapsible ui-collapsible-themed-content ui-collapsible-collapsed">
<h3 class="ui-collapsible-heading ui-collapsible-heading-collapsed">
<a href="#" class="ui-collapsible-heading-toggle ui-btn ui-btn-icon-right ui-btn-inherit ui-icon-carat-d">
Theming<span class="ui-collapsible-heading-status"> click to expand contents</span>
</a>
</h3>
<div class="ui-collapsible-content ui-body-inherit ui-collapsible-content-collapsed" aria-hidden="true">
<ul>
<li data-filtertext="default theme swatches theming style css"><a href="../theme-default/" data-ajax="false">Default theme</a></li>
<li data-filtertext="classic theme old theme swatches theming style css"><a href="../theme-classic/" data-ajax="false">Classic theme</a></li>
</ul>
</div>
</li>
<li data-role="collapsible" data-enhanced="true" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false" class="ui-collapsible ui-collapsible-themed-content ui-collapsible-collapsed">
<h3 class="ui-collapsible-heading ui-collapsible-heading-collapsed">
<a href="#" class="ui-collapsible-heading-toggle ui-btn ui-btn-icon-right ui-btn-inherit ui-icon-carat-d">
Toolbar widget<span class="ui-collapsible-heading-status"> click to expand contents</span>
</a>
</h3>
<div class="ui-collapsible-content ui-body-inherit ui-collapsible-content-collapsed" aria-hidden="true">
<ul>
<li data-filtertext="toolbar widget header footer toolbars fixed fullscreen external sections"><a href="../toolbar/" data-ajax="false">Toolbar</a></li>
<li data-filtertext="dynamic toolbars dynamically add toolbar header footer"><a href="../toolbar-dynamic/" data-ajax="false">Dynamic toolbars</a></li>
<li data-filtertext="external toolbars header footer"><a href="../toolbar-external/" data-ajax="false">External toolbars</a></li>
<li data-filtertext="fixed toolbars header footer"><a href="../toolbar-fixed/" data-ajax="false">Fixed toolbars</a></li>
<li data-filtertext="fixed fullscreen toolbars header footer"><a href="../toolbar-fixed-fullscreen/" data-ajax="false">Fullscreen toolbars</a></li>
<li data-filtertext="external fixed toolbars header footer"><a href="../toolbar-fixed-external/" data-ajax="false">Fixed external toolbars</a></li>
<li data-filtertext="external persistent toolbars header footer navbar navmenu"><a href="../toolbar-fixed-persistent/" data-ajax="false">Persistent toolbars</a></li>
<li data-filtertext="external ajax optimized toolbars persistent toolbars header footer navbar"><a href="../toolbar-fixed-persistent-optimized/" data-ajax="false">Ajax optimized toolbars</a></li>
<li data-filtertext="form in toolbars header footer"><a href="../toolbar-fixed-forms/" data-ajax="false">Form in toolbar</a></li>
</ul>
</div>
</li>
<li data-filtertext="page transitions animated pages popup navigation flip slide fade pop"><a href="../transitions/" data-ajax="false">Transitions</a></li>
<li data-role="collapsible" data-enhanced="true" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false" class="ui-collapsible ui-collapsible-themed-content ui-collapsible-collapsed">
<h3 class="ui-collapsible-heading ui-collapsible-heading-collapsed">
<a href="#" class="ui-collapsible-heading-toggle ui-btn ui-btn-icon-right ui-btn-inherit ui-icon-carat-d">
3rd party API demos<span class="ui-collapsible-heading-status"> click to expand contents</span>
</a>
</h3>
<div class="ui-collapsible-content ui-body-inherit ui-collapsible-content-collapsed" aria-hidden="true">
<ul>
<li data-filtertext="backbone requirejs navigation router"><a href="../backbone-requirejs/" data-ajax="false">Backbone RequireJS</a></li>
<li data-filtertext="google maps geolocation demo"><a href="../map-geolocation/" data-ajax="false">Google Maps geolocation</a></li>
<li data-filtertext="google maps hybrid"><a href="../map-list-toggle/" data-ajax="false">Google Maps list toggle</a></li>
</ul>
</div>
</li>
</ul>
</div>
</div><!-- /panel -->
</div><!-- /page -->
</body>
</html>
| udarakr/sketches | axis200-rc/themes/defualt/jquery.mobile-1.4.4/demos/forms-disabled/index.html | HTML | apache-2.0 | 79,967 |
<div class="modal fade" id="new-post-modal" tabindex="-1" role="dialog" aria-labelledby="create-post">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title" id="create-post">New Post.</h4>
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
</div>
<div class="modal-body">
<form id="createPostForm" name="createPostForm" [formGroup]="createPostForm" (submit)="createPost();" class="form-horizontal" novalidate>
<!-- post title group -->
<div class="form-group">
<label for="postTitle" class="sr-only">Title</label>
<input type="text" formControlName="postTitle" class="form-control" id="postTitle" name="postTitle" placeholder="Title">
<div *ngIf="createPostForm.controls.postTitle?.invalid && createPostForm.controls.postTitle?.touched" class="alert alert-danger" role="alert">
<div *ngIf="createPostForm.controls.postTitle?.errors.required">Title is required.</div>
<div *ngIf="createPostForm.controls.postTitle?.errors.maxlength">Title is too long. {{createPostForm.controls.postTitle?.errors.maxlength.actualLength - createPostForm.controls.postTitle?.errors.maxlength.requiredLength}} too many characters.</div>
</div>
</div>
<!-- post content group -->
<div class="form-group">
<label for="postContent" class="sr-only">Content</label>
<textarea class="form-control" name="postContent" id="postContent" formControlName="postContent" cols="30" rows="10" placeholder="2000 characters max."></textarea>
<div *ngIf="createPostForm.controls.postContent?.invalid && createPostForm.controls.postContent?.touched" class="alert alert-danger" role="alert">
<div *ngIf="createPostForm.controls.postContent?.errors.required">Nothing to say?</div>
<div *ngIf="createPostForm.controls.postContent?.errors.maxlength">Content is too long. {{createPostForm.controls.postContent?.errors.maxlength.actualLength - createPostForm.controls.postContent?.errors.maxlength.requiredLength}} too many characters.</div>
</div>
</div>
<!-- submit buttons -->
<div class="form-group">
<button [disabled]="createPostForm.invalid" class="btn btn-info" type="submit">Meow!</button>
<button class="btn btn-default" type="reset" data-dismiss="modal">Cancel</button>
</div>
</form>
<!-- output area -->
<div *ngIf="status !== null" class="alert alert-secondary alert-dismissible" [ngClass]="status.type" role="alert">
<button type="button" class="close" aria-label="Close" (click)="status = null;"><span aria-hidden="true">×</span></button>
{{ status.message }}
</div>
</div>
</div>
</div>
</div> | rlewis2892/creepy-octo-meow | static/templates/create-post.html | HTML | apache-2.0 | 2,815 |
<header id="top" class="header">
<div class="text-vertical-center">
<h1>Idaho Organizing Project</h1>
<a href="#about" class="btn btn-dark btn-lg">#RESIST</a>
</div>
</header>
| IdahoOrganizingProject/Idaho-Organizing-Project | _includes/header.html | HTML | apache-2.0 | 188 |
<!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="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>pandas.Index.is_interval — pandas 0.24.0.dev0+81.g8d5032a8c.dirty documentation</title>
<link rel="stylesheet" href="../_static/nature.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="pandas.Index.is_mixed" href="pandas.Index.is_mixed.html" />
<link rel="prev" title="pandas.Index.is_integer" href="pandas.Index.is_integer.html" />
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="pandas.Index.is_mixed.html" title="pandas.Index.is_mixed"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="pandas.Index.is_integer.html" title="pandas.Index.is_integer"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../index.html">pandas 0.24.0.dev0+81.g8d5032a8c.dirty documentation</a> »</li>
<li class="nav-item nav-item-1"><a href="../api.html" accesskey="U">API Reference</a> »</li>
</ul>
</div>
<div class="content-wrapper">
<div class="content">
<div class="document">
<div class="sphinxsidebar">
<h3>Table Of Contents</h3>
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../whatsnew.html">What’s New</a></li>
<li class="toctree-l1"><a class="reference internal" href="../install.html">Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="../contributing.html">Contributing to pandas</a></li>
<li class="toctree-l1"><a class="reference internal" href="../overview.html">Package overview</a></li>
<li class="toctree-l1"><a class="reference internal" href="../10min.html">10 Minutes to pandas</a></li>
<li class="toctree-l1"><a class="reference internal" href="../tutorials.html">Tutorials</a></li>
<li class="toctree-l1"><a class="reference internal" href="../cookbook.html">Cookbook</a></li>
<li class="toctree-l1"><a class="reference internal" href="../dsintro.html">Intro to Data Structures</a></li>
<li class="toctree-l1"><a class="reference internal" href="../basics.html">Essential Basic Functionality</a></li>
<li class="toctree-l1"><a class="reference internal" href="../text.html">Working with Text Data</a></li>
<li class="toctree-l1"><a class="reference internal" href="../options.html">Options and Settings</a></li>
<li class="toctree-l1"><a class="reference internal" href="../indexing.html">Indexing and Selecting Data</a></li>
<li class="toctree-l1"><a class="reference internal" href="../advanced.html">MultiIndex / Advanced Indexing</a></li>
<li class="toctree-l1"><a class="reference internal" href="../computation.html">Computational tools</a></li>
<li class="toctree-l1"><a class="reference internal" href="../missing_data.html">Working with missing data</a></li>
<li class="toctree-l1"><a class="reference internal" href="../groupby.html">Group By: split-apply-combine</a></li>
<li class="toctree-l1"><a class="reference internal" href="../merging.html">Merge, join, and concatenate</a></li>
<li class="toctree-l1"><a class="reference internal" href="../reshaping.html">Reshaping and Pivot Tables</a></li>
<li class="toctree-l1"><a class="reference internal" href="../timeseries.html">Time Series / Date functionality</a></li>
<li class="toctree-l1"><a class="reference internal" href="../timedeltas.html">Time Deltas</a></li>
<li class="toctree-l1"><a class="reference internal" href="../categorical.html">Categorical Data</a></li>
<li class="toctree-l1"><a class="reference internal" href="../visualization.html">Visualization</a></li>
<li class="toctree-l1"><a class="reference internal" href="../style.html">Styling</a></li>
<li class="toctree-l1"><a class="reference internal" href="../io.html">IO Tools (Text, CSV, HDF5, …)</a></li>
<li class="toctree-l1"><a class="reference internal" href="../enhancingperf.html">Enhancing Performance</a></li>
<li class="toctree-l1"><a class="reference internal" href="../sparse.html">Sparse data structures</a></li>
<li class="toctree-l1"><a class="reference internal" href="../gotchas.html">Frequently Asked Questions (FAQ)</a></li>
<li class="toctree-l1"><a class="reference internal" href="../r_interface.html">rpy2 / R interface</a></li>
<li class="toctree-l1"><a class="reference internal" href="../ecosystem.html">pandas Ecosystem</a></li>
<li class="toctree-l1"><a class="reference internal" href="../comparison_with_r.html">Comparison with R / R libraries</a></li>
<li class="toctree-l1"><a class="reference internal" href="../comparison_with_sql.html">Comparison with SQL</a></li>
<li class="toctree-l1"><a class="reference internal" href="../comparison_with_sas.html">Comparison with SAS</a></li>
<li class="toctree-l1"><a class="reference internal" href="../comparison_with_stata.html">Comparison with Stata</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="../api.html">API Reference</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="../api.html#input-output">Input/Output</a></li>
<li class="toctree-l2"><a class="reference internal" href="../api.html#general-functions">General functions</a></li>
<li class="toctree-l2"><a class="reference internal" href="../api.html#series">Series</a></li>
<li class="toctree-l2"><a class="reference internal" href="../api.html#dataframe">DataFrame</a></li>
<li class="toctree-l2"><a class="reference internal" href="../api.html#panel">Panel</a></li>
<li class="toctree-l2 current"><a class="reference internal" href="../api.html#index">Index</a><ul class="current">
<li class="toctree-l3"><a class="reference internal" href="pandas.Index.html">pandas.Index</a></li>
<li class="toctree-l3"><a class="reference internal" href="../api.html#id25">Attributes</a></li>
<li class="toctree-l3 current"><a class="reference internal" href="../api.html#modifying-and-computations">Modifying and Computations</a><ul class="current">
<li class="toctree-l4"><a class="reference internal" href="pandas.Index.all.html">pandas.Index.all</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.Index.any.html">pandas.Index.any</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.Index.argmin.html">pandas.Index.argmin</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.Index.argmax.html">pandas.Index.argmax</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.Index.copy.html">pandas.Index.copy</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.Index.delete.html">pandas.Index.delete</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.Index.drop.html">pandas.Index.drop</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.Index.drop_duplicates.html">pandas.Index.drop_duplicates</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.Index.duplicated.html">pandas.Index.duplicated</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.Index.equals.html">pandas.Index.equals</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.Index.factorize.html">pandas.Index.factorize</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.Index.identical.html">pandas.Index.identical</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.Index.insert.html">pandas.Index.insert</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.Index.is_.html">pandas.Index.is_</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.Index.is_boolean.html">pandas.Index.is_boolean</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.Index.is_categorical.html">pandas.Index.is_categorical</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.Index.is_floating.html">pandas.Index.is_floating</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.Index.is_integer.html">pandas.Index.is_integer</a></li>
<li class="toctree-l4 current"><a class="current reference internal" href="#">pandas.Index.is_interval</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.Index.is_mixed.html">pandas.Index.is_mixed</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.Index.is_numeric.html">pandas.Index.is_numeric</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.Index.is_object.html">pandas.Index.is_object</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.Index.min.html">pandas.Index.min</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.Index.max.html">pandas.Index.max</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.Index.reindex.html">pandas.Index.reindex</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.Index.rename.html">pandas.Index.rename</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.Index.repeat.html">pandas.Index.repeat</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.Index.where.html">pandas.Index.where</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.Index.take.html">pandas.Index.take</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.Index.putmask.html">pandas.Index.putmask</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.Index.unique.html">pandas.Index.unique</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.Index.nunique.html">pandas.Index.nunique</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.Index.value_counts.html">pandas.Index.value_counts</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="../api.html#compatibility-with-multiindex">Compatibility with MultiIndex</a></li>
<li class="toctree-l3"><a class="reference internal" href="../api.html#missing-values">Missing Values</a></li>
<li class="toctree-l3"><a class="reference internal" href="../api.html#id26">Conversion</a></li>
<li class="toctree-l3"><a class="reference internal" href="../api.html#sorting">Sorting</a></li>
<li class="toctree-l3"><a class="reference internal" href="../api.html#time-specific-operations">Time-specific operations</a></li>
<li class="toctree-l3"><a class="reference internal" href="../api.html#combining-joining-set-operations">Combining / joining / set operations</a></li>
<li class="toctree-l3"><a class="reference internal" href="../api.html#selecting">Selecting</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="../api.html#numeric-index">Numeric Index</a></li>
<li class="toctree-l2"><a class="reference internal" href="../api.html#categoricalindex">CategoricalIndex</a></li>
<li class="toctree-l2"><a class="reference internal" href="../api.html#intervalindex">IntervalIndex</a></li>
<li class="toctree-l2"><a class="reference internal" href="../api.html#multiindex">MultiIndex</a></li>
<li class="toctree-l2"><a class="reference internal" href="../api.html#datetimeindex">DatetimeIndex</a></li>
<li class="toctree-l2"><a class="reference internal" href="../api.html#timedeltaindex">TimedeltaIndex</a></li>
<li class="toctree-l2"><a class="reference internal" href="../api.html#periodindex">PeriodIndex</a></li>
<li class="toctree-l2"><a class="reference internal" href="../api.html#scalars">Scalars</a></li>
<li class="toctree-l2"><a class="reference internal" href="../api.html#frequencies">Frequencies</a></li>
<li class="toctree-l2"><a class="reference internal" href="../api.html#window">Window</a></li>
<li class="toctree-l2"><a class="reference internal" href="../api.html#groupby">GroupBy</a></li>
<li class="toctree-l2"><a class="reference internal" href="../api.html#resampling">Resampling</a></li>
<li class="toctree-l2"><a class="reference internal" href="../api.html#style">Style</a></li>
<li class="toctree-l2"><a class="reference internal" href="../api.html#id43">Plotting</a></li>
<li class="toctree-l2"><a class="reference internal" href="../api.html#general-utility-functions">General utility functions</a></li>
<li class="toctree-l2"><a class="reference internal" href="../api.html#extensions">Extensions</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../developer.html">Developer</a></li>
<li class="toctree-l1"><a class="reference internal" href="../internals.html">Internals</a></li>
<li class="toctree-l1"><a class="reference internal" href="../extending.html">Extending Pandas</a></li>
<li class="toctree-l1"><a class="reference internal" href="../release.html">Release Notes</a></li>
</ul>
<h3 style="margin-top: 1.5em;">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>
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<div class="section" id="pandas-index-is-interval">
<h1>pandas.Index.is_interval<a class="headerlink" href="#pandas-index-is-interval" title="Permalink to this headline">¶</a></h1>
<dl class="method">
<dt id="pandas.Index.is_interval">
<code class="descclassname">Index.</code><code class="descname">is_interval</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference external" href="http://github.com/pandas-dev/pandas/blob/master/pandas/core/indexes/base.py#L1504-L1505"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pandas.Index.is_interval" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
</div>
</div>
</div>
</div>
<div class="clearer"></div>
</div>
</div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="pandas.Index.is_mixed.html" title="pandas.Index.is_mixed"
>next</a> |</li>
<li class="right" >
<a href="pandas.Index.is_integer.html" title="pandas.Index.is_integer"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../index.html">pandas 0.24.0.dev0+81.g8d5032a8c.dirty documentation</a> »</li>
<li class="nav-item nav-item-1"><a href="../api.html" >API Reference</a> »</li>
</ul>
</div>
<style type="text/css">
.scrollToTop {
text-align: center;
font-weight: bold;
position: fixed;
bottom: 60px;
right: 40px;
display: none;
}
</style>
<a href="#" class="scrollToTop">Scroll To Top</a>
<script type="text/javascript">
$(document).ready(function() {
//Check to see if the window is top if not then display button
$(window).scroll(function() {
if ($(this).scrollTop() > 200) {
$('.scrollToTop').fadeIn();
} else {
$('.scrollToTop').fadeOut();
}
});
//Click event to scroll to top
$('.scrollToTop').click(function() {
$('html, body').animate({
scrollTop: 0
}, 500);
return false;
});
});
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-27880019-2']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html> | datapythonista/datapythonista.github.io | docs/new-pandas-doc/generated/pandas.Index.is_interval.html | HTML | apache-2.0 | 17,842 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-GB" xml:lang="en-GB" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>Statistics of vocative in UD_Galician-TreeGal</title>
<link rel="root" href=""/> <!-- for JS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="../../css/jquery-ui-redmond.css"/>
<link rel="stylesheet" type="text/css" href="../../css/style.css"/>
<link rel="stylesheet" type="text/css" href="../../css/style-vis.css"/>
<link rel="stylesheet" type="text/css" href="../../css/hint.css"/>
<script type="text/javascript" src="../../lib/ext/head.load.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.2/anchor.min.js"></script>
<script>document.addEventListener("DOMContentLoaded", function(event) {anchors.add();});</script>
<!-- Set up this custom Google search at https://cse.google.com/cse/business/settings?cx=001145188882102106025:dl1mehhcgbo -->
<!-- DZ 2021-01-22: I am temporarily hiding the search field to find out whether it slows down loading of the title page.
<script>
(function() {
var cx = '001145188882102106025:dl1mehhcgbo';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = 'https://cse.google.com/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script> -->
<!-- <link rel="shortcut icon" href="favicon.ico"/> -->
</head>
<body>
<div id="main" class="center">
<div id="hp-header">
<table width="100%"><tr><td width="50%">
<span class="header-text"><a href="http://universaldependencies.org/#language-">home</a></span>
<span class="header-text"><a href="https://github.com/universaldependencies/docs/edit/pages-source/treebanks/gl_treegal/gl_treegal-dep-vocative.md" target="#">edit page</a></span>
<span class="header-text"><a href="https://github.com/universaldependencies/docs/issues">issue tracker</a></span>
</td><td>
<gcse:search></gcse:search>
</td></tr></table>
</div>
<hr/>
<div class="v2complete">
This page pertains to UD version 2.
</div>
<div id="content">
<noscript>
<div id="noscript">
It appears that you have Javascript disabled.
Please consider enabling Javascript for this page to see the visualizations.
</div>
</noscript>
<!-- The content may include scripts and styles, hence we must load the shared libraries before the content. -->
<script type="text/javascript">
console.time('loading libraries');
var root = '../../'; // filled in by jekyll
head.js(
// External libraries
// DZ: Copied from embedding.html. I don't know which one is needed for what, so I'm currently keeping them all.
root + 'lib/ext/jquery.min.js',
root + 'lib/ext/jquery.svg.min.js',
root + 'lib/ext/jquery.svgdom.min.js',
root + 'lib/ext/jquery.timeago.js',
root + 'lib/ext/jquery-ui.min.js',
root + 'lib/ext/waypoints.min.js',
root + 'lib/ext/jquery.address.min.js'
);
</script>
<h2 id="treebank-statistics-ud_galician-treegal-relations-vocative">Treebank Statistics: UD_Galician-TreeGal: Relations: <code class="language-plaintext highlighter-rouge">vocative</code></h2>
<p>This relation is universal.</p>
<p>1 nodes (0%) are attached to their parents as <code class="language-plaintext highlighter-rouge">vocative</code>.</p>
<p>1 instances of <code class="language-plaintext highlighter-rouge">vocative</code> (100%) are right-to-left (child precedes parent).
Average distance between parent and child is 8.</p>
<p>The following 1 pairs of parts of speech are connected with <code class="language-plaintext highlighter-rouge">vocative</code>: <tt><a href="gl_treegal-pos-NOUN.html">NOUN</a></tt>-<tt><a href="gl_treegal-pos-NOUN.html">NOUN</a></tt> (1; 100% instances).</p>
<pre><code class="language-conllu"># visual-style 2 bgColor:blue
# visual-style 2 fgColor:white
# visual-style 10 bgColor:blue
# visual-style 10 fgColor:white
# visual-style 10 2 vocative color:blue
1 Señores señor NOUN Scmp Gender=Masc|Number=Plur 2 nmod _ _
2 deputados deputado NOUN Scmp Gender=Masc|Number=Plur 10 vocative _ SpaceAfter=No
3 , , PUNCT Q, _ 7 punct _ _
4 con con ADP P AdpType=Prep 7 case _ _
5 o o DET Ddms Definite=Def|Gender=Masc|Number=Sing|PronType=Art 7 det _ _
6 debido debido ADJ A0ms Gender=Masc|Number=Sing 7 amod _ _
7 respecto respecto NOUN Scms Gender=Masc|Number=Sing 2 nmod _ SpaceAfter=No
8 , , PUNCT Q, _ 7 punct _ _
9 a o DET Ddfs Definite=Def|Gender=Fem|Number=Sing|PronType=Art 10 det _ _
10 maré maré NOUN Scfs Gender=Fem|Number=Sing 16 nsubj _ _
11 negra negro ADJ A0fs Gender=Fem|Number=Sing 10 amod _ _
12 de de ADP P AdpType=Prep 14 case _ _
13 o o DET Ddms Definite=Def|Gender=Masc|Number=Sing|PronType=Art 14 det _ _
14 Prestige Prestige PROPN Spms Gender=Masc|Number=Sing 10 nmod _ _
15 non non ADV Wn Polarity=Neg 16 advmod _ _
16 entende entender VERB Vpi30s Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root _ _
17 de de ADP P AdpType=Prep 18 case _ _
18 propaganda propaganda NOUN Scfs Gender=Fem|Number=Sing 16 obl _ SpaceAfter=No
19 , , PUNCT Q, _ 16 punct _ _
20 a o DET Ddfs Definite=Def|Gender=Fem|Number=Sing|PronType=Art 21 det _ _
21 contaminación contaminación NOUN Scfs Gender=Fem|Number=Sing 24 nsubj _ _
22 non non ADV Wn Polarity=Neg 24 advmod _ _
23 se se PRON Rao3aa Clitic=Yes|Gender=Com|Person=3|PronType=Prs 24 expl _ _
24 limpa limpar VERB Vpi30s Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 parataxis _ _
25 con con ADP P AdpType=Prep 26 case _ _
26 titulares titular NOUN Scmp Gender=Masc|Number=Plur 24 obl _ _
27 de de ADP P AdpType=Prep 28 case _ _
28 xornais xornal NOUN Scmp Gender=Masc|Number=Plur 26 nmod _ _
29 ou ou CCONJ Cc _ 32 cc _ _
30 de de ADP P AdpType=Prep 32 case _ _
31 a o DET Ddfs Definite=Def|Gender=Fem|Number=Sing|PronType=Art 32 det _ _
32 TVG TVG PROPN Zgfs Gender=Fem|Number=Sing 28 conj _ SpaceAfter=No
33 . . PUNCT Q. _ 24 punct _ _
</code></pre>
</div>
<!-- support for embedded visualizations -->
<script type="text/javascript">
var root = '../../'; // filled in by jekyll
head.js(
// We assume that external libraries such as jquery.min.js have already been loaded outside!
// (See _layouts/base.html.)
// brat helper modules
root + 'lib/brat/configuration.js',
root + 'lib/brat/util.js',
root + 'lib/brat/annotation_log.js',
root + 'lib/ext/webfont.js',
// brat modules
root + 'lib/brat/dispatcher.js',
root + 'lib/brat/url_monitor.js',
root + 'lib/brat/visualizer.js',
// embedding configuration
root + 'lib/local/config.js',
// project-specific collection data
root + 'lib/local/collections.js',
// Annodoc
root + 'lib/annodoc/annodoc.js',
// NOTE: non-local libraries
'https://spyysalo.github.io/conllu.js/conllu.js'
);
var webFontURLs = [
// root + 'static/fonts/Astloch-Bold.ttf',
root + 'static/fonts/PT_Sans-Caption-Web-Regular.ttf',
root + 'static/fonts/Liberation_Sans-Regular.ttf'
];
var setupTimeago = function() {
jQuery("time.timeago").timeago();
};
head.ready(function() {
setupTimeago();
// mark current collection (filled in by Jekyll)
Collections.listing['_current'] = '';
// perform all embedding and support functions
Annodoc.activate(Config.bratCollData, Collections.listing);
});
</script>
<!-- google analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55233688-1', 'auto');
ga('send', 'pageview');
</script>
<div id="footer">
<p class="footer-text">© 2014–2021
<a href="http://universaldependencies.org/introduction.html#contributors" style="color:gray">Universal Dependencies contributors</a>.
Site powered by <a href="http://spyysalo.github.io/annodoc" style="color:gray">Annodoc</a> and <a href="http://brat.nlplab.org/" style="color:gray">brat</a></p>.
</div>
</div>
</body>
</html>
| UniversalDependencies/universaldependencies.github.io | treebanks/gl_treegal/gl_treegal-dep-vocative.html | HTML | apache-2.0 | 9,075 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Ro Grant</title>
<link href="bootstrap.min.css" rel="stylesheet">
<link href="custom.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Righteous" rel="stylesheet">
<!--[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>
<nav class="navbar navbar-default navbar-static-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="about.html">About</a></li>
<li><a target="_blank" href="https://www.redbubble.com/people/itsRowynne/shop?asc=u">Shop</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</nav>
<div class="jumbotron">
<div class="container">
<h1 class="RoHead">Ro Grant</h1>
<br>
</div>
</div>
<section class="portfolio">
<!-- .rows and .columns -->
<div class="container">
<div class="row">
<div class="col-md-4">
<img src="tarot1.jpg">
</div>
<div class="col-md-4">
<img src="tarot2.jpg">
</div>
<div class="col-md-4">
<img src="tarot3.jpg">
</div>
<div class="col-md-4">
<img src="flower.jpg">
</div>
<div class="col-md-4">
<img src="cheese%20leaf.png">
</div>
<div class="col-md-4">
<img src="tigress.jpg">
</div>
<div class="col-md-4">
<img src="pixelcamera.jpg">
</div>
<div class="col-md-4">
<img src="pixelplant.jpg">
</div>
<div class="col-md-4">
<img src="pixelskull.jpg">
</div>
<div class="col-md-4">
<img src="hand.jpg">
</div>
<div class="col-md-4">
<img src="planted.jpg">
</div>
<div class="col-md-4">
<img src="skull.jpg">
</div>
<!--<div class="col-md-4">
<img src="gradientmesh1.jpg">
</div>
<div class="col-md-4">
<img src="gradientmesh2.png">
</div>
<div class="col-md-4">
<img src="gradientmesh3.png">
</div>-->
</div>
</div>
</section>
<footer class="footer navbar-fixd-bottom container">
<div class="container">
<p> Rowynne Grant © 2017</p>
</div>
</footer>
<script src="jquery-3.2.1.min.js"> </script>
<script src="bootstrap.min.js"></script>
</body>
</html>
| itsrowynne/roportfolio | index.html | HTML | apache-2.0 | 4,049 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>GUnixCredentialsMessage</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.77.1">
<link rel="home" href="index.html" title="GIO Reference Manual">
<link rel="up" href="networking.html" title="Low-level network support">
<link rel="prev" href="GCredentials.html" title="GCredentials">
<link rel="next" href="GProxy.html" title="GProxy">
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="GCredentials.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="networking.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">GIO Reference Manual</th>
<td><a accesskey="n" href="GProxy.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts">
<a href="#GUnixCredentialsMessage.synopsis" class="shortcut">Top</a>
|
<a href="#GUnixCredentialsMessage.description" class="shortcut">Description</a>
|
<a href="#GUnixCredentialsMessage.object-hierarchy" class="shortcut">Object Hierarchy</a>
|
<a href="#GUnixCredentialsMessage.properties" class="shortcut">Properties</a>
</td></tr>
</table>
<div class="refentry">
<a name="GUnixCredentialsMessage"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="GUnixCredentialsMessage.top_of_page"></a>GUnixCredentialsMessage</span></h2>
<p>GUnixCredentialsMessage — A GSocketControlMessage containing credentials</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<a name="GUnixCredentialsMessage.synopsis"></a><h2>Synopsis</h2>
<pre class="synopsis">
#include <gio/gunixcredentialsmessage.h>
<a class="link" href="GUnixCredentialsMessage.html#GUnixCredentialsMessage-struct" title="GUnixCredentialsMessage">GUnixCredentialsMessage</a>;
struct <a class="link" href="GUnixCredentialsMessage.html#GUnixCredentialsMessageClass" title="struct GUnixCredentialsMessageClass">GUnixCredentialsMessageClass</a>;
<a class="link" href="GSocketControlMessage.html" title="GSocketControlMessage"><span class="returnvalue">GSocketControlMessage</span></a> * <a class="link" href="GUnixCredentialsMessage.html#g-unix-credentials-message-new" title="g_unix_credentials_message_new ()">g_unix_credentials_message_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
<a class="link" href="GSocketControlMessage.html" title="GSocketControlMessage"><span class="returnvalue">GSocketControlMessage</span></a> * <a class="link" href="GUnixCredentialsMessage.html#g-unix-credentials-message-new-with-credentials" title="g_unix_credentials_message_new_with_credentials ()">g_unix_credentials_message_new_with_credentials</a>
(<em class="parameter"><code><a class="link" href="GCredentials.html" title="GCredentials"><span class="type">GCredentials</span></a> *credentials</code></em>);
<a class="link" href="GCredentials.html" title="GCredentials"><span class="returnvalue">GCredentials</span></a> * <a class="link" href="GUnixCredentialsMessage.html#g-unix-credentials-message-get-credentials" title="g_unix_credentials_message_get_credentials ()">g_unix_credentials_message_get_credentials</a>
(<em class="parameter"><code><a class="link" href="GUnixCredentialsMessage.html" title="GUnixCredentialsMessage"><span class="type">GUnixCredentialsMessage</span></a> *message</code></em>);
<a href="./../glib/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GUnixCredentialsMessage.html#g-unix-credentials-message-is-supported" title="g_unix_credentials_message_is_supported ()">g_unix_credentials_message_is_supported</a>
(<em class="parameter"><code><span class="type">void</span></code></em>);
</pre>
</div>
<div class="refsect1">
<a name="GUnixCredentialsMessage.object-hierarchy"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a href="./../gobject/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
+----<a class="link" href="GSocketControlMessage.html" title="GSocketControlMessage">GSocketControlMessage</a>
+----GUnixCredentialsMessage
</pre>
</div>
<div class="refsect1">
<a name="GUnixCredentialsMessage.properties"></a><h2>Properties</h2>
<pre class="synopsis">
"<a class="link" href="GUnixCredentialsMessage.html#GUnixCredentialsMessage--credentials" title='The "credentials" property'>credentials</a>" <a class="link" href="GCredentials.html" title="GCredentials"><span class="type">GCredentials</span></a>* : Read / Write / Construct Only
</pre>
</div>
<div class="refsect1">
<a name="GUnixCredentialsMessage.description"></a><h2>Description</h2>
<p>
This <a class="link" href="GSocketControlMessage.html" title="GSocketControlMessage"><span class="type">GSocketControlMessage</span></a> contains a <a class="link" href="GCredentials.html" title="GCredentials"><span class="type">GCredentials</span></a> instance. It
may be sent using <a class="link" href="GSocket.html#g-socket-send-message" title="g_socket_send_message ()"><code class="function">g_socket_send_message()</code></a> and received using
<a class="link" href="GSocket.html#g-socket-receive-message" title="g_socket_receive_message ()"><code class="function">g_socket_receive_message()</code></a> over UNIX sockets (ie: sockets in the
<a class="link" href="GSocketAddress.html#G-SOCKET-FAMILY-UNIX:CAPS"><code class="literal">G_SOCKET_FAMILY_UNIX</code></a> family).
</p>
<p>
For an easier way to send and receive credentials over
stream-oriented UNIX sockets, see
<a class="link" href="GUnixConnection.html#g-unix-connection-send-credentials" title="g_unix_connection_send_credentials ()"><code class="function">g_unix_connection_send_credentials()</code></a> and
<a class="link" href="GUnixConnection.html#g-unix-connection-receive-credentials" title="g_unix_connection_receive_credentials ()"><code class="function">g_unix_connection_receive_credentials()</code></a>. To receive credentials of
a foreign process connected to a socket, use
<a class="link" href="GSocket.html#g-socket-get-credentials" title="g_socket_get_credentials ()"><code class="function">g_socket_get_credentials()</code></a>.
</p>
</div>
<div class="refsect1">
<a name="GUnixCredentialsMessage.details"></a><h2>Details</h2>
<div class="refsect2">
<a name="GUnixCredentialsMessage-struct"></a><h3>GUnixCredentialsMessage</h3>
<pre class="programlisting">typedef struct _GUnixCredentialsMessage GUnixCredentialsMessage;</pre>
<p>
The <a class="link" href="GUnixCredentialsMessage.html" title="GUnixCredentialsMessage"><span class="type">GUnixCredentialsMessage</span></a> structure contains only private data
and should only be accessed using the provided API.
</p>
<p class="since">Since 2.26</p>
</div>
<hr>
<div class="refsect2">
<a name="GUnixCredentialsMessageClass"></a><h3>struct GUnixCredentialsMessageClass</h3>
<pre class="programlisting">struct GUnixCredentialsMessageClass {
GSocketControlMessageClass parent_class;
};
</pre>
<p>
Class structure for <a class="link" href="GUnixCredentialsMessage.html" title="GUnixCredentialsMessage"><span class="type">GUnixCredentialsMessage</span></a>.
</p>
<p class="since">Since 2.26</p>
</div>
<hr>
<div class="refsect2">
<a name="g-unix-credentials-message-new"></a><h3>g_unix_credentials_message_new ()</h3>
<pre class="programlisting"><a class="link" href="GSocketControlMessage.html" title="GSocketControlMessage"><span class="returnvalue">GSocketControlMessage</span></a> * g_unix_credentials_message_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
<p>
Creates a new <a class="link" href="GUnixCredentialsMessage.html" title="GUnixCredentialsMessage"><span class="type">GUnixCredentialsMessage</span></a> with credentials matching the current processes.
</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 new <a class="link" href="GUnixCredentialsMessage.html" title="GUnixCredentialsMessage"><span class="type">GUnixCredentialsMessage</span></a>
</td>
</tr></tbody>
</table></div>
<p class="since">Since 2.26</p>
</div>
<hr>
<div class="refsect2">
<a name="g-unix-credentials-message-new-with-credentials"></a><h3>g_unix_credentials_message_new_with_credentials ()</h3>
<pre class="programlisting"><a class="link" href="GSocketControlMessage.html" title="GSocketControlMessage"><span class="returnvalue">GSocketControlMessage</span></a> * g_unix_credentials_message_new_with_credentials
(<em class="parameter"><code><a class="link" href="GCredentials.html" title="GCredentials"><span class="type">GCredentials</span></a> *credentials</code></em>);</pre>
<p>
Creates a new <a class="link" href="GUnixCredentialsMessage.html" title="GUnixCredentialsMessage"><span class="type">GUnixCredentialsMessage</span></a> holding <em class="parameter"><code>credentials</code></em>.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>credentials</code></em> :</span></p></td>
<td>A <a class="link" href="GCredentials.html" title="GCredentials"><span class="type">GCredentials</span></a> object.</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="GUnixCredentialsMessage.html" title="GUnixCredentialsMessage"><span class="type">GUnixCredentialsMessage</span></a>
</td>
</tr>
</tbody>
</table></div>
<p class="since">Since 2.26</p>
</div>
<hr>
<div class="refsect2">
<a name="g-unix-credentials-message-get-credentials"></a><h3>g_unix_credentials_message_get_credentials ()</h3>
<pre class="programlisting"><a class="link" href="GCredentials.html" title="GCredentials"><span class="returnvalue">GCredentials</span></a> * g_unix_credentials_message_get_credentials
(<em class="parameter"><code><a class="link" href="GUnixCredentialsMessage.html" title="GUnixCredentialsMessage"><span class="type">GUnixCredentialsMessage</span></a> *message</code></em>);</pre>
<p>
Gets the credentials stored in <em class="parameter"><code>message</code></em>.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>message</code></em> :</span></p></td>
<td>A <a class="link" href="GUnixCredentialsMessage.html" title="GUnixCredentialsMessage"><span class="type">GUnixCredentialsMessage</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>A <a class="link" href="GCredentials.html" title="GCredentials"><span class="type">GCredentials</span></a> instance. Do not free, it is owned by <em class="parameter"><code>message</code></em>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
</td>
</tr>
</tbody>
</table></div>
<p class="since">Since 2.26</p>
</div>
<hr>
<div class="refsect2">
<a name="g-unix-credentials-message-is-supported"></a><h3>g_unix_credentials_message_is_supported ()</h3>
<pre class="programlisting"><a href="./../glib/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_unix_credentials_message_is_supported
(<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
<p>
Checks if passing <a class="link" href="GCredentials.html" title="GCredentials"><span class="type">GCredentials</span></a> on a <a class="link" href="GSocket.html" title="GSocket"><span class="type">GSocket</span></a> is supported on this platform.
</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 href="./../glib/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if supported, <a href="./../glib/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</td>
</tr></tbody>
</table></div>
<p class="since">Since 2.26</p>
</div>
</div>
<div class="refsect1">
<a name="GUnixCredentialsMessage.property-details"></a><h2>Property Details</h2>
<div class="refsect2">
<a name="GUnixCredentialsMessage--credentials"></a><h3>The <code class="literal">"credentials"</code> property</h3>
<pre class="programlisting"> "credentials" <a class="link" href="GCredentials.html" title="GCredentials"><span class="type">GCredentials</span></a>* : Read / Write / Construct Only</pre>
<p>
The credentials stored in the message.
</p>
<p class="since">Since 2.26</p>
</div>
</div>
<div class="refsect1">
<a name="GUnixCredentialsMessage.see-also"></a><h2>See Also</h2>
<a class="link" href="GUnixConnection.html" title="GUnixConnection"><span class="type">GUnixConnection</span></a>, <a class="link" href="GSocketControlMessage.html" title="GSocketControlMessage"><span class="type">GSocketControlMessage</span></a>
</div>
</div>
<div class="footer">
<hr>
Generated by GTK-Doc V1.18</div>
</body>
</html> | jonnyniv/boost_converter | host/gui/GTK+/share/gtk-doc/html/gio/GUnixCredentialsMessage.html | HTML | apache-2.0 | 14,558 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_151) on Thu Feb 08 09:03:59 MST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>SyslogHandlerConsumer (BOM: * : All 2018.2.0 API)</title>
<meta name="date" content="2018-02-08">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SyslogHandlerConsumer (BOM: * : All 2018.2.0 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/SyslogHandlerConsumer.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">WildFly Swarm API, 2018.2.0</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../org/wildfly/swarm/config/management/access/SyslogHandler.SyslogHandlerResources.html" title="class in org.wildfly.swarm.config.management.access"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../../../org/wildfly/swarm/config/management/access/SyslogHandlerSupplier.html" title="interface in org.wildfly.swarm.config.management.access"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/wildfly/swarm/config/management/access/SyslogHandlerConsumer.html" target="_top">Frames</a></li>
<li><a href="SyslogHandlerConsumer.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </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.management.access</div>
<h2 title="Interface SyslogHandlerConsumer" class="title">Interface SyslogHandlerConsumer<T extends <a href="../../../../../../org/wildfly/swarm/config/management/access/SyslogHandler.html" title="class in org.wildfly.swarm.config.management.access">SyslogHandler</a><T>></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">SyslogHandlerConsumer<T extends <a href="../../../../../../org/wildfly/swarm/config/management/access/SyslogHandler.html" title="class in org.wildfly.swarm.config.management.access">SyslogHandler</a><T>></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"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd"> </span></span><span id="t5" class="tableTab"><span><a href="javascript:show(16);">Default Methods</a></span><span class="tabEnd"> </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/management/access/SyslogHandlerConsumer.html#accept-T-">accept</a></span>(<a href="../../../../../../org/wildfly/swarm/config/management/access/SyslogHandlerConsumer.html" title="type parameter in SyslogHandlerConsumer">T</a> value)</code>
<div class="block">Configure a pre-constructed instance of SyslogHandler resource</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>default <a href="../../../../../../org/wildfly/swarm/config/management/access/SyslogHandlerConsumer.html" title="interface in org.wildfly.swarm.config.management.access">SyslogHandlerConsumer</a><<a href="../../../../../../org/wildfly/swarm/config/management/access/SyslogHandlerConsumer.html" title="type parameter in SyslogHandlerConsumer">T</a>></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/management/access/SyslogHandlerConsumer.html#andThen-org.wildfly.swarm.config.management.access.SyslogHandlerConsumer-">andThen</a></span>(<a href="../../../../../../org/wildfly/swarm/config/management/access/SyslogHandlerConsumer.html" title="interface in org.wildfly.swarm.config.management.access">SyslogHandlerConsumer</a><<a href="../../../../../../org/wildfly/swarm/config/management/access/SyslogHandlerConsumer.html" title="type parameter in SyslogHandlerConsumer">T</a>> after)</code> </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.management.access.SyslogHandler-">
<!-- -->
</a><a name="accept-T-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>accept</h4>
<pre>void accept(<a href="../../../../../../org/wildfly/swarm/config/management/access/SyslogHandlerConsumer.html" title="type parameter in SyslogHandlerConsumer">T</a> value)</pre>
<div class="block">Configure a pre-constructed instance of SyslogHandler resource</div>
</li>
</ul>
<a name="andThen-org.wildfly.swarm.config.management.access.SyslogHandlerConsumer-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>andThen</h4>
<pre>default <a href="../../../../../../org/wildfly/swarm/config/management/access/SyslogHandlerConsumer.html" title="interface in org.wildfly.swarm.config.management.access">SyslogHandlerConsumer</a><<a href="../../../../../../org/wildfly/swarm/config/management/access/SyslogHandlerConsumer.html" title="type parameter in SyslogHandlerConsumer">T</a>> andThen(<a href="../../../../../../org/wildfly/swarm/config/management/access/SyslogHandlerConsumer.html" title="interface in org.wildfly.swarm.config.management.access">SyslogHandlerConsumer</a><<a href="../../../../../../org/wildfly/swarm/config/management/access/SyslogHandlerConsumer.html" title="type parameter in SyslogHandlerConsumer">T</a>> 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/SyslogHandlerConsumer.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">WildFly Swarm API, 2018.2.0</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../org/wildfly/swarm/config/management/access/SyslogHandler.SyslogHandlerResources.html" title="class in org.wildfly.swarm.config.management.access"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../../../org/wildfly/swarm/config/management/access/SyslogHandlerSupplier.html" title="interface in org.wildfly.swarm.config.management.access"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/wildfly/swarm/config/management/access/SyslogHandlerConsumer.html" target="_top">Frames</a></li>
<li><a href="SyslogHandlerConsumer.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </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 © 2018 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
| wildfly-swarm/wildfly-swarm-javadocs | 2018.2.0/apidocs/org/wildfly/swarm/config/management/access/SyslogHandlerConsumer.html | HTML | apache-2.0 | 11,792 |
<!-- 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">
{% if site.RSS %}
<li>
<a href="{{ "/feed.xml" | prepend: site.baseurl }}">
<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>
{% endif %}
{% if site.twitter_username %}
<li>
<a href="https://twitter.com/{{ site.twitter_username }}">
<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>
{% endif %}
<!-- add Weibo, Zhihu by Hux, add target = "_blank" to <a> by Hux -->
{% if site.zhihu_username %}
<li>
<a target="_blank" href="https://www.zhihu.com/people/{{ site.zhihu_username }}">
<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>
{% endif %}
{% if site.weibo_username %}
<li>
<a target="_blank" href="http://weibo.com/{{ site.weibo_username }}">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-weibo fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
{% endif %}
{% if site.facebook_username %}
<li>
<a target="_blank" href="https://www.facebook.com/{{ site.facebook_username }}">
<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>
{% endif %}
{% if site.github_username %}
<li>
<a target="_blank" href="https://github.com/{{ site.github_username }}">
<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>
{% endif %}
{% if site.linkedin_username %}
<li>
<a target="_blank" href="https://www.linkedin.com/in/{{ site.linkedin_username }}">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-linkedin fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
{% endif %}
</ul>
<p class="copyright text-muted">
Copyright © {{ site.title }} {{ site.time | date: '%Y' }}
<!-- <br>
Theme by <a href="http://huangxuan.me">Hux</a> |
<iframe
style="margin-left: 2px; margin-bottom:-5px;"
frameborder="0" scrolling="0" width="100px" height="20px"
src="https://ghbtns.com/github-btn.html?user=huxpro&repo=huxpro.github.io&type=star&count=true" >
</iframe> -->
</p>
</div>
</div>
</div>
</footer>
<!-- jQuery -->
<script src="{{ "/js/jquery.min.js " | prepend: site.baseurl }}"></script>
<!-- Bootstrap Core JavaScript -->
<script src="{{ "/js/bootstrap.min.js " | prepend: site.baseurl }}"></script>
<!-- Custom Theme JavaScript -->
<script src="{{ "/js/hux-blog.min.js " | prepend: site.baseurl }}"></script>
<!-- Service Worker -->
{% if site.service-worker %}
<script type="text/javascript">
if(navigator.serviceWorker){
// For security reasons, a service worker can only control the pages that are in the same directory level or below it. That's why we put sw.js at ROOT level.
navigator.serviceWorker
.register('/sw.js')
.then((registration) => {console.log('Service Worker Registered. ', registration)})
.catch((error) => {console.log('ServiceWorker registration failed: ', error)})
}
</script>
{% endif %}
<!-- async load function -->
<script>
function async(u, c) {
var d = document, t = 'script',
o = d.createElement(t),
s = d.getElementsByTagName(t)[0];
o.src = u;
if (c) { o.addEventListener('load', function (e) { c(null, e); }, false); }
s.parentNode.insertBefore(o, s);
}
</script>
<!--
Because of the native support for backtick-style fenced code blocks
right within the Markdown is landed in Github Pages,
From V1.6, There is no need for Highlight.js,
so Huxblog drops it officially.
- https://github.com/blog/2100-github-pages-now-faster-and-simpler-with-jekyll-3-0
- https://help.github.com/articles/creating-and-highlighting-code-blocks/
- https://github.com/jneen/rouge/wiki/list-of-supported-languages-and-lexers
-->
<!--
<script>
async("http://cdn.bootcss.com/highlight.js/8.6/highlight.min.js", function(){
hljs.initHighlightingOnLoad();
})
</script>
<link href="http://cdn.bootcss.com/highlight.js/8.6/styles/github.min.css" rel="stylesheet">
-->
<!-- jquery.tagcloud.js -->
<script>
// only load tagcloud.js in tag.html
if($('#tag_cloud').length !== 0){
async('{{ "/js/jquery.tagcloud.js" | prepend: site.baseurl }}',function(){
$.fn.tagcloud.defaults = {
//size: {start: 1, end: 1, unit: 'em'},
color: {start: '#bbbbee', end: '#0085a1'},
};
$('#tag_cloud a').tagcloud();
})
}
</script>
<!--fastClick.js -->
<script>
async("//cdnjs.cloudflare.com/ajax/libs/fastclick/1.0.6/fastclick.min.js", function(){
var $nav = document.querySelector("nav");
if($nav) FastClick.attach($nav);
})
</script>
<!-- Google Analytics -->
{% if site.ga_track_id %}
<script>
// dynamic User by Hux
var _gaId = '{{ site.ga_track_id }}';
var _gaDomain = '{{ site.ga_domain }}';
// Originial
(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', _gaId, _gaDomain);
ga('send', 'pageview');
</script>
{% endif %}
<!-- Baidu Tongji -->
{% if site.ba_track_id %}
<script>
// dynamic User by Hux
var _baId = '{{ site.ba_track_id }}';
// Originial
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "//hm.baidu.com/hm.js?" + _baId;
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
{% endif %}
<!-- Side Catalog -->
{% if page.catalog %}
<script type="text/javascript">
function generateCatalog (selector) {
var P = $('div.post-container'),a,n,t,l,i,c;
a = P.find('h1,h2,h3,h4,h5,h6');
a.each(function () {
n = $(this).prop('tagName').toLowerCase();
i = "#"+$(this).prop('id');
t = $(this).text();
c = $('<a href="'+i+'" rel="nofollow">'+t+'</a>');
l = $('<li class="'+n+'_nav"></li>').append(c);
$(selector).append(l);
});
return true;
}
generateCatalog(".catalog-body");
// toggle side catalog
$(".catalog-toggle").click((function(e){
e.preventDefault();
$('.side-catalog').toggleClass("fold")
}))
/*
* Doc: https://github.com/davist11/jQuery-One-Page-Nav
* Fork by Hux to support padding
*/
async("{{ '/js/jquery.nav.js' | prepend: site.baseurl }}", function () {
$('.catalog-body').onePageNav({
currentClass: "active",
changeHash: !1,
easing: "swing",
filter: "",
scrollSpeed: 700,
scrollOffset: 0,
scrollThreshold: .2,
begin: null,
end: null,
scrollChange: null,
padding: 80
});
});
</script>
{% endif %}
| yincode/yincode.github.io | _includes/footer.html | HTML | apache-2.0 | 9,531 |
<meta charset="utf-8">
<title>记账</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="ety001">
<!-- Le styles -->
<link href="/public/css/bootstrap.min.css" rel="stylesheet">
<link href="/public/css/bootstrap-responsive.min.css" rel="stylesheet">
<link href="/public/css/index_styles.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="//cdnjs.bootcss.com/ajax/libs/html5shiv/3.6.2/html5shiv.js"></script>
<![endif]--> | ety001/easy-note-account | tpl/z_header.html | HTML | apache-2.0 | 584 |
<html>
<head>
<meta charset="utf-8">
<title>stackdriver-errors-js tests</title>
<link rel="stylesheet" href="../node_modules/mocha/mocha.css" />
</head>
<body>
<div id="mocha"></div>
<script src="../node_modules/chai/chai.js"></script>
<script src="../node_modules/mocha/mocha.js"></script>
<script src="../node_modules/nise/nise.js"></script>
<script>mocha.setup('bdd')</script>
<script src="../dist/stackdriver-errors-concat.min.js"></script>
<script src="test.js"></script>
<script>
mocha.run();
</script>
</body>
</html>
| GoogleCloudPlatform/stackdriver-errors-js | test/test.html | HTML | apache-2.0 | 555 |
<!DOCTYPE html>
<!--
Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.3.5
Version: 4.5.2
Author: KeenThemes
Website: http://www.keenthemes.com/
Contact: support@keenthemes.com
Follow: www.twitter.com/keenthemes
Like: www.facebook.com/keenthemes
Purchase: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes
License: You must have a valid license purchased only from themeforest(the above link) in order to legally use the theme for your project.
-->
<!--[if IE 8]> <html lang="en" class="ie8 no-js"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9 no-js"> <![endif]-->
<!--[if !IE]><!-->
<html lang="en">
<!--<![endif]-->
<!-- BEGIN HEAD -->
<head>
<meta charset="utf-8" />
<title>Metronic | Context Menu</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta content="" name="description" />
<meta content="" name="author" />
<!-- BEGIN GLOBAL MANDATORY STYLES -->
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=all" rel="stylesheet" type="text/css" />
<link href="../assets/global/plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
<link href="../assets/global/plugins/simple-line-icons/simple-line-icons.min.css" rel="stylesheet" type="text/css" />
<link href="../assets/global/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link href="../assets/global/plugins/uniform/css/uniform.default.css" rel="stylesheet" type="text/css" />
<link href="../assets/global/plugins/bootstrap-switch/css/bootstrap-switch.min.css" rel="stylesheet" type="text/css" />
<!-- END GLOBAL MANDATORY STYLES -->
<!-- BEGIN PAGE LEVEL PLUGINS -->
<!-- END PAGE LEVEL PLUGINS -->
<!-- BEGIN THEME GLOBAL STYLES -->
<link href="../assets/global/css/components-rounded.min.css" rel="stylesheet" id="style_components" type="text/css" />
<link href="../assets/global/css/plugins.min.css" rel="stylesheet" type="text/css" />
<!-- END THEME GLOBAL STYLES -->
<!-- BEGIN THEME LAYOUT STYLES -->
<link href="../assets/layouts/layout2/css/layout.min.css" rel="stylesheet" type="text/css" />
<link href="../assets/layouts/layout2/css/themes/blue.min.css" rel="stylesheet" type="text/css" id="style_color" />
<link href="../assets/layouts/layout2/css/custom.min.css" rel="stylesheet" type="text/css" />
<!-- END THEME LAYOUT STYLES -->
<link rel="shortcut icon" href="favicon.ico" /> </head>
<!-- END HEAD -->
<body class="page-header-fixed page-sidebar-closed-hide-logo page-container-bg-solid">
<!-- BEGIN HEADER -->
<div class="page-header navbar navbar-fixed-top">
<!-- BEGIN HEADER INNER -->
<div class="page-header-inner ">
<!-- BEGIN LOGO -->
<div class="page-logo">
<a href="index.html">
<img src="../assets/layouts/layout2/img/logo-default.png" alt="logo" class="logo-default" /> </a>
<div class="menu-toggler sidebar-toggler">
<!-- DOC: Remove the above "hide" to enable the sidebar toggler button on header -->
</div>
</div>
<!-- END LOGO -->
<!-- BEGIN RESPONSIVE MENU TOGGLER -->
<a href="javascript:;" class="menu-toggler responsive-toggler" data-toggle="collapse" data-target=".navbar-collapse"> </a>
<!-- END RESPONSIVE MENU TOGGLER -->
<!-- BEGIN PAGE ACTIONS -->
<!-- DOC: Remove "hide" class to enable the page header actions -->
<div class="page-actions">
<div class="btn-group">
<button type="button" class="btn btn-circle btn-outline red dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-plus"></i>
<span class="hidden-sm hidden-xs">New </span>
<i class="fa fa-angle-down"></i>
</button>
<ul class="dropdown-menu" role="menu">
<li>
<a href="javascript:;">
<i class="icon-docs"></i> New Post </a>
</li>
<li>
<a href="javascript:;">
<i class="icon-tag"></i> New Comment </a>
</li>
<li>
<a href="javascript:;">
<i class="icon-share"></i> Share </a>
</li>
<li class="divider"> </li>
<li>
<a href="javascript:;">
<i class="icon-flag"></i> Comments
<span class="badge badge-success">4</span>
</a>
</li>
<li>
<a href="javascript:;">
<i class="icon-users"></i> Feedbacks
<span class="badge badge-danger">2</span>
</a>
</li>
</ul>
</div>
</div>
<!-- END PAGE ACTIONS -->
<!-- BEGIN PAGE TOP -->
<div class="page-top">
<!-- BEGIN HEADER SEARCH BOX -->
<!-- DOC: Apply "search-form-expanded" right after the "search-form" class to have half expanded search box -->
<form class="search-form search-form-expanded" action="page_general_search_3.html" method="GET">
<div class="input-group">
<input type="text" class="form-control" placeholder="Search..." name="query">
<span class="input-group-btn">
<a href="javascript:;" class="btn submit">
<i class="icon-magnifier"></i>
</a>
</span>
</div>
</form>
<!-- END HEADER SEARCH BOX -->
<!-- BEGIN TOP NAVIGATION MENU -->
<div class="top-menu">
<ul class="nav navbar-nav pull-right">
<!-- BEGIN NOTIFICATION DROPDOWN -->
<!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte -->
<li class="dropdown dropdown-extended dropdown-notification" id="header_notification_bar">
<a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">
<i class="icon-bell"></i>
<span class="badge badge-default"> 7 </span>
</a>
<ul class="dropdown-menu">
<li class="external">
<h3>
<span class="bold">12 pending</span> notifications</h3>
<a href="page_user_profile_1.html">view all</a>
</li>
<li>
<ul class="dropdown-menu-list scroller" style="height: 250px;" data-handle-color="#637283">
<li>
<a href="javascript:;">
<span class="time">just now</span>
<span class="details">
<span class="label label-sm label-icon label-success">
<i class="fa fa-plus"></i>
</span> New user registered. </span>
</a>
</li>
<li>
<a href="javascript:;">
<span class="time">3 mins</span>
<span class="details">
<span class="label label-sm label-icon label-danger">
<i class="fa fa-bolt"></i>
</span> Server #12 overloaded. </span>
</a>
</li>
<li>
<a href="javascript:;">
<span class="time">10 mins</span>
<span class="details">
<span class="label label-sm label-icon label-warning">
<i class="fa fa-bell-o"></i>
</span> Server #2 not responding. </span>
</a>
</li>
<li>
<a href="javascript:;">
<span class="time">14 hrs</span>
<span class="details">
<span class="label label-sm label-icon label-info">
<i class="fa fa-bullhorn"></i>
</span> Application error. </span>
</a>
</li>
<li>
<a href="javascript:;">
<span class="time">2 days</span>
<span class="details">
<span class="label label-sm label-icon label-danger">
<i class="fa fa-bolt"></i>
</span> Database overloaded 68%. </span>
</a>
</li>
<li>
<a href="javascript:;">
<span class="time">3 days</span>
<span class="details">
<span class="label label-sm label-icon label-danger">
<i class="fa fa-bolt"></i>
</span> A user IP blocked. </span>
</a>
</li>
<li>
<a href="javascript:;">
<span class="time">4 days</span>
<span class="details">
<span class="label label-sm label-icon label-warning">
<i class="fa fa-bell-o"></i>
</span> Storage Server #4 not responding dfdfdfd. </span>
</a>
</li>
<li>
<a href="javascript:;">
<span class="time">5 days</span>
<span class="details">
<span class="label label-sm label-icon label-info">
<i class="fa fa-bullhorn"></i>
</span> System Error. </span>
</a>
</li>
<li>
<a href="javascript:;">
<span class="time">9 days</span>
<span class="details">
<span class="label label-sm label-icon label-danger">
<i class="fa fa-bolt"></i>
</span> Storage server failed. </span>
</a>
</li>
</ul>
</li>
</ul>
</li>
<!-- END NOTIFICATION DROPDOWN -->
<!-- BEGIN INBOX DROPDOWN -->
<!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte -->
<li class="dropdown dropdown-extended dropdown-inbox" id="header_inbox_bar">
<a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">
<i class="icon-envelope-open"></i>
<span class="badge badge-default"> 4 </span>
</a>
<ul class="dropdown-menu">
<li class="external">
<h3>You have
<span class="bold">7 New</span> Messages</h3>
<a href="app_inbox.html">view all</a>
</li>
<li>
<ul class="dropdown-menu-list scroller" style="height: 275px;" data-handle-color="#637283">
<li>
<a href="#">
<span class="photo">
<img src="../assets/layouts/layout3/img/avatar2.jpg" class="img-circle" alt=""> </span>
<span class="subject">
<span class="from"> Lisa Wong </span>
<span class="time">Just Now </span>
</span>
<span class="message"> Vivamus sed auctor nibh congue nibh. auctor nibh auctor nibh... </span>
</a>
</li>
<li>
<a href="#">
<span class="photo">
<img src="../assets/layouts/layout3/img/avatar3.jpg" class="img-circle" alt=""> </span>
<span class="subject">
<span class="from"> Richard Doe </span>
<span class="time">16 mins </span>
</span>
<span class="message"> Vivamus sed congue nibh auctor nibh congue nibh. auctor nibh auctor nibh... </span>
</a>
</li>
<li>
<a href="#">
<span class="photo">
<img src="../assets/layouts/layout3/img/avatar1.jpg" class="img-circle" alt=""> </span>
<span class="subject">
<span class="from"> Bob Nilson </span>
<span class="time">2 hrs </span>
</span>
<span class="message"> Vivamus sed nibh auctor nibh congue nibh. auctor nibh auctor nibh... </span>
</a>
</li>
<li>
<a href="#">
<span class="photo">
<img src="../assets/layouts/layout3/img/avatar2.jpg" class="img-circle" alt=""> </span>
<span class="subject">
<span class="from"> Lisa Wong </span>
<span class="time">40 mins </span>
</span>
<span class="message"> Vivamus sed auctor 40% nibh congue nibh... </span>
</a>
</li>
<li>
<a href="#">
<span class="photo">
<img src="../assets/layouts/layout3/img/avatar3.jpg" class="img-circle" alt=""> </span>
<span class="subject">
<span class="from"> Richard Doe </span>
<span class="time">46 mins </span>
</span>
<span class="message"> Vivamus sed congue nibh auctor nibh congue nibh. auctor nibh auctor nibh... </span>
</a>
</li>
</ul>
</li>
</ul>
</li>
<!-- END INBOX DROPDOWN -->
<!-- BEGIN TODO DROPDOWN -->
<!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte -->
<li class="dropdown dropdown-extended dropdown-tasks" id="header_task_bar">
<a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">
<i class="icon-calendar"></i>
<span class="badge badge-default"> 3 </span>
</a>
<ul class="dropdown-menu extended tasks">
<li class="external">
<h3>You have
<span class="bold">12 pending</span> tasks</h3>
<a href="app_todo.html">view all</a>
</li>
<li>
<ul class="dropdown-menu-list scroller" style="height: 275px;" data-handle-color="#637283">
<li>
<a href="javascript:;">
<span class="task">
<span class="desc">New release v1.2 </span>
<span class="percent">30%</span>
</span>
<span class="progress">
<span style="width: 40%;" class="progress-bar progress-bar-success" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100">
<span class="sr-only">40% Complete</span>
</span>
</span>
</a>
</li>
<li>
<a href="javascript:;">
<span class="task">
<span class="desc">Application deployment</span>
<span class="percent">65%</span>
</span>
<span class="progress">
<span style="width: 65%;" class="progress-bar progress-bar-danger" aria-valuenow="65" aria-valuemin="0" aria-valuemax="100">
<span class="sr-only">65% Complete</span>
</span>
</span>
</a>
</li>
<li>
<a href="javascript:;">
<span class="task">
<span class="desc">Mobile app release</span>
<span class="percent">98%</span>
</span>
<span class="progress">
<span style="width: 98%;" class="progress-bar progress-bar-success" aria-valuenow="98" aria-valuemin="0" aria-valuemax="100">
<span class="sr-only">98% Complete</span>
</span>
</span>
</a>
</li>
<li>
<a href="javascript:;">
<span class="task">
<span class="desc">Database migration</span>
<span class="percent">10%</span>
</span>
<span class="progress">
<span style="width: 10%;" class="progress-bar progress-bar-warning" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100">
<span class="sr-only">10% Complete</span>
</span>
</span>
</a>
</li>
<li>
<a href="javascript:;">
<span class="task">
<span class="desc">Web server upgrade</span>
<span class="percent">58%</span>
</span>
<span class="progress">
<span style="width: 58%;" class="progress-bar progress-bar-info" aria-valuenow="58" aria-valuemin="0" aria-valuemax="100">
<span class="sr-only">58% Complete</span>
</span>
</span>
</a>
</li>
<li>
<a href="javascript:;">
<span class="task">
<span class="desc">Mobile development</span>
<span class="percent">85%</span>
</span>
<span class="progress">
<span style="width: 85%;" class="progress-bar progress-bar-success" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100">
<span class="sr-only">85% Complete</span>
</span>
</span>
</a>
</li>
<li>
<a href="javascript:;">
<span class="task">
<span class="desc">New UI release</span>
<span class="percent">38%</span>
</span>
<span class="progress progress-striped">
<span style="width: 38%;" class="progress-bar progress-bar-important" aria-valuenow="18" aria-valuemin="0" aria-valuemax="100">
<span class="sr-only">38% Complete</span>
</span>
</span>
</a>
</li>
</ul>
</li>
</ul>
</li>
<!-- END TODO DROPDOWN -->
<!-- BEGIN USER LOGIN DROPDOWN -->
<!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte -->
<li class="dropdown dropdown-user">
<a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">
<img alt="" class="img-circle" src="../assets/layouts/layout2/img/avatar3_small.jpg" />
<span class="username username-hide-on-mobile"> Nick </span>
<i class="fa fa-angle-down"></i>
</a>
<ul class="dropdown-menu dropdown-menu-default">
<li>
<a href="page_user_profile_1.html">
<i class="icon-user"></i> My Profile </a>
</li>
<li>
<a href="app_calendar.html">
<i class="icon-calendar"></i> My Calendar </a>
</li>
<li>
<a href="app_inbox.html">
<i class="icon-envelope-open"></i> My Inbox
<span class="badge badge-danger"> 3 </span>
</a>
</li>
<li>
<a href="app_todo_2.html">
<i class="icon-rocket"></i> My Tasks
<span class="badge badge-success"> 7 </span>
</a>
</li>
<li class="divider"> </li>
<li>
<a href="page_user_lock_1.html">
<i class="icon-lock"></i> Lock Screen </a>
</li>
<li>
<a href="page_user_login_1.html">
<i class="icon-key"></i> Log Out </a>
</li>
</ul>
</li>
<!-- END USER LOGIN DROPDOWN -->
<!-- BEGIN QUICK SIDEBAR TOGGLER -->
<!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte -->
<li class="dropdown dropdown-extended quick-sidebar-toggler">
<span class="sr-only">Toggle Quick Sidebar</span>
<i class="icon-logout"></i>
</li>
<!-- END QUICK SIDEBAR TOGGLER -->
</ul>
</div>
<!-- END TOP NAVIGATION MENU -->
</div>
<!-- END PAGE TOP -->
</div>
<!-- END HEADER INNER -->
</div>
<!-- END HEADER -->
<!-- BEGIN HEADER & CONTENT DIVIDER -->
<div class="clearfix"> </div>
<!-- END HEADER & CONTENT DIVIDER -->
<!-- BEGIN CONTAINER -->
<div class="page-container">
<!-- BEGIN SIDEBAR -->
<div class="page-sidebar-wrapper">
<!-- END SIDEBAR -->
<!-- DOC: Set data-auto-scroll="false" to disable the sidebar from auto scrolling/focusing -->
<!-- DOC: Change data-auto-speed="200" to adjust the sub menu slide up/down speed -->
<div class="page-sidebar navbar-collapse collapse">
<!-- BEGIN SIDEBAR MENU -->
<!-- DOC: Apply "page-sidebar-menu-light" class right after "page-sidebar-menu" to enable light sidebar menu style(without borders) -->
<!-- DOC: Apply "page-sidebar-menu-hover-submenu" class right after "page-sidebar-menu" to enable hoverable(hover vs accordion) sub menu mode -->
<!-- DOC: Apply "page-sidebar-menu-closed" class right after "page-sidebar-menu" to collapse("page-sidebar-closed" class must be applied to the body element) the sidebar sub menu mode -->
<!-- DOC: Set data-auto-scroll="false" to disable the sidebar from auto scrolling/focusing -->
<!-- DOC: Set data-keep-expand="true" to keep the submenues expanded -->
<!-- DOC: Set data-auto-speed="200" to adjust the sub menu slide up/down speed -->
<ul class="page-sidebar-menu page-header-fixed page-sidebar-menu-hover-submenu " data-keep-expanded="false" data-auto-scroll="true" data-slide-speed="200">
<li class="nav-item start ">
<a href="javascript:;" class="nav-link nav-toggle">
<i class="icon-home"></i>
<span class="title">Dashboard</span>
<span class="arrow"></span>
</a>
<ul class="sub-menu">
<li class="nav-item start ">
<a href="index.html" class="nav-link ">
<i class="icon-bar-chart"></i>
<span class="title">Dashboard 1</span>
</a>
</li>
<li class="nav-item start ">
<a href="dashboard_2.html" class="nav-link ">
<i class="icon-bulb"></i>
<span class="title">Dashboard 2</span>
<span class="badge badge-success">1</span>
</a>
</li>
<li class="nav-item start ">
<a href="dashboard_3.html" class="nav-link ">
<i class="icon-graph"></i>
<span class="title">Dashboard 3</span>
<span class="badge badge-danger">5</span>
</a>
</li>
</ul>
</li>
<li class="nav-item ">
<a href="javascript:;" class="nav-link nav-toggle">
<i class="icon-diamond"></i>
<span class="title">UI Features</span>
<span class="arrow"></span>
</a>
<ul class="sub-menu">
<li class="nav-item ">
<a href="ui_colors.html" class="nav-link ">
<span class="title">Color Library</span>
</a>
</li>
<li class="nav-item ">
<a href="ui_general.html" class="nav-link ">
<span class="title">General Components</span>
</a>
</li>
<li class="nav-item ">
<a href="ui_buttons.html" class="nav-link ">
<span class="title">Buttons</span>
</a>
</li>
<li class="nav-item ">
<a href="ui_confirmations.html" class="nav-link ">
<span class="title">Popover Confirmations</span>
</a>
</li>
<li class="nav-item ">
<a href="ui_icons.html" class="nav-link ">
<span class="title">Font Icons</span>
</a>
</li>
<li class="nav-item ">
<a href="ui_socicons.html" class="nav-link ">
<span class="title">Social Icons</span>
</a>
</li>
<li class="nav-item ">
<a href="ui_typography.html" class="nav-link ">
<span class="title">Typography</span>
</a>
</li>
<li class="nav-item ">
<a href="ui_tabs_accordions_navs.html" class="nav-link ">
<span class="title">Tabs, Accordions & Navs</span>
</a>
</li>
<li class="nav-item ">
<a href="ui_timeline.html" class="nav-link ">
<span class="title">Timeline</span>
</a>
</li>
<li class="nav-item ">
<a href="ui_tree.html" class="nav-link ">
<span class="title">Tree View</span>
</a>
</li>
<li class="nav-item ">
<a href="javascript:;" class="nav-link nav-toggle">
<span class="title">Page Progress Bar</span>
<span class="arrow"></span>
</a>
<ul class="sub-menu">
<li class="nav-item ">
<a href="ui_page_progress_style_1.html" class="nav-link "> Flash </a>
</li>
<li class="nav-item ">
<a href="ui_page_progress_style_2.html" class="nav-link "> Big Counter </a>
</li>
</ul>
</li>
<li class="nav-item ">
<a href="ui_blockui.html" class="nav-link ">
<span class="title">Block UI</span>
</a>
</li>
<li class="nav-item ">
<a href="ui_bootstrap_growl.html" class="nav-link ">
<span class="title">Bootstrap Growl Notifications</span>
</a>
</li>
<li class="nav-item ">
<a href="ui_notific8.html" class="nav-link ">
<span class="title">Notific8 Notifications</span>
</a>
</li>
<li class="nav-item ">
<a href="ui_toastr.html" class="nav-link ">
<span class="title">Toastr Notifications</span>
</a>
</li>
<li class="nav-item ">
<a href="ui_bootbox.html" class="nav-link ">
<span class="title">Bootbox Dialogs</span>
</a>
</li>
<li class="nav-item ">
<a href="ui_alerts_api.html" class="nav-link ">
<span class="title">Metronic Alerts API</span>
</a>
</li>
<li class="nav-item ">
<a href="ui_session_timeout.html" class="nav-link ">
<span class="title">Session Timeout</span>
</a>
</li>
<li class="nav-item ">
<a href="ui_idle_timeout.html" class="nav-link ">
<span class="title">User Idle Timeout</span>
</a>
</li>
<li class="nav-item ">
<a href="ui_modals.html" class="nav-link ">
<span class="title">Modals</span>
</a>
</li>
<li class="nav-item ">
<a href="ui_extended_modals.html" class="nav-link ">
<span class="title">Extended Modals</span>
</a>
</li>
<li class="nav-item ">
<a href="ui_tiles.html" class="nav-link ">
<span class="title">Tiles</span>
</a>
</li>
<li class="nav-item ">
<a href="ui_datepaginator.html" class="nav-link ">
<span class="title">Date Paginator</span>
</a>
</li>
<li class="nav-item ">
<a href="ui_nestable.html" class="nav-link ">
<span class="title">Nestable List</span>
</a>
</li>
</ul>
</li>
<li class="nav-item active open">
<a href="javascript:;" class="nav-link nav-toggle">
<i class="icon-puzzle"></i>
<span class="title">Components</span>
<span class="selected"></span>
<span class="arrow open"></span>
</a>
<ul class="sub-menu">
<li class="nav-item ">
<a href="components_date_time_pickers.html" class="nav-link ">
<span class="title">Date & Time Pickers</span>
</a>
</li>
<li class="nav-item ">
<a href="components_color_pickers.html" class="nav-link ">
<span class="title">Color Pickers</span>
<span class="badge badge-danger">2</span>
</a>
</li>
<li class="nav-item ">
<a href="components_select2.html" class="nav-link ">
<span class="title">Select2 Dropdowns</span>
</a>
</li>
<li class="nav-item ">
<a href="components_bootstrap_select.html" class="nav-link ">
<span class="title">Bootstrap Select</span>
</a>
</li>
<li class="nav-item ">
<a href="components_multi_select.html" class="nav-link ">
<span class="title">Multi Select</span>
</a>
</li>
<li class="nav-item ">
<a href="components_bootstrap_select_splitter.html" class="nav-link ">
<span class="title">Select Splitter</span>
</a>
</li>
<li class="nav-item ">
<a href="components_typeahead.html" class="nav-link ">
<span class="title">Typeahead Autocomplete</span>
</a>
</li>
<li class="nav-item ">
<a href="components_bootstrap_tagsinput.html" class="nav-link ">
<span class="title">Bootstrap Tagsinput</span>
</a>
</li>
<li class="nav-item ">
<a href="components_bootstrap_switch.html" class="nav-link ">
<span class="title">Bootstrap Switch</span>
<span class="badge badge-success">6</span>
</a>
</li>
<li class="nav-item ">
<a href="components_bootstrap_maxlength.html" class="nav-link ">
<span class="title">Bootstrap Maxlength</span>
</a>
</li>
<li class="nav-item ">
<a href="components_bootstrap_fileinput.html" class="nav-link ">
<span class="title">Bootstrap File Input</span>
</a>
</li>
<li class="nav-item ">
<a href="components_bootstrap_touchspin.html" class="nav-link ">
<span class="title">Bootstrap Touchspin</span>
</a>
</li>
<li class="nav-item ">
<a href="components_form_tools.html" class="nav-link ">
<span class="title">Form Widgets & Tools</span>
</a>
</li>
<li class="nav-item active open">
<a href="components_context_menu.html" class="nav-link ">
<span class="title">Context Menu</span>
<span class="selected"></span>
</a>
</li>
<li class="nav-item ">
<a href="components_editors.html" class="nav-link ">
<span class="title">Markdown & WYSIWYG Editors</span>
</a>
</li>
<li class="nav-item ">
<a href="components_code_editors.html" class="nav-link ">
<span class="title">Code Editors</span>
</a>
</li>
<li class="nav-item ">
<a href="components_ion_sliders.html" class="nav-link ">
<span class="title">Ion Range Sliders</span>
</a>
</li>
<li class="nav-item ">
<a href="components_noui_sliders.html" class="nav-link ">
<span class="title">NoUI Range Sliders</span>
</a>
</li>
<li class="nav-item ">
<a href="components_knob_dials.html" class="nav-link ">
<span class="title">Knob Circle Dials</span>
</a>
</li>
</ul>
</li>
<li class="nav-item ">
<a href="javascript:;" class="nav-link nav-toggle">
<i class="icon-settings"></i>
<span class="title">Form Stuff</span>
<span class="arrow"></span>
</a>
<ul class="sub-menu">
<li class="nav-item ">
<a href="form_controls.html" class="nav-link ">
<span class="title">Bootstrap Form
<br>Controls</span>
</a>
</li>
<li class="nav-item ">
<a href="form_controls_md.html" class="nav-link ">
<span class="title">Material Design
<br>Form Controls</span>
</a>
</li>
<li class="nav-item ">
<a href="form_validation.html" class="nav-link ">
<span class="title">Form Validation</span>
</a>
</li>
<li class="nav-item ">
<a href="form_validation_states_md.html" class="nav-link ">
<span class="title">Material Design
<br>Form Validation States</span>
</a>
</li>
<li class="nav-item ">
<a href="form_validation_md.html" class="nav-link ">
<span class="title">Material Design
<br>Form Validation</span>
</a>
</li>
<li class="nav-item ">
<a href="form_layouts.html" class="nav-link ">
<span class="title">Form Layouts</span>
</a>
</li>
<li class="nav-item ">
<a href="form_input_mask.html" class="nav-link ">
<span class="title">Form Input Mask</span>
</a>
</li>
<li class="nav-item ">
<a href="form_editable.html" class="nav-link ">
<span class="title">Form X-editable</span>
</a>
</li>
<li class="nav-item ">
<a href="form_wizard.html" class="nav-link ">
<span class="title">Form Wizard</span>
</a>
</li>
<li class="nav-item ">
<a href="form_icheck.html" class="nav-link ">
<span class="title">iCheck Controls</span>
</a>
</li>
<li class="nav-item ">
<a href="form_image_crop.html" class="nav-link ">
<span class="title">Image Cropping</span>
</a>
</li>
<li class="nav-item ">
<a href="form_fileupload.html" class="nav-link ">
<span class="title">Multiple File Upload</span>
</a>
</li>
<li class="nav-item ">
<a href="form_dropzone.html" class="nav-link ">
<span class="title">Dropzone File Upload</span>
</a>
</li>
</ul>
</li>
<li class="nav-item ">
<a href="javascript:;" class="nav-link nav-toggle">
<i class="icon-bulb"></i>
<span class="title">Elements</span>
<span class="arrow"></span>
</a>
<ul class="sub-menu">
<li class="nav-item ">
<a href="elements_steps.html" class="nav-link ">
<span class="title">Steps</span>
</a>
</li>
<li class="nav-item ">
<a href="elements_lists.html" class="nav-link ">
<span class="title">Lists</span>
</a>
</li>
<li class="nav-item ">
<a href="elements_ribbons.html" class="nav-link ">
<span class="title">Ribbons</span>
</a>
</li>
</ul>
</li>
<li class="nav-item ">
<a href="javascript:;" class="nav-link nav-toggle">
<i class="icon-briefcase"></i>
<span class="title">Tables</span>
<span class="arrow"></span>
</a>
<ul class="sub-menu">
<li class="nav-item ">
<a href="javascript:;" class="nav-link nav-toggle">
<span class="title">Static Tables</span>
<span class="arrow"></span>
</a>
<ul class="sub-menu">
<li class="nav-item ">
<a href="table_static_basic.html" class="nav-link "> Basic Tables </a>
</li>
<li class="nav-item ">
<a href="table_static_responsive.html" class="nav-link "> Responsive Tables </a>
</li>
</ul>
</li>
<li class="nav-item ">
<a href="javascript:;" class="nav-link nav-toggle">
<span class="title">Datatables</span>
<span class="arrow"></span>
</a>
<ul class="sub-menu">
<li class="nav-item ">
<a href="table_datatables_managed.html" class="nav-link "> Managed Datatables </a>
</li>
<li class="nav-item ">
<a href="table_datatables_buttons.html" class="nav-link "> Buttons Extension </a>
</li>
<li class="nav-item ">
<a href="table_datatables_colreorder.html" class="nav-link "> Colreorder Extension </a>
</li>
<li class="nav-item ">
<a href="table_datatables_rowreorder.html" class="nav-link "> Rowreorder Extension </a>
</li>
<li class="nav-item ">
<a href="table_datatables_scroller.html" class="nav-link "> Scroller Extension </a>
</li>
<li class="nav-item ">
<a href="table_datatables_fixedheader.html" class="nav-link "> FixedHeader Extension </a>
</li>
<li class="nav-item ">
<a href="table_datatables_responsive.html" class="nav-link "> Responsive Extension </a>
</li>
<li class="nav-item ">
<a href="table_datatables_editable.html" class="nav-link "> Editable Datatables </a>
</li>
<li class="nav-item ">
<a href="table_datatables_ajax.html" class="nav-link "> Ajax Datatables </a>
</li>
</ul>
</li>
</ul>
</li>
<li class="nav-item ">
<a href="?p=" class="nav-link nav-toggle">
<i class="icon-wallet"></i>
<span class="title">Portlets</span>
<span class="arrow"></span>
</a>
<ul class="sub-menu">
<li class="nav-item ">
<a href="portlet_boxed.html" class="nav-link ">
<span class="title">Boxed Portlets</span>
</a>
</li>
<li class="nav-item ">
<a href="portlet_light.html" class="nav-link ">
<span class="title">Light Portlets</span>
</a>
</li>
<li class="nav-item ">
<a href="portlet_solid.html" class="nav-link ">
<span class="title">Solid Portlets</span>
</a>
</li>
<li class="nav-item ">
<a href="portlet_ajax.html" class="nav-link ">
<span class="title">Ajax Portlets</span>
</a>
</li>
<li class="nav-item ">
<a href="portlet_draggable.html" class="nav-link ">
<span class="title">Draggable Portlets</span>
</a>
</li>
</ul>
</li>
<li class="nav-item ">
<a href="javascript:;" class="nav-link nav-toggle">
<i class="icon-bar-chart"></i>
<span class="title">Charts</span>
<span class="arrow"></span>
</a>
<ul class="sub-menu">
<li class="nav-item ">
<a href="charts_amcharts.html" class="nav-link ">
<span class="title">amChart</span>
</a>
</li>
<li class="nav-item ">
<a href="charts_flotcharts.html" class="nav-link ">
<span class="title">Flot Charts</span>
</a>
</li>
<li class="nav-item ">
<a href="charts_flowchart.html" class="nav-link ">
<span class="title">Flow Charts</span>
</a>
</li>
<li class="nav-item ">
<a href="charts_google.html" class="nav-link ">
<span class="title">Google Charts</span>
</a>
</li>
<li class="nav-item ">
<a href="charts_echarts.html" class="nav-link ">
<span class="title">eCharts</span>
</a>
</li>
<li class="nav-item ">
<a href="charts_morris.html" class="nav-link ">
<span class="title">Morris Charts</span>
</a>
</li>
<li class="nav-item ">
<a href="javascript:;" class="nav-link nav-toggle">
<span class="title">HighCharts</span>
<span class="arrow"></span>
</a>
<ul class="sub-menu">
<li class="nav-item ">
<a href="charts_highcharts.html" class="nav-link "> HighCharts </a>
</li>
<li class="nav-item ">
<a href="charts_highstock.html" class="nav-link "> HighStock </a>
</li>
<li class="nav-item ">
<a href="charts_highmaps.html" class="nav-link "> HighMaps </a>
</li>
</ul>
</li>
</ul>
</li>
<li class="nav-item ">
<a href="javascript:;" class="nav-link nav-toggle">
<i class="icon-pointer"></i>
<span class="title">Maps</span>
<span class="arrow"></span>
</a>
<ul class="sub-menu">
<li class="nav-item ">
<a href="maps_google.html" class="nav-link ">
<span class="title">Google Maps</span>
</a>
</li>
<li class="nav-item ">
<a href="maps_vector.html" class="nav-link ">
<span class="title">Vector Maps</span>
</a>
</li>
</ul>
</li>
<li class="nav-item ">
<a href="javascript:;" class="nav-link nav-toggle">
<i class="icon-layers"></i>
<span class="title">Page Layouts</span>
<span class="arrow"></span>
</a>
<ul class="sub-menu">
<li class="nav-item ">
<a href="layout_language_bar.html" class="nav-link ">
<span class="title">Header Language Bar</span>
</a>
</li>
<li class="nav-item ">
<a href="layout_footer_fixed.html" class="nav-link ">
<span class="title">Fixed Footer</span>
</a>
</li>
<li class="nav-item ">
<a href="layout_boxed_page.html" class="nav-link ">
<span class="title">Boxed Page</span>
</a>
</li>
<li class="nav-item ">
<a href="layout_blank_page.html" class="nav-link ">
<span class="title">Blank Page</span>
</a>
</li>
</ul>
</li>
<li class="nav-item ">
<a href="javascript:;" class="nav-link nav-toggle">
<i class="icon-feed"></i>
<span class="title">Sidebar Layouts</span>
<span class="arrow"></span>
</a>
<ul class="sub-menu">
<li class="nav-item ">
<a href="layout_sidebar_menu_accordion.html" class="nav-link ">
<span class="title">Sidebar Accordion Menu</span>
</a>
</li>
<li class="nav-item ">
<a href="layout_sidebar_menu_compact.html" class="nav-link ">
<span class="title">Sidebar Compact Menu</span>
</a>
</li>
<li class="nav-item ">
<a href="layout_sidebar_reversed.html" class="nav-link ">
<span class="title">Reversed Sidebar Page</span>
</a>
</li>
<li class="nav-item ">
<a href="layout_sidebar_fixed.html" class="nav-link ">
<span class="title">Fixed Sidebar Layout</span>
</a>
</li>
<li class="nav-item ">
<a href="layout_sidebar_closed.html" class="nav-link ">
<span class="title">Closed Sidebar Layout</span>
</a>
</li>
</ul>
</li>
<li class="nav-item ">
<a href="javascript:;" class="nav-link nav-toggle">
<i class=" icon-wrench"></i>
<span class="title">Custom Layouts</span>
<span class="arrow"></span>
</a>
<ul class="sub-menu">
<li class="nav-item ">
<a href="layout_disabled_menu.html" class="nav-link ">
<span class="title">Disabled Menu Links</span>
</a>
</li>
<li class="nav-item ">
<a href="layout_full_height_portlet.html" class="nav-link ">
<span class="title">Full Height Portlet</span>
</a>
</li>
<li class="nav-item ">
<a href="layout_full_height_content.html" class="nav-link ">
<span class="title">Full Height Content</span>
</a>
</li>
</ul>
</li>
<li class="nav-item ">
<a href="javascript:;" class="nav-link nav-toggle">
<i class="icon-basket"></i>
<span class="title">eCommerce</span>
<span class="arrow"></span>
</a>
<ul class="sub-menu">
<li class="nav-item ">
<a href="ecommerce_index.html" class="nav-link ">
<i class="icon-home"></i>
<span class="title">Dashboard</span>
</a>
</li>
<li class="nav-item ">
<a href="ecommerce_orders.html" class="nav-link ">
<i class="icon-basket"></i>
<span class="title">Orders</span>
</a>
</li>
<li class="nav-item ">
<a href="ecommerce_orders_view.html" class="nav-link ">
<i class="icon-tag"></i>
<span class="title">Order View</span>
</a>
</li>
<li class="nav-item ">
<a href="ecommerce_products.html" class="nav-link ">
<i class="icon-graph"></i>
<span class="title">Products</span>
</a>
</li>
<li class="nav-item ">
<a href="ecommerce_products_edit.html" class="nav-link ">
<i class="icon-graph"></i>
<span class="title">Product Edit</span>
</a>
</li>
</ul>
</li>
<li class="nav-item ">
<a href="javascript:;" class="nav-link nav-toggle">
<i class="icon-docs"></i>
<span class="title">Apps</span>
<span class="arrow"></span>
</a>
<ul class="sub-menu">
<li class="nav-item ">
<a href="app_todo.html" class="nav-link ">
<i class="icon-clock"></i>
<span class="title">Todo 1</span>
</a>
</li>
<li class="nav-item ">
<a href="app_todo_2.html" class="nav-link ">
<i class="icon-check"></i>
<span class="title">Todo 2</span>
</a>
</li>
<li class="nav-item ">
<a href="app_inbox.html" class="nav-link ">
<i class="icon-envelope"></i>
<span class="title">Inbox</span>
</a>
</li>
<li class="nav-item ">
<a href="app_calendar.html" class="nav-link ">
<i class="icon-calendar"></i>
<span class="title">Calendar</span>
</a>
</li>
</ul>
</li>
<li class="nav-item ">
<a href="javascript:;" class="nav-link nav-toggle">
<i class="icon-user"></i>
<span class="title">User</span>
<span class="arrow"></span>
</a>
<ul class="sub-menu">
<li class="nav-item ">
<a href="page_user_profile_1.html" class="nav-link ">
<i class="icon-user"></i>
<span class="title">Profile 1</span>
</a>
</li>
<li class="nav-item ">
<a href="page_user_profile_1_account.html" class="nav-link ">
<i class="icon-user-female"></i>
<span class="title">Profile 1 Account</span>
</a>
</li>
<li class="nav-item ">
<a href="page_user_profile_1_help.html" class="nav-link ">
<i class="icon-user-following"></i>
<span class="title">Profile 1 Help</span>
</a>
</li>
<li class="nav-item ">
<a href="page_user_profile_2.html" class="nav-link ">
<i class="icon-users"></i>
<span class="title">Profile 2</span>
</a>
</li>
<li class="nav-item ">
<a href="javascript:;" class="nav-link nav-toggle">
<i class="icon-notebook"></i>
<span class="title">Login</span>
<span class="arrow"></span>
</a>
<ul class="sub-menu">
<li class="nav-item ">
<a href="page_user_login_1.html" class="nav-link " target="_blank"> Login Page 1 </a>
</li>
<li class="nav-item ">
<a href="page_user_login_2.html" class="nav-link " target="_blank"> Login Page 2 </a>
</li>
<li class="nav-item ">
<a href="page_user_login_3.html" class="nav-link " target="_blank"> Login Page 3 </a>
</li>
<li class="nav-item ">
<a href="page_user_login_4.html" class="nav-link " target="_blank"> Login Page 4 </a>
</li>
<li class="nav-item ">
<a href="page_user_login_5.html" class="nav-link " target="_blank"> Login Page 5 </a>
</li>
<li class="nav-item ">
<a href="page_user_login_6.html" class="nav-link " target="_blank"> Login Page 6 </a>
</li>
</ul>
</li>
<li class="nav-item ">
<a href="page_user_lock_1.html" class="nav-link " target="_blank">
<i class="icon-lock"></i>
<span class="title">Lock Screen 1</span>
</a>
</li>
<li class="nav-item ">
<a href="page_user_lock_2.html" class="nav-link " target="_blank">
<i class="icon-lock-open"></i>
<span class="title">Lock Screen 2</span>
</a>
</li>
</ul>
</li>
<li class="nav-item ">
<a href="javascript:;" class="nav-link nav-toggle">
<i class="icon-social-dribbble"></i>
<span class="title">General</span>
<span class="arrow"></span>
</a>
<ul class="sub-menu">
<li class="nav-item ">
<a href="page_general_about.html" class="nav-link ">
<i class="icon-info"></i>
<span class="title">About</span>
</a>
</li>
<li class="nav-item ">
<a href="page_general_contact.html" class="nav-link ">
<i class="icon-call-end"></i>
<span class="title">Contact</span>
</a>
</li>
<li class="nav-item ">
<a href="javascript:;" class="nav-link nav-toggle">
<i class="icon-notebook"></i>
<span class="title">Portfolio</span>
<span class="arrow"></span>
</a>
<ul class="sub-menu">
<li class="nav-item ">
<a href="page_general_portfolio_1.html" class="nav-link "> Portfolio 1 </a>
</li>
<li class="nav-item ">
<a href="page_general_portfolio_2.html" class="nav-link "> Portfolio 2 </a>
</li>
<li class="nav-item ">
<a href="page_general_portfolio_3.html" class="nav-link "> Portfolio 3 </a>
</li>
<li class="nav-item ">
<a href="page_general_portfolio_4.html" class="nav-link "> Portfolio 4 </a>
</li>
</ul>
</li>
<li class="nav-item ">
<a href="javascript:;" class="nav-link nav-toggle">
<i class="icon-magnifier"></i>
<span class="title">Search</span>
<span class="arrow"></span>
</a>
<ul class="sub-menu">
<li class="nav-item ">
<a href="page_general_search.html" class="nav-link "> Search 1 </a>
</li>
<li class="nav-item ">
<a href="page_general_search_2.html" class="nav-link "> Search 2 </a>
</li>
<li class="nav-item ">
<a href="page_general_search_3.html" class="nav-link "> Search 3 </a>
</li>
<li class="nav-item ">
<a href="page_general_search_4.html" class="nav-link "> Search 4 </a>
</li>
<li class="nav-item ">
<a href="page_general_search_5.html" class="nav-link "> Search 5 </a>
</li>
</ul>
</li>
<li class="nav-item ">
<a href="page_general_pricing.html" class="nav-link ">
<i class="icon-tag"></i>
<span class="title">Pricing</span>
</a>
</li>
<li class="nav-item ">
<a href="page_general_faq.html" class="nav-link ">
<i class="icon-wrench"></i>
<span class="title">FAQ</span>
</a>
</li>
<li class="nav-item ">
<a href="page_general_blog.html" class="nav-link ">
<i class="icon-pencil"></i>
<span class="title">Blog</span>
</a>
</li>
<li class="nav-item ">
<a href="page_general_blog_post.html" class="nav-link ">
<i class="icon-note"></i>
<span class="title">Blog Post</span>
</a>
</li>
<li class="nav-item ">
<a href="page_general_invoice.html" class="nav-link ">
<i class="icon-envelope"></i>
<span class="title">Invoice</span>
</a>
</li>
<li class="nav-item ">
<a href="page_general_invoice_2.html" class="nav-link ">
<i class="icon-envelope"></i>
<span class="title">Invoice 2</span>
</a>
</li>
</ul>
</li>
<li class="nav-item ">
<a href="javascript:;" class="nav-link nav-toggle">
<i class="icon-settings"></i>
<span class="title">System</span>
<span class="arrow"></span>
</a>
<ul class="sub-menu">
<li class="nav-item ">
<a href="page_system_coming_soon.html" class="nav-link " target="_blank">
<span class="title">Coming Soon</span>
</a>
</li>
<li class="nav-item ">
<a href="page_system_404_1.html" class="nav-link ">
<span class="title">404 Page 1</span>
</a>
</li>
<li class="nav-item ">
<a href="page_system_404_2.html" class="nav-link " target="_blank">
<span class="title">404 Page 2</span>
</a>
</li>
<li class="nav-item ">
<a href="page_system_404_3.html" class="nav-link " target="_blank">
<span class="title">404 Page 3</span>
</a>
</li>
<li class="nav-item ">
<a href="page_system_500_1.html" class="nav-link ">
<span class="title">500 Page 1</span>
</a>
</li>
<li class="nav-item ">
<a href="page_system_500_2.html" class="nav-link " target="_blank">
<span class="title">500 Page 2</span>
</a>
</li>
</ul>
</li>
<li class="nav-item">
<a href="javascript:;" class="nav-link nav-toggle">
<i class="icon-folder"></i>
<span class="title">Multi Level Menu</span>
<span class="arrow "></span>
</a>
<ul class="sub-menu">
<li class="nav-item">
<a href="javascript:;" class="nav-link nav-toggle">
<i class="icon-settings"></i> Item 1
<span class="arrow"></span>
</a>
<ul class="sub-menu">
<li class="nav-item">
<a href="?p=dashboard-2" target="_blank" class="nav-link">
<i class="icon-user"></i> Arrow Toggle
<span class="arrow nav-toggle"></span>
</a>
<ul class="sub-menu">
<li class="nav-item">
<a href="#" class="nav-link">
<i class="icon-power"></i> Sample Link 1</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link">
<i class="icon-paper-plane"></i> Sample Link 1</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link">
<i class="icon-star"></i> Sample Link 1</a>
</li>
</ul>
</li>
<li class="nav-item">
<a href="#" class="nav-link">
<i class="icon-camera"></i> Sample Link 1</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link">
<i class="icon-link"></i> Sample Link 2</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link">
<i class="icon-pointer"></i> Sample Link 3</a>
</li>
</ul>
</li>
<li class="nav-item">
<a href="?p=dashboard-2" target="_blank" class="nav-link">
<i class="icon-globe"></i> Arrow Toggle
<span class="arrow nav-toggle"></span>
</a>
<ul class="sub-menu">
<li class="nav-item">
<a href="#" class="nav-link">
<i class="icon-tag"></i> Sample Link 1</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link">
<i class="icon-pencil"></i> Sample Link 1</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link">
<i class="icon-graph"></i> Sample Link 1</a>
</li>
</ul>
</li>
<li class="nav-item">
<a href="#" class="nav-link">
<i class="icon-bar-chart"></i> Item 3 </a>
</li>
</ul>
</li>
</ul>
<!-- END SIDEBAR MENU -->
</div>
<!-- END SIDEBAR -->
</div>
<!-- END SIDEBAR -->
<!-- BEGIN CONTENT -->
<div class="page-content-wrapper">
<!-- BEGIN CONTENT BODY -->
<div class="page-content">
<!-- BEGIN PAGE HEADER-->
<!-- BEGIN THEME PANEL -->
<div class="theme-panel">
<div class="toggler tooltips" data-container="body" data-placement="left" data-html="true" data-original-title="Click to open advance theme customizer panel">
<i class="icon-settings"></i>
</div>
<div class="toggler-close">
<i class="icon-close"></i>
</div>
<div class="theme-options">
<div class="theme-option theme-colors clearfix">
<span> THEME COLOR </span>
<ul>
<li class="color-default current tooltips" data-style="default" data-container="body" data-original-title="Default"> </li>
<li class="color-grey tooltips" data-style="grey" data-container="body" data-original-title="Grey"> </li>
<li class="color-blue tooltips" data-style="blue" data-container="body" data-original-title="Blue"> </li>
<li class="color-dark tooltips" data-style="dark" data-container="body" data-original-title="Dark"> </li>
<li class="color-light tooltips" data-style="light" data-container="body" data-original-title="Light"> </li>
</ul>
</div>
<div class="theme-option">
<span> Theme Style </span>
<select class="layout-style-option form-control input-small">
<option value="square" selected="selected">Square corners</option>
<option value="rounded">Rounded corners</option>
</select>
</div>
<div class="theme-option">
<span> Layout </span>
<select class="layout-option form-control input-small">
<option value="fluid" selected="selected">Fluid</option>
<option value="boxed">Boxed</option>
</select>
</div>
<div class="theme-option">
<span> Header </span>
<select class="page-header-option form-control input-small">
<option value="fixed" selected="selected">Fixed</option>
<option value="default">Default</option>
</select>
</div>
<div class="theme-option">
<span> Top Dropdown</span>
<select class="page-header-top-dropdown-style-option form-control input-small">
<option value="light" selected="selected">Light</option>
<option value="dark">Dark</option>
</select>
</div>
<div class="theme-option">
<span> Sidebar Mode</span>
<select class="sidebar-option form-control input-small">
<option value="fixed">Fixed</option>
<option value="default" selected="selected">Default</option>
</select>
</div>
<div class="theme-option">
<span> Sidebar Style</span>
<select class="sidebar-style-option form-control input-small">
<option value="default" selected="selected">Default</option>
<option value="compact">Compact</option>
</select>
</div>
<div class="theme-option">
<span> Sidebar Menu </span>
<select class="sidebar-menu-option form-control input-small">
<option value="accordion" selected="selected">Accordion</option>
<option value="hover">Hover</option>
</select>
</div>
<div class="theme-option">
<span> Sidebar Position </span>
<select class="sidebar-pos-option form-control input-small">
<option value="left" selected="selected">Left</option>
<option value="right">Right</option>
</select>
</div>
<div class="theme-option">
<span> Footer </span>
<select class="page-footer-option form-control input-small">
<option value="fixed">Fixed</option>
<option value="default" selected="selected">Default</option>
</select>
</div>
</div>
</div>
<!-- END THEME PANEL -->
<h3 class="page-title"> Context Menu
<small>context menu based on bootstrap dropdown menu</small>
</h3>
<div class="page-bar">
<ul class="page-breadcrumb">
<li>
<i class="icon-home"></i>
<a href="index.html">Home</a>
<i class="fa fa-angle-right"></i>
</li>
<li>
<span>Components</span>
</li>
</ul>
<div class="page-toolbar">
<div class="btn-group pull-right">
<button type="button" class="btn btn-fit-height grey-salt dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-delay="1000" data-close-others="true"> Actions
<i class="fa fa-angle-down"></i>
</button>
<ul class="dropdown-menu pull-right" role="menu">
<li>
<a href="#">
<i class="icon-bell"></i> Action</a>
</li>
<li>
<a href="#">
<i class="icon-shield"></i> Another action</a>
</li>
<li>
<a href="#">
<i class="icon-user"></i> Something else here</a>
</li>
<li class="divider"> </li>
<li>
<a href="#">
<i class="icon-bag"></i> Separated link</a>
</li>
</ul>
</div>
</div>
</div>
<!-- END PAGE HEADER-->
<div class="m-heading-1 border-green m-bordered">
<h3>Bootstrap Context Menu</h3>
<p> A context menu extension of Bootstrap made for everyone's convenience. For more info please check out
<a href="https://github.com/sydcanem/bootstrap-contextmenu" target="_blank">the official documentation</a>. </p>
</div>
<div class="row">
<div class="col-md-6">
<!-- BEGIN PORTLET-->
<div class="portlet light ">
<div class="portlet-title">
<div class="caption font-purple-plum">
<i class="icon-speech font-purple-plum"></i>
<span class="caption-subject bold uppercase"> Demo 1</span>
<span class="caption-helper">right click inside the box</span>
</div>
<div class="actions">
<a class="btn btn-circle btn-icon-only btn-default" href="javascript:;">
<i class="icon-cloud-upload"></i>
</a>
<a class="btn btn-circle btn-icon-only btn-default" href="javascript:;">
<i class="icon-wrench"></i>
</a>
<a class="btn btn-circle btn-icon-only btn-default" href="javascript:;">
<i class="icon-trash"></i>
</a>
<a class="btn btn-circle btn-icon-only btn-default fullscreen" href="javascript:;" data-original-title="" title=""> </a>
</div>
</div>
<div class="portlet-body">
<div id="context" data-toggle="context" data-target="#context-menu">
<p> Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum. Duis mollis, est non commodo luctus, nisi erat porttitor ligula,
eget lacinia odio sem nec elit. Cras mattis consectetur purus sit. </p>
</div>
<!-- Your custom menu with dropdown-menu as default styling -->
<div id="context-menu">
<ul class="dropdown-menu" role="menu">
<li>
<a href="javascript:;">
<i class="icon-user"></i> New User </a>
</li>
<li>
<a href="javascript:;">
<i class="icon-present"></i> New Event
<span class="badge badge-success">4</span>
</a>
</li>
<li>
<a href="javascript:;">
<i class="icon-basket"></i> New order </a>
</li>
<li class="divider"> </li>
<li>
<a href="javascript:;">
<i class="icon-flag"></i> Pending Orders
<span class="badge badge-danger">4</span>
</a>
</li>
<li>
<a href="javascript:;">
<i class="icon-users"></i> Pending Users
<span class="badge badge-warning">12</span>
</a>
</li>
</ul>
</div>
</div>
</div>
<!-- END PORTLET-->
</div>
<div class="col-md-6">
<!-- BEGIN PORTLET-->
<div class="portlet light ">
<div class="portlet-title">
<div class="caption font-purple-plum">
<i class="icon-speech font-purple-plum"></i>
<span class="caption-subject bold uppercase"> Demo 2</span>
<span class="caption-helper">right click inside the box</span>
</div>
<div class="actions">
<div class="btn-group">
<a class="btn btn-circle btn-default btn-sm" href="javascript:;" data-toggle="dropdown">
<i class="fa fa-user"></i> User
<i class="fa fa-angle-down"></i>
</a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="javascript:;">
<i class="icon-user"></i> New User </a>
</li>
<li>
<a href="javascript:;">
<i class="icon-present"></i> New Event
<span class="badge badge-success">4</span>
</a>
</li>
<li>
<a href="javascript:;">
<i class="icon-basket"></i> New order </a>
</li>
<li class="divider"> </li>
<li>
<a href="javascript:;">
<i class="icon-flag"></i> Pending Orders
<span class="badge badge-danger">4</span>
</a>
</li>
<li>
<a href="javascript:;">
<i class="icon-users"></i> Pending Users
<span class="badge badge-warning">12</span>
</a>
</li>
</ul>
</div>
<a href="javascript:;" class="btn btn-circle red-sunglo btn-sm">
<i class="fa fa-plus"></i> Add </a>
<a class="btn btn-circle btn-icon-only btn-default fullscreen" href="javascript:;" data-original-title="" title=""> </a>
</div>
</div>
<div class="portlet-body">
<div id="main" data-toggle="context"> This is an area where the context menu is active.
<span class="label label-danger">However, we wont allow it here.</span> But anywhere else in this text should be perfectly fine. This one is started with only javascript </div>
<div id="context-menu2">
<ul class="dropdown-menu pull-left" role="menu">
<li>
<a href="javascript:;">
<i class="icon-user"></i> New User </a>
</li>
<li>
<a href="javascript:;">
<i class="icon-present"></i> New Event
<span class="badge badge-success">4</span>
</a>
</li>
<li>
<a href="javascript:;">
<i class="icon-basket"></i> New order </a>
</li>
<li class="divider"> </li>
<li>
<a href="javascript:;">
<i class="icon-flag"></i> Pending Orders
<span class="badge badge-danger">4</span>
</a>
</li>
<li>
<a href="javascript:;">
<i class="icon-users"></i> Pending Users
<span class="badge badge-warning">12</span>
</a>
</li>
</ul>
</div>
</div>
</div>
<!-- END PORTLET-->
</div>
</div>
<div class="row">
<div class="col-md-6">
<!-- BEGIN PORTLET-->
<div class="portlet light ">
<div class="portlet-title">
<div class="caption font-red-intense">
<i class="icon-speech font-red-intense"></i>
<span class="caption-subject bold uppercase"> Demo 3</span>
<span class="caption-helper">fetch clicked menu item</span>
</div>
<div class="tools">
<a href="" class="collapse" data-original-title="" title=""> </a>
<a href="#portlet-config" data-toggle="modal" class="config" data-original-title="" title=""> </a>
<a href="" class="reload" data-original-title="" title=""> </a>
<a href="" class="fullscreen" data-original-title="" title=""> </a>
<a href="" class="remove" data-original-title="" title=""> </a>
</div>
</div>
<div class="portlet-body">
<div id="context2" data-toggle="context" data-target="#context-menu">
<p> Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum. Duis mollis, est non commodo luctus, nisi erat porttitor ligula,
eget lacinia odio sem nec elit. Cras mattis consectetur purus sit. </p>
</div>
<!-- Your custom menu with dropdown-menu as default styling -->
<div id="context-menu">
<ul class="dropdown-menu" role="menu">
<li>
<a href="javascript:;">
<i class="icon-user"></i> New User </a>
</li>
<li>
<a href="javascript:;">
<i class="icon-present"></i> New Event
<span class="badge badge-success">4</span>
</a>
</li>
<li>
<a href="javascript:;">
<i class="icon-basket"></i> New order </a>
</li>
<li class="divider"> </li>
<li>
<a href="javascript:;">
<i class="icon-flag"></i> Pending Orders
<span class="badge badge-danger">4</span>
</a>
</li>
<li>
<a href="javascript:;">
<i class="icon-users"></i> Pending Users
<span class="badge badge-warning">12</span>
</a>
</li>
</ul>
</div>
</div>
</div>
<!-- END PORTLET-->
</div>
</div>
</div>
<!-- END CONTENT BODY -->
</div>
<!-- END CONTENT -->
<!-- BEGIN QUICK SIDEBAR -->
<a href="javascript:;" class="page-quick-sidebar-toggler">
<i class="icon-login"></i>
</a>
<div class="page-quick-sidebar-wrapper" data-close-on-body-click="false">
<div class="page-quick-sidebar">
<ul class="nav nav-tabs">
<li class="active">
<a href="javascript:;" data-target="#quick_sidebar_tab_1" data-toggle="tab"> Users
<span class="badge badge-danger">2</span>
</a>
</li>
<li>
<a href="javascript:;" data-target="#quick_sidebar_tab_2" data-toggle="tab"> Alerts
<span class="badge badge-success">7</span>
</a>
</li>
<li class="dropdown">
<a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown"> More
<i class="fa fa-angle-down"></i>
</a>
<ul class="dropdown-menu pull-right">
<li>
<a href="javascript:;" data-target="#quick_sidebar_tab_3" data-toggle="tab">
<i class="icon-bell"></i> Alerts </a>
</li>
<li>
<a href="javascript:;" data-target="#quick_sidebar_tab_3" data-toggle="tab">
<i class="icon-info"></i> Notifications </a>
</li>
<li>
<a href="javascript:;" data-target="#quick_sidebar_tab_3" data-toggle="tab">
<i class="icon-speech"></i> Activities </a>
</li>
<li class="divider"></li>
<li>
<a href="javascript:;" data-target="#quick_sidebar_tab_3" data-toggle="tab">
<i class="icon-settings"></i> Settings </a>
</li>
</ul>
</li>
</ul>
<div class="tab-content">
<div class="tab-pane active page-quick-sidebar-chat" id="quick_sidebar_tab_1">
<div class="page-quick-sidebar-chat-users" data-rail-color="#ddd" data-wrapper-class="page-quick-sidebar-list">
<h3 class="list-heading">Staff</h3>
<ul class="media-list list-items">
<li class="media">
<div class="media-status">
<span class="badge badge-success">8</span>
</div>
<img class="media-object" src="../assets/layouts/layout/img/avatar3.jpg" alt="...">
<div class="media-body">
<h4 class="media-heading">Bob Nilson</h4>
<div class="media-heading-sub"> Project Manager </div>
</div>
</li>
<li class="media">
<img class="media-object" src="../assets/layouts/layout/img/avatar1.jpg" alt="...">
<div class="media-body">
<h4 class="media-heading">Nick Larson</h4>
<div class="media-heading-sub"> Art Director </div>
</div>
</li>
<li class="media">
<div class="media-status">
<span class="badge badge-danger">3</span>
</div>
<img class="media-object" src="../assets/layouts/layout/img/avatar4.jpg" alt="...">
<div class="media-body">
<h4 class="media-heading">Deon Hubert</h4>
<div class="media-heading-sub"> CTO </div>
</div>
</li>
<li class="media">
<img class="media-object" src="../assets/layouts/layout/img/avatar2.jpg" alt="...">
<div class="media-body">
<h4 class="media-heading">Ella Wong</h4>
<div class="media-heading-sub"> CEO </div>
</div>
</li>
</ul>
<h3 class="list-heading">Customers</h3>
<ul class="media-list list-items">
<li class="media">
<div class="media-status">
<span class="badge badge-warning">2</span>
</div>
<img class="media-object" src="../assets/layouts/layout/img/avatar6.jpg" alt="...">
<div class="media-body">
<h4 class="media-heading">Lara Kunis</h4>
<div class="media-heading-sub"> CEO, Loop Inc </div>
<div class="media-heading-small"> Last seen 03:10 AM </div>
</div>
</li>
<li class="media">
<div class="media-status">
<span class="label label-sm label-success">new</span>
</div>
<img class="media-object" src="../assets/layouts/layout/img/avatar7.jpg" alt="...">
<div class="media-body">
<h4 class="media-heading">Ernie Kyllonen</h4>
<div class="media-heading-sub"> Project Manager,
<br> SmartBizz PTL </div>
</div>
</li>
<li class="media">
<img class="media-object" src="../assets/layouts/layout/img/avatar8.jpg" alt="...">
<div class="media-body">
<h4 class="media-heading">Lisa Stone</h4>
<div class="media-heading-sub"> CTO, Keort Inc </div>
<div class="media-heading-small"> Last seen 13:10 PM </div>
</div>
</li>
<li class="media">
<div class="media-status">
<span class="badge badge-success">7</span>
</div>
<img class="media-object" src="../assets/layouts/layout/img/avatar9.jpg" alt="...">
<div class="media-body">
<h4 class="media-heading">Deon Portalatin</h4>
<div class="media-heading-sub"> CFO, H&D LTD </div>
</div>
</li>
<li class="media">
<img class="media-object" src="../assets/layouts/layout/img/avatar10.jpg" alt="...">
<div class="media-body">
<h4 class="media-heading">Irina Savikova</h4>
<div class="media-heading-sub"> CEO, Tizda Motors Inc </div>
</div>
</li>
<li class="media">
<div class="media-status">
<span class="badge badge-danger">4</span>
</div>
<img class="media-object" src="../assets/layouts/layout/img/avatar11.jpg" alt="...">
<div class="media-body">
<h4 class="media-heading">Maria Gomez</h4>
<div class="media-heading-sub"> Manager, Infomatic Inc </div>
<div class="media-heading-small"> Last seen 03:10 AM </div>
</div>
</li>
</ul>
</div>
<div class="page-quick-sidebar-item">
<div class="page-quick-sidebar-chat-user">
<div class="page-quick-sidebar-nav">
<a href="javascript:;" class="page-quick-sidebar-back-to-list">
<i class="icon-arrow-left"></i>Back</a>
</div>
<div class="page-quick-sidebar-chat-user-messages">
<div class="post out">
<img class="avatar" alt="" src="../assets/layouts/layout/img/avatar3.jpg" />
<div class="message">
<span class="arrow"></span>
<a href="javascript:;" class="name">Bob Nilson</a>
<span class="datetime">20:15</span>
<span class="body"> When could you send me the report ? </span>
</div>
</div>
<div class="post in">
<img class="avatar" alt="" src="../assets/layouts/layout/img/avatar2.jpg" />
<div class="message">
<span class="arrow"></span>
<a href="javascript:;" class="name">Ella Wong</a>
<span class="datetime">20:15</span>
<span class="body"> Its almost done. I will be sending it shortly </span>
</div>
</div>
<div class="post out">
<img class="avatar" alt="" src="../assets/layouts/layout/img/avatar3.jpg" />
<div class="message">
<span class="arrow"></span>
<a href="javascript:;" class="name">Bob Nilson</a>
<span class="datetime">20:15</span>
<span class="body"> Alright. Thanks! :) </span>
</div>
</div>
<div class="post in">
<img class="avatar" alt="" src="../assets/layouts/layout/img/avatar2.jpg" />
<div class="message">
<span class="arrow"></span>
<a href="javascript:;" class="name">Ella Wong</a>
<span class="datetime">20:16</span>
<span class="body"> You are most welcome. Sorry for the delay. </span>
</div>
</div>
<div class="post out">
<img class="avatar" alt="" src="../assets/layouts/layout/img/avatar3.jpg" />
<div class="message">
<span class="arrow"></span>
<a href="javascript:;" class="name">Bob Nilson</a>
<span class="datetime">20:17</span>
<span class="body"> No probs. Just take your time :) </span>
</div>
</div>
<div class="post in">
<img class="avatar" alt="" src="../assets/layouts/layout/img/avatar2.jpg" />
<div class="message">
<span class="arrow"></span>
<a href="javascript:;" class="name">Ella Wong</a>
<span class="datetime">20:40</span>
<span class="body"> Alright. I just emailed it to you. </span>
</div>
</div>
<div class="post out">
<img class="avatar" alt="" src="../assets/layouts/layout/img/avatar3.jpg" />
<div class="message">
<span class="arrow"></span>
<a href="javascript:;" class="name">Bob Nilson</a>
<span class="datetime">20:17</span>
<span class="body"> Great! Thanks. Will check it right away. </span>
</div>
</div>
<div class="post in">
<img class="avatar" alt="" src="../assets/layouts/layout/img/avatar2.jpg" />
<div class="message">
<span class="arrow"></span>
<a href="javascript:;" class="name">Ella Wong</a>
<span class="datetime">20:40</span>
<span class="body"> Please let me know if you have any comment. </span>
</div>
</div>
<div class="post out">
<img class="avatar" alt="" src="../assets/layouts/layout/img/avatar3.jpg" />
<div class="message">
<span class="arrow"></span>
<a href="javascript:;" class="name">Bob Nilson</a>
<span class="datetime">20:17</span>
<span class="body"> Sure. I will check and buzz you if anything needs to be corrected. </span>
</div>
</div>
</div>
<div class="page-quick-sidebar-chat-user-form">
<div class="input-group">
<input type="text" class="form-control" placeholder="Type a message here...">
<div class="input-group-btn">
<button type="button" class="btn green">
<i class="icon-paper-clip"></i>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane page-quick-sidebar-alerts" id="quick_sidebar_tab_2">
<div class="page-quick-sidebar-alerts-list">
<h3 class="list-heading">General</h3>
<ul class="feeds list-items">
<li>
<div class="col1">
<div class="cont">
<div class="cont-col1">
<div class="label label-sm label-info">
<i class="fa fa-check"></i>
</div>
</div>
<div class="cont-col2">
<div class="desc"> You have 4 pending tasks.
<span class="label label-sm label-warning "> Take action
<i class="fa fa-share"></i>
</span>
</div>
</div>
</div>
</div>
<div class="col2">
<div class="date"> Just now </div>
</div>
</li>
<li>
<a href="javascript:;">
<div class="col1">
<div class="cont">
<div class="cont-col1">
<div class="label label-sm label-success">
<i class="fa fa-bar-chart-o"></i>
</div>
</div>
<div class="cont-col2">
<div class="desc"> Finance Report for year 2013 has been released. </div>
</div>
</div>
</div>
<div class="col2">
<div class="date"> 20 mins </div>
</div>
</a>
</li>
<li>
<div class="col1">
<div class="cont">
<div class="cont-col1">
<div class="label label-sm label-danger">
<i class="fa fa-user"></i>
</div>
</div>
<div class="cont-col2">
<div class="desc"> You have 5 pending membership that requires a quick review. </div>
</div>
</div>
</div>
<div class="col2">
<div class="date"> 24 mins </div>
</div>
</li>
<li>
<div class="col1">
<div class="cont">
<div class="cont-col1">
<div class="label label-sm label-info">
<i class="fa fa-shopping-cart"></i>
</div>
</div>
<div class="cont-col2">
<div class="desc"> New order received with
<span class="label label-sm label-success"> Reference Number: DR23923 </span>
</div>
</div>
</div>
</div>
<div class="col2">
<div class="date"> 30 mins </div>
</div>
</li>
<li>
<div class="col1">
<div class="cont">
<div class="cont-col1">
<div class="label label-sm label-success">
<i class="fa fa-user"></i>
</div>
</div>
<div class="cont-col2">
<div class="desc"> You have 5 pending membership that requires a quick review. </div>
</div>
</div>
</div>
<div class="col2">
<div class="date"> 24 mins </div>
</div>
</li>
<li>
<div class="col1">
<div class="cont">
<div class="cont-col1">
<div class="label label-sm label-info">
<i class="fa fa-bell-o"></i>
</div>
</div>
<div class="cont-col2">
<div class="desc"> Web server hardware needs to be upgraded.
<span class="label label-sm label-warning"> Overdue </span>
</div>
</div>
</div>
</div>
<div class="col2">
<div class="date"> 2 hours </div>
</div>
</li>
<li>
<a href="javascript:;">
<div class="col1">
<div class="cont">
<div class="cont-col1">
<div class="label label-sm label-default">
<i class="fa fa-briefcase"></i>
</div>
</div>
<div class="cont-col2">
<div class="desc"> IPO Report for year 2013 has been released. </div>
</div>
</div>
</div>
<div class="col2">
<div class="date"> 20 mins </div>
</div>
</a>
</li>
</ul>
<h3 class="list-heading">System</h3>
<ul class="feeds list-items">
<li>
<div class="col1">
<div class="cont">
<div class="cont-col1">
<div class="label label-sm label-info">
<i class="fa fa-check"></i>
</div>
</div>
<div class="cont-col2">
<div class="desc"> You have 4 pending tasks.
<span class="label label-sm label-warning "> Take action
<i class="fa fa-share"></i>
</span>
</div>
</div>
</div>
</div>
<div class="col2">
<div class="date"> Just now </div>
</div>
</li>
<li>
<a href="javascript:;">
<div class="col1">
<div class="cont">
<div class="cont-col1">
<div class="label label-sm label-danger">
<i class="fa fa-bar-chart-o"></i>
</div>
</div>
<div class="cont-col2">
<div class="desc"> Finance Report for year 2013 has been released. </div>
</div>
</div>
</div>
<div class="col2">
<div class="date"> 20 mins </div>
</div>
</a>
</li>
<li>
<div class="col1">
<div class="cont">
<div class="cont-col1">
<div class="label label-sm label-default">
<i class="fa fa-user"></i>
</div>
</div>
<div class="cont-col2">
<div class="desc"> You have 5 pending membership that requires a quick review. </div>
</div>
</div>
</div>
<div class="col2">
<div class="date"> 24 mins </div>
</div>
</li>
<li>
<div class="col1">
<div class="cont">
<div class="cont-col1">
<div class="label label-sm label-info">
<i class="fa fa-shopping-cart"></i>
</div>
</div>
<div class="cont-col2">
<div class="desc"> New order received with
<span class="label label-sm label-success"> Reference Number: DR23923 </span>
</div>
</div>
</div>
</div>
<div class="col2">
<div class="date"> 30 mins </div>
</div>
</li>
<li>
<div class="col1">
<div class="cont">
<div class="cont-col1">
<div class="label label-sm label-success">
<i class="fa fa-user"></i>
</div>
</div>
<div class="cont-col2">
<div class="desc"> You have 5 pending membership that requires a quick review. </div>
</div>
</div>
</div>
<div class="col2">
<div class="date"> 24 mins </div>
</div>
</li>
<li>
<div class="col1">
<div class="cont">
<div class="cont-col1">
<div class="label label-sm label-warning">
<i class="fa fa-bell-o"></i>
</div>
</div>
<div class="cont-col2">
<div class="desc"> Web server hardware needs to be upgraded.
<span class="label label-sm label-default "> Overdue </span>
</div>
</div>
</div>
</div>
<div class="col2">
<div class="date"> 2 hours </div>
</div>
</li>
<li>
<a href="javascript:;">
<div class="col1">
<div class="cont">
<div class="cont-col1">
<div class="label label-sm label-info">
<i class="fa fa-briefcase"></i>
</div>
</div>
<div class="cont-col2">
<div class="desc"> IPO Report for year 2013 has been released. </div>
</div>
</div>
</div>
<div class="col2">
<div class="date"> 20 mins </div>
</div>
</a>
</li>
</ul>
</div>
</div>
<div class="tab-pane page-quick-sidebar-settings" id="quick_sidebar_tab_3">
<div class="page-quick-sidebar-settings-list">
<h3 class="list-heading">General Settings</h3>
<ul class="list-items borderless">
<li> Enable Notifications
<input type="checkbox" class="make-switch" checked data-size="small" data-on-color="success" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li>
<li> Allow Tracking
<input type="checkbox" class="make-switch" data-size="small" data-on-color="info" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li>
<li> Log Errors
<input type="checkbox" class="make-switch" checked data-size="small" data-on-color="danger" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li>
<li> Auto Sumbit Issues
<input type="checkbox" class="make-switch" data-size="small" data-on-color="warning" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li>
<li> Enable SMS Alerts
<input type="checkbox" class="make-switch" checked data-size="small" data-on-color="success" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li>
</ul>
<h3 class="list-heading">System Settings</h3>
<ul class="list-items borderless">
<li> Security Level
<select class="form-control input-inline input-sm input-small">
<option value="1">Normal</option>
<option value="2" selected>Medium</option>
<option value="e">High</option>
</select>
</li>
<li> Failed Email Attempts
<input class="form-control input-inline input-sm input-small" value="5" /> </li>
<li> Secondary SMTP Port
<input class="form-control input-inline input-sm input-small" value="3560" /> </li>
<li> Notify On System Error
<input type="checkbox" class="make-switch" checked data-size="small" data-on-color="danger" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li>
<li> Notify On SMTP Error
<input type="checkbox" class="make-switch" checked data-size="small" data-on-color="warning" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li>
</ul>
<div class="inner-content">
<button class="btn btn-success">
<i class="icon-settings"></i> Save Changes</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- END QUICK SIDEBAR -->
</div>
<!-- END CONTAINER -->
<!-- BEGIN FOOTER -->
<div class="page-footer">
<div class="page-footer-inner"> 2015 © Metronic by keenthemes.
<a href="http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes" title="Purchase Metronic just for 27$ and get lifetime updates for free" target="_blank">Purchase Metronic!</a>
</div>
<div class="scroll-to-top">
<i class="icon-arrow-up"></i>
</div>
</div>
<!-- END FOOTER -->
<!--[if lt IE 9]>
<script src="../assets/global/plugins/respond.min.js"></script>
<script src="../assets/global/plugins/excanvas.min.js"></script>
<![endif]-->
<!-- BEGIN CORE PLUGINS -->
<script src="../assets/global/plugins/jquery.min.js" type="text/javascript"></script>
<script src="../assets/global/plugins/bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
<script src="../assets/global/plugins/js.cookie.min.js" type="text/javascript"></script>
<script src="../assets/global/plugins/bootstrap-hover-dropdown/bootstrap-hover-dropdown.min.js" type="text/javascript"></script>
<script src="../assets/global/plugins/jquery-slimscroll/jquery.slimscroll.min.js" type="text/javascript"></script>
<script src="../assets/global/plugins/jquery.blockui.min.js" type="text/javascript"></script>
<script src="../assets/global/plugins/uniform/jquery.uniform.min.js" type="text/javascript"></script>
<script src="../assets/global/plugins/bootstrap-switch/js/bootstrap-switch.min.js" type="text/javascript"></script>
<!-- END CORE PLUGINS -->
<!-- BEGIN PAGE LEVEL PLUGINS -->
<script src="../assets/global/plugins/bootstrap-contextmenu/bootstrap-contextmenu.js" type="text/javascript"></script>
<!-- END PAGE LEVEL PLUGINS -->
<!-- BEGIN THEME GLOBAL SCRIPTS -->
<script src="../assets/global/scripts/app.min.js" type="text/javascript"></script>
<!-- END THEME GLOBAL SCRIPTS -->
<!-- BEGIN PAGE LEVEL SCRIPTS -->
<script src="../assets/pages/scripts/components-context-menu.min.js" type="text/javascript"></script>
<!-- END PAGE LEVEL SCRIPTS -->
<!-- BEGIN THEME LAYOUT SCRIPTS -->
<script src="../assets/layouts/layout2/scripts/layout.min.js" type="text/javascript"></script>
<script src="../assets/layouts/layout2/scripts/demo.min.js" type="text/javascript"></script>
<script src="../assets/layouts/global/scripts/quick-sidebar.min.js" type="text/javascript"></script>
<!-- END THEME LAYOUT SCRIPTS -->
</body>
</html> | liangazhou/django-rdp | workspace/myproject/myproject/templates/example/admin_2_rounded/components_context_menu.html | HTML | apache-2.0 | 161,467 |
<!-- Edit profile -->
<div class="user-p-edit-wrapper-052017 animated "
ng-class="isShowBasicOtherInfoEditModal==true ?'fadeIn':'display-none'">
<div class="user-edit-wrapper">
<!-- subject -->
<form name="newProfileForm" novalidate>
<!-- SSN -->
<div class="form-group">
<div class="col-lg-12">
<div class="form-group"
ng-class="{ 'validation-on-052017': newProfileForm.newProfileSSN.$invalid &&
newProfileForm.newProfileSSN.$dirty }">
<label class="label-052017">SSN</label>
<label class="label-052017" ng-show="userAccessFields.ssn.require">*</label>
<input type="text"
class="form-control"
name="newProfileSSN"
ng-model="newProfile.ssn"
ng-required="userAccessFields.ssn.require"
ng-disabled="userAccessFields && !userAccessFields.ssn.editable"/>
</div>
</div>
</div>
<div class="form-group">
<div class="col-lg-12">
<div class="form-group"
ng-class="{ 'has-error': newProfileForm.newProfilessn.$invalid &&
newProfileForm.newProfilessn.$dirty }">
<label class="label-052017">Tags</label>
<label class="label-052017" ng-show="userAccessFields.tags.require">*</label>
<tags-input
ng-model="cutomerTypes"
display-property="cutomerType"
placeholder="Search Tags..."
replace-spaces-with-dashes="false"
ng-required="userAccessFields.tags.require"
ng-disabled="userAccessFields && !userAccessFields.tags.editable"
on-tag-added="onChipAdd($tag)"
on-tag-removed="onChipDelete($tag)" >
<auto-complete source="loadCutomerType($query)"
min-length="0"
load-on-focus="true"
load-on-empty="true"
max-results-to-show="32">
</auto-complete>
</tags-input>
</div>
</div>
</div>
<div class="form-group">
<div class="col-lg-12">
<div class="form-group"
ng-class="{ 'validation-on-052017': newProfileForm.local.$invalid &&
newProfileForm.local.$dirty }">
<label class="label-052017"
for="local">
Locale
</label>
<label class="label-052017"
for="local" ng-show="userAccessFields.locale.require">
*
</label>
<select class="form-control"
name="local"
name="local"
ng-model="newProfile.locale"
ng-required="userAccessFields.locale.require"
ng-disabled="userAccessFields && !userAccessFields.locale.editable">
<option ng-repeat="locale in languages"
value="{{locale.code}}">
{{locale.name}}
</option>
</select>
</div>
</div>
</div>
<div class="col-lg-12">
<div class="form-group" style="margin-top: 5px;">
<button ng-if="!isUpdateingProfile"
class="btn btn-lg btn-block btn-save-052017"
ng-disabled="newProfileForm.$invalid"
ng-click="UpdateExternalUser(newProfile);">
UPDATE
</button>
<button ng-if="isUpdateingProfile"
class="btn btn-lg btn-block btn-save-052017"
disabled>
PLEASE WAIT...
</button>
</div>
</div>
</form>
</div>
</div> | DuoSoftware/DVP-AgentConsole | app/views/engagement/edit-form/edit-other-information.html | HTML | apache-2.0 | 4,792 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_162) on Sat Feb 02 18:57:41 CET 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>com.communote.plugins.api.rest.resource.topic (Communote 3.5 API)</title>
<meta name="date" content="2019-02-02">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
</head>
<body>
<h1 class="bar"><a href="../../../../../../../com/communote/plugins/api/rest/resource/topic/package-summary.html" target="classFrame">com.communote.plugins.api.rest.resource.topic</a></h1>
<div class="indexContainer">
<h2 title="Classes">Classes</h2>
<ul title="Classes">
<li><a href="CreateTopicParameter.html" title="class in com.communote.plugins.api.rest.resource.topic" target="classFrame">CreateTopicParameter</a></li>
<li><a href="DeleteTopicParameter.html" title="class in com.communote.plugins.api.rest.resource.topic" target="classFrame">DeleteTopicParameter</a></li>
<li><a href="EditTopicParameter.html" title="class in com.communote.plugins.api.rest.resource.topic" target="classFrame">EditTopicParameter</a></li>
<li><a href="GetCollectionTopicParameter.html" title="class in com.communote.plugins.api.rest.resource.topic" target="classFrame">GetCollectionTopicParameter</a></li>
<li><a href="GetTopicParameter.html" title="class in com.communote.plugins.api.rest.resource.topic" target="classFrame">GetTopicParameter</a></li>
<li><a href="TopicResource.html" title="class in com.communote.plugins.api.rest.resource.topic" target="classFrame">TopicResource</a></li>
<li><a href="TopicResourceHandler.html" title="class in com.communote.plugins.api.rest.resource.topic" target="classFrame">TopicResourceHandler</a></li>
<li><a href="TopicResourceHelper.html" title="class in com.communote.plugins.api.rest.resource.topic" target="classFrame">TopicResourceHelper</a></li>
<li><a href="TopicResourceValidator.html" title="class in com.communote.plugins.api.rest.resource.topic" target="classFrame">TopicResourceValidator</a></li>
</ul>
<h2 title="Enums">Enums</h2>
<ul title="Enums">
<li><a href="ETopicIdentifier.html" title="enum in com.communote.plugins.api.rest.resource.topic" target="classFrame">ETopicIdentifier</a></li>
<li><a href="ETopicListType.html" title="enum in com.communote.plugins.api.rest.resource.topic" target="classFrame">ETopicListType</a></li>
</ul>
</div>
</body>
</html>
| Communote/communote.github.io | generated/javadoc/com/communote/plugins/api/rest/resource/topic/package-frame.html | HTML | apache-2.0 | 2,605 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel='shortcut icon' type='image/x-icon' href='../css/favicon.ico' />
<link href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,900" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link href="../css/game.css" type="text/css" rel="stylesheet" />
<title>Apelsin Games - Project 1</title>
</head>
<body>
<section class="hat">
<div class="vid">
<div class="top">
<script>var playersrc;</script>
<iframe width="100%" height="100%" id="JSytplayer" src="https://www.youtube.com/embed/4PofErzcuyY?rel=0&controls=0&showinfo=0" onmouseover="this.src=playersrc+'&autoplay=1'" onmouseout="this.src=playersrc" frameborder="0" allowfullscreen></iframe>
<script>playersrc=document.getElementById('JSytplayer').src;</script>
</div>
<div class="bottom text-center">Наведи на меня</div>
</div>
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<!--<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Games<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="#">Project 1</a></li>
<li><a href="#">Project 2</a></li>
<li><a href="#">Project 3</a></li>
</ul>
</li>-->
<li><a href="../index.html">About</a></li>
<li><a href="game_list.html">Games</a></li>
<li><a href="#">For Partners</a></li>
<li><a href="#">Something</a></li>
</ul>
</div>
</div>
</nav>
</section>
<section class="content">
<p class="title">name</p>
<p class="info">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum sit amet sodales augue, vestibulum facilisis ligula. Aenean eget dolor id arcu condimentum convallis eget id nunc. Nunc ut tincidunt nisl. Proin sit amet mi eu mauris commodo auctor. Mauris finibus, metus in porta tincidunt, leo elit fringilla neque, non gravida arcu orci eu sapien. Duis vitae mattis arcu, in pulvinar ex. Nunc finibus ut lorem in convallis. Ut ut libero erat. Vestibulum eget mauris lectus. Donec sollicitudin et ipsum at posuere. Maecenas quis scelerisque tortor, ac egestas massa. Nunc commodo tellus eu mauris lobortis, ut scelerisque tortor iaculis.
</p>
<div class="container-fluid" id="plane">
<div class="row image-plane">
<div class="col-md-3" id="img1"></div>
<div class="col-md-3" id="img"></div>
<div class="col-md-3" id="img"></div>
<div class="col-md-3" id="img"></div>
</div>
</div>
<div class="container-fluid" id="end">
<div class="row">
<div class="col-md-4 for_social text-center">
<ul class="social">
<li><a href=https://www.facebook.com/ target="_blank"><div id="fb"></div></a>
<li><a href=https://www.instagram.com/?hl=en target="_blank"><div id="inst"></div></a>
<li><a href=https://plus.google.com/ target="_blank"><div id="goo"></div></a>
<li><a href=https://vk.com/ target="_blank"><div id="vk"></div></a>
</ul>
</div>
<div class="col-md-4"><a href="" id="link"><div class="logo"></div></a></div>
<div class="col-md-4 text-right">
<p id="apelsin">Apelsin Games</p>
<p id="copyright">@2016.All Rights Reserved</p>
</div>
</div>
</div>
</section>
<footer>
<script>
$('#link').click(function(e){
$("html, body").animate({ scrollTop: 0 }, 600);
e.preventDefault()
});
</script>
</footer>
</body>
</html> | HikingSheep/web | pages/game.html | HTML | apache-2.0 | 4,902 |
<html>
<head>
<link rel="stylesheet" href="maven-theme.css">
<title>AppSecInc. MSI Extensions</title>
</head>
<body>
<!-- Generated by Doxygen 1.8.5 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_ba210d1fa67db7bee1bb22e0a3c11d9f.html">Common</a></li><li class="navelem"><a class="el" href="dir_ca5949868a4aefd6b6141cedaa3a0ac1.html">Registry</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">Registry Directory Reference</div> </div>
</div><!--header-->
<div class="contents">
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="files"></a>
Files</h2></td></tr>
<tr class="memitem:_registry_8cpp"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="_registry_8cpp.html">Registry.cpp</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:_registry_8h"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="_registry_8h.html">Registry.h</a> <a href="_registry_8h_source.html">[code]</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:_common_2_registry_2_std_afx_8cpp"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="_common_2_registry_2_std_afx_8cpp.html">stdafx.cpp</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:_common_2_registry_2_std_afx_8h"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="_common_2_registry_2_std_afx_8h.html">stdafx.h</a> <a href="_common_2_registry_2_std_afx_8h_source.html">[code]</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
</table>
</div><!-- contents -->
<br><hr noshade>
<table width="100%">
<tr>
<td valign="top" align="left">
<font size="1">© Application Security Inc. - All Rights Reserved</font>
</td>
<td valign="top" align="right">
<a href="http://msiext.codeplex.com" target="_blank">http://msiext.codeplex.com</a>
</td>
</tr>
</table>
</body>
<head>
<link href="tabs.css" rel="stylesheet" type="text/css">
</head>
</html>
| developmentalmadness/HelloWiX | lib/msiext-1.4/Docs/dir_ca5949868a4aefd6b6141cedaa3a0ac1.html | HTML | apache-2.0 | 3,006 |
@import com.cjwwdev.frontendUI.builders.NavBarLinkBuilder
@import com.cjwwdev.views.html.templates.MainTemplate
@(accType : String)(implicit request: Request[_], messages: MessagesApi, lang: Lang, links: Seq[NavBarLinkBuilder], navBarRoutes: Map[String, Call])
@individual = {
<div id="individual-success">
<p>@messages("pages.register-success.individual.top")</p>
<ul class="list-bullet">
<li><p>@messages("pages.register-success.individual.list.one")</p></li>
<li><p>@messages("pages.register-success.individual.list.two")</p></li>
</ul>
<p>@messages("pages.register-success.individual.bottom")</p>
</div>
}
@organisation = {
<div id="organisation-success">
<p>@messages("pages.register-success.organisation.top")</p>
<ul class="list-bullet">
<li><p>@messages("pages.register-success.organisation.list.one")</p></li>
<li><p>@messages("pages.register-success.organisation.list.two")</p></li>
<li><p>@messages("pages.register-success.organisation.list.three")</p></li>
</ul>
</div>
}
@MainTemplate(title = messages("pages.register-success.title"), links, navBarRoutes) {
<div class="top-block-single">
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-4 col-xs-12">
<div class="responsive-container">
<div class="dummy"></div>
<div class="img-container">
<img src="@routes.Assets.versioned("images/logo.png")" width="100%" alt="CJWW main logo">
</div>
</div>
</div>
<div class="col-md-8 col-sm-8 col-xs-12">
<h1 id="main-heading">@messages("pages.register-success.heading")</h1>
<p>@messages("pages.register-success.body.top")</p>
@if(accType == "individual"){
@individual
}
@if(accType == "organisation"){
@organisation
}
<p>@messages("pages.register-success.body.bottom")</p>
<a id="login-submit" class="btn btn-success" href="@controllers.login.routes.LoginController.show(None)"><span class="glyphicon glyphicon-log-in" aria-hidden="true"></span> @messages("app.common.login")</a>
</div>
</div>
</div>
</div>
} | cjww-development/auth-service | app/views/register/RegisterSuccess.scala.html | HTML | apache-2.0 | 2,364 |
<!DOCTYPE html>
<html>
{% include head.html %}
<body id="page-top" class="index">
{% include nav.html %}
{% include header.html %}
{% include portfolio_grid.html %}
{% include about.html %}
{% if site.contact == "static" %}
{% include contact_static.html %}
{% elsif site.contact == "disqus" %}
{% include contact_disqus.html %}
{% else %}
{% include contact.html %}
{% endif %}
{% include footer.html %}
{% include js.html %}
</body>
</html>
| dpa-newslab/dpa-infocom-faq-website | _layouts/homepage.html | HTML | apache-2.0 | 509 |
<!DOCTYPE html>
<html>
{% include head.html %}
<body id="page-top" class="index">
{% include nav.html %}
{% include header.html %}
{% include service_grid.html %}
{% include product_grid.html %}
{% include classified_grid.html %}
{% include about.html %}
{% if site.contact == "static" %}
{% include contact_static.html %}
{% elsif site.contact == "disqus" %}
{% include contact_disqus.html %}
{% else %}
{% include contact.html %}
{% endif %}
{% include footer.html %}
{% include service_modals.html %}
{% include classified_modals.html %}
{% include product_modals.html %}
{% include js.html %}
{% include analytics.html %}
</body>
</html> | PortalCMP/portalcmp.github.io | _layouts/default.html | HTML | apache-2.0 | 731 |
<!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.12"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Enocean: 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>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
</script><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.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="../../EnOcean_logo_claim_pos_rgb.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Enocean
 <span id="projectnumber">1.0</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.12 -->
<script type="text/javascript" src="../../menudata.js"></script>
<script type="text/javascript" src="../../menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('../../',false,false,'search.php','Search');
});
</script>
<div id="main-nav"></div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="../../d0/db3/namespacech.html">ch</a></li><li class="navelem"><a class="el" href="../../df/d58/namespacech_1_1bfh.html">bfh</a></li><li class="navelem"><a class="el" href="../../dd/d30/namespacech_1_1bfh_1_1gr33nopo55um.html">gr33nopo55um</a></li><li class="navelem"><a class="el" href="../../d7/dcd/namespacech_1_1bfh_1_1gr33nopo55um_1_1enocean.html">enocean</a></li><li class="navelem"><a class="el" href="../../d7/dda/namespacech_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram.html">telegram</a></li><li class="navelem"><a class="el" href="../../d5/dbf/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1RadioMessage.html">RadioMessage</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">RadioMessage Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="../../d5/dbf/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1RadioMessage.html">RadioMessage</a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="../../d2/d3d/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1TelegramHeader.html#ad1ee9d4c6020604a53cc455307c3278a">crcData</a></td><td class="entry"><a class="el" href="../../d2/d3d/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1TelegramHeader.html">TelegramHeader</a></td><td class="entry"><span class="mlabel">package</span></td></tr>
<tr><td class="entry"><a class="el" href="../../d2/d3d/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1TelegramHeader.html#ac50394778872f72e8f5ac69718956b3c">dataLength</a></td><td class="entry"><a class="el" href="../../d2/d3d/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1TelegramHeader.html">TelegramHeader</a></td><td class="entry"><span class="mlabel">package</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="../../d5/dbf/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1RadioMessage.html#ad2c3b8f9fd4bbc30208e66b69c290dc6">dbm</a></td><td class="entry"><a class="el" href="../../d5/dbf/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1RadioMessage.html">RadioMessage</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr><td class="entry"><a class="el" href="../../d2/d3d/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1TelegramHeader.html#ab5f2f0710af7330ab5f67d64983528cb">decodeTelegram</a>(String hexTelegram)</td><td class="entry"><a class="el" href="../../d2/d3d/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1TelegramHeader.html">TelegramHeader</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="../../d5/dbf/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1RadioMessage.html#aa581cac5c3efd3142ffa8482079031e9">decodeTelegramData</a>(String hexTelegram)</td><td class="entry"><a class="el" href="../../d5/dbf/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1RadioMessage.html">RadioMessage</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="../../d2/d3d/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1TelegramHeader.html#a5e4622b1b692320953715a4f2dc064aa">decodeTelegramHeader</a>(String hexTelegram)</td><td class="entry"><a class="el" href="../../d2/d3d/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1TelegramHeader.html">TelegramHeader</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="../../d5/dbf/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1RadioMessage.html#aa6aa9318a98d6578ce0ad9aeab2eff06">destinationID</a></td><td class="entry"><a class="el" href="../../d5/dbf/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1RadioMessage.html">RadioMessage</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr><td class="entry"><a class="el" href="../../d2/d3d/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1TelegramHeader.html#accd2600060dbaee3a3b41aed4034c63c">dump</a>()</td><td class="entry"><a class="el" href="../../d2/d3d/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1TelegramHeader.html">TelegramHeader</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="../../d5/dbf/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1RadioMessage.html#aff152c0c0c3d5e7011bfff0b9c08032b">dumpData</a>()</td><td class="entry"><a class="el" href="../../d5/dbf/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1RadioMessage.html">RadioMessage</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="../../d2/d3d/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1TelegramHeader.html#af74dcc31853ed58e41323c6a6f51ebf0">dumpHeader</a>()</td><td class="entry"><a class="el" href="../../d2/d3d/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1TelegramHeader.html">TelegramHeader</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="../../d5/dbf/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1RadioMessage.html#a00e3ee3b777334ef3bd46bd4105f9603">encodeTelegram</a>()</td><td class="entry"><a class="el" href="../../d5/dbf/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1RadioMessage.html">RadioMessage</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="../../d5/dbf/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1RadioMessage.html#a8a67618ab0362f3d0b60bba6ca93d883">encodeTelegramData</a>()</td><td class="entry"><a class="el" href="../../d5/dbf/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1RadioMessage.html">RadioMessage</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="../../d2/d3d/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1TelegramHeader.html#a83697e9f527af0a6d017df13ee5e8ad7">encodeTelegramHeader</a>()</td><td class="entry"><a class="el" href="../../d2/d3d/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1TelegramHeader.html">TelegramHeader</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="../../d2/d3d/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1TelegramHeader.html#a4ca8057e923f20e9ac24f838cc140f4f">getCrcData</a>()</td><td class="entry"><a class="el" href="../../d2/d3d/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1TelegramHeader.html">TelegramHeader</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="../../d2/d3d/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1TelegramHeader.html#ad7ce354ab090b18ea5042877e750fcc3">getCrcHeader</a>()</td><td class="entry"><a class="el" href="../../d2/d3d/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1TelegramHeader.html">TelegramHeader</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="../../d2/d3d/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1TelegramHeader.html#a9110a93cbc034ae4563e6921948af9fb">getCreationDate</a>()</td><td class="entry"><a class="el" href="../../d2/d3d/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1TelegramHeader.html">TelegramHeader</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="../../d2/d3d/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1TelegramHeader.html#a77ffdd96b737ec272cb7ac9f6f603daf">getData</a>()</td><td class="entry"><a class="el" href="../../d2/d3d/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1TelegramHeader.html">TelegramHeader</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="../../d2/d3d/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1TelegramHeader.html#aa1b442d6ff76887252e1e4f87313735b">getDataLength</a>()</td><td class="entry"><a class="el" href="../../d2/d3d/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1TelegramHeader.html">TelegramHeader</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="../../d5/dbf/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1RadioMessage.html#a41fc3f0b91116ab725e007c5cea15def">getDbm</a>()</td><td class="entry"><a class="el" href="../../d5/dbf/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1RadioMessage.html">RadioMessage</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="../../d5/dbf/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1RadioMessage.html#ae8e1a722213792caeaeca22c2fd4a672">getDestinationID</a>()</td><td class="entry"><a class="el" href="../../d5/dbf/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1RadioMessage.html">RadioMessage</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="../../d2/d3d/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1TelegramHeader.html#a1de92bbda5fc4c67d105c1fe669b76d3">getFullTelegram</a>()</td><td class="entry"><a class="el" href="../../d2/d3d/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1TelegramHeader.html">TelegramHeader</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="../../d5/dbf/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1RadioMessage.html#a30e533a51833664ad05441781ee6a6a0">getId</a>()</td><td class="entry"><a class="el" href="../../d5/dbf/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1RadioMessage.html">RadioMessage</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="../../d2/d3d/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1TelegramHeader.html#adf4fc8a6bb7b75246cd8e758bdb64046">getOptionalLenght</a>()</td><td class="entry"><a class="el" href="../../d2/d3d/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1TelegramHeader.html">TelegramHeader</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="../../d5/dbf/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1RadioMessage.html#adab2956575714ba91a8c1b2920f98d5a">getSourceID</a>()</td><td class="entry"><a class="el" href="../../d5/dbf/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1RadioMessage.html">RadioMessage</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="../../d2/d3d/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1TelegramHeader.html#ac7b8c263d333cdcef36d5f66fb40157d">getSyncByte</a>()</td><td class="entry"><a class="el" href="../../d2/d3d/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1TelegramHeader.html">TelegramHeader</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="../../d5/dbf/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1RadioMessage.html#afdea3f4ac85ac5819c978584be2be48e">id</a></td><td class="entry"><a class="el" href="../../d5/dbf/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1RadioMessage.html">RadioMessage</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="../../d2/d3d/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1TelegramHeader.html#a0551c1ea33ccc5de1fe8a6b2745d7adf">persist</a>()</td><td class="entry"><a class="el" href="../../d2/d3d/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1TelegramHeader.html">TelegramHeader</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="../../d2/d3d/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1TelegramHeader.html#ab332d1599c41193aa0f27c998fbfc8a2">setCrcData</a>(int crcData)</td><td class="entry"><a class="el" href="../../d2/d3d/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1TelegramHeader.html">TelegramHeader</a></td><td class="entry"><span class="mlabel">package</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="../../d2/d3d/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1TelegramHeader.html#a5af4fb0bafdf9c4c2a3c632dcddb2647">setData</a>(Long data)</td><td class="entry"><a class="el" href="../../d2/d3d/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1TelegramHeader.html">TelegramHeader</a></td><td class="entry"><span class="mlabel">package</span></td></tr>
<tr><td class="entry"><a class="el" href="../../d2/d3d/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1TelegramHeader.html#a98c5298c4aa8f5b7611dfdfd4e662962">setDataLength</a>(int dataLength)</td><td class="entry"><a class="el" href="../../d2/d3d/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1TelegramHeader.html">TelegramHeader</a></td><td class="entry"><span class="mlabel">package</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="../../d5/dbf/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1RadioMessage.html#a17374793c87ff1a128532736cc1bb082">setDbm</a>(int dbm)</td><td class="entry"><a class="el" href="../../d5/dbf/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1RadioMessage.html">RadioMessage</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr><td class="entry"><a class="el" href="../../d5/dbf/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1RadioMessage.html#a0adf8d36cde20c0aa200903cd150803d">setDestinationID</a>(String destinationID)</td><td class="entry"><a class="el" href="../../d5/dbf/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1RadioMessage.html">RadioMessage</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="../../d5/dbf/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1RadioMessage.html#ae855b9b14d52c956a065d1a71f74a136">setId</a>(Long id)</td><td class="entry"><a class="el" href="../../d5/dbf/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1RadioMessage.html">RadioMessage</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="../../d2/d3d/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1TelegramHeader.html#a3e90d714f885a15123cff63b7feb235e">setOptionalLenght</a>(int optionalLenght)</td><td class="entry"><a class="el" href="../../d2/d3d/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1TelegramHeader.html">TelegramHeader</a></td><td class="entry"><span class="mlabel">package</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="../../d5/dbf/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1RadioMessage.html#a08d61b4a6cac9ab60980686e43f9d54c">setSourceID</a>(String sourceID)</td><td class="entry"><a class="el" href="../../d5/dbf/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1RadioMessage.html">RadioMessage</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr><td class="entry"><a class="el" href="../../d2/d3d/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1TelegramHeader.html#aefb362619756b649f77f5a09ea1d1d4f">setSyncByte</a>(int syncByte)</td><td class="entry"><a class="el" href="../../d2/d3d/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1TelegramHeader.html">TelegramHeader</a></td><td class="entry"><span class="mlabel">package</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="../../d5/dbf/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1RadioMessage.html#a6965405fe53f75dbc7a3781e45b27a31">sourceID</a></td><td class="entry"><a class="el" href="../../d5/dbf/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1RadioMessage.html">RadioMessage</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr><td class="entry"><a class="el" href="../../d5/dbf/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1RadioMessage.html#ad146fa8579a5f8a876c4688cc5a68520">toString</a>()</td><td class="entry"><a class="el" href="../../d5/dbf/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1RadioMessage.html">RadioMessage</a></td><td class="entry"></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="../../doxygen.png" alt="doxygen"/>
</a> 1.8.12
</small></address>
</body>
</html>
| Gr33nOpo55um/EnOcean | documentation/doxygen/html/dd/d30/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1telegram_1_1RadioMessage-members.html | HTML | apache-2.0 | 18,105 |
<html>
<head>
<title>PxVec3.h File Reference</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<LINK HREF="NVIDIA.css" REL="stylesheet" TYPE="text/css">
</head>
<body bgcolor="#FFFFFF">
<div id="header">
<hr class="first">
<img alt="" src="images/PhysXlogo.png" align="middle"> <br>
<center>
<a class="qindex" href="main.html">Main Page</a>
<a class="qindex" href="hierarchy.html">Class Hierarchy</a>
<a class="qindex" href="annotated.html">Compound List</a>
<a class="qindex" href="functions.html">Compound Members</a>
</center>
<hr class="second">
</div>
<!-- Generated by Doxygen 1.8.3.1 -->
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_856524284ebe840938865dc061f982fb.html">Include</a></li><li class="navelem"><a class="el" href="dir_0f5d6d37362f7b812b4f943e8988e8d4.html">foundation</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#nested-classes">Classes</a> |
<a href="#func-members">Functions</a> </div>
<div class="headertitle">
<div class="title">PxVec3.h File Reference</div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><code>#include "<a class="el" href="PxMath_8h_source.html">foundation/PxMath.h</a>"</code><br/>
</div><div class="textblock"><div class="dynheader">
This graph shows which files directly or indirectly include this file:</div>
<div class="dyncontent">
<div class="center"><img src="PxVec3_8h__dep__incl.png" border="0" usemap="#PxVec3_8hdep" alt=""/></div>
<map name="PxVec3_8hdep" id="PxVec3_8hdep">
</map>
</div>
</div>
<p><a href="PxVec3_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  </td><td class="memItemRight" valign="bottom"><a class="el" href="classPxVec3.html">PxVec3</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">3 Element vector class. <a href="classPxVec3.html#details">More...</a><br/></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:ga58a17b4e110d14c1f8a8c9e9f35e9c5b"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="group__foundation.html#ga6e444d58dbf1459261fadc9b79594f63">PX_CUDA_CALLABLE</a> <br class="typebreak"/>
<a class="el" href="group__foundation.html#ga6a774eed3cad34b0f636332a3d28c6bb">PX_FORCE_INLINE</a> <a class="el" href="classPxVec3.html">PxVec3</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__foundation.html#ga58a17b4e110d14c1f8a8c9e9f35e9c5b">operator*</a> (<a class="el" href="group__foundation.html#gad567a025d5e084c3b953c7ad755fc2b6">PxReal</a> f, const <a class="el" href="classPxVec3.html">PxVec3</a> &v)</td></tr>
<tr class="separator:ga58a17b4e110d14c1f8a8c9e9f35e9c5b"><td class="memSeparator" colspan="2"> </td></tr>
</table>
</div><!-- contents -->
<hr style="width: 100%; height: 2px;"><br>
Copyright © 2008-2015 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved. <a href="http://www.nvidia.com ">www.nvidia.com</a>
</body>
</html>
| LiangYue1981816/CrossEngine | PhysX-3.3/PhysXSDK/Documentation/PhysXAPI/files/PxVec3_8h.html | HTML | apache-2.0 | 3,574 |
<html>
<head>
<meta http-equiv=Content-Type content="text/html; charset=utf-8">
<meta name=Generator content="Microsoft Word 14 (filtered)">
<style>
<!--
/* Font Definitions */
@font-face
{font-family:"Courier New";
panose-1:2 7 3 9 2 2 5 2 4 4;}
@font-face
{font-family:Wingdings;
panose-1:5 0 0 0 0 0 0 0 0 0;}
@font-face
{font-family:Wingdings;
panose-1:5 0 0 0 0 0 0 0 0 0;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin-top:0in;
margin-right:0in;
margin-bottom:10.0pt;
margin-left:0in;
line-height:115%;
font-size:11.0pt;
font-family:Calibri;}
h2
{margin-right:0in;
margin-left:0in;
font-size:18.0pt;
font-family:"Times New Roman";
font-weight:bold;}
h3
{margin-right:0in;
margin-left:0in;
font-size:13.5pt;
font-family:"Times New Roman";
font-weight:bold;}
h4
{margin-right:0in;
margin-left:0in;
font-size:12.0pt;
font-family:"Times New Roman";
font-weight:bold;}
h5
{margin-right:0in;
margin-left:0in;
font-size:10.0pt;
font-family:"Times New Roman";
font-weight:bold;}
a:link, span.MsoHyperlink
{color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{color:purple;
text-decoration:underline;}
p
{margin-right:0in;
margin-left:0in;
font-size:12.0pt;
font-family:"Times New Roman";}
code
{font-family:"Courier New";}
span.Heading2Char
{font-family:"Times New Roman";
font-weight:bold;}
span.Heading3Char
{font-family:"Times New Roman";
font-weight:bold;}
span.Heading4Char
{font-family:"Times New Roman";
font-weight:bold;}
span.Heading5Char
{font-family:"Times New Roman";
font-weight:bold;}
.MsoChpDefault
{font-size:11.0pt;
font-family:Calibri;}
.MsoPapDefault
{margin-bottom:10.0pt;
line-height:115%;}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
/* List Definitions */
ol
{margin-bottom:0in;}
ul
{margin-bottom:0in;}
-->
</style>
</head>
<body lang=EN-US link=blue vlink=purple>
<div class=WordSection1>
<p class=MsoNormal style='line-height:normal'><b><span style='font-size:18.0pt;
font-family:"Times New Roman"'>Overview</span></b></p>
<p class=MsoNormal style='line-height:normal'><span style='font-size:12.0pt;
font-family:"Times New Roman"'>This sample code demonstrates how to convert a
set of related CSV files into a SLI-EdFi xml. The latest Ed-Fi schema can be
found here: http://www.ed-fi.org/wp-content/uploads/2011/06/Ed-Fi-Core-1.0.03.xsd_.zip</span></p>
<p class=MsoNormal style='line-height:normal'><span style='font-size:12.0pt;
font-family:"Times New Roman"'>In this example, we convert data from csv files
(Student.csv, StudentAddress.csv, StudentLanguage.csv, Parent.csv and
StudentParentAssociation.csv) into an xml file consisting of student, parent
and student-parent-association entities.</span></p>
<p class=MsoNormal style='line-height:normal'><span style='font-size:12.0pt;
font-family:"Times New Roman"'>All sample csv files are located in the data
folder in this sample project.</span></p>
<p class=MsoNormal style='line-height:normal'><span style='font-size:12.0pt;
font-family:"Times New Roman"'>Those files only capture the data that can be
supported by the SLI-EdFi schema. If the csv file contains unsupported data, it
will be ignored when the xml is generated.</span></p>
<p class=MsoNormal style='line-height:normal'><b><span style='font-size:12.0pt;
font-family:"Times New Roman"'>Some assumptions on the CSV files:</span></b></p>
<ol start=1 type=1>
<li class=MsoNormal style='line-height:normal'><b><span style='font-size:12.0pt;
font-family:"Times New Roman"'>Records in the csv files are sorted. For
example, records in student.csv, studentAddress.csv and
studentLanguage.csv are sorted by studentUSI in ascending order, and
records in parent.csv are sorted by ParentUSI.</span></b></li>
<li class=MsoNormal style='line-height:normal'><b><span style='font-size:12.0pt;
font-family:"Times New Roman"'>References, e.g. StudentUSI and ParentUSI,
in studentParentAssociation.csv are legitimate and exist in both
student.csv and parent.csv. This sample code does not check the reference
integrity across csv files.</span></b></li>
</ol>
<p class=MsoNormal style='line-height:normal'><b><span style='font-size:13.5pt;
font-family:"Times New Roman"'>Sample Project Structure</span></b></p>
<p class=MsoNormal style='line-height:normal'><span style='font-size:12.0pt;
font-family:"Times New Roman"'>The developer can download the full Sample
project from here: (...), and unzip it into a folder, such as
"c:\SLI_Project". The developer can import it into Eclipse as an
existing java project. This project is built and tested using java 1.6.0_31 and
Eclipse Indigo with SP1.</span></p>
<p class=MsoNormal style='line-height:normal'><span style='font-size:12.0pt;
font-family:"Times New Roman"'>The project structure as shown below:</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><b><span style='font-size:12.0pt;font-family:"Times New Roman"'>project
structure</span></b></p>
<table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0>
<tr>
<td style='padding:0in 0in 0in 0in'>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'>--csv2xml</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> .classpath</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> .project</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> --src</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> --org</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> --slc</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> --sli</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> --sample</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> --entities</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> --transform</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> --data</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> --edfiXsd</span></p>
</td>
</tr>
</table>
<ul type=disc>
<li class=MsoNormal style='line-height:normal'><b><i><span style='font-size:
12.0pt;font-family:"Times New Roman"'>csv2xml</span></i></b><span
style='font-size:12.0pt;font-family:"Times New Roman"'> is the root folder
for the project.</span></li>
<li class=MsoNormal style='line-height:normal'><b><i><span style='font-size:
12.0pt;font-family:"Times New Roman"'>src/org/slc/sli/sample/entities</span></i></b><span
style='font-size:12.0pt;font-family:"Times New Roman"'> contains JAXB java
source code for all SLI-EdFi entities.</span></li>
<li class=MsoNormal style='line-height:normal'><b><i><span style='font-size:
12.0pt;font-family:"Times New Roman"'>src/org/slc/sli/sample/transform</span></i></b><span
style='font-size:12.0pt;font-family:"Times New Roman"'> contains the
source code of the CSV2XMLTransformer</span></li>
<li class=MsoNormal style='line-height:normal'><b><i><span style='font-size:
12.0pt;font-family:"Times New Roman"'>data</span></i></b><span
style='font-size:12.0pt;font-family:"Times New Roman"'> contains the
sample csv files for this project.</span></li>
<li class=MsoNormal style='line-height:normal'><b><i><span style='font-size:
12.0pt;font-family:"Times New Roman"'>edfiXsd</span></i></b><span
style='font-size:12.0pt;font-family:"Times New Roman"'> contains the
SLI-EdFi schema xsd files.</span></li>
</ul>
<p class=MsoNormal style='line-height:normal'><b><span style='font-size:13.5pt;
font-family:"Times New Roman"'>Sample csv files</span></b></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><b><span style='font-size:12.0pt;font-family:"Times New Roman"'>Student.csv</span></b></p>
<table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0>
<tr>
<td style='padding:0in 0in 0in 0in'>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'>StudentUSI,Verification,PersonalTitlePrefix,FirstName,MiddleName,LastSurname,GenerationCodeSuffix,Sex,BirthDate,ProfileThumbnail,HispanicLatinoEthnicity,RacialCategory</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'>100000,Previously
verified school records,Mr,Brett,Sergio,Townsend,,Male,1997-13-03,,1,Asian</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'>100001,Other
official document,Mr,Lee,Rick,Yang,,Male,2000-13-30,thumbnail,1,American
Indian - Alaskan Native</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'>100002,Previously
verified school records,Ms,Angelique,Ann,Meyer,,Female,2001-13-20,,1,White</span></p>
</td>
</tr>
</table>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><b><span style='font-size:12.0pt;font-family:"Times New Roman"'>StudentAddress.csv</span></b></p>
<table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0>
<tr>
<td style='padding:0in 0in 0in 0in'>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'>StudentUSI,AddressType,StreetNumberName,City,StateAbbreviation,PostalCode,NameOfCounty</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'>100001,Physical,477</span><span
style='font-size:12.0pt;font-family:"Times New Roman"'> </span><span
style='font-size:10.0pt;font-family:"Courier New"'>Ash
Street,JAMAICA,NY,11433,Queens</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'>100001,Other,520</span><span
style='font-size:12.0pt;font-family:"Times New Roman"'> </span><span
style='font-size:10.0pt;font-family:"Courier New"'>Hill Street,BOONVILLE,NY,13309,Oneida</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'>100002,Billing,582</span><span
style='font-size:12.0pt;font-family:"Times New Roman"'> </span><span
style='font-size:10.0pt;font-family:"Courier New"'>Valley
Street,NORWOOD,NY,13668,Saint Lawrence</span></p>
</td>
</tr>
</table>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><b><span style='font-size:12.0pt;font-family:"Times New Roman"'>StudentLanguage.csv</span></b></p>
<table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0>
<tr>
<td style='padding:0in 0in 0in 0in'>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'>StudentUSI,Language</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'>100001,Spanish</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'>100001,English</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'>100002,Turkish</span></p>
</td>
</tr>
</table>
<p class=MsoNormal style='line-height:normal'><span style='font-size:12.0pt;
font-family:"Times New Roman"'>As shown in the three csv files above, three
students, e.g. 100000, 100001, 100002, are listed.</span></p>
<ol start=1 type=1>
<li class=MsoNormal style='line-height:normal'><span style='font-size:12.0pt;
font-family:"Times New Roman"'>Student 100000 has no address and does not
know any languages.</span></li>
<li class=MsoNormal style='line-height:normal'><span style='font-size:12.0pt;
font-family:"Times New Roman"'>Student 100001 has two addresses and knows
two languages: Spanish and English.</span></li>
<li class=MsoNormal style='line-height:normal'><span style='font-size:12.0pt;
font-family:"Times New Roman"'>Student 100002 has one addresses and knows one
language: Turkish.</span></li>
</ol>
<p class=MsoNormal style='line-height:normal'><span style='font-size:12.0pt;
font-family:"Times New Roman"'>As we see in the sample student csv files, if a
value, e.g. FirstName or LastName, only appears once for each student, then
that value can/should be captured by the main file, e.g. Student.csv. If there
are multiple values associated with one student, such as address and language,
they should be captured by a separate csv file, e.g. StudentAddress.csv and
StudentLanguage.csv.</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><b><span style='font-size:12.0pt;font-family:"Times New Roman"'>Parent.csv</span></b></p>
<table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0>
<tr>
<td style='padding:0in 0in 0in 0in'>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'>ParentUSI,Verification,PersonalTitlePrefix,FirstName,MiddleName,LastSurname,GenerationCodeSuffix,MaidenName,Sex</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'>900000,Other
non-official document,Mr,Tracy,Marc,Pugh,,,Male</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'>900001,Parents
affidavit,Ms,Louisa,Christine,Mullins,,,Female</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'>900002,State-issued
ID,Mr,Allan,Allan,Edwards,Jr,,Male</span></p>
</td>
</tr>
</table>
<p class=MsoNormal style='line-height:normal'><span style='font-size:12.0pt;
font-family:"Times New Roman"'>Three parents are listed in this sample csv
file.</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><b><span style='font-size:12.0pt;font-family:"Times New Roman"'>StudentParentAssociation.csv</span></b></p>
<table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0>
<tr>
<td style='padding:0in 0in 0in 0in'>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'>StudentUSI,ParentUSI,Relation,PrimaryContactStatus,LivesWith,EmergencyContactStatus</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'>100000,900000,Father,1,0,0</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'>100000,900001,Mother,0,0,0</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'>100001,900002,Father,0,1,1</span></p>
</td>
</tr>
</table>
<p class=MsoNormal style='line-height:normal'><span style='font-size:12.0pt;
font-family:"Times New Roman"'>Student 100000 has both parents: Parent 900000
and Parent 900001.<br>
Student 100001 has one parent: Parent 900002.</span></p>
<p class=MsoNormal style='line-height:normal'><b><span style='font-size:18.0pt;
font-family:"Times New Roman"'>How the sample code works?</span></b></p>
<p class=MsoNormal style='line-height:normal'><b><span style='font-size:13.5pt;
font-family:"Times New Roman"'>Prepare JAXB classes</span></b></p>
<p class=MsoNormal style='line-height:normal'><span style='font-size:12.0pt;
font-family:"Times New Roman"'>The source code in org.slc.sli.sample.entities
package are generated by a JAXB utility (xjc.sh/xjc.exe). The generated classes
are the ed-fi schema entities that you choose to support, represented as Java
classes. If the EdFi schema is updated, the developer needs to regenerate the
source code for this package again.</span></p>
<p class=MsoNormal style='line-height:normal'><span style='font-size:12.0pt;
font-family:"Times New Roman"'>Here are the steps to do it:</span></p>
<ol start=1 type=1>
<li class=MsoNormal style='line-height:normal'><span style='font-size:12.0pt;
font-family:"Times New Roman"'>Follow the link http://www.ed-fi.org/wp-content/uploads/2011/06/Ed-Fi-Core-1.0.03.xsd_.zip
to download and replace all schema files in edfiXsd folder in this
project.</span></li>
<li class=MsoNormal style='line-height:normal'><span style='font-size:12.0pt;
font-family:"Times New Roman"'>Open a cmd/shell Window, and go to edfiXsd
folder, then execute the command "<b><i>xjc -b Ed-Fi-Core.xjb -p
org.slc.sli.sample.entities .</i></b>"</span></li>
<li class=MsoNormal style='line-height:normal'><span style='font-size:12.0pt;
font-family:"Times New Roman"'>Replace all java code in
org.slc.sli.sample.entities with the newly generated code from step two.</span></li>
<li class=MsoNormal style='line-height:normal'><span style='font-size:12.0pt;
font-family:"Times New Roman"'>Update Adapter2.java with the following
code. </span></li>
</ol>
<table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0
style='margin-left:.5in'>
<tr>
<td style='padding:0in 0in 0in 0in'>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'>//</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'>// This file
was generated by the JavaTM Architecture for XML Binding(JAXB) Reference
Implementation, vJAXB 2.1.10 in JDK 6</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'>// See <a
href="></span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'>// Any
modifications to this file will be lost upon recompilation of the source
schema.</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'>// Generated
on: 2012.04.20 at 03:09:04 PM EDT</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'>//</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Times New Roman"'> </span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'>package</span><span
style='font-size:12.0pt;font-family:"Times New Roman"'> </span><span
style='font-size:10.0pt;font-family:"Courier New"'>org.slc.sli.sample.entities;</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Times New Roman"'> </span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'>import</span><span
style='font-size:12.0pt;font-family:"Times New Roman"'> </span><span
style='font-size:10.0pt;font-family:"Courier New"'>java.util.Calendar;</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'>import</span><span
style='font-size:12.0pt;font-family:"Times New Roman"'> </span><span
style='font-size:10.0pt;font-family:"Courier New"'>javax.xml.bind.annotation.adapters.XmlAdapter;</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Times New Roman"'> </span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'>public</span><span
style='font-size:12.0pt;font-family:"Times New Roman"'> </span><span
style='font-size:10.0pt;font-family:"Courier New"'>class</span><span
style='font-size:12.0pt;font-family:"Times New Roman"'> </span><span
style='font-size:10.0pt;font-family:"Courier New"'>Adapter2</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> extends</span><span
style='font-size:12.0pt;font-family:"Times New Roman"'> </span><span
style='font-size:10.0pt;font-family:"Courier New"'>XmlAdapter<String,
Calendar></span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'>{</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> public</span><span
style='font-size:12.0pt;font-family:"Times New Roman"'> </span><span
style='font-size:10.0pt;font-family:"Courier New"'>Calendar unmarshal(String
value) {</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> return</span><span
style='font-size:12.0pt;font-family:"Times New Roman"'> </span><span
style='font-size:10.0pt;font-family:"Courier New"'>(javax.xml.bind.DatatypeConverter.parseDate(value));</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> }</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Times New Roman"'> </span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> public</span><span
style='font-size:12.0pt;font-family:"Times New Roman"'> </span><span
style='font-size:10.0pt;font-family:"Courier New"'>String marshal(Calendar
value) {</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> if</span><span
style='font-size:12.0pt;font-family:"Times New Roman"'> </span><span
style='font-size:10.0pt;font-family:"Courier New"'>(value == null) {</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> return</span><span
style='font-size:12.0pt;font-family:"Times New Roman"'> </span><span
style='font-size:10.0pt;font-family:"Courier New"'>null;</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> }</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> return</span><span
style='font-size:12.0pt;font-family:"Times New Roman"'> </span><span
style='font-size:10.0pt;font-family:"Courier New"'>(javax.xml.bind.DatatypeConverter.printDateTime(value).substring(0,
10));</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> }</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'>}</span></p>
</td>
</tr>
</table>
<p class=MsoNormal style='line-height:normal'><b><span style='font-size:13.5pt;
font-family:"Times New Roman"'>Java Class Code</span></b></p>
<p class=MsoNormal style='line-height:normal'><b><span style='font-size:12.0pt;
font-family:"Times New Roman"'>CSVReader.java</span></b></p>
<p class=MsoNormal style='line-height:normal'><span style='font-size:12.0pt;
font-family:"Times New Roman"'>The code reads records from csv file one by one
and converts them into a record (hashmap) of the columnname/value pairs.<br>
This code also contains a utility method, getDate(...), that converts a date
string (in the format of "yyyy-mm-dd") into Calendar object. The
developer may need to update method according to the date format in his data
file.</span></p>
<p class=MsoNormal style='line-height:normal'><b><span style='font-size:12.0pt;
font-family:"Times New Roman"'>SchemaValidator.java</span></b></p>
<p class=MsoNormal style='line-height:normal'><span style='font-size:12.0pt;
font-family:"Times New Roman"'>This code validates the generated xml file
against the SLI-EdFi schema.</span></p>
<p class=MsoNormal style='line-height:normal'><b><span style='font-size:12.0pt;
font-family:"Times New Roman"'>CSV2XMLTransformer.java</span></b></p>
<p class=MsoNormal style='line-height:normal'><span style='font-size:12.0pt;
font-family:"Times New Roman"'>This is the main part of this transformer sample
code. It converts records into Jaxb java objects and marshals them into a
SLI-EdFi xml file.</span></p>
<p class=MsoNormal style='line-height:normal'><b><span style='font-size:14.0pt;
font-family:"Times New Roman"'>Student Conversion</span></b></p>
<table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0>
<tr>
<td width=18 style='width:.25in;padding:0in 0in 0in 0in'>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> </span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>1</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>2</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>3</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>4</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>5</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>6</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>7</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>8</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>9</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>10</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>11</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>12</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>13</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>14</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>15</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>16</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>17</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>18</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>19</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>20</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>21</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>22</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>23</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>24</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>25</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>26</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>27</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>28</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>29</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> </span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>30</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>31</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>32</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>33</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>34</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>35</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>36</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>37</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>38</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>39</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>40</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>41</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>42</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>43</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>44</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>45</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>46</span></p>
</td>
<td width=450 style='width:6.25in;padding:0in 0in 0in 0in'>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> </span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>private Student
getStudent() {</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> Map<String,
String> studentRecord = studentReader.getCurrentRecord();</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> </span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> Student
student = new Student();</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> </span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> //
set id</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> String
studentId = studentRecord.get("StudentUSI");</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> student.setStudentUniqueStateId(studentId);</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> student.setId("STUD_"
+ studentId);</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> </span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> //
set name</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> student.setName(this.getName(studentRecord));</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> </span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> //
set sex</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> student.setSex(SexType.fromValue(studentRecord.get("Sex")));</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> </span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> //
set birthData</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> BirthData
birthData = new BirthData();</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> birthData.setBirthDate(CSVReader.getDate(studentRecord.get("BirthDate")));</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> student.setBirthData(birthData);</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> </span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> //
set ProfileThumbnail</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> String
profile = studentRecord.get("ProfileThumbnail");</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> if
(!profile.isEmpty()) {</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> student.setProfileThumbnail(profile);</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> }</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> </span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> //
set HispanicLatinoEthnicity</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> student.setHispanicLatinoEthnicity(studentRecord.get("HispanicLatinoEthnicity")
</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>==
"1" ? true : false);</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> </span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> //
set raceType</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> String
racial = studentRecord.get("RacialCategory");</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> if
(!racial.isEmpty()) {</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> RaceType
raceType = new RaceType();</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> raceType.getRacialCategory().add(RaceItemType.fromValue(racial));</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> student.setRace(raceType);</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> }</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> </span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> //
set addresses</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> addStudentAddresses(student);</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> </span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> //
set languages</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> addStudentLanguages(student);</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> </span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> return
student;</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> }</span></p>
</td>
</tr>
</table>
<ul type=disc>
<li class=MsoNormal style='line-height:normal'><span style='font-size:12.0pt;
font-family:"Times New Roman"'>lines 7-9 show where to populate StudentUSI</span></li>
<li class=MsoNormal style='line-height:normal'><span style='font-size:12.0pt;
font-family:"Times New Roman"'>line 12 shows how to set student name,
which is constructed by the following code </span></li>
</ul>
<table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0
style='margin-left:.5in'>
<tr>
<td style='padding:0in 0in 0in 0in'>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'>private</span><span
style='font-size:12.0pt;font-family:"Times New Roman"'> </span><span
style='font-size:10.0pt;font-family:"Courier New"'>Name
getName(Map<String, String> nameRecord) {</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> Name
name = new</span><span style='font-size:12.0pt;font-family:"Times New Roman"'>
</span><span style='font-size:10.0pt;font-family:"Courier New"'>Name();</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Times New Roman"'> </span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> String
verification = nameRecord.get("Verification");</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> if</span><span
style='font-size:12.0pt;font-family:"Times New Roman"'> </span><span
style='font-size:10.0pt;font-family:"Courier New"'>(!verification.isEmpty())
{</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> name.setVerification(PersonalInformationVerificationType.fromValue(verification));</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> }</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Times New Roman"'> </span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> String
prefix = nameRecord.get("PersonalTitlePrefix");</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> if</span><span
style='font-size:12.0pt;font-family:"Times New Roman"'> </span><span
style='font-size:10.0pt;font-family:"Courier New"'>(!prefix.isEmpty()) {</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> name.setPersonalTitlePrefix(PersonalTitlePrefixType.fromValue(prefix));</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> }</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Times New Roman"'> </span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> name.setFirstName(nameRecord.get("FirstName"));</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Times New Roman"'> </span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> String
middleName = nameRecord.get("MiddleName");</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> if</span><span
style='font-size:12.0pt;font-family:"Times New Roman"'> </span><span
style='font-size:10.0pt;font-family:"Courier New"'>(!middleName.isEmpty()) {</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> name.setMiddleName(middleName);</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> }</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Times New Roman"'> </span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> name.setLastSurname(nameRecord.get("LastSurname"));</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Times New Roman"'> </span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> String
generation = nameRecord.get("GenerationCodeSuffix");</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> if</span><span
style='font-size:12.0pt;font-family:"Times New Roman"'> </span><span
style='font-size:10.0pt;font-family:"Courier New"'>(!generation.isEmpty()) {</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> name.setGenerationCodeSuffix(GenerationCodeSuffixType.fromValue(generation));</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> }</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Times New Roman"'> </span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> return</span><span
style='font-size:12.0pt;font-family:"Times New Roman"'> </span><span
style='font-size:10.0pt;font-family:"Courier New"'>name;</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> }</span></p>
</td>
</tr>
</table>
<ul type=disc>
<li class=MsoNormal style='line-height:normal'><span style='font-size:12.0pt;
font-family:"Times New Roman"'>line 15 shows how to set an Enum value that
is defined by the SLI-EdFi schema.</span></li>
<li class=MsoNormal style='line-height:normal'><span style='font-size:12.0pt;
font-family:"Times New Roman"'>lines 18-20 show how to set BirthData that
only contains one required field: BirthDate.</span></li>
<li class=MsoNormal style='line-height:normal'><span style='font-size:12.0pt;
font-family:"Times New Roman"'>lines 23-26 show how to set an optional
field, ProfileThumbnail. Ignore the setting if there is no value for it.</span></li>
<li class=MsoNormal style='line-height:normal'><span style='font-size:12.0pt;
font-family:"Times New Roman"'>line 29 shows how to convert
"0"/"1" value into true/false.</span></li>
<li class=MsoNormal style='line-height:normal'><span style='font-size:12.0pt;
font-family:"Times New Roman"'>lines 32-37: according to the SLI-EdFi
schema, 'racial' has multiple values. In this example, we assume that each
student only has one value. If a student has multiple values for this
field, please follow the language approach below.</span></li>
<li class=MsoNormal style='line-height:normal'><span style='font-size:12.0pt;
font-family:"Times New Roman"'>line 40 shows how to handle multiple
addresses for a student. When the student has multiple addresses, the
address info needs to be captured by a separate file (e.g.
studentAddress.csv). The StudentUSI is the key to associate
StudentAddress.csv with Student.csv. As we stated earlier, the records in
both files must be sorted based on StudentUSI in ascending order.</span></li>
</ul>
<table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0>
<tr>
<td style='padding:0in 0in 0in 0in'>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'>private</span><span
style='font-size:12.0pt;font-family:"Times New Roman"'> </span><span
style='font-size:10.0pt;font-family:"Courier New"'>void</span><span
style='font-size:12.0pt;font-family:"Times New Roman"'> </span><span
style='font-size:10.0pt;font-family:"Courier New"'>addStudentAddresses(Student
student) {</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> String
studentId = student.getStudentUniqueStateId();</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Times New Roman"'> </span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> while</span><span
style='font-size:12.0pt;font-family:"Times New Roman"'> </span><span
style='font-size:10.0pt;font-family:"Courier New"'>(studentAddressReader.getCurrentRecord()
!= null) {</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> Map<String,
String> studentAddressRecord = studentAddressReader.getCurrentRecord();</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Times New Roman"'> </span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> String
id = studentAddressRecord.get("StudentUSI");</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> if</span><span
style='font-size:12.0pt;font-family:"Times New Roman"'> </span><span
style='font-size:10.0pt;font-family:"Courier New"'>(id.compareTo(studentId)
> 0) {</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> //
if the studentUSI of the address record is larger than studentUSI of the
student</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> //
which means the current address record belongs to next student, not the
current one.</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> break;</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> }
else</span><span style='font-size:12.0pt;font-family:"Times New Roman"'> </span><span
style='font-size:10.0pt;font-family:"Courier New"'>if</span><span
style='font-size:12.0pt;font-family:"Times New Roman"'> </span><span
style='font-size:10.0pt;font-family:"Courier New"'>(id.equals(studentId)) {</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> student.getAddress().add(this.getAddress(studentAddressRecord));</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> }</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Times New Roman"'> </span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> studentAddressReader.getNextRecord();</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> }</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> }</span></p>
</td>
</tr>
</table>
<ul type=disc>
<li class=MsoNormal style='line-height:normal'><span style='font-size:12.0pt;
font-family:"Times New Roman"'>line 43 shows how to handle multiple
Languages for one student. Similar to address, multiple language info
needs to be captured by a separate file, StudentLanguage.csv. Language
list is added to the student object only at least one language exists for
a student.</span></li>
</ul>
<table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0>
<tr>
<td style='padding:0in 0in 0in 0in'>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'>private</span><span
style='font-size:12.0pt;font-family:"Times New Roman"'> </span><span
style='font-size:10.0pt;font-family:"Courier New"'>void</span><span
style='font-size:12.0pt;font-family:"Times New Roman"'> </span><span
style='font-size:10.0pt;font-family:"Courier New"'>addStudentLanguages(Student
student) {</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> String
studentId = student.getStudentUniqueStateId();</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Times New Roman"'> </span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> LanguagesType
languages = new</span><span style='font-size:12.0pt;font-family:"Times New Roman"'>
</span><span style='font-size:10.0pt;font-family:"Courier New"'>LanguagesType();</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> while</span><span
style='font-size:12.0pt;font-family:"Times New Roman"'> </span><span
style='font-size:10.0pt;font-family:"Courier New"'>(studentLanguageReader.getCurrentRecord()
!= null) {</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> Map<String,
String> studentLanguageRecord = studentLanguageReader.getCurrentRecord();</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Times New Roman"'> </span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> String
id = studentLanguageRecord.get("StudentUSI");</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> if</span><span
style='font-size:12.0pt;font-family:"Times New Roman"'> </span><span
style='font-size:10.0pt;font-family:"Courier New"'>(id.compareTo(studentId)
> 0) {</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> //
if the studentUSI of the language record is larger than studentUSI of the
student</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> //
which means the current language record belongs to next student, not the
current one.</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> break;</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> }
else</span><span style='font-size:12.0pt;font-family:"Times New Roman"'> </span><span
style='font-size:10.0pt;font-family:"Courier New"'>if</span><span
style='font-size:12.0pt;font-family:"Times New Roman"'> </span><span
style='font-size:10.0pt;font-family:"Courier New"'>(id.equals(studentId)) {</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> String
ls = studentLanguageRecord.get("Language");</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> if</span><span
style='font-size:12.0pt;font-family:"Times New Roman"'> </span><span
style='font-size:10.0pt;font-family:"Courier New"'>(!ls.isEmpty()) {</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> LanguageItemType
language = LanguageItemType.fromValue(ls);</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> languages.getLanguage().add(language);</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> }</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> }</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Times New Roman"'> </span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> studentLanguageReader.getNextRecord();</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> }</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> if</span><span
style='font-size:12.0pt;font-family:"Times New Roman"'> </span><span
style='font-size:10.0pt;font-family:"Courier New"'>(languages.getLanguage().size()
> 0) {</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> student.setLanguages(languages);</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> }</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> }</span></p>
</td>
</tr>
</table>
<p class=MsoNormal style='line-height:normal'><b><span style='font-size:14.0pt;
font-family:"Times New Roman"'>Parent Conversion</span></b></p>
<p class=MsoNormal style='line-height:normal'><span style='font-size:12.0pt;
font-family:"Times New Roman"'>Parent Conversion is very similar to the student
conversion but simpler.</span></p>
<table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0>
<tr>
<td style='padding:0in 0in 0in 0in'>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'>private</span><span
style='font-size:12.0pt;font-family:"Times New Roman"'> </span><span
style='font-size:10.0pt;font-family:"Courier New"'>Parent getParent() {</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> Map<String,
String> parentRecord = parentReader.getCurrentRecord();</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Times New Roman"'> </span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> Parent
parent = new</span><span style='font-size:12.0pt;font-family:"Times New Roman"'>
</span><span style='font-size:10.0pt;font-family:"Courier New"'>Parent();</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Times New Roman"'> </span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> //
set Id</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> String
parentId = parentRecord.get("ParentUSI");</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> parent.setParentUniqueStateId(parentId);</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> parent.setId("PRNT_"</span><span
style='font-size:12.0pt;font-family:"Times New Roman"'> </span><span
style='font-size:10.0pt;font-family:"Courier New"'>+ parentId);</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Times New Roman"'> </span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> //
set name</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> parent.setName(this.getName(parentRecord));</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Times New Roman"'> </span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> //
set sex</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> parent.setSex(SexType.fromValue(parentRecord.get("Sex")));</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Times New Roman"'> </span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> return</span><span
style='font-size:12.0pt;font-family:"Times New Roman"'> </span><span
style='font-size:10.0pt;font-family:"Courier New"'>parent;</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> }</span></p>
</td>
</tr>
</table>
<p class=MsoNormal style='line-height:normal'><b><span style='font-size:14.0pt;
font-family:"Times New Roman"'>StudentParentAssociation Conversion</span></b></p>
<table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0>
<tr>
<td width=18 style='width:.25in;padding:0in 0in 0in 0in'>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> </span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>1</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>2</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>3</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>4</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>5</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>6</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>7</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>8</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>9</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>10</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>11</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>12</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>13</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>14</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>15</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>16</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>17</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>18</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>19</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>20</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>21</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>22</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>23</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>24</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>25</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>26</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>27</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>28</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>29</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>30</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>31</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>32</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>33</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>34</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>35</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>36</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>37</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>38</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>39</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>40</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>41</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>42</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>43</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> </span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>44</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>45</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>46</span></p>
</td>
<td width=450 style='width:6.25in;padding:0in 0in 0in 0in'>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> </span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>private StudentParentAssociation
getStudentParentAssociation() {</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> Map<String,
String> studentParentAssociationRecord =
studentParentAssociationReader.getCurrentRecord();</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> </span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> StudentParentAssociation
studentParentAssociation = new StudentParentAssociation();</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> </span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> //
set student reference</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> StudentIdentityType
sit = new StudentIdentityType();</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> sit.setStudentUniqueStateId(studentParentAssociationRecord.get("StudentUSI"));</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> StudentReferenceType
srt = new StudentReferenceType();</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> srt.setStudentIdentity(sit);</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> studentParentAssociation.setStudentReference(srt);</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> </span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> //
set parent reference</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> ParentIdentityType
pit = new ParentIdentityType();</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> pit.setParentUniqueStateId(studentParentAssociationRecord.get("ParentUSI"));</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> ParentReferenceType
prt = new ParentReferenceType();</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> prt.setParentIdentity(pit);</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> studentParentAssociation.setParentReference(prt);</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> </span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> </span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> //
set relation</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> if
(!studentParentAssociationRecord.get("Relation").isEmpty()) {</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> studentParentAssociation</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> .setRelation(RelationType.fromValue(studentParentAssociationRecord.get("Relation")));</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> }</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> </span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> //
set primary contact status</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> String
primaryContact =
studentParentAssociationRecord.get("PrimaryContactStatus");</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> if
(!primaryContact.isEmpty()) {</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> studentParentAssociation.setPrimaryContactStatus(primaryContact.equals("1")
? true : false);</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> }</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> </span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> //
set lives with</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> String
livesWith = studentParentAssociationRecord.get("LivesWith");</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> if
(!livesWith.isEmpty()) {</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> studentParentAssociation.setLivesWith(livesWith.equals("1")
? true : false);</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> }</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> </span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> //
set emergency contact status</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> String
emergencyContact =
studentParentAssociationRecord.get("EmergencyContactStatus");</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> if
(!emergencyContact.isEmpty()) {</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> studentParentAssociation.setEmergencyContactStatus(emergencyContact.equals("1")
? true : false);</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> }</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> return
studentParentAssociation;</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> }</span></p>
</td>
</tr>
</table>
<ul type=disc>
<li class=MsoNormal style='line-height:normal'><span style='font-size:12.0pt;
font-family:"Times New Roman"'>lines 7-11 show how to set studentReference
for a StudentParentAssociation. In this example we use StudentIdentityType
rather than ID/IDReF pair. Because StudentIdentityType is more flexible
than the ID/IDRef, which requires both Student and
StudentParentAssociation exist in the same xml file.</span></li>
<li class=MsoNormal style='line-height:normal'><span style='font-size:12.0pt;
font-family:"Times New Roman"'>lines 14-18 show how to set parentReference
for a studentParentAssociation, which is similar to the previous case.</span></li>
</ul>
<p class=MsoNormal style='line-height:normal'><b><span style='font-size:14.0pt;
font-family:"Times New Roman"'>Print xml file</span></b></p>
<table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0>
<tr>
<td style='padding:0in 0in 0in 0in'>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>1</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>2</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>3</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>4</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>5</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>6</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>7</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>8</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>9</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>10</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>11</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>12</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>13</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>14</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>15</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>16</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>17</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>18</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>19</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>20</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>21</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>22</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>23</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>24</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>25</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>26</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>27</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>28</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>29</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>30</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>31</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>32</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>33</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>34</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>35</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>36</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>37</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>38</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>39</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>40</span></p>
</td>
<td style='padding:0in 0in 0in 0in'>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'>private void
printInterchangeStudentParent(PrintStream ps) throws JAXBException {</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> int
studentCounter = 0;</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> int
parentCounter = 0;</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> int
studentParentAssociationCounter = 0;</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> </span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> Marshaller
marshaller = getMarshaller();</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> </span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> InterchangeStudentParent
interchangeStudentParent = new InterchangeStudentParent();</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> List<Object>
list =
interchangeStudentParent.getStudentOrParentOrStudentParentAssociation();</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> </span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> //
process student</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> while
(studentReader.getCurrentRecord() != null) {</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> list.add(this.getStudent());</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> studentReader.getNextRecord();</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> studentCounter++;</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> }</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> </span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> //
process parent</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> while
(parentReader.getCurrentRecord() != null) {</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> list.add(this.getParent());</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> parentReader.getNextRecord();</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> parentCounter++;</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> }</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> </span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> //
process studentParentAssociation</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> while
(studentParentAssociationReader.getCurrentRecord() != null) {</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> list.add(this.getStudentParentAssociation());</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> studentParentAssociationReader.getNextRecord();</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> studentParentAssociationCounter++;</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> }</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> </span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> marshaller.marshal(interchangeStudentParent,
ps);</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> </span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> System.out.println("Total
" + studentCounter + " students are exported.");</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> System.out.println("Total
" + parentCounter + " parents are exported.");</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> System.out.println("Total
" + studentParentAssociationCounter</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> +
" student-parent-associations are exported.");</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> System.out.println("Total
" + ( studentCounter + parentCounter + studentParentAssociationCounter)</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> +
" entities are exported.");</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Courier New"'> }</span></p>
</td>
</tr>
</table>
<ul type=disc>
<li class=MsoNormal style='line-height:normal'><span style='font-size:12.0pt;
font-family:"Times New Roman"'>lines 12-16, 19-23 and 26-30 go through csv
files, generate all students, parents and studnetParentAssociations and
add them into a list.</span></li>
<li class=MsoNormal style='line-height:normal'><span style='font-size:12.0pt;
font-family:"Times New Roman"'>line 32 marshals the list into an xml file.</span></li>
<li class=MsoNormal style='line-height:normal'><span style='font-size:12.0pt;
font-family:"Times New Roman"'>lines 34-39 generate a report of the csv to
xml conversion.</span></li>
</ul>
<p class=MsoNormal style='line-height:normal'><span style='font-size:12.0pt;
font-family:"Times New Roman"'>After the xml file is generated, the main method
calls SchemaValidator to validate the file against the schema.</span></p>
<table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0>
<tr>
<td style='padding:0in 0in 0in 0in'>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'>public</span><span
style='font-size:12.0pt;font-family:"Times New Roman"'> </span><span
style='font-size:10.0pt;font-family:"Courier New"'>static</span><span
style='font-size:12.0pt;font-family:"Times New Roman"'> </span><span
style='font-size:10.0pt;font-family:"Courier New"'>void</span><span
style='font-size:12.0pt;font-family:"Times New Roman"'> </span><span
style='font-size:10.0pt;font-family:"Courier New"'>main(String[] args) throws</span><span
style='font-size:12.0pt;font-family:"Times New Roman"'> </span><span
style='font-size:10.0pt;font-family:"Courier New"'>Exception {</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> CSV2XMLTransformer
transformer = new</span><span style='font-size:12.0pt;font-family:"Times New Roman"'>
</span><span style='font-size:10.0pt;font-family:"Courier New"'>CSV2XMLTransformer();</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> transformer.loadData();</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Times New Roman"'> </span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> PrintStream
ps = new</span><span style='font-size:12.0pt;font-family:"Times New Roman"'> </span><span
style='font-size:10.0pt;font-family:"Courier New"'>PrintStream(new</span><span
style='font-size:12.0pt;font-family:"Times New Roman"'> </span><span
style='font-size:10.0pt;font-family:"Courier New"'>File(interchangeStudentParentFile));</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> transformer.printInterchangeStudentParent(ps);</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:12.0pt;font-family:"Times New Roman"'> </span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> SchemaValidator.check(outputPath);</span></p>
<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal'><span style='font-size:10.0pt;font-family:"Courier New"'> }</span></p>
</td>
</tr>
</table>
<p class=MsoNormal style='line-height:normal'><a
name="(US1932)CreatesampletransformerforCSVtoE"></a><b><span style='font-size:
13.5pt;font-family:"Times New Roman"'>How to Support new Entities</span></b></p>
<p class=MsoNormal style='line-height:normal'><span style='font-size:12.0pt;
font-family:"Times New Roman"'>We will use Teacher as an example to guide the
steps of adding support to a new entity.</span></p>
<ol start=1 type=1>
<li class=MsoNormal style='line-height:normal'><span style='font-size:12.0pt;
font-family:"Times New Roman"'>Generate a set of teacher-related csv file.
</span></li>
<ol start=1 type=1>
<li class=MsoNormal style='line-height:normal'><span style='font-size:12.0pt;
font-family:"Times New Roman"'>All csv files are sorted by teacherId,
which uniquely identifies each teacher, in ascending order.</span></li>
<li class=MsoNormal style='line-height:normal'><span style='font-size:12.0pt;
font-family:"Times New Roman"'>Make sure all data required by SLI-Edfi
schema (e.g. Ed-Fi-Core-XXXXX.xsd) for a Teacher entity is captured by
the csv files.</span></li>
<li class=MsoNormal style='line-height:normal'><span style='font-size:12.0pt;
font-family:"Times New Roman"'>Understand the mapping from the columns in
the csv files to the fields of the Teacher entity.</span></li>
</ol>
<li class=MsoNormal style='line-height:normal'><span style='font-size:12.0pt;
font-family:"Times New Roman"'>Find the correct Interchange-XXXXX.xsd that
contains the Teacher entity. In this case it is
Interchange-StaffAssociation.xsd.</span></li>
<li class=MsoNormal style='line-height:normal'><span style='font-size:12.0pt;
font-family:"Times New Roman"'>Follow the student approach to construct
the teacher entities from the csv files, and generate
interchangeStaffAssociation.xml file.</span></li>
</ol>
<p class=MsoNormal> </p>
</div>
</body>
</html>
| inbloom/csv2xml | docs/CSV2XMLTransformer_Supplemental.html | HTML | apache-2.0 | 118,811 |
<!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>tests.model.test_sql_query_column_model_timestamp — Plaso Sqlite Plugin Scaffolder 20170614 documentation</title>
<link rel="stylesheet" href="../../../_static/classic.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../../../',
VERSION: '20170614',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt'
};
</script>
<script type="text/javascript" src="../../../_static/jquery.js"></script>
<script type="text/javascript" src="../../../_static/underscore.js"></script>
<script type="text/javascript" src="../../../_static/doctools.js"></script>
<link rel="index" title="Index" href="../../../genindex.html" />
<link rel="search" title="Search" href="../../../search.html" />
</head>
<body role="document">
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="../../../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="../../../index.html">Plaso Sqlite Plugin Scaffolder 20170614 documentation</a> »</li>
<li class="nav-item nav-item-1"><a href="../../index.html" accesskey="U">Module code</a> »</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<h1>Source code for tests.model.test_sql_query_column_model_timestamp</h1><div class="highlight"><pre>
<span></span><span class="c1"># !/usr/bin/python</span>
<span class="c1"># -*- coding: utf-8 -*-</span>
<span class="sd">"""test class"""</span>
<span class="kn">import</span> <span class="nn">unittest</span>
<span class="kn">from</span> <span class="nn">plasoscaffolder.model</span> <span class="k">import</span> <span class="p">(</span><span class="n">sql_query_column_model_timestamp</span><span class="p">)</span>
<div class="viewcode-block" id="SQLColumnModelTimestampTest"><a class="viewcode-back" href="../../../tests.model.html#tests.model.test_sql_query_column_model_timestamp.SQLColumnModelTimestampTest">[docs]</a><span class="k">class</span> <span class="nc">SQLColumnModelTimestampTest</span><span class="p">(</span><span class="n">unittest</span><span class="o">.</span><span class="n">TestCase</span><span class="p">):</span>
<span class="sd">"""test class for SQLColumnModel"""</span>
<div class="viewcode-block" id="SQLColumnModelTimestampTest.testGetShortExpectedMessage"><a class="viewcode-back" href="../../../tests.model.html#tests.model.test_sql_query_column_model_timestamp.SQLColumnModelTimestampTest.testGetShortExpectedMessage">[docs]</a> <span class="k">def</span> <span class="nf">testGetShortExpectedMessage</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span>
<span class="sd">"""Test getting the short message."""</span>
<span class="n">long_message</span> <span class="o">=</span> <span class="p">(</span>
<span class="s1">'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam '</span>
<span class="s1">'nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,'</span>
<span class="s1">' sed diam voluptua. At vero eos et accusam et justo duo dolores et ea '</span>
<span class="s1">'rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem '</span>
<span class="s1">'ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur '</span>
<span class="s1">'sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore '</span>
<span class="s1">'et dolore magna aliquyam erat, sed diam voluptua. At vero eos et '</span>
<span class="s1">'accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, '</span>
<span class="s1">'no sea takimata sanctus est Lorem ipsum dolor sit amet.'</span><span class="p">)</span>
<span class="n">expected_message_short</span> <span class="o">=</span> <span class="s1">'</span><span class="si">{0}</span><span class="s1">...'</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="n">long_message</span><span class="p">[</span><span class="mi">0</span><span class="p">:</span><span class="mi">77</span><span class="p">])</span>
<span class="n">model</span> <span class="o">=</span> <span class="n">sql_query_column_model_timestamp</span><span class="o">.</span><span class="n">SQLColumnModelTimestamp</span><span class="p">(</span>
<span class="n">sql_column</span><span class="o">=</span><span class="s1">'not needed'</span><span class="p">,</span> <span class="n">sql_column_type</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">timestamp</span><span class="o">=</span><span class="s1">'123'</span><span class="p">,</span>
<span class="n">expected_message</span><span class="o">=</span><span class="n">long_message</span><span class="p">)</span>
<span class="bp">self</span><span class="o">.</span><span class="n">assertEqual</span><span class="p">(</span><span class="n">expected_message_short</span><span class="p">,</span> <span class="n">model</span><span class="o">.</span><span class="n">GetShortExpectedMessage</span><span class="p">())</span></div></div>
<span class="k">if</span> <span class="vm">__name__</span> <span class="o">==</span> <span class="s1">'__main__'</span><span class="p">:</span>
<span class="n">unittest</span><span class="o">.</span><span class="n">main</span><span class="p">()</span>
</pre></div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<div id="searchbox" style="display: none" role="search">
<h3>Quick search</h3>
<form class="search" action="../../../search.html" method="get">
<div><input type="text" name="q" /></div>
<div><input type="submit" value="Go" /></div>
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../../genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="../../../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="../../../index.html">Plaso Sqlite Plugin Scaffolder 20170614 documentation</a> »</li>
<li class="nav-item nav-item-1"><a href="../../index.html" >Module code</a> »</li>
</ul>
</div>
<div class="footer" role="contentinfo">
© Copyright 2017, Claudia Saxer.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.5.
</div>
</body>
</html> | ClaudiaSaxer/PlasoScaffolder | docs/_modules/tests/model/test_sql_query_column_model_timestamp.html | HTML | apache-2.0 | 8,031 |
{% extends "rest_framework/base.html" %}
{% load xadmin_tags %}{% load i18n %}
{% block meta%}
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="robots" content="NONE,NOARCHIVE" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">
{% endblock %}
{% block title %}REST API | Hollowpoint{% endblock %}
{% block style %}
{% vendor 'bootstrap.css' %}
{% block bootstrap_theme %}
<link rel="stylesheet" type="text/css" id="site-theme" href="http://bootswatch.com/yeti/bootstrap.min.css">
{% endblock %}
<link rel="stylesheet" type="text/css" href="{% static "rest_framework/css/prettify.css" %}"/>
<link rel="stylesheet" type="text/css" href="{% static "rest_framework/css/default.css" %}"/>
{% vendor 'font-awesome.css' 'xadmin.main.css' 'xadmin.plugins.css' 'xadmin.responsive.css' %}
{% vendor 'jquery.js' %}
{% url 'xadmin:index' as indexurl %}
<script type="text/javascript">
window.__admin_media_prefix__ = "{% filter escapejs %}{% static "xadmin/" %}{% endfilter %}";
window.__admin_path_prefix__ = "{% filter escapejs %}{{ indexurl }}{% endfilter %}";
</script>
<script type="text/javascript" src="{% url 'xadmin:jsi18n' %}"></script>
{% endblock %}
{% block bodyclass %}dashboard{% endblock %}
{# navbar #}
{% block navbar %}
<!-- Header -->
<div id="top-nav" class="navbar navbar-xs navbar-inverse navbar-fixed-top">
<div class="navbar-header">
<a class="navbar-brand" href="/">{% block branding %}<img src="/static/img/logo.png" alt="Hollowpoint" width="140">{% endblock %}</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
{% view_block 'top_navmenu' %}
{% if user.is_active and user.is_staff %}
<li class="dropdown">
<a class="dropdown-toggle" role="button" data-toggle="dropdown" href="#">
<strong>{% trans 'Welcome,' %} {% filter force_escape %}{% firstof user.first_name user.username %}{% endfilter %}</strong> <span class="caret"></span></a>
<ul id="g-account-menu" class="dropdown-menu" role="menu">
{% view_block 'top_account_menu' %}
</ul>
</li>
{% endif %}
<li><a href="{% url 'xadmin:logout' %}"><i class="show-sm fa fa-sign-out"></i><span class="hide-sm">{% trans 'Log out' %}</span></a></li>
</ul>
{% view_block 'top_navbar' %}
</div>
</div>
{% vendor 'jquery-ui-sortable.js' 'bootstrap.js' 'xadmin.main.js' 'xadmin.responsive.js' %}
{% endblock %}
{# end navbar #}
{# footer #}
{% block footer %}
<div id="footer">
<hr/>
<footer class="text-center">
<p>© {% block site_footer %}Hollowpoint Technology Group, Inc.{% endblock %}</p>
</footer>
</div>
{% endblock %}
{# end footer #}
| hollowpoint/hollowpoint | hpt/hpt/templates/rest_framework/api.html | HTML | apache-2.0 | 2,925 |
<html>
<head>
<title>Test :: Floating Topbar</title>
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" href="https://informatics-apps.systemsbiology.net/ext-js-3.4.0/resources/css/ext-all.css">
<link rel="stylesheet" type="text/css" href="https://informatics-apps.systemsbiology.net/ext-js-3.4.0/examples/shared/examples.css"/>
<script type="text/javascript" src="https://informatics-apps.systemsbiology.net/ext-js-3.4.0/adapter/ext/ext-base.js"></script>
<script type="text/javascript" src="https://informatics-apps.systemsbiology.net/ext-js-3.4.0/ext-all-debug.js"></script>
<script type="text/javascript" src="../js/topbar.js"></script>
<script type="text/javascript" src="../js/widgets.js"></script>
<link rel="stylesheet" type="text/css" href="../css/stylesheet.css"/>
<script type="text/javascript">
Ext.onReady(function() {
new org.systemsbiology.addama.js.FloatingTopBar({logoImg: "../images/isblogo.svg", hidden: true});
});
</script>
</head>
<body>
Here goes content...
<div>Some more content. A lot of content. Here is some more, who knows how much it will be, because I'm really really
looking for a lot of content. Surely that is still not enough. Nope there is never enough content in my book, as
long as I have to think about the amount of content I need in this container, I will continue to add content.</div>
</body>
</html> | hrovira/addama-googlecode | gae-svcs/addama-registry/src/main/webapp/tests/floating_topbar.html | HTML | apache-2.0 | 1,487 |
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
<title>path</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.internal.resource/BuiltInCP437TilesetResource.ZARATUSTRA_16X16/path/#/PointingToDeclaration//-828656838">
<div class="navigation-wrapper" id="navigation-wrapper">
<div class="breadcrumbs"><a href="../../../index.html">zircon.core</a>/<a href="../../index.html">org.hexworks.zircon.internal.resource</a>/<a href="../index.html">BuiltInCP437TilesetResource</a>/<a href="index.html">ZARATUSTRA_16X16</a>/<a href="path.html">path</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>path</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">open override val <a href="path.html">path</a>: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</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/2020.2.0-RELEASE-KOTLIN/zircon.core/zircon.core/org.hexworks.zircon.internal.resource/-built-in-c-p437-tileset-resource/-z-a-r-a-t-u-s-t-r-a_16-x16/path.html | HTML | apache-2.0 | 3,619 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Turbocats data test</title>
<link rel='stylesheet' type='text/css' href='/css/demo.css'/>
</head>
<body>
<h1>OGC IoT Demo</h1>
<p>Click each of the orange 'things' below to toggle its datastreams</p>
<h2>Datastreams:</h2>
<div id="thingsLevel"></div>
<ol id="streamsLevel"></ol>
<script src='https://code.jquery.com/jquery-2.1.0.min.js'></script>
<script type='text/javascript' src='/js/demo.js'></script>
</body>
</html>
| ThatGeoGuy/ENGO500-Webserver | public/demo.html | HTML | apache-2.0 | 527 |
<!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 Wed Sep 01 18:11:09 CEST 2010 -->
<TITLE>
A-Index
</TITLE>
<META NAME="date" CONTENT="2010-09-01">
<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="A-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> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV LETTER
<A HREF="index-2.html"><B>NEXT LETTER</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../index.html?index-filesindex-1.html" target="_top"><B>FRAMES</B></A>
<A HREF="index-1.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">R</A> <A HREF="index-15.html">S</A> <A HREF="index-16.html">T</A> <A HREF="index-17.html">U</A> <A HREF="index-18.html">W</A> <A HREF="index-19.html">Z</A> <HR>
<A NAME="_A_"><!-- --></A><H2>
<B>A</B></H2>
<DL>
<DT><A HREF="../com/rambris/cron/MoverFileProcessor.html#accept(java.io.File)"><B>accept(File)</B></A> -
Method in class com.rambris.cron.<A HREF="../com/rambris/cron/MoverFileProcessor.html" title="class in com.rambris.cron">MoverFileProcessor</A>
<DD>
<DT><A HREF="../com/rambris/cron/ZipFileProcessor.html#accept(java.io.File)"><B>accept(File)</B></A> -
Method in class com.rambris.cron.<A HREF="../com/rambris/cron/ZipFileProcessor.html" title="class in com.rambris.cron">ZipFileProcessor</A>
<DD>
<DT><A HREF="../com/rambris/Message.html#addBCC(java.lang.String)"><B>addBCC(String)</B></A> -
Method in class com.rambris.<A HREF="../com/rambris/Message.html" title="class in com.rambris">Message</A>
<DD>
<DT><A HREF="../com/rambris/Message.html#addBCC(java.lang.String, java.lang.String)"><B>addBCC(String, String)</B></A> -
Method in class com.rambris.<A HREF="../com/rambris/Message.html" title="class in com.rambris">Message</A>
<DD>
<DT><A HREF="../com/rambris/Message.html#addCC(java.lang.String)"><B>addCC(String)</B></A> -
Method in class com.rambris.<A HREF="../com/rambris/Message.html" title="class in com.rambris">Message</A>
<DD>
<DT><A HREF="../com/rambris/Message.html#addCC(java.lang.String, java.lang.String)"><B>addCC(String, String)</B></A> -
Method in class com.rambris.<A HREF="../com/rambris/Message.html" title="class in com.rambris">Message</A>
<DD>
<DT><A HREF="../com/rambris/Table.html#addColumn(java.lang.String, java.lang.String)"><B>addColumn(String, String)</B></A> -
Method in class com.rambris.<A HREF="../com/rambris/Table.html" title="class in com.rambris">Table</A>
<DD>
<DT><A HREF="../com/rambris/cron/Cron.html#addCronjob(java.lang.String, com.rambris.cron.Task)"><B>addCronjob(String, Task)</B></A> -
Method in class com.rambris.cron.<A HREF="../com/rambris/cron/Cron.html" title="class in com.rambris.cron">Cron</A>
<DD>
<DT><A HREF="../com/rambris/Table.html#addRow(java.util.Map)"><B>addRow(Map<String, String>)</B></A> -
Method in class com.rambris.<A HREF="../com/rambris/Table.html" title="class in com.rambris">Table</A>
<DD>
<DT><A HREF="../com/rambris/cron/ChainTask.html#addTask(com.rambris.cron.Task)"><B>addTask(Task)</B></A> -
Method in class com.rambris.cron.<A HREF="../com/rambris/cron/ChainTask.html" title="class in com.rambris.cron">ChainTask</A>
<DD>
<DT><A HREF="../com/rambris/Message.html#addTo(java.lang.String)"><B>addTo(String)</B></A> -
Method in class com.rambris.<A HREF="../com/rambris/Message.html" title="class in com.rambris">Message</A>
<DD>
<DT><A HREF="../com/rambris/Message.html#addTo(java.lang.String, java.lang.String)"><B>addTo(String, String)</B></A> -
Method in class com.rambris.<A HREF="../com/rambris/Message.html" title="class in com.rambris">Message</A>
<DD>
<DT><A HREF="../com/rambris/Message.html#appendHost"><B>appendHost</B></A> -
Variable in class com.rambris.<A HREF="../com/rambris/Message.html" title="class in com.rambris">Message</A>
<DD>
<DT><A HREF="../com/rambris/Message.html#appendUid"><B>appendUid</B></A> -
Variable in class com.rambris.<A HREF="../com/rambris/Message.html" title="class in com.rambris">Message</A>
<DD>
<DT><A HREF="../com/rambris/Util.html#Array(java.lang.Object)"><B>Array(Object)</B></A> -
Static method in class com.rambris.<A HREF="../com/rambris/Util.html" title="class in com.rambris">Util</A>
<DD>
</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> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV LETTER
<A HREF="index-2.html"><B>NEXT LETTER</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../index.html?index-filesindex-1.html" target="_top"><B>FRAMES</B></A>
<A HREF="index-1.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">R</A> <A HREF="index-15.html">S</A> <A HREF="index-16.html">T</A> <A HREF="index-17.html">U</A> <A HREF="index-18.html">W</A> <A HREF="index-19.html">Z</A> <HR>
</BODY>
</HTML>
| fredrik-rambris/rambris-commons | doc/index-files/index-1.html | HTML | apache-2.0 | 9,725 |
<!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 Sun Sep 07 15:29:32 CEST 2014 -->
<title>SessionInfo (apache-cassandra API)</title>
<meta name="date" content="2014-09-07">
<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="SessionInfo (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 class="navBarCell1Rev">Class</li>
<li><a href="class-use/SessionInfo.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/cassandra/streaming/ReplicationFinishedVerbHandler.html" title="class in org.apache.cassandra.streaming"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/apache/cassandra/streaming/StreamCoordinator.html" title="class in org.apache.cassandra.streaming"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/cassandra/streaming/SessionInfo.html" target="_top">Frames</a></li>
<li><a href="SessionInfo.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#field_summary">Field</a> | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#field_detail">Field</a> | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.cassandra.streaming</div>
<h2 title="Class SessionInfo" class="title">Class SessionInfo</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>org.apache.cassandra.streaming.SessionInfo</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 final class <span class="strong">SessionInfo</span>
extends java.lang.Object
implements java.io.Serializable</pre>
<div class="block">Stream session info.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../serialized-form.html#org.apache.cassandra.streaming.SessionInfo">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="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.net.InetAddress</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/streaming/SessionInfo.html#peer">peer</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.Collection<<a href="../../../../org/apache/cassandra/streaming/StreamSummary.html" title="class in org.apache.cassandra.streaming">StreamSummary</a>></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/streaming/SessionInfo.html#receivingSummaries">receivingSummaries</a></strong></code>
<div class="block">Immutable collection of receiving summaries</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.Collection<<a href="../../../../org/apache/cassandra/streaming/StreamSummary.html" title="class in org.apache.cassandra.streaming">StreamSummary</a>></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/streaming/SessionInfo.html#sendingSummaries">sendingSummaries</a></strong></code>
<div class="block">Immutable collection of sending summaries</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/streaming/SessionInfo.html#sessionIndex">sessionIndex</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/cassandra/streaming/StreamSession.State.html" title="enum in org.apache.cassandra.streaming">StreamSession.State</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/streaming/SessionInfo.html#state">state</a></strong></code>
<div class="block">Current session state</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../org/apache/cassandra/streaming/SessionInfo.html#SessionInfo(java.net.InetAddress,%20int,%20java.util.Collection,%20java.util.Collection,%20org.apache.cassandra.streaming.StreamSession.State)">SessionInfo</a></strong>(java.net.InetAddress peer,
int sessionIndex,
java.util.Collection<<a href="../../../../org/apache/cassandra/streaming/StreamSummary.html" title="class in org.apache.cassandra.streaming">StreamSummary</a>> receivingSummaries,
java.util.Collection<<a href="../../../../org/apache/cassandra/streaming/StreamSummary.html" title="class in org.apache.cassandra.streaming">StreamSummary</a>> sendingSummaries,
<a href="../../../../org/apache/cassandra/streaming/StreamSession.State.html" title="enum in org.apache.cassandra.streaming">StreamSession.State</a> state)</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.Collection<<a href="../../../../org/apache/cassandra/streaming/ProgressInfo.html" title="class in org.apache.cassandra.streaming">ProgressInfo</a>></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/streaming/SessionInfo.html#getReceivingFiles()">getReceivingFiles</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.Collection<<a href="../../../../org/apache/cassandra/streaming/ProgressInfo.html" title="class in org.apache.cassandra.streaming">ProgressInfo</a>></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/streaming/SessionInfo.html#getSendingFiles()">getSendingFiles</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/streaming/SessionInfo.html#getTotalFilesReceived()">getTotalFilesReceived</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/streaming/SessionInfo.html#getTotalFilesSent()">getTotalFilesSent</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/streaming/SessionInfo.html#getTotalFilesToReceive()">getTotalFilesToReceive</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/streaming/SessionInfo.html#getTotalFilesToSend()">getTotalFilesToSend</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/streaming/SessionInfo.html#getTotalSizeReceived()">getTotalSizeReceived</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/streaming/SessionInfo.html#getTotalSizeSent()">getTotalSizeSent</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/streaming/SessionInfo.html#getTotalSizeToReceive()">getTotalSizeToReceive</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/streaming/SessionInfo.html#getTotalSizeToSend()">getTotalSizeToSend</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/streaming/SessionInfo.html#isFailed()">isFailed</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/streaming/SessionInfo.html#updateProgress(org.apache.cassandra.streaming.ProgressInfo)">updateProgress</a></strong>(<a href="../../../../org/apache/cassandra/streaming/ProgressInfo.html" title="class in org.apache.cassandra.streaming">ProgressInfo</a> newProgress)</code>
<div class="block">Update progress of receiving/sending file.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="peer">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>peer</h4>
<pre>public final java.net.InetAddress peer</pre>
</li>
</ul>
<a name="sessionIndex">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>sessionIndex</h4>
<pre>public final int sessionIndex</pre>
</li>
</ul>
<a name="receivingSummaries">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>receivingSummaries</h4>
<pre>public final java.util.Collection<<a href="../../../../org/apache/cassandra/streaming/StreamSummary.html" title="class in org.apache.cassandra.streaming">StreamSummary</a>> receivingSummaries</pre>
<div class="block">Immutable collection of receiving summaries</div>
</li>
</ul>
<a name="sendingSummaries">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>sendingSummaries</h4>
<pre>public final java.util.Collection<<a href="../../../../org/apache/cassandra/streaming/StreamSummary.html" title="class in org.apache.cassandra.streaming">StreamSummary</a>> sendingSummaries</pre>
<div class="block">Immutable collection of sending summaries</div>
</li>
</ul>
<a name="state">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>state</h4>
<pre>public final <a href="../../../../org/apache/cassandra/streaming/StreamSession.State.html" title="enum in org.apache.cassandra.streaming">StreamSession.State</a> state</pre>
<div class="block">Current session state</div>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="SessionInfo(java.net.InetAddress, int, java.util.Collection, java.util.Collection, org.apache.cassandra.streaming.StreamSession.State)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>SessionInfo</h4>
<pre>public SessionInfo(java.net.InetAddress peer,
int sessionIndex,
java.util.Collection<<a href="../../../../org/apache/cassandra/streaming/StreamSummary.html" title="class in org.apache.cassandra.streaming">StreamSummary</a>> receivingSummaries,
java.util.Collection<<a href="../../../../org/apache/cassandra/streaming/StreamSummary.html" title="class in org.apache.cassandra.streaming">StreamSummary</a>> sendingSummaries,
<a href="../../../../org/apache/cassandra/streaming/StreamSession.State.html" title="enum in org.apache.cassandra.streaming">StreamSession.State</a> state)</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="isFailed()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isFailed</h4>
<pre>public boolean isFailed()</pre>
</li>
</ul>
<a name="updateProgress(org.apache.cassandra.streaming.ProgressInfo)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>updateProgress</h4>
<pre>public void updateProgress(<a href="../../../../org/apache/cassandra/streaming/ProgressInfo.html" title="class in org.apache.cassandra.streaming">ProgressInfo</a> newProgress)</pre>
<div class="block">Update progress of receiving/sending file.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>newProgress</code> - new progress info</dd></dl>
</li>
</ul>
<a name="getReceivingFiles()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getReceivingFiles</h4>
<pre>public java.util.Collection<<a href="../../../../org/apache/cassandra/streaming/ProgressInfo.html" title="class in org.apache.cassandra.streaming">ProgressInfo</a>> getReceivingFiles()</pre>
</li>
</ul>
<a name="getSendingFiles()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getSendingFiles</h4>
<pre>public java.util.Collection<<a href="../../../../org/apache/cassandra/streaming/ProgressInfo.html" title="class in org.apache.cassandra.streaming">ProgressInfo</a>> getSendingFiles()</pre>
</li>
</ul>
<a name="getTotalFilesReceived()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTotalFilesReceived</h4>
<pre>public long getTotalFilesReceived()</pre>
<dl><dt><span class="strong">Returns:</span></dt><dd>total number of files already received.</dd></dl>
</li>
</ul>
<a name="getTotalFilesSent()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTotalFilesSent</h4>
<pre>public long getTotalFilesSent()</pre>
<dl><dt><span class="strong">Returns:</span></dt><dd>total number of files already sent.</dd></dl>
</li>
</ul>
<a name="getTotalSizeReceived()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTotalSizeReceived</h4>
<pre>public long getTotalSizeReceived()</pre>
<dl><dt><span class="strong">Returns:</span></dt><dd>total size(in bytes) already received.</dd></dl>
</li>
</ul>
<a name="getTotalSizeSent()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTotalSizeSent</h4>
<pre>public long getTotalSizeSent()</pre>
<dl><dt><span class="strong">Returns:</span></dt><dd>total size(in bytes) already sent.</dd></dl>
</li>
</ul>
<a name="getTotalFilesToReceive()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTotalFilesToReceive</h4>
<pre>public long getTotalFilesToReceive()</pre>
<dl><dt><span class="strong">Returns:</span></dt><dd>total number of files to receive in the session</dd></dl>
</li>
</ul>
<a name="getTotalFilesToSend()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTotalFilesToSend</h4>
<pre>public long getTotalFilesToSend()</pre>
<dl><dt><span class="strong">Returns:</span></dt><dd>total number of files to send in the session</dd></dl>
</li>
</ul>
<a name="getTotalSizeToReceive()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTotalSizeToReceive</h4>
<pre>public long getTotalSizeToReceive()</pre>
<dl><dt><span class="strong">Returns:</span></dt><dd>total size(in bytes) to receive in the session</dd></dl>
</li>
</ul>
<a name="getTotalSizeToSend()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getTotalSizeToSend</h4>
<pre>public long getTotalSizeToSend()</pre>
<dl><dt><span class="strong">Returns:</span></dt><dd>total size(in bytes) to send in the session</dd></dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/SessionInfo.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/cassandra/streaming/ReplicationFinishedVerbHandler.html" title="class in org.apache.cassandra.streaming"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/apache/cassandra/streaming/StreamCoordinator.html" title="class in org.apache.cassandra.streaming"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/cassandra/streaming/SessionInfo.html" target="_top">Frames</a></li>
<li><a href="SessionInfo.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#field_summary">Field</a> | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#field_detail">Field</a> | </li>
<li><a href="#constructor_detail">Constr</a> | </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 © 2014 The Apache Software Foundation</small></p>
</body>
</html>
| varunmc/cassandra-server | apache-cassandra-2.1.0/javadoc/org/apache/cassandra/streaming/SessionInfo.html | HTML | apache-2.0 | 21,327 |
<include file="Public/header"/>
<link href="__PUBLIC__/bootstrap/vendor/Jcrop/jquery.Jcrop.min.css" rel="stylesheet" media="screen">
<div class="container-fluid container-fullw">
<div class="row">
<div class="col-md-12">
<img src="{$_GET['img']}" id="target2" alt="[Jcrop Example]" />
<div id="preview-pane">
<div class="preview-container">
<img src="{$_GET['img']}" class="jcrop-preview" alt="Preview" />
</div>
</div>
</div>
</div>
</div>
<div class="row" style="margin-left:550px;top:250px;position: absolute;">
<button class="btn btn-primary" type="button" id="confirmOk">
确定
</button>
</div>
<form id="coords" class="coords margin-top-20" onsubmit="return false;" action="http://example.com/post.php">
<div class="inline-labels" style="display:none;">
<input type="" id="pic_name" name="pic_name" value="{$_GET['img']}">
<label>
X1
<input type="text" size="4" id="x1" name="x1" />
</label>
<label>
Y1
<input type="text" size="4" id="y1" name="y1" />
</label>
<label>
X2
<input type="text" size="4" id="x2" name="x2" />
</label>
<label>
Y2
<input type="text" size="4" id="y2" name="y2" />
</label>
<label>
W
<input type="text" size="4" id="w" name="w" />
</label>
<label>
H
<input type="text" size="4" id="h" name="h" />
</label>
</div>
</form>
<!-- start: MAIN JAVASCRIPTS -->
<script src="__PUBLIC__/bootstrap/vendor/jquery/jquery.min.js"></script>
<script src="__PUBLIC__/bootstrap/vendor/bootstrap/js/bootstrap.min.js"></script>
<!-- <script src="__PUBLIC__/bootstrap/assets/js/main.js"></script>-->
<script src="__PUBLIC__/bootstrap/vendor/Jcrop/jquery.Jcrop.min.js"></script>
<script src="__PUBLIC__/bootstrap/vendor/Jcrop/jquery.color.js"></script>
<!-- end: JAVASCRIPTS REQUIRED FOR THIS PAGE ONLY -->
<!-- start: CLIP-TWO JAVASCRIPTS -->
<!-- <script src="__PUBLIC__/bootstrap/assets/js/main.js"></script> -->
<!-- start: JavaScript Event Handlers for this page -->
<script src="__PUBLIC__/bootstrap/assets/js/form-image-cropping.js"></script>
<script src="__PUBLIC__/bootstrap/vendor/switchery/switchery.min.js"></script>
<script src="__PUBLIC__/bootstrap/vendor/artDialog/artDialog.source.js?skin=default"></script>
<script src="__PUBLIC__/bootstrap/vendor/artDialog/plugins/iframeTools.source.js"></script>
<script src="__PUBLIC__/bootstrap/vendor/ajaxfileupload/ajaxfileupload.js"></script>
<script>
jQuery(document).ready(function() {
//Main.init();
ImageCropping.init();
//表单提交
$("#confirmOk").click(function(){
if (parseInt($('#w').val())){
var pic_name = $("#pic_name").val();
var x = $("#x1").val();
var y = $("#y1").val();
var w = $("#w").val();
var h = $("#h").val();
$.get("{:U('admin/Imagecat/crop_submit')}",{pic_name:pic_name,x:x,y:y,w:w,h:h},function(data){
if(data.status==1){
var _call_back="show_head";
var win = art.dialog.open.origin;
if(_call_back && win[_call_back] && typeof(win[_call_back])=='function'){
try{
win[_call_back].call(this, data.file);
art.dialog.close();
}catch(e){
alert('确认异常');
};
}
}else{
alert(data.error);
return false;
}
},"json");
return false;
}
return false;
});
});
</script>
<!-- end: CLIP-TWO JAVASCRIPTS -->
</body>
</html>
| JustGrin/yixiuge | Application/Modules/Admin/Tpl/default/Imagecat/index.html | HTML | apache-2.0 | 5,063 |
<!DOCTYPE HTML>
<html>
<head>
<title>C++ primer - Guowei Lv</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="generator" content="Hugo 0.25.1" />
<link rel="apple-touch-icon-precomposed"
href='https://www.lvguowei.me/favicon/apple-touch-icon-precomposed.png'>
<link rel="icon" href='https://www.lvguowei.me/favicon/favicon.png'>
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-TileImage"
content='/favicon/mstile.png'>
<meta name="description" content="Guowei Lv">
<meta property="og:title" content="C++ primer" />
<meta property="og:description" content="Guowei Lv" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.lvguowei.me/tags/c++-primer/" />
<meta property="og:updated_time" content="2017-03-20T20:27:39+02:00"/>
<meta itemprop="name" content="C++ primer">
<meta itemprop="description" content="Guowei Lv">
<link rel="stylesheet" href="https://www.lvguowei.me/css/google-font.css" />
<link rel="stylesheet" href="https://www.lvguowei.me/css/font-awesome.min.css" />
<link rel="stylesheet" href="https://www.lvguowei.me/css/main.css" />
<link rel="stylesheet" href="https://www.lvguowei.me/css/add-on.css" />
<link rel="stylesheet" href="https://www.lvguowei.me/css/monokai-sublime.css">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-71831707-2', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div id="wrapper">
<header id="header">
<h2><a href="https://www.lvguowei.me/">Guowei Lv</i></a></h2>
<nav class="links">
<ul>
<li>
<a href="https://www.lvguowei.me/post">
<i class="fa fa-newspaper-o"> </i>Blog
</a>
</li>
<li>
<a href="https://www.lvguowei.me/categories">
Categories
</a>
</li>
<li>
<a href="https://www.lvguowei.me/about">
About
</a>
</li>
</ul>
</nav>
<nav class="main">
<ul>
<li class="search">
<a class="fa-search" href="#search">Search</a>
<form id="search" method="get" action="//google.com/search">
<input type="text" name="q" placeholder="Search" />
<input type="hidden" name="as_sitesearch" value="https://www.lvguowei.me/">
</form>
</li>
<li class="menu">
<a class="fa-bars" href="#menu">Menu</a>
</li>
</ul>
</nav>
</header>
<section id="menu">
<section>
<form class="search" method="get" action="//google.com/search">
<input type="text" name="q" placeholder="Search" />
<input type="hidden" name="q" value="site:https://www.lvguowei.me/">
</form>
</section>
<section>
<ul class="links">
<li>
<a href="https://www.lvguowei.me/post">
<h3>
<i class="fa fa-newspaper-o"> </i>
Blog
</h3>
</a>
</li>
<li>
<a href="https://www.lvguowei.me/categories">
<h3>
Categories
</h3>
</a>
</li>
<li>
<a href="https://www.lvguowei.me/about">
<h3>
About
</h3>
</a>
</li>
</ul>
</section>
<section>
<ul class="links">
<header>
<h3>Recent Posts</h3>
</header>
<li>
<a href="https://www.lvguowei.me/post/all-you-need-to-know-about-android-espresso-testing-4/"><p>All You Need To Know About Android Espresso Testing (Part IV)</p></a>
</li>
<li>
<a href="https://www.lvguowei.me/post/all-you-need-to-know-about-android-espresso-testing-3/"><p>All You Need To Know About Android Espresso Testing (Part III)</p></a>
</li>
<li>
<a href="https://www.lvguowei.me/post/all-you-need-to-know-about-android-espresso-testing-2/"><p>All You Need To Know About Android Espresso Testing (Part II)</p></a>
</li>
<li>
<a href="https://www.lvguowei.me/post/how-to-follow-hand-made-hero-on-linux/"><p>How To Follow Hand Made Hero On Linux</p></a>
</li>
<li>
<a href="https://www.lvguowei.me/post/all-you-need-to-know-about-android-espresso-testing/"><p>All You Need To Know About Android Espresso Testing (Part I)</p></a>
</li>
</ul>
</section>
</section>
<div id="main">
<article class="post">
<header>
<div class="title">
<h2><a href="https://www.lvguowei.me/post/mock-objects-dimistified/">Mock Objects Demystified</a></h2>
</div>
<div class="meta">
<time class="published"
datetime='2017-03-20'>
March 20, 2017</time>
<span class="author"></span>
<p>3 minute read</p>
</div>
</header>
<p>If you have ever tried writing any non trivial tests, mocks should not be a stranger to you. But what about some other “mock” like objects like stubs, spies and such? How are they different from each other? In this blog post, I will explain it as simple and easy to remember as possible.
Everything is a test double. Test double is just a general name for all mock like objects.</p>
<footer>
<ul class="actions">
<li><a href="https://www.lvguowei.me/post/mock-objects-dimistified/" class="button big">Continue Reading</a></li>
</ul>
<ul class="stats">
<li>
Category
</li>
<li><a href='https://www.lvguowei.me/categories/test-driven-development'>Test Driven Development</a></li>
</ul>
</footer>
</article>
<article class="post">
<header>
<div class="title">
<h2><a href="https://www.lvguowei.me/post/programming-kata-day-13/">Programming Kata Day 13</a></h2>
</div>
<div class="meta">
<time class="published"
datetime='2017-03-06'>
March 6, 2017</time>
<span class="author"></span>
<p>1 minute read</p>
</div>
</header>
<p>Problem The elevator can be on first floor or second floor The elevator can be either openned or closed. The elevator can go up or down. But when it goes up or down, the door has to be closed. The door can open or close, but it cannot open when it is already openned or close when it is already closed.
Write a function that takes a list of actions with :done indicating the end, and return if this sequence is legal or not.</p>
<footer>
<ul class="actions">
<li><a href="https://www.lvguowei.me/post/programming-kata-day-13/" class="button big">Continue Reading</a></li>
</ul>
<ul class="stats">
<li>
Category
</li>
<li><a href='https://www.lvguowei.me/categories/programming-kata'>programming kata</a></li>
</ul>
</footer>
</article>
<article class="post">
<header>
<div class="title">
<h2><a href="https://www.lvguowei.me/post/clojure-tail-recursion/">Clojure Tail Recursion</a></h2>
</div>
<div class="meta">
<time class="published"
datetime='2017-02-27'>
February 27, 2017</time>
<span class="author"></span>
<p>2 minute read</p>
</div>
</header>
<p>What this recur and tail calls optimization is all about in Clojure? This blog post is trying to give a short yet easy to remember explanation.
Before explaining anything, let’s look at how we can implement + using recursion.
This is actually an interesting task, implement our +, since most of the time + is a built-in function. So to make things a bit more clear, let’s assume that our computer is drunk and forgets about how to do +, but it still remembers how to increment and decrement by 1.</p>
<footer>
<ul class="actions">
<li><a href="https://www.lvguowei.me/post/clojure-tail-recursion/" class="button big">Continue Reading</a></li>
</ul>
<ul class="stats">
<li>
Category
</li>
<li><a href='https://www.lvguowei.me/categories/clojure'>Clojure</a></li>
</ul>
</footer>
</article>
<article class="post">
<header>
<div class="title">
<h2><a href="https://www.lvguowei.me/post/programming-kata-day-12/">programming kata day 12</a></h2>
</div>
<div class="meta">
<time class="published"
datetime='2017-02-26'>
February 26, 2017</time>
<span class="author"></span>
<p>1 minute read</p>
</div>
</header>
<p>Problem Implement a unit converter that uses the given the following metric
(def metric {:meter 1 :km 1000 :cm <sup>1</sup>⁄<sub>100</sub> :mm [<sup>1</sup>⁄<sub>10</sub> :cm]}) The converter should anwser questions like:
How many meters are there in 10 km and 20 cm?
Solution (defn convert <a href="reduce (fn [result [mag unit]] (let [val (metric unit)] (if (vector? val) (+ result (* mag (convert context val))) (+ result (* mag val))))) 0 (partition 2 descriptor)">context descriptor</a>) (convert metric [1 :meter]) (convert metric [3 :km 10 :meter])</p>
<footer>
<ul class="actions">
<li><a href="https://www.lvguowei.me/post/programming-kata-day-12/" class="button big">Continue Reading</a></li>
</ul>
<ul class="stats">
<li>
Category
</li>
<li><a href='https://www.lvguowei.me/categories/programming-kata'>programming kata</a></li>
</ul>
</footer>
</article>
<article class="post">
<header>
<div class="title">
<h2><a href="https://www.lvguowei.me/post/programming-kata-day-11/">programming kata day 11</a></h2>
</div>
<div class="meta">
<time class="published"
datetime='2017-02-25'>
February 25, 2017</time>
<span class="author"></span>
<p>1 minute read</p>
</div>
</header>
<p>Problem This coding adventure comes from Advend Of Code Day 2
Solution Github</p>
<footer>
<ul class="actions">
<li><a href="https://www.lvguowei.me/post/programming-kata-day-11/" class="button big">Continue Reading</a></li>
</ul>
<ul class="stats">
<li>
Category
</li>
<li><a href='https://www.lvguowei.me/categories/programming-kata'>programming kata</a></li>
</ul>
</footer>
</article>
<ul class="actions pagination">
<li><a href="https://www.lvguowei.me/tags/c++-primer/page/4/"
class="button big previous">Previous Page</a></li>
<li><a href="https://www.lvguowei.me/tags/c++-primer/page/6/"
class="button big next">Next Page</a></li>
</ul>
</div>
<section id="sidebar">
<section id="intro">
<a href="https://www.lvguowei.me/" class="logo"><img src="https://www.lvguowei.me/img/logo.jpg" alt="Guowei Lv" /></a>
<header>
<h2>Guowei Lv</h2>
<p>Keep sane and code</p>
</header>
<ul class="icons">
<li><a href="https://www.lvguowei.me/tags/c++-primer/index.xml" type="application/rss+xml"
target="_blank" title="RSS" class="fa fa-rss"></a></li>
<li><a href="//github.com/lvguowei" target="_blank" title="GitHub" class="fa fa-github"></a></li>
<li><a href="//lvguowei.deviantart.com/" target="_blank" title="DeviantArt" class="fa fa-deviantart"></a></li>
<li><a href="//linkedin.com/in/lvguowei" target="_blank" title="LinkedIn" class="fa fa-linkedin"></a></li>
<li><a href="mailto:lvguowei1002@gmail.com" title="Email" class="fa fa-envelope"></a></li>
</ul>
</section>
<section id="recent-posts">
<ul class="posts">
<header>
<h3>Recent Posts</h3>
</header>
<li>
<article>
<header>
<h3><a href="https://www.lvguowei.me/post/all-you-need-to-know-about-android-espresso-testing-4/">All You Need To Know About Android Espresso Testing (Part IV)</a></h3>
<time class="published" datetime=
'2017-07-21'>
July 21, 2017</time>
</header>
</article>
</li>
<li>
<article>
<header>
<h3><a href="https://www.lvguowei.me/post/all-you-need-to-know-about-android-espresso-testing-3/">All You Need To Know About Android Espresso Testing (Part III)</a></h3>
<time class="published" datetime=
'2017-07-21'>
July 21, 2017</time>
</header>
</article>
</li>
<li>
<article>
<header>
<h3><a href="https://www.lvguowei.me/post/all-you-need-to-know-about-android-espresso-testing-2/">All You Need To Know About Android Espresso Testing (Part II)</a></h3>
<time class="published" datetime=
'2017-07-21'>
July 21, 2017</time>
</header>
</article>
</li>
<li>
<article>
<header>
<h3><a href="https://www.lvguowei.me/post/how-to-follow-hand-made-hero-on-linux/">How To Follow Hand Made Hero On Linux</a></h3>
<time class="published" datetime=
'2017-07-20'>
July 20, 2017</time>
</header>
</article>
</li>
<li>
<article>
<header>
<h3><a href="https://www.lvguowei.me/post/all-you-need-to-know-about-android-espresso-testing/">All You Need To Know About Android Espresso Testing (Part I)</a></h3>
<time class="published" datetime=
'2017-07-13'>
July 13, 2017</time>
</header>
</article>
</li>
<li>
<ul class="actions">
<li><a href=
"/post/"
class="button">View more posts</a></li>
</ul>
</li>
</ul>
</section>
<section id="categories">
<ul class="posts">
<header>
<h3><a href="https://www.lvguowei.me/categories/">Categories</a></h3>
</header>
<li>
<article>
<header>
<a href="https://www.lvguowei.me/categories/programming-kata/">programming kata</a>
<span style="float:right;">15</span>
</header>
</article>
</li>
<li>
<article>
<header>
<a href="https://www.lvguowei.me/categories/android-development/">Android Development</a>
<span style="float:right;">12</span>
</header>
</article>
</li>
<li>
<article>
<header>
<a href="https://www.lvguowei.me/categories/finnish-learning/">Finnish Learning</a>
<span style="float:right;">10</span>
</header>
</article>
</li>
<li>
<article>
<header>
<a href="https://www.lvguowei.me/categories/object-oriented-design/">Object Oriented Design</a>
<span style="float:right;">7</span>
</header>
</article>
</li>
<li>
<article>
<header>
<a href="https://www.lvguowei.me/categories/android-library/">Android Library</a>
<span style="float:right;">3</span>
</header>
</article>
</li>
<li>
<article>
<header>
<a href="https://www.lvguowei.me/categories/c++-primer/">C++ Primer</a>
<span style="float:right;">3</span>
</header>
</article>
</li>
<li>
<article>
<header>
<a href="https://www.lvguowei.me/categories/clojure/">Clojure</a>
<span style="float:right;">3</span>
</header>
</article>
</li>
<li>
<article>
<header>
<a href="https://www.lvguowei.me/categories/painting/">Painting</a>
<span style="float:right;">3</span>
</header>
</article>
</li>
<li>
<article>
<header>
<a href="https://www.lvguowei.me/categories/ranting/">Ranting</a>
<span style="float:right;">3</span>
</header>
</article>
</li>
<li>
<article>
<header>
<a href="https://www.lvguowei.me/categories/refactoring/">Refactoring</a>
<span style="float:right;">3</span>
</header>
</article>
</li>
<li>
<article>
<header>
<a href="https://www.lvguowei.me/categories/hand-made-hero/">Hand Made Hero</a>
<span style="float:right;">2</span>
</header>
</article>
</li>
<li>
<article>
<header>
<a href="https://www.lvguowei.me/categories/sicp/">SICP</a>
<span style="float:right;">2</span>
</header>
</article>
</li>
<li>
<article>
<header>
<a href="https://www.lvguowei.me/categories/test-driven-development/">Test Driven Development</a>
<span style="float:right;">2</span>
</header>
</article>
</li>
<li>
<article>
<header>
<a href="https://www.lvguowei.me/categories/android-programming/">Android Programming</a>
<span style="float:right;">1</span>
</header>
</article>
</li>
<li>
<article>
<header>
<a href="https://www.lvguowei.me/categories/books/">Books</a>
<span style="float:right;">1</span>
</header>
</article>
</li>
<li>
<article>
<header>
<a href="https://www.lvguowei.me/categories/concurrent-programming/">Concurrent Programming</a>
<span style="float:right;">1</span>
</header>
</article>
</li>
<li>
<article>
<header>
<a href="https://www.lvguowei.me/categories/perfume/">Perfume</a>
<span style="float:right;">1</span>
</header>
</article>
</li>
</ul>
</section>
<section class="blurb">
<h2>About</h2>
<p>Welcome to my personal website. In here, I talk about programming in general and other cool stuff. Stay tuned!</p>
<ul class="actions">
<li><a href="https://www.lvguowei.me/about/" class="button">Learn More</a></li>
</ul>
</section>
<section id="footer">
<ul class="icons">
<li><a href="https://www.lvguowei.me/tags/c++-primer/index.xml" type="application/rss+xml"
target="_blank" title="RSS" class="fa fa-rss"></a></li>
<li><a href="//github.com/lvguowei" target="_blank" title="GitHub" class="fa fa-github"></a></li>
<li><a href="//lvguowei.deviantart.com/" target="_blank" title="DeviantArt" class="fa fa-deviantart"></a></li>
<li><a href="//linkedin.com/in/lvguowei" target="_blank" title="LinkedIn" class="fa fa-linkedin"></a></li>
<li><a href="mailto:lvguowei1002@gmail.com" title="Email" class="fa fa-envelope"></a></li>
</ul>
<p class="copyright">© Guowei Lv. </p>
</section>
</section>
</div>
<a id="back-to-top" href="#" class="fa fa-arrow-up fa-border fa-2x"></a>
<script src="https://www.lvguowei.me/js/jquery.min.js"></script>
<script src="https://www.lvguowei.me/js/skel.min.js"></script>
<script src="https://www.lvguowei.me/js/util.js"></script>
<script src="https://www.lvguowei.me/js/main.js"></script>
<script src="https://www.lvguowei.me/js/backToTop.js"></script>
<script src="https://www.lvguowei.me/js/highlight.pack.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
</body>
</html>
| lvguowei/lvguowei.github.io | tags/c++-primer/page/5/index.html | HTML | apache-2.0 | 29,448 |
<!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 Mar 08 14:48:07 CET 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.togglz.core.activation.GradualActivationStrategy (Togglz 2.4.1.Final API)</title>
<meta name="date" content="2017-03-08">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.togglz.core.activation.GradualActivationStrategy (Togglz 2.4.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/core/activation/GradualActivationStrategy.html" title="class in org.togglz.core.activation">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/core/activation/class-use/GradualActivationStrategy.html" target="_top">Frames</a></li>
<li><a href="GradualActivationStrategy.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.togglz.core.activation.GradualActivationStrategy" class="title">Uses of Class<br>org.togglz.core.activation.GradualActivationStrategy</h2>
</div>
<div class="classUseContainer">No usage of org.togglz.core.activation.GradualActivationStrategy</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/core/activation/GradualActivationStrategy.html" title="class in org.togglz.core.activation">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/core/activation/class-use/GradualActivationStrategy.html" target="_top">Frames</a></li>
<li><a href="GradualActivationStrategy.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 © 2017. All Rights Reserved.</small></p>
</body>
</html>
| togglz/togglz-site | apidocs/2.4.1.Final/org/togglz/core/activation/class-use/GradualActivationStrategy.html | HTML | apache-2.0 | 4,735 |
<!DOCTYPE html>
<html ng-app="app" lang="en">
<!-- ======================================================================= -->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<link rel="shortcut icon" href="images/icon-512.png">
<link rel="icon" href="images/icon-512.png">
<link rel="apple-touch-icon-precomposed" href="images/icon-512.png">
<title>weppls - sample-01</title>
<link rel="stylesheet" href="vendor/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="vendor/bootstrap/css/bootstrap-theme.min.css">
<style>
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
display: none !important;
}
</style>
</head>
<!-- ======================================================================= -->
<body ng-controller="body">
{{menu}}
{{body}}
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<script src="vendor/angular/angular.min.js"></script>
<script src="index.js"></script>
</body>
</html>
| pmuellr/weppls | samples/sample-01/index.html | HTML | apache-2.0 | 1,333 |
<!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/Web/XLabs.Web/obj/ARM Directory 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 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><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><!-- 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('dir_ae6a269cbe325e321014a41e625e4ee8.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">ARM Directory Reference</div> </div>
</div><!--header-->
<div class="contents">
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="subdirs"></a>
Directories</h2></td></tr>
<tr class="memitem:dir_7dc72afb7fb604640e6509634936a244"><td class="memItemLeft" align="right" valign="top">directory  </td><td class="memItemRight" valign="bottom"><a class="el" href="dir_7dc72afb7fb604640e6509634936a244.html">Debug</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:dir_0e9be5ab6d3aaafe3d7dcd6fee589652"><td class="memItemLeft" align="right" valign="top">directory  </td><td class="memItemRight" valign="bottom"><a class="el" href="dir_0e9be5ab6d3aaafe3d7dcd6fee589652.html">Release</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </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_d4ad4d7d60f821f562b2a7ecf26328a2.html">Xamarin-Forms-Labs</a></li><li class="navelem"><a class="el" href="dir_e9192ae7d8f4e8063a65c898ed7ef130.html">src</a></li><li class="navelem"><a class="el" href="dir_a0c80eecf5e5f268449bdccbf001d625.html">Web</a></li><li class="navelem"><a class="el" href="dir_56a4121865974c88bab32b2af4880a28.html">XLabs.Web</a></li><li class="navelem"><a class="el" href="dir_9d41b8d482767f97db6d75a50e7808ef.html">obj</a></li><li class="navelem"><a class="el" href="dir_ae6a269cbe325e321014a41e625e4ee8.html">ARM</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/dir_ae6a269cbe325e321014a41e625e4ee8.html | HTML | apache-2.0 | 5,938 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>Axis2/C: server callback</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.3 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="dirs.html"><span>Directories</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td><label> <u>S</u>earch for </label></td>
<td><input type="text" name="query" value="" size="20" accesskey="s"/></td>
</tr>
</table>
</form>
</li>
</ul>
</div>
<h1>server callback</h1><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Files</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">file </td><td class="memItemRight" valign="bottom"><a class="el" href="axis2__svr__callback_8h.html">axis2_svr_callback.h</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">axis Server Callback interface <br></td></tr>
<p>
<tr><td colspan="2"><br><h2>Typedefs</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef struct <br>
axis2_svr_callback </td><td class="memItemRight" valign="bottom"><a class="el" href="group__axis2__svr__callback.html#gbae96544b63cca63da330e4d6ccb489c">axis2_svr_callback_t</a></td></tr>
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">AXIS2_EXTERN void </td><td class="memItemRight" valign="bottom"><a class="el" href="group__axis2__svr__callback.html#g1357c2b8b7a968161bb890f04ce11903">axis2_svr_callback_free</a> (<a class="el" href="group__axis2__svr__callback.html#gbae96544b63cca63da330e4d6ccb489c">axis2_svr_callback_t</a> *svr_callback, const <a class="el" href="structaxutil__env.html">axutil_env_t</a> *env)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">AXIS2_EXTERN <br>
axis2_status_t </td><td class="memItemRight" valign="bottom"><a class="el" href="group__axis2__svr__callback.html#gd89712afed2d93a2852d75ce7927b461">axis2_svr_callback_handle_result</a> (<a class="el" href="group__axis2__svr__callback.html#gbae96544b63cca63da330e4d6ccb489c">axis2_svr_callback_t</a> *svr_callback, const <a class="el" href="structaxutil__env.html">axutil_env_t</a> *env, <a class="el" href="group__axis2__msg__ctx.html#g160acae289ac39cb49fa625ffd88e410">axis2_msg_ctx_t</a> *msg_ctx)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">AXIS2_EXTERN <br>
axis2_status_t </td><td class="memItemRight" valign="bottom"><a class="el" href="group__axis2__svr__callback.html#g047c37ee9b79b4dd89a3f55761e6506c">axis2_svr_callback_handle_fault</a> (<a class="el" href="group__axis2__svr__callback.html#gbae96544b63cca63da330e4d6ccb489c">axis2_svr_callback_t</a> *svr_callback, const <a class="el" href="structaxutil__env.html">axutil_env_t</a> *env, <a class="el" href="group__axis2__msg__ctx.html#g160acae289ac39cb49fa625ffd88e410">axis2_msg_ctx_t</a> *msg_ctx)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">AXIS2_EXTERN <br>
<a class="el" href="group__axis2__svr__callback.html#gbae96544b63cca63da330e4d6ccb489c">axis2_svr_callback_t</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="group__axis2__svr__callback.html#gad3c7690a2469aa3c55a71d0c1fa6b0e">axis2_svr_callback_create</a> (const <a class="el" href="structaxutil__env.html">axutil_env_t</a> *env)</td></tr>
</table>
<hr><h2>Typedef Documentation</h2>
<a class="anchor" name="gbae96544b63cca63da330e4d6ccb489c"></a><!-- doxytag: member="axis2_svr_callback.h::axis2_svr_callback_t" ref="gbae96544b63cca63da330e4d6ccb489c" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef struct axis2_svr_callback <a class="el" href="group__axis2__svr__callback.html#gbae96544b63cca63da330e4d6ccb489c">axis2_svr_callback_t</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Type name for struct axis2_svr_callback
</div>
</div><p>
<hr><h2>Function Documentation</h2>
<a class="anchor" name="gad3c7690a2469aa3c55a71d0c1fa6b0e"></a><!-- doxytag: member="axis2_svr_callback.h::axis2_svr_callback_create" ref="gad3c7690a2469aa3c55a71d0c1fa6b0e" args="(const axutil_env_t *env)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">AXIS2_EXTERN <a class="el" href="group__axis2__svr__callback.html#gbae96544b63cca63da330e4d6ccb489c">axis2_svr_callback_t</a>* axis2_svr_callback_create </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="structaxutil__env.html">axutil_env_t</a> * </td>
<td class="paramname"> <em>env</em> </td>
<td> ) </td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Create Server Callback struct <dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>env</em> </td><td>pointer to environment struct </td></tr>
</table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>newly created server callback object </dd></dl>
</div>
</div><p>
<a class="anchor" name="g1357c2b8b7a968161bb890f04ce11903"></a><!-- doxytag: member="axis2_svr_callback.h::axis2_svr_callback_free" ref="g1357c2b8b7a968161bb890f04ce11903" args="(axis2_svr_callback_t *svr_callback, const axutil_env_t *env)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">AXIS2_EXTERN void axis2_svr_callback_free </td>
<td>(</td>
<td class="paramtype"><a class="el" href="group__axis2__svr__callback.html#gbae96544b63cca63da330e4d6ccb489c">axis2_svr_callback_t</a> * </td>
<td class="paramname"> <em>svr_callback</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="structaxutil__env.html">axutil_env_t</a> * </td>
<td class="paramname"> <em>env</em></td><td> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Deallocate memory <dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>svr_callback</em> </td><td>pointer to server callback struct </td></tr>
<tr><td valign="top"></td><td valign="top"><em>env</em> </td><td>pointer to environment struct </td></tr>
</table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>void </dd></dl>
</div>
</div><p>
<a class="anchor" name="g047c37ee9b79b4dd89a3f55761e6506c"></a><!-- doxytag: member="axis2_svr_callback.h::axis2_svr_callback_handle_fault" ref="g047c37ee9b79b4dd89a3f55761e6506c" args="(axis2_svr_callback_t *svr_callback, const axutil_env_t *env, axis2_msg_ctx_t *msg_ctx)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">AXIS2_EXTERN axis2_status_t axis2_svr_callback_handle_fault </td>
<td>(</td>
<td class="paramtype"><a class="el" href="group__axis2__svr__callback.html#gbae96544b63cca63da330e4d6ccb489c">axis2_svr_callback_t</a> * </td>
<td class="paramname"> <em>svr_callback</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="structaxutil__env.html">axutil_env_t</a> * </td>
<td class="paramname"> <em>env</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="group__axis2__msg__ctx.html#g160acae289ac39cb49fa625ffd88e410">axis2_msg_ctx_t</a> * </td>
<td class="paramname"> <em>msg_ctx</em></td><td> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Handle fault <dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>svr_callback</em> </td><td>pointer to server callback struct </td></tr>
<tr><td valign="top"></td><td valign="top"><em>env</em> </td><td>pointer to environment struct </td></tr>
<tr><td valign="top"></td><td valign="top"><em>msg_ctx</em> </td><td>pointer to message context </td></tr>
</table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>AXIS2_SUCCESS on success, else AXIS2_FAILURE </dd></dl>
</div>
</div><p>
<a class="anchor" name="gd89712afed2d93a2852d75ce7927b461"></a><!-- doxytag: member="axis2_svr_callback.h::axis2_svr_callback_handle_result" ref="gd89712afed2d93a2852d75ce7927b461" args="(axis2_svr_callback_t *svr_callback, const axutil_env_t *env, axis2_msg_ctx_t *msg_ctx)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">AXIS2_EXTERN axis2_status_t axis2_svr_callback_handle_result </td>
<td>(</td>
<td class="paramtype"><a class="el" href="group__axis2__svr__callback.html#gbae96544b63cca63da330e4d6ccb489c">axis2_svr_callback_t</a> * </td>
<td class="paramname"> <em>svr_callback</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="structaxutil__env.html">axutil_env_t</a> * </td>
<td class="paramname"> <em>env</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="group__axis2__msg__ctx.html#g160acae289ac39cb49fa625ffd88e410">axis2_msg_ctx_t</a> * </td>
<td class="paramname"> <em>msg_ctx</em></td><td> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Handle result <dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>svr_callback</em> </td><td>pointer to server callback struct </td></tr>
<tr><td valign="top"></td><td valign="top"><em>env</em> </td><td>pointer to environment struct </td></tr>
<tr><td valign="top"></td><td valign="top"><em>msg_ctx</em> </td><td>pointer to message context </td></tr>
</table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>AXIS2_SUCCESS on success, else AXIS2_FAILURE </dd></dl>
</div>
</div><p>
<hr size="1"><address style="text-align: right;"><small>Generated on Fri Apr 17 11:49:45 2009 for Axis2/C by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.3 </small></address>
</body>
</html>
| loentar/axis2c-unofficial | xdocs/api/html/group__axis2__svr__callback.html | HTML | apache-2.0 | 11,942 |
<!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:23 EEST 2014 -->
<title>Uses of Class net.sf.jasperreports.compilers.JavaScriptEvaluatorScope (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.compilers.JavaScriptEvaluatorScope (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/compilers/JavaScriptEvaluatorScope.html" title="class in net.sf.jasperreports.compilers">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/compilers/class-use/JavaScriptEvaluatorScope.html" target="_top">Frames</a></li>
<li><a href="JavaScriptEvaluatorScope.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.compilers.JavaScriptEvaluatorScope" class="title">Uses of Class<br>net.sf.jasperreports.compilers.JavaScriptEvaluatorScope</h2>
</div>
<div class="classUseContainer">No usage of net.sf.jasperreports.compilers.JavaScriptEvaluatorScope</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/compilers/JavaScriptEvaluatorScope.html" title="class in net.sf.jasperreports.compilers">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/compilers/class-use/JavaScriptEvaluatorScope.html" target="_top">Frames</a></li>
<li><a href="JavaScriptEvaluatorScope.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;">© 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/compilers/class-use/JavaScriptEvaluatorScope.html | HTML | apache-2.0 | 4,696 |
<!-- Get Volunteer Section -->
<section id="volunteer" class="bg-light-gray">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h2 class="section-heading text-center">GET INVOLVED. CLICK ON A LOCATION NEAR YOU AND VOLUNTEER WITH MVP.</h2>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<iframe src="https://www.google.com/maps/d/u/1/embed?mid=1nxK4PN26LnqCbd0nsAWqUCgycQ4" width="640" height="480" frameborder="0" style="border:0"></iframe>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<iframe src="https://calendar.google.com/calendar/embed?src=presente.org_3mh0ms0t21vve4hq63t2hid9io%40group.calendar.google.com&ctz=America/Phoenix" style="border: 0" width="800" height="600" frameborder="0" scrolling="no"></iframe>
</div>
</div>
</div>
</div><!-- end container-->
</section>
| champala/mvpwmap | _includes/volunteer.html | HTML | apache-2.0 | 1,084 |
<!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_03) on Mon Sep 10 14:25:59 CDT 2012 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class org.eclipse.jetty.util.B64Code (Jetty :: Aggregate :: All core Jetty 8.1.7.v20120910 API)</title>
<meta name="date" content="2012-09-10">
<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.eclipse.jetty.util.B64Code (Jetty :: Aggregate :: All core Jetty 8.1.7.v20120910 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/eclipse/jetty/util/B64Code.html" title="class in org.eclipse.jetty.util">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/eclipse/jetty/util//class-useB64Code.html" target="_top">Frames</a></li>
<li><a href="B64Code.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.eclipse.jetty.util.B64Code" class="title">Uses of Class<br>org.eclipse.jetty.util.B64Code</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../org/eclipse/jetty/util/B64Code.html" title="class in org.eclipse.jetty.util">B64Code</a></span><span class="tabEnd"> </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.eclipse.jetty.util.security">org.eclipse.jetty.util.security</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.eclipse.jetty.util.security">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/eclipse/jetty/util/B64Code.html" title="class in org.eclipse.jetty.util">B64Code</a> in <a href="../../../../../org/eclipse/jetty/util/security/package-summary.html">org.eclipse.jetty.util.security</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../org/eclipse/jetty/util/B64Code.html" title="class in org.eclipse.jetty.util">B64Code</a> in <a href="../../../../../org/eclipse/jetty/util/security/package-summary.html">org.eclipse.jetty.util.security</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../org/eclipse/jetty/util/security/B64Code.html" title="class in org.eclipse.jetty.util.security">B64Code</a></strong></code>
<div class="block"><strong>Deprecated.</strong>
<div class="block"><i>use <a href="../../../../../org/eclipse/jetty/util/B64Code.html" title="class in org.eclipse.jetty.util"><code>B64Code</code></a></i></div>
</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/eclipse/jetty/util/B64Code.html" title="class in org.eclipse.jetty.util">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/eclipse/jetty/util//class-useB64Code.html" target="_top">Frames</a></li>
<li><a href="B64Code.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 © 1995-2012 <a href="http://www.mortbay.com">Mort Bay Consulting</a>. All Rights Reserved.</small></p>
</body>
</html>
| friendranjith/vizzly | jetty-runtime/javadoc/org/eclipse/jetty/util/class-use/B64Code.html | HTML | apache-2.0 | 6,462 |
<!DOCTYPE html>
<html>
<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="The Personal Portfolio Webpage of William Black">
<meta name="author" content="Will Black">
<link rel="icon" href="/static/images/favicon.ico">
<title>Will Black | Projects</title>
<!-- Bootstrap CSS -->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u"
crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css"
integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp"
crossorigin="anonymous">
<!-- FontAwesome CSS -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN"
crossorigin="anonymous">
<!-- Custom CSS (my own and Bootstrap Cover theme)-->
<link rel="stylesheet" href="/static/css/cover-theme.css">
<link rel="stylesheet" href="/static/css/site.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Muli" rel="stylesheet">
</head>
<body>
<div class="site-wrapper">
<div class="site-wrapper-inner">
<div class="cover-container">
<!-- Branding + Navbar -->
<div class="masthead clearfix">
<div class="inner">
<h3 class="masthead-brand">William Black</h3>
<nav>
<ul class="nav masthead-nav">
<li><a href="index.html">Home</a></li>
<li class="active"><a href="projects.html">Projects</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Resume</a></li>
</ul>
</nav>
</div><!-- .inner -->
</div><!-- .masthead.clearfix -->
<!-- Content -->
<div class="inner cover">
<!-- <h1 class="cover-heading">Projects</h1> -->
<!-- SRX site -->
<div class="row">
<div class="col-md-6">
<h2 class="lead">Speedrunning Expo Website</h2>
<!-- <p>Picture Here!</p> -->
<a href="http://srx.nfshost.com/">URL</a>
</div>
<div class="col-md-6">
<h2 class="lead">About the SRX site</h2>
<p>I built this site using Django 1.10 with a MariaDB database.
I also designed the frontend while using customized BootStrap CSS as well.</p>
</div>
</div>
<hr class="style-two">
<!-- RoR site -->
<div class="row">
<div class="col-md-6">
<h2 class="lead">Rails Alpha Blog</h2>
<!-- <p>Picture here!</p> -->
<a href="https://github.com/wrblack/alpha-blog">Github Repo</a>
</div>
<div class="col-md-6">
<h2 class="lead">About the Rails Alpha Blog</h2>
<p>This is a project I built while learning about the workflow
for certain Ruby on Rails projects. An exercise in blog building.</p>
</div>
</div>
<hr class="style-two">
<!-- authtool -->
<div class="row">
<div class="col-md-6">
<h2 class="lead">Auth Tool</h2>
<!-- <p>Picture here!</p> -->
<a href="https://github.com/wrblack/authtool">Github Repo</a>
</div>
<div class="col-md-6">
<h2 class="lead">About the Auth Tool</h2>
<p>This project is implemented in HTML5/CSS3 using BootStrap and PHP5 used
for professors utilizing tracker systems.</p>
</div>
</div>
<!-- more projects I haven't listed ...yet
https://github.com/wrblack/simple_jumper
https://github.com/wrblack/temp-by-zip
https://github.com/wrblack/csr_bot
-->
<!--
<p class="lead">Cover is a one-page template for building simple and beautiful home pages. Download, edit the text, and add your own fullscreen background photo to make it your own.</p>
<p class="lead">
<a href="#" class="btn btn-lg btn-default">Learn more</a>
</p>
-->
</div>
<!-- Footer -->
<div class="mastfoot">
<div class="inner">
<p>© William Black 2017-</p>
</div>
</div>
</div><!-- .cover-container -->
</div><!-- .site-wrapper-inner -->
</div><!-- .site-wrapper -->
<!-- JS libraries -->
<!-- jQuery minified JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<!-- Bootstrap JS -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"
integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
crossorigin="anonymous"></script>
</body>
</html>
| wrblack/wrblack.github.io | projects.html | HTML | apache-2.0 | 5,766 |
<!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_07) on Tue Sep 01 20:56:51 UTC 2009 -->
<TITLE>
Syncable (Hadoop 0.20.1 API)
</TITLE>
<META NAME="date" CONTENT="2009-09-01">
<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="Syncable (Hadoop 0.20.1 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Syncable.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../org/apache/hadoop/fs/Seekable.html" title="interface in org.apache.hadoop.fs"><B>PREV CLASS</B></A>
<A HREF="../../../../org/apache/hadoop/fs/Trash.html" title="class in org.apache.hadoop.fs"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/apache/hadoop/fs/Syncable.html" target="_top"><B>FRAMES</B></A>
<A HREF="Syncable.html" target="_top"><B>NO FRAMES</B></A>
<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: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.apache.hadoop.fs</FONT>
<BR>
Interface Syncable</H2>
<DL>
<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../org/apache/hadoop/fs/FSDataOutputStream.html" title="class in org.apache.hadoop.fs">FSDataOutputStream</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public interface <B>Syncable</B></DL>
</PRE>
<P>
This interface declare the sync() operation.
<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> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/hadoop/fs/Syncable.html#sync()">sync</A></B>()</CODE>
<BR>
Synchronize all buffer with the underlying devices.</TD>
</TR>
</TABLE>
<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="sync()"><!-- --></A><H3>
sync</H3>
<PRE>
void <B>sync</B>()
throws <A HREF="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
<DL>
<DD>Synchronize all buffer with the underlying devices.
<P>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></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> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Syncable.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../org/apache/hadoop/fs/Seekable.html" title="interface in org.apache.hadoop.fs"><B>PREV CLASS</B></A>
<A HREF="../../../../org/apache/hadoop/fs/Trash.html" title="class in org.apache.hadoop.fs"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/apache/hadoop/fs/Syncable.html" target="_top"><B>FRAMES</B></A>
<A HREF="Syncable.html" target="_top"><B>NO FRAMES</B></A>
<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: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 2009 The Apache Software Foundation
</BODY>
</HTML>
| koichi626/hadoop-gpu | hadoop-gpu-0.20.1/docs/api/org/apache/hadoop/fs/Syncable.html | HTML | apache-2.0 | 8,621 |
<!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_76) on Tue Apr 21 13:16:22 PDT 2015 -->
<title>ConversionTask (AWS SDK for Android - 2.2.1)</title>
<meta name="date" content="2015-04-21">
<link rel="stylesheet" type="text/css" href="../../../../../JavaDoc.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ConversionTask (AWS SDK for Android - 2.2.1)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../com/amazonaws/services/ec2/model/ContainerFormat.html" title="enum in com.amazonaws.services.ec2.model"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../com/amazonaws/services/ec2/model/ConversionTaskState.html" title="enum in com.amazonaws.services.ec2.model"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?com/amazonaws/services/ec2/model/ConversionTask.html" target="_top">Frames</a></li>
<li><a href="ConversionTask.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">com.amazonaws.services.ec2.model</div>
<h2 title="Class ConversionTask" class="title">Class ConversionTask</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li>com.amazonaws.services.ec2.model.ConversionTask</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="http://java.sun.com/j2se/1.5.0/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></dd>
</dl>
<hr>
<br>
<pre>public class <span class="strong">ConversionTask</span>
extends <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>
implements <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></pre>
<div class="block"><p>
Describes a conversion task.
</p></div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../serialized-form.html#com.amazonaws.services.ec2.model.ConversionTask">Serialized Form</a></dd></dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../com/amazonaws/services/ec2/model/ConversionTask.html#ConversionTask()">ConversionTask</a></strong>()</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/ec2/model/ConversionTask.html#equals(java.lang.Object)">equals</a></strong>(<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> obj)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/ec2/model/ConversionTask.html#getConversionTaskId()">getConversionTaskId</a></strong>()</code>
<div class="block">The ID of the conversion task.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/ec2/model/ConversionTask.html#getExpirationTime()">getExpirationTime</a></strong>()</code>
<div class="block">The time when the task expires.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../com/amazonaws/services/ec2/model/ImportInstanceTaskDetails.html" title="class in com.amazonaws.services.ec2.model">ImportInstanceTaskDetails</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/ec2/model/ConversionTask.html#getImportInstance()">getImportInstance</a></strong>()</code>
<div class="block">If the task is for importing an instance, this contains information
about the import instance task.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../com/amazonaws/services/ec2/model/ImportVolumeTaskDetails.html" title="class in com.amazonaws.services.ec2.model">ImportVolumeTaskDetails</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/ec2/model/ConversionTask.html#getImportVolume()">getImportVolume</a></strong>()</code>
<div class="block">If the task is for importing a volume, this contains information about
the import volume task.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/ec2/model/ConversionTask.html#getState()">getState</a></strong>()</code>
<div class="block">The state of the conversion task.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/ec2/model/ConversionTask.html#getStatusMessage()">getStatusMessage</a></strong>()</code>
<div class="block">The status message related to the conversion task.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../../com/amazonaws/services/ec2/model/Tag.html" title="class in com.amazonaws.services.ec2.model">Tag</a>></code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/ec2/model/ConversionTask.html#getTags()">getTags</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/ec2/model/ConversionTask.html#hashCode()">hashCode</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/ec2/model/ConversionTask.html#setConversionTaskId(java.lang.String)">setConversionTaskId</a></strong>(<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> conversionTaskId)</code>
<div class="block">The ID of the conversion task.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/ec2/model/ConversionTask.html#setExpirationTime(java.lang.String)">setExpirationTime</a></strong>(<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> expirationTime)</code>
<div class="block">The time when the task expires.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/ec2/model/ConversionTask.html#setImportInstance(com.amazonaws.services.ec2.model.ImportInstanceTaskDetails)">setImportInstance</a></strong>(<a href="../../../../../com/amazonaws/services/ec2/model/ImportInstanceTaskDetails.html" title="class in com.amazonaws.services.ec2.model">ImportInstanceTaskDetails</a> importInstance)</code>
<div class="block">If the task is for importing an instance, this contains information
about the import instance task.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/ec2/model/ConversionTask.html#setImportVolume(com.amazonaws.services.ec2.model.ImportVolumeTaskDetails)">setImportVolume</a></strong>(<a href="../../../../../com/amazonaws/services/ec2/model/ImportVolumeTaskDetails.html" title="class in com.amazonaws.services.ec2.model">ImportVolumeTaskDetails</a> importVolume)</code>
<div class="block">If the task is for importing a volume, this contains information about
the import volume task.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/ec2/model/ConversionTask.html#setState(com.amazonaws.services.ec2.model.ConversionTaskState)">setState</a></strong>(<a href="../../../../../com/amazonaws/services/ec2/model/ConversionTaskState.html" title="enum in com.amazonaws.services.ec2.model">ConversionTaskState</a> state)</code>
<div class="block">The state of the conversion task.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/ec2/model/ConversionTask.html#setState(java.lang.String)">setState</a></strong>(<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> state)</code>
<div class="block">The state of the conversion task.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/ec2/model/ConversionTask.html#setStatusMessage(java.lang.String)">setStatusMessage</a></strong>(<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> statusMessage)</code>
<div class="block">The status message related to the conversion task.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/ec2/model/ConversionTask.html#setTags(java.util.Collection)">setTags</a></strong>(<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><<a href="../../../../../com/amazonaws/services/ec2/model/Tag.html" title="class in com.amazonaws.services.ec2.model">Tag</a>> tags)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/ec2/model/ConversionTask.html#toString()">toString</a></strong>()</code>
<div class="block">Returns a string representation of this object; useful for testing and
debugging.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../com/amazonaws/services/ec2/model/ConversionTask.html" title="class in com.amazonaws.services.ec2.model">ConversionTask</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/ec2/model/ConversionTask.html#withConversionTaskId(java.lang.String)">withConversionTaskId</a></strong>(<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> conversionTaskId)</code>
<div class="block">The ID of the conversion task.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../com/amazonaws/services/ec2/model/ConversionTask.html" title="class in com.amazonaws.services.ec2.model">ConversionTask</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/ec2/model/ConversionTask.html#withExpirationTime(java.lang.String)">withExpirationTime</a></strong>(<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> expirationTime)</code>
<div class="block">The time when the task expires.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../com/amazonaws/services/ec2/model/ConversionTask.html" title="class in com.amazonaws.services.ec2.model">ConversionTask</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/ec2/model/ConversionTask.html#withImportInstance(com.amazonaws.services.ec2.model.ImportInstanceTaskDetails)">withImportInstance</a></strong>(<a href="../../../../../com/amazonaws/services/ec2/model/ImportInstanceTaskDetails.html" title="class in com.amazonaws.services.ec2.model">ImportInstanceTaskDetails</a> importInstance)</code>
<div class="block">If the task is for importing an instance, this contains information
about the import instance task.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../com/amazonaws/services/ec2/model/ConversionTask.html" title="class in com.amazonaws.services.ec2.model">ConversionTask</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/ec2/model/ConversionTask.html#withImportVolume(com.amazonaws.services.ec2.model.ImportVolumeTaskDetails)">withImportVolume</a></strong>(<a href="../../../../../com/amazonaws/services/ec2/model/ImportVolumeTaskDetails.html" title="class in com.amazonaws.services.ec2.model">ImportVolumeTaskDetails</a> importVolume)</code>
<div class="block">If the task is for importing a volume, this contains information about
the import volume task.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../com/amazonaws/services/ec2/model/ConversionTask.html" title="class in com.amazonaws.services.ec2.model">ConversionTask</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/ec2/model/ConversionTask.html#withState(com.amazonaws.services.ec2.model.ConversionTaskState)">withState</a></strong>(<a href="../../../../../com/amazonaws/services/ec2/model/ConversionTaskState.html" title="enum in com.amazonaws.services.ec2.model">ConversionTaskState</a> state)</code>
<div class="block">The state of the conversion task.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../com/amazonaws/services/ec2/model/ConversionTask.html" title="class in com.amazonaws.services.ec2.model">ConversionTask</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/ec2/model/ConversionTask.html#withState(java.lang.String)">withState</a></strong>(<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> state)</code>
<div class="block">The state of the conversion task.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../com/amazonaws/services/ec2/model/ConversionTask.html" title="class in com.amazonaws.services.ec2.model">ConversionTask</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/ec2/model/ConversionTask.html#withStatusMessage(java.lang.String)">withStatusMessage</a></strong>(<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> statusMessage)</code>
<div class="block">The status message related to the conversion task.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../com/amazonaws/services/ec2/model/ConversionTask.html" title="class in com.amazonaws.services.ec2.model">ConversionTask</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/ec2/model/ConversionTask.html#withTags(java.util.Collection)">withTags</a></strong>(<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><<a href="../../../../../com/amazonaws/services/ec2/model/Tag.html" title="class in com.amazonaws.services.ec2.model">Tag</a>> tags)</code>
<div class="block">
Returns a reference to this object so that method calls can be chained together.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../com/amazonaws/services/ec2/model/ConversionTask.html" title="class in com.amazonaws.services.ec2.model">ConversionTask</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/ec2/model/ConversionTask.html#withTags(com.amazonaws.services.ec2.model.Tag...)">withTags</a></strong>(<a href="../../../../../com/amazonaws/services/ec2/model/Tag.html" title="class in com.amazonaws.services.ec2.model">Tag</a>... tags)</code>
<div class="block">
Returns a reference to this object so that method calls can be chained together.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="ConversionTask()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>ConversionTask</h4>
<pre>public ConversionTask()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getConversionTaskId()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getConversionTaskId</h4>
<pre>public <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getConversionTaskId()</pre>
<div class="block">The ID of the conversion task.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>The ID of the conversion task.</dd></dl>
</li>
</ul>
<a name="setConversionTaskId(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setConversionTaskId</h4>
<pre>public void setConversionTaskId(<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> conversionTaskId)</pre>
<div class="block">The ID of the conversion task.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>conversionTaskId</code> - The ID of the conversion task.</dd></dl>
</li>
</ul>
<a name="withConversionTaskId(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>withConversionTaskId</h4>
<pre>public <a href="../../../../../com/amazonaws/services/ec2/model/ConversionTask.html" title="class in com.amazonaws.services.ec2.model">ConversionTask</a> withConversionTaskId(<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> conversionTaskId)</pre>
<div class="block">The ID of the conversion task.
<p>
Returns a reference to this object so that method calls can be chained together.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>conversionTaskId</code> - The ID of the conversion task.</dd>
<dt><span class="strong">Returns:</span></dt><dd>A reference to this updated object so that method calls can be chained
together.</dd></dl>
</li>
</ul>
<a name="getExpirationTime()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getExpirationTime</h4>
<pre>public <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getExpirationTime()</pre>
<div class="block">The time when the task expires. If the upload isn't complete before
the expiration time, we automatically cancel the task.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>The time when the task expires. If the upload isn't complete before
the expiration time, we automatically cancel the task.</dd></dl>
</li>
</ul>
<a name="setExpirationTime(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setExpirationTime</h4>
<pre>public void setExpirationTime(<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> expirationTime)</pre>
<div class="block">The time when the task expires. If the upload isn't complete before
the expiration time, we automatically cancel the task.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>expirationTime</code> - The time when the task expires. If the upload isn't complete before
the expiration time, we automatically cancel the task.</dd></dl>
</li>
</ul>
<a name="withExpirationTime(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>withExpirationTime</h4>
<pre>public <a href="../../../../../com/amazonaws/services/ec2/model/ConversionTask.html" title="class in com.amazonaws.services.ec2.model">ConversionTask</a> withExpirationTime(<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> expirationTime)</pre>
<div class="block">The time when the task expires. If the upload isn't complete before
the expiration time, we automatically cancel the task.
<p>
Returns a reference to this object so that method calls can be chained together.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>expirationTime</code> - The time when the task expires. If the upload isn't complete before
the expiration time, we automatically cancel the task.</dd>
<dt><span class="strong">Returns:</span></dt><dd>A reference to this updated object so that method calls can be chained
together.</dd></dl>
</li>
</ul>
<a name="getImportInstance()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getImportInstance</h4>
<pre>public <a href="../../../../../com/amazonaws/services/ec2/model/ImportInstanceTaskDetails.html" title="class in com.amazonaws.services.ec2.model">ImportInstanceTaskDetails</a> getImportInstance()</pre>
<div class="block">If the task is for importing an instance, this contains information
about the import instance task.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>If the task is for importing an instance, this contains information
about the import instance task.</dd></dl>
</li>
</ul>
<a name="setImportInstance(com.amazonaws.services.ec2.model.ImportInstanceTaskDetails)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setImportInstance</h4>
<pre>public void setImportInstance(<a href="../../../../../com/amazonaws/services/ec2/model/ImportInstanceTaskDetails.html" title="class in com.amazonaws.services.ec2.model">ImportInstanceTaskDetails</a> importInstance)</pre>
<div class="block">If the task is for importing an instance, this contains information
about the import instance task.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>importInstance</code> - If the task is for importing an instance, this contains information
about the import instance task.</dd></dl>
</li>
</ul>
<a name="withImportInstance(com.amazonaws.services.ec2.model.ImportInstanceTaskDetails)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>withImportInstance</h4>
<pre>public <a href="../../../../../com/amazonaws/services/ec2/model/ConversionTask.html" title="class in com.amazonaws.services.ec2.model">ConversionTask</a> withImportInstance(<a href="../../../../../com/amazonaws/services/ec2/model/ImportInstanceTaskDetails.html" title="class in com.amazonaws.services.ec2.model">ImportInstanceTaskDetails</a> importInstance)</pre>
<div class="block">If the task is for importing an instance, this contains information
about the import instance task.
<p>
Returns a reference to this object so that method calls can be chained together.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>importInstance</code> - If the task is for importing an instance, this contains information
about the import instance task.</dd>
<dt><span class="strong">Returns:</span></dt><dd>A reference to this updated object so that method calls can be chained
together.</dd></dl>
</li>
</ul>
<a name="getImportVolume()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getImportVolume</h4>
<pre>public <a href="../../../../../com/amazonaws/services/ec2/model/ImportVolumeTaskDetails.html" title="class in com.amazonaws.services.ec2.model">ImportVolumeTaskDetails</a> getImportVolume()</pre>
<div class="block">If the task is for importing a volume, this contains information about
the import volume task.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>If the task is for importing a volume, this contains information about
the import volume task.</dd></dl>
</li>
</ul>
<a name="setImportVolume(com.amazonaws.services.ec2.model.ImportVolumeTaskDetails)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setImportVolume</h4>
<pre>public void setImportVolume(<a href="../../../../../com/amazonaws/services/ec2/model/ImportVolumeTaskDetails.html" title="class in com.amazonaws.services.ec2.model">ImportVolumeTaskDetails</a> importVolume)</pre>
<div class="block">If the task is for importing a volume, this contains information about
the import volume task.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>importVolume</code> - If the task is for importing a volume, this contains information about
the import volume task.</dd></dl>
</li>
</ul>
<a name="withImportVolume(com.amazonaws.services.ec2.model.ImportVolumeTaskDetails)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>withImportVolume</h4>
<pre>public <a href="../../../../../com/amazonaws/services/ec2/model/ConversionTask.html" title="class in com.amazonaws.services.ec2.model">ConversionTask</a> withImportVolume(<a href="../../../../../com/amazonaws/services/ec2/model/ImportVolumeTaskDetails.html" title="class in com.amazonaws.services.ec2.model">ImportVolumeTaskDetails</a> importVolume)</pre>
<div class="block">If the task is for importing a volume, this contains information about
the import volume task.
<p>
Returns a reference to this object so that method calls can be chained together.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>importVolume</code> - If the task is for importing a volume, this contains information about
the import volume task.</dd>
<dt><span class="strong">Returns:</span></dt><dd>A reference to this updated object so that method calls can be chained
together.</dd></dl>
</li>
</ul>
<a name="getState()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getState</h4>
<pre>public <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getState()</pre>
<div class="block">The state of the conversion task.
<p>
<b>Constraints:</b><br/>
<b>Allowed Values: </b>active, cancelling, cancelled, completed</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>The state of the conversion task.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../com/amazonaws/services/ec2/model/ConversionTaskState.html" title="enum in com.amazonaws.services.ec2.model"><code>ConversionTaskState</code></a></dd></dl>
</li>
</ul>
<a name="setState(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setState</h4>
<pre>public void setState(<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> state)</pre>
<div class="block">The state of the conversion task.
<p>
<b>Constraints:</b><br/>
<b>Allowed Values: </b>active, cancelling, cancelled, completed</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>state</code> - The state of the conversion task.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../com/amazonaws/services/ec2/model/ConversionTaskState.html" title="enum in com.amazonaws.services.ec2.model"><code>ConversionTaskState</code></a></dd></dl>
</li>
</ul>
<a name="withState(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>withState</h4>
<pre>public <a href="../../../../../com/amazonaws/services/ec2/model/ConversionTask.html" title="class in com.amazonaws.services.ec2.model">ConversionTask</a> withState(<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> state)</pre>
<div class="block">The state of the conversion task.
<p>
Returns a reference to this object so that method calls can be chained together.
<p>
<b>Constraints:</b><br/>
<b>Allowed Values: </b>active, cancelling, cancelled, completed</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>state</code> - The state of the conversion task.</dd>
<dt><span class="strong">Returns:</span></dt><dd>A reference to this updated object so that method calls can be chained
together.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../com/amazonaws/services/ec2/model/ConversionTaskState.html" title="enum in com.amazonaws.services.ec2.model"><code>ConversionTaskState</code></a></dd></dl>
</li>
</ul>
<a name="setState(com.amazonaws.services.ec2.model.ConversionTaskState)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setState</h4>
<pre>public void setState(<a href="../../../../../com/amazonaws/services/ec2/model/ConversionTaskState.html" title="enum in com.amazonaws.services.ec2.model">ConversionTaskState</a> state)</pre>
<div class="block">The state of the conversion task.
<p>
<b>Constraints:</b><br/>
<b>Allowed Values: </b>active, cancelling, cancelled, completed</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>state</code> - The state of the conversion task.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../com/amazonaws/services/ec2/model/ConversionTaskState.html" title="enum in com.amazonaws.services.ec2.model"><code>ConversionTaskState</code></a></dd></dl>
</li>
</ul>
<a name="withState(com.amazonaws.services.ec2.model.ConversionTaskState)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>withState</h4>
<pre>public <a href="../../../../../com/amazonaws/services/ec2/model/ConversionTask.html" title="class in com.amazonaws.services.ec2.model">ConversionTask</a> withState(<a href="../../../../../com/amazonaws/services/ec2/model/ConversionTaskState.html" title="enum in com.amazonaws.services.ec2.model">ConversionTaskState</a> state)</pre>
<div class="block">The state of the conversion task.
<p>
Returns a reference to this object so that method calls can be chained together.
<p>
<b>Constraints:</b><br/>
<b>Allowed Values: </b>active, cancelling, cancelled, completed</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>state</code> - The state of the conversion task.</dd>
<dt><span class="strong">Returns:</span></dt><dd>A reference to this updated object so that method calls can be chained
together.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../com/amazonaws/services/ec2/model/ConversionTaskState.html" title="enum in com.amazonaws.services.ec2.model"><code>ConversionTaskState</code></a></dd></dl>
</li>
</ul>
<a name="getStatusMessage()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getStatusMessage</h4>
<pre>public <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getStatusMessage()</pre>
<div class="block">The status message related to the conversion task.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>The status message related to the conversion task.</dd></dl>
</li>
</ul>
<a name="setStatusMessage(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setStatusMessage</h4>
<pre>public void setStatusMessage(<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> statusMessage)</pre>
<div class="block">The status message related to the conversion task.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>statusMessage</code> - The status message related to the conversion task.</dd></dl>
</li>
</ul>
<a name="withStatusMessage(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>withStatusMessage</h4>
<pre>public <a href="../../../../../com/amazonaws/services/ec2/model/ConversionTask.html" title="class in com.amazonaws.services.ec2.model">ConversionTask</a> withStatusMessage(<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> statusMessage)</pre>
<div class="block">The status message related to the conversion task.
<p>
Returns a reference to this object so that method calls can be chained together.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>statusMessage</code> - The status message related to the conversion task.</dd>
<dt><span class="strong">Returns:</span></dt><dd>A reference to this updated object so that method calls can be chained
together.</dd></dl>
</li>
</ul>
<a name="getTags()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTags</h4>
<pre>public <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../../com/amazonaws/services/ec2/model/Tag.html" title="class in com.amazonaws.services.ec2.model">Tag</a>> getTags()</pre>
<dl><dt><span class="strong">Returns:</span></dt><dd></dd></dl>
</li>
</ul>
<a name="setTags(java.util.Collection)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setTags</h4>
<pre>public void setTags(<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><<a href="../../../../../com/amazonaws/services/ec2/model/Tag.html" title="class in com.amazonaws.services.ec2.model">Tag</a>> tags)</pre>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>tags</code> - </dd></dl>
</li>
</ul>
<a name="withTags(com.amazonaws.services.ec2.model.Tag...)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>withTags</h4>
<pre>public <a href="../../../../../com/amazonaws/services/ec2/model/ConversionTask.html" title="class in com.amazonaws.services.ec2.model">ConversionTask</a> withTags(<a href="../../../../../com/amazonaws/services/ec2/model/Tag.html" title="class in com.amazonaws.services.ec2.model">Tag</a>... tags)</pre>
<div class="block"><p>
Returns a reference to this object so that method calls can be chained together.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>tags</code> - </dd>
<dt><span class="strong">Returns:</span></dt><dd>A reference to this updated object so that method calls can be chained
together.</dd></dl>
</li>
</ul>
<a name="withTags(java.util.Collection)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>withTags</h4>
<pre>public <a href="../../../../../com/amazonaws/services/ec2/model/ConversionTask.html" title="class in com.amazonaws.services.ec2.model">ConversionTask</a> withTags(<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><<a href="../../../../../com/amazonaws/services/ec2/model/Tag.html" title="class in com.amazonaws.services.ec2.model">Tag</a>> tags)</pre>
<div class="block"><p>
Returns a reference to this object so that method calls can be chained together.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>tags</code> - </dd>
<dt><span class="strong">Returns:</span></dt><dd>A reference to this updated object so that method calls can be chained
together.</dd></dl>
</li>
</ul>
<a name="toString()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>toString</h4>
<pre>public <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> toString()</pre>
<div class="block">Returns a string representation of this object; useful for testing and
debugging.</div>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a></code> in class <code><a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd>
<dt><span class="strong">Returns:</span></dt><dd>A string representation of this object.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang"><code>Object.toString()</code></a></dd></dl>
</li>
</ul>
<a name="hashCode()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hashCode</h4>
<pre>public int hashCode()</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a></code> in class <code><a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd>
</dl>
</li>
</ul>
<a name="equals(java.lang.Object)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>equals</h4>
<pre>public boolean equals(<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> obj)</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a></code> in class <code><a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em>
<script src="http://aws.amazon.com/js/urchin.js" type="text/javascript"></script>
<script type="text/javascript">urchinTracker();</script>
</em></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../com/amazonaws/services/ec2/model/ContainerFormat.html" title="enum in com.amazonaws.services.ec2.model"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../com/amazonaws/services/ec2/model/ConversionTaskState.html" title="enum in com.amazonaws.services.ec2.model"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?com/amazonaws/services/ec2/model/ConversionTask.html" target="_top">Frames</a></li>
<li><a href="ConversionTask.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </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 © 2010 Amazon Web Services, Inc. All Rights Reserved.
</small></p>
</body>
</html>
| 94bryanr/PartypushAndroid | Libraries/aws-android-sdk-2.2.1/documentation/javadoc/com/amazonaws/services/ec2/model/ConversionTask.html | HTML | apache-2.0 | 46,338 |
<div class="modal fade" id="chooseAuthorModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button id="closeChooseAuthorModal" type="button" class="reset_radio close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title" id="chooseAuthorLabel">Choose User</h4>
</div>
<p style="padding:5%">User name:
<input id="friend_username" type="text" name="other_author"><br> </p>
<div class="modal-footer">
<button id="closeChooseAuthorModal" type="button" class="btn btn-default reset_radio" data-dismiss="modal">Cancel</button>
<button id="submitChooseAuthor" type="submit" class="btn btn-primary"> Select </button>
</div>
</div>
</div>
</div> | CMPUT404Group/CMPUT404-project-socialdistribution | templates/post/chooseAuthorModal.html | HTML | apache-2.0 | 876 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link
rel ="stylesheet"
href ="../../styles/$Conf(style).css"
type="text/css">
</head>
<body>
<center>
<form
method ="post"
enctype ="multipart/form-data"
target ="top"
action="execute">
<table
cellpadding ="5"
cellspacing ="0"
width ="100%"
border="0">
<tr>
<th
id ="Base"
align ="left"
colspan="2">
Comentarios al problema $problems
</th>
<td
id ="Base"
align ="right">
<a
target ="_blanc"
href="../help?interfaces/listings/warnings">
<img
border ="0"
src="../../icons/unknown.png">
</a>
</td>
</tr>
<tr>
<td
id ="Base"
align ="center">
<b>Asunto:</b>
<input
type ="text"
name ="subject"
size ="60"
maxlength="60">
</td>
<th
id="Base"
colspan="2">
<input
type ="submit"
name ="asked"
style ="width: 100px;"
value ="Enviar">
</th>
</tr>
<tr>
<td
id ="Base"
align ="center">
<textarea
name="answer"
cols="55"
rows="5"></textarea>
</td>
<th
id ="Base"
colspan ="2">
<input
type ="reset"
style ="width: 100px;"
value ="Borrar">
</th>
</tr>
</table>
</form
</center>
</body>
</html>
| Kallehz/Python | Próf2/templates/es/admin/warn.html | HTML | apache-2.0 | 2,537 |
<!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 (1.8.0_121) on Thu Jan 04 16:20:48 BRST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>interfaces.kernel</title>
<meta name="date" content="2018-01-04">
<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="../../interfaces/kernel/package-summary.html" target="classFrame">interfaces.kernel</a></h1>
<div class="indexContainer">
<h2 title="Interfaces">Interfaces</h2>
<ul title="Interfaces">
<li><a href="JCL_connector.html" title="interface in interfaces.kernel" target="classFrame"><span class="interfaceName">JCL_connector</span></a></li>
<li><a href="JCL_CPfacade.html" title="interface in interfaces.kernel" target="classFrame"><span class="interfaceName">JCL_CPfacade</span></a></li>
<li><a href="JCL_execute.html" title="interface in interfaces.kernel" target="classFrame"><span class="interfaceName">JCL_execute</span></a></li>
<li><a href="JCL_facade.html" title="interface in interfaces.kernel" target="classFrame"><span class="interfaceName">JCL_facade</span></a></li>
<li><a href="JCL_IoT_Sensing_Model.html" title="interface in interfaces.kernel" target="classFrame"><span class="interfaceName">JCL_IoT_Sensing_Model</span></a></li>
<li><a href="JCL_IoTfacade.html" title="interface in interfaces.kernel" target="classFrame"><span class="interfaceName">JCL_IoTfacade</span></a></li>
<li><a href="JCL_map.html" title="interface in interfaces.kernel" target="classFrame"><span class="interfaceName">JCL_map</span></a></li>
<li><a href="JCL_message.html" title="interface in interfaces.kernel" target="classFrame"><span class="interfaceName">JCL_message</span></a></li>
<li><a href="JCL_message_bool.html" title="interface in interfaces.kernel" target="classFrame"><span class="interfaceName">JCL_message_bool</span></a></li>
<li><a href="JCL_message_class.html" title="interface in interfaces.kernel" target="classFrame"><span class="interfaceName">JCL_message_class</span></a></li>
<li><a href="JCL_message_commons.html" title="interface in interfaces.kernel" target="classFrame"><span class="interfaceName">JCL_message_commons</span></a></li>
<li><a href="JCL_message_control.html" title="interface in interfaces.kernel" target="classFrame"><span class="interfaceName">JCL_message_control</span></a></li>
<li><a href="JCL_message_generic.html" title="interface in interfaces.kernel" target="classFrame"><span class="interfaceName">JCL_message_generic</span></a></li>
<li><a href="JCL_message_get_host.html" title="interface in interfaces.kernel" target="classFrame"><span class="interfaceName">JCL_message_get_host</span></a></li>
<li><a href="JCL_message_global_var.html" title="interface in interfaces.kernel" target="classFrame"><span class="interfaceName">JCL_message_global_var</span></a></li>
<li><a href="JCL_message_global_var_obj.html" title="interface in interfaces.kernel" target="classFrame"><span class="interfaceName">JCL_message_global_var_obj</span></a></li>
<li><a href="JCL_message_list_global_var.html" title="interface in interfaces.kernel" target="classFrame"><span class="interfaceName">JCL_message_list_global_var</span></a></li>
<li><a href="JCL_message_list_task.html" title="interface in interfaces.kernel" target="classFrame"><span class="interfaceName">JCL_message_list_task</span></a></li>
<li><a href="JCL_message_long.html" title="interface in interfaces.kernel" target="classFrame"><span class="interfaceName">JCL_message_long</span></a></li>
<li><a href="JCL_message_metadata.html" title="interface in interfaces.kernel" target="classFrame"><span class="interfaceName">JCL_message_metadata</span></a></li>
<li><a href="JCL_message_register.html" title="interface in interfaces.kernel" target="classFrame"><span class="interfaceName">JCL_message_register</span></a></li>
<li><a href="JCL_message_result.html" title="interface in interfaces.kernel" target="classFrame"><span class="interfaceName">JCL_message_result</span></a></li>
<li><a href="JCL_message_sensor.html" title="interface in interfaces.kernel" target="classFrame"><span class="interfaceName">JCL_message_sensor</span></a></li>
<li><a href="JCL_message_task.html" title="interface in interfaces.kernel" target="classFrame"><span class="interfaceName">JCL_message_task</span></a></li>
<li><a href="JCL_orb.html" title="interface in interfaces.kernel" target="classFrame"><span class="interfaceName">JCL_orb</span></a></li>
<li><a href="JCL_result.html" title="interface in interfaces.kernel" target="classFrame"><span class="interfaceName">JCL_result</span></a></li>
<li><a href="JCL_Sensor.html" title="interface in interfaces.kernel" target="classFrame"><span class="interfaceName">JCL_Sensor</span></a></li>
<li><a href="JCL_state.html" title="interface in interfaces.kernel" target="classFrame"><span class="interfaceName">JCL_state</span></a></li>
<li><a href="JCL_task.html" title="interface in interfaces.kernel" target="classFrame"><span class="interfaceName">JCL_task</span></a></li>
<li><a href="JCL_task_result.html" title="interface in interfaces.kernel" target="classFrame"><span class="interfaceName">JCL_task_result</span></a></li>
</ul>
<h2 title="Classes">Classes</h2>
<ul title="Classes">
<li><a href="JCL_Configuration.html" title="class in interfaces.kernel" target="classFrame">JCL_Configuration</a></li>
</ul>
</div>
</body>
</html>
| AndreJCL/JCL | doc/interfaces/kernel/package-frame.html | HTML | apache-2.0 | 5,605 |
<!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.util.JRValueStringUtils.TimeSerializer (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.util.JRValueStringUtils.TimeSerializer (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/util/JRValueStringUtils.TimeSerializer.html" title="class in net.sf.jasperreports.engine.util">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/util/class-use/JRValueStringUtils.TimeSerializer.html" target="_top">Frames</a></li>
<li><a href="JRValueStringUtils.TimeSerializer.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.util.JRValueStringUtils.TimeSerializer" class="title">Uses of Class<br>net.sf.jasperreports.engine.util.JRValueStringUtils.TimeSerializer</h2>
</div>
<div class="classUseContainer">No usage of net.sf.jasperreports.engine.util.JRValueStringUtils.TimeSerializer</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/util/JRValueStringUtils.TimeSerializer.html" title="class in net.sf.jasperreports.engine.util">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/util/class-use/JRValueStringUtils.TimeSerializer.html" target="_top">Frames</a></li>
<li><a href="JRValueStringUtils.TimeSerializer.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;">© 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/util/class-use/JRValueStringUtils.TimeSerializer.html | HTML | apache-2.0 | 4,862 |
<!DOCTYPE html>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
--><html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
<meta name="generator" content="joDoc">
<title>Apache Cordova API Documentation</title>
<link rel="stylesheet" type="text/css" href="index.css">
<link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)">
<link rel="stylesheet" type="text/css" href="prettify/prettify.css">
</head>
<body>
<div id="header">
<h1><a href="index.html">Apache <strong>Cordova</strong> Documentation</a></h1>
<small>
<select><optgroup label="English" value="en">
<option value="edge">edge</option>
<option value="2.9.0rc1">2.9.0rc1</option>
<option value="2.9.0">2.9.0</option>
<option value="2.8.0">2.8.0</option>
<option value="2.7.0rc1">2.7.0rc1</option>
<option value="2.7.0">2.7.0</option>
<option value="2.6.0rc1">2.6.0rc1</option>
<option value="2.6.0">2.6.0</option>
<option value="2.5.0rc1">2.5.0rc1</option>
<option value="2.5.0">2.5.0</option>
<option value="2.4.0rc1">2.4.0rc1</option>
<option value="2.4.0">2.4.0</option>
<option selected value="2.3.0rc2">2.3.0rc2</option>
<option value="2.3.0rc1">2.3.0rc1</option>
<option value="2.3.0">2.3.0</option>
<option value="2.2.0rc2">2.2.0rc2</option>
<option value="2.2.0rc1">2.2.0rc1</option>
<option value="2.2.0">2.2.0</option>
<option value="2.1.0rc2">2.1.0rc2</option>
<option value="2.1.0rc1">2.1.0rc1</option>
<option value="2.1.0">2.1.0</option>
<option value="2.0.0rc1">2.0.0rc1</option>
<option value="2.0.0">2.0.0</option>
<option value="1.9.0rc1">1.9.0rc1</option>
<option value="1.9.0">1.9.0</option>
<option value="1.8.1">1.8.1</option>
<option value="1.8.0rc1">1.8.0rc1</option>
<option value="1.8.0">1.8.0</option>
<option value="1.7.0rc1">1.7.0rc1</option>
<option value="1.7.0">1.7.0</option>
<option value="1.6.1">1.6.1</option>
<option value="1.6.0rc1">1.6.0rc1</option>
<option value="1.6.0">1.6.0</option>
<option value="1.5.0rc1">1.5.0rc1</option>
<option value="1.5.0">1.5.0</option>
</optgroup>
<optgroup label="Japanese" value="jp">
<option value="2.2.0">2.2.0</option>
<option value="2.1.0">2.1.0</option>
<option value="2.0.0">2.0.0</option>
<option value="1.9.0">1.9.0</option>
<option value="1.8.1">1.8.1</option>
<option value="1.7.0">1.7.0</option>
</optgroup>
<optgroup label="Korean" value="kr"><option value="2.0.0">2.0.0</option></optgroup></select></small>
</div>
<div id="subheader">
<h1>Developing a Plugin on Windows Phone</h1>
<small><select><option value="Developing%2520a%2520Plugin%2520on%2520Windows%2520Phone">Developing a Plugin on Windows Phone</option>
<option value="Developing%20a%20Plugin%20on%20Windows%20Phone_namespaces"> - Namespaces</option>
<option value="Developing%20a%20Plugin%20on%20Windows%20Phone_interpreting_your_arguments_in_c"> - Interpreting your arguments in C#</option>
<option value="Developing%20a%20Plugin%20on%20Windows%20Phone_passing_results_from_c_to_js"> - Passing results from C# to JS</option>
<option value="Developing%20a%20Plugin%20on%20Windows%20Phone_handling_serialization_errors_in_your_plugin_s_c_method"> - Handling serialization errors in your plugin's C# method</option>
<option value="Developing%20a%20Plugin%20on%20Windows%20Phone_advanced_plugin_functionality"> - Advanced Plugin Functionality</option>
<option value="Developing%20a%20Plugin%20on%20Windows%20Phone_common_pitfalls"> - Common Pitfalls</option></select></small>
</div>
<div id="sidebar">
<div class="vertical_divider"></div>
<h1>API Reference</h1>
<ul>
<li><a href="cordova_accelerometer_accelerometer.md.html#Accelerometer">Accelerometer</a></li>
<li><a href="cordova_camera_camera.md.html#Camera">Camera</a></li>
<li><a href="cordova_media_capture_capture.md.html#Capture">Capture</a></li>
<li><a href="cordova_compass_compass.md.html#Compass">Compass</a></li>
<li><a href="cordova_connection_connection.md.html#Connection">Connection</a></li>
<li><a href="cordova_contacts_contacts.md.html#Contacts">Contacts</a></li>
<li><a href="cordova_device_device.md.html#Device">Device</a></li>
<li><a href="cordova_events_events.md.html#Events">Events</a></li>
<li><a href="cordova_file_file.md.html#File">File</a></li>
<li><a href="cordova_geolocation_geolocation.md.html#Geolocation">Geolocation</a></li>
<li><a href="cordova_globalization_globalization.md.html#Globalization">Globalization</a></li>
<li><a href="cordova_inappbrowser_inappbrowser.md.html#InAppBrowser">InAppBrowser</a></li>
<li><a href="cordova_media_media.md.html#Media">Media</a></li>
<li><a href="cordova_notification_notification.md.html#Notification">Notification</a></li>
<li><a href="cordova_splashscreen_splashscreen.md.html#Splashscreen">Splashscreen</a></li>
<li><a href="cordova_storage_storage.md.html#Storage">Storage</a></li>
</ul>
<h1>Guides</h1>
<ul>
<li><a href="guide_getting-started_index.md.html#Getting%20Started%20Guides">Getting Started Guides</a></li>
<li><a href="guide_command-line_index.md.html#Command-Line%20Usage">Command-Line Usage</a></li>
<li><a href="guide_upgrading_index.md.html#Upgrading%20Guides">Upgrading Guides</a></li>
<li><a href="guide_project-settings_index.md.html#Project%20Settings">Project Settings</a></li>
<li><a href="guide_plugin-development_index.md.html#Plugin%20Development%20Guide">Plugin Development Guide</a></li>
<li><a href="guide_whitelist_index.md.html#Domain%20Whitelist%20Guide">Domain Whitelist Guide</a></li>
<li><a href="guide_cordova-webview_index.md.html#Embedding%20WebView">Embedding WebView</a></li>
<li><a href="_index.html">Keyword Index</a></li>
</ul>
</div>
<div id="scrollable">
<div id="content">
<h1><a name="Developing%20a%20Plugin%20on%20Windows%20Phone">Developing a Plugin on Windows Phone</a></h1>
<p>Writing a plugin for Cordova on Windows Phone requires a basic understanding of
the architecture of Cordova. Cordova-WP7 consists of a WebBrowser which hosts the
application javascript code and manages native API calls. There is a BaseCommand
(<code>WP7CordovaClassLib.Cordova.Commands.BaseCommand</code>) class in C# which you can extend,
and it comes with the majority of the 'plumbing' built for you already.</p>
<ol>
<li>Select your project, and right click choose 'Add -> New Item ...'
<ul>
<li>Preferably add it to the 'Plugins' folder, but it is up to you</li>
</ul>
</li>
<li>Select 'Class' and name it <code>Echo.cs</code>
<ul>
<li>The name of this class must EXACTLY match what you call into <code>cordova.exec(win, fail, "Echo", ...)</code>
</li>
</ul>
</li>
<li>
<p>Include the base classes implementation</p>
<pre class="prettyprint"><code>using WPCordovaClassLib.Cordova;
using WPCordovaClassLib.Cordova.Commands;
using WPCordovaClassLib.Cordova.JSON;
</code></pre>
</li>
<li>
<p>Extend your class from BaseCommand</p>
<pre class="prettyprint"><code>public class Echo : BaseCommand
{
// ...
}
</code></pre>
</li>
<li>
<p>Add a method that is callable from JS</p>
<pre class="prettyprint"><code>public class Echo : BaseCommand
{
public void echo(string options)
{
// all JS callable plugin methods MUST have this signature!
// public, returning void, 1 argument that is a string
}
}
</code></pre>
</li>
</ol>
<h2>
<a name="Developing%20a%20Plugin%20on%20Windows%20Phone_namespaces">Namespaces</a>
</h2>
<p>The default namespace for unqualified commands is:</p>
<pre class="prettyprint"><code>namespace Cordova.Extension.Commands
{
// ...
}
</code></pre>
<p>If you would like to use your own namespace, you will need to make a fully qualified
call to <code>cordova.exec</code>. For example, if you wanted to define your C# class like this:</p>
<pre class="prettyprint"><code>namespace com.mydomain.cordovaExtensions
{
public class Echo : BaseCommand
{
// ...
}
}
</code></pre>
<p>Then, in JS you would need to call exec like this:</p>
<pre class="prettyprint"><code>codova.exec(win, fail, "com.mydomain.cordovaExtensions.Echo", ...);
</code></pre>
<h2>
<a name="Developing%20a%20Plugin%20on%20Windows%20Phone_interpreting_your_arguments_in_c">Interpreting your arguments in C#</a>
</h2>
<p>The data received by your plugin method is a string value, but in actuality
looking at our JavaScript code, we see our intention was to pass an array of strings.
Looking back at our JS call to <code>cordova.exec</code>, we see we passed <code>[str]</code>:</p>
<pre class="prettyprint"><code>cordova.exec(win, fail, "Echo", "echo", ["input string"]);
</code></pre>
<p>If we inspect the options string passed in to our <code>Echo.echo</code> method, we will
see that the value is actually:</p>
<pre class="prettyprint"><code>"[\"input string\"]"
</code></pre>
<p>All javascript exec arguments are JSON encoded before being passed into C#.</p>
<p>If we want to treat this as the string we were expecting, we need to decode it.
We can use simple JSON deserialization.</p>
<pre class="prettyprint"><code>string optVal = JsonHelper.Deserialize<string[]>(options)[0];
// optVal now has the value of "input string"
</code></pre>
<h2>
<a name="Developing%20a%20Plugin%20on%20Windows%20Phone_passing_results_from_c_to_js">Passing results from C# to JS</a>
</h2>
<p>The base class BaseCommand provides methods for passing data to your JS callback handlers.
To simply signal that the command has succeeded, when no additional result info is needed,
you can can simply call:</p>
<pre class="prettyprint"><code>DispatchCommandResult(); // calls back with an empty plugin result, considered a success callback
</code></pre>
<p>To pass data back, you will need to call a different version of <code>DispatchCommandResult</code>:</p>
<pre class="prettyprint"><code>DispatchCommandResult(new PluginResult(PluginResult.Status.OK, "Everything went as planned, this is a result that is passed to the success handler."));
</code></pre>
<p>To pass structured object data back to JS, it should be encoded as a JSON string:</p>
<pre class="prettyprint"><code>DispatchCommandResult(new PluginResult(PluginResult.Status.OK, "{result:\"super awesome!\"}"));
</code></pre>
<p>If you need to signal that an error has occured, you can call <code>DispatchCommandResult</code> with a <code>PluginResult</code> object:</p>
<pre class="prettyprint"><code>DispatchCommandResult(new PluginResult(PluginResult.Status.ERROR, "Echo signalled an error"));
</code></pre>
<h2>
<a name="Developing%20a%20Plugin%20on%20Windows%20Phone_handling_serialization_errors_in_your_plugin_s_c_method">Handling serialization errors in your plugin's C# method</a>
</h2>
<p>When interpretting your arguments, it is a good idea to use a try/catch block
in case we have bad input. This is a pattern used throughout the Cordova C# code:</p>
<pre class="prettyprint"><code>string optVal = null;
try
{
optVal = JsonHelper.Deserialize<string[]>(options)[0];
}
catch(Exception)
{
// simply catch the exception, we will handle null values and exceptions together
}
if (optVal == null)
{
DispatchCommandResult(new PluginResult(PluginResult.Status.JSON_EXCEPTION));
}
else
{
// ... continue on to do our work
}
</code></pre>
<h2>
<a name="Developing%20a%20Plugin%20on%20Windows%20Phone_advanced_plugin_functionality">Advanced Plugin Functionality</a>
</h2>
<p>See other methods that you can override in:</p>
<ol>
<li><a class="external" href="https://github.com/apache/cordova-wp7/blob/master/templates/standalone/cordovalib/Commands/BaseCommand.cs">BaseCommand.cs</a></li>
</ol>
<p>For example, you can hook into the '<a href="cordova_events_events.md.html#pause">pause</a>' and '<a href="cordova_events_events.md.html#resume">resume</a>' application events.</p>
<h3>Debugging Plugins</h3>
<p>To debug the C# side, you can use Visual Studio's debugger, just set a break point
at any of the methods exposed by your class.</p>
<p>Javascript is a little more difficult to debug on Windows Phone, you will need to
use <code>console.log</code> to output the state of your plugin, or inform yourself of errors.</p>
<h2>
<a name="Developing%20a%20Plugin%20on%20Windows%20Phone_common_pitfalls">Common Pitfalls</a>
</h2>
<ul>
<li>
<p>Be careful when deciding on the arguments you pass to native in your JavaScript
implementation. Most device platforms expect the args passed to cordova.exec
to be an array, but if you have different types of objects in this array, it
becomes difficult or impossible to deserialize.</p>
<pre class="prettyprint"><code>cordova.exec(win, fail, "ServiceName", "MethodName", ["this is a string", 54, {literal:'trouble'}]);
</code></pre>
<ul>
<li>
<p>This will mean that your C# code will receive a difficult to decode string value, such as:</p>
<pre class="prettyprint"><code>"[\"this is a string\", 54, { literal:'trouble' }]"
</code></pre>
</li>
<li>
<p>Consider converting ALL parameters to strings before calling exec:</p>
<pre class="prettyprint"><code>cordova.exec(win, fail, "ServiceName", "MethodName", ["this is a string", "54", "{literal:'trouble'}"]) ;
string[] optValues = JsonHelper.Deserialize<string[]>(options);
</code></pre>
</li>
</ul>
</li>
<li><p>It is usually a good idea to do parameter checking in your JavaScript code,
before you call exec. This will let you re-use more JS code between different
native implementations of your plugin.</p></li>
</ul>
</div>
</div>
<!-- Functionality and Syntax Highlighting -->
<script type="text/javascript" src="index.js"></script><script type="text/javascript" src="prettify/prettify.js"></script>
</body>
</html>
| csantanapr/cordova-blog | public/docs/en/2.3.0rc2/guide_plugin-development_windows-phone_index.md.html | HTML | apache-2.0 | 14,657 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="de">
<head>
<<<<<<< HEAD
<!-- Generated by javadoc (1.8.0_141) on Wed Aug 23 18:54:00 CEST 2017 -->
<title>C-Index</title>
<meta name="date" content="2017-08-23">
=======
<!-- Generated by javadoc (1.8.0_131) on Sun Jul 16 18:09:54 CEST 2017 -->
<title>C-Index</title>
<meta name="date" content="2017-07-16">
>>>>>>> parent of 881573c... v0.2! Documentation Logging
<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="C-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>Use</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</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-2.html">Prev Letter</a></li>
<li><a href="index-4.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-files/index-3.html" target="_top">Frames</a></li>
<li><a href="index-3.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="contentContainer"><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">R</a> <a href="index-18.html">S</a> <a href="index-19.html">T</a> <a href="index-20.html">V</a> <a href="index-21.html">W</a> <a name="I:C">
<!-- -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><a href="../com/nlstn/jarvis/interfaces/Cleanable.html" title="interface in com.nlstn.jarvis.interfaces"><span class="typeNameLink">Cleanable</span></a> - Interface in <a href="../com/nlstn/jarvis/interfaces/package-summary.html">com.nlstn.jarvis.interfaces</a></dt>
<dd>
<div class="block">Objects that implement this Interface can be added to the <a href="../com/nlstn/jarvis/JarvisModule.html" title="class in com.nlstn.jarvis"><code>JarvisModule</code></a>s list of cleanables, which will be cleaned up <br>
when shutting down the module.</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/nlstn/jarvis/JarvisModule.html#cleanables">cleanables</a></span> - Variable in class com.nlstn.jarvis.<a href="../com/nlstn/jarvis/JarvisModule.html" title="class in com.nlstn.jarvis">JarvisModule</a></dt>
<dd>
<div class="block">List of all Cleanables, which get cleaned up in the modules <a href="../com/nlstn/jarvis/JarvisModule.html#shutDown--"><code>JarvisModule.shutDown()</code></a> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/nlstn/jarvis/interfaces/Cleanable.html#cleanUp--">cleanUp()</a></span> - Method in interface com.nlstn.jarvis.interfaces.<a href="../com/nlstn/jarvis/interfaces/Cleanable.html" title="interface in com.nlstn.jarvis.interfaces">Cleanable</a></dt>
<dd>
<div class="block">This is called by the responsible JarvisModule this Cleanable has been added to in the modules shutdown process.</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/nlstn/jarvis/net/sockets/SocketHandler.html#close--">close()</a></span> - Method in class com.nlstn.jarvis.net.sockets.<a href="../com/nlstn/jarvis/net/sockets/SocketHandler.html" title="class in com.nlstn.jarvis.net.sockets">SocketHandler</a></dt>
<dd>
<div class="block">Closes the underlying socket.</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/nlstn/jarvis/net/sockets/TCPSocketHandler.html#close--">close()</a></span> - Method in class com.nlstn.jarvis.net.sockets.<a href="../com/nlstn/jarvis/net/sockets/TCPSocketHandler.html" title="class in com.nlstn.jarvis.net.sockets">TCPSocketHandler</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../com/nlstn/jarvis/net/sockets/UDPSocketHandler.html#close--">close()</a></span> - Method in class com.nlstn.jarvis.net.sockets.<a href="../com/nlstn/jarvis/net/sockets/UDPSocketHandler.html" title="class in com.nlstn.jarvis.net.sockets">UDPSocketHandler</a></dt>
<dd> </dd>
<dt><a href="../com/nlstn/jarvis/commands/package-summary.html">com.nlstn.jarvis.commands</a> - package com.nlstn.jarvis.commands</dt>
<dd> </dd>
<dt><a href="../com/nlstn/jarvis/commands/net/package-summary.html">com.nlstn.jarvis.commands.net</a> - package com.nlstn.jarvis.commands.net</dt>
<dd> </dd>
<dt><a href="../com/nlstn/jarvis/commands/organizer/package-summary.html">com.nlstn.jarvis.commands.organizer</a> - package com.nlstn.jarvis.commands.organizer</dt>
<dd> </dd>
<dt><a href="../com/nlstn/jarvis/commands/std/package-summary.html">com.nlstn.jarvis.commands.std</a> - package com.nlstn.jarvis.commands.std</dt>
<dd> </dd>
<dt><a href="../com/nlstn/jarvis/data/package-summary.html">com.nlstn.jarvis.data</a> - package com.nlstn.jarvis.data</dt>
<dd> </dd>
<dt><a href="../com/nlstn/jarvis/data/organizer/package-summary.html">com.nlstn.jarvis.data.organizer</a> - package com.nlstn.jarvis.data.organizer</dt>
<dd> </dd>
<dt><a href="../com/nlstn/jarvis/exceptions/package-summary.html">com.nlstn.jarvis.exceptions</a> - package com.nlstn.jarvis.exceptions</dt>
<dd> </dd>
<dt><a href="../com/nlstn/jarvis/input/package-summary.html">com.nlstn.jarvis.input</a> - package com.nlstn.jarvis.input</dt>
<dd> </dd>
<dt><a href="../com/nlstn/jarvis/interfaces/package-summary.html">com.nlstn.jarvis.interfaces</a> - package com.nlstn.jarvis.interfaces</dt>
<dd> </dd>
<<<<<<< HEAD
<dt><a href="../com/nlstn/jarvis/jobs/package-summary.html">com.nlstn.jarvis.jobs</a> - package com.nlstn.jarvis.jobs</dt>
<dd> </dd>
<dt><a href="../com/nlstn/jarvis/jobs/triggers/package-summary.html">com.nlstn.jarvis.jobs.triggers</a> - package com.nlstn.jarvis.jobs.triggers</dt>
<dd> </dd>
<dt><a href="../com/nlstn/jarvis/net/package-summary.html">com.nlstn.jarvis.net</a> - package com.nlstn.jarvis.net</dt>
<dd> </dd>
<dt><a href="../com/nlstn/jarvis/net/packets/package-summary.html">com.nlstn.jarvis.net.packets</a> - package com.nlstn.jarvis.net.packets</dt>
<dd> </dd>
<dt><a href="../com/nlstn/jarvis/net/packets/types/package-summary.html">com.nlstn.jarvis.net.packets.types</a> - package com.nlstn.jarvis.net.packets.types</dt>
<dd> </dd>
<dt><a href="../com/nlstn/jarvis/net/sockets/package-summary.html">com.nlstn.jarvis.net.sockets</a> - package com.nlstn.jarvis.net.sockets</dt>
<dd> </dd>
<dt><a href="../com/nlstn/jarvis/serialization/package-summary.html">com.nlstn.jarvis.serialization</a> - package com.nlstn.jarvis.serialization</dt>
<dd> </dd>
<dt><a href="../com/nlstn/jarvis/settings/package-summary.html">com.nlstn.jarvis.settings</a> - package com.nlstn.jarvis.settings</dt>
<dd> </dd>
<dt><a href="../com/nlstn/jarvis/settings/types/package-summary.html">com.nlstn.jarvis.settings.types</a> - package com.nlstn.jarvis.settings.types</dt>
<dd> </dd>
=======
>>>>>>> parent of 881573c... v0.2! Documentation Logging
<dt><a href="../com/nlstn/jarvis/commands/Command.html" title="class in com.nlstn.jarvis.commands"><span class="typeNameLink">Command</span></a> - Class in <a href="../com/nlstn/jarvis/commands/package-summary.html">com.nlstn.jarvis.commands</a></dt>
<dd>
<div class="block">This class represents a Task, which is executable from the command line.</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/nlstn/jarvis/commands/Command.html#Command-java.lang.String-int-java.lang.Class:A-java.lang.String...-">Command(String, int, Class<?>[], String...)</a></span> - Constructor for class com.nlstn.jarvis.commands.<a href="../com/nlstn/jarvis/commands/Command.html" title="class in com.nlstn.jarvis.commands">Command</a></dt>
<dd>
<div class="block">Sets the name and subname and loads the help text for this command.</div>
</dd>
<dt><a href="../com/nlstn/jarvis/commands/CommandBuilder.html" title="class in com.nlstn.jarvis.commands"><span class="typeNameLink">CommandBuilder</span></a> - Class in <a href="../com/nlstn/jarvis/commands/package-summary.html">com.nlstn.jarvis.commands</a></dt>
<dd>
<div class="block">The CommandBuilder is used to manage and call Tasks.</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/nlstn/jarvis/commands/CommandBuilder.html#CommandBuilder--">CommandBuilder()</a></span> - Constructor for class com.nlstn.jarvis.commands.<a href="../com/nlstn/jarvis/commands/CommandBuilder.html" title="class in com.nlstn.jarvis.commands">CommandBuilder</a></dt>
<dd>
<div class="block">Constructs a new CommandBuilder</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/nlstn/jarvis/commands/CommandModule.html#commandBuilder">commandBuilder</a></span> - Variable in class com.nlstn.jarvis.commands.<a href="../com/nlstn/jarvis/commands/CommandModule.html" title="class in com.nlstn.jarvis.commands">CommandModule</a></dt>
<dd>
<div class="block">The CommandBuilder of this CommandModule.</div>
</dd>
<dt><a href="../com/nlstn/jarvis/commands/CommandModule.html" title="class in com.nlstn.jarvis.commands"><span class="typeNameLink">CommandModule</span></a> - Class in <a href="../com/nlstn/jarvis/commands/package-summary.html">com.nlstn.jarvis.commands</a></dt>
<dd>
<div class="block">The CommandModule, handles initialization, managing, building and running commands.</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/nlstn/jarvis/commands/CommandModule.html#CommandModule--">CommandModule()</a></span> - Constructor for class com.nlstn.jarvis.commands.<a href="../com/nlstn/jarvis/commands/CommandModule.html" title="class in com.nlstn.jarvis.commands">CommandModule</a></dt>
<dd>
<div class="block">Constructs a new CommandModule</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/nlstn/jarvis/Jarvis.html#commandModule">commandModule</a></span> - Static variable in class com.nlstn.jarvis.<a href="../com/nlstn/jarvis/Jarvis.html" title="class in com.nlstn.jarvis">Jarvis</a></dt>
<dd>
<div class="block">The CommandModule instance of Jarvis</div>
</dd>
<dt><a href="../com/nlstn/jarvis/exceptions/CommandNameAlreadyUsedException.html" title="class in com.nlstn.jarvis.exceptions"><span class="typeNameLink">CommandNameAlreadyUsedException</span></a> - Exception in <a href="../com/nlstn/jarvis/exceptions/package-summary.html">com.nlstn.jarvis.exceptions</a></dt>
<dd>
<div class="block">This Exception will indicate that a <a href="../com/nlstn/jarvis/commands/Command.html" title="class in com.nlstn.jarvis.commands"><code>Command</code></a> was registered in the <a href="../com/nlstn/jarvis/commands/CommandBuilder.html" title="class in com.nlstn.jarvis.commands"><code>CommandBuilder</code></a>, <br>
but the name is already being used by another command.</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/nlstn/jarvis/exceptions/CommandNameAlreadyUsedException.html#CommandNameAlreadyUsedException-java.lang.String-">CommandNameAlreadyUsedException(String)</a></span> - Constructor for exception com.nlstn.jarvis.exceptions.<a href="../com/nlstn/jarvis/exceptions/CommandNameAlreadyUsedException.html" title="class in com.nlstn.jarvis.exceptions">CommandNameAlreadyUsedException</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../com/nlstn/jarvis/commands/CommandBuilder.html#commands">commands</a></span> - Variable in class com.nlstn.jarvis.commands.<a href="../com/nlstn/jarvis/commands/CommandBuilder.html" title="class in com.nlstn.jarvis.commands">CommandBuilder</a></dt>
<dd>
<div class="block">List of all commands available.</div>
</dd>
<<<<<<< HEAD
<dt><span class="memberNameLink"><a href="../com/nlstn/jarvis/jobs/triggers/AbstractTrigger.html#conditionMet--">conditionMet()</a></span> - Method in class com.nlstn.jarvis.jobs.triggers.<a href="../com/nlstn/jarvis/jobs/triggers/AbstractTrigger.html" title="class in com.nlstn.jarvis.jobs.triggers">AbstractTrigger</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../com/nlstn/jarvis/jobs/triggers/TimeTrigger.html#conditionMet--">conditionMet()</a></span> - Method in class com.nlstn.jarvis.jobs.triggers.<a href="../com/nlstn/jarvis/jobs/triggers/TimeTrigger.html" title="class in com.nlstn.jarvis.jobs.triggers">TimeTrigger</a></dt>
<dd>
<div class="block">Returns whether the current timestamp is past the desired trigger time</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/nlstn/jarvis/net/ServerHandler.html#connect-java.net.InetAddress-int-">connect(InetAddress, int)</a></span> - Method in class com.nlstn.jarvis.net.<a href="../com/nlstn/jarvis/net/ServerHandler.html" title="class in com.nlstn.jarvis.net">ServerHandler</a></dt>
<dd>
<div class="block">With this command, the JarvisClient initializes the connection process to Jarvis</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/nlstn/jarvis/net/ServerHandler.html#connected">connected</a></span> - Variable in class com.nlstn.jarvis.net.<a href="../com/nlstn/jarvis/net/ServerHandler.html" title="class in com.nlstn.jarvis.net">ServerHandler</a></dt>
<dd>
<div class="block">Whether or not this client is currently connected to the server.</div>
</dd>
<dt><a href="../com/nlstn/jarvis/commands/net/ConnectServerCommand.html" title="class in com.nlstn.jarvis.commands.net"><span class="typeNameLink">ConnectServerCommand</span></a> - Class in <a href="../com/nlstn/jarvis/commands/net/package-summary.html">com.nlstn.jarvis.commands.net</a></dt>
<dd>
<div class="block">Command to connect to a JarviServer
Creation: 23.08.2017</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/nlstn/jarvis/commands/net/ConnectServerCommand.html#ConnectServerCommand--">ConnectServerCommand()</a></span> - Constructor for class com.nlstn.jarvis.commands.net.<a href="../com/nlstn/jarvis/commands/net/ConnectServerCommand.html" title="class in com.nlstn.jarvis.commands.net">ConnectServerCommand</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../com/nlstn/jarvis/net/ServerHandler.html#connectUDP-int-">connectUDP(int)</a></span> - Method in class com.nlstn.jarvis.net.<a href="../com/nlstn/jarvis/net/ServerHandler.html" title="class in com.nlstn.jarvis.net">ServerHandler</a></dt>
<dd>
<div class="block">Initializes the connection process to the UDP Socket of the server.</div>
</dd>
=======
>>>>>>> parent of 881573c... v0.2! Documentation Logging
<dt><span class="memberNameLink"><a href="../com/nlstn/jarvis/data/organizer/OrganizerRuleSet.html#containsKey-java.lang.String-">containsKey(String)</a></span> - Method in class com.nlstn.jarvis.data.organizer.<a href="../com/nlstn/jarvis/data/organizer/OrganizerRuleSet.html" title="class in com.nlstn.jarvis.data.organizer">OrganizerRuleSet</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../com/nlstn/jarvis/commands/Command.html#containsName-java.lang.String-">containsName(String)</a></span> - Method in class com.nlstn.jarvis.commands.<a href="../com/nlstn/jarvis/commands/Command.html" title="class in com.nlstn.jarvis.commands">Command</a></dt>
<dd>
<div class="block">Checks whether this command contains the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/nlstn/jarvis/data/organizer/Organizer.html#createNewRuleSet-java.lang.String-">createNewRuleSet(String)</a></span> - Method in class com.nlstn.jarvis.data.organizer.<a href="../com/nlstn/jarvis/data/organizer/Organizer.html" title="class in com.nlstn.jarvis.data.organizer">Organizer</a></dt>
<dd>
<div class="block">Creates a new Rule Set with the specified name</div>
</dd>
<dt><a href="../com/nlstn/jarvis/commands/organizer/CreateOrganizerRuleSetCommand.html" title="class in com.nlstn.jarvis.commands.organizer"><span class="typeNameLink">CreateOrganizerRuleSetCommand</span></a> - Class in <a href="../com/nlstn/jarvis/commands/organizer/package-summary.html">com.nlstn.jarvis.commands.organizer</a></dt>
<dd>
<div class="block">Creates an Organizer Rule Set with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/nlstn/jarvis/commands/organizer/CreateOrganizerRuleSetCommand.html#CreateOrganizerRuleSetCommand--">CreateOrganizerRuleSetCommand()</a></span> - Constructor for class com.nlstn.jarvis.commands.organizer.<a href="../com/nlstn/jarvis/commands/organizer/CreateOrganizerRuleSetCommand.html" title="class in com.nlstn.jarvis.commands.organizer">CreateOrganizerRuleSetCommand</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../com/nlstn/jarvis/input/InputDispatcher.html#createPollingThread--">createPollingThread()</a></span> - Method in class com.nlstn.jarvis.input.<a href="../com/nlstn/jarvis/input/InputDispatcher.html" title="class in com.nlstn.jarvis.input">InputDispatcher</a></dt>
<dd>
<div class="block">Creates the thread that polls the user input and forwards it</div>
</dd>
</dl>
<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">R</a> <a href="index-18.html">S</a> <a href="index-19.html">T</a> <a href="index-20.html">V</a> <a href="index-21.html">W</a> </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><a href="../overview-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</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-2.html">Prev Letter</a></li>
<li><a href="index-4.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-files/index-3.html" target="_top">Frames</a></li>
<li><a href="index-3.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>
| NLstn/Jarvis | docs/index-files/index-3.html | HTML | apache-2.0 | 20,556 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_60-ea) on Wed Jan 04 17:08:18 EST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Interface org.wildfly.swarm.config.naming.BindingSupplier (Public javadocs 2017.1.1 API)</title>
<meta name="date" content="2017-01-04">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Interface org.wildfly.swarm.config.naming.BindingSupplier (Public javadocs 2017.1.1 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/wildfly/swarm/config/naming/BindingSupplier.html" title="interface in org.wildfly.swarm.config.naming">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">WildFly Swarm API, 2017.1.1</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/wildfly/swarm/config/naming/class-use/BindingSupplier.html" target="_top">Frames</a></li>
<li><a href="BindingSupplier.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Interface org.wildfly.swarm.config.naming.BindingSupplier" class="title">Uses of Interface<br>org.wildfly.swarm.config.naming.BindingSupplier</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/naming/BindingSupplier.html" title="interface in org.wildfly.swarm.config.naming">BindingSupplier</a></span><span class="tabEnd"> </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"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.wildfly.swarm.config">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/wildfly/swarm/config/naming/BindingSupplier.html" title="interface in org.wildfly.swarm.config.naming">BindingSupplier</a> in <a href="../../../../../../org/wildfly/swarm/config/package-summary.html">org.wildfly.swarm.config</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/wildfly/swarm/config/package-summary.html">org.wildfly.swarm.config</a> with parameters of type <a href="../../../../../../org/wildfly/swarm/config/naming/BindingSupplier.html" title="interface in org.wildfly.swarm.config.naming">BindingSupplier</a></span><span class="tabEnd"> </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/Naming.html" title="type parameter in Naming">T</a></code></td>
<td class="colLast"><span class="typeNameLabel">Naming.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/Naming.html#binding-org.wildfly.swarm.config.naming.BindingSupplier-">binding</a></span>(<a href="../../../../../../org/wildfly/swarm/config/naming/BindingSupplier.html" title="interface in org.wildfly.swarm.config.naming">BindingSupplier</a> supplier)</code>
<div class="block">Install a supplied Binding object to the list of subresources</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/naming/BindingSupplier.html" title="interface in org.wildfly.swarm.config.naming">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">WildFly Swarm API, 2017.1.1</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/wildfly/swarm/config/naming/class-use/BindingSupplier.html" target="_top">Frames</a></li>
<li><a href="BindingSupplier.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 © 2017 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
| wildfly-swarm/wildfly-swarm-javadocs | 2017.1.1/apidocs/org/wildfly/swarm/config/naming/class-use/BindingSupplier.html | HTML | apache-2.0 | 7,352 |
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>R U My Mahram?</title>
<meta name="description" content="Are You My Mahram?">
<meta name="keywords" content="Islam, Muslim, Mahram, Muslimah, Check, Mahram Check, Mahram Checker, R U My Mahram">
<meta name="author" content="Tengku Hafidz Mohamad Shahiran Shafee">
<meta http-equiv="Content-Security-Policy" content="default-src 'self' data: gap: 'unsafe-inline' 'unsafe-eval' https://ssl.gstatic.com https://www.google-analytics.com;">
<!-- Mobile Specific Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--[if IE]><meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'><![endif]-->
<!-- Bootstrap -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<!-- icon fonts font Awesome -->
<link rel="stylesheet" media="screen" href="assets/fonts/font-awesome/font-awesome.min.css">
<!-- Custom Styles -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- Responsive Styles -->
<link href="assets/css/responsive.css" rel="stylesheet">
<!-- Normalize Styles -->
<link href="assets/css/normalize.css" rel="stylesheet">
<!-- Extras -->
<link rel="stylesheet" type="text/css" href="assets/extras/animate.css">
<link rel="stylesheet" type="text/css" href="assets/extras/lightbox.css">
<link rel="stylesheet" type="text/css" href="assets/extras/owl/owl.carousel.css">
<link rel="stylesheet" type="text/css" href="assets/extras/owl/owl.theme.css">
<link rel="stylesheet" type="text/css" href="assets/extras/owl/owl.transitions.css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[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]-->
<style type="text/css">
.list{
display:none;
}
.filterable {
margin-top: 15px;
}
.filterable .panel-heading .pull-right {
margin-top: -20px;
}
.filterable .filters input[disabled] {
background-color: transparent;
border: none;
cursor: auto;
box-shadow: none;
padding: 0;
height: auto;
}
.filterable .filters input[disabled]::-webkit-input-placeholder {
color: #333;
}
.filterable .filters input[disabled]::-moz-placeholder {
color: #333;
}
.filterable .filters input[disabled]:-ms-input-placeholder {
color: #333;
}
.mahram {
color:#5cb85c;
}
.non {
color:#d9534f;
}
</style>
</head>
<body>
<!-- Start Header Section -->
<header id="header">
<nav class="main-navigation navbar-fixed-top" role="navigation" data-spy="affix" data-offset-top="200">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<i class="fa fa-bars fa-lg"></i>
</button>
<!-- logo here -->
<a href="index.html" class="navbar-brand"><img src="assets/img/logo.png" alt=""></a>
</div>
<!-- Start Navigation Menu -->
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right" id="main_navigation_menu">
<li><a href="index.html">R U My Mahram?</a></li>
<li class="active"><a href="#header">Jejaka</a></li>
<li><a href="ladies.html">Gadis</a></li>
<li><a href="about.html">Tentang Aplikasi</a></li>
</ul>
</div>
<!-- End Navigation Menu -->
</div>
</nav>
</header>
<!-- End Header Section -->
<hr>
<!-- Start Services Section -->
<section id="men">
<div class="container">
<h1 class="section-title wow fadeIn" data-wow-delay=".2s">Jejaka<br>
<p class="lead" style="color:grey;">Sebelum anda bersalam-salaman, pastikan dia (si wanita) adalah mahram anda.</p>
</h1>
<div class="row col-md-8 col-md-offset-2 wow fadeIn">
<div class="form-group">
<label for="shirtType">Hubungan:</label>
<select class="form-control" id="relationshipMen" onchange="checkMen()">
<option>Nenek</option>
<option>Ibu Saudara Kandung</option>
<option>Ibu Saudara Sabit (Isteri kepada Adik-Beradik Ibu Ayah)</option>
<option>Sepupu Perempuan</option>
<option>Anak Saudara Perempuan (Anak Perempuan Adik-Beradik)</option>
<option>Anak Saudara Perempuan (Anak Perempuan Adik-Beradik Isteri)</option>
<option>Nenek Mertua</option>
<option>Ibu Mertua</option>
<option>Kakak Ipar</option>
<option>Menantu Perempuan</option>
</select>
</div>
<div class="text-center" style="margin-top: 40px; font-size: 1.3em;">
<div id="chosenValuesMen">
<p>Nenek anda merupakan<strong><span style='color: #0bafa0'><br>Mahram<span></strong>.</p>
<p> Jadi anda boleh salam.</p>
</div>
<div id="mahramStatusMenIcon">
<image width='50%' src='assets/img/handshake.png' />
</div>
<button type="button" class="btn btn-default" id="viewListMen">Buka Senarai Mahram</button>
</div>
</div>
<div class="row col-md-8 col-md-offset-2 wow fadeIn list" data-wow-delay=".2s" id="menList">
<div class="panel panel-primary filterable">
<div class="panel-heading">
<h3 class="panel-title">Untuk Jejaka
</h3>
<div class="pull-right" style="height:3px;">
<button class="btn btn-default btn-xs btn-filter" style="margin-top:0px;padding:4px 7px;"><span style="margin-top:1px;"><span class="glyphicon glyphicon-filter"></span> Filter</span></button>
</div>
</div>
<table class="table">
<thead>
<tr class="filters">
<th><input type="text" class="form-control" placeholder="Sebelah" disabled></th>
<th><input type="text" class="form-control" placeholder="Hubungan" disabled></th>
<th><input type="text" class="form-control" placeholder="Mahram" disabled></th>
</tr>
</thead>
<tbody>
<tr class="active">
<td>Ayah</td>
<td>Nenek</td>
<td class="mahram">Mahram Nasab</td>
</tr>
<tr class="active">
<td>Ayah</td>
<td>Ibu Saudara Kandung</td>
<td class="mahram">Mahram Nasab</td>
</tr>
<tr class="active">
<td>Ayah</td>
<td>Ibu Saudara Sabit (Isteri kepada Adik-Beradik Ibu Ayah)</td>
<td class="non">Bukan Mahram</td>
</tr>
<tr class="active">
<td>Ayah</td>
<td>Sepupu Perempuan</td>
<td class="non">Bukan Mahram</td>
</tr>
<tr class="default">
<td>Ibu</td>
<td>Nenek</td>
<td class="mahram">Mahram Nasab</td>
</tr>
<tr class="default">
<td>Ibu</td>
<td>Ibu Saudara Kandung</td>
<td class="mahram">Mahram Nasab</td>
</tr>
<tr class="default">
<td>Ibu</td>
<td>Ibu Saudara Sabit (Isteri kepada Adik-Beradik Ibu Ayah)</td>
<td class="non">Bukan Mahram</td>
</tr>
<tr class="default">
<td>Ibu</td>
<td>Sepupu Perempuan</td>
<td class="non">Bukan Mahram</td>
</tr>
<tr class="active">
<td>Sendiri</td>
<td>Kakak Ipar</td>
<td class="non">Bukan Mahram</td>
</tr>
<tr class="active">
<td>Sendiri</td>
<td>Kakak</td>
<td class="mahram">Mahram Nasab</td>
</tr>
<tr class="active">
<td>Sendiri</td>
<td>Anak Saudara Perempuan (Anak Perempuan Adik-Beradik)</td>
<td class="mahram">Mahram Nasab</td>
</tr>
<tr class="active">
<td>Sendiri</td>
<td>Menantu Perempuan</td>
<td class="mahram">Mahram Nikah</td>
</tr>
<tr class="default">
<td>Isteri</td>
<td>Nenek Mertua</td>
<td class="mahram">Mahram Nikah</td>
</tr>
<tr class="default">
<td>Isteri</td>
<td>Ibu Mertua</td>
<td class="mahram">Mahram Nikah</td>
</tr>
<tr class="default">
<td>Isteri</td>
<td>Kakak Ipar</td>
<td class="non">Bukan Mahram</td>
</tr>
<tr class="default">
<td>Isteri</td>
<td>Anak Saudara Perempuan (Anak Perempuan Adik-Beradik Isteri)</td>
<td class="non">Bukan Mahram</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</section>
<!-- End Services Section-->
<!-- Footer Section Start -->
<footer id="footer">
<div class="container">
<div class="copyright text-center">
<p>Developed By Tengku Hafidz & Mohamad Shahiran</a></p>
</div>
</div>
</footer>
<!-- Footer Section End -->
<!-- Include jquery.min.js plugin -->
<script src="assets/js/jquery-min.js"></script>
<!-- Include Bootstrap plugin -->
<script src="assets/js/bootstrap.min.js"></script>
<!-- One page Nav plugin -->
<script src="assets/js/jquery.nav.js"></script>
<!-- Include Bootstrap plugin -->
<script src="assets/js/owl.carousel.js"></script>
<!-- Include wow plugin -->
<script src="assets/js/wow.js"></script>
<!-- Include mixitup plugin -->
<script src="assets/js/jquery.mixitup.js"></script>
<!-- ScrollTop -->
<script src="assets/js/lightbox.min.js"></script>
<!-- Lightbox -->
<script src="assets/js/scroll-top.js"></script>
<!-- Smooth Scroll -->
<script src="assets/js/smooth-scroll.js"></script>
<!-- preset js -->
<script src="assets/js/style.changer.js"></script>
<!-- Modernizr js -->
<script src="assets/js/modernizr-2.8.0.main.js"></script>
<!-- Main js -->
<script src="assets/js/main.js"></script>
<script type="text/javascript">
//js for checking mahram
function checkMen(){
relationshipMen = document.getElementById("relationshipMen").value
mahramStatusMenText = "<p>" + relationshipMen + " merupakan <strong><span style='color: #0bafa0'><br>mahram<span> </strong>.</p><p> Jadi anda boleh salam.</p>"
mahramStatusMenIcon = "<image width='50%' src='assets/img/handshake.png' />"
nonMahramMen = [
"Ibu Saudara Sabit (Isteri kepada Adik-Beradik Ibu Ayah)",
"Sepupu Perempuan",
"Anak Saudara Perempuan (Anak Perempuan Adik-Beradik Isteri)",
"Kakak Ipar"
]
for(var i = 0; i < nonMahramMen.length; i++){
if (relationshipMen === nonMahramMen[i]) {
mahramStatusMenText = "<p>" + relationshipMen + " merupakan <strong><span style='color: #95000b'> <br>bukan mahram<span></strong>.</p><p> Jadi elakkan sebarang sentuhan fizikal, termasuklah salam ;)</p>"
mahramStatusMenIcon = "<image width='50%' src='assets/img/nohandshake.png' />"
}
}
document.getElementById("chosenValuesMen").innerHTML = mahramStatusMenText
document.getElementById("mahramStatusMenIcon").innerHTML = mahramStatusMenIcon
}
</script>
<script type="text/javascript">
/*
Please consider that the JS part isn't production ready at all, I just code it to show the concept of merging filters and titles together !
*/
$(document).ready(function(){
$("#viewListMen").click(function() {
// assumes element with id='button'
$("#menList").toggle();
});
$('.filterable .btn-filter').click(function(){
var $panel = $(this).parents('.filterable'),
$filters = $panel.find('.filters input'),
$tbody = $panel.find('.table tbody');
if ($filters.prop('disabled') == true) {
$filters.prop('disabled', false);
$filters.first().focus();
} else {
$filters.val('').prop('disabled', true);
$tbody.find('.no-result').remove();
$tbody.find('tr').show();
}
});
$('.filterable .filters input').keyup(function(e){
/* Ignore tab key */
var code = e.keyCode || e.which;
if (code == '9') return;
/* Useful DOM data and selectors */
var $input = $(this),
inputContent = $input.val().toLowerCase(),
$panel = $input.parents('.filterable'),
column = $panel.find('.filters th').index($input.parents('th')),
$table = $panel.find('.table'),
$rows = $table.find('tbody tr');
/* Dirtiest filter function ever ;) */
var $filteredRows = $rows.filter(function(){
var value = $(this).find('td').eq(column).text().toLowerCase();
return value.indexOf(inputContent) === -1;
});
/* Clean previous no-result if exist */
$table.find('tbody .no-result').remove();
/* Show all rows, hide filtered ones (never do that outside of a demo ! xD) */
$rows.show();
$filteredRows.hide();
/* Prepend no-result row if all rows are filtered */
if ($filteredRows.length === $rows.length) {
$table.find('tbody').prepend($('<tr class="no-result text-center"><td colspan="'+ $table.find('.filters th').length +'">No result found</td></tr>'));
}
});
});
</script>
<script>
//googleanalytics
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-101361278-1', 'auto');
ga('set', 'appName', 'RUMyMahram');
ga('send', 'screenview', {screenName: 'men'});
</script>
</body>
</html> | smshahiran/r-u-my-mahram | men.html | HTML | apache-2.0 | 15,389 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML
><HEAD
><TITLE
>Supported Platforms</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
REV="MADE"
HREF="mailto:pgsql-docs@postgresql.org"><LINK
REL="HOME"
TITLE="PostgreSQL 9.2.8 Documentation"
HREF="index.html"><LINK
REL="UP"
TITLE=" Installation from Source Code"
HREF="installation.html"><LINK
REL="PREVIOUS"
TITLE="Post-Installation Setup"
HREF="install-post.html"><LINK
REL="NEXT"
TITLE="Platform-specific Notes"
HREF="installation-platform-notes.html"><LINK
REL="STYLESHEET"
TYPE="text/css"
HREF="stylesheet.css"><META
HTTP-EQUIV="Content-Type"
CONTENT="text/html; charset=ISO-8859-1"><META
NAME="creation"
CONTENT="2014-03-17T19:46:29"></HEAD
><BODY
CLASS="SECT1"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="5"
ALIGN="center"
VALIGN="bottom"
><A
HREF="index.html"
>PostgreSQL 9.2.8 Documentation</A
></TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="top"
><A
TITLE="Post-Installation Setup"
HREF="install-post.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="top"
><A
HREF="installation.html"
ACCESSKEY="U"
>Up</A
></TD
><TD
WIDTH="60%"
ALIGN="center"
VALIGN="bottom"
>Chapter 15. Installation from Source Code</TD
><TD
WIDTH="20%"
ALIGN="right"
VALIGN="top"
><A
TITLE="Platform-specific Notes"
HREF="installation-platform-notes.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="SECT1"
><H1
CLASS="SECT1"
><A
NAME="SUPPORTED-PLATFORMS"
>15.6. Supported Platforms</A
></H1
><P
> A platform (that is, a CPU architecture and operating system combination)
is considered supported by the <SPAN
CLASS="PRODUCTNAME"
>PostgreSQL</SPAN
> development
community if the code contains provisions to work on that platform and
it has recently been verified to build and pass its regression tests
on that platform. Currently, most testing of platform compatibility
is done automatically by test machines in the
<A
HREF="http://buildfarm.postgresql.org/"
TARGET="_top"
>PostgreSQL Build Farm</A
>.
If you are interested in using <SPAN
CLASS="PRODUCTNAME"
>PostgreSQL</SPAN
> on a platform
that is not represented in the build farm, but on which the code works
or can be made to work, you are strongly encouraged to set up a build
farm member machine so that continued compatibility can be assured.
</P
><P
> In general, <SPAN
CLASS="PRODUCTNAME"
>PostgreSQL</SPAN
> can be expected to work on
these CPU architectures: x86, x86_64, IA64, PowerPC,
PowerPC 64, S/390, S/390x, Sparc, Sparc 64, Alpha, ARM, MIPS, MIPSEL, M68K,
and PA-RISC. Code support exists for M32R, NS32K, and VAX, but these
architectures are not known to have been tested recently. It is often
possible to build on an unsupported CPU type by configuring with
<TT
CLASS="OPTION"
>--disable-spinlocks</TT
>, but performance will be poor.
</P
><P
> <SPAN
CLASS="PRODUCTNAME"
>PostgreSQL</SPAN
> can be expected to work on these operating
systems: Linux (all recent distributions), Windows (Win2000 SP4 and later),
FreeBSD, OpenBSD, NetBSD, Mac OS X, AIX, HP/UX, IRIX, Solaris, Tru64 Unix,
and UnixWare. Other Unix-like systems may also work but are not currently
being tested. In most cases, all CPU architectures supported by
a given operating system will work. Look in
the <A
HREF="installation-platform-notes.html"
>Section 15.7</A
> below to see if
there is information
specific to your operating system, particularly if using an older system.
</P
><P
> If you have installation problems on a platform that is known
to be supported according to recent build farm results, please report
it to <CODE
CLASS="EMAIL"
><<A
HREF="mailto:pgsql-bugs@postgresql.org"
>pgsql-bugs@postgresql.org</A
>></CODE
>. If you are interested
in porting <SPAN
CLASS="PRODUCTNAME"
>PostgreSQL</SPAN
> to a new platform,
<CODE
CLASS="EMAIL"
><<A
HREF="mailto:pgsql-hackers@postgresql.org"
>pgsql-hackers@postgresql.org</A
>></CODE
> is the appropriate place
to discuss that.
</P
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="install-post.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="installation-platform-notes.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Post-Installation Setup</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="installation.html"
ACCESSKEY="U"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Platform-specific Notes</TD
></TR
></TABLE
></DIV
></BODY
></HTML
> | ArcherCraftStore/ArcherVMPeridot | pgsql/doc/postgresql/html/supported-platforms.html | HTML | apache-2.0 | 5,039 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>round-score 1.0.1</title>
<link rel="stylesheet" href="round-score.css">
<script language="JavaScript" src="round-score-colors.js"></script>
<script language="JavaScript" src="round-score-utils.js"></script>
<script language="JavaScript" src="round-score.js"></script>
<script>
var data_discworld = [
{amount: 8, label: "Rincewind and Wizards"},
{amount: 6, label: "Witches of Lancre"},
{amount: 5, label: "Death Domain"},
{amount: 8, label: "City Watch"},
{amount: 6, label: "Small Gods, Pyramids etc."},
{amount: 5, label: "Tiffany Aching"},
{amount: 3, label: "Moist von Lipwig"}
];
window.onload = function () {
new RoundScore("round-score-board")
.at(150, 150)
.radius(100)
.width(20)
.displayLegend()
.displayValues()
.displayPercents()
.load(data_discworld)
.show();
}
</script>
</head>
<body>
<svg id="round-score-board"></svg>
</body>
</html>
| redplant/round-score | src/round-score.html | HTML | apache-2.0 | 1,293 |
<!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_11) on Mon Jan 26 08:49:04 GMT 2015 -->
<title>FilterChangeListener</title>
<meta name="date" content="2015-01-26">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="FilterChangeListener";
}
}
catch(err) {
}
//-->
var methods = {"i0":6};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/FilterChangeListener.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="../../../../../../org/primaresearch/clc/phd/repository/search/Filter.html" title="interface in org.primaresearch.clc.phd.repository.search"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../../../org/primaresearch/clc/phd/repository/search/LabelFilterElement.html" title="class in org.primaresearch.clc.phd.repository.search"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/primaresearch/clc/phd/repository/search/FilterChangeListener.html" target="_top">Frames</a></li>
<li><a href="FilterChangeListener.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </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.primaresearch.clc.phd.repository.search</div>
<h2 title="Interface FilterChangeListener" class="title">Interface FilterChangeListener</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Known Implementing Classes:</dt>
<dd><a href="../../../../../../org/primaresearch/clc/phd/workflow/gui/dialog/FindMatchingActivityDialog.html" title="class in org.primaresearch.clc.phd.workflow.gui.dialog">FindMatchingActivityDialog</a>, <a href="../../../../../../org/primaresearch/clc/phd/repository/search/LabelWorkflowFilter.html" title="class in org.primaresearch.clc.phd.repository.search">LabelWorkflowFilter</a>, <a href="../../../../../../org/primaresearch/clc/phd/repository/search/gui/WorkflowSearchTool.html" title="class in org.primaresearch.clc.phd.repository.search.gui">WorkflowSearchTool</a></dd>
</dl>
<hr>
<br>
<pre>public interface <span class="typeNameLabel">FilterChangeListener</span></pre>
<div class="block">Listener interface for filter change events.</div>
<dl>
<dt><span class="simpleTagLabel">Author:</span></dt>
<dd>clc</dd>
</dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd"> </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/primaresearch/clc/phd/repository/search/FilterChangeListener.html#filterChanged-org.primaresearch.clc.phd.repository.search.Filter-">filterChanged</a></span>(<a href="../../../../../../org/primaresearch/clc/phd/repository/search/Filter.html" title="interface in org.primaresearch.clc.phd.repository.search">Filter</a> filter)</code> </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="filterChanged-org.primaresearch.clc.phd.repository.search.Filter-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>filterChanged</h4>
<pre>void filterChanged(<a href="../../../../../../org/primaresearch/clc/phd/repository/search/Filter.html" title="interface in org.primaresearch.clc.phd.repository.search">Filter</a> filter)</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/FilterChangeListener.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="../../../../../../org/primaresearch/clc/phd/repository/search/Filter.html" title="interface in org.primaresearch.clc.phd.repository.search"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../../../org/primaresearch/clc/phd/repository/search/LabelFilterElement.html" title="class in org.primaresearch.clc.phd.repository.search"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/primaresearch/clc/phd/repository/search/FilterChangeListener.html" target="_top">Frames</a></li>
<li><a href="FilterChangeListener.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
| PRImA-Research-Lab/semantic-labelling | doc/org/primaresearch/clc/phd/repository/search/FilterChangeListener.html | HTML | apache-2.0 | 9,153 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (version 1.7.0_67) on Fri Nov 14 18:07:17 ART 2014 -->
<title>PlatoEntradaServicio</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="PlatoEntradaServicio";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/PlatoEntradaServicio.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="../../../dom/producto/platoEntrada/PlatoEntrada.html" title="class in dom.producto.platoEntrada"><span class="strong">Prev Class</span></a></li>
<li>Next Class</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?dom/producto/platoEntrada/PlatoEntradaServicio.html" target="_top">Frames</a></li>
<li><a href="PlatoEntradaServicio.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </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">dom.producto.platoEntrada</div>
<h2 title="Class PlatoEntradaServicio" class="title">Class PlatoEntradaServicio</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>org.apache.isis.applib.AbstractContainedObject</li>
<li>
<ul class="inheritance">
<li>org.apache.isis.applib.AbstractService</li>
<li>
<ul class="inheritance">
<li>org.apache.isis.applib.AbstractFactoryAndRepository</li>
<li>
<ul class="inheritance">
<li>dom.producto.platoEntrada.PlatoEntradaServicio</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="strong">PlatoEntradaServicio</span>
extends org.apache.isis.applib.AbstractFactoryAndRepository</pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../dom/producto/platoEntrada/PlatoEntradaServicio.html#PlatoEntradaServicio()">PlatoEntradaServicio</a></strong>()</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.List<<a href="../../../dom/producto/platoEntrada/PlatoEntrada.html" title="class in dom.producto.platoEntrada">PlatoEntrada</a>></code></td>
<td class="colLast"><code><strong><a href="../../../dom/producto/platoEntrada/PlatoEntradaServicio.html#completarPlatoEntrada(java.lang.String)">completarPlatoEntrada</a></strong>(java.lang.String nombre)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../dom/producto/plato/Plato.html" title="class in dom.producto.plato">Plato</a></code></td>
<td class="colLast"><code><strong><a href="../../../dom/producto/platoEntrada/PlatoEntradaServicio.html#crearPlatoEntrada(java.lang.String,%20dom.producto.plato.CondicionDePlatoEnum,%20java.lang.String,%20java.math.BigDecimal)">crearPlatoEntrada</a></strong>(java.lang.String nombre,
<a href="../../../dom/producto/plato/CondicionDePlatoEnum.html" title="enum in dom.producto.plato">CondicionDePlatoEnum</a> unaCondicion,
java.lang.String unaDescripcion,
java.math.BigDecimal unPrecio)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../dom/producto/platoEntrada/PlatoEntrada.html" title="class in dom.producto.platoEntrada">PlatoEntrada</a></code></td>
<td class="colLast"><code><strong><a href="../../../dom/producto/platoEntrada/PlatoEntradaServicio.html#crearUnPlatoEntrada(java.lang.String,%20dom.producto.plato.CondicionDePlatoEnum,%20java.lang.String,%20java.math.BigDecimal)">crearUnPlatoEntrada</a></strong>(java.lang.String nombre,
<a href="../../../dom/producto/plato/CondicionDePlatoEnum.html" title="enum in dom.producto.plato">CondicionDePlatoEnum</a> unaCondicion,
java.lang.String unaDescripcion,
java.math.BigDecimal unPrecio)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../dom/producto/platoEntrada/PlatoEntradaServicio.html#iconName()">iconName</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.List<<a href="../../../dom/producto/platoEntrada/PlatoEntrada.html" title="class in dom.producto.platoEntrada">PlatoEntrada</a>></code></td>
<td class="colLast"><code><strong><a href="../../../dom/producto/platoEntrada/PlatoEntradaServicio.html#listarPLatosEntradaAlta()">listarPLatosEntradaAlta</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.List<<a href="../../../dom/producto/platoEntrada/PlatoEntrada.html" title="class in dom.producto.platoEntrada">PlatoEntrada</a>></code></td>
<td class="colLast"><code><strong><a href="../../../dom/producto/platoEntrada/PlatoEntradaServicio.html#listarPLatosEntradaTodos()">listarPLatosEntradaTodos</a></strong>()</code> </td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.apache.isis.applib.AbstractService">
<!-- -->
</a>
<h3>Methods inherited from class org.apache.isis.applib.AbstractService</h3>
<code>getId</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.apache.isis.applib.AbstractContainedObject">
<!-- -->
</a>
<h3>Methods inherited from class org.apache.isis.applib.AbstractContainedObject</h3>
<code>setContainer</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="PlatoEntradaServicio()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>PlatoEntradaServicio</h4>
<pre>public PlatoEntradaServicio()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="iconName()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>iconName</h4>
<pre>public java.lang.String iconName()</pre>
</li>
</ul>
<a name="crearPlatoEntrada(java.lang.String, dom.producto.plato.CondicionDePlatoEnum, java.lang.String, java.math.BigDecimal)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>crearPlatoEntrada</h4>
<pre>public <a href="../../../dom/producto/plato/Plato.html" title="class in dom.producto.plato">Plato</a> crearPlatoEntrada(java.lang.String nombre,
<a href="../../../dom/producto/plato/CondicionDePlatoEnum.html" title="enum in dom.producto.plato">CondicionDePlatoEnum</a> unaCondicion,
java.lang.String unaDescripcion,
@Digits(integer=3,fraction=2)
java.math.BigDecimal unPrecio)</pre>
</li>
</ul>
<a name="crearUnPlatoEntrada(java.lang.String, dom.producto.plato.CondicionDePlatoEnum, java.lang.String, java.math.BigDecimal)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>crearUnPlatoEntrada</h4>
<pre>public <a href="../../../dom/producto/platoEntrada/PlatoEntrada.html" title="class in dom.producto.platoEntrada">PlatoEntrada</a> crearUnPlatoEntrada(java.lang.String nombre,
<a href="../../../dom/producto/plato/CondicionDePlatoEnum.html" title="enum in dom.producto.plato">CondicionDePlatoEnum</a> unaCondicion,
java.lang.String unaDescripcion,
java.math.BigDecimal unPrecio)</pre>
</li>
</ul>
<a name="completarPlatoEntrada(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>completarPlatoEntrada</h4>
<pre>public java.util.List<<a href="../../../dom/producto/platoEntrada/PlatoEntrada.html" title="class in dom.producto.platoEntrada">PlatoEntrada</a>> completarPlatoEntrada(java.lang.String nombre)</pre>
</li>
</ul>
<a name="listarPLatosEntradaAlta()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>listarPLatosEntradaAlta</h4>
<pre>public java.util.List<<a href="../../../dom/producto/platoEntrada/PlatoEntrada.html" title="class in dom.producto.platoEntrada">PlatoEntrada</a>> listarPLatosEntradaAlta()</pre>
</li>
</ul>
<a name="listarPLatosEntradaTodos()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>listarPLatosEntradaTodos</h4>
<pre>public java.util.List<<a href="../../../dom/producto/platoEntrada/PlatoEntrada.html" title="class in dom.producto.platoEntrada">PlatoEntrada</a>> listarPLatosEntradaTodos()</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/PlatoEntradaServicio.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="../../../dom/producto/platoEntrada/PlatoEntrada.html" title="class in dom.producto.platoEntrada"><span class="strong">Prev Class</span></a></li>
<li>Next Class</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?dom/producto/platoEntrada/PlatoEntradaServicio.html" target="_top">Frames</a></li>
<li><a href="PlatoEntradaServicio.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
| resto-tesis/resto-tesis | dom/doc/dom/producto/platoEntrada/PlatoEntradaServicio.html | HTML | apache-2.0 | 14,216 |
{% load staticfiles %}
{% static 'herders/images/' as img_url_prefix %}
<div class="element-essence" data-toggle="tooltip" data-placement="top" data-container="body" title="{{ element|capfirst }} {{ size|capfirst }}">
<img src="{{ img_url_prefix }}items/essence_{{ element }}_{{ size }}.png" loading="lazy" />
{% if not count == None %}<span class="image-plus image-plus-right">{{ count }}</span>{% endif %}
</div> | PeteAndersen/swarfarm | bestiary/templates/bestiary/essence_fragment.html | HTML | apache-2.0 | 423 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_75) on Wed Jun 10 23:20:35 IST 2015 -->
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>Uses of Class org.apache.solr.schema.IndexSchema.DynamicReplacement.DynamicPattern (Solr 5.2.1 API)</title>
<meta name="date" content="2015-06-10">
<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.solr.schema.IndexSchema.DynamicReplacement.DynamicPattern (Solr 5.2.1 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/apache/solr/schema/IndexSchema.DynamicReplacement.DynamicPattern.html" title="class in org.apache.solr.schema">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/schema/class-use/IndexSchema.DynamicReplacement.DynamicPattern.html" target="_top">Frames</a></li>
<li><a href="IndexSchema.DynamicReplacement.DynamicPattern.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.solr.schema.IndexSchema.DynamicReplacement.DynamicPattern" class="title">Uses of Class<br>org.apache.solr.schema.IndexSchema.DynamicReplacement.DynamicPattern</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../org/apache/solr/schema/IndexSchema.DynamicReplacement.DynamicPattern.html" title="class in org.apache.solr.schema">IndexSchema.DynamicReplacement.DynamicPattern</a></span><span class="tabEnd"> </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.schema">org.apache.solr.schema</a></td>
<td class="colLast">
<div class="block"><a href="../../../../../org/apache/solr/schema/IndexSchema.html" title="class in org.apache.solr.schema"><code>IndexSchema</code></a> and <a href="../../../../../org/apache/solr/schema/FieldType.html" title="class in org.apache.solr.schema"><code>FieldType</code></a> implementations for powering schema.xml</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.apache.solr.schema">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/solr/schema/IndexSchema.DynamicReplacement.DynamicPattern.html" title="class in org.apache.solr.schema">IndexSchema.DynamicReplacement.DynamicPattern</a> in <a href="../../../../../org/apache/solr/schema/package-summary.html">org.apache.solr.schema</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../org/apache/solr/schema/package-summary.html">org.apache.solr.schema</a> declared as <a href="../../../../../org/apache/solr/schema/IndexSchema.DynamicReplacement.DynamicPattern.html" title="class in org.apache.solr.schema">IndexSchema.DynamicReplacement.DynamicPattern</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/solr/schema/IndexSchema.DynamicReplacement.DynamicPattern.html" title="class in org.apache.solr.schema">IndexSchema.DynamicReplacement.DynamicPattern</a></code></td>
<td class="colLast"><span class="strong">IndexSchema.DynamicReplacement.</span><code><strong><a href="../../../../../org/apache/solr/schema/IndexSchema.DynamicReplacement.html#pattern">pattern</a></strong></code> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/apache/solr/schema/IndexSchema.DynamicReplacement.DynamicPattern.html" title="class in org.apache.solr.schema">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/schema/class-use/IndexSchema.DynamicReplacement.DynamicPattern.html" target="_top">Frames</a></li>
<li><a href="IndexSchema.DynamicReplacement.DynamicPattern.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>
<i>Copyright © 2000-2015 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>
| priyankajayaswal1/Solr-5.2-1-searching-and-indexing- | docs/solr-core/org/apache/solr/schema/class-use/IndexSchema.DynamicReplacement.DynamicPattern.html | HTML | apache-2.0 | 7,803 |
<!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>mxGraph: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">mxGraph
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',false,false,'search.php','Search');
});
</script>
<div id="main-nav"></div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacecom.html">com</a></li><li class="navelem"><a class="el" href="namespacecom_1_1mxgraph.html">mxgraph</a></li><li class="navelem"><a class="el" href="classcom_1_1mxgraph_1_1mxSaxOutputHandler.html">mxSaxOutputHandler</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">com.mxgraph.mxSaxOutputHandler Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="classcom_1_1mxgraph_1_1mxSaxOutputHandler.html">com.mxgraph.mxSaxOutputHandler</a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxSaxOutputHandler.html#a090c7343b32565cc420c6ad650d4a4e6">canvas</a></td><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxSaxOutputHandler.html">com.mxgraph.mxSaxOutputHandler</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
<tr><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxSaxOutputHandler.html#a0ce2fda006ffd1c9acf2034483300f24">Canvas</a></td><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxSaxOutputHandler.html">com.mxgraph.mxSaxOutputHandler</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxSaxOutputHandler.html#a32b7804b0f34f1812e8e6798a76d12b5">ElementHandler</a>(Dictionary< string, string > atts)</td><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxSaxOutputHandler.html">com.mxgraph.mxSaxOutputHandler</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>GetDouble</b>(Dictionary< string, string > atts, string key) (defined in <a class="el" href="classcom_1_1mxgraph_1_1mxSaxOutputHandler.html">com.mxgraph.mxSaxOutputHandler</a>)</td><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxSaxOutputHandler.html">com.mxgraph.mxSaxOutputHandler</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">protected</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>GetDouble</b>(Dictionary< string, string > atts, string key, double defaultValue) (defined in <a class="el" href="classcom_1_1mxgraph_1_1mxSaxOutputHandler.html">com.mxgraph.mxSaxOutputHandler</a>)</td><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxSaxOutputHandler.html">com.mxgraph.mxSaxOutputHandler</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">protected</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>GetInt</b>(Dictionary< string, string > atts, string key) (defined in <a class="el" href="classcom_1_1mxgraph_1_1mxSaxOutputHandler.html">com.mxgraph.mxSaxOutputHandler</a>)</td><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxSaxOutputHandler.html">com.mxgraph.mxSaxOutputHandler</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">protected</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>GetInt</b>(Dictionary< string, string > atts, string key, int defaultValue) (defined in <a class="el" href="classcom_1_1mxgraph_1_1mxSaxOutputHandler.html">com.mxgraph.mxSaxOutputHandler</a>)</td><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxSaxOutputHandler.html">com.mxgraph.mxSaxOutputHandler</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">protected</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>GetString</b>(Dictionary< string, string > atts, string key) (defined in <a class="el" href="classcom_1_1mxgraph_1_1mxSaxOutputHandler.html">com.mxgraph.mxSaxOutputHandler</a>)</td><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxSaxOutputHandler.html">com.mxgraph.mxSaxOutputHandler</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">protected</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>GetString</b>(Dictionary< string, string > atts, string key, string defaultValue) (defined in <a class="el" href="classcom_1_1mxgraph_1_1mxSaxOutputHandler.html">com.mxgraph.mxSaxOutputHandler</a>)</td><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxSaxOutputHandler.html">com.mxgraph.mxSaxOutputHandler</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">protected</span></td></tr>
<tr><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxSaxOutputHandler.html#aeeed7cca44f0ed84f35540984120ac5d">handlers</a></td><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxSaxOutputHandler.html">com.mxgraph.mxSaxOutputHandler</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxSaxOutputHandler.html#a1c0745a8acb4caa8c2055da89424b26f">InitHandlers</a>()</td><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxSaxOutputHandler.html">com.mxgraph.mxSaxOutputHandler</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">protected</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>IsTrue</b>(Dictionary< string, string > atts, string key) (defined in <a class="el" href="classcom_1_1mxgraph_1_1mxSaxOutputHandler.html">com.mxgraph.mxSaxOutputHandler</a>)</td><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxSaxOutputHandler.html">com.mxgraph.mxSaxOutputHandler</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">protected</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>IsTrue</b>(Dictionary< string, string > atts, string key, bool defaultValue) (defined in <a class="el" href="classcom_1_1mxgraph_1_1mxSaxOutputHandler.html">com.mxgraph.mxSaxOutputHandler</a>)</td><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxSaxOutputHandler.html">com.mxgraph.mxSaxOutputHandler</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">protected</span></td></tr>
<tr><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxSaxOutputHandler.html#a16950e454cb330e9cb56d1d6b61110ce">mxSaxOutputHandler</a>(mxICanvas2D canvas)</td><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxSaxOutputHandler.html">com.mxgraph.mxSaxOutputHandler</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxSaxOutputHandler.html#af472795d88e38941b6633d3662cafda3">ParseElement</a>(string tagName, Dictionary< string, string > atts)</td><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxSaxOutputHandler.html">com.mxgraph.mxSaxOutputHandler</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxSaxOutputHandler.html#ace401fb8336a4fb794ee3e6812dd826d">Read</a>(XmlReader reader)</td><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxSaxOutputHandler.html">com.mxgraph.mxSaxOutputHandler</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.13
</small></address>
</body>
</html>
| jgraph/mxgraph | dotnet/docs/html/classcom_1_1mxgraph_1_1mxSaxOutputHandler-members.html | HTML | apache-2.0 | 8,932 |
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title>PHPXRef 0.7.1 : Unnamed Project : Function Reference: get_created_by_field()</title>
<link rel="stylesheet" href="../sample.css" type="text/css">
<link rel="stylesheet" href="../sample-print.css" type="text/css" media="print">
<style id="hilight" type="text/css"></style>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000" link="#801800" vlink="#300540" alink="#ffffff">
<table class="pagetitle" width="100%">
<tr>
<td valign="top" class="pagetitle">
[ <a href="../index.html">Index</a> ]
</td>
<td align="right" class="pagetitle">
<h2 style="margin-bottom: 0px">PHP Cross Reference of Unnamed Project</h2>
</td>
</tr>
</table>
<!-- Generated by PHPXref 0.7.1 at Thu Oct 23 19:15:14 2014 -->
<!-- PHPXref (c) 2000-2010 Gareth Watts - gareth@omnipotent.net -->
<!-- http://phpxref.sourceforge.net/ -->
<script src="../phpxref.js" type="text/javascript"></script>
<script language="JavaScript" type="text/javascript">
<!--
ext='.html';
relbase='../';
subdir='_functions';
filename='index.html';
cookiekey='phpxref';
handleNavFrame(relbase, subdir, filename);
logFunction('get_created_by_field');
// -->
</script>
<script language="JavaScript" type="text/javascript">
if (gwGetCookie('xrefnav')=='off')
document.write('<p class="navlinks">[ <a href="javascript:navOn()">Show Explorer<\/a> ]<\/p>');
else
document.write('<p class="navlinks">[ <a href="javascript:navOff()">Hide Explorer<\/a> ]<\/p>');
</script>
<noscript>
<p class="navlinks">
[ <a href="../nav.html" target="_top">Show Explorer</a> ]
[ <a href="index.html" target="_top">Hide Navbar</a> ]
</p>
</noscript>
[<a href="../index.html">Top level directory</a>]<br>
<script language="JavaScript" type="text/javascript">
<!--
document.writeln('<table align="right" class="searchbox-link"><tr><td><a class="searchbox-link" href="javascript:void(0)" onMouseOver="showSearchBox()">Search</a><br>');
document.writeln('<table border="0" cellspacing="0" cellpadding="0" class="searchbox" id="searchbox">');
document.writeln('<tr><td class="searchbox-title">');
document.writeln('<a class="searchbox-title" href="javascript:showSearchPopup()">Search History +</a>');
document.writeln('<\/td><\/tr>');
document.writeln('<tr><td class="searchbox-body" id="searchbox-body">');
document.writeln('<form name="search" style="margin:0px; padding:0px" onSubmit=\'return jump()\'>');
document.writeln('<a class="searchbox-body" href="../_classes/index.html">Class<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="classname"><br>');
document.writeln('<a id="funcsearchlink" class="searchbox-body" href="../_functions/index.html">Function<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="funcname"><br>');
document.writeln('<a class="searchbox-body" href="../_variables/index.html">Variable<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="varname"><br>');
document.writeln('<a class="searchbox-body" href="../_constants/index.html">Constant<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="constname"><br>');
document.writeln('<a class="searchbox-body" href="../_tables/index.html">Table<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="tablename"><br>');
document.writeln('<input type="submit" class="searchbox-button" value="Search">');
document.writeln('<\/form>');
document.writeln('<\/td><\/tr><\/table>');
document.writeln('<\/td><\/tr><\/table>');
// -->
</script>
<div id="search-popup" class="searchpopup"><p id="searchpopup-title" class="searchpopup-title">title</p><div id="searchpopup-body" class="searchpopup-body">Body</div><p class="searchpopup-close"><a href="javascript:gwCloseActive()">[close]</a></p></div>
<h3>Function and Method Cross Reference</h3>
<h2><a href="index.html#get_created_by_field">get_created_by_field()</a></h2>
<b>Defined at:</b><ul>
<li><a href="../application/core/MY_Model.php.html#get_created_by_field">/application/core/MY_Model.php</a> -> <a onClick="logFunction('get_created_by_field', '/application/core/MY_Model.php.source.html#l1557')" href="../application/core/MY_Model.php.source.html#l1557"> line 1557</a></li>
</ul>
<b>Referenced 2 times:</b><ul>
<li><a href="../bonfire/docs/bonfire_models.md.html">/bonfire/docs/bonfire_models.md</a> -> <a href="../bonfire/docs/bonfire_models.md.source.html#l455"> line 455</a></li>
<li><a href="../application/core/MY_Model.php.html">/application/core/MY_Model.php</a> -> <a href="../application/core/MY_Model.php.source.html#l1790"> line 1790</a></li>
</ul>
<!-- A link to the phpxref site in your customized footer file is appreciated ;-) -->
<br><hr>
<table width="100%">
<tr><td>Generated: Thu Oct 23 19:15:14 2014</td>
<td align="right"><i>Cross-referenced by <a href="http://phpxref.sourceforge.net/">PHPXref 0.7.1</a></i></td>
</tr>
</table>
</body></html>
| inputx/code-ref-doc | rebbit/_functions/get_created_by_field.html | HTML | apache-2.0 | 5,082 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.