path
stringlengths 5
312
| repo_name
stringlengths 5
116
| content
stringlengths 2
1.04M
|
|---|---|---|
sources/FeatureExtractor/lib/hibernate-release-5.1.0.Final/documentation/javadocs/org/hibernate/LobHelper.html
|
1fechner/FeatureExtractor
|
<!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_40) on Wed Feb 10 11:30:22 CST 2016 -->
<title>LobHelper (Hibernate JavaDocs)</title>
<meta name="date" content="2016-02-10">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="LobHelper (Hibernate JavaDocs)";
}
}
catch(err) {
}
//-->
var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":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/LobHelper.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/hibernate/LazyInitializationException.html" title="class in org.hibernate"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../org/hibernate/LockMode.html" title="enum in org.hibernate"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../index.html?org/hibernate/LobHelper.html" target="_top">Frames</a></li>
<li><a href="LobHelper.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.hibernate</div>
<h2 title="Interface LobHelper" class="title">Interface LobHelper</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public interface <span class="typeNameLabel">LobHelper</span></pre>
<div class="block">A <a href="../../org/hibernate/Session.html" title="interface in org.hibernate"><code>session's</code></a> helper for creating LOB data.</div>
</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><a href="http://download.oracle.com/javase/6/docs/api/java/sql/Blob.html?is-external=true" title="class or interface in java.sql">Blob</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../org/hibernate/LobHelper.html#createBlob-byte:A-">createBlob</a></span>(byte[] bytes)</code>
<div class="block">Create a new <a href="http://download.oracle.com/javase/6/docs/api/java/sql/Blob.html?is-external=true" title="class or interface in java.sql"><code>Blob</code></a> from bytes.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code><a href="http://download.oracle.com/javase/6/docs/api/java/sql/Blob.html?is-external=true" title="class or interface in java.sql">Blob</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../org/hibernate/LobHelper.html#createBlob-java.io.InputStream-long-">createBlob</a></span>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a> stream,
long length)</code>
<div class="block">Create a new <a href="http://download.oracle.com/javase/6/docs/api/java/sql/Blob.html?is-external=true" title="class or interface in java.sql"><code>Blob</code></a> from stream data.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code><a href="http://download.oracle.com/javase/6/docs/api/java/sql/Clob.html?is-external=true" title="class or interface in java.sql">Clob</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../org/hibernate/LobHelper.html#createClob-java.io.Reader-long-">createClob</a></span>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io">Reader</a> reader,
long length)</code>
<div class="block">Create a new <a href="http://download.oracle.com/javase/6/docs/api/java/sql/Clob.html?is-external=true" title="class or interface in java.sql"><code>Clob</code></a> from character reader.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code><a href="http://download.oracle.com/javase/6/docs/api/java/sql/Clob.html?is-external=true" title="class or interface in java.sql">Clob</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../org/hibernate/LobHelper.html#createClob-java.lang.String-">createClob</a></span>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> string)</code>
<div class="block">Create a new <a href="http://download.oracle.com/javase/6/docs/api/java/sql/Clob.html?is-external=true" title="class or interface in java.sql"><code>Clob</code></a> from content.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code><a href="http://download.oracle.com/javase/6/docs/api/java/sql/NClob.html?is-external=true" title="class or interface in java.sql">NClob</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../org/hibernate/LobHelper.html#createNClob-java.io.Reader-long-">createNClob</a></span>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io">Reader</a> reader,
long length)</code>
<div class="block">Create a new <a href="http://download.oracle.com/javase/6/docs/api/java/sql/NClob.html?is-external=true" title="class or interface in java.sql"><code>NClob</code></a> from character reader.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code><a href="http://download.oracle.com/javase/6/docs/api/java/sql/NClob.html?is-external=true" title="class or interface in java.sql">NClob</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../org/hibernate/LobHelper.html#createNClob-java.lang.String-">createNClob</a></span>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> string)</code>
<div class="block">Create a new <a href="http://download.oracle.com/javase/6/docs/api/java/sql/NClob.html?is-external=true" title="class or interface in java.sql"><code>NClob</code></a> from content.</div>
</td>
</tr>
</table>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="createBlob-byte:A-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createBlob</h4>
<pre><a href="http://download.oracle.com/javase/6/docs/api/java/sql/Blob.html?is-external=true" title="class or interface in java.sql">Blob</a> createBlob(byte[] bytes)</pre>
<div class="block">Create a new <a href="http://download.oracle.com/javase/6/docs/api/java/sql/Blob.html?is-external=true" title="class or interface in java.sql"><code>Blob</code></a> from bytes.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>bytes</code> - a byte array</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the created Blob</dd>
</dl>
</li>
</ul>
<a name="createBlob-java.io.InputStream-long-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createBlob</h4>
<pre><a href="http://download.oracle.com/javase/6/docs/api/java/sql/Blob.html?is-external=true" title="class or interface in java.sql">Blob</a> createBlob(<a href="http://download.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a> stream,
long length)</pre>
<div class="block">Create a new <a href="http://download.oracle.com/javase/6/docs/api/java/sql/Blob.html?is-external=true" title="class or interface in java.sql"><code>Blob</code></a> from stream data.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>stream</code> - a binary stream</dd>
<dd><code>length</code> - the number of bytes in the stream</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the create Blob</dd>
</dl>
</li>
</ul>
<a name="createClob-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createClob</h4>
<pre><a href="http://download.oracle.com/javase/6/docs/api/java/sql/Clob.html?is-external=true" title="class or interface in java.sql">Clob</a> createClob(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> string)</pre>
<div class="block">Create a new <a href="http://download.oracle.com/javase/6/docs/api/java/sql/Clob.html?is-external=true" title="class or interface in java.sql"><code>Clob</code></a> from content.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>string</code> - The string data</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The created <a href="http://download.oracle.com/javase/6/docs/api/java/sql/Clob.html?is-external=true" title="class or interface in java.sql"><code>Clob</code></a></dd>
</dl>
</li>
</ul>
<a name="createClob-java.io.Reader-long-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createClob</h4>
<pre><a href="http://download.oracle.com/javase/6/docs/api/java/sql/Clob.html?is-external=true" title="class or interface in java.sql">Clob</a> createClob(<a href="http://download.oracle.com/javase/6/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io">Reader</a> reader,
long length)</pre>
<div class="block">Create a new <a href="http://download.oracle.com/javase/6/docs/api/java/sql/Clob.html?is-external=true" title="class or interface in java.sql"><code>Clob</code></a> from character reader.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>reader</code> - a character stream</dd>
<dd><code>length</code> - the number of characters in the stream</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The created <a href="http://download.oracle.com/javase/6/docs/api/java/sql/Clob.html?is-external=true" title="class or interface in java.sql"><code>Clob</code></a></dd>
</dl>
</li>
</ul>
<a name="createNClob-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createNClob</h4>
<pre><a href="http://download.oracle.com/javase/6/docs/api/java/sql/NClob.html?is-external=true" title="class or interface in java.sql">NClob</a> createNClob(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> string)</pre>
<div class="block">Create a new <a href="http://download.oracle.com/javase/6/docs/api/java/sql/NClob.html?is-external=true" title="class or interface in java.sql"><code>NClob</code></a> from content.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>string</code> - The string data</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The created <a href="http://download.oracle.com/javase/6/docs/api/java/sql/NClob.html?is-external=true" title="class or interface in java.sql"><code>NClob</code></a></dd>
</dl>
</li>
</ul>
<a name="createNClob-java.io.Reader-long-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>createNClob</h4>
<pre><a href="http://download.oracle.com/javase/6/docs/api/java/sql/NClob.html?is-external=true" title="class or interface in java.sql">NClob</a> createNClob(<a href="http://download.oracle.com/javase/6/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io">Reader</a> reader,
long length)</pre>
<div class="block">Create a new <a href="http://download.oracle.com/javase/6/docs/api/java/sql/NClob.html?is-external=true" title="class or interface in java.sql"><code>NClob</code></a> from character reader.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>reader</code> - a character stream</dd>
<dd><code>length</code> - the number of characters in the stream</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The created <a href="http://download.oracle.com/javase/6/docs/api/java/sql/NClob.html?is-external=true" title="class or interface in java.sql"><code>NClob</code></a></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/LobHelper.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/hibernate/LazyInitializationException.html" title="class in org.hibernate"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../org/hibernate/LockMode.html" title="enum in org.hibernate"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../index.html?org/hibernate/LobHelper.html" target="_top">Frames</a></li>
<li><a href="LobHelper.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 © 2001-2016 <a href="http://redhat.com">Red Hat, Inc.</a> All Rights Reserved.</small></p>
</body>
</html>
|
doc/html/qml-pathpercent-members.html
|
kobolabs/qt-everywhere-4.8.0
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qdeclarativepath.cpp -->
<title>Qt 4.8: List of All Members for PathPercent</title>
<link rel="stylesheet" type="text/css" href="style/offline.css" />
</head>
<body>
<div class="header" id="qtdocheader">
<div class="content">
<a href="index.html" class="qtref"><span>Qt Reference Documentation</span></a>
</div>
<div class="breadcrumb toolblock">
<ul>
<li class="first"><a href="index.html">Home</a></li>
<!-- Breadcrumbs go here -->
<li><a href="qdeclarativeelements.html">QML Elements</a></li>
<li>List of All Members for PathPercent</li>
</ul>
</div>
</div>
<div class="content mainContent">
<h1 class="title">List of All Members for PathPercent</h1>
<p>This is the complete list of members for <a href="qml-pathpercent.html">QML PathPercent Element</a>, including inherited members.</p>
<ul>
<li class="fn"><span class="name"><b><a href="qml-pathpercent.html#value-prop">value</a></b></span></li>
</ul>
<div class="ft">
<span></span>
</div>
</div>
<div class="footer">
<p>
<acronym title="Copyright">©</acronym> 2008-2011 Nokia Corporation and/or its
subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation
in Finland and/or other countries worldwide.</p>
<p>
All other trademarks are property of their respective owners. <a title="Privacy Policy"
href="http://qt.nokia.com/about/privacy-policy">Privacy Policy</a></p>
<br />
<p>
Licensees holding valid Qt Commercial licenses may use this document in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia.</p>
<p>
Alternatively, this document may be used under the terms of the <a href="http://www.gnu.org/licenses/fdl.html">GNU
Free Documentation License version 1.3</a>
as published by the Free Software Foundation.</p>
</div>
</body>
</html>
|
src/es/cnm/imse/jaer/chip/convolution/package.html
|
viktorbahr/jaer
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
</head>
<body>
The AER convolution chips developed in the CAVIAR project.
</body>
</html>
|
doc/api/pywurfl.ql.TypeBool-class.html
|
SamyStyle/pywurfl
|
<?xml version="1.0" encoding="ascii"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>pywurfl.ql.TypeBool</title>
<link rel="stylesheet" href="epydoc.css" type="text/css" />
<script type="text/javascript" src="epydoc.js"></script>
</head>
<body bgcolor="white" text="black" link="blue" vlink="#204080"
alink="#204080">
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
bgcolor="#a0c0ff" cellspacing="0">
<tr valign="middle">
<!-- Tree link -->
<th> <a
href="module-tree.html">Trees</a> </th>
<!-- Index link -->
<th> <a
href="identifier-index.html">Indices</a> </th>
<!-- Help link -->
<th> <a
href="help.html">Help</a> </th>
<!-- Project homepage -->
<th class="navbar" align="right" width="100%">
<table border="0" cellpadding="0" cellspacing="0">
<tr><th class="navbar" align="center"
><a class="navbar" target="_top" href="http://celljam.net/">pywurfl</a></th>
</tr></table></th>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="100%">
<span class="breadcrumbs">
<a href="pywurfl-module.html">Package pywurfl</a> ::
<a href="pywurfl.ql-module.html">Module ql</a> ::
Class TypeBool
</span>
</td>
<td>
<table cellpadding="0" cellspacing="0">
<!-- hide/show private -->
<tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink"
onclick="toggle_private();">hide private</a>]</span></td></tr>
<tr><td align="right"><span class="options"
>[<a href="frames.html" target="_top">frames</a
>] | <a href="pywurfl.ql.TypeBool-class.html"
target="_top">no frames</a>]</span></td></tr>
</table>
</td>
</tr>
</table>
<!-- ==================== CLASS DESCRIPTION ==================== -->
<h1 class="epydoc">Class TypeBool</h1><p class="nomargin-top"><span class="codelink"><a href="pywurfl.ql-pysrc.html#TypeBool">source code</a></span></p>
<pre class="base-tree">
<a href="pywurfl.ql._Type-class.html" onclick="show_private();">_Type</a> --+
|
<strong class="uidshort">TypeBool</strong>
</pre>
<hr />
<!-- ==================== INSTANCE METHODS ==================== -->
<a name="section-InstanceMethods"></a>
<table class="summary" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="table-header">
<td colspan="2" class="table-header">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr valign="top">
<td align="left"><span class="table-header">Instance Methods</span></td>
<td align="right" valign="top"
><span class="options">[<a href="#section-InstanceMethods"
class="privatelink" onclick="toggle_private();"
>hide private</a>]</span></td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2" class="summary">
<p class="indent-wrapped-lines"><b>Inherited from <code><a href="pywurfl.ql._Type-class.html" onclick="show_private();">_Type</a></code></b>:
<code><a href="pywurfl.ql._Type-class.html#__getattr__">__getattr__</a></code>,
<code><a href="pywurfl.ql._Type-class.html#__init__">__init__</a></code>
</p>
</td>
</tr>
</table>
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
bgcolor="#a0c0ff" cellspacing="0">
<tr valign="middle">
<!-- Tree link -->
<th> <a
href="module-tree.html">Trees</a> </th>
<!-- Index link -->
<th> <a
href="identifier-index.html">Indices</a> </th>
<!-- Help link -->
<th> <a
href="help.html">Help</a> </th>
<!-- Project homepage -->
<th class="navbar" align="right" width="100%">
<table border="0" cellpadding="0" cellspacing="0">
<tr><th class="navbar" align="center"
><a class="navbar" target="_top" href="http://celljam.net/">pywurfl</a></th>
</tr></table></th>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
<tr>
<td align="left" class="footer">
Generated by Epydoc 3.0.1 on Thu Jan 6 15:27:23 2011
</td>
<td align="right" class="footer">
<a target="mainFrame" href="http://epydoc.sourceforge.net"
>http://epydoc.sourceforge.net</a>
</td>
</tr>
</table>
<script type="text/javascript">
<!--
// Private objects are initially displayed (because if
// javascript is turned off then we want them to be
// visible); but by default, we want to hide them. So hide
// them unless we have a cookie that says to show them.
checkCookie();
// -->
</script>
</body>
</html>
|
doc/packages.html
|
ivelre/EstacionamientoITC
|
<?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">
<head>
<!-- template designed by Marco Von Ballmoos -->
<title></title>
<link rel="stylesheet" href="media/stylesheet.css" />
<link rel="stylesheet" href="media/banner.css" />
<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
</head>
<body>
<div class="banner">
<div class="banner-title">dompdf</div>
<div class="banner-menu">
<table cellpadding="0" cellspacing="0" style="width: 100%">
<tr>
<td>
<a href="ric_INSTALL.html" target="right">INSTALL</a>
| <a href="ric_README.html" target="right">README</a>
</td>
<td style="width: 2em"> </td>
<td style="text-align: right">
</td>
</tr>
</table>
</div>
</div>
</body>
</html>
|
hal/xref/org/fosstrak/hal/impl/feig/util/package-summary.html
|
Fosstrak/fosstrak.github.io
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
<html xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
<title>hal 0.5.1-SNAPSHOT Reference Package org.fosstrak.hal.impl.feig.util</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
</head>
<body>
<div class="overview">
<ul>
<li>
<a href="../../../../../../overview-summary.html">Overview</a>
</li>
<li class="selected">Package</li>
</ul>
</div>
<div class="framenoframe">
<ul>
<li>
<a href="../../../../../../index.html" target="_top">FRAMES</a>
</li>
<li>
<a href="package-summary.html" target="_top">NO FRAMES</a>
</li>
</ul>
</div>
<h2>Package org.fosstrak.hal.impl.feig.util</h2>
<table class="summary">
<thead>
<tr>
<th>Class Summary</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a href="ISOTransponderResponseErrorCode.html" target="classFrame">ISOTransponderResponseErrorCode</a>
</td>
</tr>
<tr>
<td>
<a href="StatusByte.html" target="classFrame">StatusByte</a>
</td>
</tr>
</tbody>
</table>
<div class="overview">
<ul>
<li>
<a href="../../../../../../overview-summary.html">Overview</a>
</li>
<li class="selected">Package</li>
</ul>
</div>
<div class="framenoframe">
<ul>
<li>
<a href="../../../../../../index.html" target="_top">FRAMES</a>
</li>
<li>
<a href="package-summary.html" target="_top">NO FRAMES</a>
</li>
</ul>
</div>
<hr />
Copyright © 2008. All Rights Reserved.
</body>
</html>
|
doc/html/a00935.html
|
Telekinesis/Telepathy-qt4-0.8.0
|
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Member List</title>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="1"> </td>
<td class="postheader" valign="center">
<a href="index.html">
<font color="#004faf">Home</font></a> ·
<a href="classes.html">
<font color="#004faf">All Classes</font></a> ·
<a href="namespaces.html">
<font color="#004faf">All Namespaces</font></a> ·
<a href="modules.html">
<font color="#004faf">Modules</font></a> ·
<a href="functions.html">
<font color="#004faf">Functions</font></a> ·
<a href="files.html">
<font color="#004faf">Files</font></a>
</td>
</tr>
</table>
<!-- Generated by Doxygen 1.7.5 -->
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="a00655.html">Tp</a> </li>
<li class="navelem"><a class="el" href="a00659.html">Client</a> </li>
<li class="navelem"><a class="el" href="a00108.html">ChannelTypeContactListInterface</a> </li>
</ul>
</div>
</div>
<div class="header">
<div class="headertitle">
<div class="title">Tp::Client::ChannelTypeContactListInterface Member List</div> </div>
</div>
<div class="contents">
This is the complete list of members for <a class="el" href="a00108.html">Tp::Client::ChannelTypeContactListInterface</a>, including all inherited members.<table>
<tr class="memlist"><td><a class="el" href="a00033.html#ae73665dbe1abf1c50a8ab98221274dbe">AbstractInterface</a>(DBusProxy *proxy, const QLatin1String &interface)</td><td><a class="el" href="a00033.html">Tp::AbstractInterface</a></td><td><code> [protected]</code></td></tr>
<tr class="memlist"><td><a class="el" href="a00033.html#a454ff620101be4299892b3e47fead4d2">AbstractInterface</a>(const QString &busName, const QString &path, const QLatin1String &interface, const QDBusConnection &connection, QObject *parent)</td><td><a class="el" href="a00033.html">Tp::AbstractInterface</a></td><td><code> [protected]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qdbusabstractinterface.html#asyncCall">asyncCall</a>(const QString &method, const QVariant &arg1, const QVariant &arg2, const QVariant &arg3, const QVariant &arg4, const QVariant &arg5, const QVariant &arg6, const QVariant &arg7, const QVariant &arg8)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qdbusabstractinterface.html">QDBusAbstractInterface</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qdbusabstractinterface.html#asyncCallWithArgumentList">asyncCallWithArgumentList</a>(const QString &method, const QList< QVariant > &args)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qdbusabstractinterface.html">QDBusAbstractInterface</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#blockSignals">blockSignals</a>(bool block)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qdbusabstractinterface.html#call">call</a>(const QString &method, const QVariant &arg1, const QVariant &arg2, const QVariant &arg3, const QVariant &arg4, const QVariant &arg5, const QVariant &arg6, const QVariant &arg7, const QVariant &arg8)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qdbusabstractinterface.html">QDBusAbstractInterface</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qdbusabstractinterface.html#call-2">call</a>(QDBus::CallMode mode, const QString &method, const QVariant &arg1, const QVariant &arg2, const QVariant &arg3, const QVariant &arg4, const QVariant &arg5, const QVariant &arg6, const QVariant &arg7, const QVariant &arg8)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qdbusabstractinterface.html">QDBusAbstractInterface</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qdbusabstractinterface.html#callWithArgumentList">callWithArgumentList</a>(QDBus::CallMode mode, const QString &method, const QList< QVariant > &args)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qdbusabstractinterface.html">QDBusAbstractInterface</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qdbusabstractinterface.html#callWithCallback">callWithCallback</a>(const QString &method, const QList< QVariant > &args, QObject *receiver, const char *returnMethod, const char *errorMethod)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qdbusabstractinterface.html">QDBusAbstractInterface</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qdbusabstractinterface.html#callWithCallback-2">callWithCallback</a>(const QString &method, const QList< QVariant > &args, QObject *receiver, const char *slot)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qdbusabstractinterface.html">QDBusAbstractInterface</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00108.html#a0b19c65f24fd0e3b45e20be0697020db">ChannelTypeContactListInterface</a>(const QString &busName, const QString &objectPath, QObject *parent=0)</td><td><a class="el" href="a00108.html">Tp::Client::ChannelTypeContactListInterface</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00108.html#a6bdb4bbe627bd33cbaf56017cd3f8b45">ChannelTypeContactListInterface</a>(const QDBusConnection &connection, const QString &busName, const QString &objectPath, QObject *parent=0)</td><td><a class="el" href="a00108.html">Tp::Client::ChannelTypeContactListInterface</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00108.html#a0c2a04bc94c5a67a24cb23f040940c7a">ChannelTypeContactListInterface</a>(Tp::DBusProxy *proxy)</td><td><a class="el" href="a00108.html">Tp::Client::ChannelTypeContactListInterface</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00108.html#a80cd1cde5874158b76f2c1fa6bc3f455">ChannelTypeContactListInterface</a>(const Tp::Client::ChannelInterface &mainInterface)</td><td><a class="el" href="a00108.html">Tp::Client::ChannelTypeContactListInterface</a></td><td><code> [explicit]</code></td></tr>
<tr class="memlist"><td><a class="el" href="a00108.html#af61df5ae0a86795d35fc619dddc8b8c9">ChannelTypeContactListInterface</a>(const Tp::Client::ChannelInterface &mainInterface, QObject *parent)</td><td><a class="el" href="a00108.html">Tp::Client::ChannelTypeContactListInterface</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject-qt3.html#checkConnectArgs">checkConnectArgs</a>(const char *signal, const QObject *object, const char *method)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td><code> [protected]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject-qt3.html#child">child</a>(const char *objName, const char *inheritsClass, bool recursiveSearch) const</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#childEvent">childEvent</a>(QChildEvent *event)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td><code> [protected, virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#children">children</a>() const</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject-qt3.html#className">className</a>() const</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#connect">connect</a>(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td><code> [static]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#connect-2">connect</a>(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td><code> [static]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#connect-3">connect</a>(const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qdbusabstractinterface.html#connection">connection</a>() const</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qdbusabstractinterface.html">QDBusAbstractInterface</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#connectNotify">connectNotify</a>(const char *signal)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td><code> [protected, virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#customEvent">customEvent</a>(QEvent *event)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td><code> [protected, virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#deleteLater">deleteLater</a>()</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#destroyed">destroyed</a>(QObject *obj)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#disconnect">disconnect</a>(const QObject *sender, const char *signal, const QObject *receiver, const char *method)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td><code> [static]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#disconnect-2">disconnect</a>(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td><code> [static]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#disconnect-3">disconnect</a>(const char *signal, const QObject *receiver, const char *method)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#disconnect-4">disconnect</a>(const QObject *receiver, const char *method)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#disconnectNotify">disconnectNotify</a>(const char *signal)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td><code> [protected, virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#dumpObjectInfo">dumpObjectInfo</a>()</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#dumpObjectTree">dumpObjectTree</a>()</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#dynamicPropertyNames">dynamicPropertyNames</a>() const</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#event">event</a>(QEvent *e)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#eventFilter">eventFilter</a>(QObject *watched, QEvent *event)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#findChild">findChild</a>(const QString &name) const</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#findChildren">findChildren</a>(const QString &name) const</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#findChildren-2">findChildren</a>(const QRegExp &regExp) const</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#inherits">inherits</a>(const char *className) const</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject-qt3.html#insertChild">insertChild</a>(QObject *object)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#installEventFilter">installEventFilter</a>(QObject *filterObj)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qdbusabstractinterface.html#interface">interface</a>() const</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qdbusabstractinterface.html">QDBusAbstractInterface</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00033.html#a0fe684d0ef843a3e36f2ecee24defed6">internalRequestAllProperties</a>() const </td><td><a class="el" href="a00033.html">Tp::AbstractInterface</a></td><td><code> [protected]</code></td></tr>
<tr class="memlist"><td><a class="el" href="a00033.html#ad97c6346a1c2bbfd893943d60da27b89">internalRequestProperty</a>(const QString &name) const </td><td><a class="el" href="a00033.html">Tp::AbstractInterface</a></td><td><code> [protected]</code></td></tr>
<tr class="memlist"><td><a class="el" href="a00033.html#a735ab438b3675c6938cd534722c47b4e">internalSetProperty</a>(const QString &name, const QVariant &newValue)</td><td><a class="el" href="a00033.html">Tp::AbstractInterface</a></td><td><code> [protected]</code></td></tr>
<tr class="memlist"><td><a class="el" href="a00108.html#af265a16ed1fa8c6c3670c19473ca447e">invalidate</a>(Tp::DBusProxy *, const QString &, const QString &)</td><td><a class="el" href="a00108.html">Tp::Client::ChannelTypeContactListInterface</a></td><td><code> [protected, virtual]</code></td></tr>
<tr class="memlist"><td><a class="el" href="a00033.html#a96caf6bfea37a71d4849b4470728ceb4">invalidationMessage</a>() const </td><td><a class="el" href="a00033.html">Tp::AbstractInterface</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00033.html#a8bf99ab34d551325914c08500acadc94">invalidationReason</a>() const </td><td><a class="el" href="a00033.html">Tp::AbstractInterface</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject-qt3.html#isA">isA</a>(const char *className) const</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00033.html#a6ffad807cd688510af39c9ddd808d5b5">isValid</a>() const </td><td><a class="el" href="a00033.html">Tp::AbstractInterface</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#isWidgetType">isWidgetType</a>() const</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#killTimer">killTimer</a>(int id)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qdbusabstractinterface.html#lastError">lastError</a>() const</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qdbusabstractinterface.html">QDBusAbstractInterface</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#metaObject">metaObject</a>() const</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#moveToThread">moveToThread</a>(QThread *targetThread)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject-qt3.html#name">name</a>() const</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject-qt3.html#name-2">name</a>(const char *defaultName) const</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject-qt3.html#normalizeSignalSlot">normalizeSignalSlot</a>(const char *signalSlot)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td><code> [protected, static]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#objectName-prop">objectName</a></td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#objectName-prop">objectName</a>() const</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#parent">parent</a>() const</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qdbusabstractinterface.html#path">path</a>() const</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qdbusabstractinterface.html">QDBusAbstractInterface</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#property">property</a>(const char *name) const</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#QObject">QObject</a>(QObject *parent)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject-qt3.html#QObject-3">QObject</a>(QObject *parent, const char *name)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#receivers">receivers</a>(const char *signal) const</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td><code> [protected]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject-qt3.html#removeChild">removeChild</a>(QObject *object)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#removeEventFilter">removeEventFilter</a>(QObject *obj)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00108.html#ab1edb48641e8fd3e020273d0d8b86ae4">requestAllProperties</a>() const </td><td><a class="el" href="a00108.html">Tp::Client::ChannelTypeContactListInterface</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#sender">sender</a>() const</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td><code> [protected]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#senderSignalIndex">senderSignalIndex</a>() const</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td><code> [protected]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qdbusabstractinterface.html#service">service</a>() const</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qdbusabstractinterface.html">QDBusAbstractInterface</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject-qt3.html#setName">setName</a>(const char *name)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#objectName-prop">setObjectName</a>(const QString &name)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#setParent">setParent</a>(QObject *parent)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#setProperty">setProperty</a>(const char *name, const QVariant &value)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qdbusabstractinterface.html#setTimeout">setTimeout</a>(int timeout)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qdbusabstractinterface.html">QDBusAbstractInterface</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#signalsBlocked">signalsBlocked</a>() const</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#startTimer">startTimer</a>(int interval)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00108.html#a54ef6a00756e6797f65592500091b8ef">staticInterfaceName</a>()</td><td><a class="el" href="a00108.html">Tp::Client::ChannelTypeContactListInterface</a></td><td><code> [inline, static]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#thread">thread</a>() const</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qdbusabstractinterface.html#timeout">timeout</a>() const</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qdbusabstractinterface.html">QDBusAbstractInterface</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#timerEvent">timerEvent</a>(QTimerEvent *event)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td><code> [protected, virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#tr">tr</a>(const char *sourceText, const char *disambiguation, int n)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td><code> [static]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#trUtf8">trUtf8</a>(const char *sourceText, const char *disambiguation, int n)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td><code> [static]</code></td></tr>
<tr class="memlist"><td><a class="el" href="a00033.html#ad82f1079204bca0dcfd1f6eeda3b0bcf">~AbstractInterface</a>()</td><td><a class="el" href="a00033.html">Tp::AbstractInterface</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qdbusabstractinterface.html#dtor.QDBusAbstractInterface">~QDBusAbstractInterface</a>()</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qdbusabstractinterface.html">QDBusAbstractInterface</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#dtor.QObject">~QObject</a>()</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td><code> [virtual]</code></td></tr>
</table></div>
<p /><address><hr /><div align="center">
<table width="100%" cellspacing="0" border="0"><tr class="address">
<td width="30%">Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation</td>
<td width="30%" align="right"><div align="right">Telepathy-Qt4 0.8.0</div></td>
</tr></table></div></address>
</body>
</html>
|
doc/html/qabstractfileengine-mapextensionreturn.html
|
sicily/qt4.8.4
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Qt 4.8: MapExtensionReturn Class Reference</title>
<link rel="stylesheet" type="text/css" href="style/style.css" />
<script src="scripts/jquery.js" type="text/javascript"></script>
<script src="scripts/functions.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="style/superfish.css" />
<link rel="stylesheet" type="text/css" href="style/narrow.css" />
<!--[if IE]>
<meta name="MSSmartTagsPreventParsing" content="true">
<meta http-equiv="imagetoolbar" content="no">
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" href="style/style_ie6.css">
<![endif]-->
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" href="style/style_ie7.css">
<![endif]-->
<!--[if IE 8]>
<link rel="stylesheet" type="text/css" href="style/style_ie8.css">
<![endif]-->
<script src="scripts/superfish.js" type="text/javascript"></script>
<script src="scripts/narrow.js" type="text/javascript"></script>
</head>
<body class="" onload="CheckEmptyAndLoadList();">
<div class="header" id="qtdocheader">
<div class="content">
<div id="nav-logo">
<a href="index.html">Home</a></div>
<a href="index.html" class="qtref"><span>Qt Reference Documentation</span></a>
<div id="narrowsearch"></div>
<div id="nav-topright">
<ul>
<li class="nav-topright-home"><a href="http://qt.digia.com/">Qt HOME</a></li>
<li class="nav-topright-dev"><a href="http://qt-project.org/">DEV</a></li>
<li class="nav-topright-doc nav-topright-doc-active"><a href="http://qt-project.org/doc/">
DOC</a></li>
<li class="nav-topright-blog"><a href="http://blog.qt.digia.com/">BLOG</a></li>
</ul>
</div>
<div id="shortCut">
<ul>
<li class="shortCut-topleft-inactive"><span><a href="index.html">Qt 4.8</a></span></li>
<li class="shortCut-topleft-active"><a href="http://qt-project.org/doc/">ALL VERSIONS </a></li>
</ul>
</div>
<ul class="sf-menu" id="narrowmenu">
<li><a href="#">API Lookup</a>
<ul>
<li><a href="classes.html">Class index</a></li>
<li><a href="functions.html">Function index</a></li>
<li><a href="modules.html">Modules</a></li>
<li><a href="namespaces.html">Namespaces</a></li>
<li><a href="qtglobal.html">Global Declarations</a></li>
<li><a href="qdeclarativeelements.html">QML elements</a></li>
</ul>
</li>
<li><a href="#">Qt Topics</a>
<ul>
<li><a href="qt-basic-concepts.html">Programming with Qt</a></li>
<li><a href="qtquick.html">Device UIs & Qt Quick</a></li>
<li><a href="qt-gui-concepts.html">UI Design with Qt</a></li>
<li><a href="supported-platforms.html">Supported Platforms</a></li>
<li><a href="technology-apis.html">Qt and Key Technologies</a></li>
<li><a href="best-practices.html">How-To's and Best Practices</a></li>
</ul>
</li>
<li><a href="#">Examples</a>
<ul>
<li><a href="all-examples.html">Examples</a></li>
<li><a href="tutorials.html">Tutorials</a></li>
<li><a href="demos.html">Demos</a></li>
<li><a href="qdeclarativeexamples.html">QML Examples</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="wrapper">
<div class="hd">
<span></span>
</div>
<div class="bd group">
<div class="sidebar">
<div class="searchlabel">
Search index:</div>
<div class="search" id="sidebarsearch">
<form id="qtdocsearch" action="" onsubmit="return false;">
<fieldset>
<input type="text" name="searchstring" id="pageType" value="" />
<div id="resultdialog">
<a href="#" id="resultclose">Close</a>
<p id="resultlinks" class="all"><a href="#" id="showallresults">All</a> | <a href="#" id="showapiresults">API</a> | <a href="#" id="showarticleresults">Articles</a> | <a href="#" id="showexampleresults">Examples</a></p>
<p id="searchcount" class="all"><span id="resultcount"></span><span id="apicount"></span><span id="articlecount"></span><span id="examplecount"></span> results:</p>
<ul id="resultlist" class="all">
</ul>
</div>
</fieldset>
</form>
</div>
<div class="box first bottombar" id="lookup">
<h2 title="API Lookup"><span></span>
API Lookup</h2>
<div id="list001" class="list">
<ul id="ul001" >
<li class="defaultLink"><a href="classes.html">Class index</a></li>
<li class="defaultLink"><a href="functions.html">Function index</a></li>
<li class="defaultLink"><a href="modules.html">Modules</a></li>
<li class="defaultLink"><a href="namespaces.html">Namespaces</a></li>
<li class="defaultLink"><a href="qtglobal.html">Global Declarations</a></li>
<li class="defaultLink"><a href="qdeclarativeelements.html">QML elements</a></li>
</ul>
</div>
</div>
<div class="box bottombar" id="topics">
<h2 title="Qt Topics"><span></span>
Qt Topics</h2>
<div id="list002" class="list">
<ul id="ul002" >
<li class="defaultLink"><a href="qt-basic-concepts.html">Programming with Qt</a></li>
<li class="defaultLink"><a href="qtquick.html">Device UIs & Qt Quick</a></li>
<li class="defaultLink"><a href="qt-gui-concepts.html">UI Design with Qt</a></li>
<li class="defaultLink"><a href="supported-platforms.html">Supported Platforms</a></li>
<li class="defaultLink"><a href="technology-apis.html">Qt and Key Technologies</a></li>
<li class="defaultLink"><a href="best-practices.html">How-To's and Best Practices</a></li>
</ul>
</div>
</div>
<div class="box" id="examples">
<h2 title="Examples"><span></span>
Examples</h2>
<div id="list003" class="list">
<ul id="ul003">
<li class="defaultLink"><a href="all-examples.html">Examples</a></li>
<li class="defaultLink"><a href="tutorials.html">Tutorials</a></li>
<li class="defaultLink"><a href="demos.html">Demos</a></li>
<li class="defaultLink"><a href="qdeclarativeexamples.html">QML Examples</a></li>
</ul>
</div>
</div>
</div>
<div class="wrap">
<div class="toolbar">
<div class="breadcrumb toolblock">
<ul>
<li class="first"><a href="index.html">Home</a></li>
<!-- Breadcrumbs go here -->
<li><a href="modules.html">Modules</a></li>
<li><a href="qtcore.html">QtCore</a></li>
<li>MapExtensionReturn</li>
</ul>
</div>
<div class="toolbuttons toolblock">
<ul>
<li id="smallA" class="t_button">A</li>
<li id="medA" class="t_button active">A</li>
<li id="bigA" class="t_button">A</li>
<li id="print" class="t_button"><a href="javascript:this.print();">
<span>Print</span></a></li>
</ul>
</div>
</div>
<div class="content mainContent">
<div class="toc">
<h3><a name="toc">Contents</a></h3>
<ul>
<li class="level1"><a href="#details">Detailed Description</a></li>
</ul>
</div>
<h1 class="title">MapExtensionReturn Class Reference</h1>
<span class="small-subtitle">(QAbstractFileEngine::MapExtensionReturn)<br/></span>
<ul>
<li><a href="qabstractfileengine-mapextensionreturn-members.html">List of all members, including inherited members</a></li>
</ul>
<a name="details"></a>
</div>
</div>
</div>
<div class="ft">
<span></span>
</div>
</div>
<div class="footer">
<p>
<acronym title="Copyright">©</acronym> 2012 Digia Plc and/or its
subsidiaries. Documentation contributions included herein are the copyrights of
their respective owners.</p>
<br />
<p>
The documentation provided herein is licensed under the terms of the
<a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation
License version 1.3</a> as published by the Free Software Foundation.</p>
<p>
Documentation sources may be obtained from <a href="http://www.qt-project.org">
www.qt-project.org</a>.</p>
<br />
<p>
Digia, Qt and their respective logos are trademarks of Digia Plc
in Finland and/or other countries worldwide. All other trademarks are property
of their respective owners. <a title="Privacy Policy"
href="http://en.gitorious.org/privacy_policy/">Privacy Policy</a></p>
</div>
<script src="scripts/functions.js" type="text/javascript"></script>
</body>
</html>
|
doc/html/a00809.html
|
Telekinesis/Telepathy-qt4-0.8.0
|
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Member List</title>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="1"> </td>
<td class="postheader" valign="center">
<a href="index.html">
<font color="#004faf">Home</font></a> ·
<a href="classes.html">
<font color="#004faf">All Classes</font></a> ·
<a href="namespaces.html">
<font color="#004faf">All Namespaces</font></a> ·
<a href="modules.html">
<font color="#004faf">Modules</font></a> ·
<a href="functions.html">
<font color="#004faf">Functions</font></a> ·
<a href="files.html">
<font color="#004faf">Files</font></a>
</td>
</tr>
</table>
<!-- Generated by Doxygen 1.7.5 -->
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="a00655.html">Tp</a> </li>
<li class="navelem"><a class="el" href="a00361.html">SimpleCallObserver</a> </li>
</ul>
</div>
</div>
<div class="header">
<div class="headertitle">
<div class="title">Tp::SimpleCallObserver Member List</div> </div>
</div>
<div class="contents">
This is the complete list of members for <a class="el" href="a00361.html">Tp::SimpleCallObserver</a>, including all inherited members.<table>
<tr class="memlist"><td><a class="el" href="a00361.html#a5cb4db5e9da32cd9600bb6f96bdad089">account</a>() const </td><td><a class="el" href="a00361.html">Tp::SimpleCallObserver</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#blockSignals">blockSignals</a>(bool block)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00361.html#af228184fac78b39b0a11775d13987a57">CallDirection</a> enum name</td><td><a class="el" href="a00361.html">Tp::SimpleCallObserver</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00361.html#af228184fac78b39b0a11775d13987a57afda9b5f637110570a664a9a4ed82bd41">CallDirectionBoth</a> enum value</td><td><a class="el" href="a00361.html">Tp::SimpleCallObserver</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00361.html#af228184fac78b39b0a11775d13987a57a11582abca95d2634cf630aede9684215">CallDirectionIncoming</a> enum value</td><td><a class="el" href="a00361.html">Tp::SimpleCallObserver</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00361.html#af228184fac78b39b0a11775d13987a57a80229d03595171d4cd8735a7b3737660">CallDirectionOutgoing</a> enum value</td><td><a class="el" href="a00361.html">Tp::SimpleCallObserver</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject-qt3.html#checkConnectArgs">checkConnectArgs</a>(const char *signal, const QObject *object, const char *method)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td><code> [protected]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject-qt3.html#child">child</a>(const char *objName, const char *inheritsClass, bool recursiveSearch) const</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#childEvent">childEvent</a>(QChildEvent *event)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td><code> [protected, virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#children">children</a>() const</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject-qt3.html#className">className</a>() const</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#connect">connect</a>(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td><code> [static]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#connect-2">connect</a>(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td><code> [static]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#connect-3">connect</a>(const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#connectNotify">connectNotify</a>(const char *signal)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td><code> [protected, virtual]</code></td></tr>
<tr class="memlist"><td><a class="el" href="a00361.html#a616b07b43343e9b382d604dea3556743">contactIdentifier</a>() const </td><td><a class="el" href="a00361.html">Tp::SimpleCallObserver</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00361.html#afbccd8b64b3eda96a992f6b5cadf7b42">create</a>(const AccountPtr &account, CallDirection direction=CallDirectionBoth)</td><td><a class="el" href="a00361.html">Tp::SimpleCallObserver</a></td><td><code> [static]</code></td></tr>
<tr class="memlist"><td><a class="el" href="a00361.html#a9a72405936afe6f7769e26fa53fce7b3">create</a>(const AccountPtr &account, const ContactPtr &contact, CallDirection direction=CallDirectionBoth)</td><td><a class="el" href="a00361.html">Tp::SimpleCallObserver</a></td><td><code> [static]</code></td></tr>
<tr class="memlist"><td><a class="el" href="a00361.html#a66d9f03294552eccd8be2c104296333b">create</a>(const AccountPtr &account, const QString &contactIdentifier, CallDirection direction=CallDirectionBoth)</td><td><a class="el" href="a00361.html">Tp::SimpleCallObserver</a></td><td><code> [static]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#customEvent">customEvent</a>(QEvent *event)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td><code> [protected, virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#deleteLater">deleteLater</a>()</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00336.html#ab76182f103a5b026d92e01b22a63c84a">deref</a>() const </td><td><a class="el" href="a00336.html">Tp::RefCounted</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#destroyed">destroyed</a>(QObject *obj)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00361.html#ad28a5bc0308e9e08c5eda325ab02bbb0">direction</a>() const </td><td><a class="el" href="a00361.html">Tp::SimpleCallObserver</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#disconnect">disconnect</a>(const QObject *sender, const char *signal, const QObject *receiver, const char *method)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td><code> [static]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#disconnect-2">disconnect</a>(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td><code> [static]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#disconnect-3">disconnect</a>(const char *signal, const QObject *receiver, const char *method)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#disconnect-4">disconnect</a>(const QObject *receiver, const char *method)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#disconnectNotify">disconnectNotify</a>(const char *signal)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td><code> [protected, virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#dumpObjectInfo">dumpObjectInfo</a>()</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#dumpObjectTree">dumpObjectTree</a>()</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#dynamicPropertyNames">dynamicPropertyNames</a>() const</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#event">event</a>(QEvent *e)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#eventFilter">eventFilter</a>(QObject *watched, QEvent *event)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#findChild">findChild</a>(const QString &name) const</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#findChildren">findChildren</a>(const QString &name) const</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#findChildren-2">findChildren</a>(const QRegExp &regExp) const</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#inherits">inherits</a>(const char *className) const</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject-qt3.html#insertChild">insertChild</a>(QObject *object)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#installEventFilter">installEventFilter</a>(QObject *filterObj)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject-qt3.html#isA">isA</a>(const char *className) const</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#isWidgetType">isWidgetType</a>() const</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#killTimer">killTimer</a>(int id)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#metaObject">metaObject</a>() const</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#moveToThread">moveToThread</a>(QThread *targetThread)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject-qt3.html#name">name</a>() const</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject-qt3.html#name-2">name</a>(const char *defaultName) const</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject-qt3.html#normalizeSignalSlot">normalizeSignalSlot</a>(const char *signalSlot)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td><code> [protected, static]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#objectName-prop">objectName</a></td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#objectName-prop">objectName</a>() const</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#parent">parent</a>() const</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#property">property</a>(const char *name) const</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#QObject">QObject</a>(QObject *parent)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject-qt3.html#QObject-3">QObject</a>(QObject *parent, const char *name)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#receivers">receivers</a>(const char *signal) const</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td><code> [protected]</code></td></tr>
<tr class="memlist"><td><a class="el" href="a00336.html#a9aba496ce91d68a147c9a7c6d29c2095">ref</a>() const </td><td><a class="el" href="a00336.html">Tp::RefCounted</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="a00336.html#ace03ea74806fd9a180b8863ae23c838c">RefCounted</a>()</td><td><a class="el" href="a00336.html">Tp::RefCounted</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject-qt3.html#removeChild">removeChild</a>(QObject *object)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#removeEventFilter">removeEventFilter</a>(QObject *obj)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#sender">sender</a>() const</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td><code> [protected]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#senderSignalIndex">senderSignalIndex</a>() const</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td><code> [protected]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject-qt3.html#setName">setName</a>(const char *name)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#objectName-prop">setObjectName</a>(const QString &name)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#setParent">setParent</a>(QObject *parent)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#setProperty">setProperty</a>(const char *name, const QVariant &value)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#signalsBlocked">signalsBlocked</a>() const</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#startTimer">startTimer</a>(int interval)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00361.html#a73f129b605d4a91ef15858cdaf60a1c5">streamedMediaCallEnded</a>(const Tp::StreamedMediaChannelPtr &channel, const QString &errorName, const QString &errorMessage)</td><td><a class="el" href="a00361.html">Tp::SimpleCallObserver</a></td><td><code> [signal]</code></td></tr>
<tr class="memlist"><td><a class="el" href="a00361.html#a43041e2aa9859c607c912016c02bb40c">streamedMediaCalls</a>() const </td><td><a class="el" href="a00361.html">Tp::SimpleCallObserver</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00361.html#af3300d394f47220c23d293366e271035">streamedMediaCallStarted</a>(const Tp::StreamedMediaChannelPtr &channel)</td><td><a class="el" href="a00361.html">Tp::SimpleCallObserver</a></td><td><code> [signal]</code></td></tr>
<tr class="memlist"><td><a class="el" href="a00336.html#a76c6988cd2e89252a44e0b89893eb416">strongref</a></td><td><a class="el" href="a00336.html">Tp::RefCounted</a></td><td><code> [mutable]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#thread">thread</a>() const</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#timerEvent">timerEvent</a>(QTimerEvent *event)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td><code> [protected, virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#tr">tr</a>(const char *sourceText, const char *disambiguation, int n)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td><code> [static]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#trUtf8">trUtf8</a>(const char *sourceText, const char *disambiguation, int n)</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td><code> [static]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html#dtor.QObject">~QObject</a>()</td><td><a class="elRef" doxygen="qt.tags:/you/forgot/to/run/installdox" href="/you/forgot/to/run/installdox/qobject.html">QObject</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="el" href="a00336.html#a56b3618d2e02f6999c77da00d4e1bfd4">~RefCounted</a>()</td><td><a class="el" href="a00336.html">Tp::RefCounted</a></td><td><code> [inline, virtual]</code></td></tr>
<tr class="memlist"><td><a class="el" href="a00361.html#ac5fb12b263c1cf21579b29f97faa90fb">~SimpleCallObserver</a>()</td><td><a class="el" href="a00361.html">Tp::SimpleCallObserver</a></td><td><code> [virtual]</code></td></tr>
</table></div>
<p /><address><hr /><div align="center">
<table width="100%" cellspacing="0" border="0"><tr class="address">
<td width="30%">Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation</td>
<td width="30%" align="right"><div align="right">Telepathy-Qt4 0.8.0</div></td>
</tr></table></div></address>
</body>
</html>
|
qt-everywhere-opensource-src-4.7.4/doc/html/qstyleoptionheader-members.html
|
ssangkong/NVRAM_KWU
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qstyleoption.cpp -->
<title>Qt 4.7: List of All Members for QStyleOptionHeader</title>
<link rel="stylesheet" type="text/css" href="style/offline.css" />
</head>
<body>
<div class="header" id="qtdocheader">
<div class="content">
<a href="index.html" class="qtref"><span>Qt Reference Documentation</span></a>
</div>
<div class="breadcrumb toolblock">
<ul>
<li class="first"><a href="index.html">Home</a></li>
<!-- Breadcrumbs go here -->
<li><a href="modules.html">Modules</a></li>
<li><a href="qtgui.html">QtGui</a></li>
<li>QStyleOptionHeader</li>
</ul>
</div>
</div>
<div class="content mainContent">
<h1 class="title">List of All Members for QStyleOptionHeader</h1>
<p>This is the complete list of members for <a href="qstyleoptionheader.html">QStyleOptionHeader</a>, including inherited members.</p>
<table class="propsummary">
<tr><td class="topAlign"><ul>
<li class="fn">enum <span class="name"><b><a href="qstyleoption.html#OptionType-enum">OptionType</a></b></span></li>
<li class="fn">enum <span class="name"><b><a href="qstyleoptionheader.html#SectionPosition-enum">SectionPosition</a></b></span></li>
<li class="fn">enum <span class="name"><b><a href="qstyleoptionheader.html#SelectedPosition-enum">SelectedPosition</a></b></span></li>
<li class="fn">enum <span class="name"><b><a href="qstyleoptionheader.html#SortIndicator-enum">SortIndicator</a></b></span></li>
<li class="fn">enum <span class="name"><b><a href="qstyleoptionheader.html#StyleOptionType-enum">StyleOptionType</a></b></span></li>
<li class="fn">enum <span class="name"><b><a href="qstyleoptionheader.html#StyleOptionVersion-enum">StyleOptionVersion</a></b></span></li>
<li class="fn"><span class="name"><b><a href="qstyleoptionheader.html#QStyleOptionHeader">QStyleOptionHeader</a></b></span> ()</li>
<li class="fn"><span class="name"><b><a href="qstyleoptionheader.html#QStyleOptionHeader-2">QStyleOptionHeader</a></b></span> ( const QStyleOptionHeader & )</li>
<li class="fn"><span class="name"><b><a href="qstyleoption.html#direction-var">direction</a></b></span> : Qt::LayoutDirection</li>
<li class="fn"><span class="name"><b><a href="qstyleoption.html#fontMetrics-var">fontMetrics</a></b></span> : QFontMetrics</li>
<li class="fn"><span class="name"><b><a href="qstyleoptionheader.html#icon-var">icon</a></b></span> : QIcon</li>
<li class="fn"><span class="name"><b><a href="qstyleoptionheader.html#iconAlignment-var">iconAlignment</a></b></span> : Qt::Alignment</li>
<li class="fn"><span class="name"><b><a href="qstyleoption.html#initFrom">initFrom</a></b></span> ( const QWidget * )</li>
</ul></td><td class="topAlign"><ul>
<li class="fn"><span class="name"><b><a href="qstyleoptionheader.html#orientation-var">orientation</a></b></span> : Qt::Orientation</li>
<li class="fn"><span class="name"><b><a href="qstyleoption.html#palette-var">palette</a></b></span> : QPalette</li>
<li class="fn"><span class="name"><b><a href="qstyleoptionheader.html#position-var">position</a></b></span> : SectionPosition</li>
<li class="fn"><span class="name"><b><a href="qstyleoption.html#rect-var">rect</a></b></span> : QRect</li>
<li class="fn"><span class="name"><b><a href="qstyleoptionheader.html#section-var">section</a></b></span> : int</li>
<li class="fn"><span class="name"><b><a href="qstyleoptionheader.html#selectedPosition-var">selectedPosition</a></b></span> : SelectedPosition</li>
<li class="fn"><span class="name"><b><a href="qstyleoptionheader.html#sortIndicator-var">sortIndicator</a></b></span> : SortIndicator</li>
<li class="fn"><span class="name"><b><a href="qstyleoption.html#state-var">state</a></b></span> : QStyle::State</li>
<li class="fn"><span class="name"><b><a href="qstyleoptionheader.html#text-var">text</a></b></span> : QString</li>
<li class="fn"><span class="name"><b><a href="qstyleoptionheader.html#textAlignment-var">textAlignment</a></b></span> : Qt::Alignment</li>
<li class="fn"><span class="name"><b><a href="qstyleoption.html#type-var">type</a></b></span> : int</li>
<li class="fn"><span class="name"><b><a href="qstyleoption.html#version-var">version</a></b></span> : int</li>
<li class="fn"><span class="name"><b><a href="qstyleoption.html#operator-eq">operator=</a></b></span> ( const QStyleOption & ) : QStyleOption &</li>
</ul>
</td></tr>
</table>
<div class="ft">
<span></span>
</div>
</div>
<div class="footer">
<p>
<acronym title="Copyright">©</acronym> 2008-2011 Nokia Corporation and/or its
subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation
in Finland and/or other countries worldwide.</p>
<p>
All other trademarks are property of their respective owners. <a title="Privacy Policy"
href="http://qt.nokia.com/about/privacy-policy">Privacy Policy</a></p>
<br />
<p>
Licensees holding valid Qt Commercial licenses may use this document in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia.</p>
<p>
Alternatively, this document may be used under the terms of the <a href="http://www.gnu.org/licenses/fdl.html">GNU
Free Documentation License version 1.3</a>
as published by the Free Software Foundation.</p>
</div>
</body>
</html>
|
third-party/gstreamer/gst-plugins-good-0.10.23/docs/plugins/html/gst-plugins-good-plugins-pulsesink.html
|
cpopescu/whispermedialib
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>pulsesink</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="index.html" title="GStreamer Good Plugins 0.10 Plugins Reference Manual">
<link rel="up" href="ch01.html" title="gst-plugins-good Elements">
<link rel="prev" href="gst-plugins-good-plugins-progressreport.html" title="progressreport">
<link rel="next" href="gst-plugins-good-plugins-pulsesrc.html" title="pulsesrc">
<meta name="generator" content="GTK-Doc V1.15 (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="gst-plugins-good-plugins-progressreport.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="ch01.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">GStreamer Good Plugins 0.10 Plugins Reference Manual</th>
<td><a accesskey="n" href="gst-plugins-good-plugins-pulsesrc.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts">
<a href="#gst-plugins-good-plugins-pulsesink.synopsis" class="shortcut">Top</a>
|
<a href="#gst-plugins-good-plugins-pulsesink.description" class="shortcut">Description</a>
|
<a href="#gst-plugins-good-plugins-pulsesink.object-hierarchy" class="shortcut">Object Hierarchy</a>
|
<a href="#gst-plugins-good-plugins-pulsesink.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
|
<a href="#gst-plugins-good-plugins-pulsesink.properties" class="shortcut">Properties</a>
</td></tr>
</table>
<div class="refentry" title="pulsesink">
<a name="gst-plugins-good-plugins-pulsesink"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="gst-plugins-good-plugins-pulsesink.top_of_page"></a>pulsesink</span></h2>
<p>pulsesink — Plays audio to a PulseAudio server</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv" title="Synopsis">
<a name="gst-plugins-good-plugins-pulsesink.synopsis"></a><h2>Synopsis</h2>
<a name="GstPulseSink"></a><pre class="synopsis"> <a class="link" href="gst-plugins-good-plugins-pulsesink.html#GstPulseSink-struct" title="GstPulseSink">GstPulseSink</a>;
</pre>
</div>
<div class="refsect1" title="Object Hierarchy">
<a name="gst-plugins-good-plugins-pulsesink.object-hierarchy"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
+----<a href="/usr/share/gtk-doc/html/gstreamer-0.10/GstObject.html">GstObject</a>
+----<a href="/usr/share/gtk-doc/html/gstreamer-0.10/GstElement.html">GstElement</a>
+----<a href="/usr/share/gtk-doc/html/gstreamer-libs-0.10/GstBaseSink.html">GstBaseSink</a>
+----<a href="/usr/share/gtk-doc/html/gst-plugins-base-libs-0.10/gst-plugins-base-libs-gstbaseaudiosink.html#GstBaseAudioSink">GstBaseAudioSink</a>
+----GstPulseSink
</pre>
</div>
<div class="refsect1" title="Implemented Interfaces">
<a name="gst-plugins-good-plugins-pulsesink.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
<p>
GstPulseSink implements
<a href="/usr/share/gtk-doc/html/gst-plugins-base-libs-0.10/gst-plugins-base-libs-gststreamvolume.html#GstStreamVolume">GstStreamVolume</a>, <a href="/usr/share/gtk-doc/html/gstreamer-0.10/GstImplementsInterface.html">GstImplementsInterface</a> and <a href="/usr/share/gtk-doc/html/gst-plugins-base-libs-0.10/gst-plugins-base-libs-gstpropertyprobe.html#GstPropertyProbe">GstPropertyProbe</a>.</p>
</div>
<div class="refsect1" title="Properties">
<a name="gst-plugins-good-plugins-pulsesink.properties"></a><h2>Properties</h2>
<pre class="synopsis">
"<a class="link" href="gst-plugins-good-plugins-pulsesink.html#GstPulseSink--device" title='The "device" property'>device</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
"<a class="link" href="gst-plugins-good-plugins-pulsesink.html#GstPulseSink--server" title='The "server" property'>server</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
"<a class="link" href="gst-plugins-good-plugins-pulsesink.html#GstPulseSink--device-name" title='The "device-name" property'>device-name</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read
"<a class="link" href="gst-plugins-good-plugins-pulsesink.html#GstPulseSink--volume" title='The "volume" property'>volume</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> : Read / Write
"<a class="link" href="gst-plugins-good-plugins-pulsesink.html#GstPulseSink--mute" title='The "mute" property'>mute</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
</pre>
</div>
<div class="refsect1" title="Description">
<a name="gst-plugins-good-plugins-pulsesink.description"></a><h2>Description</h2>
<p>
This element outputs audio to a
<a class="ulink" href="" target="_top">PulseAudio sound server</a>.
</p>
<div class="refsect2" title="Example pipelines">
<a name="id588943"></a><h3>Example pipelines</h3>
<div class="informalexample">
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td class="listing_lines" align="right"><pre>1</pre></td>
<td class="listing_code"><pre class="programlisting">gst<span class="symbol">-</span>launch <span class="symbol">-</span>v filesrc location<span class="symbol">=</span>sine<span class="symbol">.</span>ogg <span class="symbol">!</span> oggdemux <span class="symbol">!</span> vorbisdec <span class="symbol">!</span> audioconvert <span class="symbol">!</span> audioresample <span class="symbol">!</span> pulsesink</pre></td>
</tr>
</tbody>
</table>
</div>
Play an Ogg/Vorbis file.
<div class="informalexample">
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td class="listing_lines" align="right"><pre>1</pre></td>
<td class="listing_code"><pre class="programlisting">gst<span class="symbol">-</span>launch <span class="symbol">-</span>v audiotestsrc <span class="symbol">!</span> audioconvert <span class="symbol">!</span> volume volume<span class="symbol">=</span><span class="number">0.4</span> <span class="symbol">!</span> pulsesink</pre></td>
</tr>
</tbody>
</table>
</div>
Play a 440Hz sine wave.
</div>
</div>
<div class="refsect1" title="Details">
<a name="gst-plugins-good-plugins-pulsesink.details"></a><h2>Details</h2>
<div class="refsect2" title="GstPulseSink">
<a name="GstPulseSink-struct"></a><h3>GstPulseSink</h3>
<pre class="programlisting">typedef struct _GstPulseSink GstPulseSink;</pre>
<p>
</p>
</div>
</div>
<div class="refsect1" title="Property Details">
<a name="gst-plugins-good-plugins-pulsesink.property-details"></a><h2>Property Details</h2>
<div class="refsect2" title='The "device" property'>
<a name="GstPulseSink--device"></a><h3>The <code class="literal">"device"</code> property</h3>
<pre class="programlisting"> "device" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
<p>The PulseAudio sink device to connect to.</p>
<p>Default value: NULL</p>
</div>
<hr>
<div class="refsect2" title='The "server" property'>
<a name="GstPulseSink--server"></a><h3>The <code class="literal">"server"</code> property</h3>
<pre class="programlisting"> "server" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
<p>The PulseAudio server to connect to.</p>
<p>Default value: NULL</p>
</div>
<hr>
<div class="refsect2" title='The "device-name" property'>
<a name="GstPulseSink--device-name"></a><h3>The <code class="literal">"device-name"</code> property</h3>
<pre class="programlisting"> "device-name" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read</pre>
<p>Human-readable name of the sound device.</p>
<p>Default value: NULL</p>
</div>
<hr>
<div class="refsect2" title='The "volume" property'>
<a name="GstPulseSink--volume"></a><h3>The <code class="literal">"volume"</code> property</h3>
<pre class="programlisting"> "volume" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> : Read / Write</pre>
<p>Linear volume of this stream, 1.0=100%.</p>
<p>Allowed values: [0,10]</p>
<p>Default value: 1</p>
</div>
<hr>
<div class="refsect2" title='The "mute" property'>
<a name="GstPulseSink--mute"></a><h3>The <code class="literal">"mute"</code> property</h3>
<pre class="programlisting"> "mute" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
<p>Mute state of this stream.</p>
<p>Default value: FALSE</p>
</div>
</div>
<div class="refsect1" title="See Also">
<a name="gst-plugins-good-plugins-pulsesink.see-also"></a><h2>See Also</h2>
pulsesrc, pulsemixer
</div>
</div>
<div class="footer">
<hr>
Generated by GTK-Doc V1.15</div>
</body>
</html>
|
doc/reference/o2tab_fkey_setoff.html
|
tvannini/janox
|
<html><head><title>o2tab_fkey_setoff</title><link rel='stylesheet' type='text/css' href='jxdoc.css'></head><body><center><br><small><a href='index.html#o2tab_fkey_setoff'>Index</a></small><hr></center><p>(table)</p><h3>o2tab_fkey_setoff</h3><code><i>boolean</i> o2tab_fkey_setoff(<i>string</i> $table_name, <i>string</i> $fkey_name)</code><p>Deactivates an active foreign key by name <br />
<br />
<br />
</p><fieldset><legend>Parameters:</legend><ol><li><b>$table_name</b></li> <li><b>$fkey_name</b></li> </ol></fieldset><fieldset><legend>Related functions:</legend><p><a href="o2tab_fkey_seton.html">o2tab_fkey_seton</a></p><p><a href="o2tab_fkeys_setoff.html">o2tab_fkeys_setoff</a></p><p><a href="o2tab_fkeys_list.html">o2tab_fkeys_list</a></p></fieldset></body></html>
|
tnk1/dmut/dmut/783.html
|
erelsgl/erel-sites
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns='http://www.w3.org/1999/xhtml' lang='he' dir='rtl'>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=windows-1255' />
<meta http-equiv='Content-Script-Type' content='text/javascript' />
<meta http-equiv='revisit-after' content='15 days' />
<link rel='stylesheet' href='../../../_script/klli.css' />
<link rel='stylesheet' href='../../_themes/klli.css' />
<title>úîø áú ãåã</title>
<meta name='author' content="øòðï" />
<meta name='receiver' content="" />
<meta name='jmQovc' content="tnk1/dmut/dmut/783" />
<meta name='tvnit' content="tnk_dmut" />
<meta name='description' lang='he' content="úîø áú ãåã" />
<meta name='description' lang='en' content="this page is in Hebrew" />
<meta name='keywords' lang='he' content="úîø (áú ãåã),úîø áú ãåã" />
</head><body class="dmwt"><div class="pnim">
<script type='text/javascript' src='../../../_script/vars.js'></script>
<!--NiwutElyon0-->
<div class="NiwutElyon">
<div class="NiwutElyon"><a href='../../index.html'>øàùé</a>><a href='../../dmut/index.html'>ãîåéåú úðëéåú</a>><a href='../../dmut/ToknLfiDmutHkl.html'>ëì äãîåéåú</a>><a href='../../dmut/jm/tmr.html'>úîø</a>></div>
</div>
<!--NiwutElyon1-->
<h1 id='h1'>úîø áú ãåã</h1>
<div style='display:none'>
<p>îàú: øòðï
<p>÷åã: úîø (áú ãåã)
</div>
<script type='text/javascript'>kotrt()</script>
<!--tosft0--><div id='tosft'>
<p>
<ol>
<li>ùî"á éâ 1: åéäé àçøé ëï åìàáùìåí áï ãåã àçåú éôä åùîä úîø åéàäáä àîðåï áï ãåã. </ol>
<p>
<q class="psuq">äòøä: </q>úîø äéà áúå ùì ãåã, ùäøé äéà ð÷øàú àçåúå ùì àîðåï áï ãåã (ôñ' 5, 6, 7, 8, 10, 11, 12, 20), åëï ð÷øàú "áú äîìê" (ôñ' 18).
<p>
<q class="psuq">àá: </q>
<a href='692.html'>ãåã </a>
<p>
<q class="psuq">àí: </q>
<a href='701.html'>îòëä </a>
<p>
<q class="psuq">àçéí îàá åàí: </q>
<a href='702.html'>àáùìåí </a>
</div><!--tosft--><!--tosft1-->
<ul id='ulbnim' style='display:none'>
<li>îàîø: <a href='../../messages/nvir_jmuelb_amnon_wtmr_2_0.html' class="mamr">äàí áäëøç àðñ àîðåï àú úîø?<small> / ùéøé -> shiri-21 @ bezeqint.net</small></a>
<li>îàîø: <a href='../../nvir/jmuelb/amnon_wtmr.html' class="mamr">äàí úîø àäáä àú àîðåï?<small> / éãéãéä öå÷øîï, àøàì -> ôå"ñ 8</small></a>
<li>îàîø: <a href='../../nvir/jmuelb/amnon_wtmr_2.html' class="mamr">äéôéí åäúðëééí - àîðåï åúîø<small> / òéãéú -> ëôéú ùáè ñà</small></a>
<li>îàîø: <a href='../../../axrimpl/hydepark/709713_1.html' class='mamr' target='_blank'>ùåøù ùðàú àîðåï ìúîø åöòøä<small> / îçáøéí ùåðéí -> "òöåø ëàï çåùáéí"</small></a>
</ul><!--end-->
<script type='text/javascript'>
var theBnim = document.getElementById('ulbnim');
var theBnimArray = theBnim.innerHTML.split(/<li>/i);
var theWrittenBnim = new Array(theBnimArray.length);
</script>
<div class='awsp_mpwrt'>
<div class="noseim">
<script type='text/javascript'>ktov_bnim('<h2>ñôøéí</h2> <ol class="TableSublists"> ', 'ñôø:', ' </ol> ')</script>
<script type='text/javascript'>ktov_bnim('<h2>ðåùàéí</h2> <ol class="TableSublists"> ', 'àåñó:', ' </ol> ')</script>
</div>
<script type='text/javascript'>ktov_bnim('<div class="omnutiim"> <h2>îàîøéí ãîéåðééí åàîðåúééí</h2> <ol class="TableSublists"> ', '(îàîø ãîéåðé|ñéôåø|ùéø|öéåø):', ' </ol> </div>')</script>
<script type='text/javascript'>ktov_bnim('<div class="jelot"> <h2>ùàìåú åîàîøéí ìà âîåøéí</h2> <ol class="TableSublists"> ', '(îàîø ìà âîåø|îàîø ùìà ôåøñí|ùàìä):', ' </ol> </div>')</script>
<script type='text/javascript'>ktov_bnim('<div class="mamrim"> <h2>îàîøéí</h2> <ol class="TableSublists"> ', '(àúø|äáãìéí|îàîø|îáðä|îöâú|÷åáõ|ëìì|äâãøä):', ' </ol> </div>')</script>
</div>
<br style='clear:all'>
<h2 id='tguvot'>úåñôåú åúâåáåú</h2>
<ul class="tablesublists">
<script type='text/javascript'>ktov_bnim_axrim()</script>
</ul>
<script type='text/javascript'>tguva(); txtit()</script>
</div><!--pnim-->
</body></html>
|
docs/doc/ca/uqac/lif/ecp/statechart/atomic/class-use/AtomicStatechartRenderer.ChartStatePair.html
|
liflab/sealtest
|
<!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_201) on Thu Oct 01 11:57:27 EDT 2020 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>Uses of Class ca.uqac.lif.ecp.statechart.atomic.AtomicStatechartRenderer.ChartStatePair (SealTest Documentation)</title>
<meta name="date" content="2020-10-01">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class ca.uqac.lif.ecp.statechart.atomic.AtomicStatechartRenderer.ChartStatePair (SealTest Documentation)";
}
}
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="../../../../../../../ca/uqac/lif/ecp/statechart/atomic/AtomicStatechartRenderer.ChartStatePair.html" title="class in ca.uqac.lif.ecp.statechart.atomic">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?ca/uqac/lif/ecp/statechart/atomic/class-use/AtomicStatechartRenderer.ChartStatePair.html" target="_top">Frames</a></li>
<li><a href="AtomicStatechartRenderer.ChartStatePair.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 ca.uqac.lif.ecp.statechart.atomic.AtomicStatechartRenderer.ChartStatePair" class="title">Uses of Class<br>ca.uqac.lif.ecp.statechart.atomic.AtomicStatechartRenderer.ChartStatePair</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="../../../../../../../ca/uqac/lif/ecp/statechart/atomic/AtomicStatechartRenderer.ChartStatePair.html" title="class in ca.uqac.lif.ecp.statechart.atomic">AtomicStatechartRenderer.ChartStatePair</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="#ca.uqac.lif.ecp.statechart.atomic">ca.uqac.lif.ecp.statechart.atomic</a></td>
<td class="colLast">
<div class="block">UML statecharts made of atomic events</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="ca.uqac.lif.ecp.statechart.atomic">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../ca/uqac/lif/ecp/statechart/atomic/AtomicStatechartRenderer.ChartStatePair.html" title="class in ca.uqac.lif.ecp.statechart.atomic">AtomicStatechartRenderer.ChartStatePair</a> in <a href="../../../../../../../ca/uqac/lif/ecp/statechart/atomic/package-summary.html">ca.uqac.lif.ecp.statechart.atomic</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="../../../../../../../ca/uqac/lif/ecp/statechart/atomic/package-summary.html">ca.uqac.lif.ecp.statechart.atomic</a> that return <a href="../../../../../../../ca/uqac/lif/ecp/statechart/atomic/AtomicStatechartRenderer.ChartStatePair.html" title="class in ca.uqac.lif.ecp.statechart.atomic">AtomicStatechartRenderer.ChartStatePair</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>protected static <a href="../../../../../../../ca/uqac/lif/ecp/statechart/atomic/AtomicStatechartRenderer.ChartStatePair.html" title="class in ca.uqac.lif.ecp.statechart.atomic">AtomicStatechartRenderer.ChartStatePair</a></code></td>
<td class="colLast"><span class="typeNameLabel">AtomicStatechartRenderer.</span><code><span class="memberNameLink"><a href="../../../../../../../ca/uqac/lif/ecp/statechart/atomic/AtomicStatechartRenderer.html#getLastState-ca.uqac.lif.ecp.statechart.Statechart-ca.uqac.lif.ecp.statechart.Configuration-">getLastState</a></span>(<a href="../../../../../../../ca/uqac/lif/ecp/statechart/Statechart.html" title="class in ca.uqac.lif.ecp.statechart">Statechart</a><<a href="../../../../../../../ca/uqac/lif/ecp/atomic/AtomicEvent.html" title="class in ca.uqac.lif.ecp.atomic">AtomicEvent</a>> owner,
<a href="../../../../../../../ca/uqac/lif/ecp/statechart/Configuration.html" title="class in ca.uqac.lif.ecp.statechart">Configuration</a><<a href="../../../../../../../ca/uqac/lif/ecp/atomic/AtomicEvent.html" title="class in ca.uqac.lif.ecp.atomic">AtomicEvent</a>> source)</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="../../../../../../../ca/uqac/lif/ecp/statechart/atomic/AtomicStatechartRenderer.ChartStatePair.html" title="class in ca.uqac.lif.ecp.statechart.atomic">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?ca/uqac/lif/ecp/statechart/atomic/class-use/AtomicStatechartRenderer.ChartStatePair.html" target="_top">Frames</a></li>
<li><a href="AtomicStatechartRenderer.ChartStatePair.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 © Sylvain Hallé. All Rights Reserved.</i></small></p>
</body>
</html>
|
tnk1/ljon/jorj/nzx.html
|
erelsgl/erel-sites
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns='http://www.w3.org/1999/xhtml' lang='he' dir='rtl'>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=windows-1255' />
<meta http-equiv='Content-Script-Type' content='text/javascript' />
<meta http-equiv='revisit-after' content='15 days' />
<title>ðæç</title>
<link rel='stylesheet' type='text/css' href='../../../_script/klli.css' />
<link rel='stylesheet' type='text/css' href='../../../tnk1/_themes/klli.css' />
<meta name='author' content="" />
<meta name='receiver' content="" />
<meta name='jmQovc' content="tnk1/ljon/jorj/nzx" />
<meta name='tvnit' content="tnk_jorj" />
<meta name='description' lang='he' content="ðæç" />
<meta name='description' lang='en' content="this page is in Hebrew" />
<meta name='keywords' lang='he' content="ðæç áúð"ê,ðæç" />
</head>
<!--
PHP Programming by Erel Segal - Rent a Brain http://tora.us.fm/rentabrain
-->
<body lang='he' dir='rtl' id = 'tnk1_ljon_jorj_nzx' class='ajmz tnk_jorj'>
<div class='pnim'>
<script type='text/javascript' src='../../../_script/vars.js'></script>
<!--NiwutElyon0-->
<div class='NiwutElyon'>
<div class='NiwutElyon'><a class='link_to_homepage' href='../../../tnk1/index.html'>øàùé</a>><a href='../../../tnk1/ljon/index.html'>ìùåï äî÷øà</a>><a href='../../../tnk1/ljon/jorj/index.html'>ùåøùéí</a>><a href='../../../tnk1/ljon/jorj/g.html'>â</a>><a href='../../../tnk1/ljon/jorj/g=z.html'>â=æ</a>><a href='../../../tnk1/ljon/jorj/z.html'>æ</a>><a href='../../../tnk1/ljon/jorj/z=s.html'>æ=ñ</a>><a href='../../../tnk1/ljon/jorj/nzx=nsx.html'>ðæç=ðñç</a>></div>
</div>
<!--NiwutElyon1-->
<h1 id='h1'>ðæç</h1>
<div id='idfields'>
<p>÷åã: ðæç áúð"ê</p>
<p>ñåâ: àùîæ</p>
<p>îàú: </p>
<p>àì: </p>
</div>
<script type='text/javascript'>kotrt()</script>
<ul id='ulbnim'>
<li>äâãøä_ëììéú: <span class='hgdrh_kllyt dor1'>= òðéðå ëîå ðñç.<small> [ùáé"ì]</small></span> </li>
<li>ôåòì: <span class='pwel dor1'>ðæÇç (ôòì)</span>
<div class='dor2'>
<span class='hgdrh'>[ø÷ áòúéã "éÄæÌÇç"].</span>
<a href='../../../tnk1/messages/prqim_t02_0.html' class='hgdrh' title='îéìéí ùéù ø÷ áñôø ùîåú'><small>[áàä ø÷ áñôø ùîåú]</small></a>
</div><!--dor2-->
</li>
<li>öéìåí: <span class='cylwm dor1'><img src='' /></span> </li>
</ul><!--end-->
<script type='text/javascript'>
AnalyzeBnim();
ktov_bnim_jorj();
</script>
<h2 id='tguvot'>úåñôåú åúâåáåú</h2>
<script type='text/javascript'>ktov_bnim_axrim("<"+"ul>","</"+"ul>")</script>
<script type='text/javascript'>tguva(); txtit()</script>
</div><!--pnim-->
</body>
</html>
|
doc/php/class-tschiemer.Aspsms.Response.html
|
tschiemer/aspsms-php
|
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="ApiGen 2.8.0" />
<title>Class tschiemer\Aspsms\Response | aspsms-php</title>
<script type="text/javascript" src="resources/combined.js?922972382"></script>
<script type="text/javascript" src="elementlist.js?1436315765"></script>
<link rel="stylesheet" type="text/css" media="all" href="resources/style.css?3505392360" />
</head>
<body>
<div id="left">
<div id="menu">
<a href="index.html" title="Overview"><span>Overview</span></a>
<div id="groups">
<h3>Namespaces</h3>
<ul>
<li><a href="namespace-None.html">None</a>
</li>
<li><a href="namespace-PHP.html">PHP</a>
</li>
<li class="active"><a href="namespace-tschiemer.html">tschiemer<span></span></a>
<ul>
<li class="active"><a href="namespace-tschiemer.Aspsms.html">Aspsms<span></span></a>
<ul>
<li><a href="namespace-tschiemer.Aspsms.Http.html">Http</a>
</li>
<li><a href="namespace-tschiemer.Aspsms.Soap.html">Soap</a>
</li>
<li><a href="namespace-tschiemer.Aspsms.Xml.html">Xml</a>
</li>
</ul></li></ul></li>
</ul>
</div>
<hr />
<div id="elements">
<h3>Classes</h3>
<ul>
<li><a href="class-tschiemer.Aspsms.AbstractClient.html">AbstractClient</a></li>
<li><a href="class-tschiemer.Aspsms.AbstractSimpleClient.html">AbstractSimpleClient</a></li>
<li><a href="class-tschiemer.Aspsms.Request.html">Request</a></li>
<li class="active"><a href="class-tschiemer.Aspsms.Response.html">Response</a></li>
<li><a href="class-tschiemer.Aspsms.SimpleClient.html">SimpleClient</a></li>
<li><a href="class-tschiemer.Aspsms.Strings.html">Strings</a></li>
</ul>
<h3>Exceptions</h3>
<ul>
<li><a href="class-tschiemer.Aspsms.ServiceException.html">ServiceException</a></li>
</ul>
</div>
</div>
</div>
<div id="splitter"></div>
<div id="right">
<div id="rightInner">
<form id="search">
<input type="hidden" name="cx" value="" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" name="q" class="text" />
<input type="submit" value="Search" />
</form>
<div id="navigation">
<ul>
<li>
<a href="index.html" title="Overview"><span>Overview</span></a>
</li>
<li>
<a href="namespace-tschiemer.Aspsms.html" title="Summary of tschiemer\Aspsms"><span>Namespace</span></a>
</li>
<li class="active">
<span>Class</span> </li>
</ul>
<ul>
<li>
<a href="tree.html" title="Tree view of classes, interfaces, traits and exceptions"><span>Tree</span></a>
</li>
</ul>
<ul>
</ul>
</div>
<div id="content" class="class">
<h1>Class Response</h1>
<div class="description">
<p>Shared response object used for request abstraction</p>
</div>
<div class="info">
<b>Namespace:</b> <a href="namespace-tschiemer.html">tschiemer</a>\<a href="namespace-tschiemer.Aspsms.html">Aspsms</a><br />
<b>Package:</b> aspsms<br />
<b>Copyright:</b>
2013 Philip Tschiemer, <<a
href="mailto:tschiemer@filou.se">tschiemer@<!---->filou.se</a>><br />
<b>License:</b>
<a href="LGPL">v3 http://www.gnu.org/licenses/lgpl-3.0.txt</a><br />
<b>Version:</b>
1.1.0<br />
<b>Link:</b>
<a href="https://github.com/tschiemer/aspsms-php">https://github.com/tschiemer/aspsms-php</a><br />
<b>Located at</b> <a href="source-class-tschiemer.Aspsms.Response.html#5-109" title="Go to source code">lib/tschiemer/Aspsms/Response.php</a><br />
</div>
<table class="summary" id="methods">
<caption>Methods summary</caption>
<tr data-order="__construct" id="___construct">
<td class="attributes"><code>
public
</code>
</td>
<td class="name"><div>
<a class="anchor" href="#___construct">#</a>
<code><a href="source-class-tschiemer.Aspsms.Response.html#47-62" title="Go to source code">__construct</a>( <span>Aspsms\Request,string <var>$request</var></span> )</code>
<div class="description short">
<p>Constructor</p>
</div>
<div class="description detailed hidden">
<p>Constructor</p>
<h4>Parameters</h4>
<div class="list"><dl>
<dt><var>$request</var></dt>
<dd><code>Aspsms\Request,string</code><br>$request</dd>
</dl></div>
</div>
</div></td>
</tr>
<tr data-order="requestName" id="_requestName">
<td class="attributes"><code>
public
string
</code>
</td>
<td class="name"><div>
<a class="anchor" href="#_requestName">#</a>
<code><a href="source-class-tschiemer.Aspsms.Response.html#64-71" title="Go to source code">requestName</a>( )</code>
<div class="description short">
<p>Getter</p>
</div>
<div class="description detailed hidden">
<p>Getter</p>
<h4>Returns</h4>
<div class="list">
<code>string</code><br />
</div>
</div>
</div></td>
</tr>
<tr data-order="statusCode" id="_statusCode">
<td class="attributes"><code>
public
integer
</code>
</td>
<td class="name"><div>
<a class="anchor" href="#_statusCode">#</a>
<code><a href="source-class-tschiemer.Aspsms.Response.html#73-85" title="Go to source code">statusCode</a>( <span>NULL,int <var>$code</var> = <span class="php-keyword1">NULL</span></span> )</code>
<div class="description short">
<p>Getter/setter. Sets new code iff a value is passed.</p>
</div>
<div class="description detailed hidden">
<p>Getter/setter. Sets new code iff a value is passed.</p>
<h4>Parameters</h4>
<div class="list"><dl>
<dt><var>$code</var></dt>
<dd><code>NULL,int</code><br>$code</dd>
</dl></div>
<h4>Returns</h4>
<div class="list">
<code>integer</code><br />
</div>
</div>
</div></td>
</tr>
<tr data-order="statusDescription" id="_statusDescription">
<td class="attributes"><code>
public
string
</code>
</td>
<td class="name"><div>
<a class="anchor" href="#_statusDescription">#</a>
<code><a href="source-class-tschiemer.Aspsms.Response.html#87-99" title="Go to source code">statusDescription</a>( <span>NULL,string <var>$description</var> = <span class="php-keyword1">NULL</span></span> )</code>
<div class="description short">
<p>Getter/setter. Sets new description iff a value is passed.</p>
</div>
<div class="description detailed hidden">
<p>Getter/setter. Sets new description iff a value is passed.</p>
<h4>Parameters</h4>
<div class="list"><dl>
<dt><var>$description</var></dt>
<dd><code>NULL,string</code><br>$description</dd>
</dl></div>
<h4>Returns</h4>
<div class="list">
<code>string</code><br />
</div>
</div>
</div></td>
</tr>
<tr data-order="result" id="_result">
<td class="attributes"><code>
public
mixed
</code>
</td>
<td class="name"><div>
<a class="anchor" href="#_result">#</a>
<code><a href="source-class-tschiemer.Aspsms.Response.html#101-108" title="Go to source code">result</a>( )</code>
<div class="description short">
<p>Getter</p>
</div>
<div class="description detailed hidden">
<p>Getter</p>
<h4>Returns</h4>
<div class="list">
<code>mixed</code><br />
</div>
</div>
</div></td>
</tr>
</table>
<table class="summary" id="constants">
<caption>Constants summary</caption>
<tr data-order="STAT_OK" id="STAT_OK">
<td class="attributes"><code>integer</code></td>
<td class="name"><code>
<a href="source-class-tschiemer.Aspsms.Response.html#16" title="Go to source code"><b>STAT_OK</b></a>
</code></td>
<td class="value"><code><span class="php-num">1</span></code></td>
<td class="description"><div>
<a href="#STAT_OK" class="anchor">#</a>
<div class="description short">
</div>
<div class="description detailed hidden">
</div>
</div></td>
</tr>
</table>
<table class="summary" id="properties">
<caption>Properties summary</caption>
<tr data-order="requestName" id="$requestName">
<td class="attributes"><code>
public
string
</code></td>
<td class="name">
<a href="source-class-tschiemer.Aspsms.Response.html#18-23" title="Go to source code"><var>$requestName</var></a>
</td>
<td class="value"><code><span class="php-quote">''</span></code></td>
<td class="description"><div>
<a href="#$requestName" class="anchor">#</a>
<div class="description short">
<p>Request name for which this is a response</p>
</div>
<div class="description detailed hidden">
<p>Request name for which this is a response</p>
</div>
</div></td>
</tr>
<tr data-order="statusCode" id="$statusCode">
<td class="attributes"><code>
public
integer
</code></td>
<td class="name">
<a href="source-class-tschiemer.Aspsms.Response.html#25-30" title="Go to source code"><var>$statusCode</var></a>
</td>
<td class="value"><code><span class="php-num">0</span></code></td>
<td class="description"><div>
<a href="#$statusCode" class="anchor">#</a>
<div class="description short">
<p>Status code</p>
</div>
<div class="description detailed hidden">
<p>Status code</p>
</div>
</div></td>
</tr>
<tr data-order="statusDescription" id="$statusDescription">
<td class="attributes"><code>
public
string
</code></td>
<td class="name">
<a href="source-class-tschiemer.Aspsms.Response.html#32-37" title="Go to source code"><var>$statusDescription</var></a>
</td>
<td class="value"><code><span class="php-quote">''</span></code></td>
<td class="description"><div>
<a href="#$statusDescription" class="anchor">#</a>
<div class="description short">
<p>Status Description</p>
</div>
<div class="description detailed hidden">
<p>Status Description</p>
</div>
</div></td>
</tr>
<tr data-order="result" id="$result">
<td class="attributes"><code>
public
mixed
</code></td>
<td class="name">
<a href="source-class-tschiemer.Aspsms.Response.html#40-45" title="Go to source code"><var>$result</var></a>
</td>
<td class="value"><code></code></td>
<td class="description"><div>
<a href="#$result" class="anchor">#</a>
<div class="description short">
<p>Essential request result</p>
</div>
<div class="description detailed hidden">
<p>Essential request result</p>
</div>
</div></td>
</tr>
</table>
</div>
<div id="footer">
aspsms-php API documentation generated by <a href="http://apigen.org">ApiGen 2.8.0</a>
</div>
</div>
</div>
</body>
</html>
|
docs/org/cloudbus/cloudsim/distributions/class-use/ExponentialDistr.html
|
Udacity2048/CloudSimDisk
|
<!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_31) on Mon Apr 06 15:30:27 CEST 2015 -->
<title>Uses of Class org.cloudbus.cloudsim.distributions.ExponentialDistr</title>
<meta name="date" content="2015-04-06">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.cloudbus.cloudsim.distributions.ExponentialDistr";
}
}
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/cloudbus/cloudsim/distributions/ExponentialDistr.html" title="class in org.cloudbus.cloudsim.distributions">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/cloudbus/cloudsim/distributions/class-use/ExponentialDistr.html" target="_top">Frames</a></li>
<li><a href="ExponentialDistr.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.cloudbus.cloudsim.distributions.ExponentialDistr" class="title">Uses of Class<br>org.cloudbus.cloudsim.distributions.ExponentialDistr</h2>
</div>
<div class="classUseContainer">No usage of org.cloudbus.cloudsim.distributions.ExponentialDistr</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/cloudbus/cloudsim/distributions/ExponentialDistr.html" title="class in org.cloudbus.cloudsim.distributions">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/cloudbus/cloudsim/distributions/class-use/ExponentialDistr.html" target="_top">Frames</a></li>
<li><a href="ExponentialDistr.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>
|
tests/files/htmltester.oid.out.html
|
webforge-labs/psc-cms
|
<div class="psc-cms-ui-form-panel oid-form"><form method="post" action=""><input type="hidden" name="identifier" value="11605" />
<input type="hidden" name="type" value="oid" />
<input type="hidden" name="dataJSON" value="{"productId":2,"pageId":8}" />
<input type="hidden" name="productId" value="2" />
<input type="hidden" name="action" value="edit" />
<div class="psc-cms-ui-buttonset psc-cms-ui-buttonset-right" style="float: right"><button class="psc-cms-ui-button psc-cms-ui-button-left psc-cms-ui-button-save save psc-guid-4e5cb17740cd8" style="float: left">Speichern</button>
<script type="text/javascript">
jQuery('button.psc-guid-4e5cb17740cd8')
.button({icons:{primary:'ui-icon-disk'}})
</script>
<button class="psc-cms-ui-button psc-cms-ui-button-left psc-cms-ui-button-reload reload psc-guid-4e5cb1774120b" style="float: left">Neu laden</button>
<script type="text/javascript">
jQuery('button.psc-guid-4e5cb1774120b')
.button({icons:{primary:'ui-icon-refresh'}})
</script>
<button class="psc-cms-ui-button psc-cms-ui-button-left psc-cms-ui-button-save-close save-close psc-guid-4e5cb177416f8" style="float: left">Speichern und Schließen</button>
<script type="text/javascript">
jQuery('button.psc-guid-4e5cb177416f8')
.button({icons:{primary:'ui-icon-disk',secondary:'ui-icon-close'}})
</script>
</div>
<div class="clear"></div>
<input type="hidden" name="pageId" value="8" /><div class="psc-cms-ui-accordion oid-items psc-guid-oid-items-11605" id="oid-items-11605"><h3><a href="#">Sounds und Texte (<span class="fx-count text-count">0</span>)</a></h3>
<div><ul class="fx text"></ul></div>
<h3><a href="#">Matrix Aktionen</a></h3>
<div><button class="psc-cms-ui-button drop-mode-item tabs-content-item drag-item psc-guid-oid-11605-tabs-content-item-mode-1" id="oid-11605-tabs-content-item-mode-1">Modus-Wechsel zu Entdecken<input type="hidden" name="identifier" value="1" /> <input type="hidden" name="type" value="mode" /> <input type="hidden" name="data" value="[]" /></button>
<script type="text/javascript">
jQuery('button.psc-guid-oid-11605-tabs-content-item-mode-1')
.draggable({cancel:false,revert:false,helper:'clone',scroll:true,scrollSpeed:40,appendTo:'#oid-11605'})
.button({})
</script>
<br />
<button class="psc-cms-ui-button drop-mode-item tabs-content-item drag-item psc-guid-oid-11605-tabs-content-item-mode-2" id="oid-11605-tabs-content-item-mode-2">Modus-Wechsel zu Wissen<input type="hidden" name="identifier" value="2" /> <input type="hidden" name="type" value="mode" /> <input type="hidden" name="data" value="[]" /></button>
<script type="text/javascript">
jQuery('button.psc-guid-oid-11605-tabs-content-item-mode-2')
.draggable({cancel:false,revert:false,helper:'clone',scroll:true,scrollSpeed:40,appendTo:'#oid-11605'})
.button({})
</script>
<br />
<button class="psc-cms-ui-button drop-mode-item tabs-content-item drag-item psc-guid-oid-11605-tabs-content-item-mode-3" id="oid-11605-tabs-content-item-mode-3">Modus-Wechsel zu Erzählen<input type="hidden" name="identifier" value="3" /> <input type="hidden" name="type" value="mode" /> <input type="hidden" name="data" value="[]" /></button>
<script type="text/javascript">
jQuery('button.psc-guid-oid-11605-tabs-content-item-mode-3')
.draggable({cancel:false,revert:false,helper:'clone',scroll:true,scrollSpeed:40,appendTo:'#oid-11605'})
.button({})
</script>
<br />
<button class="psc-cms-ui-button drop-mode-item tabs-content-item drag-item psc-guid-oid-11605-tabs-content-item-mode-4" id="oid-11605-tabs-content-item-mode-4">Modus-Wechsel zu Game<input type="hidden" name="identifier" value="4" /> <input type="hidden" name="type" value="mode" /> <input type="hidden" name="data" value="[]" /></button>
<script type="text/javascript">
jQuery('button.psc-guid-oid-11605-tabs-content-item-mode-4')
.draggable({cancel:false,revert:false,helper:'clone',scroll:true,scrollSpeed:40,appendTo:'#oid-11605'})
.button({})
</script>
<br />
<button class="psc-cms-ui-button tabs-content-item drop-doaction-item drag-item psc-guid-oid-11605-tabs-content-item-doaction-exitgame" id="oid-11605-tabs-content-item-doaction-exitgame">ExitGame()<input type="hidden" name="identifier" value="exitgame" /> <input type="hidden" name="type" value="doaction" /> <input type="hidden" name="data" value="[]" /></button>
<script type="text/javascript">
jQuery('button.psc-guid-oid-11605-tabs-content-item-doaction-exitgame')
.draggable({cancel:false,revert:false,helper:'clone',scroll:true,scrollSpeed:40,appendTo:'#oid-11605'})
.button({})
</script>
<br />
<button class="psc-cms-ui-button tabs-content-item drop-doaction-item drag-item psc-guid-oid-11605-tabs-content-item-doaction-game1" id="oid-11605-tabs-content-item-doaction-game1">Game(1)<input type="hidden" name="identifier" value="game1" /> <input type="hidden" name="type" value="doaction" /> <input type="hidden" name="data" value="[]" /></button>
<script type="text/javascript">
jQuery('button.psc-guid-oid-11605-tabs-content-item-doaction-game1')
.draggable({cancel:false,revert:false,helper:'clone',scroll:true,scrollSpeed:40,appendTo:'#oid-11605'})
.button({})
</script>
<br />
<button class="psc-cms-ui-button tabs-content-item drop-doaction-item drag-item psc-guid-oid-11605-tabs-content-item-doaction-game2" id="oid-11605-tabs-content-item-doaction-game2">Game(2)<input type="hidden" name="identifier" value="game2" /> <input type="hidden" name="type" value="doaction" /> <input type="hidden" name="data" value="[]" /></button>
<script type="text/javascript">
jQuery('button.psc-guid-oid-11605-tabs-content-item-doaction-game2')
.draggable({cancel:false,revert:false,helper:'clone',scroll:true,scrollSpeed:40,appendTo:'#oid-11605'})
.button({})
</script>
<br />
<button class="psc-cms-ui-button tabs-content-item drop-doaction-item drag-item psc-guid-oid-11605-tabs-content-item-doaction-game3" id="oid-11605-tabs-content-item-doaction-game3">Game(3)<input type="hidden" name="identifier" value="game3" /> <input type="hidden" name="type" value="doaction" /> <input type="hidden" name="data" value="[]" /></button>
<script type="text/javascript">
jQuery('button.psc-guid-oid-11605-tabs-content-item-doaction-game3')
.draggable({cancel:false,revert:false,helper:'clone',scroll:true,scrollSpeed:40,appendTo:'#oid-11605'})
.button({})
</script>
<br />
<button class="psc-cms-ui-button tabs-content-item drop-doaction-item drag-item psc-guid-oid-11605-tabs-content-item-doaction-game4" id="oid-11605-tabs-content-item-doaction-game4">Game(4)<input type="hidden" name="identifier" value="game4" /> <input type="hidden" name="type" value="doaction" /> <input type="hidden" name="data" value="[]" /></button>
<script type="text/javascript">
jQuery('button.psc-guid-oid-11605-tabs-content-item-doaction-game4')
.draggable({cancel:false,revert:false,helper:'clone',scroll:true,scrollSpeed:40,appendTo:'#oid-11605'})
.button({})
</script>
<br />
<button class="psc-cms-ui-button tabs-content-item drop-doaction-item drag-item psc-guid-oid-11605-tabs-content-item-doaction-game5" id="oid-11605-tabs-content-item-doaction-game5">Game(5)<input type="hidden" name="identifier" value="game5" /> <input type="hidden" name="type" value="doaction" /> <input type="hidden" name="data" value="[]" /></button>
<script type="text/javascript">
jQuery('button.psc-guid-oid-11605-tabs-content-item-doaction-game5')
.draggable({cancel:false,revert:false,helper:'clone',scroll:true,scrollSpeed:40,appendTo:'#oid-11605'})
.button({})
</script>
<br />
<button class="psc-cms-ui-button tabs-content-item drop-doaction-item drag-item psc-guid-oid-11605-tabs-content-item-doaction-game6" id="oid-11605-tabs-content-item-doaction-game6">Game(6)<input type="hidden" name="identifier" value="game6" /> <input type="hidden" name="type" value="doaction" /> <input type="hidden" name="data" value="[]" /></button>
<script type="text/javascript">
jQuery('button.psc-guid-oid-11605-tabs-content-item-doaction-game6')
.draggable({cancel:false,revert:false,helper:'clone',scroll:true,scrollSpeed:40,appendTo:'#oid-11605'})
.button({})
</script>
<br />
<button class="psc-cms-ui-button tabs-content-item drop-doaction-item drag-item psc-guid-oid-11605-tabs-content-item-doaction-game7" id="oid-11605-tabs-content-item-doaction-game7">Game(7)<input type="hidden" name="identifier" value="game7" /> <input type="hidden" name="type" value="doaction" /> <input type="hidden" name="data" value="[]" /></button>
<script type="text/javascript">
jQuery('button.psc-guid-oid-11605-tabs-content-item-doaction-game7')
.draggable({cancel:false,revert:false,helper:'clone',scroll:true,scrollSpeed:40,appendTo:'#oid-11605'})
.button({})
</script>
<br />
<button class="psc-cms-ui-button tabs-content-item drop-doaction-item drag-item psc-guid-oid-11605-tabs-content-item-doaction-game8" id="oid-11605-tabs-content-item-doaction-game8">Game(8)<input type="hidden" name="identifier" value="game8" /> <input type="hidden" name="type" value="doaction" /> <input type="hidden" name="data" value="[]" /></button>
<script type="text/javascript">
jQuery('button.psc-guid-oid-11605-tabs-content-item-doaction-game8')
.draggable({cancel:false,revert:false,helper:'clone',scroll:true,scrollSpeed:40,appendTo:'#oid-11605'})
.button({})
</script>
<br />
<button class="psc-cms-ui-button tabs-content-item drop-doaction-item drag-item psc-guid-oid-11605-tabs-content-item-doaction-game9" id="oid-11605-tabs-content-item-doaction-game9">Game(9)<input type="hidden" name="identifier" value="game9" /> <input type="hidden" name="type" value="doaction" /> <input type="hidden" name="data" value="[]" /></button>
<script type="text/javascript">
jQuery('button.psc-guid-oid-11605-tabs-content-item-doaction-game9')
.draggable({cancel:false,revert:false,helper:'clone',scroll:true,scrollSpeed:40,appendTo:'#oid-11605'})
.button({})
</script>
<br />
<button class="psc-cms-ui-button tabs-content-item drop-doaction-item drag-item psc-guid-oid-11605-tabs-content-item-doaction-game10" id="oid-11605-tabs-content-item-doaction-game10">Game(10)<input type="hidden" name="identifier" value="game10" /> <input type="hidden" name="type" value="doaction" /> <input type="hidden" name="data" value="[]" /></button>
<script type="text/javascript">
jQuery('button.psc-guid-oid-11605-tabs-content-item-doaction-game10')
.draggable({cancel:false,revert:false,helper:'clone',scroll:true,scrollSpeed:40,appendTo:'#oid-11605'})
.button({})
</script>
<br />
</div>
<h3><a href="#">Optionen</a></h3>
<div><button class="psc-cms-ui-button add-sounds psc-guid-4e5cb17768746">Sounds / Texte hinzufügen</button>
<script type="text/javascript">
jQuery('button.psc-guid-4e5cb17768746')
.button({icons:{primary:'ui-icon-circle-plus'}})
</script>
<br />
<button class="psc-cms-ui-button template-basic-button psc-guid-4e5cb17768c6e">Template benutzen: Basic-Button</button>
<script type="text/javascript">
jQuery('button.psc-guid-4e5cb17768c6e')
.button({icons:{primary:'ui-icon-script',secondary:'ui-icon-info'}})
</script>
<br />
<button class="psc-cms-ui-button template-knowledge-button psc-guid-4e5cb177691bd">Template benutzen: Knowledge-Button</button>
<script type="text/javascript">
jQuery('button.psc-guid-4e5cb177691bd')
.button({icons:{primary:'ui-icon-script',secondary:'ui-icon-info'}})
</script>
<br />
<button class="psc-cms-ui-button template-song-button psc-guid-4e5cb177696f5">Template benutzen: Song-Button</button>
<script type="text/javascript">
jQuery('button.psc-guid-4e5cb177696f5')
.button({icons:{primary:'ui-icon-script',secondary:'ui-icon-info'}})
</script>
<br />
<button class="psc-cms-ui-button template-story-button psc-guid-4e5cb17769c73">Template benutzen: Story-Button</button>
<script type="text/javascript">
jQuery('button.psc-guid-4e5cb17769c73')
.button({icons:{primary:'ui-icon-script',secondary:'ui-icon-info'}})
</script>
<br />
<br /><br />
<button class="psc-cms-ui-button psc-guid-4e5cb1776a1ac">OID löschen</button>
<script type="text/javascript">
jQuery('button.psc-guid-4e5cb1776a1ac')
.click(function (e) {
e.preventDefault();
})
.tabsContentItem({identifier:11605,type:'oid',data:{productId:2,pageId:8},drag:false})
.button({icons:{primary:'ui-icon-trash',secondary:'ui-icon-info'}})
</script>
<br />
</div>
</div>
<script type="text/javascript">
jQuery('div.psc-guid-oid-items-11605')
.accordion({collapsible:true,autoHeight:true,active:3})
</script>
<div class="mode"><fieldset class="ui-corner-all ui-widget-content psc-cms-ui-group mode entdecken" id="oid-11605-mode-1"><legend class="collapsible">Tippreihenfolge für Entdecken</legend>
<div class="content"><input type="hidden" name="modeNum" value="1" /><input type="hidden" name="modeId" value="1" /><fieldset class="ui-corner-all ui-widget-content psc-cms-ui-group tip"><legend>1. Tippen</legend>
<div class="content transition"><input type="hidden" name="tipNum" value="1" />
<input type="hidden" name="transitionId" value="" />
<div class="action" id="action-11605-1-1-1"><input type="hidden" name="actionId" value="" />
<input type="hidden" name="actionNum" value="1" /> <label for="drop-box-11605-1-1-1" class="drop-box small-font">Act0</label> <div class="drop-box ui-widget-content ui-corner-all psc-guid-drop-box-11605-1-1-1" style="min-height: 60px" id="drop-box-11605-1-1-1"></div>
<script type="text/javascript">
jQuery('div.psc-guid-drop-box-11605-1-1-1')
.sortable({cancel:false,start:function (event,ui) {
sortable = true;
},stop:function (event,ui) {
sortable = false;
},update:function (event, ui) {
if (ui.sender == null) { // nur die empfangene drop-box triggered
$(this).trigger('unsaved');
}
},connectWith:'#oid-11605 div.drop-box'})
.droppable({hoverClass:'hover',drop:function (event, ui) {
if (sortable) return;
var elem = ui.draggable;
var item = {
oid: 11605,
identifier: elem.find('input[name=identifier]').val(),
type: elem.find('input[name=type]').val()
};
$.matrixManager('addItemToBox', $(this), item);
}})
</script>
<label class="checkbox-label" title="Wenn aktiviert, werden alle Sounds in diesem Tip zufällig abgespielt. Wenn deaktiviert werden alle Sounds in diesem Tip nach der angegebenen Reihenfolge abgespielt."><input type="checkbox" name="random" value="true" /> Random?</label></div>
<button class="psc-cms-ui-button add-action psc-guid-add-action-11605-1-1" id="add-action-11605-1-1">weitere Aktion</button>
<script type="text/javascript">
jQuery('button.psc-guid-add-action-11605-1-1')
.button({icons:{primary:'ui-icon-plusthick'}})
</script>
</div></fieldset><button class="psc-cms-ui-button psc-cms-ui-add add-tipp psc-guid-add-tip-11605-1" id="add-tip-11605-1">weiteres Tippen</button>
<script type="text/javascript">
jQuery('button.psc-guid-add-tip-11605-1')
.button({icons:{primary:'ui-icon-circle-plus'}})
</script>
</div></fieldset></div><div class="mode"><fieldset class="ui-corner-all ui-widget-content psc-cms-ui-group mode wissen" id="oid-11605-mode-2"><legend class="collapsible">Tippreihenfolge für Wissen</legend>
<div class="content"><input type="hidden" name="modeNum" value="2" /><input type="hidden" name="modeId" value="2" /><fieldset class="ui-corner-all ui-widget-content psc-cms-ui-group tip"><legend>1. Tippen</legend>
<div class="content transition"><input type="hidden" name="tipNum" value="1" />
<input type="hidden" name="transitionId" value="" />
<div class="action" id="action-11605-2-1-1"><input type="hidden" name="actionId" value="" />
<input type="hidden" name="actionNum" value="1" /> <label for="drop-box-11605-2-1-1" class="drop-box small-font">Act0</label> <div class="drop-box ui-widget-content ui-corner-all psc-guid-drop-box-11605-2-1-1" style="min-height: 60px" id="drop-box-11605-2-1-1"></div>
<script type="text/javascript">
jQuery('div.psc-guid-drop-box-11605-2-1-1')
.sortable({cancel:false,start:function (event,ui) {
sortable = true;
},stop:function (event,ui) {
sortable = false;
},update:function (event, ui) {
if (ui.sender == null) { // nur die empfangene drop-box triggered
$(this).trigger('unsaved');
}
},connectWith:'#oid-11605 div.drop-box'})
.droppable({hoverClass:'hover',drop:function (event, ui) {
if (sortable) return;
var elem = ui.draggable;
var item = {
oid: 11605,
identifier: elem.find('input[name=identifier]').val(),
type: elem.find('input[name=type]').val()
};
$.matrixManager('addItemToBox', $(this), item);
}})
</script>
<label class="checkbox-label" title="Wenn aktiviert, werden alle Sounds in diesem Tip zufällig abgespielt. Wenn deaktiviert werden alle Sounds in diesem Tip nach der angegebenen Reihenfolge abgespielt."><input type="checkbox" name="random" value="true" /> Random?</label></div>
<button class="psc-cms-ui-button add-action psc-guid-add-action-11605-2-1" id="add-action-11605-2-1">weitere Aktion</button>
<script type="text/javascript">
jQuery('button.psc-guid-add-action-11605-2-1')
.button({icons:{primary:'ui-icon-plusthick'}})
</script>
</div></fieldset><button class="psc-cms-ui-button psc-cms-ui-add add-tipp psc-guid-add-tip-11605-2" id="add-tip-11605-2">weiteres Tippen</button>
<script type="text/javascript">
jQuery('button.psc-guid-add-tip-11605-2')
.button({icons:{primary:'ui-icon-circle-plus'}})
</script>
</div></fieldset></div><div class="mode"><fieldset class="ui-corner-all ui-widget-content psc-cms-ui-group mode erzählen" id="oid-11605-mode-3"><legend class="collapsible">Tippreihenfolge für Erzählen</legend>
<div class="content"><input type="hidden" name="modeNum" value="3" /><input type="hidden" name="modeId" value="3" /><fieldset class="ui-corner-all ui-widget-content psc-cms-ui-group tip"><legend>1. Tippen</legend>
<div class="content transition"><input type="hidden" name="tipNum" value="1" />
<input type="hidden" name="transitionId" value="" />
<div class="action" id="action-11605-3-1-1"><input type="hidden" name="actionId" value="" />
<input type="hidden" name="actionNum" value="1" /> <label for="drop-box-11605-3-1-1" class="drop-box small-font">Act0</label> <div class="drop-box ui-widget-content ui-corner-all psc-guid-drop-box-11605-3-1-1" style="min-height: 60px" id="drop-box-11605-3-1-1"></div>
<script type="text/javascript">
jQuery('div.psc-guid-drop-box-11605-3-1-1')
.sortable({cancel:false,start:function (event,ui) {
sortable = true;
},stop:function (event,ui) {
sortable = false;
},update:function (event, ui) {
if (ui.sender == null) { // nur die empfangene drop-box triggered
$(this).trigger('unsaved');
}
},connectWith:'#oid-11605 div.drop-box'})
.droppable({hoverClass:'hover',drop:function (event, ui) {
if (sortable) return;
var elem = ui.draggable;
var item = {
oid: 11605,
identifier: elem.find('input[name=identifier]').val(),
type: elem.find('input[name=type]').val()
};
$.matrixManager('addItemToBox', $(this), item);
}})
</script>
<label class="checkbox-label" title="Wenn aktiviert, werden alle Sounds in diesem Tip zufällig abgespielt. Wenn deaktiviert werden alle Sounds in diesem Tip nach der angegebenen Reihenfolge abgespielt."><input type="checkbox" name="random" value="true" /> Random?</label></div>
<button class="psc-cms-ui-button add-action psc-guid-add-action-11605-3-1" id="add-action-11605-3-1">weitere Aktion</button>
<script type="text/javascript">
jQuery('button.psc-guid-add-action-11605-3-1')
.button({icons:{primary:'ui-icon-plusthick'}})
</script>
</div></fieldset><button class="psc-cms-ui-button psc-cms-ui-add add-tipp psc-guid-add-tip-11605-3" id="add-tip-11605-3">weiteres Tippen</button>
<script type="text/javascript">
jQuery('button.psc-guid-add-tip-11605-3')
.button({icons:{primary:'ui-icon-circle-plus'}})
</script>
</div></fieldset></div><div class="mode"><fieldset class="ui-corner-all ui-widget-content psc-cms-ui-group mode game" id="oid-11605-mode-4"><legend class="collapsible">Tippreihenfolge für Game</legend>
<div class="content"><input type="hidden" name="modeNum" value="4" /><input type="hidden" name="modeId" value="4" /><fieldset class="ui-corner-all ui-widget-content psc-cms-ui-group tip"><legend>1. Tippen</legend>
<div class="content transition"><input type="hidden" name="tipNum" value="1" />
<input type="hidden" name="transitionId" value="" />
<div class="action" id="action-11605-4-1-1"><input type="hidden" name="actionId" value="" />
<input type="hidden" name="actionNum" value="1" /> <label for="drop-box-11605-4-1-1" class="drop-box small-font">Act0</label> <div class="drop-box ui-widget-content ui-corner-all psc-guid-drop-box-11605-4-1-1" style="min-height: 60px" id="drop-box-11605-4-1-1"></div>
<script type="text/javascript">
jQuery('div.psc-guid-drop-box-11605-4-1-1')
.sortable({cancel:false,start:function (event,ui) {
sortable = true;
},stop:function (event,ui) {
sortable = false;
},update:function (event, ui) {
if (ui.sender == null) { // nur die empfangene drop-box triggered
$(this).trigger('unsaved');
}
},connectWith:'#oid-11605 div.drop-box'})
.droppable({hoverClass:'hover',drop:function (event, ui) {
if (sortable) return;
var elem = ui.draggable;
var item = {
oid: 11605,
identifier: elem.find('input[name=identifier]').val(),
type: elem.find('input[name=type]').val()
};
$.matrixManager('addItemToBox', $(this), item);
}})
</script>
<label class="checkbox-label" title="Wenn aktiviert, werden alle Sounds in diesem Tip zufällig abgespielt. Wenn deaktiviert werden alle Sounds in diesem Tip nach der angegebenen Reihenfolge abgespielt."><input type="checkbox" name="random" value="true" /> Random?</label></div>
<button class="psc-cms-ui-button add-action psc-guid-add-action-11605-4-1" id="add-action-11605-4-1">weitere Aktion</button>
<script type="text/javascript">
jQuery('button.psc-guid-add-action-11605-4-1')
.button({icons:{primary:'ui-icon-plusthick'}})
</script>
</div></fieldset><button class="psc-cms-ui-button psc-cms-ui-add add-tipp psc-guid-add-tip-11605-4" id="add-tip-11605-4">weiteres Tippen</button>
<script type="text/javascript">
jQuery('button.psc-guid-add-tip-11605-4')
.button({icons:{primary:'ui-icon-circle-plus'}})
</script>
</div></fieldset></div><div class="clear"></div>
</form></div>
|
java-checks/src/main/resources/org/sonar/l10n/java/rules/squid/S3373_java.html
|
mbring/sonar-java
|
<p>It makes sense to handle all related actions in the same place. Thus, the same <code><action></code> might logically handle all facets of
CRUD on an entity, with no confusion in the naming about which <code><forward/></code> handles which facet. But go very far beyond that, and it
becomes difficult to maintain a transparent naming convention. </p>
<p>So to ease maintenance, this rule raises an issue when an <code><action></code> has more than the allowed number of
<code><forward/></code> tags.</p>
<h2>Noncompliant Code Example</h2>
<p>With the default threshold of 4:</p>
<pre>
<action path='/book' type='myapp.BookDispatchAction' name='form' parameter='method'>
<forward name='create' path='/WEB-INF/jsp/BookCreate.jspx' redirect='false'/>
<forward name='read' path='/WEB-INF/jsp/BookDetails' redirect='false'/>
<forward name='update' path='/WEB-INF/jsp/BookUpdate.jspx' redirect='false'/>
<forward name='delete' path='/WEB-INF/jsp/BookDelete.jspx' redirect='false'/>
<forward name='authorRead' path='WEB-INF/jsp/AuthorDetails' redirect='false'/> <!-- Noncompliant -->
</action>
</pre>
<h2>Compliant Solution</h2>
<pre>
<action path='/book' type='myapp.BookDispatchAction' name='bookForm' parameter='method'>
<forward name='create' path='/WEB-INF/jsp/BookCreate.jspx' redirect='false'/>
<forward name='read' path='/WEB-INF/jsp/BookDetails' redirect='false'/>
<forward name='update' path='/WEB-INF/jsp/BookUpdate.jspx' redirect='false'/>
<forward name='delete' path='/WEB-INF/jsp/BookDelete.jspx' redirect='false'/>
</action>
<action path='/author' type='myapp.AuthorDispatchAction' name='authorForm' parameter='method'>
<forward name='authorRead' path='WEB-INF/jsp/AuthorDetails' redirect='false'/>
</action>
</pre>
|
tnk1/messages/sofrim_amozeg_mqorot_index_0.html
|
erelsgl/erel-sites
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns='http://www.w3.org/1999/xhtml' lang='he' dir='rtl'>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=windows-1255' />
<meta http-equiv='Content-Script-Type' content='text/javascript' />
<meta http-equiv='revisit-after' content='15 days' />
<link rel='stylesheet' href='../../_script/klli.css' />
<link rel='stylesheet' href='../_themes/klli.css' />
<title>òì ðéñéí åàîåðä</title>
<meta name='author' content='àäøï àîåæâ' />
<meta name='receiver' content='./tnk1/sofrim/amozeg/mqorot/d.nisim' />
<meta name='jmQovc' content='tnk1/messages/sofrim_amozeg_mqorot_index_0.html' />
<meta name='tvnit' content='' />
</head>
<body lang='he' class='newarticle'><div class='pnim'>
<!--NiwutElyon0-->
<div class='NiwutElyon'>
<div class='NiwutElyon'><a class='link_to_homepage' href='../index.html'>øàùé</a>><a href='../sofrim/amozeg/mqorot/index.html'>ñåâéåú çééðå òì áñéñ î÷åøåú äéäãåú</a>></div>
</div>
<!--NiwutElyon1-->
<h1 id='h1'>òì ðéñéí åàîåðä</h1>
<div id='idfields'>
<p>îàú: àäøï àîåæâ</p>
<p>àì: ./tnk1/sofrim/amozeg/mqorot/d.nisim</p>
</div>
<script type='text/javascript' src='../../_script/vars.js'></script>
<script type='text/javascript'>kotrt()</script>
<div id='tokn'>
ìîçé÷ä
</div><!--tokn-->
<h2 id='tguvot'>úâåáåú</h2>
<ul id='ultguvot'>
<li></li>
</ul><!--end-->
<script type='text/javascript'>tguva();txtit()</script>
</div><!--pnim-->
</body>
</html>
|
qt_help/tutorial/Inserimento_programma_Task_fr.html
|
MECTsrl/mect_plugins
|
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=windows-1252"/>
<title>Insérer un programme dans une Tâche</title>
<style type="text/css">
@page { size: 21.59cm 27.94cm; margin-right: 2cm; margin-top: 2.5cm; margin-bottom: 1.5cm }
p { margin-bottom: 0.21cm; direction: ltr; color: #000000; orphans: 0; widows: 0 }
p.western { font-family: "Arial", "Times New Roman", serif; font-size: 10pt; so-language: it-IT }
h3.western { font-family: "Liberation Sans", "Arial", sans-serif; so-language: it-IT }
a:link { color: #0000ff }
a.cjk:visited { so-language: zh-CN }
</style>
</head>
<body>
<h3 class="western">Insérer un programme dans une Tâche</h3>
<p class="western">Après avoir créé le programme, nous pouvons l'insérer dans la tâche que nous voulons. Pour ce faire,
sélectionnez le programme dans l'onglet “Class”, et faites-le glisser (avec le bouton gauche de la souris) dans la tâche souhaitée.</p>
<p class="western"><strong>REMARQUE:</strong> Le même programme peut être utilisé puis instancié dans plusieurs tâches.</p>
<p class="western"><img src="Inserimento_programma_Task_1.png" name="Immagine164" align="bottom" width="243" height="314" border="0"/></p>
<p class="western">Dans le programme, il est possible d'insérer et d'utiliser une fonction et/ou un bloc fonction ; voir l'aide
ATCMcontrol pour plus de détails.</p>
<br/>
</body>
</html>
|
org-tvl-netbeans-zgrviewer/src/fr/inria/zvtm/widgets/package.html
|
sharwell/zgrnbviewer
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<title>fr.inria.zvtm.widgets package</title>
</head>
<body bgcolor="white">
<p>Specialized versions of conventional Swing widgets to be overlaid on top of ZVTM views, and ZVTM Glyph-based widgets such as pie menus.</p>
</body>
</html>
|
doc/javadoc/gate/util/class-use/AnnotationDiffer.html
|
liuhongchao/GATE_Developer_7.0
|
<!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_24) on Thu Feb 09 13:37:56 GMT 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Class gate.util.AnnotationDiffer (GATE JavaDoc)
</TITLE>
<META NAME="date" CONTENT="2012-02-09">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class gate.util.AnnotationDiffer (GATE JavaDoc)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </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="../../../gate/util/AnnotationDiffer.html" title="class in gate.util"><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="../../../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="#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?gate/util//class-useAnnotationDiffer.html" target="_top"><B>FRAMES</B></A>
<A HREF="AnnotationDiffer.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>gate.util.AnnotationDiffer</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="../../../gate/util/AnnotationDiffer.html" title="class in gate.util">AnnotationDiffer</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#gate.gui"><B>gate.gui</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#gate.util"><B>gate.util</B></A></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<A NAME="gate.gui"><!-- --></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="../../../gate/util/AnnotationDiffer.html" title="class in gate.util">AnnotationDiffer</A> in <A HREF="../../../gate/gui/package-summary.html">gate.gui</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">Fields in <A HREF="../../../gate/gui/package-summary.html">gate.gui</A> declared as <A HREF="../../../gate/util/AnnotationDiffer.html" title="class in gate.util">AnnotationDiffer</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected <A HREF="../../../gate/util/AnnotationDiffer.html" title="class in gate.util">AnnotationDiffer</A></CODE></FONT></TD>
<TD><CODE><B>AnnotationDiffGUI.</B><B><A HREF="../../../gate/gui/AnnotationDiffGUI.html#differ">differ</A></B></CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Fields in <A HREF="../../../gate/gui/package-summary.html">gate.gui</A> with type parameters of type <A HREF="../../../gate/util/AnnotationDiffer.html" title="class in gate.util">AnnotationDiffer</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected <A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</A><<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</A><<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>,<A HREF="../../../gate/util/AnnotationDiffer.html" title="class in gate.util">AnnotationDiffer</A>>></CODE></FONT></TD>
<TD><CODE><B>CorpusQualityAssurance.</B><B><A HREF="../../../gate/gui/CorpusQualityAssurance.html#differsByDocThenType">differsByDocThenType</A></B></CODE>
<BR>
ordered by document as in the <code>corpus</code>
then contains (annotation type * AnnotationDiffer)</TD>
</TR>
</TABLE>
<P>
<A NAME="gate.util"><!-- --></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="../../../gate/util/AnnotationDiffer.html" title="class in gate.util">AnnotationDiffer</A> in <A HREF="../../../gate/util/package-summary.html">gate.util</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">Fields in <A HREF="../../../gate/util/package-summary.html">gate.util</A> with type parameters of type <A HREF="../../../gate/util/AnnotationDiffer.html" title="class in gate.util">AnnotationDiffer</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected <A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A><<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>,<A HREF="../../../gate/util/AnnotationDiffer.html" title="class in gate.util">AnnotationDiffer</A>></CODE></FONT></TD>
<TD><CODE><B>OntologyMeasures.</B><B><A HREF="../../../gate/util/OntologyMeasures.html#differByTypeMap">differByTypeMap</A></B></CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../gate/util/package-summary.html">gate.util</A> that return <A HREF="../../../gate/util/AnnotationDiffer.html" title="class in gate.util">AnnotationDiffer</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected <A HREF="../../../gate/util/AnnotationDiffer.html" title="class in gate.util">AnnotationDiffer</A></CODE></FONT></TD>
<TD><CODE><B>CorpusBenchmarkTool.</B><B><A HREF="../../../gate/util/CorpusBenchmarkTool.html#measureDocs(gate.Document, gate.Document, java.lang.String)">measureDocs</A></B>(<A HREF="../../../gate/Document.html" title="interface in gate">Document</A> keyDoc,
<A HREF="../../../gate/Document.html" title="interface in gate">Document</A> respDoc,
<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> annotType)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../gate/util/package-summary.html">gate.util</A> that return types with arguments of type <A HREF="../../../gate/util/AnnotationDiffer.html" title="class in gate.util">AnnotationDiffer</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A><<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>,<A HREF="../../../gate/util/AnnotationDiffer.html" title="class in gate.util">AnnotationDiffer</A>></CODE></FONT></TD>
<TD><CODE><B>OntologyMeasures.</B><B><A HREF="../../../gate/util/OntologyMeasures.html#getDifferByTypeMap()">getDifferByTypeMap</A></B>()</CODE>
<BR>
Be careful, don't modify it.</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../gate/util/package-summary.html">gate.util</A> with parameters of type <A HREF="../../../gate/util/AnnotationDiffer.html" title="class in gate.util">AnnotationDiffer</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected void</CODE></FONT></TD>
<TD><CODE><B>CorpusBenchmarkTool.</B><B><A HREF="../../../gate/util/CorpusBenchmarkTool.html#printAnnotations(gate.util.AnnotationDiffer, gate.Document, gate.Document)">printAnnotations</A></B>(<A HREF="../../../gate/util/AnnotationDiffer.html" title="class in gate.util">AnnotationDiffer</A> annotDiff,
<A HREF="../../../gate/Document.html" title="interface in gate">Document</A> keyDoc,
<A HREF="../../../gate/Document.html" title="interface in gate">Document</A> respDoc)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected void</CODE></FONT></TD>
<TD><CODE><B>CorpusBenchmarkTool.</B><B><A HREF="../../../gate/util/CorpusBenchmarkTool.html#storeAnnotations(java.lang.String, gate.util.AnnotationDiffer, gate.Document, gate.Document, java.io.Writer)">storeAnnotations</A></B>(<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> type,
<A HREF="../../../gate/util/AnnotationDiffer.html" title="class in gate.util">AnnotationDiffer</A> annotDiffer,
<A HREF="../../../gate/Document.html" title="interface in gate">Document</A> keyDoc,
<A HREF="../../../gate/Document.html" title="interface in gate">Document</A> respDoc,
<A HREF="http://docs.oracle.com/javase/6/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</A> errFileWriter)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected void</CODE></FONT></TD>
<TD><CODE><B>CorpusBenchmarkTool.</B><B><A HREF="../../../gate/util/CorpusBenchmarkTool.html#updateStatistics(gate.util.AnnotationDiffer, java.lang.String)">updateStatistics</A></B>(<A HREF="../../../gate/util/AnnotationDiffer.html" title="class in gate.util">AnnotationDiffer</A> annotDiffer,
<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> annotType)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected void</CODE></FONT></TD>
<TD><CODE><B>CorpusBenchmarkTool.</B><B><A HREF="../../../gate/util/CorpusBenchmarkTool.html#updateStatisticsProc(gate.util.AnnotationDiffer, java.lang.String)">updateStatisticsProc</A></B>(<A HREF="../../../gate/util/AnnotationDiffer.html" title="class in gate.util">AnnotationDiffer</A> annotDiffer,
<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> annotType)</CODE>
<BR>
Update statistics for processed documents
The same procedure as updateStatistics with different hashTables</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Method parameters in <A HREF="../../../gate/util/package-summary.html">gate.util</A> with type arguments of type <A HREF="../../../gate/util/AnnotationDiffer.html" title="class in gate.util">AnnotationDiffer</A></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>OntologyMeasures.</B><B><A HREF="../../../gate/util/OntologyMeasures.html#calculateBdm(java.util.Collection)">calculateBdm</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A><<A HREF="../../../gate/util/AnnotationDiffer.html" title="class in gate.util">AnnotationDiffer</A>> differs)</CODE>
<BR>
For a document get the annotation differs that contain the type to compare
and the annotation differs that may have miscategorized annotations
for this type.</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Constructor parameters in <A HREF="../../../gate/util/package-summary.html">gate.util</A> with type arguments of type <A HREF="../../../gate/util/AnnotationDiffer.html" title="class in gate.util">AnnotationDiffer</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../gate/util/AnnotationDiffer.html#AnnotationDiffer(java.util.Collection)">AnnotationDiffer</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A><<A HREF="../../../gate/util/AnnotationDiffer.html" title="class in gate.util">AnnotationDiffer</A>> differs)</CODE>
<BR>
Constructor to be used when you have a collection of AnnotationDiffer
and want to consider it as only one AnnotationDiffer.</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="../../../gate/util/AnnotationDiffer.html" title="class in gate.util"><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="../../../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="#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?gate/util//class-useAnnotationDiffer.html" target="_top"><B>FRAMES</B></A>
<A HREF="AnnotationDiffer.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>
</BODY>
</HTML>
|
doc/javadoc/gate/corpora/class-use/TextualDocumentFormat.html
|
liuhongchao/GATE_Developer_7.0
|
<!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_24) on Thu Feb 09 13:37:54 GMT 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Class gate.corpora.TextualDocumentFormat (GATE JavaDoc)
</TITLE>
<META NAME="date" CONTENT="2012-02-09">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class gate.corpora.TextualDocumentFormat (GATE JavaDoc)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </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="../../../gate/corpora/TextualDocumentFormat.html" title="class in gate.corpora"><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="../../../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="#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?gate/corpora//class-useTextualDocumentFormat.html" target="_top"><B>FRAMES</B></A>
<A HREF="TextualDocumentFormat.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>gate.corpora.TextualDocumentFormat</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="../../../gate/corpora/TextualDocumentFormat.html" title="class in gate.corpora">TextualDocumentFormat</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#gate.corpora"><B>gate.corpora</B></A></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<A NAME="gate.corpora"><!-- --></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="../../../gate/corpora/TextualDocumentFormat.html" title="class in gate.corpora">TextualDocumentFormat</A> in <A HREF="../../../gate/corpora/package-summary.html">gate.corpora</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">Subclasses of <A HREF="../../../gate/corpora/TextualDocumentFormat.html" title="class in gate.corpora">TextualDocumentFormat</A> in <A HREF="../../../gate/corpora/package-summary.html">gate.corpora</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="../../../gate/corpora/EmailDocumentFormat.html" title="class in gate.corpora">EmailDocumentFormat</A></B></CODE>
<BR>
The format of Documents.</TD>
</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="../../../gate/corpora/NekoHtmlDocumentFormat.html" title="class in gate.corpora">NekoHtmlDocumentFormat</A></B></CODE>
<BR>
DocumentFormat that uses Andy Clark's <a
href="http://people.apache.org/~andyc/neko/doc/html/">NekoHTML</a>
parser to parse HTML documents.</TD>
</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="../../../gate/corpora/SgmlDocumentFormat.html" title="class in gate.corpora">SgmlDocumentFormat</A></B></CODE>
<BR>
The format of Documents.</TD>
</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="../../../gate/corpora/UimaDocumentFormat.html" title="class in gate.corpora">UimaDocumentFormat</A></B></CODE>
<BR>
UIMA XCAS and XMICAS document formats.</TD>
</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="../../../gate/corpora/XmlDocumentFormat.html" title="class in gate.corpora">XmlDocumentFormat</A></B></CODE>
<BR>
The format of Documents.</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="../../../gate/corpora/TextualDocumentFormat.html" title="class in gate.corpora"><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="../../../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="#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?gate/corpora//class-useTextualDocumentFormat.html" target="_top"><B>FRAMES</B></A>
<A HREF="TextualDocumentFormat.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>
</BODY>
</HTML>
|
web/src/main/webapp/components/directives/spinner/spinner.html
|
sklintyg/statistik
|
<div class="stat-spinner">
<div ng-show="showSpinner" class="spinner">
<div class="css-spinner"><img class="fa-spin" src="/assets/images/ajax-loader.gif"></div>
<p id="loading-message">
<strong><span>{{ label }}</span></strong>
</p>
</div>
<div ng-transclude></div>
</div>
|
qt-everywhere-opensource-src-4.7.4/doc/html/qtconcurrent-wordcount-wordcount-pro.html
|
ssangkong/NVRAM_KWU
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Qt 4.7: wordcount.pro Example File (qtconcurrent/wordcount/wordcount.pro)</title>
<link rel="stylesheet" type="text/css" href="style/offline.css" />
</head>
<body>
<div class="header" id="qtdocheader">
<div class="content">
<a href="index.html" class="qtref"><span>Qt Reference Documentation</span></a>
</div>
<div class="breadcrumb toolblock">
<ul>
<li class="first"><a href="index.html">Home</a></li>
<!-- Breadcrumbs go here -->
</ul>
</div>
</div>
<div class="content mainContent">
<h1 class="title">wordcount.pro Example File</h1>
<span class="small-subtitle">qtconcurrent/wordcount/wordcount.pro</span>
<!-- $$$qtconcurrent/wordcount/wordcount.pro-description -->
<div class="descr"> <a name="details"></a>
<pre class="cpp"> TEMPLATE = app
TARGET +=
DEPENDPATH += .
INCLUDEPATH += .
# Input
SOURCES += main.cpp
CONFIG += console
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtconcurrent/wordcount
sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES *.pro *.png
sources.path = $$[QT_INSTALL_EXAMPLES]/qtconcurrent/wordcount
INSTALLS += target sources
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)</pre>
</div>
<!-- @@@qtconcurrent/wordcount/wordcount.pro -->
<div class="ft">
<span></span>
</div>
</div>
<div class="footer">
<p>
<acronym title="Copyright">©</acronym> 2008-2011 Nokia Corporation and/or its
subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation
in Finland and/or other countries worldwide.</p>
<p>
All other trademarks are property of their respective owners. <a title="Privacy Policy"
href="http://qt.nokia.com/about/privacy-policy">Privacy Policy</a></p>
<br />
<p>
Licensees holding valid Qt Commercial licenses may use this document in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia.</p>
<p>
Alternatively, this document may be used under the terms of the <a href="http://www.gnu.org/licenses/fdl.html">GNU
Free Documentation License version 1.3</a>
as published by the Free Software Foundation.</p>
</div>
</body>
</html>
|
lib/encog-core-3.3.0/apidocs/org/encog/app/analyst/csv/basic/class-use/BasicFile.html
|
ars22/WorkflowScheduling
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.6.0_30) on Sat Oct 11 22:51:30 UTC 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class org.encog.app.analyst.csv.basic.BasicFile (Encog Core 3.3.0 API)</title>
<meta name="date" content="2014-10-11">
<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.encog.app.analyst.csv.basic.BasicFile (Encog Core 3.3.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="../../../../../../../org/encog/app/analyst/csv/basic/BasicFile.html" title="class in org.encog.app.analyst.csv.basic">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/encog/app/analyst/csv/basic//class-useBasicFile.html" target="_top">FRAMES</a></li>
<li><a href="BasicFile.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.encog.app.analyst.csv.basic.BasicFile" class="title">Uses of Class<br>org.encog.app.analyst.csv.basic.BasicFile</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/encog/app/analyst/csv/basic/BasicFile.html" title="class in org.encog.app.analyst.csv.basic">BasicFile</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.encog.app.analyst.csv">org.encog.app.analyst.csv</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.encog.app.analyst.csv.balance">org.encog.app.analyst.csv.balance</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.encog.app.analyst.csv.basic">org.encog.app.analyst.csv.basic</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.encog.app.analyst.csv.filter">org.encog.app.analyst.csv.filter</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.encog.app.analyst.csv.normalize">org.encog.app.analyst.csv.normalize</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.encog.app.analyst.csv.process">org.encog.app.analyst.csv.process</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.encog.app.analyst.csv.segregate">org.encog.app.analyst.csv.segregate</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.encog.app.analyst.csv.shuffle">org.encog.app.analyst.csv.shuffle</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.encog.app.analyst.csv.sort">org.encog.app.analyst.csv.sort</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.encog.app.quant.indicators">org.encog.app.quant.indicators</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.encog.app.quant.ninja">org.encog.app.quant.ninja</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.encog.app.analyst.csv">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/encog/app/analyst/csv/basic/BasicFile.html" title="class in org.encog.app.analyst.csv.basic">BasicFile</a> in <a href="../../../../../../../org/encog/app/analyst/csv/package-summary.html">org.encog.app.analyst.csv</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../../../org/encog/app/analyst/csv/basic/BasicFile.html" title="class in org.encog.app.analyst.csv.basic">BasicFile</a> in <a href="../../../../../../../org/encog/app/analyst/csv/package-summary.html">org.encog.app.analyst.csv</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/encog/app/analyst/csv/AnalystClusterCSV.html" title="class in org.encog.app.analyst.csv">AnalystClusterCSV</a></strong></code>
<div class="block">Used by the analyst to cluster a CSV file.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../../../org/encog/app/analyst/csv/AnalystEvaluateCSV.html" title="class in org.encog.app.analyst.csv">AnalystEvaluateCSV</a></strong></code>
<div class="block">Used by the analyst to evaluate a CSV file.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../../../org/encog/app/analyst/csv/AnalystEvaluateRawCSV.html" title="class in org.encog.app.analyst.csv">AnalystEvaluateRawCSV</a></strong></code>
<div class="block">Used by the analyst to evaluate a CSV file.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.encog.app.analyst.csv.balance">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/encog/app/analyst/csv/basic/BasicFile.html" title="class in org.encog.app.analyst.csv.basic">BasicFile</a> in <a href="../../../../../../../org/encog/app/analyst/csv/balance/package-summary.html">org.encog.app.analyst.csv.balance</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../../../org/encog/app/analyst/csv/basic/BasicFile.html" title="class in org.encog.app.analyst.csv.basic">BasicFile</a> in <a href="../../../../../../../org/encog/app/analyst/csv/balance/package-summary.html">org.encog.app.analyst.csv.balance</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/encog/app/analyst/csv/balance/BalanceCSV.html" title="class in org.encog.app.analyst.csv.balance">BalanceCSV</a></strong></code>
<div class="block">Balance a CSV file.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.encog.app.analyst.csv.basic">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/encog/app/analyst/csv/basic/BasicFile.html" title="class in org.encog.app.analyst.csv.basic">BasicFile</a> in <a href="../../../../../../../org/encog/app/analyst/csv/basic/package-summary.html">org.encog.app.analyst.csv.basic</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../../../org/encog/app/analyst/csv/basic/BasicFile.html" title="class in org.encog.app.analyst.csv.basic">BasicFile</a> in <a href="../../../../../../../org/encog/app/analyst/csv/basic/package-summary.html">org.encog.app.analyst.csv.basic</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/encog/app/analyst/csv/basic/BasicCachedFile.html" title="class in org.encog.app.analyst.csv.basic">BasicCachedFile</a></strong></code>
<div class="block">Forms the foundation of all of the cached files in Encog Quant.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.encog.app.analyst.csv.filter">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/encog/app/analyst/csv/basic/BasicFile.html" title="class in org.encog.app.analyst.csv.basic">BasicFile</a> in <a href="../../../../../../../org/encog/app/analyst/csv/filter/package-summary.html">org.encog.app.analyst.csv.filter</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../../../org/encog/app/analyst/csv/basic/BasicFile.html" title="class in org.encog.app.analyst.csv.basic">BasicFile</a> in <a href="../../../../../../../org/encog/app/analyst/csv/filter/package-summary.html">org.encog.app.analyst.csv.filter</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/encog/app/analyst/csv/filter/FilterCSV.html" title="class in org.encog.app.analyst.csv.filter">FilterCSV</a></strong></code>
<div class="block">This class can be used to remove certain rows from a CSV.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.encog.app.analyst.csv.normalize">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/encog/app/analyst/csv/basic/BasicFile.html" title="class in org.encog.app.analyst.csv.basic">BasicFile</a> in <a href="../../../../../../../org/encog/app/analyst/csv/normalize/package-summary.html">org.encog.app.analyst.csv.normalize</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../../../org/encog/app/analyst/csv/basic/BasicFile.html" title="class in org.encog.app.analyst.csv.basic">BasicFile</a> in <a href="../../../../../../../org/encog/app/analyst/csv/normalize/package-summary.html">org.encog.app.analyst.csv.normalize</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/encog/app/analyst/csv/normalize/AnalystNormalizeCSV.html" title="class in org.encog.app.analyst.csv.normalize">AnalystNormalizeCSV</a></strong></code>
<div class="block">Normalize, or denormalize, a CSV file.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../../../org/encog/app/analyst/csv/normalize/AnalystNormalizeToEGB.html" title="class in org.encog.app.analyst.csv.normalize">AnalystNormalizeToEGB</a></strong></code>
<div class="block">Normalize, or denormalize, a CSV file.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.encog.app.analyst.csv.process">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/encog/app/analyst/csv/basic/BasicFile.html" title="class in org.encog.app.analyst.csv.basic">BasicFile</a> in <a href="../../../../../../../org/encog/app/analyst/csv/process/package-summary.html">org.encog.app.analyst.csv.process</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../../../org/encog/app/analyst/csv/basic/BasicFile.html" title="class in org.encog.app.analyst.csv.basic">BasicFile</a> in <a href="../../../../../../../org/encog/app/analyst/csv/process/package-summary.html">org.encog.app.analyst.csv.process</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/encog/app/analyst/csv/process/AnalystProcess.html" title="class in org.encog.app.analyst.csv.process">AnalystProcess</a></strong></code>
<div class="block">Perform many different types of transformations on a CSV.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.encog.app.analyst.csv.segregate">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/encog/app/analyst/csv/basic/BasicFile.html" title="class in org.encog.app.analyst.csv.basic">BasicFile</a> in <a href="../../../../../../../org/encog/app/analyst/csv/segregate/package-summary.html">org.encog.app.analyst.csv.segregate</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../../../org/encog/app/analyst/csv/basic/BasicFile.html" title="class in org.encog.app.analyst.csv.basic">BasicFile</a> in <a href="../../../../../../../org/encog/app/analyst/csv/segregate/package-summary.html">org.encog.app.analyst.csv.segregate</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/encog/app/analyst/csv/segregate/SegregateCSV.html" title="class in org.encog.app.analyst.csv.segregate">SegregateCSV</a></strong></code>
<div class="block">This class is used to segregate a CSV file into several sub-files.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.encog.app.analyst.csv.shuffle">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/encog/app/analyst/csv/basic/BasicFile.html" title="class in org.encog.app.analyst.csv.basic">BasicFile</a> in <a href="../../../../../../../org/encog/app/analyst/csv/shuffle/package-summary.html">org.encog.app.analyst.csv.shuffle</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../../../org/encog/app/analyst/csv/basic/BasicFile.html" title="class in org.encog.app.analyst.csv.basic">BasicFile</a> in <a href="../../../../../../../org/encog/app/analyst/csv/shuffle/package-summary.html">org.encog.app.analyst.csv.shuffle</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/encog/app/analyst/csv/shuffle/ShuffleCSV.html" title="class in org.encog.app.analyst.csv.shuffle">ShuffleCSV</a></strong></code>
<div class="block">Randomly shuffle the lines of a CSV file.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.encog.app.analyst.csv.sort">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/encog/app/analyst/csv/basic/BasicFile.html" title="class in org.encog.app.analyst.csv.basic">BasicFile</a> in <a href="../../../../../../../org/encog/app/analyst/csv/sort/package-summary.html">org.encog.app.analyst.csv.sort</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../../../org/encog/app/analyst/csv/basic/BasicFile.html" title="class in org.encog.app.analyst.csv.basic">BasicFile</a> in <a href="../../../../../../../org/encog/app/analyst/csv/sort/package-summary.html">org.encog.app.analyst.csv.sort</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/encog/app/analyst/csv/sort/SortCSV.html" title="class in org.encog.app.analyst.csv.sort">SortCSV</a></strong></code>
<div class="block">Used to sort a CSV file by one, or more, fields.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.encog.app.quant.indicators">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/encog/app/analyst/csv/basic/BasicFile.html" title="class in org.encog.app.analyst.csv.basic">BasicFile</a> in <a href="../../../../../../../org/encog/app/quant/indicators/package-summary.html">org.encog.app.quant.indicators</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../../../org/encog/app/analyst/csv/basic/BasicFile.html" title="class in org.encog.app.analyst.csv.basic">BasicFile</a> in <a href="../../../../../../../org/encog/app/quant/indicators/package-summary.html">org.encog.app.quant.indicators</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/encog/app/quant/indicators/ProcessIndicators.html" title="class in org.encog.app.quant.indicators">ProcessIndicators</a></strong></code>
<div class="block">Process indicators and generate output.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.encog.app.quant.ninja">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/encog/app/analyst/csv/basic/BasicFile.html" title="class in org.encog.app.analyst.csv.basic">BasicFile</a> in <a href="../../../../../../../org/encog/app/quant/ninja/package-summary.html">org.encog.app.quant.ninja</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../../../org/encog/app/analyst/csv/basic/BasicFile.html" title="class in org.encog.app.analyst.csv.basic">BasicFile</a> in <a href="../../../../../../../org/encog/app/quant/ninja/package-summary.html">org.encog.app.quant.ninja</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/encog/app/quant/ninja/NinjaFileConvert.html" title="class in org.encog.app.quant.ninja">NinjaFileConvert</a></strong></code>
<div class="block">A simple class that shows how to convert financial data into the
form that NinjaTrader can recognize.</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/encog/app/analyst/csv/basic/BasicFile.html" title="class in org.encog.app.analyst.csv.basic">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/encog/app/analyst/csv/basic//class-useBasicFile.html" target="_top">FRAMES</a></li>
<li><a href="BasicFile.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 © 2014. All Rights Reserved.</small></p>
</body>
</html>
|
doc/modules/blowfish.html
|
leoagomes/lua-blowfish
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<head>
<title>Reference</title>
<link rel="stylesheet" href="../ldoc.css" type="text/css" />
</head>
<body>
<div id="container">
<div id="product">
<div id="product_logo"></div>
<div id="product_name"><big><b></b></big></div>
<div id="product_description"></div>
</div> <!-- id="product" -->
<div id="main">
<!-- Menu -->
<div id="navigation">
<br/>
<h1>Lua Blowfish</h1>
<ul>
<li><a href="../index.html">Index</a></li>
</ul>
<h2>Contents</h2>
<ul>
<li><a href="#Functions">Functions</a></li>
</ul>
<h2>Modules</h2>
<ul class="$(kind=='Topics' and '' or 'nowrap'">
<li><strong>blowfish</strong></li>
</ul>
<h2>Classes</h2>
<ul class="$(kind=='Topics' and '' or 'nowrap'">
<li><a href="../classes/BFContext.html">BFContext</a></li>
</ul>
<h2>Examples</h2>
<ul class="$(kind=='Topics' and '' or 'nowrap'">
<li><a href="../examples/example.lua.html">example.lua</a></li>
</ul>
</div>
<div id="content">
<h1>Module <code>blowfish</code></h1>
<p>Blowfish main module.</p>
<p></p>
<h2><a href="#Functions">Functions</a></h2>
<table class="function_list">
<tr>
<td class="name" nowrap><a href="#create">create (key)</a></td>
<td class="summary">Creates a new instance˙of a blowfish cypher.</td>
</tr>
</table>
<br/>
<br/>
<h2 class="section-header "><a name="Functions"></a>Functions</h2>
<dl class="function">
<dt>
<a name = "create"></a>
<strong>create (key)</strong>
</dt>
<dd>
Creates a new instance˙of a blowfish cypher.
</ul>
</ul>
<h3>Parameters:</h3>
<ul>
<li><span class="parameter">key</span>
<span class="types"><a class="type" href="http://www.lua.org/manual/5.1/manual.html#5.4">string</a></span>
the key to be used. It is from 4 to 112 bytes (or chars).
</li>
</ul>
<h3>Returns:</h3>
<ol>
<span class="types"><a class="type" href="../classes/BFContext.html#">BFContext</a></span>
a context to be used for encrypting/decrypting blocks
</ol>
</dd>
</dl>
</div> <!-- id="content" -->
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.3</a></i>
<i style="float:right;">Last updated 2016-03-26 23:19:14 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
</html>
|
tnk1/ktuv/mj/24-24.html
|
erelsgl/erel-sites
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns='http://www.w3.org/1999/xhtml' lang='he' dir='rtl'>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=windows-1255' />
<meta http-equiv='Content-Script-Type' content='text/javascript' />
<meta http-equiv='revisit-after' content='15 days' />
<link rel='stylesheet' href='../../../_script/klli.css' />
<link rel='stylesheet' href='../../_themes/klli.css' />
<link rel='canonical' href='http://tora.us.fm/tnk1/ktuv/mj/24-24.html' />
<title>äîöãé÷ àú äøùò éæëä ìáøëú äøùò åì÷ììú ëì ùàø äöéáåø</title>
<meta name='author' content='àøàì' />
<meta name='receiver' content='' />
<meta name='jmQovc' content='tnk1/ktuv/mj/24-24.html' />
<meta name='tvnit' content='' />
</head>
<body lang='he' class='sgulot'><div class='pnim'>
<!--NiwutElyon0-->
<div class='NiwutElyon'>
<div class='NiwutElyon'><a class='link_to_homepage' href='../../index.html'>øàùé</a>><a href='../../ktuv/mj/24-24.html'></a>></div>
</div>
<!--NiwutElyon1-->
<h1 id='h1'>äîöãé÷ àú äøùò éæëä ìáøëú äøùò åì÷ììú ëì ùàø äöéáåø</h1>
<div id='idfields'>
<p>îàú: àøàì</p>
</div>
<script type='text/javascript' src='../../../_script/vars.js'></script>
<script type='text/javascript'>kotrt()</script>
<div id='tokn'>
<table class='inner_navigation'>
<tr><td>
<a href='00-00.html'><b>ñôø îùìé</b></a>
ôø÷
<a href='01-00.html'>à</a>
<a href='02-00.html'>á</a>
<a href='03-00.html'>â</a>
<a href='04-00.html'>ã</a>
<a href='05-00.html'>ä</a>
<a href='06-00.html'>å</a>
<a href='07-00.html'>æ</a>
<a href='08-00.html'>ç</a>
<a href='09-00.html'>è</a>
<a href='10-00.html'>é</a>
<a href='11-00.html'>éà</a>
<a href='12-00.html'>éá</a>
<a href='13-00.html'>éâ</a>
<a href='14-00.html'>éã</a>
<a href='15-00.html'>èå</a>
<a href='16-00.html'>èæ</a>
<a href='17-00.html'>éæ</a>
<a href='18-00.html'>éç</a>
<a href='19-00.html'>éè</a>
<a href='20-00.html'>ë</a>
<a href='21-00.html'>ëà</a>
<a href='22-00.html'>ëá</a>
<a href='23-00.html'>ëâ</a>
<b>ëã</b>
<a href='25-00.html'>ëä</a>
<a href='26-00.html'>ëå</a>
<a href='27-00.html'>ëæ</a>
<a href='28-00.html'>ëç</a>
<a href='29-00.html'>ëè</a>
<a href='30-00.html'>ì</a>
<a href='31-00.html'>ìà</a>
</td></tr>
<tr><td>
<a href='24-00.html'>ôø÷ ëã</a> ôñå÷
<a href='24-01.html'>1</a>
<a href='24-02.html'>2</a>
<a href='24-03.html'>3</a>
<a href='24-04.html'>4</a>
<a href='24-05.html'>5</a>
<a href='24-06.html'>6</a>
<a href='24-07.html'>7</a>
<a href='24-08.html'>8</a>
<a href='24-09.html'>9</a>
<a href='24-10.html'>10</a>
<a href='24-11.html'>11</a>
<a href='24-12.html'>12</a>
<a href='24-13.html'>13</a>
<a href='24-14.html'>14</a>
<a href='24-15.html'>15</a>
<a href='24-16.html'>16</a>
<a href='24-17.html'>17</a>
<a href='24-18.html'>18</a>
<a href='24-19.html'>19</a>
<a href='24-20.html'>20</a>
<a href='24-21.html'>21</a>
<a href='24-22.html'>22</a>
<a href='24-23.html'>23</a>
<b>24</b>
<a href='24-25.html'>25</a>
<a href='24-26.html'>26</a>
<a href='24-27.html'>27</a>
<a href='24-28.html'>28</a>
<a href='24-29.html'>29</a>
<a href='24-30.html'>30</a>
<a href='24-31.html'>31</a>
<a href='24-32.html'>32</a>
<a href='24-33.html'>33</a>
<a href='24-34.html'>34</a>
<a href='24-99.html'>ñéëåí</a>
</td></tr>
</table><!-- inner_navigation -->
<div class='page single_height'>
<div class='verse_and_tirgumim'>
<div class='verse'>
<span class='verse_number'> ëã24</span>
<span class='verse_text'>àÉîÅø ìÀøÈùÑÈò 'öÇãÌÄé÷ àÈúÌÈä', éÄ÷ÌÀáËäåÌ òÇîÌÄéí, éÄæÀòÈîåÌäåÌ ìÀàËîÌÄéí -</span>
</div>
<div class='short'>
<div class='cell tirgum longcell'>
<h2 class='subtitle'>
ñâåìåú
</h2>
<div class='cellcontent'>
<p>- ùåôè àùø
<strong>àåîø ìøùò</strong> (äàîåø ìäéåú îåøùò áîùôè) "<strong>àúä öãé÷</strong>" (æëàé) - äøùò àîðí éáøê àåúå, àáì
<strong>äòí</strong> ëåìå
<strong>éé÷åá</strong> àú ùîå åé÷ìì àåúå,
<strong>äìàåí</strong> ëåìå
<strong>éæòí</strong> òìéå -</p>
</div><!--cellcontent-->
</div>
<div class='cell mcudot longcell'>
<h2 class='subtitle'>
îöåãåú
</h2>
<div class='cellcontent'>
<p><strong>àåîø ìøùò 'öãé÷ àúä' - é÷áåäå</strong> (é÷ììåäå) <strong>òîéí</strong>; ëé ëàùø éøàä äøùò ù÷åøàéí àåúå öãé÷, éúô÷ø òåã éåúø ìòùåú øòä ìëì äàåîä áëìì, åìæä é÷ììå ëåìí àú ä÷åøàå öãé÷.   åëï <strong>éæòîåäå </strong>(éëòñå òìéå)<strong> ìàåîéí</strong> (àåîåú); <small class="small">ëôì äãáø áîéìéí ùåðåú</small>.
</p>
</div><!--cellcontent-->
</div>
</div><!--short-->
</div><!--verse_and_tirgumim-->
<br style='clear:both; line-height:0' />
<div class='long'>
<div class='cell hqblot longcell'>
<h2 class='subtitle'>
ä÷áìåú
</h2>
<div class='cellcontent'>
<p>ëùáðé éùøàì ðëðñå ìàøõ éùøàì, äí ÷ééîå è÷ñ ùì áøëåú å÷ììåú,
<a class="psuq" href="/tnk1/prqim/t0527.htm#26">ãáøéí ëæ26</a>: "<q class="psuq">àÈøåÌø àÂùÑÆø ìÉà éÈ÷Äéí àÆú ãÌÄáÀøÅé äÇúÌåÉøÈä äÇæÌÉàú ìÇòÂùÒåÉú àåÉúÈí; åÀàÈîÇø ëÌÈì äÈòÈí 'àÈîÅï'</q>". ò"ô çæ"ì, ìôðé ëì ÷ììä äéúä áøëä äôåëä, ëâåï "<strong>áøåê àùø é÷éí àú ãáøé äúåøä äæàú</strong>".
</p><p><strong>ä÷îú äúåøä</strong> ëåììú, áéï äùàø, úåëçåú ìàðùéí ùòåáøéí òì äúåøä.
îëàï, îé ùàéðå îåëéç àú äøùòéí àìà àåîø ìäí ùäí öãé÷éí - ééòðù á÷ììä
ùëì ùáèé éùøàì (äð÷øàéí òîéí) ÷éììå àú äàðùéí ùàéðí î÷éîéí àú äúåøä:
<strong>é÷áåäå òîéí, éæòîåäå ìàåîéí</strong>; åîöã ùðé, îé ùîåëéç àú äøùòéí åî÷éí àú äúåøä, éæëä ááøëä:
<strong>åòìéäí úáåà áøëú èåá</strong>
<small>(äçôõ çééí, ñôø çåîú äãú, îàîø çéæå÷ äãú, îàîø ã)</small>.</p>
</div><!--cellcontent-->
</div>
</div><!--long-->
</div><!--page-->
<table class='inner_navigation'>
<tr><td>
<a href='24-00.html'>ôø÷ ëã</a> ôñå÷
<a href='24-01.html'>1</a>
<a href='24-02.html'>2</a>
<a href='24-03.html'>3</a>
<a href='24-04.html'>4</a>
<a href='24-05.html'>5</a>
<a href='24-06.html'>6</a>
<a href='24-07.html'>7</a>
<a href='24-08.html'>8</a>
<a href='24-09.html'>9</a>
<a href='24-10.html'>10</a>
<a href='24-11.html'>11</a>
<a href='24-12.html'>12</a>
<a href='24-13.html'>13</a>
<a href='24-14.html'>14</a>
<a href='24-15.html'>15</a>
<a href='24-16.html'>16</a>
<a href='24-17.html'>17</a>
<a href='24-18.html'>18</a>
<a href='24-19.html'>19</a>
<a href='24-20.html'>20</a>
<a href='24-21.html'>21</a>
<a href='24-22.html'>22</a>
<a href='24-23.html'>23</a>
<b>24</b>
<a href='24-25.html'>25</a>
<a href='24-26.html'>26</a>
<a href='24-27.html'>27</a>
<a href='24-28.html'>28</a>
<a href='24-29.html'>29</a>
<a href='24-30.html'>30</a>
<a href='24-31.html'>31</a>
<a href='24-32.html'>32</a>
<a href='24-33.html'>33</a>
<a href='24-34.html'>34</a>
<a href='24-99.html'>ñéëåí</a>
</td></tr>
<tr><td>
<a href='00-00.html'><b>ñôø îùìé</b></a>
ôø÷
<a href='01-00.html'>à</a>
<a href='02-00.html'>á</a>
<a href='03-00.html'>â</a>
<a href='04-00.html'>ã</a>
<a href='05-00.html'>ä</a>
<a href='06-00.html'>å</a>
<a href='07-00.html'>æ</a>
<a href='08-00.html'>ç</a>
<a href='09-00.html'>è</a>
<a href='10-00.html'>é</a>
<a href='11-00.html'>éà</a>
<a href='12-00.html'>éá</a>
<a href='13-00.html'>éâ</a>
<a href='14-00.html'>éã</a>
<a href='15-00.html'>èå</a>
<a href='16-00.html'>èæ</a>
<a href='17-00.html'>éæ</a>
<a href='18-00.html'>éç</a>
<a href='19-00.html'>éè</a>
<a href='20-00.html'>ë</a>
<a href='21-00.html'>ëà</a>
<a href='22-00.html'>ëá</a>
<a href='23-00.html'>ëâ</a>
<b>ëã</b>
<a href='25-00.html'>ëä</a>
<a href='26-00.html'>ëå</a>
<a href='27-00.html'>ëæ</a>
<a href='28-00.html'>ëç</a>
<a href='29-00.html'>ëè</a>
<a href='30-00.html'>ì</a>
<a href='31-00.html'>ìà</a>
</td></tr>
</table><!-- inner_navigation -->
</div><!--tokn-->
<h2 id='tguvot'>úâåáåú</h2>
<ul id='ultguvot'>
<li></li>
</ul><!--end-->
<script type='text/javascript'>tguva();txtit()</script>
</div><!--pnim-->
</body>
</html>
|
doc/html/odtone/mih/tlv_unauthenticated_inf_idp5774384.html
|
ATNoG/EMICOM
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Global tlv_unauthenticated_info_req</title>
<link rel="stylesheet" href="../../boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="../../index.html" title="ODTONE 0.4">
<link rel="up" href="../../odtone_mih_library.html#header..home.carlos.Projectos.odtone.inc.odtone.mih.tlv_types_hpp" title="Header </home/carlos/Projectos/odtone/inc/odtone/mih/tlv_types.hpp>">
<link rel="prev" href="tlv_poa.html" title="Global tlv_poa">
<link rel="next" href="tlv_network_type.html" title="Global tlv_network_type">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr><td valign="top"><img alt="'ODTONE - Open Dot Twenty One'" width="100" height="100" src="../.././images/logo.png"></td></tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="tlv_poa.html"><img src="../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../../odtone_mih_library.html#header..home.carlos.Projectos.odtone.inc.odtone.mih.tlv_types_hpp"><img src="../../images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../images/home.png" alt="Home"></a><a accesskey="n" href="tlv_network_type.html"><img src="../../images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="odtone.mih.tlv_unauthenticated_inf_idp5774384"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Global tlv_unauthenticated_info_req</span></h2>
<p>odtone::mih::tlv_unauthenticated_info_req</p>
</div>
<h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2>
<div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: <<a class="link" href="../../odtone_mih_library.html#header..home.carlos.Projectos.odtone.inc.odtone.mih.tlv_types_hpp" title="Header </home/carlos/Projectos/odtone/inc/odtone/mih/tlv_types.hpp>">/home/carlos/Projectos/odtone/inc/odtone/mih/tlv_types.hpp</a>>
</span><span class="keyword">static</span> <span class="keyword">const</span> <a class="link" href="tlv_cast_.html" title="Class template tlv_cast_">tlv_cast_</a><span class="special"><</span> <span class="keyword">bool</span><span class="special">,</span> <a class="link" href="tlv_.html" title="Struct template tlv_">tlv_</a><span class="special"><</span> <span class="number">61</span> <span class="special">></span> <span class="special">></span> tlv_unauthenticated_info_req<span class="special">;</span></pre></div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2009-2012 Universidade
Aveiro<br>Copyright © 2009-2012 Instituto
de Telecomunicações - Pólo Aveiro<p>
This software is distributed under a license. The full license agreement
can be found in the LICENSE in this distribution. This software may not be
copied, modified, sold or distributed other than expressed in the named license
agreement. This software is distributed without any warranty.
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="tlv_poa.html"><img src="../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../../odtone_mih_library.html#header..home.carlos.Projectos.odtone.inc.odtone.mih.tlv_types_hpp"><img src="../../images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../images/home.png" alt="Home"></a><a accesskey="n" href="tlv_network_type.html"><img src="../../images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
lib/Docs/javadoc/org/lwjgl/opengl/NVParameterBufferObject.html
|
GokulEvuri/VenganceRabbit
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_26) on Sun Dec 22 15:55:34 GMT 2013 -->
<TITLE>
NVParameterBufferObject (LWJGL API)
</TITLE>
<META NAME="date" CONTENT="2013-12-22">
<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="NVParameterBufferObject (LWJGL 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/NVParameterBufferObject.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/lwjgl/opengl/NVPackedDepthStencil.html" title="class in org.lwjgl.opengl"><B>PREV CLASS</B></A>
<A HREF="../../../org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?org/lwjgl/opengl/NVParameterBufferObject.html" target="_top"><B>FRAMES</B></A>
<A HREF="NVParameterBufferObject.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 | <A HREF="#field_summary">FIELD</A> | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: <A HREF="#field_detail">FIELD</A> | 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.lwjgl.opengl</FONT>
<BR>
Class NVParameterBufferObject</H2>
<PRE>
java.lang.Object
<IMG SRC="../../../resources/inherit.gif" ALT="extended by "><B>org.lwjgl.opengl.NVParameterBufferObject</B>
</PRE>
<HR>
<DL>
<DT><PRE>public final class <B>NVParameterBufferObject</B><DT>extends java.lang.Object</DL>
</PRE>
<P>
<HR>
<P>
<!-- =========== FIELD SUMMARY =========== -->
<A NAME="field_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Field Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/lwjgl/opengl/NVParameterBufferObject.html#GL_FRAGMENT_PROGRAM_PARAMETER_BUFFER_NV">GL_FRAGMENT_PROGRAM_PARAMETER_BUFFER_NV</A></B></CODE>
<BR>
Accepted by the <target> parameter of ProgramBufferParametersfvNV,
ProgramBufferParametersIivNV, and ProgramBufferParametersIuivNV,
BindBufferRangeNV, BindBufferOffsetNV, BindBufferBaseNV, and BindBuffer
and the <value> parameter of GetIntegerIndexedvEXT:</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/lwjgl/opengl/NVParameterBufferObject.html#GL_GEOMETRY_PROGRAM_PARAMETER_BUFFER_NV">GL_GEOMETRY_PROGRAM_PARAMETER_BUFFER_NV</A></B></CODE>
<BR>
Accepted by the <target> parameter of ProgramBufferParametersfvNV,
ProgramBufferParametersIivNV, and ProgramBufferParametersIuivNV,
BindBufferRangeNV, BindBufferOffsetNV, BindBufferBaseNV, and BindBuffer
and the <value> parameter of GetIntegerIndexedvEXT:</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/lwjgl/opengl/NVParameterBufferObject.html#GL_MAX_PROGRAM_PARAMETER_BUFFER_BINDINGS_NV">GL_MAX_PROGRAM_PARAMETER_BUFFER_BINDINGS_NV</A></B></CODE>
<BR>
Accepted by the <pname> parameter of GetProgramivARB:</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/lwjgl/opengl/NVParameterBufferObject.html#GL_MAX_PROGRAM_PARAMETER_BUFFER_SIZE_NV">GL_MAX_PROGRAM_PARAMETER_BUFFER_SIZE_NV</A></B></CODE>
<BR>
Accepted by the <pname> parameter of GetProgramivARB:</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/lwjgl/opengl/NVParameterBufferObject.html#GL_VERTEX_PROGRAM_PARAMETER_BUFFER_NV">GL_VERTEX_PROGRAM_PARAMETER_BUFFER_NV</A></B></CODE>
<BR>
Accepted by the <target> parameter of ProgramBufferParametersfvNV,
ProgramBufferParametersIivNV, and ProgramBufferParametersIuivNV,
BindBufferRangeNV, BindBufferOffsetNV, BindBufferBaseNV, and BindBuffer
and the <value> parameter of GetIntegerIndexedvEXT:</TD>
</TR>
</TABLE>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/lwjgl/opengl/NVParameterBufferObject.html#glProgramBufferParametersINV(int, int, int, java.nio.IntBuffer)">glProgramBufferParametersINV</A></B>(int target,
int buffer,
int index,
java.nio.IntBuffer params)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/lwjgl/opengl/NVParameterBufferObject.html#glProgramBufferParametersIuNV(int, int, int, java.nio.IntBuffer)">glProgramBufferParametersIuNV</A></B>(int target,
int buffer,
int index,
java.nio.IntBuffer params)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/lwjgl/opengl/NVParameterBufferObject.html#glProgramBufferParametersNV(int, int, int, java.nio.FloatBuffer)">glProgramBufferParametersNV</A></B>(int target,
int buffer,
int index,
java.nio.FloatBuffer params)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ============ FIELD DETAIL =========== -->
<A NAME="field_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Field Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="GL_MAX_PROGRAM_PARAMETER_BUFFER_BINDINGS_NV"><!-- --></A><H3>
GL_MAX_PROGRAM_PARAMETER_BUFFER_BINDINGS_NV</H3>
<PRE>
public static final int <B>GL_MAX_PROGRAM_PARAMETER_BUFFER_BINDINGS_NV</B></PRE>
<DL>
<DD>Accepted by the <pname> parameter of GetProgramivARB:
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.lwjgl.opengl.NVParameterBufferObject.GL_MAX_PROGRAM_PARAMETER_BUFFER_BINDINGS_NV">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="GL_MAX_PROGRAM_PARAMETER_BUFFER_SIZE_NV"><!-- --></A><H3>
GL_MAX_PROGRAM_PARAMETER_BUFFER_SIZE_NV</H3>
<PRE>
public static final int <B>GL_MAX_PROGRAM_PARAMETER_BUFFER_SIZE_NV</B></PRE>
<DL>
<DD>Accepted by the <pname> parameter of GetProgramivARB:
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.lwjgl.opengl.NVParameterBufferObject.GL_MAX_PROGRAM_PARAMETER_BUFFER_SIZE_NV">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="GL_VERTEX_PROGRAM_PARAMETER_BUFFER_NV"><!-- --></A><H3>
GL_VERTEX_PROGRAM_PARAMETER_BUFFER_NV</H3>
<PRE>
public static final int <B>GL_VERTEX_PROGRAM_PARAMETER_BUFFER_NV</B></PRE>
<DL>
<DD>Accepted by the <target> parameter of ProgramBufferParametersfvNV,
ProgramBufferParametersIivNV, and ProgramBufferParametersIuivNV,
BindBufferRangeNV, BindBufferOffsetNV, BindBufferBaseNV, and BindBuffer
and the <value> parameter of GetIntegerIndexedvEXT:
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.lwjgl.opengl.NVParameterBufferObject.GL_VERTEX_PROGRAM_PARAMETER_BUFFER_NV">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="GL_GEOMETRY_PROGRAM_PARAMETER_BUFFER_NV"><!-- --></A><H3>
GL_GEOMETRY_PROGRAM_PARAMETER_BUFFER_NV</H3>
<PRE>
public static final int <B>GL_GEOMETRY_PROGRAM_PARAMETER_BUFFER_NV</B></PRE>
<DL>
<DD>Accepted by the <target> parameter of ProgramBufferParametersfvNV,
ProgramBufferParametersIivNV, and ProgramBufferParametersIuivNV,
BindBufferRangeNV, BindBufferOffsetNV, BindBufferBaseNV, and BindBuffer
and the <value> parameter of GetIntegerIndexedvEXT:
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.lwjgl.opengl.NVParameterBufferObject.GL_GEOMETRY_PROGRAM_PARAMETER_BUFFER_NV">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="GL_FRAGMENT_PROGRAM_PARAMETER_BUFFER_NV"><!-- --></A><H3>
GL_FRAGMENT_PROGRAM_PARAMETER_BUFFER_NV</H3>
<PRE>
public static final int <B>GL_FRAGMENT_PROGRAM_PARAMETER_BUFFER_NV</B></PRE>
<DL>
<DD>Accepted by the <target> parameter of ProgramBufferParametersfvNV,
ProgramBufferParametersIivNV, and ProgramBufferParametersIuivNV,
BindBufferRangeNV, BindBufferOffsetNV, BindBufferBaseNV, and BindBuffer
and the <value> parameter of GetIntegerIndexedvEXT:
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.lwjgl.opengl.NVParameterBufferObject.GL_FRAGMENT_PROGRAM_PARAMETER_BUFFER_NV">Constant Field Values</A></DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="glProgramBufferParametersNV(int, int, int, java.nio.FloatBuffer)"><!-- --></A><H3>
glProgramBufferParametersNV</H3>
<PRE>
public static void <B>glProgramBufferParametersNV</B>(int target,
int buffer,
int index,
java.nio.FloatBuffer params)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="glProgramBufferParametersINV(int, int, int, java.nio.IntBuffer)"><!-- --></A><H3>
glProgramBufferParametersINV</H3>
<PRE>
public static void <B>glProgramBufferParametersINV</B>(int target,
int buffer,
int index,
java.nio.IntBuffer params)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="glProgramBufferParametersIuNV(int, int, int, java.nio.IntBuffer)"><!-- --></A><H3>
glProgramBufferParametersIuNV</H3>
<PRE>
public static void <B>glProgramBufferParametersIuNV</B>(int target,
int buffer,
int index,
java.nio.IntBuffer params)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </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/NVParameterBufferObject.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/lwjgl/opengl/NVPackedDepthStencil.html" title="class in org.lwjgl.opengl"><B>PREV CLASS</B></A>
<A HREF="../../../org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?org/lwjgl/opengl/NVParameterBufferObject.html" target="_top"><B>FRAMES</B></A>
<A HREF="NVParameterBufferObject.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 | <A HREF="#field_summary">FIELD</A> | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: <A HREF="#field_detail">FIELD</A> | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<i>Copyright © 2002-2009 lwjgl.org. All Rights Reserved.</i>
</BODY>
</HTML>
|
doc/html/classserver_1_1zone_1_1objects_1_1tangible_1_1powerup_1_1_powerup_object_helper-members.html
|
kidaa/Awakening-Core3
|
<!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.3.1"/>
<title>Core3: 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 style="padding-left: 0.5em;">
<div id="projectname">Core3
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.3.1 -->
<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>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespaceserver.html">server</a></li><li class="navelem"><a class="el" href="namespaceserver_1_1zone.html">zone</a></li><li class="navelem"><a class="el" href="namespaceserver_1_1zone_1_1objects.html">objects</a></li><li class="navelem"><a class="el" href="namespaceserver_1_1zone_1_1objects_1_1tangible.html">tangible</a></li><li class="navelem"><a class="el" href="namespaceserver_1_1zone_1_1objects_1_1tangible_1_1powerup.html">powerup</a></li><li class="navelem"><a class="el" href="classserver_1_1zone_1_1objects_1_1tangible_1_1powerup_1_1_powerup_object_helper.html">PowerupObjectHelper</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">server::zone::objects::tangible::powerup::PowerupObjectHelper Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="classserver_1_1zone_1_1objects_1_1tangible_1_1powerup_1_1_powerup_object_helper.html">server::zone::objects::tangible::powerup::PowerupObjectHelper</a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="classserver_1_1zone_1_1objects_1_1tangible_1_1powerup_1_1_powerup_object_helper.html#aae8da6d68889dfbbf20bfef4823b4bb9">createAdapter</a>(DistributedObjectStub *obj)</td><td class="entry"><a class="el" href="classserver_1_1zone_1_1objects_1_1tangible_1_1powerup_1_1_powerup_object_helper.html">server::zone::objects::tangible::powerup::PowerupObjectHelper</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classserver_1_1zone_1_1objects_1_1tangible_1_1powerup_1_1_powerup_object_helper.html#afe01a1c415d95dc5b724c98e17007cc0">finalizeHelper</a>()</td><td class="entry"><a class="el" href="classserver_1_1zone_1_1objects_1_1tangible_1_1powerup_1_1_powerup_object_helper.html">server::zone::objects::tangible::powerup::PowerupObjectHelper</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classserver_1_1zone_1_1objects_1_1tangible_1_1powerup_1_1_powerup_object_helper.html#a1d6263e57237d3429fd01ecf89730600">instantiateObject</a>()</td><td class="entry"><a class="el" href="classserver_1_1zone_1_1objects_1_1tangible_1_1powerup_1_1_powerup_object_helper.html">server::zone::objects::tangible::powerup::PowerupObjectHelper</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classserver_1_1zone_1_1objects_1_1tangible_1_1powerup_1_1_powerup_object_helper.html#a82ebfc6391a64107ac90da2895f798b7">instantiateServant</a>()</td><td class="entry"><a class="el" href="classserver_1_1zone_1_1objects_1_1tangible_1_1powerup_1_1_powerup_object_helper.html">server::zone::objects::tangible::powerup::PowerupObjectHelper</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classserver_1_1zone_1_1objects_1_1tangible_1_1powerup_1_1_powerup_object_helper.html#af40f059398c3a9e851260b19da851944">PowerupObjectHelper</a>()</td><td class="entry"><a class="el" href="classserver_1_1zone_1_1objects_1_1tangible_1_1powerup_1_1_powerup_object_helper.html">server::zone::objects::tangible::powerup::PowerupObjectHelper</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classserver_1_1zone_1_1objects_1_1tangible_1_1powerup_1_1_powerup_object_helper.html#a66db0d62d8d7312232efa8e08b233418">Singleton< PowerupObjectHelper ></a> class</td><td class="entry"><a class="el" href="classserver_1_1zone_1_1objects_1_1tangible_1_1powerup_1_1_powerup_object_helper.html">server::zone::objects::tangible::powerup::PowerupObjectHelper</a></td><td class="entry"><span class="mlabel">friend</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classserver_1_1zone_1_1objects_1_1tangible_1_1powerup_1_1_powerup_object_helper.html#a58d80f6c13a3785ad9bd13ffbd5170f0">staticInitializer</a></td><td class="entry"><a class="el" href="classserver_1_1zone_1_1objects_1_1tangible_1_1powerup_1_1_powerup_object_helper.html">server::zone::objects::tangible::powerup::PowerupObjectHelper</a></td><td class="entry"><span class="mlabel">private</span><span class="mlabel">static</span></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Oct 15 2013 17:30:09 for Core3 by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.3.1
</small></address>
</body>
</html>
|
dataloader/doc/com/poesys/accounting/dataloader/oldaccounting/AccountGroup.html
|
Poesys-Associates/dataloader
|
<!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 Tue Jan 16 10:58:46 PST 2018 -->
<title>AccountGroup</title>
<meta name="date" content="2018-01-16">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="AccountGroup";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/AccountGroup.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/poesys/accounting/dataloader/oldaccounting/Account.html" title="class in com.poesys.accounting.dataloader.oldaccounting"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../../com/poesys/accounting/dataloader/oldaccounting/AccountMap.html" title="class in com.poesys.accounting.dataloader.oldaccounting"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?com/poesys/accounting/dataloader/oldaccounting/AccountGroup.html" target="_top">Frames</a></li>
<li><a href="AccountGroup.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">com.poesys.accounting.dataloader.oldaccounting</div>
<h2 title="Class AccountGroup" class="title">Class AccountGroup</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li><a href="../../../../../com/poesys/accounting/dataloader/oldaccounting/AbstractReaderDto.html" title="class in com.poesys.accounting.dataloader.oldaccounting">com.poesys.accounting.dataloader.oldaccounting.AbstractReaderDto</a></li>
<li>
<ul class="inheritance">
<li>com.poesys.accounting.dataloader.oldaccounting.AccountGroup</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd>java.lang.Comparable<<a href="../../../../../com/poesys/accounting/dataloader/oldaccounting/AccountGroup.html" title="class in com.poesys.accounting.dataloader.oldaccounting">AccountGroup</a>></dd>
</dl>
<hr>
<br>
<pre>public class <span class="typeNameLabel">AccountGroup</span>
extends <a href="../../../../../com/poesys/accounting/dataloader/oldaccounting/AbstractReaderDto.html" title="class in com.poesys.accounting.dataloader.oldaccounting">AbstractReaderDto</a>
implements java.lang.Comparable<<a href="../../../../../com/poesys/accounting/dataloader/oldaccounting/AccountGroup.html" title="class in com.poesys.accounting.dataloader.oldaccounting">AccountGroup</a>></pre>
<div class="block"><p> Data transfer object representing old-accounting account group data; groups the accounts into
categories like Cash or Accounts Receivable by grouping the account numbers into ranges. Each
account group has a starting account number and and ending account number that defines the range
of accounts in the group. The contains() method lets the client determine whether an account
number is in this group. The groups within a year should be mutually exclusive; that is, the
start-end intervals must not overlap. The equals() method tests for equality based on name, year,
and account type. </p> <p> Reads the data from a tab-delimited file with three fields: start,
end, name </p> <p> This test suite tests the branches for the AbstractReaderDto superclass
constructor by instantiating a concrete subclass and verifying the appropriate exceptions. The
test suites for the other concrete subclasses thus do not test these cases. </p></div>
<dl>
<dt><span class="simpleTagLabel">Author:</span></dt>
<dd>Robert J. Muller</dd>
</dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private java.lang.Float</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/poesys/accounting/dataloader/oldaccounting/AccountGroup.html#end">end</a></span></code>
<div class="block">last account number in group</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/poesys/accounting/dataloader/oldaccounting/AccountGroup.html#name">name</a></span></code>
<div class="block">the name of the group</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private java.lang.Integer</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/poesys/accounting/dataloader/oldaccounting/AccountGroup.html#orderNumber">orderNumber</a></span></code>
<div class="block">rank order of group within account type</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private java.lang.Float</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/poesys/accounting/dataloader/oldaccounting/AccountGroup.html#start">start</a></span></code>
<div class="block">first account number in group</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private java.lang.Integer</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/poesys/accounting/dataloader/oldaccounting/AccountGroup.html#year">year</a></span></code>
<div class="block">the fiscal year to which the account group applies</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.com.poesys.accounting.dataloader.oldaccounting.AbstractReaderDto">
<!-- -->
</a>
<h3>Fields inherited from class com.poesys.accounting.dataloader.oldaccounting.<a href="../../../../../com/poesys/accounting/dataloader/oldaccounting/AbstractReaderDto.html" title="class in com.poesys.accounting.dataloader.oldaccounting">AbstractReaderDto</a></h3>
<code><a href="../../../../../com/poesys/accounting/dataloader/oldaccounting/AbstractReaderDto.html#DELIMITER">DELIMITER</a>, <a href="../../../../../com/poesys/accounting/dataloader/oldaccounting/AbstractReaderDto.html#END_OF_STREAM_MSG">END_OF_STREAM_MSG</a>, <a href="../../../../../com/poesys/accounting/dataloader/oldaccounting/AbstractReaderDto.html#INVALID_FIELDS_ERROR">INVALID_FIELDS_ERROR</a>, <a href="../../../../../com/poesys/accounting/dataloader/oldaccounting/AbstractReaderDto.html#IO_EXCEPTION_ERROR">IO_EXCEPTION_ERROR</a>, <a href="../../../../../com/poesys/accounting/dataloader/oldaccounting/AbstractReaderDto.html#NULL_PARAMETER_ERROR">NULL_PARAMETER_ERROR</a>, <a href="../../../../../com/poesys/accounting/dataloader/oldaccounting/AbstractReaderDto.html#NULL_READER_ERROR">NULL_READER_ERROR</a></code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../com/poesys/accounting/dataloader/oldaccounting/AccountGroup.html#AccountGroup-java.lang.Integer-java.io.BufferedReader-">AccountGroup</a></span>(java.lang.Integer year,
java.io.BufferedReader reader)</code>
<div class="block">Create an AccountGroup object reading from a tab-delimited line.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../com/poesys/accounting/dataloader/oldaccounting/AccountGroup.html#AccountGroup-java.lang.Integer-java.lang.String-java.lang.Float-java.lang.Float-">AccountGroup</a></span>(java.lang.Integer year,
java.lang.String name,
java.lang.Float start,
java.lang.Float end)</code>
<div class="block">Create a AccountGroup object.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="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="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete 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>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/poesys/accounting/dataloader/oldaccounting/AccountGroup.html#compareTo-com.poesys.accounting.dataloader.oldaccounting.AccountGroup-">compareTo</a></span>(<a href="../../../../../com/poesys/accounting/dataloader/oldaccounting/AccountGroup.html" title="class in com.poesys.accounting.dataloader.oldaccounting">AccountGroup</a> o)</code> </td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/poesys/accounting/dataloader/oldaccounting/AccountGroup.html#contains-java.lang.Integer-java.lang.Float-">contains</a></span>(java.lang.Integer year,
java.lang.Float account)</code>
<div class="block">Does this account group contain the account?</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/poesys/accounting/dataloader/oldaccounting/AccountGroup.html#equals-java.lang.Object-">equals</a></span>(java.lang.Object obj)</code> </td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code><a href="../../../../../com/poesys/accounting/dataloader/newaccounting/AccountType.html" title="enum in com.poesys.accounting.dataloader.newaccounting">AccountType</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/poesys/accounting/dataloader/oldaccounting/AccountGroup.html#getAccountType--">getAccountType</a></span>()</code>
<div class="block">Get the account type of the group.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>java.lang.Float</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/poesys/accounting/dataloader/oldaccounting/AccountGroup.html#getEnd--">getEnd</a></span>()</code>
<div class="block">Get the ending account number.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/poesys/accounting/dataloader/oldaccounting/AccountGroup.html#getName--">getName</a></span>()</code>
<div class="block">Get the name.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>java.lang.Integer</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/poesys/accounting/dataloader/oldaccounting/AccountGroup.html#getOrderNumber--">getOrderNumber</a></span>()</code>
<div class="block">Get the group order number.</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>java.lang.Float</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/poesys/accounting/dataloader/oldaccounting/AccountGroup.html#getStart--">getStart</a></span>()</code>
<div class="block">Get the starting account.</div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>java.lang.Integer</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/poesys/accounting/dataloader/oldaccounting/AccountGroup.html#getYear--">getYear</a></span>()</code>
<div class="block">Get the year.</div>
</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/poesys/accounting/dataloader/oldaccounting/AccountGroup.html#hashCode--">hashCode</a></span>()</code> </td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/poesys/accounting/dataloader/oldaccounting/AccountGroup.html#init-java.lang.String:A-">init</a></span>(java.lang.String[] fields)</code>
<div class="block">Callback to initialize the fields specific to a concrete DTO subclass</div>
</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code>protected int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/poesys/accounting/dataloader/oldaccounting/AccountGroup.html#numberOfFields--">numberOfFields</a></span>()</code>
<div class="block">Get the number of fields expected from a line of input data.</div>
</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/poesys/accounting/dataloader/oldaccounting/AccountGroup.html#setOrderNumber-java.lang.Integer-">setOrderNumber</a></span>(java.lang.Integer orderNumber)</code>
<div class="block">Set the group order number.</div>
</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/poesys/accounting/dataloader/oldaccounting/AccountGroup.html#toString--">toString</a></span>()</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, finalize, getClass, notify, notifyAll, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="year">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>year</h4>
<pre>private final java.lang.Integer year</pre>
<div class="block">the fiscal year to which the account group applies</div>
</li>
</ul>
<a name="name">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>name</h4>
<pre>private java.lang.String name</pre>
<div class="block">the name of the group</div>
</li>
</ul>
<a name="start">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>start</h4>
<pre>private java.lang.Float start</pre>
<div class="block">first account number in group</div>
</li>
</ul>
<a name="end">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>end</h4>
<pre>private java.lang.Float end</pre>
<div class="block">last account number in group</div>
</li>
</ul>
<a name="orderNumber">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>orderNumber</h4>
<pre>private java.lang.Integer orderNumber</pre>
<div class="block">rank order of group within account type</div>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="AccountGroup-java.lang.Integer-java.lang.String-java.lang.Float-java.lang.Float-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>AccountGroup</h4>
<pre>public AccountGroup(java.lang.Integer year,
java.lang.String name,
java.lang.Float start,
java.lang.Float end)</pre>
<div class="block">Create a AccountGroup object.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>year</code> - the fiscal year to which the account group applies</dd>
<dd><code>name</code> - the name of the group</dd>
<dd><code>start</code> - first account number in group</dd>
<dd><code>end</code> - last account number in group</dd>
</dl>
</li>
</ul>
<a name="AccountGroup-java.lang.Integer-java.io.BufferedReader-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>AccountGroup</h4>
<pre>public AccountGroup(java.lang.Integer year,
java.io.BufferedReader reader)</pre>
<div class="block">Create an AccountGroup object reading from a tab-delimited line. The client is responsible for
opening and closing the reader. The client should catch the EndOfStream throwable to determine
when reading is complete and to then close the reader.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>year</code> - the fiscal year being read</dd>
<dd><code>reader</code> - the buffered reader set at the current line to read</dd>
</dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="init-java.lang.String:A-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>init</h4>
<pre>protected void init(java.lang.String[] fields)</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../com/poesys/accounting/dataloader/oldaccounting/AbstractReaderDto.html#init-java.lang.String:A-">AbstractReaderDto</a></code></span></div>
<div class="block">Callback to initialize the fields specific to a concrete DTO subclass</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../com/poesys/accounting/dataloader/oldaccounting/AbstractReaderDto.html#init-java.lang.String:A-">init</a></code> in class <code><a href="../../../../../com/poesys/accounting/dataloader/oldaccounting/AbstractReaderDto.html" title="class in com.poesys.accounting.dataloader.oldaccounting">AbstractReaderDto</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>fields</code> - the array of data values</dd>
</dl>
</li>
</ul>
<a name="numberOfFields--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>numberOfFields</h4>
<pre>protected int numberOfFields()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../com/poesys/accounting/dataloader/oldaccounting/AbstractReaderDto.html#numberOfFields--">AbstractReaderDto</a></code></span></div>
<div class="block">Get the number of fields expected from a line of input data. The concrete subclass overrides
this to return the correct integer.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../com/poesys/accounting/dataloader/oldaccounting/AbstractReaderDto.html#numberOfFields--">numberOfFields</a></code> in class <code><a href="../../../../../com/poesys/accounting/dataloader/oldaccounting/AbstractReaderDto.html" title="class in com.poesys.accounting.dataloader.oldaccounting">AbstractReaderDto</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the number of fields</dd>
</dl>
</li>
</ul>
<a name="getYear--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getYear</h4>
<pre>public java.lang.Integer getYear()</pre>
<div class="block">Get the year.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>a year</dd>
</dl>
</li>
</ul>
<a name="getName--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getName</h4>
<pre>public java.lang.String getName()</pre>
<div class="block">Get the name.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>a name</dd>
</dl>
</li>
</ul>
<a name="getStart--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getStart</h4>
<pre>public java.lang.Float getStart()</pre>
<div class="block">Get the starting account.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>an account number</dd>
</dl>
</li>
</ul>
<a name="getEnd--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getEnd</h4>
<pre>public java.lang.Float getEnd()</pre>
<div class="block">Get the ending account number.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>an account number</dd>
</dl>
</li>
</ul>
<a name="getOrderNumber--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getOrderNumber</h4>
<pre>public java.lang.Integer getOrderNumber()</pre>
<div class="block">Get the group order number.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>an integer</dd>
</dl>
</li>
</ul>
<a name="setOrderNumber-java.lang.Integer-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setOrderNumber</h4>
<pre>public void setOrderNumber(java.lang.Integer orderNumber)</pre>
<div class="block">Set the group order number.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>orderNumber</code> - an integer rank ordering of the group</dd>
</dl>
</li>
</ul>
<a name="contains-java.lang.Integer-java.lang.Float-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>contains</h4>
<pre>public boolean contains(java.lang.Integer year,
java.lang.Float account)</pre>
<div class="block">Does this account group contain the account?</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>year</code> - the fiscal year</dd>
<dd><code>account</code> - the account to look up</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>true if the group includes the account number</dd>
</dl>
</li>
</ul>
<a name="getAccountType--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAccountType</h4>
<pre>public <a href="../../../../../com/poesys/accounting/dataloader/newaccounting/AccountType.html" title="enum in com.poesys.accounting.dataloader.newaccounting">AccountType</a> getAccountType()</pre>
<div class="block">Get the account type of the group.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>an account type or null if the interval does not correspond to a known account type</dd>
</dl>
</li>
</ul>
<a name="hashCode--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hashCode</h4>
<pre>public int hashCode()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../com/poesys/accounting/dataloader/oldaccounting/AbstractReaderDto.html#hashCode--">hashCode</a></code> in class <code><a href="../../../../../com/poesys/accounting/dataloader/oldaccounting/AbstractReaderDto.html" title="class in com.poesys.accounting.dataloader.oldaccounting">AbstractReaderDto</a></code></dd>
</dl>
</li>
</ul>
<a name="equals-java.lang.Object-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>equals</h4>
<pre>public boolean equals(java.lang.Object obj)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../com/poesys/accounting/dataloader/oldaccounting/AbstractReaderDto.html#equals-java.lang.Object-">equals</a></code> in class <code><a href="../../../../../com/poesys/accounting/dataloader/oldaccounting/AbstractReaderDto.html" title="class in com.poesys.accounting.dataloader.oldaccounting">AbstractReaderDto</a></code></dd>
</dl>
</li>
</ul>
<a name="compareTo-com.poesys.accounting.dataloader.oldaccounting.AccountGroup-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>compareTo</h4>
<pre>public int compareTo(<a href="../../../../../com/poesys/accounting/dataloader/oldaccounting/AccountGroup.html" title="class in com.poesys.accounting.dataloader.oldaccounting">AccountGroup</a> o)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>compareTo</code> in interface <code>java.lang.Comparable<<a href="../../../../../com/poesys/accounting/dataloader/oldaccounting/AccountGroup.html" title="class in com.poesys.accounting.dataloader.oldaccounting">AccountGroup</a>></code></dd>
</dl>
</li>
</ul>
<a name="toString--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>toString</h4>
<pre>public java.lang.String toString()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>toString</code> in class <code>java.lang.Object</code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<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/AccountGroup.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/poesys/accounting/dataloader/oldaccounting/Account.html" title="class in com.poesys.accounting.dataloader.oldaccounting"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../../com/poesys/accounting/dataloader/oldaccounting/AccountMap.html" title="class in com.poesys.accounting.dataloader.oldaccounting"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?com/poesys/accounting/dataloader/oldaccounting/AccountGroup.html" target="_top">Frames</a></li>
<li><a href="AccountGroup.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>
|
doc/javadoc/internal/gate/creole/test/class-use/DynamicRegistrationTest.TestResource.html
|
liuhongchao/GATE_Developer_7.0
|
<!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_24) on Thu Feb 09 13:44:18 GMT 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Class gate.creole.test.DynamicRegistrationTest.TestResource (GATE JavaDoc (including private members))
</TITLE>
<META NAME="date" CONTENT="2012-02-09">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class gate.creole.test.DynamicRegistrationTest.TestResource (GATE JavaDoc (including private members))";
}
}
</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="../../../../gate/creole/test/DynamicRegistrationTest.TestResource.html" title="class in gate.creole.test"><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="../../../../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="#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?gate/creole/test//class-useDynamicRegistrationTest.TestResource.html" target="_top"><B>FRAMES</B></A>
<A HREF="DynamicRegistrationTest.TestResource.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>gate.creole.test.DynamicRegistrationTest.TestResource</B></H2>
</CENTER>
No usage of gate.creole.test.DynamicRegistrationTest.TestResource
<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="../../../../gate/creole/test/DynamicRegistrationTest.TestResource.html" title="class in gate.creole.test"><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="../../../../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="#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?gate/creole/test//class-useDynamicRegistrationTest.TestResource.html" target="_top"><B>FRAMES</B></A>
<A HREF="DynamicRegistrationTest.TestResource.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>
</BODY>
</HTML>
|
src/app/lista/lista.component.css
|
hcvitto/ng-app-slim-api
|
.error {
color: red;
padding: 10px;
text-align: center;
}
.lista-artigiani {
border-top: 1px solid #eee;
-webkit-transition: all .3s cubic-bezier(.1, .8, .9, 1);
-moz-transition: all .3s cubic-bezier(.1, .8, .9, 1);
transition: all .3s cubic-bezier(.1, .8, .9, 1);
}
.lista-artigiani.landed {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
transform: translateY(0);
}
.lista-artigiani li {
border-bottom: 1px solid #eee;
height: 80px;
overflow: hidden;
position: relative;
-webkit-transition: all .3s cubic-bezier(.1, .8, .9, 1);
-moz-transition: all .3s cubic-bezier(.1, .8, .9, 1);
transition: all .3s cubic-bezier(.1, .8, .9, 1);
}
.main-data,
.back-data {
height: 100%;
position: relative;
}
.main-data {
z-index: 2;
}
.slide {
align-items: center;
background-color: #fff;
display: flex;
float: left;
height: 100%;
padding: 5px;
width: 85%;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
transform: translateX(0);
-webkit-transition: all .3s cubic-bezier(.1, .2, .3, 1);
-moz-transition: all .3s cubic-bezier(.1, .2, .3, 1);
transition: all .3s cubic-bezier(.1, .2, .3, 1);
}
.active .slide {
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
transform: translateX(-100%);
}
.img-wrapper {
background-position: center;
background-size: cover;
border-radius: 50%;
float: left;
height: 50px;
margin: 0 10px;
overflow: hidden;
width: 50px;
}
h1 {
color: #bf360c;
font-size: 18px;
font-weight: 300;
margin: 0;
}
h1 span {
color: #dd2c00;
font-size: 13px;
}
.toggle {
background-color: #fff;
border-left: 1px solid #eee;
color: #600202;
float: right;
font-size: 32px;
line-height: 80px;
text-align: center;
width: 15%;
}
.toggle span {
color: #bf360c;
display: block;
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
transform: rotate(0);
-webkit-transition: all .3s cubic-bezier(.1, .2, .3, 1);
-moz-transition: all .3s cubic-bezier(.1, .2, .3, 1);
transition: all .3s cubic-bezier(.1, .2, .3, 1);
}
.active .toggle span {
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
transform: rotate(135deg);
}
.back-data {
align-items: center;
display: flex;
font-size: 18px;
justify-content: space-evenly;
justify-content: center;
width: 85%;
z-index: 1;
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
transform: translateY(-100%);
}
.back-data a {
/*border: 1px solid #fff;
border-radius: 50%;
color: #fff;
height: 32px;
line-height: 30px;
margin: 0;
opacity: 0;
text-align: center;
width: 32px;
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s;*/
}
.back-data i {
border: 1px solid #fff;
border-radius: 50%;
color: #fff;
height: 32px;
line-height: 30px;
margin: 0;
opacity: 0;
text-align: center;
width: 32px;
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s;
}
.active .back-data {
z-index: 3;
}
.active .back-data i {
margin: 0 15px;
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
transform: translateX(0);
}
@media only screen and (min-width: 768px) {
.lista-artigiani {
display: flex;
flex-wrap: wrap;
}
.lista-artigiani li {
margin: 1%;
width: 48%;
}
}
@media only screen and (min-width: 1024px) {
.lista-artigiani li {
box-shadow: 0 0 4px #888888;
height: 80px;
margin: 20px;
overflow: hidden;
position: relative;
-webkit-transition: all .3s cubic-bezier(.1, .8, .9, 1);
-moz-transition: all .3s cubic-bezier(.1, .8, .9, 1);
transition: all .3s cubic-bezier(.1, .8, .9, 1);
width: 31%;
}
}
@media only screen and (min-width: 1200px) {
.lista-artigiani li {
width: 23%;
}
}
|
web/apps/user_guide/helpers/email_helper.html
|
rtyJay14/crowd-farm
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Email Helper : CodeIgniter User Guide</title>
<style type='text/css' media='all'>@import url('../userguide.css');</style>
<link rel='stylesheet' type='text/css' media='all' href='../userguide.css' />
<script type="text/javascript" src="../nav/nav.js"></script>
<script type="text/javascript" src="../nav/prototype.lite.js"></script>
<script type="text/javascript" src="../nav/moo.fx.js"></script>
<script type="text/javascript" src="../nav/user_guide_menu.js"></script>
<meta http-equiv='expires' content='-1' />
<meta http-equiv= 'pragma' content='no-cache' />
<meta name='robots' content='all' />
<meta name='author' content='ExpressionEngine Dev Team' />
<meta name='description' content='CodeIgniter User Guide' />
</head>
<body>
<!-- START NAVIGATION -->
<div id="nav"><div id="nav_inner"><script type="text/javascript">create_menu('../');</script></div></div>
<div id="nav2"><a name="top"></a><a href="javascript:void(0);" onclick="myHeight.toggle();"><img src="../images/nav_toggle_darker.jpg" width="154" height="43" border="0" title="Toggle Table of Contents" alt="Toggle Table of Contents" /></a></div>
<div id="masthead">
<table cellpadding="0" cellspacing="0" border="0" style="width:100%">
<tr>
<td><h1>CodeIgniter User Guide Version 2.1.3</h1></td>
<td id="breadcrumb_right"><a href="../toc.html">Table of Contents Page</a></td>
</tr>
</table>
</div>
<!-- END NAVIGATION -->
<!-- START BREADCRUMB -->
<table cellpadding="0" cellspacing="0" border="0" style="width:100%">
<tr>
<td id="breadcrumb">
<a href="http://codeigniter.com/">CodeIgniter Home</a> ›
<a href="../index.html">User Guide Home</a> ›
Email Helper
</td>
<td id="searchbox"><form method="get" action="http://www.google.com/search"><input type="hidden" name="as_sitesearch" id="as_sitesearch" value="codeigniter.com/user_guide/" />Search User Guide <input type="text" class="input" style="width:200px;" name="q" id="q" size="31" maxlength="255" value="" /> <input type="submit" class="submit" name="sa" value="Go" /></form></td>
</tr>
</table>
<!-- END BREADCRUMB -->
<br clear="all" />
<!-- START CONTENT -->
<div id="content">
<h1>Email Helper</h1>
<p>The Email Helper provides some assistive functions for working with Email. For a more robust email solution, see CodeIgniter's <a href="../libraries/email.html">Email Class</a>.</p>
<h2>Loading this Helper</h2>
<p>This helper is loaded using the following code:</p>
<p><code>$this->load->helper('email');</code></p>
<p>The following functions are available:</p>
<h2>valid_email('<var>email</var>')</h2>
<p>Checks if an email is a correctly formatted email. Note that is doesn't actually prove the email will recieve mail, simply that it is a validly formed address.</p>
<p>It returns TRUE/FALSE</p>
<code> $this->load->helper('email');<br />
<br />
if (valid_email('email@somesite.com'))<br />
{<br />
echo 'email is valid';<br />
}<br />
else<br />
{<br />
echo 'email is not valid';<br />
}</code>
<h2>send_email('<var>recipient</var>', '<var>subject</var>', '<var>message</var>')</h2>
<p>Sends an email using PHP's native <a href="http://www.php.net/function.mail">mail()</a> function. For a more robust email solution, see CodeIgniter's <a href="../libraries/email.html">Email Class</a>.</p>
</div>
<!-- END CONTENT -->
<div id="footer">
<p>
Previous Topic: <a href="download_helper.html">Download Helper</a>
·
<a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
Next Topic: <a href="file_helper.html">File Helper</a></p>
<p><a href="http://codeigniter.com">CodeIgniter</a> · Copyright © 2006 - 2012 · <a href="http://ellislab.com/">EllisLab, Inc.</a></p>
</div>
</body>
</html>
|
EPF/Publicacao/openup/tasks/create_test_cases_D39E98A1.html
|
Themakew/Grupo8
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="pt" xml:lang="pt" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<head>
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Task: Criar os Casos de Teste</title>
<meta name="uma.type" content="Task">
<meta name="uma.name" content="create_test_cases">
<meta name="uma.presentationName" content="Criar os Casos de Teste">
<meta name="uma.category" content="Discipline:test:Teste">
<meta name="element_type" content="activity">
<meta name="filetype" content="description">
<meta name="role" content="Testador">
<link rel="StyleSheet" href="./../../css/default.css" type="text/css">
<script src="./../../scripts/ContentPageResource.js" type="text/javascript" language="JavaScript"></script><script src="./../../scripts/ContentPageSection.js" type="text/javascript" language="JavaScript"></script><script src="./../../scripts/ContentPageSubSection.js" type="text/javascript" language="JavaScript"></script><script src="./../../scripts/ContentPageToolbar.js" type="text/javascript" language="JavaScript"></script><script src="./../../scripts/contentPage.js" type="text/javascript" language="JavaScript"></script><script type="text/javascript" language="JavaScript">
var backPath = './../../';
var imgPath = './../../images/';
var nodeInfo=null;
contentPage.preload(imgPath, backPath, nodeInfo, '', true, false, false);
</script>
</head>
<body>
<div id="breadcrumbs"></div>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td valign="top">
<div id="page-guid" value="_0iwc0clgEdmt3adZL5Dmdw"></div>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td class="pageTitle" nowrap="true">Task: Criar os Casos de Teste</td><td width="100%">
<div align="right" id="contentPageToolbar"></div>
</td><td width="100%" class="expandCollapseLink" align="right"><a name="mainIndex" href="./../../index.htm"></a><script language="JavaScript" type="text/javascript" src="./../../scripts/treebrowser.js"></script></td>
</tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="pageTitleSeparator"><img src="./../../images/shim.gif" alt="" title="" height="1"></td>
</tr>
</table>
<div class="overview">
<table width="97%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="50"><img src="./../../images/task.gif" alt="" title=""></td><td>
<table class="overviewTable" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top">Desenvolver os casos de teste e os dados de teste para os requisitos a serem testados.</td>
</tr>
<tr>
<td>Disciplines: <a href="./../../openup/disciplines/test_FB85069.html" guid="_0TkKQMlgEdmt3adZL5Dmdw">Teste</a></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
<div class="sectionHeading">Purpose</div>
<div class="sectionContent">
<table class="sectionTable" border="0" cellspacing="0" cellpadding="0">
<tr valign="top">
<td class="sectionTableSingleCell"><p>Para alcançar um entendimento comum das condições específicas que a solução deve satisfazer.</p></td>
</tr>
</table>
</div>
<div class="sectionHeading">Relationships</div>
<div class="sectionContent">
<table class="sectionTable" border="0" cellspacing="0" cellpadding="0">
<tr valign="top">
<th class="sectionTableHeading" scope="row">Roles</th><td class="sectionTableCell" width="42%"><span class="sectionTableCellHeading">Primary Performer:
</span>
<ul>
<li>
<a href="./../../openup/roles/tester_9859B590.html" guid="_0ZM4MclgEdmt3adZL5Dmdw">Testador</a>
</li>
</ul>
</td><td class="sectionTableCell"><span class="sectionTableCellHeading">Additional Performers:
</span>
<ul>
<li>
<a href="./../../openup/roles/analyst_39D7C49B.html" guid="_0VxJsMlgEdmt3adZL5Dmdw">Analista</a>
</li>
<li>
<a href="./../../openup/roles/developer_C633AB7.html" guid="_0YDosMlgEdmt3adZL5Dmdw">Desenvolvedor</a>
</li>
<li>
<a href="./../../openup/roles/stakeholder_9FFD4106.html" guid="_dTa6gMAYEdqX-s4mWhkyqQ">Stakeholder</a>
</li>
</ul>
</td>
</tr>
<tr valign="top">
<th class="sectionTableHeading" scope="row">Inputs</th><td class="sectionTableCell" width="42%"><span class="sectionTableCellHeading">Mandatory:
</span>
<ul>
<li>
<a href="./../../openup/workproducts/use_case_22BE66E2.html" guid="_0VGbUMlgEdmt3adZL5Dmdw">Caso de Uso</a>
</li>
</ul>
<ul></ul>
</td><td class="sectionTableCell"><span class="sectionTableCellHeading">Optional:
</span>
<ul>
<li>
<a href="./../../openup/workproducts/test_case_335C5DEA.html" guid="_0ZS-0MlgEdmt3adZL5Dmdw">Caso de Teste</a>
</li>
<li>
<a href="./../../openup/workproducts/supporting_requirements_spec_7D9DD47C.html" guid="_BVh9cL-CEdqb7N6KIeDL8Q">Especificação de Requisitos Suplementares</a>
</li>
</ul>
<ul></ul>
</td>
</tr>
<tr valign="top">
<th class="sectionTableHeading" scope="row">Outputs</th><td class="sectionTableCell" colspan="2">
<ul>
<li>
<a href="./../../openup/workproducts/test_case_335C5DEA.html" guid="_0ZS-0MlgEdmt3adZL5Dmdw">Caso de Teste</a>
</li>
</ul>
<ul></ul>
</td>
</tr>
</table>
</div>
<div class="sectionHeading">Steps</div>
<div class="sectionContent">
<table class="sectionTable" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="sectionTableSingleCell">
<div class="stepHeading">Revise os requisitos a serem testados</div>
<div class="stepContent">
<table class="stepTable" border="0" cellspacing="0" cellpadding="0">
<tr valign="top">
<td><p>Trabalhe com o <a class="elementLink" href="./../../openup/roles/analyst_39D7C49B.html" guid="_0VxJsMlgEdmt3adZL5Dmdw">Analista</a> e o <a class="elementLink" href="./../../openup/roles/developer_C633AB7.html" guid="_0YDosMlgEdmt3adZL5Dmdw">Desenvolvedor</a> para identificar quais cenários necessitam de novos ou adicionais casos de teste. Revise o <a class="elementLink" href="./../../openup/workproducts/iteration_plan_B46FED39.html" guid="_0aQBEslgEdmt3adZL5Dmdw">Plano de Iteração</a> para assegurar que você entendeu o escopo de desenvolvimento para a iteração corrente.<br />
</p></td>
</tr>
</table>
</div>
<div class="stepHeading">Identifique Casos de Teste relevantes</div>
<div class="stepContent">
<table class="stepTable" border="0" cellspacing="0" cellpadding="0">
<tr valign="top">
<td><p>Identifique os caminhos nos cenários como condições únicas de teste. Considere os caminhos alternativos ou de exceções com perspectivas positivas e negativas.</p>
<p>Discuta o requisito com o <a class="elementLink" href="./../../openup/roles/stakeholder_9FFD4106.html" guid="_dTa6gMAYEdqX-s4mWhkyqQ">Stakeholder</a> para identificar outras condições de satisfação para os requisitos.</p>
<p>Relacione cada caso de teste com um nome único que identifique a condição que ele avalia ou o resultado esperado.</p></td>
</tr>
</table>
</div>
<div class="stepHeading">Descreva os Casos de Teste</div>
<div class="stepContent">
<table class="stepTable" border="0" cellspacing="0" cellpadding="0">
<tr valign="top">
<td><p>Para cada caso de teste, escreva uma descrição resumida com um resultado esperado. Assegure-se que um leitor casual possa entender claramente a diferença entre os casos de teste. Anote as precondições e pós-condições lógicas que se aplicam a cada caso de teste. Opcionalmente, descreva os passos para o caso de teste.</p>
<p>Verifique que os casos de teste satisfaçam as diretrizes da <a class="elementLinkWithType" href="./../../openup/guidances/checklists/test_case_9D3F2E96.html" guid="_0Zxf8MlgEdmt3adZL5Dmdw">Checklist: Caso de Teste</a>.</p>
<p>Para mais informações sobre casos de teste, veja <a class="elementLinkWithType" href="./../../openup/guidances/templates/test_case_A18913A5.html" guid="_0dT8IMlgEdmt3adZL5Dmdw">Template: Caso de Teste</a>.</p></td>
</tr>
</table>
</div>
<div class="stepHeading">Identifique os dados de teste necessários</div>
<div class="stepContent">
<table class="stepTable" border="0" cellspacing="0" cellpadding="0">
<tr valign="top">
<td><p>Revise cada caso de teste e anote onde os dados de entrada ou saída possam ser necessários. Identifique o tipo, quantidade e singularidade do dado necessário e adicione essas observações no caso de teste. Concentre-se na articulação dos dados necessários e não na criação de dados específicos.</p>
<p>Para mais informações sobre a seleção de dados de teste, veja <a class="elementLinkWithType" href="./../../openup/guidances/checklists/test_case_9D3F2E96.html" guid="_0Zxf8MlgEdmt3adZL5Dmdw">Checklist: Caso de Teste</a>.</p></td>
</tr>
</table>
</div>
<div class="stepHeading">Compartilhe e avalie os Casos de Teste</div>
<div class="stepContent">
<table class="stepTable" border="0" cellspacing="0" cellpadding="0">
<tr valign="top">
<td><p>Percorra os casos de teste com o <a class="elementLink" href="./../../openup/roles/analyst_39D7C49B.html" guid="_0VxJsMlgEdmt3adZL5Dmdw">Analista</a> e o <a class="elementLink" href="./../../openup/roles/developer_C633AB7.html" guid="_0YDosMlgEdmt3adZL5Dmdw">Desenvolvedor</a> responsáveis pelo cenário relacionado. Se for possível, o <a class="elementLink" href="./../../openup/roles/stakeholder_9FFD4106.html" guid="_dTa6gMAYEdqX-s4mWhkyqQ">Stakeholder</a> também deve participar.</p>
<p>Pergunte aos participantes se eles concordam que <em>se os casos teste passarem</em>, eles considerarão os requisitos implementados. Elicite idéias de teste adicionais do <a class="elementLinkWithType" href="./../../openup/roles/analyst_39D7C49B.html" guid="_0VxJsMlgEdmt3adZL5Dmdw">Role: Analista</a> e do <a class="elementLink" href="./../../openup/roles/stakeholder_9FFD4106.html" guid="_dTa6gMAYEdqX-s4mWhkyqQ">Stakeholder</a> para assegurar que você entendeu o comportamento esperado do cenário.</p>
<p>Durante a revisão, assegure-se que:</p>
<ul>
<li>Os <a class="elementLink" href="./../../openup/workproducts/use_case_22BE66E2.html" guid="_0VGbUMlgEdmt3adZL5Dmdw">Caso de Uso</a> e a <a class="elementLink" href="./../../openup/workproducts/supporting_requirements_spec_7D9DD47C.html" guid="_BVh9cL-CEdqb7N6KIeDL8Q">Especificação de Requisitos Suplementares</a>, planejados para a iteração corrente, tenham casos de teste associados.</li>
<li>Todos os participantes devem concordar com os resultados esperados dos casos de teste.</li>
<li>Não existem <em>outras</em> condições de satisfação para o requisito a ser testado, o que indica uma falta de um caso de teste ou um requisito ausente.</li>
</ul></td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</div>
<div class="sectionHeading">Key Considerations</div>
<div class="sectionContent">
<table class="sectionTable" border="0" cellspacing="0" cellpadding="0">
<tr valign="top">
<td class="sectionTableSingleCell"><p>Desenvolva os casos de teste paralelamente aos requisitos de forma que o <a class="elementLinkWithType" href="./../../openup/roles/analyst_39D7C49B.html" guid="_0VxJsMlgEdmt3adZL5Dmdw">Role: Analista</a> e o <a class="elementLinkWithType" href="./../../openup/roles/stakeholder_9FFD4106.html" guid="_dTa6gMAYEdqX-s4mWhkyqQ">Role: Stakeholder</a> possam concordar com as condições específicas de satisfação para cada requisito. Os casos de teste agem como critérios de aceitação, expandindo sobre a intenção do sistema através de cenários reais de utilização. Isto permite aos membros da equipe medir o progresso em termos de casos de teste executados com sucesso.</p></td>
</tr>
</table>
</div>
<table class="copyright" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="copyright"><p>Este programa e o material que o acompanha são disponibilizados sob a<br /> <a href="http://www.eclipse.org/org/documents/epl-v10.php" target="_blank">Eclipse Public License v1.0</a> que acompanha esta distribuição.</p><p/><p>
<a class="elementLink" href="./../../openup/guidances/supportingmaterials/openup_copyright_C3031062.html" guid="_UaGfECcTEduSX6N2jUafGA">Direitos Autorais do OpenUP</a>.</p></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
<script type="text/javascript" language="JavaScript">
contentPage.onload();
</script>
</html>
|
frame_packages/java_libs/hibernate-distribution-3.6.10.Final/documentation/javadocs/org/hibernate/cache/infinispan/query/package-frame.html
|
codeApeFromChina/resource
|
<!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 Wed Feb 08 19:32:56 CST 2012 -->
<TITLE>
org.hibernate.cache.infinispan.query (Hibernate JavaDocs)
</TITLE>
<META NAME="date" CONTENT="2012-02-08">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
</HEAD>
<BODY BGCOLOR="white">
<FONT size="+1" CLASS="FrameTitleFont">
<A HREF="../../../../../org/hibernate/cache/infinispan/query/package-summary.html" target="classFrame">org.hibernate.cache.infinispan.query</A></FONT>
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
<TR>
<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
Classes</FONT>
<FONT CLASS="FrameItemFont">
<BR>
<A HREF="QueryResultsRegionImpl.html" title="class in org.hibernate.cache.infinispan.query" target="classFrame">QueryResultsRegionImpl</A></FONT></TD>
</TR>
</TABLE>
</BODY>
</HTML>
|
src/packages/FAKE/docs/apidocs/fake-semverhelper-semverinfo.html
|
Slesa/Poseidon
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>SemVerInfo - FAKE - F# Make</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="Steffen Forkmann, Mauricio Scheffer, Colin Bull">
<script src="https://code.jquery.com/jquery-1.8.0.js"></script>
<script src="https://code.jquery.com/ui/1.8.23/jquery-ui.js"></script>
<script src="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/js/bootstrap.min.js"></script>
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<link href="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/css/bootstrap-combined.min.css" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="http://fsharp.github.io/FAKE/content/style.css" />
<script type="text/javascript" src="http://fsharp.github.io/FAKE/content/tips.js"></script>
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="masthead">
<ul class="nav nav-pills pull-right">
<li><a href="http://fsharp.org">fsharp.org</a></li>
<li><a href="http://github.com/fsharp/fake">github page</a></li>
</ul>
<h3 class="muted"><a href="http://fsharp.github.io/FAKE/index.html">FAKE - F# Make</a></h3>
</div>
<hr />
<div class="row">
<div class="span9" id="main">
<h1>SemVerInfo</h1>
<div class="xmldoc">
<p>Contains the version information.</p>
</div>
<h3>Record Fields</h3>
<table class="table table-bordered member-list">
<thead>
<tr><td>Record Field</td><td>Description</td></tr>
</thead>
<tbody>
<tr>
<td class="member-name">
<code onmouseout="hideTip(event, '1662', 1662)" onmouseover="showTip(event, '1662', 1662)">
Build
</code>
<div class="tip" id="1662">
<strong>Signature:</strong> string<br />
</div>
</td>
<td class="xmldoc">
<a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/SemVerHelper.fs#L43-43" class="github-link">
<img src="../content/img/github.png" class="normal" />
<img src="../content/img/github-blue.png" class="hover" />
</a>
<p>The optional build no.</p>
</td>
</tr>
<tr>
<td class="member-name">
<code onmouseout="hideTip(event, '1663', 1663)" onmouseover="showTip(event, '1663', 1663)">
Major
</code>
<div class="tip" id="1663">
<strong>Signature:</strong> int<br />
</div>
</td>
<td class="xmldoc">
<a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/SemVerHelper.fs#L35-35" class="github-link">
<img src="../content/img/github.png" class="normal" />
<img src="../content/img/github-blue.png" class="hover" />
</a>
<p>MAJOR version when you make incompatible API changes.</p>
</td>
</tr>
<tr>
<td class="member-name">
<code onmouseout="hideTip(event, '1664', 1664)" onmouseover="showTip(event, '1664', 1664)">
Minor
</code>
<div class="tip" id="1664">
<strong>Signature:</strong> int<br />
</div>
</td>
<td class="xmldoc">
<a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/SemVerHelper.fs#L37-37" class="github-link">
<img src="../content/img/github.png" class="normal" />
<img src="../content/img/github-blue.png" class="hover" />
</a>
<p>MINOR version when you add functionality in a backwards-compatible manner.</p>
</td>
</tr>
<tr>
<td class="member-name">
<code onmouseout="hideTip(event, '1665', 1665)" onmouseover="showTip(event, '1665', 1665)">
Patch
</code>
<div class="tip" id="1665">
<strong>Signature:</strong> int<br />
</div>
</td>
<td class="xmldoc">
<a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/SemVerHelper.fs#L39-39" class="github-link">
<img src="../content/img/github.png" class="normal" />
<img src="../content/img/github-blue.png" class="hover" />
</a>
<p>PATCH version when you make backwards-compatible bug fixes.</p>
</td>
</tr>
<tr>
<td class="member-name">
<code onmouseout="hideTip(event, '1666', 1666)" onmouseover="showTip(event, '1666', 1666)">
PreRelease
</code>
<div class="tip" id="1666">
<strong>Signature:</strong> PreRelease option<br />
</div>
</td>
<td class="xmldoc">
<a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/SemVerHelper.fs#L41-41" class="github-link">
<img src="../content/img/github.png" class="normal" />
<img src="../content/img/github-blue.png" class="hover" />
</a>
<p>The optional PreRelease version</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="span3">
<a href="http://fsharp.github.io/FAKE/index.html">
<img src="http://fsharp.github.io/FAKE/pics/logo.png" style="width:140px;height:140px;margin:10px 0px 0px 35px;border-style:none;" />
</a>
<ul class="nav nav-list" id="menu">
<li class="nav-header">FAKE - F# Make</li>
<li class="divider"></li>
<li><a href="http://fsharp.github.io/FAKE/index.html">Home page</a></li>
<li class="divider"></li>
<li><a href="https://www.nuget.org/packages/FAKE">Get FAKE - F# Make via NuGet</a></li>
<li><a href="http://github.com/fsharp/fake">Source Code on GitHub</a></li>
<li><a href="http://github.com/fsharp/fake/blob/master/License.txt">License (Apache 2)</a></li>
<li><a href="http://fsharp.github.io/FAKE/RELEASE_NOTES.html">Release Notes</a></li>
<li><a href="http://fsharp.github.io/FAKE//contributing.html">Contributing to FAKE - F# Make</a></li>
<li><a href="http://fsharp.github.io/FAKE/users.html">Who is using FAKE?</a></li>
<li><a href="http://stackoverflow.com/questions/tagged/f%23-fake">Ask a question</a></li>
<li class="nav-header">Tutorials</li>
<li><a href="http://fsharp.github.io/FAKE/gettingstarted.html">Getting started</a></li>
<li class="divider"></li>
<li><a href="http://fsharp.github.io/FAKE/nuget.html">NuGet package restore</a></li>
<li><a href="http://fsharp.github.io/FAKE/fxcop.html">Using FxCop in a build</a></li>
<li><a href="http://fsharp.github.io/FAKE/assemblyinfo.html">Generating AssemblyInfo</a></li>
<li><a href="http://fsharp.github.io/FAKE/create-nuget-package.html">Create NuGet packages</a></li>
<li><a href="http://fsharp.github.io/FAKE/specifictargets.html">Running specific targets</a></li>
<li><a href="http://fsharp.github.io/FAKE/commandline.html">Running FAKE from command line</a></li>
<li><a href="http://fsharp.github.io/FAKE/parallel-build.html">Running targets in parallel</a></li>
<li><a href="http://fsharp.github.io/FAKE/fsc.html">Using the F# compiler from FAKE</a></li>
<li><a href="http://fsharp.github.io/FAKE/customtasks.html">Creating custom tasks</a></li>
<li><a href="http://fsharp.github.io/FAKE/teamcity.html">TeamCity integration</a></li>
<li><a href="http://fsharp.github.io/FAKE/canopy.html">Running canopy tests</a></li>
<li><a href="http://fsharp.github.io/FAKE/octopusdeploy.html">Octopus Deploy</a></li>
<li><a href="http://fsharp.github.io/FAKE/typescript.html">TypeScript support</a></li>
<li><a href="http://fsharp.github.io/FAKE/azurewebjobs.html">Azure WebJobs support</a></li>
<li><a href="http://fsharp.github.io/FAKE/azurecloudservices.html">Azure Cloud Services support</a></li>
<li><a href="http://fsharp.github.io/FAKE/androidpublisher.html">Android publisher</a></li>
<li><a href="http://fsharp.github.io/FAKE/watch.html">File Watcher</a></li>
<li class="divider"></li>
<li><a href="http://fsharp.github.io/FAKE/deploy.html">Fake.Deploy</a></li>
<li class="nav-header">Reference</li>
<li><a href="http://fsharp.github.io/FAKE/apidocs/index.html">API Reference</a></li>
</ul>
</div>
</div>
</div>
<a href="http://github.com/fsharp/fake"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub"></a>
</body>
</html>
|
content/code/gopherjs/animate.css-test/index.html
|
siongui/userpages
|
<!DOCTYPE html>
<html>
<head>
<title>[GopherJS] Animate.css Test Demo</title>
<meta charset="utf-8" />
<meta name="viewport" content="initial-scale=1, minimal-ui" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.css" />
<style>body{ text-align: center; }</style>
</head>
<body>
<header>
<div>
<h1 id="animationSandbox">Animate.css</h1>
</div>
</header>
<main role="content">
<div>
<form>
<select id="animate-select">
<optgroup label="Attention Seekers">
<option value="bounce">bounce</option>
<option value="flash">flash</option>
<option value="pulse">pulse</option>
<option value="rubberBand">rubberBand</option>
<option value="shake">shake</option>
<option value="swing">swing</option>
<option value="tada">tada</option>
<option value="wobble">wobble</option>
<option value="jello">jello</option>
</optgroup>
<optgroup label="Bouncing Entrances">
<option value="bounceIn">bounceIn</option>
<option value="bounceInDown">bounceInDown</option>
<option value="bounceInLeft">bounceInLeft</option>
<option value="bounceInRight">bounceInRight</option>
<option value="bounceInUp">bounceInUp</option>
</optgroup>
<optgroup label="Bouncing Exits">
<option value="bounceOut">bounceOut</option>
<option value="bounceOutDown">bounceOutDown</option>
<option value="bounceOutLeft">bounceOutLeft</option>
<option value="bounceOutRight">bounceOutRight</option>
<option value="bounceOutUp">bounceOutUp</option>
</optgroup>
<optgroup label="Fading Entrances">
<option value="fadeIn">fadeIn</option>
<option value="fadeInDown">fadeInDown</option>
<option value="fadeInDownBig">fadeInDownBig</option>
<option value="fadeInLeft">fadeInLeft</option>
<option value="fadeInLeftBig">fadeInLeftBig</option>
<option value="fadeInRight">fadeInRight</option>
<option value="fadeInRightBig">fadeInRightBig</option>
<option value="fadeInUp">fadeInUp</option>
<option value="fadeInUpBig">fadeInUpBig</option>
</optgroup>
<optgroup label="Fading Exits">
<option value="fadeOut">fadeOut</option>
<option value="fadeOutDown">fadeOutDown</option>
<option value="fadeOutDownBig">fadeOutDownBig</option>
<option value="fadeOutLeft">fadeOutLeft</option>
<option value="fadeOutLeftBig">fadeOutLeftBig</option>
<option value="fadeOutRight">fadeOutRight</option>
<option value="fadeOutRightBig">fadeOutRightBig</option>
<option value="fadeOutUp">fadeOutUp</option>
<option value="fadeOutUpBig">fadeOutUpBig</option>
</optgroup>
<optgroup label="Flippers">
<option value="flip">flip</option>
<option value="flipInX">flipInX</option>
<option value="flipInY">flipInY</option>
<option value="flipOutX">flipOutX</option>
<option value="flipOutY">flipOutY</option>
</optgroup>
<optgroup label="Lightspeed">
<option value="lightSpeedIn">lightSpeedIn</option>
<option value="lightSpeedOut">lightSpeedOut</option>
</optgroup>
<optgroup label="Rotating Entrances">
<option value="rotateIn">rotateIn</option>
<option value="rotateInDownLeft">rotateInDownLeft</option>
<option value="rotateInDownRight">rotateInDownRight</option>
<option value="rotateInUpLeft">rotateInUpLeft</option>
<option value="rotateInUpRight">rotateInUpRight</option>
</optgroup>
<optgroup label="Rotating Exits">
<option value="rotateOut">rotateOut</option>
<option value="rotateOutDownLeft">rotateOutDownLeft</option>
<option value="rotateOutDownRight">rotateOutDownRight</option>
<option value="rotateOutUpLeft">rotateOutUpLeft</option>
<option value="rotateOutUpRight">rotateOutUpRight</option>
</optgroup>
<optgroup label="Sliding Entrances">
<option value="slideInUp">slideInUp</option>
<option value="slideInDown">slideInDown</option>
<option value="slideInLeft">slideInLeft</option>
<option value="slideInRight">slideInRight</option>
</optgroup>
<optgroup label="Sliding Exits">
<option value="slideOutUp">slideOutUp</option>
<option value="slideOutDown">slideOutDown</option>
<option value="slideOutLeft">slideOutLeft</option>
<option value="slideOutRight">slideOutRight</option>
</optgroup>
<optgroup label="Zoom Entrances">
<option value="zoomIn">zoomIn</option>
<option value="zoomInDown">zoomInDown</option>
<option value="zoomInLeft">zoomInLeft</option>
<option value="zoomInRight">zoomInRight</option>
<option value="zoomInUp">zoomInUp</option>
</optgroup>
<optgroup label="Zoom Exits">
<option value="zoomOut">zoomOut</option>
<option value="zoomOutDown">zoomOutDown</option>
<option value="zoomOutLeft">zoomOutLeft</option>
<option value="zoomOutRight">zoomOutRight</option>
<option value="zoomOutUp">zoomOutUp</option>
</optgroup>
<optgroup label="Specials">
<option value="hinge">hinge</option>
<option value="rollIn">rollIn</option>
<option value="rollOut">rollOut</option>
</optgroup>
</select>
<button id="animate-btn" type="button">Animate it</button>
</form>
</div>
</main>
<script src="app.js"></script>
</body>
</html>
|
hq-web/src/main/webapp/ui_docs/DOC_OLD/Multiprocess Service.html
|
cc14514/hq6
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>vFabric Hyperic 5.7 : Multiprocess Service</title>
<link rel="stylesheet" href="styles/site.css" type="text/css" />
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<b><a href="vFabric Hyperic 5.7.html" title="vFabric Hyperic 5.7 Documentation Home">vFabric Hyperic 5.7 Documentation Home (Internal)</a>
- <a href="https://www.vmware.com/support/pubs/vfabric-hyperic.html">vFabric Hyperic 5.7 Documentation Home (Online)</a>
- <a href="https://www.vmware.com/support/vfabric-hyperic/doc/vfabric-hyperic-rn-5.7.html">Hyperic 5.7 Release Notes</a> </b>
<p>
<p>
<table class="pagecontent" border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#ffffff">
<tr>
<td valign="top" class="pagebody">
<div class="pageheader">
<span class="pagetitle">
vFabric Hyperic 5.7 : Multiprocess Service
</span>
</div>
<div class="pagesubheading">
This page last changed on Jan 04, 2012 by <font color="#0050B2">mmcgarry</font>.
</div>
<p><font color="gray"><em>Topics marked with</em></font> <font color="red">*</font> <font color="gray"><em>relate to features available only in vFabric Hyperic.</em></font></p>
<style type='text/css'>/*<![CDATA[*/
div.rbtoc1325699983989 {margin-left: 1.5em;padding: 0px;}
div.rbtoc1325699983989 ul {list-style: disc;margin-left: 0px;padding-left: 20px;}
div.rbtoc1325699983989 li {margin-left: 0px;padding-left: 0px;}
/*]] >*/</style><div class='rbtoc1325699983989'>
<ul>
<li><a href='#MultiprocessService-Multiprocess'>Multiprocess</a></li>
<li><a href='#MultiprocessService-SpecifyingProcessQueries'>Specifying Process Queries</a></li>
<li><a href='#MultiprocessService-CreateMultiprocessServiceinHyperic'>Create Multiprocess Service in Hyperic</a></li>
<li><a href='#MultiprocessService-ProcessServiceConfigurationOptions'>Process Service Configuration Options</a></li>
<li><a href='#MultiprocessService-ProcessServiceMetrics'>Process Service Metrics</a></li>
</ul></div>
<h1><a name="MultiprocessService-Multiprocess"></a>Multiprocess</h1>
<p>You can configure Hyperic to monitor a set of processs.</p>
<h1><a name="MultiprocessService-SpecifyingProcessQueries"></a>Specifying Process Queries</h1>
<p>You specify a query statement that identifies the processes you wish to monitor. You specify queries using <em>Process Table Query Language</em> (PTQL), a simple query language for finding processes based based on their attributes.</p>
<p>PTQL queries take this form:</p>
<p><tt>Class.Attribute.operator=value</tt></p>
<p>Where:</p>
<ul>
<li><tt>Class</tt> — is the name of the Sigar class minus the Proc prefix.</li>
<li><tt>Attribute</tt> — is an attribute of the given Class, index into an array or key in a Map class.</li>
<li><tt>operator</tt> — is one of the following (for String values):
<ul>
<li><tt>eq</tt> — Equal to value</li>
<li><tt>ne</tt> — Not Equal to value</li>
<li><tt>ew</tt> — Ends with value</li>
<li><tt>sw</tt> — Starts with value</li>
<li><tt>ct</tt> — Contains value (substring)</li>
<li><tt>re</tt> — Regular expression value matches</li>
</ul>
</li>
</ul>
<p>Delimit queries with a comma.</p>
<p>For example, this query statement finds a JBoss instance by looking for a process whose name is "org.jboss.Main":</p>
<p><tt>State.Name.eq=java,Args.*.eq=org.jboss.Main</tt></p>
<p>this query statement finds the OpenSSH daemon by looking for sshd PID file. </p>
<p><tt>Pid.PidFile.eq=/var/run/sshd.pid</tt></p>
<p>For more examples, see the <tt>pdk/lib/.sigar_shellrc</tt> file included in the Hyperic Agent distribution and the Sigar PTQL Documentation at <a href="http://support.hyperic.com/display/SIGAR/Home">http://support.hyperic.com/display/SIGAR/Home</a>.</p>
<h1><a name="MultiprocessService-CreateMultiprocessServiceinHyperic"></a>Create Multiprocess Service in Hyperic</h1>
<p>To create a Multirocess service: </p>
<ol>
<li>Navigate to the platform where the process runs.</li>
<li>Select <b>New Platform Service</b> from the <b>Tools</b> menu. </li>
<li>Name the service.</li>
<li>Select "Multiprocess" from the <b>Service Type</b> pull-down.</li>
<li>Click <b>Edit</b> in the "Configuration Properties" section of the new service's <b>Inventory</b> page.</li>
<li>On the <b>Configuration Properties</b> page, supply at least the required properties, described in the table below.</li>
</ol>
<h1><a name="MultiprocessService-ProcessServiceConfigurationOptions"></a>Process Service Configuration Options </h1>
<div class='table-wrap'>
<table class='confluenceTable'><tbody>
<tr>
<th class='confluenceTh'> Name </th>
<th class='confluenceTh'> Description </th>
<th class='confluenceTh'> Required </th>
<th class='confluenceTh'> Example </th>
<th class='confluenceTh'> Notes </th>
</tr>
<tr>
<td class='confluenceTd'> process.query </td>
<td class='confluenceTd'>A PTQL statement, which contains one or more PTQL queries, that identifies the processrd to monitor. </td>
<td class='confluenceTd'> Yes </td>
<td class='confluenceTd'> </td>
<td class='confluenceTd'> </td>
</tr>
</tbody></table>
</div>
<h1><a name="MultiprocessService-ProcessServiceMetrics"></a>Process Service Metrics </h1>
<p>Each instance of a <b>Process</b> service provides the following metrics: </p>
<div class='table-wrap'>
<table class='confluenceTable'><tbody>
<tr>
<th class='confluenceTh'>Name </th>
<th class='confluenceTh'>Alias </th>
<th class='confluenceTh'>Units </th>
<th class='confluenceTh'>Category </th>
<th class='confluenceTh'>Default On </th>
<th class='confluenceTh'>Default Interval</th>
</tr>
<tr>
<td class='confluenceTd'>Availability </td>
<td class='confluenceTd'>Availability </td>
<td class='confluenceTd'>percentage </td>
<td class='confluenceTd'>AVAILABILITY </td>
<td class='confluenceTd'>true </td>
<td class='confluenceTd'>10 min</td>
</tr>
<tr>
<td class='confluenceTd'>Number of Processes </td>
<td class='confluenceTd'>NumProcesses </td>
<td class='confluenceTd'>none </td>
<td class='confluenceTd'>UTILIZATION </td>
<td class='confluenceTd'>true </td>
<td class='confluenceTd'>10 min</td>
</tr>
<tr>
<td class='confluenceTd'>Memory Size </td>
<td class='confluenceTd'>MemSize </td>
<td class='confluenceTd'>B </td>
<td class='confluenceTd'>UTILIZATION </td>
<td class='confluenceTd'>false </td>
<td class='confluenceTd'>5 min</td>
</tr>
<tr>
<td class='confluenceTd'>Resident Memory Size </td>
<td class='confluenceTd'>ResidentMemSize </td>
<td class='confluenceTd'>B </td>
<td class='confluenceTd'>UTILIZATION </td>
<td class='confluenceTd'>true </td>
<td class='confluenceTd'>5 min</td>
</tr>
<tr>
<td class='confluenceTd'>Cpu System Time</td>
<td class='confluenceTd'>SystemTime </td>
<td class='confluenceTd'>ms </td>
<td class='confluenceTd'>UTILIZATION </td>
<td class='confluenceTd'>false </td>
<td class='confluenceTd'>10 min</td>
</tr>
<tr>
<td class='confluenceTd'>Cpu System Time per Minute </td>
<td class='confluenceTd'>SystemTime1m </td>
<td class='confluenceTd'>ms </td>
<td class='confluenceTd'>UTILIZATION </td>
<td class='confluenceTd'>false </td>
<td class='confluenceTd'>10 min</td>
</tr>
<tr>
<td class='confluenceTd'>Cpu User Time </td>
<td class='confluenceTd'>UserTime </td>
<td class='confluenceTd'>ms </td>
<td class='confluenceTd'>UTILIZATION </td>
<td class='confluenceTd'>false </td>
<td class='confluenceTd'>10 min</td>
</tr>
<tr>
<td class='confluenceTd'>Cpu User Time per Minute </td>
<td class='confluenceTd'>UserTime1m </td>
<td class='confluenceTd'>ms </td>
<td class='confluenceTd'>UTILIZATION </td>
<td class='confluenceTd'>false </td>
<td class='confluenceTd'>10 min</td>
</tr>
<tr>
<td class='confluenceTd'>Cpu Total Time </td>
<td class='confluenceTd'>TotalTime </td>
<td class='confluenceTd'>ms </td>
<td class='confluenceTd'>UTILIZATION </td>
<td class='confluenceTd'>false </td>
<td class='confluenceTd'>10 min</td>
</tr>
<tr>
<td class='confluenceTd'>Cpu Total Time per Minute </td>
<td class='confluenceTd'>TotalTime1m </td>
<td class='confluenceTd'>ms </td>
<td class='confluenceTd'>UTILIZATION </td>
<td class='confluenceTd'>false </td>
<td class='confluenceTd'>10 min</td>
</tr>
<tr>
<td class='confluenceTd'>Cpu Usage </td>
<td class='confluenceTd'>Usage </td>
<td class='confluenceTd'>percentage </td>
<td class='confluenceTd'>UTILIZATION </td>
<td class='confluenceTd'>true </td>
<td class='confluenceTd'>5 min</td>
</tr>
</tbody></table>
</div>
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td height="12" background="http://support.hyperic.com/images/border/border_bottom.gif"><img src="images/border/spacer.gif" width="1" height="1" border="0"/></td>
</tr>
<tr>
<td align="center"><font color="grey">Document generated by Confluence on Oct 01, 2012 10:07</font></td>
</tr>
</table>
</body>
</html>
|
styles/blocks/f-right-heading.css
|
Firefund/styleguide
|
/*
A heading with the background reaching the right side of its container,
If the container isn't `f-content`, then the heading will *leak* out.
<pre>
BLOCK f-right-heading
</pre>
## Container with padding
```
<div class="kalei-background-white"><!-- only here for the style guide - should not be used on the website -->
<div class="f-content">
<!-- this should be used on the website -->
<h1 class="f-right-heading">About the FUCK</h1>
<!-- this should be used on the website -->
</div> <!-- only here for the style guide - should not be used on the website -->
</div>
```
## Leaking out of container
```
<div class="kalei-background-white"><!-- only here for the style guide - should not be used on the website -->
<!-- this should be used on the website -->
<h1 class="f-right-heading">About the FUCK</h1>
<!-- this should be used on the website -->
</div><!-- only here for the style guide - should not be used on the website -->
```
*/
@import "../variables";
.f-right-heading {
margin: 0 -var(--gutter-width) 2.8rem 0;
padding: .8rem var(--gutter-width) .8rem 1.93rem;
color: var(--color-white);
font-size: 2.8rem;
background-color: var(--color-black);
}
|
flaskapp/templates/macros.html
|
Kungbib/data.kb.se
|
{% macro file_icon(mimetype) -%}
{%- if mimetype == None -%}
fa-file-o
{%- elif mimetype == "application/msword" -%}
fa-file-word-o
{%- elif mimetype.startswith('image') -%}
fa-file-image-o
{%- elif mimetype == "application/pdf" -%}
fa-file-pdf-o
{%- elif mimetype == "text/xml" or mimetype == "application/xml" -%}
fa-file-code-o
{%- elif mimetype == "text/json" or mimetype == "application/json" -%}
fa-file-code-o
{%- elif mimetype == "text/x-yaml" -%}
fa-file-text-o
{%- else -%}
file-o
{%- endif -%}
{%- endmacro -%}
{% macro dataset_uri(dataset) -%}
{%- if dataset.path == None -%}
/datasets/{{dataset.name | urlencode}}
{%- else -%}
/datasets/{{dataset.path}}/
{%- endif -%}
{%- endmacro %}
|
core/scripts/AQW_GAME-style.css
|
EraxGaming/Alpha-Legends
|
body, td, th {
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
body {
margin: 25px 0 0 0!important;
background: #0b0c10 url("http://img.joymax.com/property/silkroadr/v1/images/_common/bg_contents.jpg") center top no-repeat;
}
.sprite {
background: url("./game-sprite-bar2.png") 0 0 no-repeat;
}
.menu {
width: 996px;
height: 86px;
background-position: 0 0;
margin: 0 auto 20px;
}
a span {
display: none;
}
.sprite a {
display: block;
width: inherit;
height: inherit;
}
.dns, .freeAcs, .gameSize {
margin-top: 22px;
background-position: -26px -103px;
width: 123px;
height: 48px;
display: inline-block;
vertical-align: top;
}
.dns a, .freeAcs a, .aqworlds a {
width: inherit;
height: inherit;
display: block;
cursor: pointer;
}
.dns:hover {
background-position: -26px -155px;
}
.upgrade {
margin: 18px 0 0 3px;
background-position: -152px -99px;
width: 123px;
height: 51px;
display: inline-block;
vertical-align: top;
}
.upgrade:hover {
background-position: -152px -151px;
}
.freeAcs {
background-position: -277px -103px;
width:122px;
}
.freeAcs:hover {
background-position: -277px -155px;
}
.aqworlds {
margin: 10px 10px 0 10px;
background-position: -408px -92px;
width: 184px;
height: 70px;
display: inline-block;
vertical-align: top;
}
.gameSize {
margin-left: 10px;
background-position: -860px -103px;
}
.gameSize ul, .gameSize li {
margin: -5px 0 0 0;
padding: 0;
}
.gameSize li.topLevel {
display: inline-block;
width: 122px;
height: 48px;
}
.gameSize li.topLevel:hover {
height: 48px;
margin-top: 5px;
padding: 5px 0 0;
}
.gameSize li.topLevel a {
color: #F19B09;
display: inline-block;
padding: 0 10px;
width: 94px;
margin-top: 5px;
}
.gameSize li.topLevel a.none{
height: 22px;
margin: 0;
padding: 0;
}
.gameSize li.topLevel ul {
display: none;
margin: 0 0 0 8px;
padding: 0;
text-align: left;
}
.gameSize li.topLevel li {
display: block;
list-style-type: none;
margin: 0;
padding: 0;
width: 94px;
height: 29px;
background: #060606;
border-top: 1px solid #202020;
border-bottom: 1px solid #000;
}
.gameSize li.topLevel li.first {
border-top: none;
}
.gameSize li.topLevel:hover ul, .gameSize li:hover li:hover {
display: block;
z-index: 50;
background: #000;
}
.gameSize li.topLevel:hover ul {
position: absolute;
}
.fb {
margin-top: 30px;
display: inline-block;
}
.game, .chat {
overflow: hidden;
color: #EEE;
padding: 5px;
margin: -2px;
border-radius: 5px;
background-color: #191919;
box-shadow: 0 0 5px #000000;
border: solid 1px #000000;
}
.chat {
margin: 0 auto 15px;
height: 405px;
width: 540px;
}
.game {
margin: 0 auto;
height: 550px;
}
|
RC2/doc/javadoc/com/qualcomm/robotcore/hardware/PwmControl.PwmRange.html
|
GreenJellyBeans/FTC12598
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>PwmControl.PwmRange</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="PwmControl.PwmRange";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="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="../../../../com/qualcomm/robotcore/hardware/PwmControl.html" title="interface in com.qualcomm.robotcore.hardware"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../com/qualcomm/robotcore/hardware/PWMOutput.html" title="interface in com.qualcomm.robotcore.hardware"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/qualcomm/robotcore/hardware/PwmControl.PwmRange.html" target="_top">Frames</a></li>
<li><a href="PwmControl.PwmRange.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">com.qualcomm.robotcore.hardware</div>
<h2 title="Class PwmControl.PwmRange" class="title">Class PwmControl.PwmRange</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>com.qualcomm.robotcore.hardware.PwmControl.PwmRange</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>Enclosing interface:</dt>
<dd><a href="../../../../com/qualcomm/robotcore/hardware/PwmControl.html" title="interface in com.qualcomm.robotcore.hardware">PwmControl</a></dd>
</dl>
<hr>
<br>
<pre>public static class <span class="typeNameLabel">PwmControl.PwmRange</span>
extends java.lang.Object</pre>
<div class="block">PwmRange instances are used to specify the upper and lower pulse widths
and overall framing rate for a servo.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="http://www.endurance-rc.com/ppmtut.php">Guide to PWM and PPM</a>,
<a href="https://www.servocity.com/html/hs-485hb_servo.html">HS-485HB servo information</a></dd>
</dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../com/qualcomm/robotcore/hardware/PwmControl.PwmRange.html" title="class in com.qualcomm.robotcore.hardware">PwmControl.PwmRange</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/qualcomm/robotcore/hardware/PwmControl.PwmRange.html#defaultRange">defaultRange</a></span></code>
<div class="block">defaultRange is the default PWM range used</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/qualcomm/robotcore/hardware/PwmControl.PwmRange.html#usFrame">usFrame</a></span></code>
<div class="block">usFrame is the rate, in microseconds, at which the PWM is transmitted.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static double</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/qualcomm/robotcore/hardware/PwmControl.PwmRange.html#usFrameDefault">usFrameDefault</a></span></code>
<div class="block">usFrameDefault is the default frame rate used, in microseconds</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/qualcomm/robotcore/hardware/PwmControl.PwmRange.html#usPulseLower">usPulseLower</a></span></code>
<div class="block">usPulseLower is the minimum PWM rate used, in microseconds.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static double</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/qualcomm/robotcore/hardware/PwmControl.PwmRange.html#usPulseLowerDefault">usPulseLowerDefault</a></span></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/qualcomm/robotcore/hardware/PwmControl.PwmRange.html#usPulseUpper">usPulseUpper</a></span></code>
<div class="block">usPulseLower is the maximum PWM rate used, in microseconds.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static double</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/qualcomm/robotcore/hardware/PwmControl.PwmRange.html#usPulseUpperDefault">usPulseUpperDefault</a></span></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="memberSummary" 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><span class="memberNameLink"><a href="../../../../com/qualcomm/robotcore/hardware/PwmControl.PwmRange.html#PwmRange-double-double-">PwmRange</a></span>(double usPulseLower,
double usPulseUpper)</code>
<div class="block">Creates a new PwmRange with the indicated lower and upper bounds and the default
framing rate.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/qualcomm/robotcore/hardware/PwmControl.PwmRange.html#PwmRange-double-double-double-">PwmRange</a></span>(double usPulseLower,
double usPulseUpper,
double usFrame)</code>
<div class="block">Creates a new PwmRange with the indicated lower and upper bounds and the specified
framing rate.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="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="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete 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>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/qualcomm/robotcore/hardware/PwmControl.PwmRange.html#equals-java.lang.Object-">equals</a></span>(java.lang.Object o)</code> </td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/qualcomm/robotcore/hardware/PwmControl.PwmRange.html#hashCode--">hashCode</a></span>()</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, finalize, getClass, 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="usFrameDefault">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>usFrameDefault</h4>
<pre>public static final double usFrameDefault</pre>
<div class="block">usFrameDefault is the default frame rate used, in microseconds</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#com.qualcomm.robotcore.hardware.PwmControl.PwmRange.usFrameDefault">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="usPulseUpperDefault">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>usPulseUpperDefault</h4>
<pre>public static final double usPulseUpperDefault</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#com.qualcomm.robotcore.hardware.PwmControl.PwmRange.usPulseUpperDefault">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="usPulseLowerDefault">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>usPulseLowerDefault</h4>
<pre>public static final double usPulseLowerDefault</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#com.qualcomm.robotcore.hardware.PwmControl.PwmRange.usPulseLowerDefault">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="defaultRange">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>defaultRange</h4>
<pre>public static final <a href="../../../../com/qualcomm/robotcore/hardware/PwmControl.PwmRange.html" title="class in com.qualcomm.robotcore.hardware">PwmControl.PwmRange</a> defaultRange</pre>
<div class="block">defaultRange is the default PWM range used</div>
</li>
</ul>
<a name="usPulseLower">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>usPulseLower</h4>
<pre>public final double usPulseLower</pre>
<div class="block">usPulseLower is the minimum PWM rate used, in microseconds. This corresponds to a servo position of 0.0.</div>
</li>
</ul>
<a name="usPulseUpper">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>usPulseUpper</h4>
<pre>public final double usPulseUpper</pre>
<div class="block">usPulseLower is the maximum PWM rate used, in microseconds. This corresponds to a servo position of 1.0.</div>
</li>
</ul>
<a name="usFrame">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>usFrame</h4>
<pre>public final double usFrame</pre>
<div class="block">usFrame is the rate, in microseconds, at which the PWM is transmitted.</div>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="PwmRange-double-double-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PwmRange</h4>
<pre>public PwmRange(double usPulseLower,
double usPulseUpper)</pre>
<div class="block">Creates a new PwmRange with the indicated lower and upper bounds and the default
framing rate.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>usPulseLower</code> - the minimum PWM rate used, in microsecond</dd>
<dd><code>usPulseUpper</code> - the maximum PWM rate used, in microseconds</dd>
</dl>
</li>
</ul>
<a name="PwmRange-double-double-double-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>PwmRange</h4>
<pre>public PwmRange(double usPulseLower,
double usPulseUpper,
double usFrame)</pre>
<div class="block">Creates a new PwmRange with the indicated lower and upper bounds and the specified
framing rate.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>usPulseLower</code> - the minimum PWM rate used, in microsecond</dd>
<dd><code>usPulseUpper</code> - the maximum PWM rate used, in microseconds</dd>
<dd><code>usFrame</code> - the framing rate, in microseconds</dd>
</dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="equals-java.lang.Object-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>equals</h4>
<pre>public boolean equals(java.lang.Object o)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>equals</code> in class <code>java.lang.Object</code></dd>
</dl>
</li>
</ul>
<a name="hashCode--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>hashCode</h4>
<pre>public int hashCode()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>hashCode</code> in class <code>java.lang.Object</code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../com/qualcomm/robotcore/hardware/PwmControl.html" title="interface in com.qualcomm.robotcore.hardware"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../com/qualcomm/robotcore/hardware/PWMOutput.html" title="interface in com.qualcomm.robotcore.hardware"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/qualcomm/robotcore/hardware/PwmControl.PwmRange.html" target="_top">Frames</a></li>
<li><a href="PwmControl.PwmRange.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>
|
prakash-1.html
|
Limelab/gck
|
<!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">
<!-- Mirrored from classic.gck.ac.in/prakash-1.html by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 28 Nov 2016 09:41:54 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=utf-81" /><!-- /Added by HTTrack -->
<head>
<!--
phpwcms | free open source content management system
created by Oliver Georgi (oliver at phpwcms dot de) and licensed under GNU/GPL.
phpwcms is copyright 2003-2013 of Oliver Georgi. Extensions are copyright of
their respective owners. Visit project page for details: http://www.phpwcms.org/
// -->
<title>Government College Kasaragod | Faculty | Prakash Kumar K.</title>
<meta http-equiv="content-type" content="text/html; charset=utf-81" />
<meta http-equiv="content-style-type" content="text/css" />
<link rel="stylesheet" type="text/css" href="template/inc_css/frontend.css" />
<script language="javascript" type="text/javascript" src="js/ypSlideOutMenusC.js"></script>
<script language="javascript" type="text/javascript" src="js/dropdowns.js"></script>
<!--[if lt IE 8]><script type="text/javascript" src="template/lib/ie7-js/IE8.js"></script><![endif]-->
</head>
<body>
<div id="toplinksbar">
<div id="toplinks">
<a href="http://mail.gck.ac.in/" id="nav_webmail">WEBMAIL</a> |
<a href="credits.html" id="nav_credits">CREDITS</a> |
<a href="search.html" id="nav_search">SEARCH</a> |
<a href="contact.html" id="nav_contact">CONTACT</a> |
<a href="home.html" id="nav_home">HOME</a></div>
</div>
<!-- End of Top Links Bar Div -->
<div id="bannerbar">
<div id="banner"><a href="home.html" title="Go To Government College Kasaragod Home Page"><img src="images/spacer.gif" alt="Government College Kasaragod" border="0" class="archban" /></a></div></div><!-- End of Banner Bar Div -->
<div id="textban"><h3><a href=".html" title="Go To Government College Kasaragod Home Page">Government College Kasaragod<br />
Government College Kasaragod</a></h3></div>
<div id="navbar">
<div id="navcontainer">
<div id="nav"><ul>
<li><a href="about.html" id="nav_inside" onmouseover="ypSlideOutMenu.showMenu('AboutMenu')" onmouseout="ypSlideOutMenu.hideMenu('AboutMenu')">ABOUT THE<br />
COLLEGE</a></li>
<li><a href="academics.html" id="nav_newsevents" onmouseover="ypSlideOutMenu.showMenu('AcademicsMenu')" onmouseout="ypSlideOutMenu.hideMenu('AcademicsMenu')">ACADEMIC<br />
STRUCTURE</a></li>
<li><a href="departments.html" id="nav_admissions" onmouseover="ypSlideOutMenu.showMenu('DepartmentsMenu')" onmouseout="ypSlideOutMenu.hideMenu('DepartmentsMenu')">DEPARTMENTS<br />
& COURSES</a></li>
<li><a href="activities.html" id="nav_prodevelop" onmouseover="ypSlideOutMenu.showMenu('ActivitiesMenu')" onmouseout="ypSlideOutMenu.hideMenu('ActivitiesMenu')">OTHER<br />
ACTIVITIES</a></li>
<li><a href="news_events.html" id="nav_community" onmouseover="ypSlideOutMenu.showMenu('InformationMenu')" onmouseout="ypSlideOutMenu.hideMenu('InformationMenu')">NEWS AND<br />
EVENTS</a></li>
<li><a href="information.html" id="nav_publications" onmouseover="ypSlideOutMenu.showMenu('NewsMenu')" onmouseout="ypSlideOutMenu.hideMenu('NewsMenu')">INFORMATON<br />
& LINKS</a></li>
<li><a href="gallery.html" id="nav_programs" onmouseover="ypSlideOutMenu.showMenu('GalleryMenu')" onmouseout="ypSlideOutMenu.hideMenu('GalleryMenu')">PHOTOS &<br />
VIDEOS</a></li>
</ul>
</div><!-- End of Nav Div --></div><!-- End of Nav Container Div --></div><!-- End of Nav Bar Div -->
<div id="headerblock">
<div id="quoteblock">
<div class="quoteblockindent"><img src="content/gt/fcb6421c7c62628408190d4ca84029e5.png" alt="Dpt. of" title="Dpt. of" width="98" height="33" border="0" /><img src="content/gt/f9ed793f83b1f07e74fdb29b49eeb7e8.png" alt="History" title="History" width="113" height="33" border="0" /></div>
</div>
<div id="headerimage"><img src="images/banners/departments.jpg" alt="" width="472" height="105" /></div>
</div><!-- End of Header Block Div -->
<div class="spacer"><img src="img/leer.gif" border="0" width="5" height="10" alt="" /></div>
<div id="gradientbarbox">
<div id="gradientbar"> </div></div>
<div id="canvas">
<div id="supportbody">
<div id="leftsubnav"><div class="leftsubnavindent">
<ul>
<li class="sub_no sub_first"><a href="history_dep.html" title="About">About</a></li>
<li class="sub_no"><a href="139.0.0.1.0.0.html" title="Faculty">Faculty</a></li>
<li class="sub_no"><a href="140.0.0.1.0.0.html" title="Courses">Courses</a></li>
<li class="sub_no"><a href="141.0.0.1.0.0.html" title="Students">Students</a></li>
</ul>
</div></div>
<div id="righttextarea"><div class="righttextareaindent"><div id="breadcrumb"><a href="index-2.html">Home</a> <span class="breadcrumb_spacer">></span> <a href="alumni.html">Alumni Association</a> <span class="breadcrumb_spacer">></span> <a href="departments-2.html">Departments and Courses</a> <span class="breadcrumb_spacer">></span> <a href="history_dep-1.html">Department of History</a> <span class="breadcrumb_spacer">></span> <strong>Faculty</strong></div>
<a name="jump419" id="jump419"></a><!-- Livedate: 15.01.2009 11:11:16 / Killdate: 13.01.2019 11:29:59 -->
<h1>Prakash Kumar K.</h1>
<h2>Assistant Professor</h2>
<!--
Livedate: 15.01.2009 11:11:16 / Killdate: 13.01.2019 11:29:59
//-->
<div class="image-with-text">
<div class="imgDIVinTextRight" align="right"><div class="image_td"><img src="content/images/a5d3198179b1ee3840d402b18c081c2e.jpg" width="154" height="200" border="0" class="image_img" alt="prakash.jpg" /></div></div><div class="articleText"><p>
<div>ADOOR HOUSE, VALLIYOTT</div>
<div>PAKKAM PO, PALLIKARE VIA</div>
<div>KASARGOD DT - 671316</div>
</p></div>
</div>
<h3>Educational Qualifications</h3><ul>
<li>MEd in Social Science from Mahatma Gandhi University (2006).</li>
<li>UGC NET for Lectureship in History (2005).</li>
<li>Kerala SET for Higher Secondary Level Teaching (2005).</li>
<li>BEd in Social Science from Kannur University (2004).</li>
<li>MA in History from from Kannur University (2003).</li>
<li>BA in History from from Kannur University (2001).</li>
</ul>
<h3>Extra Curricular Activities</h3><ul>
<li>SERVED AS STAFF CLUB SECRETARY IN THE ACADEMIC YEAR 2010-2011.</li>
<li>SERVED AS COLLEGE UNION FINE ARTS ADVISOR 2010-2011.</li>
<li>MEMBER OF PTA EXECUTIVE COUNCIL 2011-2011</li>
<li>CCSS DEPARTMENT CO-ORDINATOR 2010-2011.</li>
<li>SERVING AS COLLEGE CO-ORDINATOR (CCSS) 2010-11 ONWARDS</li>
<li>MEMBER OF CANTEEN COMMITTEE 2011-2012.</li>
</ul>
<div align="right"><a href="#top"><img src="img/article/top_link_0.gif" border="0" alt="" /></a></div>
</div></div>
<div class="spacer"> </div></div><!-- End of Support Body Div --></div><!-- End of Canvas Div -->
<div id="emptybar"> </div>
<div id="footer">
<div id="footerleft">Copyright © 2006 - 2013 <a href="home.html">Government College Kasaragod</a><br />Vidyanagar, Kasaragod, 671 123, Kerala, India <br />E-mail: <a href="contact.html" >getinfo<script type="text/javascript">
//<![CDATA[
document.write("&#"+"64");
//]]>
</script><noscript>(@)</noscript>gck<script type="text/javascript">
//<![CDATA[
document.write("&#"+"46");
//]]>
</script><noscript>(.)</noscript>ac<script type="text/javascript">
//<![CDATA[
document.write("&#"+"46");
//]]>
</script><noscript>(.)</noscript>in</a> Phone: (04994) 256027 <br /><br />Site by <a href="http://www.limeconsultants.com/" target="_blank" >Lime Media</a> </div>
<div id="footerright">
<a href="http://www.google.com/" target="_blank"><img src="images/google.jpg" alt="Powered by Google" width="62" height="30" border="0" /></a>
<a href="http://www.kannuruniversity.ac.in/"><img src="images/ku_logo.gif" alt="Kannur University" width="143" height="35" border="0" /></a></div>
</div><!-- End of Footer Div -->
<!-- DROPDOWNS: Removed from All Containers -->
<div id="AboutMenuContainer">
<div id="AboutMenuContent" class="menu">
<div class="options">
<a href="about.html">About the College</a>
<a href="principal.html">Principal's Page</a>
<a href="vice_principal.html">Vice Principal's Page</a>
<a href="library.html">General Library</a>
<a href="50years.html">50 Years</a>
<a href="naac.html">NAAC Acreditation</a>
<a href="administrative_structure.html">Administrative Structure</a>
<a href="college_development_council.html">College Development Council</a>
<a href="facilities.html">Facilities</a>
</div>
</div>
</div>
<div id="AcademicsMenuContainer">
<div id="AcademicsMenuContent" class="menu">
<div class="options">
<a href="Teaching_Learning_Evaluation.html">Teaching, Learning & Evaluation</a>
<a href="Research_Consultancy_Extension.html">Research, Consultancy & Extension</a>
<a href="Student_support_and_Progress.html">Student Support and Progress</a>
<a href="Organization_and_Management.html">Organization and Management</a>
</div>
</div>
</div>
<div id="DepartmentsMenuContainer">
<div id="DepartmentsMenuContent" class="menu">
<div class="options">
<a href="arabic_dep.html">Department of Arabic</a>
<a href="botany_dep.html">Department of Botany</a>
<a href="chem_dep.html">Department of Chemistry</a>
<a href="cs_dep.html">Department of Computer Science</a>
<a href="economics_dep.html">Department of Economics</a>
<a href="english_dep.html">Department of English</a>
<a href="geology_dep.html">Department of Geology</a>
<a href="hindi_dep.html">Department of Hindi</a>
<a href="history_dep.html">Department of History</a>
<a href="kannada_dep.html">Department of Kannada</a>
<a href="malayalam_dep.html">Department of Malayalam</a>
<a href="mathematics_dep.html">Department of Mathematics</a>
<a href="physics_dep.html">Department of Physics</a>
<a href="pe_dep.html">Department of Physical Education</a>
<a href="statistics_dep.html">Department of Statistics</a>
<a href="zoology_dep.html">Department of Zoology</a>
</div>
</div>
</div>
<div id="ActivitiesMenuContainer">
<div id="ActivitiesMenuContent" class="menu">
<div class="options">
<a href="pta.html">Parent Teacher Association</a>
<a href="Old_Students_Association.html">Old Students Association</a>
<a href="college_development_council.html">College Development Council</a>
<a href="Staff_Club.html">Staff Club</a>
<a href="nss.html">National Service Scheme</a>
<a href="ncc.html">National Cadet Corps</a>
<a href="tourism_club.html">Tourism Club</a>
<a href="Placement_Cell.html">Placement Cell</a>
<a href="Student_Counseling_Centre.html">Student Counseling Centre</a>
<a href="Women_Empowerment_Cell.html">Women Empowerment Cell</a>
<a href="Poor_Students_Aid_Fund.html">Poor Students Aid Fund</a>
<a href="Planning_and_Development_Wing.html">Planning and Development Wing</a>
<a href="Humanitarian_Cell.html">Humanitarian Cell</a>
<a href="Vidyanidhi.html">Vidyanidhi</a>
<a href="Legal_Awareness_Classes.html">Legal Awareness Classes</a>
<a href="College_Union.html">College Union</a>
</div>
</div>
</div>
<div id="InformationMenuContainer">
<div id="InformationMenuContent" class="menu">
<div class="options">
<a href="news.html">News</a>
<a href="events.html">Events</a>
<a href="news_archive.html">News Archive</a>
<a href="past_events.html">Past Events</a>
</div>
</div>
</div>
<div id="NewsMenuContainer">
<div id="NewsMenuContent" class="menu">
<div class="options">
<a href="admission.html">Admission</a>
<a href="fee_payment.html">Fee payment</a>
<a href="exam_calander.html">Exam Calander</a>
<a href="useful_forms.html">Useful Forms</a>
<a href="time_table.html">Time Table</a>
<a href="exam_results.html">Exam Results</a>
<a href="directories.html">Directories</a>
<a href="links.html">Useful Links</a>
</div>
</div>
</div>
<div id="GalleryMenuContainer">
<div id="GalleryMenuContent" class="menu">
<div class="options">
<a href="photo_gallery.html">Photo Gallery</a>
<a href="videos.html">Videos</a>
<a href="downloads.html">Downloads</a>
<a href="submit_photos.html">Submit Photos</a>
</div>
</div>
</div>
</body>
<!-- Mirrored from classic.gck.ac.in/prakash-1.html by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 28 Nov 2016 09:41:54 GMT -->
</html>
|
frame_packages/java_libs/hibernate-distribution-3.6.10.Final/documentation/javadocs/org/hibernate/loader/class-use/ColumnEntityAliases.html
|
codeApeFromChina/resource
|
<!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 Wed Feb 08 19:32:58 CST 2012 -->
<TITLE>
Uses of Class org.hibernate.loader.ColumnEntityAliases (Hibernate JavaDocs)
</TITLE>
<META NAME="date" CONTENT="2012-02-08">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.hibernate.loader.ColumnEntityAliases (Hibernate JavaDocs)";
}
}
</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/hibernate/loader/ColumnEntityAliases.html" title="class in org.hibernate.loader"><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/hibernate/loader//class-useColumnEntityAliases.html" target="_top"><B>FRAMES</B></A>
<A HREF="ColumnEntityAliases.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.hibernate.loader.ColumnEntityAliases</B></H2>
</CENTER>
No usage of org.hibernate.loader.ColumnEntityAliases
<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/hibernate/loader/ColumnEntityAliases.html" title="class in org.hibernate.loader"><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/hibernate/loader//class-useColumnEntityAliases.html" target="_top"><B>FRAMES</B></A>
<A HREF="ColumnEntityAliases.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 © 2001-2010 <a href="http://redhat.com">Red Hat, Inc.</a> All Rights Reserved.
</BODY>
</HTML>
|
index.html
|
capinski/inskiweb
|
<html>
<head>
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="author" content="Benjamin Capinski">
<meta name="description" content="Website Index">
<meta name="keywords" content="websites, list">
<title>Inski Web</title>
<link href="https://fonts.googleapis.com/css?family=Dosis|Open+Sans" rel="stylesheet">
<link rel="stylesheet" href="css/style.css" type="text/css">
<link rel="stylesheet" href="css/accordion.css" type="text/css">
<link rel="stylesheet" href="css/normalize.css" type="text/css">
<script src="js/script.js"></script>
</head>
<body>
<div class="front">
<div class="wrapper">
<h1>Inski Web</h1>
<p>An index of both the useful and useless sites I've found or used. They're divided into three groups: Tools and Facts, Games and Art, and ones not good enough for either.</p>
<nav>
<ul class="inline-nav">
<a href="#"><li>Donate</li></a> ·
<a href="#"><li>Comment</li></a> ·
<a href="#"><li>Suggest An Edit</li></a> ·
<a href="#"><li>Contact</li></a>
</ul>
</nav>
</div>
<div class="down">
<a href="#useful"><h2>Useful</h2></a>
<a href="#useless"><h2>Useless</h2></a>
<a href="#removed"><h2>Removed</h2></a>
</div>
</div>
<h1 id="useful">Useful</h1>
<div class="accordion">
<div class="tab">
<input id="tab-one" type="checkbox" name="tabs">
<label for="tab-one">File Trasnfer/Storage</label>
<div class="tab-content">
<li><a href="https://mixtape.moe/">https://mixtape.moe/</a> Drop files up to 100mb</li>
<li><a href="https://www.station307.com">https://www.station307.com</a> Stream files directly to another computer.</li>
</div>
</div>
<div class="tab">
<input id="tab-two" type="checkbox" name="tabs">
<label for="tab-two">Label Two</label>
<div class="tab-content">
<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse sed interdum sem, non lobortis lorem. Mauris arcu nunc, condimentum sed commodo at, pulvinar nec purus. Suspendisse finibus aliquet dui ac aliquet. Aliquam erat volutpat. Ut vel lorem placerat, ornare nulla sit amet, finibus sapien. Nunc nec nunc viverra, suscipit felis nec, faucibus enim. Praesent at ipsum viverra, porttitor leo id, varius diam. Praesent quis ligula vel tellus vehicula pulvinar.
Interdum et malesuada fames ac ante ipsum primis in faucibus. Suspendisse vel nibh ac purus viverra tempus quis at enim. Praesent in ipsum lectus. Nam ultricies tortor non massa malesuada accumsan. Nulla lorem orci, auctor eget viverra vitae, ultrices fringilla nunc. Nulla eleifend ipsum lacus, quis placerat ligula varius sit amet. Sed sed interdum sem. Nulla vulputate lorem a risus pulvinar pellentesque vel et justo.
Sed tristique sodales est id lobortis. Nulla commodo volutpat nunc eu iaculis. Cras mattis mattis scelerisque. Quisque in euismod massa. Vivamus in convallis mauris. Donec arcu tellus, faucibus non dignissim nec, mollis vel risus. Curabitur ullamcorper non odio ac consectetur. Phasellus congue dictum enim ut pharetra. Aenean sodales dui enim, et dictum ex pharetra non.
Sed ipsum mi, faucibus nec massa sed, sodales eleifend odio. Curabitur placerat magna justo, ut mollis leo ultricies eu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum nec sollicitudin metus. Fusce malesuada magna nibh, a maximus ex venenatis eget. Vivamus pretium dapibus hendrerit. Nullam auctor consectetur libero, id dignissim lacus consequat non. Sed iaculis ligula et risus vehicula tristique. Nunc viverra magna non laoreet ultrices. Interdum et malesuada fames ac ante ipsum primis in faucibus. Nunc posuere ex sit amet ex euismod, eu pellentesque dui efficitur. Maecenas turpis mi, accumsan vel felis sed, congue accumsan ipsum. Fusce gravida, elit ut ultrices molestie, diam massa maximus sapien, quis commodo augue leo vel nulla. Nam eleifend, lorem sed condimentum vulputate, nisi orci pharetra dui, et aliquet nibh orci quis arcu. Phasellus eget dolor a orci molestie tristique sit amet eu est.</li>
</div>
</div>
<div class="tab">
<input id="tab-three" type="checkbox" name="tabs">
<label for="tab-three">Label Three</label>
<div class="tab-content">
<li>Lorem Ipsum</li>
</div>
</div>
<div class="tab">
<input id="tab-four" type="checkbox" name="tabs">
<label for="tab-four">Label Four</label>
<div class="tab-content">
<li>Lorem Ipsum</li>
</div>
</div>
</div>
<h1 id="useless">Useless</h1>
<div class="accordion">
<div class="tab">
<input id="tab-one" type="checkbox" name="tabs">
<label for="tab-one">File Trasnfer/Storage</label>
<div class="tab-content">
<li><a href="https://mixtape.moe/">https://mixtape.moe/</a> Drop files up to 100mb</li>
<li><a href="https://www.station307.com">https://www.station307.com</a> Stream files directly to another computer.</li>
</div>
</div>
<div class="tab">
<input id="tab-two" type="checkbox" name="tabs">
<label for="tab-two">Label Two</label>
<div class="tab-content">
<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse sed interdum sem, non lobortis lorem. Mauris arcu nunc, condimentum sed commodo at, pulvinar nec purus. Suspendisse finibus aliquet dui ac aliquet. Aliquam erat volutpat. Ut vel lorem placerat, ornare nulla sit amet, finibus sapien. Nunc nec nunc viverra, suscipit felis nec, faucibus enim. Praesent at ipsum viverra, porttitor leo id, varius diam. Praesent quis ligula vel tellus vehicula pulvinar.
Interdum et malesuada fames ac ante ipsum primis in faucibus. Suspendisse vel nibh ac purus viverra tempus quis at enim. Praesent in ipsum lectus. Nam ultricies tortor non massa malesuada accumsan. Nulla lorem orci, auctor eget viverra vitae, ultrices fringilla nunc. Nulla eleifend ipsum lacus, quis placerat ligula varius sit amet. Sed sed interdum sem. Nulla vulputate lorem a risus pulvinar pellentesque vel et justo.
Sed tristique sodales est id lobortis. Nulla commodo volutpat nunc eu iaculis. Cras mattis mattis scelerisque. Quisque in euismod massa. Vivamus in convallis mauris. Donec arcu tellus, faucibus non dignissim nec, mollis vel risus. Curabitur ullamcorper non odio ac consectetur. Phasellus congue dictum enim ut pharetra. Aenean sodales dui enim, et dictum ex pharetra non.
Sed ipsum mi, faucibus nec massa sed, sodales eleifend odio. Curabitur placerat magna justo, ut mollis leo ultricies eu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum nec sollicitudin metus. Fusce malesuada magna nibh, a maximus ex venenatis eget. Vivamus pretium dapibus hendrerit. Nullam auctor consectetur libero, id dignissim lacus consequat non. Sed iaculis ligula et risus vehicula tristique. Nunc viverra magna non laoreet ultrices. Interdum et malesuada fames ac ante ipsum primis in faucibus. Nunc posuere ex sit amet ex euismod, eu pellentesque dui efficitur. Maecenas turpis mi, accumsan vel felis sed, congue accumsan ipsum. Fusce gravida, elit ut ultrices molestie, diam massa maximus sapien, quis commodo augue leo vel nulla. Nam eleifend, lorem sed condimentum vulputate, nisi orci pharetra dui, et aliquet nibh orci quis arcu. Phasellus eget dolor a orci molestie tristique sit amet eu est.</li>
</div>
</div>
<div class="tab">
<input id="tab-three" type="checkbox" name="tabs">
<label for="tab-three">Label Three</label>
<div class="tab-content">
<li>Lorem Ipsum</li>
</div>
</div>
<div class="tab">
<input id="tab-four" type="checkbox" name="tabs">
<label for="tab-four">Label Four</label>
<div class="tab-content">
<li>Lorem Ipsum</li>
</div>
</div>
</div>
<div></div>
<h1 id="removed">Removed</h1>
<div class="accordion">
<div class="tab">
<input id="tab-one" type="checkbox" name="tabs">
<label for="tab-one">File Trasnfer/Storage</label>
<div class="tab-content">
<li><a href="https://mixtape.moe/">https://mixtape.moe/</a> Drop files up to 100mb</li>
<li><a href="https://www.station307.com">https://www.station307.com</a> Stream files directly to another computer.</li>
</div>
</div>
<div class="tab">
<input id="tab-two" type="checkbox" name="tabs">
<label for="tab-two">Label Two</label>
<div class="tab-content">
<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse sed interdum sem, non lobortis lorem. Mauris arcu nunc, condimentum sed commodo at, pulvinar nec purus. Suspendisse finibus aliquet dui ac aliquet. Aliquam erat volutpat. Ut vel lorem placerat, ornare nulla sit amet, finibus sapien. Nunc nec nunc viverra, suscipit felis nec, faucibus enim. Praesent at ipsum viverra, porttitor leo id, varius diam. Praesent quis ligula vel tellus vehicula pulvinar.
Interdum et malesuada fames ac ante ipsum primis in faucibus. Suspendisse vel nibh ac purus viverra tempus quis at enim. Praesent in ipsum lectus. Nam ultricies tortor non massa malesuada accumsan. Nulla lorem orci, auctor eget viverra vitae, ultrices fringilla nunc. Nulla eleifend ipsum lacus, quis placerat ligula varius sit amet. Sed sed interdum sem. Nulla vulputate lorem a risus pulvinar pellentesque vel et justo.
Sed tristique sodales est id lobortis. Nulla commodo volutpat nunc eu iaculis. Cras mattis mattis scelerisque. Quisque in euismod massa. Vivamus in convallis mauris. Donec arcu tellus, faucibus non dignissim nec, mollis vel risus. Curabitur ullamcorper non odio ac consectetur. Phasellus congue dictum enim ut pharetra. Aenean sodales dui enim, et dictum ex pharetra non.
Sed ipsum mi, faucibus nec massa sed, sodales eleifend odio. Curabitur placerat magna justo, ut mollis leo ultricies eu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum nec sollicitudin metus. Fusce malesuada magna nibh, a maximus ex venenatis eget. Vivamus pretium dapibus hendrerit. Nullam auctor consectetur libero, id dignissim lacus consequat non. Sed iaculis ligula et risus vehicula tristique. Nunc viverra magna non laoreet ultrices. Interdum et malesuada fames ac ante ipsum primis in faucibus. Nunc posuere ex sit amet ex euismod, eu pellentesque dui efficitur. Maecenas turpis mi, accumsan vel felis sed, congue accumsan ipsum. Fusce gravida, elit ut ultrices molestie, diam massa maximus sapien, quis commodo augue leo vel nulla. Nam eleifend, lorem sed condimentum vulputate, nisi orci pharetra dui, et aliquet nibh orci quis arcu. Phasellus eget dolor a orci molestie tristique sit amet eu est.</li>
</div>
</div>
<div class="tab">
<input id="tab-three" type="checkbox" name="tabs">
<label for="tab-three">Label Three</label>
<div class="tab-content">
<li>Lorem Ipsum</li>
</div>
</div>
<div class="tab">
<input id="tab-four" type="checkbox" name="tabs">
<label for="tab-four">Label Four</label>
<div class="tab-content">
<li>Lorem Ipsum</li>
</div>
</div>
</div>
</body>
</html>
|
shopepro/home.html
|
nazred/shoping
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home for ecommerce</title>
<link rel="stylesheet" href="css/bootstrap.min.css" media="screen" title="no title">
<link rel="stylesheet" href="css/font-awesome-4.7.0/css/font-awesome.min.css" media="screen" title="no title">
<link rel="stylesheet" href="css/master.css" media="screen" title="no title">
</head>
<body>
<div class="topbar">
<div class="container">
<p>Open Order Jam 08.00 s/d 20.00 WIB Tlp 08111245678</p>
</div>
</div>
<header>
<div class="container-fluid">
<div class="container">
<div class="main-head">
<div class="row">
<div class="col-md-2 col-sm-12">
<div class="logo">
<a href="home.html"><img src="img/default/logo.jpg" alt="logo" class="img-responsive"></a>
</div>
</div>
<div class="col-md-8 col-sm-10 col-xs-10 mr-top">
<form class="search">
<input type="text" name="name" placeholder="Start Your Search Here" class="search-input">
<button type="submit" class="search-btn">
<i class="fa fa-search"></i>
</button>
</form>
</div>
<div class="col-md-2 col-sm-2 col-xs-2 cart mr-top">
<a href="#">
<img src="img/default/cart.png" alt="cart">
<span class="cart-count">3</span>
</a>
</div>
</div>
</div>
</div>
</div>
</header>
<div class="container">
<div class="nav-wrapp">
<div class="row">
<div class="col-md-12 col-sm-12">
<div class="mobile-menu">Menu</div>
<ul class="nav navbar-nav main-nav">
<li><a class="active" href="#">Produk Baru</a></li>
<li><a href="#">Produk Terlaris</a></li>
<li><a href="#">Fashion Wanita</a></li>
<li><a href="#">Fashion Pria</a></li>
<li><a href="#">Fashion Anak</a></li>
<li><a href="#">Sepatu</a></li>
<li><a href="#">Tas</a></li>
<li><a href="#">Alat Kantor</a></li>
</ul>
</div>
</div>
</div>
<div class="sample-carousel text-center">
<h1>Carousel Space</h1>
</div>
<div class="card">
<div class="tab-nav">
<ul class="tab-items">
<li><a class="active" href="#">New Arrivals</a></li>
<li><a href="#">Top Sellers</a></li>
<li><a href="#">Large Stock</a></li>
</ul>
</div>
<div class="items">
<div class="single-item">
<div class="product-thumb">
<img src="img/items/product1.jpg" alt="baju" class="img-responsive">
</div>
<div class="product-des">
<div class="item-title">
<h3><a href="#">Product Item Name</a></h3>
</div>
<div class="half-mid">
<div class="half">
<p>rate <span>(39)</span></p>
</div>
<div class="half price">
<div class="strike-price">Rp 1.250.000</div>
<div class="final-price">Rp 850.000</div>
</div>
</div>
</div>
</div>
<div class="single-item">
<div class="product-thumb">
<img src="img/items/product2.jpg" alt="baju" class="img-responsive">
</div>
<div class="product-des">
<div class="item-title">
<h3><a href="#">Product Item Name Best Sellere Product</a></h3>
</div>
<div class="half-mid">
<div class="half">
<p>rate <span>(39)</span></p>
</div>
<div class="half price">
<div class="strike-price">Rp 1.250.000</div>
<div class="final-price">Rp 850.000</div>
</div>
</div>
</div>
</div>
<div class="single-item">
<div class="product-thumb">
<img src="img/items/product3.jpg" alt="baju" class="img-responsive">
</div>
<div class="product-des">
<div class="item-title">
<h3><a href="#">Most Wanted Product Item Name</a></h3>
</div>
<div class="half-mid">
<div class="half">
<p>rate <span>(39)</span></p>
</div>
<div class="half price">
<div class="strike-price">Rp 1.250.000</div>
<div class="final-price">Rp 850.000</div>
</div>
</div>
</div>
</div>
<div class="single-item">
<div class="product-thumb">
<img src="img/items/product4.jpg" alt="baju" class="img-responsive">
</div>
<div class="product-des">
<div class="item-title">
<h3><a href="#">Product Item Name Product Item Name Product Item Name Product Item Name Product Item Name</a></h3>
</div>
<div class="half-mid">
<div class="half">
<p>rate <span>(39)</span></p>
</div>
<div class="half price">
<div class="strike-price">Rp 1.250.000</div>
<div class="final-price">Rp 850.000</div>
</div>
</div>
</div>
</div>
<div class="single-item">
<div class="product-thumb">
<img src="img/items/product5.jpg" alt="baju" class="img-responsive">
</div>
<div class="product-des">
<div class="item-title">
<h3><a href="#">Rare Item Can be Found at Product Item Name</a></h3>
</div>
<div class="half-mid">
<div class="half">
<p>rate <span>(39)</span></p>
</div>
<div class="half price">
<div class="strike-price">Rp 1.250.000</div>
<div class="final-price">Rp 850.000</div>
</div>
</div>
</div>
</div>
<div class="single-item">
<div class="product-thumb">
<img src="img/items/product6.jpg" alt="baju" class="img-responsive">
</div>
<div class="product-des">
<div class="item-title">
<h3><a href="#">Product Item Name</a></h3>
</div>
<div class="half-mid">
<div class="half">
<p>rate <span>(39)</span></p>
</div>
<div class="half price">
<div class="strike-price">Rp 1.250.000</div>
<div class="final-price">Rp 850.000</div>
</div>
</div>
</div>
</div>
<div class="single-item">
<div class="product-thumb">
<img src="img/items/product7.jpg" alt="baju" class="img-responsive">
</div>
<div class="product-des">
<div class="item-title">
<h3><a href="#">Product Item Name Best Sellere Product</a></h3>
</div>
<div class="half-mid">
<div class="half">
<p>rate <span>(39)</span></p>
</div>
<div class="half price">
<div class="strike-price">Rp 1.250.000</div>
<div class="final-price">Rp 850.000</div>
</div>
</div>
</div>
</div>
<div class="single-item">
<div class="product-thumb">
<img src="img/items/product8.jpg" alt="baju" class="img-responsive">
</div>
<div class="product-des">
<div class="item-title">
<h3><a href="#">Most Wanted Product Item Name</a></h3>
</div>
<div class="half-mid">
<div class="half">
<p>rate <span>(39)</span></p>
</div>
<div class="half price">
<div class="strike-price">Rp 1.250.000</div>
<div class="final-price">Rp 850.000</div>
</div>
</div>
</div>
</div>
<div class="single-item">
<div class="product-thumb">
<img src="img/items/product9.jpg" alt="baju" class="img-responsive">
</div>
<div class="product-des">
<div class="item-title">
<h3><a href="#">Product Item Name Product Item Name Product Item Name Product Item Name Product Item Name</a></h3>
</div>
<div class="half-mid">
<div class="half">
<p>rate <span>(39)</span></p>
</div>
<div class="half price">
<div class="strike-price">Rp 1.250.000</div>
<div class="final-price">Rp 850.000</div>
</div>
</div>
</div>
</div>
<div class="single-item">
<div class="product-thumb">
<img src="img/items/product10.jpg" alt="baju" class="img-responsive">
</div>
<div class="product-des">
<div class="item-title">
<h3><a href="#">Rare Item Can be Found at Product Item Name</a></h3>
</div>
<div class="half-mid">
<div class="half">
<p>rate <span>(39)</span></p>
</div>
<div class="half price">
<div class="strike-price">Rp 1.250.000</div>
<div class="final-price">Rp 850.000</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<section class="module-small home-banners">
<div class="container">
<div class="row bannerss_section">
<div class="col-sm-4">
<div class="content-box mt-0 mb-0">
<div class="content-box-image">
<a href="#"><img src="img/items/banner1.jpg" scale="0"></a>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="content-box mt-0 mb-0">
<div class="content-box-image">
<a href="#"><img src="img/items/banner2.jpg" scale="0"></a>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="content-box mt-0 mb-0">
<div class="content-box-image">
<a href="#"><img src="img/items/banner3.jpg" scale="0"></a>
</div>
</div>
</div>
</div>
<!-- .shop_isle_bannerss_section -->
</div>
<!-- .container -->
</section>
<footer>
<div class="footerbar">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="half-mid text-right">
<div class="footer-logo half-25"><img src="img/default/logo.jpg" alt="logo" class="img-responsive"></div>
<div class="slogan half-75">
<h4>Toko Online No.1 Di Indonesia</h4>
</div>
</div>
</div>
<div class="col-md-6">
<div class="social half-mid">
<div class="half text-right">
<span>temukan kami di :</span>
</div>
<div class="half">
<ul class="soc-med-icon">
<li class="fb"><a href="#"><i class="fa fa-facebook"></i></a></li>
<li class="twit"><a href="#"><i class="fa fa-twitter"></i></a></li>
<li class="gp"><a href="#"><i class="fa fa-google-plus"></i></a></li>
<li class="ins"><a href="#"><i class="fa fa-instagram"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer-widget">
<div class="container">
<div class="row">
<div class="col-sm-4">
<aside class="widget widget_text">
<h3 class="widget-title">About ShopIsle</h3>
<div class="textwidget">
<p>The languages only differ in their grammar, their pronunciation and their most common words. </p>
<p>Phone: +1 234 567 89 10</p>
<p>Email: <a href="mailto:company@example.com">company@example.com</a>
</p>
</div>
</aside>
</div>
<div class="col-sm-2">
<aside class="widget widget_categories">
<h3 class="widget-title">Categories</h3>
<ul>
<li class="cat-item cat-item-8"><a href="#">City</a>
</li>
<li class="cat-item cat-item-7"><a href="#">Nature</a>
</li>
<li class="cat-item cat-item-6"><a href="#">News</a>
</li>
<li class="cat-item cat-item-15"><a href="#">Sports</a>
</li>
</ul>
</aside>
</div>
<div class="col-sm-2">
<aside class="widget widget_nav_menu">
<h3 class="widget-title">Sitemap</h3>
<div class="menu-main-menu-container">
<ul id="menu-main-menu-1" class="menu">
<li class=""><a href="#">Home</a></li>
<li class=""><a href="#">Home – Full Width</a></li>
<li class=""><a href="#">Blog</a></li>
<li class=""><a href="#">Contact</a></li>
<li class=""><a href="#">Dropdown
<li class=""><a href="#">Sample Page</a></li>
<li class=""><a href="#">Sample Post</a></li>
</ul>
</div>
</aside>
</div>
<div class="col-sm-2">
<aside class="widget widget_categories">
<h3 class="widget-title">Categories</h3>
<ul>
<li class="cat-item cat-item-8"><a href="#">City</a>
</li>
<li class="cat-item cat-item-7"><a href="#">Nature</a>
</li>
<li class="cat-item cat-item-6"><a href="#">News</a>
</li>
<li class="cat-item cat-item-15"><a href="#">Sports</a>
</li>
</ul>
</aside>
</div>
<div class="col-sm-2">
<aside class="widget widget_recent_comments">
<h3 class="widget-title">Recent Comments</h3>
<ul id="recentcomments">
<li class="recentcomments"><span class="comment-author-link">codeinwp</span> on <a href="#">Surplus Overalls</a></li>
<li class="recentcomments"><span class="comment-author-link">codeinwp</span> on <a href="#">White undershirt</a></li>
<li class="recentcomments"><span class="comment-author-link">Gerhard</span> on <a href="#">Mauve dress</a></li>
<li class="recentcomments"><span class="comment-author-link">Maria</span> on <a href="#">Blue & Red Shirt</a></li>
<li class="recentcomments"><span class="comment-author-link">Maria</span> on <a href="#">White blouse</a></li>
</ul>
</aside>
</div>
</div>
</div>
</div>
<div class="copyright-wrapp">
<p>©2016 <a href="#" class="copyright-link">Tantan Media</a> All Rights Reserved</p>
</div>
</footer>
<script type="text/javascript" src="js/jquery-2.2.4.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>
|
resources/views/user/pages/page_home5.html
|
Alan-xucheng/osfun
|
<!DOCTYPE html>
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
<head>
<title>Home Basic 3 | Unify - Responsive Website Template</title>
<!-- Meta -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Favicon -->
<link rel="shortcut icon" href="favicon.ico">
<!-- Web Fonts -->
<link rel='stylesheet' type='text/css' href='//fonts.googleapis.com/css?family=Open+Sans:400,300,600&subset=cyrillic,latin'>
<!-- CSS Global Compulsory -->
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/style.css">
<!-- CSS Header and Footer -->
<link rel="stylesheet" href="assets/css/headers/header-v6.css">
<link rel="stylesheet" href="assets/css/footers/footer-v1.css">
<!-- CSS Implementing Plugins -->
<link rel="stylesheet" href="assets/plugins/animate.css">
<link rel="stylesheet" href="assets/plugins/line-icons/line-icons.css">
<link rel="stylesheet" href="assets/plugins/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/plugins/layer-slider/layerslider/css/layerslider.css">
<link rel="stylesheet" href="assets/plugins/youtube-player/css/YTPlayer.css">
<link rel="stylesheet" href="assets/plugins/parallax-slider/css/parallax-slider.css">
<link rel="stylesheet" href="assets/plugins/fancybox/source/jquery.fancybox.css">
<link rel="stylesheet" href="assets/plugins/owl-carousel/owl-carousel/owl.carousel.css">
<!-- CSS Theme -->
<link rel="stylesheet" href="assets/css/theme-colors/default.css" id="style_color">
<link rel="stylesheet" href="assets/css/theme-skins/dark.css">
<!-- CSS Customization -->
<link rel="stylesheet" href="assets/css/custom.css">
</head>
<body class="header-fixed">
<!--=== Style Switcher ===-->
<i class="style-switcher-btn fa fa-cogs hidden-xs"></i>
<div class="style-switcher animated fadeInRight">
<div class="style-swticher-header">
<div class="style-switcher-heading">Style Switcher</div>
<div class="theme-close"><i class="icon-close"></i></div>
</div>
<div class="style-swticher-body">
<!-- Theme Colors -->
<div class="style-switcher-heading">Theme Colors</div>
<ul class="list-unstyled">
<li class="theme-default theme-active" data-style="default" data-header="light"></li>
<li class="theme-blue" data-style="blue" data-header="light"></li>
<li class="theme-orange" data-style="orange" data-header="light"></li>
<li class="theme-red" data-style="red" data-header="light"></li>
<li class="theme-light" data-style="light" data-header="light"></li>
<li class="theme-purple last" data-style="purple" data-header="light"></li>
<li class="theme-aqua" data-style="aqua" data-header="light"></li>
<li class="theme-brown" data-style="brown" data-header="light"></li>
<li class="theme-dark-blue" data-style="dark-blue" data-header="light"></li>
<li class="theme-light-green" data-style="light-green" data-header="light"></li>
<li class="theme-dark-red" data-style="dark-red" data-header="light"></li>
<li class="theme-teal last" data-style="teal" data-header="light"></li>
</ul>
<!-- Theme Skins -->
<div class="style-switcher-heading">Theme Skins</div>
<div class="row no-col-space margin-bottom-20 skins-section">
<div class="col-xs-6">
<button data-skins="default" class="btn-u btn-u-xs btn-u-dark btn-block active-switcher-btn handle-skins-btn">Light</button>
</div>
<div class="col-xs-6">
<button data-skins="dark" class="btn-u btn-u-xs btn-u-dark btn-block skins-btn">Dark</button>
</div>
</div>
<hr>
<!-- Layout Styles -->
<div class="style-switcher-heading">Layout Styles</div>
<div class="row no-col-space margin-bottom-20">
<div class="col-xs-6">
<a href="javascript:void(0);" class="btn-u btn-u-xs btn-u-dark btn-block active-switcher-btn wide-layout-btn">Wide</a>
</div>
<div class="col-xs-6">
<a href="javascript:void(0);" class="btn-u btn-u-xs btn-u-dark btn-block boxed-layout-btn">Boxed</a>
</div>
</div>
<hr>
<!-- Theme Type -->
<div class="style-switcher-heading">Theme Types and Versions</div>
<div class="row no-col-space margin-bottom-10">
<div class="col-xs-6">
<a href="Shop-UI/index.html" class="btn-u btn-u-xs btn-u-dark btn-block">Shop UI <small class="dp-block">Template</small></a>
</div>
<div class="col-xs-6">
<a href="One-Page/index.html" class="btn-u btn-u-xs btn-u-dark btn-block">One Page <small class="dp-block">Template</small></a>
</div>
</div>
<div class="row no-col-space">
<div class="col-xs-6">
<a href="Blog/index.html" class="btn-u btn-u-xs btn-u-dark btn-block">Blog <small class="dp-block">Template</small></a>
</div>
<div class="col-xs-6">
<a href="RTL/index.html" class="btn-u btn-u-xs btn-u-dark btn-block">RTL <small class="dp-block">Version</small></a>
</div>
</div>
</div>
</div><!--/style-switcher-->
<!--=== End Style Switcher ===-->
<div class="wrapper">
<!--=== Header v6 ===-->
<div class="header-v6 header-dark-transparent header-sticky">
<!-- Navbar -->
<div class="navbar mega-menu" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="menu-container">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-responsive-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- Navbar Brand -->
<div class="navbar-brand">
<a href="index.html">
<img class="default-logo" src="assets/img/logo3-light.png" alt="Logo">
<img class="shrink-logo" src="assets/img/logo3-dark.png" alt="Logo">
</a>
</div>
<!-- ENd Navbar Brand -->
<!-- Header Inner Right -->
<div class="header-inner-right">
<ul class="menu-icons-list">
<li class="menu-icons shopping-cart">
<i class="menu-icons-style radius-x fa fa-shopping-cart"></i>
<span class="badge">0</span>
<div class="shopping-cart-open">
<span class="shc-title">No products in the Cart</span>
<button type="button" class="btn-u"><i class="fa fa-shopping-cart"></i> Cart</button>
<span class="shc-total">Total: <strong>$0.00</strong></span>
</div>
</li>
<li class="menu-icons">
<i class="menu-icons-style search search-close search-btn fa fa-search"></i>
<div class="search-open">
<input type="text" class="animated fadeIn form-control" placeholder="Start searching ...">
</div>
</li>
</ul>
</div>
<!-- End Header Inner Right -->
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-responsive-collapse">
<div class="menu-container">
<ul class="nav navbar-nav">
<!-- Home -->
<li class="dropdown active">
<a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown">
Home
</a>
<ul class="dropdown-menu">
<li><a href="index.html">Option 1: Default Page</a></li>
<!-- One Page -->
<li class="dropdown-submenu">
<a href="javascript:void(0);">Option 2: One Page</a>
<ul class="dropdown-menu">
<li><a target="_blank" href="One-Page/index.html">- One Page Template</a></li>
<li><a target="_blank" href="One-Page/one_page_dark.html">- One Page Dark Option</a></li>
<li><a target="_blank" href="One-Page/one_page_home1.html">- One Page Option 1</a></li>
<li><a target="_blank" href="One-Page/one_page_home2.html">- One Page Option 2</a></li>
<li><a target="_blank" href="One-Page/one_page_home3.html">- One Page Option 3</a></li>
</ul>
</li>
<!-- End One Page -->
<!-- Shop UI Page -->
<li class="dropdown-submenu">
<a href="javascript:void(0);">Option 3: Shop UI</a>
<ul class="dropdown-menu">
<li><a target="_blank" href="Shop-UI/index.html">- Home Page</a></li>
<li><a target="_blank" href="Shop-UI/shop-ui-inner.html">- Product Page</a></li>
<li><a target="_blank" href="Shop-UI/shop-ui-filter-grid.html">- Filter Grid Page</a></li>
<li><a target="_blank" href="Shop-UI/shop-ui-filter-list.html">- Filter List Page</a></li>
<li><a target="_blank" href="Shop-UI/shop-ui-add-to-cart.html">- Checkout Page</a></li>
<li><a target="_blank" href="Shop-UI/shop-ui-login.html">- Login Page</a></li>
<li><a target="_blank" href="Shop-UI/shop-ui-register.html">- Registration Page</a></li>
</ul>
</li>
<!-- End Shop UI -->
<!-- Blog Template -->
<li class="dropdown-submenu">
<a href="javascript:void(0);">Option 4: Blog Template</a>
<ul class="dropdown-menu">
<li><a target="_blank" href="Blog/index.html">- Home Page</a></li>
<li class="dropdown-submenu">
<a href="javascript:void(0);">- Blog Page Layouts</a>
<ul class="dropdown-menu">
<li><a target="_blank" href="Blog/blog_page_layouts1.html">Page Layouts v1</a></li>
<li><a target="_blank" href="Blog/blog_page_layouts2.html">Page Layouts v2</a></li>
<li><a target="_blank" href="Blog/blog_page_layouts3.html">Page Layouts v3</a></li>
<li><a target="_blank" href="Blog/blog_page_layouts4.html">Page Layouts v4</a></li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="javascript:void(0);">- Blog Post Layouts</a>
<ul class="dropdown-menu">
<li><a target="_blank" href="Blog/blog_post_layouts1.html">Post Layout v1</a></li>
<li><a target="_blank" href="Blog/blog_post_layouts2.html">Post Layout v2</a></li>
<li><a target="_blank" href="Blog/blog_post_layouts3.html">Post Layout v3</a></li>
<li><a target="_blank" href="Blog/blog_post_layouts4.html">Post Layout v4</a></li>
<li><a target="_blank" href="Blog/blog_post_layouts5.html">Post Layout v5</a></li>
<li><a target="_blank" href="Blog/blog_post_layouts6.html">Post Layout v6</a></li>
<li><a target="_blank" href="Blog/blog_post_layouts7.html">Post Layout v7</a></li>
<li><a target="_blank" href="Blog/blog_post_layouts8.html">Post Layout v8</a></li>
<li><a target="_blank" href="Blog/blog_post_layouts9.html">Post Layout v9</a></li>
<li><a target="_blank" href="Blog/blog_post_layouts_ls.html">Left Sidebar Example</a></li>
<li><a target="_blank" href="Blog/blog_post_layouts_fw.html">Full Width Example</a></li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="javascript:void(0);">- Grid Layouts</a>
<ul class="dropdown-menu">
<li><a target="_blank" href="Blog/blog_grid_1.html">Grid: 1 Col</a></li>
<li><a target="_blank" href="Blog/blog_grid_2.html">Grid: 2 Col</a></li>
<li><a target="_blank" href="Blog/blog_grid_3.html">Grid: 3 Col</a></li>
<li><a target="_blank" href="Blog/blog_grid_4.html">Grid: 4 Col</a></li>
<li><a target="_blank" href="Blog/blog_grid_4_fw.html">Grid: Full Width (4 Col)</a></li>
<li><a target="_blank" href="Blog/blog_grid_2_rs.html">Grid: Right Sidebar (2 Col)</a></li>
<li><a target="_blank" href="Blog/blog_grid_2_ls.html">Grid: Left Sidebar (2 Col)</a></li>
</ul>
</li>
<li><a target="_blank" href="Blog/blog_single.html">- Single Page</a></li>
<li><a target="_blank" href="Blog/blog_home_boxed.html">- Home Boxed Page</a></li>
<li><a target="_blank" href="Blog/blog_home_boxed_space.html">- Home Boxed Space Page</a></li>
</ul>
</li>
<!-- End Blog Template -->
<li><a href="page_home8.html">Option 5: Home Discover</a></li>
<li><a href="page_home14.html">Option 6: Home Incredible</a></li>
<li><a href="page_home9.html">Option 7: Home Creative</a></li>
<li><a href="page_home10.html">Option 8: Home Inspire</a></li>
<li><a href="page_home15.html">Option 9: Home Aspire</a></li>
<li><a href="page_home11.html">Option 10: Home Desire</a></li>
<li><a href="page_home17.html">Option 11: Home Allure</a></li>
<li><a href="page_jobs.html">Option 12: Home Jobs</a></li>
<li><a href="page_home3.html">Option 13: Amazing Content</a></li>
<li><a href="page_home6.html">Option 14: Home Magazine</a></li>
<li class="dropdown-submenu">
<a href="javascript:void(0);">Option 15: Home Sidebar</a>
<ul class="dropdown-menu">
<li><a href="page_home12.html">- Home Left Sidebar</a></li>
<li><a href="page_home13.html">- Home Right Sidebar</a></li>
</ul>
</li>
<li><a href="page_home1.html">Option 16: Home Basic v1</a></li>
<li><a href="page_home2.html">Option 17: Home Basic v2</a></li>
<li class="active"><a href="page_home5.html">Option 18: Home Basic v3</a></li>
<li><a href="page_home4.html">Option 19: Home Basic v4</a></li>
<li><a href="page_home7.html">Option 20: Home Basic v5</a></li>
<li><a href="page_home16.html">Option 21: Home Basic v6</a></li>
<li><a href="page_home18.html">Option 22: Home Basic v7</a></li>
</ul>
</li>
<!-- End Home -->
<!-- Pages -->
<li class="dropdown">
<a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown">
Pages
</a>
<ul class="dropdown-menu">
<!-- About Pages -->
<li class="dropdown-submenu">
<a href="javascript:void(0);">About Pages</a>
<ul class="dropdown-menu">
<li><a href="page_about2.html">About Us </a></li>
<li><a href="page_about3.html">About Us 1</a></li>
<li><a href="page_about1.html">About Us 2</a></li>
<li><a href="page_about.html">About Us 3</a></li>
<li><a href="page_about_me.html">About Me </a></li>
<li><a href="page_about_me1.html">About Me 1</a></li>
<li><a href="page_about_me2.html">About Me 2</a></li>
<li><a href="page_about_our_team.html">About Our Team</a></li>
<li><a href="page_about_our_team1.html">About Our Team 1</a></li>
<li><a href="page_about_our_team2.html">About Our Team 2</a></li>
</ul>
</li>
<!-- End About Pages -->
<!-- Service Pages -->
<li class="dropdown-submenu">
<a href="javascript:void(0);">Service Pages</a>
<ul class="dropdown-menu">
<li><a href="page_services.html">Our Services</a></li>
<li><a href="page_services1.html">Our Services 1</a></li>
<li><a href="page_services2.html">Our Services 2</a></li>
<li><a href="page_services3.html">Our Services 3</a></li>
</ul>
</li>
<!-- End Service Pages -->
<!-- Contacts -->
<li class="dropdown-submenu">
<a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown">
Contact Pages
</a>
<ul class="dropdown-menu">
<li><a href="page_contact1.html">Contacts Default</a></li>
<li><a href="page_contact2.html">Contacts Option 1</a></li>
<li><a href="page_contact3.html">Contacts Option 2</a></li>
<li><a href="page_contact4.html">Contacts Option 3</a></li>
<li><a href="page_contact_advanced.php">Contacts Advanced</a></li>
</ul>
</li>
<!-- End Contacts -->
<!-- Profile Pages -->
<li class="dropdown-submenu">
<a href="javascript:void(0);">Profile Pages</a>
<ul class="dropdown-menu">
<li><a href="page_profile.html">Profile Main Page</a></li>
<li><a href="page_profile_me.html">Profile Overview</a></li>
<li><a href="page_profile_users.html">Profile Users</a></li>
<li><a href="page_profile_projects.html">Profile Projects</a></li>
<li><a href="page_profile_comments.html">Profile Comments</a></li>
<li><a href="page_profile_history.html">Profile History</a></li>
<li><a href="page_profile_settings.html">Profile Settings</a></li>
</ul>
</li>
<!-- End Profile Pages -->
<!-- Job Pages -->
<li class="dropdown-submenu">
<a href="javascript:void(0);">Job Pages</a>
<ul class="dropdown-menu">
<li><a href="page_jobs.html">Jobs Main Page</a></li>
<li><a href="page_jobs1.html">Jobs Main Page 1</a></li>
<li><a href="page_jobs_inner.html">Jobs Description Default</a></li>
<li><a href="page_jobs_inner1.html">Jobs Description Basic</a></li>
<li><a href="page_jobs_inner2.html">Jobs Description Min</a></li>
</ul>
</li>
<!-- End Job Pages -->
<!-- Pricing Tables -->
<li class="dropdown-submenu">
<a href="javascript:void(0);">Pricing Tables</a>
<ul class="dropdown-menu">
<li><a href="page_pricing_colorful.html">Colorful Pricing Tables</a></li>
<li><a href="page_pricing_flat.html">Flat Pricing Tables</a></li>
<li><a href="page_pricing_light.html">Light Pricing Tables</a></li>
<li><a href="page_pricing_mega.html">Mega Pricing Tables</a></li>
<li><a href="page_pricing.html">Default Pricing Tables</a></li>
</ul>
</li>
<!-- End Pricing Tables -->
<!-- Login and Registration -->
<li class="dropdown-submenu">
<a href="javascript:void(0);">Login and Registration</a>
<ul class="dropdown-menu">
<li><a href="page_registration.html">Registration Page</a></li>
<li><a href="page_login.html">Login Page</a></li>
<li><a href="page_registration1.html">Registration Option</a></li>
<li><a href="page_login1.html">Login Option</a></li>
</ul>
</li>
<!-- End Login and Registration -->
<!-- FAQs Pages -->
<li class="dropdown-submenu">
<a href="javascript:void(0);">FAQs Pages</a>
<ul class="dropdown-menu">
<li><a href="page_faq1.html">FAQs Page</a></li>
<li><a href="page_faq.html">FAQs Basic</a></li>
</ul>
</li>
<!-- End FAQs Pages -->
<!-- Email Tempaltes -->
<li class="dropdown-submenu">
<a href="javascript:void(0);">Email Templates</a>
<ul class="dropdown-menu">
<li class="dropdown-submenu">
<a href="javascript:void(0);">Email Corporate</a>
<ul class="dropdown-menu">
<li><a target="_blank" href="Email-Templates/corporate/email_corporate_aqua.html">Corporate Aqua Color</a></li>
<li><a target="_blank" href="Email-Templates/corporate/email_corporate_blue.html">Corporate Blue Color</a></li>
<li><a target="_blank" href="Email-Templates/corporate/email_corporate_brown.html">Corporate Brown Color</a></li>
<li><a target="_blank" href="Email-Templates/corporate/email_corporate_dark_blue.html">Corporate Dark Blue Color</a></li>
<li><a target="_blank" href="Email-Templates/corporate/email_corporate_green.html">Corporate Green Color</a></li>
<li><a target="_blank" href="Email-Templates/corporate/email_corporate_light_green.html">Corporate Light Green Color</a></li>
<li><a target="_blank" href="Email-Templates/corporate/email_corporate_grey.html">Corporate Grey Color</a></li>
<li><a target="_blank" href="Email-Templates/corporate/email_corporate_orange.html">Corporate Orange Color</a></li>
<li><a target="_blank" href="Email-Templates/corporate/email_corporate_purple.html">Corporate Purple Color</a></li>
<li><a target="_blank" href="Email-Templates/corporate/email_corporate_red.html">Corporate Red Color</a></li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="javascript:void(0);">Email Flat</a>
<ul class="dropdown-menu">
<li><a target="_blank" href="Email-Templates/flat/email_flat_aqua.html">Flat Aqua Color</a></li>
<li><a target="_blank" href="Email-Templates/flat/email_flat_blue.html">Flat Blue Color</a></li>
<li><a target="_blank" href="Email-Templates/flat/email_flat_brown.html">Flat Brown Color</a></li>
<li><a target="_blank" href="Email-Templates/flat/email_flat_dark_blue.html">Flat Dark Blue Color</a></li>
<li><a target="_blank" href="Email-Templates/flat/email_flat_green.html">Flat Green Color</a></li>
<li><a target="_blank" href="Email-Templates/flat/email_flat_light_green.html">Flat Light Green Color</a></li>
<li><a target="_blank" href="Email-Templates/flat/email_flat_grey.html">Flat Grey Color</a></li>
<li><a target="_blank" href="Email-Templates/flat/email_flat_orange.html">Flat Orange Color</a></li>
<li><a target="_blank" href="Email-Templates/flat/email_flat_purple.html">Flat Purple Color</a></li>
<li><a target="_blank" href="Email-Templates/flat/email_flat_red.html">Flat Red Color</a></li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="javascript:void(0);">Email Modern</a>
<ul class="dropdown-menu">
<li><a target="_blank" href="Email-Templates/modern/email_modern_aqua.html">Modern Aqua Color</a></li>
<li><a target="_blank" href="Email-Templates/modern/email_modern_blue.html">Modern Blue Color</a></li>
<li><a target="_blank" href="Email-Templates/modern/email_modern_brown.html">Modern Brown Color</a></li>
<li><a target="_blank" href="Email-Templates/modern/email_modern_dark_blue.html">Modern Dark Blue Color</a></li>
<li><a target="_blank" href="Email-Templates/modern/email_modern_green.html">Modern Green Color</a></li>
<li><a target="_blank" href="Email-Templates/modern/email_modern_light_green.html">Modern Light Green Color</a></li>
<li><a target="_blank" href="Email-Templates/modern/email_modern_grey.html">Modern Grey Color</a></li>
<li><a target="_blank" href="Email-Templates/modern/email_modern_orange.html">Modern Orange Color</a></li>
<li><a target="_blank" href="Email-Templates/modern/email_modern_purple.html">Modern Purple Color</a></li>
<li><a target="_blank" href="Email-Templates/modern/email_modern_red.html">Modern Red Color</a></li>
</ul>
</li>
</ul>
</li>
<!-- End Email Tempaltes -->
<!-- Search Results -->
<li class="dropdown-submenu">
<a href="javascript:void(0);">Search Results</a>
<ul class="dropdown-menu">
<li><a href="page_search_inner_full_width.html">Search Results Full Width</a></li>
<li><a href="page_search_inner_left_sidebar.html">Search Result Left Sidebar</a></li>
<li><a href="page_search_table.html">Search Result Tables</a></li>
</ul>
</li>
<!-- End Search Results -->
<!-- Coming Soon -->
<li class="dropdown-submenu">
<a href="javascript:void(0);">Coming Soon Pages</a>
<ul class="dropdown-menu">
<li><a href="page_coming_soon.html">Coming Soon</a></li>
<li><a href="page_coming_soon1.html">Coming Soon 1</a></li>
</ul>
</li>
<!-- End Coming Soon -->
<!-- Error Pages -->
<li class="dropdown-submenu">
<a href="javascript:void(0);">Error Pages</a>
<ul class="dropdown-menu">
<li><a href="page_404_error.html">404 Error Default</a></li>
<li><a href="page_404_error1.html">404 Error Option 1</a></li>
<li><a href="page_404_error2.html">404 Error Option 2</a></li>
<li><a href="page_404_error3.html">404 Error Option 3</a></li>
</ul>
</li>
<!-- End Error Pages -->
<!-- Invoice Page -->
<li><a href="page_invoice.html">Invoice Page</a></li>
<!-- End Invoice Page -->
<!-- Clients Page -->
<li><a href="page_clients.html">Clients Page</a></li>
<!-- End Clients Page -->
<!-- Column Pages -->
<li><a href="page_3_columns.html">Three Columns Page</a></li>
<!-- End Column Pages -->
<!-- Privacy Policy -->
<li><a href="page_privacy.html">Privacy Policy</a></li>
<!-- End Privacy Policy -->
<!-- Terms of Service -->
<li><a href="page_terms.html">Terms of Service</a></li>
<!-- End Terms of Service -->
<!-- Misc Pages -->
<li class="dropdown-submenu">
<a href="javascript:void(0);">Misc</a>
<ul class="dropdown-menu">
<li><a href="page_misc_blank.html">Blank page</a></li>
<li><a href="page_misc_boxed.html">Boxed Page</a></li>
<li><a href="page_misc_boxed_img.html">Boxed Image Page</a></li>
<li><a href="page_misc_boxed_fixed_header.html">Boxed Fixed Menu</a></li>
<li><a href="page_misc_dark.html">Dark Page</a></li>
<li><a href="page_misc_dark_boxed.html">Dark Boxed Page</a></li>
<li><a href="page_misc_dark_other_color.html">Dark Page with Theme Color</a></li>
<li><a href="page_misc_sticky_footer.html">Sticky Footer Example</a></li>
</ul>
</li>
<!-- End Misc Pages -->
<!-- Sub Level Menu -->
<li class="dropdown-submenu">
<a href="javascript:void(0);">Sub Level 1</a>
<ul class="dropdown-menu no-bottom-space">
<li><a href="index.hmtl">Sub Level 2</a></li>
<li class="dropdown-submenu">
<a href="javascript:void(0);">Sub Level 2</a>
<ul class="dropdown-menu">
<li><a href="index.hmtl">Sub Level 3</a></li>
<li><a href="index.hmtl">Sub Level 3</a></li>
<li><a href="index.hmtl">Sub Level 3</a></li>
<li><a href="index.hmtl">Sub Level 3</a></li>
</ul>
</li>
<li><a href="index.hmtl">Sub Level 2</a></li>
<li class="dropdown-submenu">
<a href="javascript:void(0);">Sub Level 2</a>
<ul class="dropdown-menu no-bottom-space">
<li><a href="index.hmtl">Sub Level 3</a></li>
<li><a href="index.hmtl">Sub Level 3</a></li>
<li><a href="index.hmtl">Sub Level 3</a></li>
</ul>
</li>
</ul>
</li>
<!-- End Sub Level Menu -->
</ul>
</li>
<!-- End Pages -->
<!-- Blog -->
<li class="dropdown">
<a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown">
Blog
</a>
<ul class="dropdown-menu">
<li class="dropdown-submenu">
<a href="javascript:void(0);">Blog Large Image</a>
<ul class="dropdown-menu">
<li><a href="blog_large_right_sidebar1.html">Right Sidebar</a></li>
<li><a href="blog_large_left_sidebar1.html">Left Sidebar</a></li>
<li><a href="blog_large_full_width1.html">Full Width</a></li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="javascript:void(0);">Blog Medium Image</a>
<ul class="dropdown-menu">
<li><a href="blog_medium_right_sidebar1.html">Right Sidebar</a></li>
<li><a href="blog_medium_left_sidebar1.html">Left Sidebar</a></li>
<li><a href="blog_medium_full_width1.html">Full Width</a></li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="javascript:void(0);">Blog Item Pages</a>
<ul class="dropdown-menu">
<li><a href="blog_large_right_sidebar_item1.html">Right Sidebar Item</a></li>
<li><a href="blog_large_left_sidebar_item1.html">Left Sidebar Item</a></li>
<li><a href="blog_large_full_width_item1.html">Full Width Item</a></li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="javascript:void(0);">Blog Simple Pages</a>
<ul class="dropdown-menu">
<li><a href="blog_large_right_sidebar.html">Right Sidebar Large</a></li>
<li><a href="blog_medium_right_sidebar.html">Right Sidebar Medium</a></li>
<li><a href="blog_large_full_width.html">Full Width</a></li>
<li><a href="blog_large_right_sidebar_item.html">Right Sidebar Item</a></li>
<li><a href="blog_large_full_width_item.html">Full Width Item</a></li>
</ul>
</li>
<li><a href="blog_masonry_3col.html">Masonry Grid Blog</a></li>
<li><a href="blog_timeline.html">Blog Timeline</a></li>
</ul>
</li>
<!-- End Blog -->
<!-- Portfolio -->
<li class="dropdown">
<a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown">
Portfolio
</a>
<ul class="dropdown-menu">
<li class="dropdown-submenu">
<a href="javascript:void(0);">No Space Boxed</a>
<ul class="dropdown-menu">
<li><a href="portfolio_2_columns_grid_no_space.html">2 Columns</a></li>
<li><a href="portfolio_3_columns_grid_no_space.html">3 Columns</a></li>
<li><a href="portfolio_4_columns_grid_no_space.html">4 Columns</a></li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="javascript:void(0);">Grid Boxed</a>
<ul class="dropdown-menu">
<li><a href="portfolio_2_columns_grid.html">2 Columns</a></li>
<li><a href="portfolio_3_columns_grid.html">3 Columns</a></li>
<li><a href="portfolio_4_columns_grid.html">4 Columns</a></li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="javascript:void(0);">Grid Text Boxed</a>
<ul class="dropdown-menu">
<li><a href="portfolio_2_columns_grid_text.html">2 Columns</a></li>
<li><a href="portfolio_3_columns_grid_text.html">3 Columns</a></li>
<li><a href="portfolio_4_columns_grid_text.html">4 Columns</a></li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="javascript:void(0);">No Space Full Width</a>
<ul class="dropdown-menu">
<li><a href="portfolio_2_columns_fullwidth_no_space.html">2 Columns</a></li>
<li><a href="portfolio_3_columns_fullwidth_no_space.html">3 Columns</a></li>
<li><a href="portfolio_4_columns_fullwidth_no_space.html">4 Columns</a></li>
<li><a href="portfolio_5_columns_fullwidth_no_space.html">5 Columns</a></li>
<li><a href="portfolio_6_columns_fullwidth_no_space.html">6 Columns</a></li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="javascript:void(0);">Grid Full Width</a>
<ul class="dropdown-menu">
<li><a href="portfolio_2_columns_fullwidth.html">2 Columns</a></li>
<li><a href="portfolio_3_columns_fullwidth.html">3 Columns</a></li>
<li><a href="portfolio_4_columns_fullwidth.html">4 Columns</a></li>
<li><a href="portfolio_5_columns_fullwidth.html">5 Columns</a></li>
<li><a href="portfolio_6_columns_fullwidth.html">6 Columns</a></li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="javascript:void(0);">Grid Text Full Width</a>
<ul class="dropdown-menu">
<li><a href="portfolio_2_columns_fullwidth_text.html">2 Columns</a></li>
<li><a href="portfolio_3_columns_fullwidth_text.html">3 Columns</a></li>
<li><a href="portfolio_4_columns_fullwidth_text.html">4 Columns</a></li>
<li><a href="portfolio_5_columns_fullwidth_text.html">5 Columns</a></li>
<li><a href="portfolio_6_columns_fullwidth_text.html">6 Columns</a></li>
</ul>
</li>
<li><a href="portfolio_hover_colors.html">Portfolio Hover Colors</a></li>
<li class="dropdown-submenu">
<a href="javascript:void(0);">Portfolio Items</a>
<ul class="dropdown-menu">
<li><a href="portfolio_single_item.html">Single Item</a></li>
<li><a href="portfolio_old_item.html">Basic Item 1</a></li>
<li><a href="portfolio_old_item1.html">Basic Item 2</a></li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="javascript:void(0);">Portfolio Basic Pages</a>
<ul class="dropdown-menu">
<li><a href="portfolio_old_text_blocks.html">Basic Grid Text</a></li>
<li><a href="portfolio_old_2_column.html">Basic 2 Columns</a></li>
<li><a href="portfolio_old_3_column.html">Basic 3 Columns</a></li>
<li><a href="portfolio_old_4_column.html">Basic 4 Columns</a></li>
</ul>
</li>
</ul>
</li>
<!-- End Portfolio -->
<!-- Features -->
<li class="dropdown active">
<a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown">
Features
</a>
<ul class="dropdown-menu">
<li class="dropdown-submenu active">
<a href="javascript:void(0);">Headers</a>
<ul class="dropdown-menu">
<li><a href="feature_header_default.html">Header Default</a></li>
<li><a href="feature_header_default_no_topbar.html">Header Default without Topbar</a></li>
<li><a href="feature_header_default_centered.html">Header Default Centered</a></li>
<li><a href="feature_header_default_fixed.html">Header Default Fixed (Sticky)</a></li>
<li><a href="feature_header_default_login_popup.html">Header Default Login Popup</a></li>
<li><a href="feature_header_v1.html">Header v1</a></li>
<li><a href="feature_header_v2.html">Header v2</a></li>
<li><a href="feature_header_v3.html">Header v3</a></li>
<li><a href="feature_header_v4.html">Header v4</a></li>
<li><a href="feature_header_v4_logo_centered.html">Header v4 Centered Logo</a></li>
<li><a href="feature_header_v5.html">Header v5</a></li>
<li><a href="feature_header_v6_transparent.html">Header v6 Transparent</a></li>
<li><a href="feature_header_v6_semi_dark_transparent.html">Header v6 Dark Transparent</a></li>
<li><a href="feature_header_v6_semi_white_transparent.html">Header v6 White Transparent</a></li>
<li class="active"><a href="feature_header_v6_border_bottom.html">Header v6 Border Bottom</a></li>
<li><a href="feature_header_v6_classic_dark.html">Header v6 Classic Dark</a></li>
<li><a href="feature_header_v6_classic_white.html">Header v6 Classic White</a></li>
<li><a href="feature_header_v6_dark_dropdown.html">Header v6 Dark Dropdown</a></li>
<li><a href="feature_header_v6_dark_scroll.html">Header v6 Dark on Scroll</a></li>
<li><a href="feature_header_v6_dark_search.html">Header v6 Dark Search</a></li>
<li><a href="feature_header_v6_dark_res_nav.html">Header v6 Dark in Responsive</a></li>
<li><a href="page_home12.html">Header v7 Left Sidebar</a></li>
<li><a href="page_home13.html">Header v7 Right Sidebar</a></li>
<li><a href="feature_header_v8.html">Header v8</a></li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="javascript:void(0);">Footers</a>
<ul class="dropdown-menu">
<li><a href="feature_footer_default.html#footer-default">Footer Default</a></li>
<li><a href="feature_footer_v1.html#footer-v1">Footer v1</a></li>
<li><a href="feature_footer_v2.html#footer-v2">Footer v2</a></li>
<li><a href="feature_footer_v3.html#footer-v3">Footer v3</a></li>
<li><a href="feature_footer_v4.html#footer-v4">Footer v4</a></li>
<li><a href="feature_footer_v5.html#footer-v5">Footer v5</a></li>
<li><a href="feature_footer_v6.html#footer-v6">Footer v6</a></li>
<li><a href="feature_footer_v7.html#footer-v7">Footer v7</a></li>
<li><a href="feature_footer_v8.html#footer-v8">Footer v8</a></li>
</ul>
</li>
<li><a href="feature_gallery.html">Gallery Examples</a></li>
<li><a href="feature_animations.html">Animations on Scroll</a></li>
<li><a href="feature_parallax_counters.html">Parallax Counters</a></li>
<li><a href="feature_testimonials_quotes.html">Testimonials and Quotes</a></li>
<li><a href="feature_icon_blocks.html">Icon Blocks</a></li>
<li><a href="feature_team_blocks.html">Team Blocks</a></li>
<li><a href="feature_news_blocks.html">News Blocks</a></li>
<li><a href="feature_parallax_blocks.html">Parallax Blocks</a></li>
<li><a href="feature_funny_boxes.html">Funny Boxes</a></li>
</ul>
</li>
<!-- End Features -->
<!-- Shortcodes -->
<li class="dropdown mega-menu-fullwidth">
<a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown">
Shortcodes
</a>
<ul class="dropdown-menu">
<li>
<div class="mega-menu-content disable-icons">
<div class="container">
<div class="row equal-height">
<div class="col-md-3 equal-height-in">
<ul class="list-unstyled equal-height-list">
<li><h3>Typography & Components</h3></li>
<!-- Typography -->
<li><a href="shortcode_typo_general.html"><i class="fa fa-sort-alpha-asc"></i> General Typography</a></li>
<li><a href="shortcode_typo_headings.html"><i class="fa fa-magic"></i> Headings Options</a></li>
<li><a href="shortcode_typo_dividers.html"><i class="fa fa-ellipsis-h"></i> Dividers</a></li>
<li><a href="shortcode_typo_blockquote.html"><i class="fa fa-quote-left"></i> Blockquote Blocks</a></li>
<li><a href="shortcode_typo_boxshadows.html"><i class="fa fa-asterisk"></i> Box Shadows</a></li>
<li><a href="shortcode_typo_testimonials.html"><i class="fa fa-comments"></i> Testimonials</a></li>
<li><a href="shortcode_typo_tagline_boxes.html"><i class="fa fa-tasks"></i> Tagline Boxes</a></li>
<li><a href="shortcode_typo_grid.html"><i class="fa fa-align-justify"></i> Grid Layouts</a></li>
<!-- End Typography -->
<!-- Components -->
<li><a href="shortcode_compo_messages.html"><i class="fa fa-comment"></i> Alerts & Messages</a></li>
<li><a href="shortcode_compo_labels.html"><i class="fa fa-tags"></i> Labels & Badges</a></li>
<li><a href="shortcode_compo_media.html"><i class="fa fa-volume-down"></i> Audio/Videos & Images</a></li>
<li><a href="shortcode_compo_pagination.html"><i class="fa fa-arrows-h"></i> Paginations</a></li>
<!-- End Components -->
</ul>
</div>
<div class="col-md-3 equal-height-in">
<ul class="list-unstyled equal-height-list">
<li><h3>Buttons & Icons</h3></li>
<!-- Buttons -->
<li><a href="shortcode_btn_general.html"><i class="fa fa-flask"></i> General Buttons</a></li>
<li><a href="shortcode_btn_brands.html"><i class="fa fa-html5"></i> Brand & Social Buttons</a></li>
<li><a href="shortcode_btn_effects.html"><i class="fa fa-bolt"></i> Loading & Hover Effects</a></li>
<!-- End Buttons -->
<!-- Icons -->
<li><a href="shortcode_icon_general.html"><i class="fa fa-chevron-circle-right"></i> General Icons</a></li>
<li><a href="shortcode_icon_fa.html"><i class="fa fa-chevron-circle-right"></i> Font Awesome Icons</a></li>
<li><a href="shortcode_icon_line.html"><i class="fa fa-chevron-circle-right"></i> Line Icons</a></li>
<li><a href="shortcode_icon_glyph.html"><i class="fa fa-chevron-circle-right"></i> Glyphicons Icons (Bootstrap)</a></li>
<!-- End Icons -->
</ul>
</div>
<div class="col-md-3 equal-height-in">
<ul class="list-unstyled equal-height-list">
<li><h3>Common elements</h3></li>
<!-- Common Elements -->
<li><a href="shortcode_thumbnails.html"><i class="fa fa-image"></i> Thumbnails</a></li>
<li><a href="shortcode_accordion_and_tabs.html"><i class="fa fa-list-ol"></i> Accordion & Tabs</a></li>
<li><a href="shortcode_timeline1.html"><i class="fa fa-dot-circle-o"></i> Timeline Option 1</a></li>
<li><a href="shortcode_timeline2.html"><i class="fa fa-dot-circle-o"></i> Timeline Option 2</a></li>
<li><a href="shortcode_table_general.html"><i class="fa fa-table"></i> Tables</a></li>
<li><a href="shortcode_compo_progress_bars.html"><i class="fa fa-align-left"></i> Progress Bars</a></li>
<li><a href="shortcode_compo_panels.html"><i class="fa fa-columns"></i> Panels</a></li>
<li><a href="shortcode_carousels.html"><i class="fa fa-sliders"></i> Carousel Examples</a></li>
<li><a href="shortcode_maps_google.html"><i class="fa fa-map-marker"></i> Google Maps</a></li>
<li><a href="shortcode_maps_vector.html"><i class="fa fa-align-center"></i> Vector Maps</a></li>
<!-- End Common Elements -->
</ul>
</div>
<div class="col-md-3 equal-height-in">
<ul class="list-unstyled equal-height-list">
<li><h3>Forms & Infographics</h3></li>
<!-- Forms -->
<li><a href="shortcode_form_general.html"><i class="fa fa-bars"></i> Common Bootstrap Forms</a></li>
<li><a href="shortcode_form_general1.html"><i class="fa fa-bars"></i> General Unify Forms</a></li>
<li><a href="shortcode_form_advanced.html"><i class="fa fa-bars"></i> Advanced Forms</a></li>
<li><a href="shortcode_form_layouts.html"><i class="fa fa-bars"></i> Form Layouts</a></li>
<li><a href="shortcode_form_layouts_advanced.html"><i class="fa fa-bars"></i> Advanced Layout Forms</a></li>
<li><a href="shortcode_form_states.html"><i class="fa fa-bars"></i> Form States</a></li>
<li><a href="shortcode_form_sliders.html"><i class="fa fa-bars"></i> Form Sliders</a></li>
<li><a href="shortcode_form_modals.html"><i class="fa fa-bars"></i> Modals</a></li>
<!-- End Forms -->
<!-- Infographics -->
<li><a href="shortcode_compo_charts.html"><i class="fa fa-pie-chart"></i> Charts & Countdowns</a></li>
<!-- End Infographics -->
</ul>
</div>
</div>
</div>
</div>
</li>
</ul>
</li>
<!-- End Shortcodes -->
<!-- Demo Pages -->
<li class="dropdown">
<a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown">
Demos
</a>
<ul class="dropdown-menu pull-right">
<li><a href="Themantic-Designs/Architecture/index.html">Architecture</a></li>
<li><a href="Themantic-Designs/Travel/index.html">Travel</a></li>
<li><a href="Themantic-Designs/App/index.html">Mobile App</a></li>
<li><a href="Themantic-Designs/Shipping/index.html">Shipping</a></li>
<li><a href="Themantic-Designs/Agency/index.html">Agency</a></li>
<li><a href="Themantic-Designs/Spa/index.html">Spa</a></li>
<li><a href="Themantic-Designs/Lawyer/index.html">Lawyer</a></li>
<li><a href="Hero-Themes/fashion.html">Hero Fashion</a></li>
<li><a href="Hero-Themes/gym.html">Hero Gym</a></li>
<li><a href="Hero-Themes/photography.html">Hero Photography</a></li>
<li><a href="Hero-Themes/restaurant-bar.html">Hero Restaurant</a></li>
<li><a href="Hero-Themes/web-product-dark.html">Hero Web App Dark</a></li>
<li><a href="Hero-Themes/web-product-light.html">Hero Web App Light</a></li>
</ul>
</li>
<!-- End Demo Pages -->
</ul>
</div>
</div><!--/navbar-collapse-->
</div>
</div>
<!-- End Navbar -->
</div>
<!--=== End Header v6 ===-->
<!--=== Full Height Youtube Video ===-->
<div class="bg-color-darker">
<div id="promo-video" class="fullheight video-business-img1">
<div class="player" data-property="{videoURL:'http://youtu.be/JCLAEHcIUic',containment:'#promo-video',startAt:0,showControls:false,quality:'highres',mute:true,autoPlay:true,loop:true,opacity:1,realfullscreen:true}"></div>
<div class="container valign__middle text-center">
<p class="color-light margin-bottom-10 animated fadeInUp wow" data-wow-duration="1.5s" data-wow-delay=".5s" style="font-size: 18px; font-weight: 25px; font-weight: 400; padding: 3px 0;">
NEW - SLEEK - STYLISH - MODERN
</p>
<h2 class="color-light animated fadeInUp wow margin-bottom-20" data-wow-duration="1.5s" data-wow-delay="1s" style="font-size: 60px; line-height: 63px; font-weight: 600; border-bottom: solid 2px #fff; border-top: solid 2px #fff; display: inline-block; padding: 7px 0;">WE ARE CREATIVE COMPANY</h2>
<p class="color-light font-open-sans margin-bottom-20 animated fadeInUp wow" data-wow-duration="1.5s" data-wow-delay="1.5s" style="font-size: 18px; font-weight: 400;">
Unify creative technology company providing key digital services.
</p>
<div class="animated fadeInUp wow" data-wow-duration="1.2s" data-wow-delay="2s">
<a href="#" class="btn-u btn-u-xs btn-brd btn-brd-hover btn-u-light btn-u-block margin-right-10">LEARN MORE</a>
<a href="#" class="btn-u btn-u-xs btn-brd btn-brd-hover btn-u-light btn-u-block">DOWNLOAD NOW</a>
</div>
</div>
</div>
</div>
<!--=== End Full Height Youtube Video ===-->
<!--=== Content Part ===-->
<div class="content-md">
<div class="container">
<!-- Service Box -->
<div class="row text-center margin-bottom-60">
<div class="col-md-4 md-margin-bottom-50">
<img alt="" src="assets/img/icons/flat/01.png" class="image-md margin-bottom-20">
<h1 class="title-v3-md margin-bottom-10">Fully Responsive</h1>
<p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cur modo, tortor mauris con</p>
</div>
<div class="col-md-4 flat-service md-margin-bottom-50">
<img alt="" src="assets/img/icons/flat/02.png" class="image-md margin-bottom-20">
<h2 class="title-v3-md margin-bottom-10">HTML5 + CSS3</h2>
<p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cur modo, tortor mauris con</p>
</div>
<div class="col-md-4 flat-service">
<img alt="" src="assets/img/icons/flat/03.png" class="image-md margin-bottom-20">
<h2 class="title-v3-md margin-bottom-10">Launch Ready</h2>
<p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cur modo, tortor mauris con</p>
</div>
</div>
<!-- End Service Box -->
</div><!--/container -->
<div class="bg-color-light">
<div class="container content-sm">
<div class="row">
<div class="col-md-6 md-margin-bottom-50">
<img alt="" src="assets/img/mockup/imac2.png" class="img-responsive">
</div>
<div class="col-md-6">
<br><br><br>
<div class="headline-left margin-bottom-30">
<h2 class="headline-brd">WE ARE UNIFY AGENCY</h2>
<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.</p>
</div>
<ul class="list-unstyled lists-v2 margin-bottom-30">
<li><i class="fa fa-check"></i> Suspendisse eget augue non dolor ultrices</li>
<li><i class="fa fa-check"></i> Donec eget aliquet tortor, quis lacinia dolor</li>
<li><i class="fa fa-check"></i> Curabitur ut augue at mi eleifend lobortis</li>
<li><i class="fa fa-check"></i> Eleifend eget aliquet tortor, quis lacinia dolor</li>
</ul>
<a class="btn-u btn-brd btn-brd-hover btn-u-dark" href="#">Learn More</a>
</div><!--/end row-->
</div>
</div>
</div>
<div class="container content-sm">
<div class="headline-center margin-bottom-60">
<h2>Recent Works</h2>
<p>Integer odio ligula, tincidunt id volutpat et, imperdiet eget mi. Quisque laoreet porttitor turpis sed <a href="#">fermentum</a>. Nullam sodales blandit nisi, tristique tempor nunc hendrerit at. Sed posuere mollis orci</p>
</div><!--/end Headline Center-->
<!-- Portfolio Box -->
<ul class="list-unstyled row portfolio-box">
<li class="col-sm-4 md-margin-bottom-50">
<a href="assets/img/main/img9.jpg" title="Project One" data-rel="gallery" class="thumbnail fancybox">
<img alt="" src="assets/img/main/img9.jpg" class="full-width img-responsive">
<span class="portfolio-box-in">
<i class="rounded-x icon-magnifier-add"></i>
</span>
</a>
<div class="headline-left margin-bottom-10"><h3 class="headline-brd">Project One</h3></div>
<small class="project-tag"><i class="fa fa-tag"></i><a href="#">Technology</a>, <a href="#">Business</a></small>
<p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, justo sit amet </p>
</li>
<li class="col-sm-4 md-margin-bottom-50">
<a href="assets/img/main/img22.jpg" title="Project Two" data-rel="gallery" class="thumbnail fancybox">
<img alt="" src="assets/img/main/img22.jpg" class="full-width img-responsive">
<span class="portfolio-box-in">
<i class="rounded-x icon-magnifier-add"></i>
</span>
</a>
<div class="headline-left margin-bottom-10"><h3 class="headline-brd">Project Two</h3></div>
<small class="project-tag"><i class="fa fa-tag"></i><a href="#">Technology</a>, <a href="#">Business</a></small>
<p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, justo sit amet </p>
</li>
<li class="col-sm-4">
<a href="assets/img/main/img18.jpg" title="Project Three" data-rel="gallery" class="thumbnail fancybox">
<img alt="" src="assets/img/main/img18.jpg" class="full-width img-responsive">
<span class="portfolio-box-in">
<i class="rounded-x icon-magnifier-add"></i>
</span>
</a>
<div class="headline-left margin-bottom-10"><h3 class="headline-brd">Project Three</h3></div>
<small class="project-tag"><i class="fa fa-tag"></i><a href="#">Technology</a>, <a href="#">Business</a></small>
<p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, justo sit amet </p>
</li>
</ul>
<!-- End Portfolio Box -->
</div><!--/end container-->
<!-- Flat Background Block -->
<div class="flat-bg-block-v1 parallaxBg1 margin-bottom-60" style="background-position: 50% 241px;">
<div class="container">
<div class="row">
<div class="col-md-7 md-margin-bottom-60">
<div class="headline-left margin-bottom-20">
<h2 class="headline-brd">Unify is Fully Responsive</h2>
<p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas moles</p>
</div><!--/end Headline Left-->
<div class="row">
<div class="col-sm-5">
<ul class="list-unstyled checked-list">
<li><i class="fa fa-check"></i> Donec id elit non mi porta gravida</li>
<li><i class="fa fa-check"></i> Corporate and Creative</li>
<li><i class="fa fa-check"></i> Responsive Bootstrap Template</li>
<li><i class="fa fa-check"></i> Corporate and Creative</li>
</ul>
</div>
<div class="col-sm-5 col-sm-offset-1">
<ul class="list-unstyled checked-list">
<li><i class="fa fa-check"></i> Donec id elit non mi porta gravida</li>
<li><i class="fa fa-check"></i> Corporate and Creative</li>
<li><i class="fa fa-check"></i> Responsive Bootstrap Template</li>
<li><i class="fa fa-check"></i> Corporate and Creative</li>
</ul>
</div>
</div>
</div>
<div class="col-md-5">
<img alt="" src="assets/img/mockup/2.png" class="img-over img-responsive">
</div>
</div>
</div><!--/end container-->
</div>
<!-- End Flat Background Block -->
<div class="container">
<div class="headline-left margin-bottom-40">
<h2 class="headline-brd">Latest Shots</h2>
</div><!--/end Headline Left-->
<div class="row margin-bottom-60">
<div class="col-sm-6">
<!-- Owl Carousel v5 -->
<div class="owl-carousel-v5">
<div class="owl-slider-v5 owl-carousel owl-theme" style="opacity: 1; display: block;">
<div class="owl-wrapper-outer"><div class="owl-wrapper" style="width: 3330px; left: 0px; display: block;"><div class="owl-item" style="width: 555px;"><div class="item">
<img alt="" src="assets/img/main/img12.jpg" class="full-width img-responsive">
</div></div><div class="owl-item" style="width: 555px;"><div class="item">
<img alt="" src="assets/img/main/img16.jpg" class="full-width img-responsive">
</div></div><div class="owl-item" style="width: 555px;"><div class="item">
<img alt="" src="assets/img/main/img22.jpg" class="full-width img-responsive">
</div></div></div></div>
<div class="owl-controls clickable"><div class="owl-pagination"><div class="owl-page active"><span class=""></span></div><div class="owl-page"><span class=""></span></div><div class="owl-page"><span class=""></span></div></div></div></div>
</div>
<!-- End Owl Carousel v5 -->
</div>
<div class="col-sm-6">
<h3>Justo cras odio apibus ac afilisi</h3><br>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In porta ipsum vel mi gravida mattis. Ut sit amet laoreet diam. Fusce iaculis sollicitudin purus, in tristique urna. Suspendisse potenti. Fusce non sem efficitur leo fermentum porttitor ut vitae orci. Aliquam erat volutpat.</p><br>
<p>Sed consectetur blandit ornare. Etiam at ante est. Nunc sed luctus ipsum, eu tincidunt justo. Sed id venenatis tellus. Mauris a cursus dolor. Maecenas sed magna non est interdum sollicitudin eget vitae ex. Ut eget lacus lorem.</p><br>
<button class="btn-u text-uppercase" type="button">View More</button>
</div>
</div><!--/end row-->
</div><!--/end container-->
<!-- Flat Testimonials -->
<div class="flat-testimonials bg-image-v1 parallaxBg1 margin-bottom-60" style="background-position: 50% 241px;">
<div class="container">
<div class="headline-center headline-light margin-bottom-60">
<h2>What People Are Saying</h2>
<p>Integer odio ligula, tincidunt id volutpat et, imperdiet eget mi. Quisque laoreet porttitor turpis sed <a href="#">fermentum</a>. Nullam sodales blandit nisi, tristique tempor nunc hendrerit at. Sed posuere mollis orci</p>
</div><!--/end Headline Center-->
<div class="row">
<div class="col-sm-4">
<div class="flat-testimonials-in md-margin-bottom-50">
<img alt="" src="assets/img/team/img1-sm.jpg" class="rounded-x img-responsive">
<h3>Anthony Connor</h3>
<span class="color-green">Software Developer</span>
<p>Proin et augue vel nisi rhoncus tincidunt. Cras venenatis, magna id sem ipsum mi interduml</p>
</div>
</div>
<div class="col-sm-4">
<div class="flat-testimonials-in md-margin-bottom-50">
<img alt="" src="assets/img/team/img2-sm.jpg" class="rounded-x img-responsive">
<h3>Angela Danil</h3>
<span class="color-green">Web Designer</span>
<p>Proin et augue vel nisi rhoncus tincidunt. Cras venenatis, magna id sem ipsum mi interduml</p>
</div>
</div>
<div class="col-sm-4">
<div class="flat-testimonials-in">
<img alt="" src="assets/img/team/img3-sm.jpg" class="rounded-x img-responsive">
<h3>Anthony Connor</h3>
<span class="color-green">Software Developer</span>
<p>Proin et augue vel nisi rhoncus tincidunt. Cras venenatis, magna id sem ipsum mi interduml</p>
</div>
</div>
</div><!--/end row-->
</div><!--/end container-->
</div>
<!-- End Flat Testimonials -->
<div class="container">
<div class="headline-center margin-bottom-60">
<h2>What We Provide</h2>
<p>Integer odio ligula, tincidunt id volutpat et, imperdiet eget mi. Quisque laoreet porttitor turpis sed <a href="#">fermentum</a>. Nullam sodales blandit nisi, tristique tempor nunc hendrerit at. Sed posuere mollis orci</p>
</div><!--/end Headline Center-->
<div class="row margin-bottom-40">
<div class="col-md-4">
<div class="content-boxes-v5 margin-bottom-30">
<i class="rounded-x icon-layers"></i>
<div class="overflow-h">
<h3 class="no-top-space">Responsive Layout</h3>
<p>Proin et augue vel nisi rhoncus tincidunt. Cras venenatis</p>
</div>
</div>
<div class="content-boxes-v5 md-margin-bottom-30">
<i class="rounded-x icon-settings"></i>
<div class="overflow-h">
<h3 class="no-top-space">Color Options</h3>
<p>Proin et augue vel nisi rhoncus tincidunt. Cras venenatis</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="content-boxes-v5 margin-bottom-30">
<i class="rounded-x icon-earphones-alt "></i>
<div class="overflow-h">
<h3 class="no-top-space">Outstanding Support</h3>
<p>Proin et augue vel nisi rhoncus tincidunt. Cras venenatis</p>
</div>
</div>
<div class="content-boxes-v5 md-margin-bottom-30">
<i class="rounded-x icon-user "></i>
<div class="overflow-h">
<h3 class="no-top-space">User Friendly</h3>
<p>Proin et augue vel nisi rhoncus tincidunt. Cras venenatis</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="content-boxes-v5 margin-bottom-30">
<i class="rounded-x icon-wrench"></i>
<div class="overflow-h">
<h3 class="no-top-space">Customizable Design</h3>
<p>Proin et augue vel nisi rhoncus tincidunt. Cras venenatis</p>
</div>
</div>
<div class="content-boxes-v5 md-margin-bottom-30">
<i class="rounded-x icon-star"></i>
<div class="overflow-h">
<h3 class="no-top-space">Free Updates</h3>
<p>Proin et augue vel nisi rhoncus tincidunt. Cras venenatis</p>
</div>
</div>
</div>
</div><!--/end row-->
</div><!--/end container-->
</div>
<!-- End Content Part -->
<!--=== Footer Version 1 ===-->
<div class="footer-v1">
<div class="footer">
<div class="container">
<div class="row">
<!-- About -->
<div class="col-md-3 md-margin-bottom-40">
<a href="index.html"><img id="logo-footer" class="footer-logo" src="assets/img/logo2-default.png" alt=""></a>
<p>About Unify dolor sit amet, consectetur adipiscing elit. Maecenas eget nisl id libero tincidunt sodales.</p>
<p>Duis eleifend fermentum ante ut aliquam. Cras mi risus, dignissim sed adipiscing ut, placerat non arcu.</p>
</div><!--/col-md-3-->
<!-- End About -->
<!-- Latest -->
<div class="col-md-3 md-margin-bottom-40">
<div class="posts">
<div class="headline"><h2>Latest Posts</h2></div>
<ul class="list-unstyled latest-list">
<li>
<a href="#">Incredible content</a>
<small>May 8, 2014</small>
</li>
<li>
<a href="#">Best shoots</a>
<small>June 23, 2014</small>
</li>
<li>
<a href="#">New Terms and Conditions</a>
<small>September 15, 2014</small>
</li>
</ul>
</div>
</div><!--/col-md-3-->
<!-- End Latest -->
<!-- Link List -->
<div class="col-md-3 md-margin-bottom-40">
<div class="headline"><h2>Useful Links</h2></div>
<ul class="list-unstyled link-list">
<li><a href="#">About us</a><i class="fa fa-angle-right"></i></li>
<li><a href="#">Portfolio</a><i class="fa fa-angle-right"></i></li>
<li><a href="#">Latest jobs</a><i class="fa fa-angle-right"></i></li>
<li><a href="#">Community</a><i class="fa fa-angle-right"></i></li>
<li><a href="#">Contact us</a><i class="fa fa-angle-right"></i></li>
</ul>
</div><!--/col-md-3-->
<!-- End Link List -->
<!-- Address -->
<div class="col-md-3 map-img md-margin-bottom-40">
<div class="headline"><h2>Contact Us</h2></div>
<address class="md-margin-bottom-40">
25, Lorem Lis Street, Orange <br />
California, US <br />
Phone: 800 123 3456 <br />
Fax: 800 123 3456 <br />
Email: <a href="mailto:info@anybiz.com" class="">info@anybiz.com</a>
</address>
</div><!--/col-md-3-->
<!-- End Address -->
</div>
</div>
</div><!--/footer-->
<div class="copyright">
<div class="container">
<div class="row">
<div class="col-md-6">
<p>
2015 © All Rights Reserved.
<a href="#">Privacy Policy</a> | <a href="#">Terms of Service</a>
</p>
</div>
<!-- Social Links -->
<div class="col-md-6">
<ul class="footer-socials list-inline">
<li>
<a href="#" class="tooltips" data-toggle="tooltip" data-placement="top" title="" data-original-title="Facebook">
<i class="fa fa-facebook"></i>
</a>
</li>
<li>
<a href="#" class="tooltips" data-toggle="tooltip" data-placement="top" title="" data-original-title="Skype">
<i class="fa fa-skype"></i>
</a>
</li>
<li>
<a href="#" class="tooltips" data-toggle="tooltip" data-placement="top" title="" data-original-title="Google Plus">
<i class="fa fa-google-plus"></i>
</a>
</li>
<li>
<a href="#" class="tooltips" data-toggle="tooltip" data-placement="top" title="" data-original-title="Linkedin">
<i class="fa fa-linkedin"></i>
</a>
</li>
<li>
<a href="#" class="tooltips" data-toggle="tooltip" data-placement="top" title="" data-original-title="Pinterest">
<i class="fa fa-pinterest"></i>
</a>
</li>
<li>
<a href="#" class="tooltips" data-toggle="tooltip" data-placement="top" title="" data-original-title="Twitter">
<i class="fa fa-twitter"></i>
</a>
</li>
<li>
<a href="#" class="tooltips" data-toggle="tooltip" data-placement="top" title="" data-original-title="Dribbble">
<i class="fa fa-dribbble"></i>
</a>
</li>
</ul>
</div>
<!-- End Social Links -->
</div>
</div>
</div><!--/copyright-->
</div>
<!--=== End Footer Version 1 ===-->
</div><!--/wrapper-->
<!-- JS Global Compulsory -->
<script type="text/javascript" src="assets/plugins/jquery/jquery.min.js"></script>
<script type="text/javascript" src="assets/plugins/jquery/jquery-migrate.min.js"></script>
<script type="text/javascript" src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<!-- JS Implementing Plugins -->
<script type="text/javascript" src="assets/plugins/back-to-top.js"></script>
<script type="text/javascript" src="assets/plugins/smoothScroll.js"></script>
<script src="assets/plugins/wow-animations/js/wow.min.js"></script>
<script src="assets/plugins/youtube-player/jquery.mb.YTPlayer-ini.js"></script>
<!-- JS Customization -->
<script type="text/javascript" src="assets/js/custom.js"></script>
<!-- JS Page Level -->
<script type="text/javascript" src="assets/js/app.js"></script>
<script src="assets/js/plugins/fancy-box.js"></script>
<script src="assets/js/plugins/owl-carousel.js"></script>
<script type="text/javascript" src="assets/js/plugins/style-switcher.js"></script>
<script type="text/javascript">
jQuery(document).ready(function() {
App.init();
new WOW().init();
App.initParallaxBg();
FancyBox.initFancybox();
OwlCarousel.initOwlCarousel();
StyleSwitcher.initStyleSwitcher();
});
</script>
<!--[if lt IE 9]>
<script src="assets/plugins/respond.js"></script>
<script src="assets/plugins/html5shiv.js"></script>
<script src="assets/plugins/placeholder-IE-fixes.js"></script>
<![endif]-->
</body>
</html>
|
app/iht/views/application/exemption/partner/partner_overview.scala.html
|
hmrc/iht-frontend
|
@*
* Copyright 2021 HM Revenue & Customs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*@
@import iht.models.RegistrationDetails
@import iht.utils.DeceasedInfoHelper
@import iht.utils.OverviewHelper._
@import iht.constants.Constants._
@import iht.models.application.ApplicationDetails
@import iht.config.AppConfig
@this(
implicit val appConfig: AppConfig,
ihtMainTemplateApplication: iht_main_template_application,
genericOverviewItem: ihtHelpers.custom.generic_overview_item,
genericOverviewStatusLink: ihtHelpers.custom.generic_overview_status_link,
nameHelper: ihtHelpers.custom.name,
returnLink: ihtHelpers.custom.return_link
)
@(appDetails:ApplicationDetails,
registrationDetails: RegistrationDetails)(implicit request:Request[_], messages: Messages)
@ihtMainTemplateApplication(title = Messages("iht.estateReport.exemptions.partner.assetsLeftToSpouse.title"),
browserTitle = Some(Messages("page.iht.application.exemptions.partner.overview.browserTitle")),
isFullWidth=false) {
<section id="overview-table" class="section">
<ul id="partner-overview-table" class="tabular-data tabular-data--list">
@{
defining(appDetails.allExemptions.flatMap(_.partner).flatMap(_.isAssetForDeceasedPartner).map(_=>true)) { isComplete =>
genericOverviewItem(
title = Messages("iht.estateReport.exemptions.spouse.assetLeftToSpouse.question",
DeceasedInfoHelper.getDeceasedNameOrDefaultString(registrationDetails, true)),
name="partner.assetsLeftForPartner",
id = appConfig.ExemptionsPartnerAssetsID,
value=Messages(getDisplayValueForBoolean(isComplete)),
valueScreenReader="",
link=Some(iht.controllers.application.exemptions.partner.routes.AssetsLeftToPartnerQuestionController.onPageLoad()),
linkText=genericOverviewStatusLink(
isComplete = isComplete,
screenreaderQualifyingText = if(isComplete){
Messages("page.iht.application.exemptions.overview.partner.assetsLeftForPartner.screenreader.link.value",
DeceasedInfoHelper.getDeceasedNameOrDefaultString(registrationDetails, true))
} else {
Messages("page.iht.application.exemptions.overview.partner.assetsLeftForPartner.screenreader.link.noValue",
DeceasedInfoHelper.getDeceasedNameOrDefaultString(registrationDetails, true))
}
),
classValueCell="",
classAllCells=""
)
}
}
@{
defining(appDetails.allExemptions.flatMap(_.partner).flatMap(_.isPartnerHomeInUK).map(_=>true)) { isComplete =>
genericOverviewItem(
title = Messages("iht.estateReport.exemptions.partner.homeInUK.question"),
name = "partner.homeInUK",
id = appConfig.ExemptionsPartnerHomeID,
value=Messages(getDisplayValueForBoolean(isComplete)),
valueScreenReader="",
link=Some(iht.controllers.application.exemptions.partner.routes.PartnerPermanentHomeQuestionController.onPageLoad()),
linkText=genericOverviewStatusLink(
isComplete = isComplete,
screenreaderQualifyingText = if(isComplete){
Messages("page.iht.application.exemptions.overview.partner.homeInUK.screenreader.link.value")
} else {
Messages("page.iht.application.exemptions.overview.partner.homeInUK.screenreader.link.noValue")
}
),
classValueCell="",
classAllCells=""
)
}
}
@{
defining(appDetails.allExemptions.flatMap(_.partner).flatMap(_.name ).map(_=>true)) { isComplete =>
genericOverviewItem(
title = Messages("page.iht.application.exemptions.partner.name.title"),
name="partner.name",
id = appConfig.ExemptionsPartnerNameID,
value=nameHelper(displayValue(appDetails, AppSectionExemptionsPartnerName, isComplete)).toString,
valueScreenReader="",
link=Some(iht.controllers.application.exemptions.partner.routes.ExemptionPartnerNameController.onPageLoad()),
linkText=genericOverviewStatusLink(
isComplete = isComplete,
messagesFileGiveAnswer = "site.link.giveName",
screenreaderQualifyingText = if(isComplete){
Messages("page.iht.application.exemptions.overview.partner.name.screenreader.link.value")
} else {
Messages("page.iht.application.exemptions.overview.partner.name.screenreader.link.noValue")
}
),
classValueCell="",
classAllCells=""
)
}
}
@{
defining(appDetails.allExemptions.flatMap(_.partner).flatMap(_.dateOfBirth ).map(_=>true)) { isComplete =>
genericOverviewItem(
title = Messages("page.iht.application.exemptions.partner.dateOfBirth.question.title"),
name="partner.dob",
id = appConfig.ExemptionsPartnerDobID,
value=displayValue(appDetails, AppSectionExemptionsPartnerDateOfBirth, isComplete)(messages),
valueScreenReader="",
link=Some(iht.controllers.application.exemptions.partner.routes.PartnerDateOfBirthController.onPageLoad()),
linkText=genericOverviewStatusLink(
isComplete = isComplete,
messagesFileGiveAnswer = "site.link.giveDate",
screenreaderQualifyingText = if(isComplete){
Messages("page.iht.application.exemptions.overview.partner.dob.screenreader.link.value")
} else {
Messages("page.iht.application.exemptions.overview.partner.dob.screenreader.link.noValue")
}
),
classValueCell="",
classAllCells=""
)
}
}
@{
defining(appDetails.allExemptions.flatMap(_.partner).flatMap(_.nino ).map(_=>true)) { isComplete =>
genericOverviewItem(
title = Messages("page.iht.application.exemptions.partner.nino.sectionTitle"),
name="partner.nino",
id = appConfig.ExemptionsPartnerNinoID,
value=displayValue(appDetails, AppSectionExemptionsPartnerNino, isComplete),
valueScreenReader="",
link=Some(iht.controllers.application.exemptions.partner.routes.PartnerNinoController.onPageLoad()),
linkText=genericOverviewStatusLink(
isComplete = isComplete,
messagesFileGiveAnswer = "site.link.giveDetails",
screenreaderQualifyingText = if(isComplete){
Messages("page.iht.application.exemptions.overview.partner.nino.screenreader.link.value")
} else {
Messages("page.iht.application.exemptions.overview.partner.nino.screenreader.link.noValue")
}
),
classValueCell="",
classAllCells=""
)
}
}
@{
defining(appDetails.allExemptions.flatMap(_.partner).flatMap(_.totalAssets ).map(_=>true)) { isComplete =>
genericOverviewItem(
title = Messages("page.iht.application.exemptions.overview.partner.totalAssets.title"),
name="partner.totalAssets",
id = appConfig.ExemptionsPartnerValueID,
value=displayValue(appDetails, AppSectionExemptionsPartnerTotalAssets, isComplete),
valueScreenReader="",
link=Some(iht.controllers.application.exemptions.partner.routes.PartnerValueController.onPageLoad()),
linkText=genericOverviewStatusLink(
isComplete = isComplete,
messagesFileGiveAnswer = "site.link.giveValue",
screenreaderQualifyingText = if(isComplete){
Messages("page.iht.application.exemptions.overview.partner.totalAssets.screenreader.link.value")
} else {
Messages("page.iht.application.exemptions.overview.partner.totalAssets.screenreader.link.noValue")
}
),
classValueCell="",
classAllCells=""
)
}
}
</ul>
</section>
@registrationDetails.deceasedDetails.map{ dd=>
@returnLink(
Messages("page.iht.application.return.to.exemptionsOf", nameHelper(dd.name)),
Some(iht.controllers.application.exemptions.routes.ExemptionsOverviewController.onPageLoad()),
appConfig.ExemptionsPartnerID
)
}
}
|
docs/posts/2018-09-09-queue-in-haskell-scala.html
|
pamu/blog
|
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<link rel="shortcut icon" href="../images/haskell-dark.png">
<title>Eternal seeker - Queue in functional programming languages</title>
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" href="../css/simple-grid.css" />
<link rel="stylesheet" href="../css/custom.css" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
</head>
<body class="container">
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand" href="../">Eternal seeker</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav">
<a class="nav-item nav-link active" href="../resume.html">Resume <span class="sr-only">(current)</span></a>
<a class="nav-item nav-link active" href="../contact.html">Contact</a>
<a class="nav-item nav-link active" href="../archive.html">Archive</a>
<a class="nav-item nav-link active" href="../feed.xml">Feed</a>
</div>
</div>
</nav>
<div role="main">
<div class="jumbotron">
<h3 class="display-6">Queue in functional programming languages</h3>
<em>
Posted on September 9, 2018
<em>by</em> <em class="font-heavy"> Nagarjuna Pamu </em>
</em>
<hr />
<div>
<div class="sourceCode" id="cb1"><pre class="sourceCode haskell"><code class="sourceCode haskell"><a class="sourceLine" id="cb1-1" data-line-number="1"><span class="kw">data</span> <span class="dt">List</span> a <span class="fu">=</span> <span class="dt">Nil</span> <span class="fu">|</span> <span class="dt">Cons</span> a (<span class="dt">List</span> a) <span class="kw">deriving</span> (<span class="dt">Show</span>)</a></code></pre></div>
<p>We all know that cons list is the very popular in functional programming data structures. The time complexity of the cons list for prepending an element to the existing list is constant, but appending takes linear time complexity and also linear space complexity.</p>
<p>So, One data structure that can be modeled naturally with the help of cons list is <code>Stack</code>. Prepending operation can be used for pushing an element on top of the stack. In order to pop the element, all that is needed is to drop the first element of the cons list and retain the tail.</p>
<p>Good thing is prepending and dropping the first element happens in const space and time complexity.</p>
<p><strong><em>Notice that appending time complexity and space complexity is linear for cons list.</em></strong></p>
<p>This Results in lot of garbage when appending operation happens on the cons list. Usually algorithms which use immutable data structures use prepending operation and reverse the list as the final operation before returning the final result (list).</p>
<p>Lets now see How we can model a <code>Queue</code> in a immutable fashion using basic building in two functional languages. First in Haskell and in Scala.</p>
<h3 id="code-in-haskell">Code in Haskell</h3>
<p>Immutable queue</p>
<div class="sourceCode" id="cb2"><pre class="sourceCode haskell"><code class="sourceCode haskell"><a class="sourceLine" id="cb2-1" data-line-number="1"><span class="kw">data</span> <span class="dt">Queue</span> a <span class="fu">=</span></a>
<a class="sourceLine" id="cb2-2" data-line-number="2"> <span class="dt">Queue</span> [a] <span class="co">-- Dequeue list</span></a>
<a class="sourceLine" id="cb2-3" data-line-number="3"> [a] <span class="co">-- Enqueue list</span></a>
<a class="sourceLine" id="cb2-4" data-line-number="4"> <span class="kw">deriving</span> (<span class="dt">Show</span>)</a></code></pre></div>
<p>Dequeue list is for</p>
<p>Building a immutable empty Queue</p>
<div class="sourceCode" id="cb3"><pre class="sourceCode haskell"><code class="sourceCode haskell"><a class="sourceLine" id="cb3-1" data-line-number="1"><span class="ot">empty ::</span> <span class="dt">Queue</span> a</a>
<a class="sourceLine" id="cb3-2" data-line-number="2">empty <span class="fu">=</span> <span class="dt">Queue</span> [] []</a></code></pre></div>
<p>Enqueue operation. Prepending the incoming element to the head of the enqueue list. Note this is a constant time and space operation.</p>
<div class="sourceCode" id="cb4"><pre class="sourceCode haskell"><code class="sourceCode haskell"><a class="sourceLine" id="cb4-1" data-line-number="1"><span class="ot">enqueue ::</span> a <span class="ot">-></span> <span class="dt">Queue</span> a <span class="ot">-></span> <span class="dt">Queue</span> a</a>
<a class="sourceLine" id="cb4-2" data-line-number="2">enqueue elem (<span class="dt">Queue</span> xs ys) <span class="fu">=</span> <span class="dt">Queue</span> xs (elem <span class="fu">:</span> ys)</a></code></pre></div>
<p>Dequeue mantra</p>
<ul>
<li><p>When both dequeue list (first list) and enqueue list (second list) is empty. Then that means queue is empty</p></li>
<li><p>When dequeue list is not empty (first list) then remove element from the head of the dequeue list and then update the dequeue part of the queue with the tail of the dequeue list (first list)</p></li>
<li><p>When Dequeue list is empty. Load values from the enqueue list (second list). While loading remember to reverse the enqueue list to maintain the order of removal (dequeuing) of the elements from the queue.</p></li>
</ul>
<div class="sourceCode" id="cb5"><pre class="sourceCode haskell"><code class="sourceCode haskell"><a class="sourceLine" id="cb5-1" data-line-number="1"><span class="ot">tryDequeue ::</span> <span class="dt">Queue</span> a <span class="ot">-></span> <span class="dt">Maybe</span> (a, <span class="dt">Queue</span> a)</a>
<a class="sourceLine" id="cb5-2" data-line-number="2">tryDequeue (<span class="dt">Queue</span> [] []) <span class="fu">=</span> <span class="dt">Nothing</span></a>
<a class="sourceLine" id="cb5-3" data-line-number="3">tryDequeue (<span class="dt">Queue</span> (x<span class="fu">:</span>xs) ys) <span class="fu">=</span> <span class="dt">Just</span> (x, <span class="dt">Queue</span> xs ys)</a>
<a class="sourceLine" id="cb5-4" data-line-number="4">tryDequeue (<span class="dt">Queue</span> [] ys) <span class="fu">=</span> <span class="dt">Just</span> (head, <span class="dt">Queue</span> tail [])</a>
<a class="sourceLine" id="cb5-5" data-line-number="5"> <span class="kw">where</span></a>
<a class="sourceLine" id="cb5-6" data-line-number="6"> (head<span class="fu">:</span>tail) <span class="fu">=</span> reverse ys</a></code></pre></div>
<h3 id="code-in-scala">Code in Scala</h3>
<p>Scala code. Check haskell explaination.</p>
<div class="sourceCode" id="cb6"><pre class="sourceCode scala"><code class="sourceCode scala"><a class="sourceLine" id="cb6-1" data-line-number="1"><span class="kw">case</span> <span class="kw">class</span> Queue[A](dequeueList: List[A], enqueueList: List[A]) {</a>
<a class="sourceLine" id="cb6-2" data-line-number="2"></a>
<a class="sourceLine" id="cb6-3" data-line-number="3"> <span class="kw">def</span> <span class="fu">enqueue</span>(elem: A): Queue[A] = <span class="kw">this</span> <span class="kw">match</span> {</a>
<a class="sourceLine" id="cb6-4" data-line-number="4"> <span class="kw">case</span> Queue(xs, ys) => Queue(xs, elem :: ys)</a>
<a class="sourceLine" id="cb6-5" data-line-number="5"> }</a>
<a class="sourceLine" id="cb6-6" data-line-number="6"></a>
<a class="sourceLine" id="cb6-7" data-line-number="7"> <span class="kw">def</span> tryDequeue: Option[(A, Queue[A])] = <span class="kw">this</span> <span class="kw">match</span> {</a>
<a class="sourceLine" id="cb6-8" data-line-number="8"> <span class="kw">case</span> Queue(Nil, Nil) => None</a>
<a class="sourceLine" id="cb6-9" data-line-number="9"> <span class="kw">case</span> Queue(x :: xs, ys) => Some(x -> Queue(xs, ys))</a>
<a class="sourceLine" id="cb6-10" data-line-number="10"> <span class="kw">case</span> Queue(Nil, ys) =></a>
<a class="sourceLine" id="cb6-11" data-line-number="11"> <span class="kw">val</span> head :: tail = ys.<span class="fu">reverse</span></a>
<a class="sourceLine" id="cb6-12" data-line-number="12"> Some(head -> Queue(tail, Nil))</a>
<a class="sourceLine" id="cb6-13" data-line-number="13"> }</a>
<a class="sourceLine" id="cb6-14" data-line-number="14">}</a>
<a class="sourceLine" id="cb6-15" data-line-number="15"></a>
<a class="sourceLine" id="cb6-16" data-line-number="16"><span class="kw">object</span> Queue {</a>
<a class="sourceLine" id="cb6-17" data-line-number="17"> <span class="kw">def</span> empty[A]: Queue[A] = Queue(Nil, Nil)</a>
<a class="sourceLine" id="cb6-18" data-line-number="18">}</a></code></pre></div>
<h3 id="live-coding-videos">Live coding videos</h3>
<h4 id="haskell-live-coding-video">Haskell live coding video</h4>
<iframe width="560" height="315" src="https://www.youtube.com/embed/bJC6ajEsSVI" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen>
</iframe>
<h4 id="scala-live-coding-video">Scala live coding video</h4>
<iframe width="560" height="315" src="https://www.youtube.com/embed/mEQzlj_RVJ8" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen>
</iframe>
</div>
<!-- Bellow html block is for disqus plugin-->
<noscript>
Please enable JavaScript to view the
<a href="https://disqus.com/?ref_noscript" rel="nofollow">
comments powered by Disqus.
</a>
</noscript>
<div id="disqus_thread"></div>
<script>
var disqus_config = function () {
this.page.url = 'https://haskworks.com//posts/2018-09-09-queue-in-haskell-scala.html';
this.page.identifier = 'Queue in functional programming languages';
};
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = 'https://haskworks.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<script id="dsq-count-scr" src="//haskworks.disqus.com/count.js" async></script>
</div>
</div>
<footer>
<section>
<em>
Created using <a href="http://jaspervdj.be/hakyll">Hakyll</a>
</em>
</section>
</footer>
</body>
</html>
|
solr-5.3.0/docs/solr-core/org/apache/solr/util/stats/class-use/Histogram.html
|
changwu/mqa
|
<!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 Mon Aug 17 17:11:17 IST 2015 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Uses of Class org.apache.solr.util.stats.Histogram (Solr 5.3.0 API)</title>
<meta name="date" content="2015-08-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.util.stats.Histogram (Solr 5.3.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="../../../../../../org/apache/solr/util/stats/Histogram.html" title="class in org.apache.solr.util.stats">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/util/stats/class-use/Histogram.html" target="_top">Frames</a></li>
<li><a href="Histogram.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.util.stats.Histogram" class="title">Uses of Class<br>org.apache.solr.util.stats.Histogram</h2>
</div>
<div class="classUseContainer">No usage of org.apache.solr.util.stats.Histogram</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/util/stats/Histogram.html" title="class in org.apache.solr.util.stats">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/util/stats/class-use/Histogram.html" target="_top">Frames</a></li>
<li><a href="Histogram.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>
|
docs/javadoc/2.1/com/fasterxml/jackson/databind/jsonFormatVisitors/class-use/JsonFormatVisitorWithSerializerProvider.html
|
FasterXML/jackson-databind
|
<!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_35) on Tue Oct 09 17:08:24 PDT 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Interface com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitorWithSerializerProvider (jackson-databind 2.1.0 API)
</TITLE>
<META NAME="date" CONTENT="2012-10-09">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Interface com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitorWithSerializerProvider (jackson-databind 2.1.0 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </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="../../../../../../com/fasterxml/jackson/databind/jsonFormatVisitors/JsonFormatVisitorWithSerializerProvider.html" title="interface in com.fasterxml.jackson.databind.jsonFormatVisitors"><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?com/fasterxml/jackson/databind/jsonFormatVisitors//class-useJsonFormatVisitorWithSerializerProvider.html" target="_top"><B>FRAMES</B></A>
<A HREF="JsonFormatVisitorWithSerializerProvider.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>com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitorWithSerializerProvider</B></H2>
</CENTER>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Packages that use <A HREF="../../../../../../com/fasterxml/jackson/databind/jsonFormatVisitors/JsonFormatVisitorWithSerializerProvider.html" title="interface in com.fasterxml.jackson.databind.jsonFormatVisitors">JsonFormatVisitorWithSerializerProvider</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#com.fasterxml.jackson.databind.jsonFormatVisitors"><B>com.fasterxml.jackson.databind.jsonFormatVisitors</B></A></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<A NAME="com.fasterxml.jackson.databind.jsonFormatVisitors"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../../../com/fasterxml/jackson/databind/jsonFormatVisitors/JsonFormatVisitorWithSerializerProvider.html" title="interface in com.fasterxml.jackson.databind.jsonFormatVisitors">JsonFormatVisitorWithSerializerProvider</A> in <A HREF="../../../../../../com/fasterxml/jackson/databind/jsonFormatVisitors/package-summary.html">com.fasterxml.jackson.databind.jsonFormatVisitors</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">Subinterfaces of <A HREF="../../../../../../com/fasterxml/jackson/databind/jsonFormatVisitors/JsonFormatVisitorWithSerializerProvider.html" title="interface in com.fasterxml.jackson.databind.jsonFormatVisitors">JsonFormatVisitorWithSerializerProvider</A> in <A HREF="../../../../../../com/fasterxml/jackson/databind/jsonFormatVisitors/package-summary.html">com.fasterxml.jackson.databind.jsonFormatVisitors</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> interface</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../com/fasterxml/jackson/databind/jsonFormatVisitors/JsonArrayFormatVisitor.html" title="interface in com.fasterxml.jackson.databind.jsonFormatVisitors">JsonArrayFormatVisitor</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> interface</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../com/fasterxml/jackson/databind/jsonFormatVisitors/JsonFormatVisitorWrapper.html" title="interface in com.fasterxml.jackson.databind.jsonFormatVisitors">JsonFormatVisitorWrapper</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> interface</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../com/fasterxml/jackson/databind/jsonFormatVisitors/JsonObjectFormatVisitor.html" title="interface in com.fasterxml.jackson.databind.jsonFormatVisitors">JsonObjectFormatVisitor</A></B></CODE>
<BR>
</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="../../../../../../com/fasterxml/jackson/databind/jsonFormatVisitors/JsonFormatVisitorWithSerializerProvider.html" title="interface in com.fasterxml.jackson.databind.jsonFormatVisitors"><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?com/fasterxml/jackson/databind/jsonFormatVisitors//class-useJsonFormatVisitorWithSerializerProvider.html" target="_top"><B>FRAMES</B></A>
<A HREF="JsonFormatVisitorWithSerializerProvider.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 © 2012 <a href="http://fasterxml.com/">FasterXML</a>. All Rights Reserved.
</BODY>
</HTML>
|
docs/javadoc/2.3/com/fasterxml/jackson/databind/deser/std/class-use/StringArrayDeserializer.html
|
FasterXML/jackson-databind
|
<!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_25) on Sat Nov 16 21:43:21 PST 2013 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class com.fasterxml.jackson.databind.deser.std.StringArrayDeserializer (jackson-databind 2.3.0 API)</title>
<meta name="date" content="2013-11-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="Uses of Class com.fasterxml.jackson.databind.deser.std.StringArrayDeserializer (jackson-databind 2.3.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="../../../../../../../com/fasterxml/jackson/databind/deser/std/StringArrayDeserializer.html" title="class in com.fasterxml.jackson.databind.deser.std">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?com/fasterxml/jackson/databind/deser/std/class-use/StringArrayDeserializer.html" target="_top">Frames</a></li>
<li><a href="StringArrayDeserializer.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class com.fasterxml.jackson.databind.deser.std.StringArrayDeserializer" class="title">Uses of Class<br>com.fasterxml.jackson.databind.deser.std.StringArrayDeserializer</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="../../../../../../../com/fasterxml/jackson/databind/deser/std/StringArrayDeserializer.html" title="class in com.fasterxml.jackson.databind.deser.std">StringArrayDeserializer</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="#com.fasterxml.jackson.databind.deser.std">com.fasterxml.jackson.databind.deser.std</a></td>
<td class="colLast">
<div class="block">Contains public standard implementations of abstraction that
Jackson uses.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="com.fasterxml.jackson.databind.deser.std">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../com/fasterxml/jackson/databind/deser/std/StringArrayDeserializer.html" title="class in com.fasterxml.jackson.databind.deser.std">StringArrayDeserializer</a> in <a href="../../../../../../../com/fasterxml/jackson/databind/deser/std/package-summary.html">com.fasterxml.jackson.databind.deser.std</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../../../com/fasterxml/jackson/databind/deser/std/package-summary.html">com.fasterxml.jackson.databind.deser.std</a> declared as <a href="../../../../../../../com/fasterxml/jackson/databind/deser/std/StringArrayDeserializer.html" title="class in com.fasterxml.jackson.databind.deser.std">StringArrayDeserializer</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>static <a href="../../../../../../../com/fasterxml/jackson/databind/deser/std/StringArrayDeserializer.html" title="class in com.fasterxml.jackson.databind.deser.std">StringArrayDeserializer</a></code></td>
<td class="colLast"><span class="strong">StringArrayDeserializer.</span><code><strong><a href="../../../../../../../com/fasterxml/jackson/databind/deser/std/StringArrayDeserializer.html#instance">instance</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="../../../../../../../com/fasterxml/jackson/databind/deser/std/StringArrayDeserializer.html" title="class in com.fasterxml.jackson.databind.deser.std">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?com/fasterxml/jackson/databind/deser/std/class-use/StringArrayDeserializer.html" target="_top">Frames</a></li>
<li><a href="StringArrayDeserializer.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 © 2012-2013 <a href="http://fasterxml.com/">FasterXML</a>. All Rights Reserved.</small></p>
</body>
</html>
|
Javadoc/org/drip/sample/creditoption/CDSPayerReceiverAnalysis.html
|
lakshmiDRIP/DRIP
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_111) on Wed Jan 04 22:31:25 EST 2017 -->
<title>CDSPayerReceiverAnalysis</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="CDSPayerReceiverAnalysis";
}
}
catch(err) {
}
//-->
var methods = {"i0":9};
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/CDSPayerReceiverAnalysis.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/drip/sample/creditoption/CDSPayerReceiver.html" title="class in org.drip.sample.creditoption"><span class="typeNameLink">Prev Class</span></a></li>
<li>Next Class</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/drip/sample/creditoption/CDSPayerReceiverAnalysis.html" target="_top">Frames</a></li>
<li><a href="CDSPayerReceiverAnalysis.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.drip.sample.creditoption</div>
<h2 title="Class CDSPayerReceiverAnalysis" class="title">Class CDSPayerReceiverAnalysis</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>org.drip.sample.creditoption.CDSPayerReceiverAnalysis</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="typeNameLabel">CDSPayerReceiverAnalysis</span>
extends java.lang.Object</pre>
<div class="block">CDSPayerReceiverAnalysis carries out a Volatility Analysis of Payer/Receiver CDS European Option.</div>
<dl>
<dt><span class="simpleTagLabel">Author:</span></dt>
<dd>Lakshmi Krishnamurthy</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="memberSummary" 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><span class="memberNameLink"><a href="../../../../org/drip/sample/creditoption/CDSPayerReceiverAnalysis.html#CDSPayerReceiverAnalysis--">CDSPayerReceiverAnalysis</a></span>()</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="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="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete 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>static void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/drip/sample/creditoption/CDSPayerReceiverAnalysis.html#main-java.lang.String:A-">main</a></span>(java.lang.String[] astrArgs)</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>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="CDSPayerReceiverAnalysis--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>CDSPayerReceiverAnalysis</h4>
<pre>public CDSPayerReceiverAnalysis()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="main-java.lang.String:A-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>main</h4>
<pre>public static final void main(java.lang.String[] astrArgs)
throws java.lang.Exception</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.lang.Exception</code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/CDSPayerReceiverAnalysis.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/drip/sample/creditoption/CDSPayerReceiver.html" title="class in org.drip.sample.creditoption"><span class="typeNameLink">Prev Class</span></a></li>
<li>Next Class</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/drip/sample/creditoption/CDSPayerReceiverAnalysis.html" target="_top">Frames</a></li>
<li><a href="CDSPayerReceiverAnalysis.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>
|
main/deploy/static/login.html
|
tianshaojie/jee-universal-bms
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv=Content-Type content="text/html; charset=UTF-8">
<title>Login</title>
<script type="text/javascript" src="js/jquery.min.js"></script>
<style type="text/css">
body { height: 100%; padding: 0; margin: 0; font-family: 微软雅黑, Arail; font-size: 13px;}
body, html {height: 100%;}
body, input { font-family: 微软雅黑, Arail; font-size: 13px; }
#outer {height: 100%; overflow: hidden; position: relative; width: 100%;}
#outer[id] {display: table;position: static;}
#middle {position: absolute;top: 50%;left: 0;}
#middle[id] {display: table-cell;vertical-align: middle;position: static;}
#inner {position: relative;top: -50%;margin: 0 auto;}
#content {width: 500px;height: 300px;border: 1px solid;background: #EEE;margin: 0 auto;filter:alpha(opacity=70); -moz-opacity:0.7; opacity:0.7;-moz-border-radius: 3px;/* Gecko browsers */ -webkit-border-radius: 3px; /* Webkit browsers */ border-radius:3px;/* W3C syntax */}
#top {background:url(images/login_logo.png) repeat-x; filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')"; -moz-background-size:100% 100%; background-size:100% 100%; display:table; text-align:center;height: 80px;width: 100%;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #ccc;}
#title { vertical-align:middle; display:table-cell; width:auto; font-size: 23px; padding-top: 15px;}
#bottom {margin-top: 10px;}
#msg {height: 16px;width: 100%;margin-bottom: 10px; color:red;}
a img {border: none;}
input {background: #FFFFFF; border: 0; filter:alpha(opacity=100); -moz-opacity:1; opacity:1;}
.input_border {height: 23px;width: 180px;}
.bg{background:url(images/bg.jpg); filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')"; -moz-background-size:100% 100%; background-size:100% 100%; }
</style>
<script type="text/javascript">
if(window.parent.length > 0){
top.window.location = "/login.html";
}
$(function() {
$('#username').focus();
$('#loginFrom').submit(function() {
if(!$('#username').val().length) {
$('#msg').text('请输入用户名');
$('#username').focus();
return;
}
if(!$('#password').val().length) {
$('#msg').text('请输入密码');
$('#password').focus();
return;
}
var postData = $("#loginFrom").serialize();//序列化表单,后台可正常通过post方法获取数据
$.ajax({
type: "post",
url: "v1/api0/security/login",
data: postData,
success: function(data) {
if (data.code == 200) {
window.location.href = '/home.html';
} else {
$('#msg').text(data.msg);
}
}
});
});
$('#submit').click(function() {
$('#loginFrom').submit();
});
});
</script>
</head>
<body>
<div id="outer">
<div id="middle" class="bg">
<div id="inner">
<div id="content">
<div id="top" >
<div id="title">选牛网后台管理系统</div>
</div>
<div id="bottom" align="center">
<div id="msg"></div>
<form id=loginFrom>
用户名:<input type=text id=username name=username class="input_border" maxlength=16/> <p/>
密<span style="visibility:hidden">码</span>码:<input type=password id=password name=password class="input_border"/></p>
验证码:<input type=text id=verifyCode name=verifyCode maxlength=4 style="width:115px;height:23px;"/> <a href="" onClick="document.getElementById('CheckPic').src=''"><img id="CheckPic" src="" style="vertical-align:middle;width:60px;height:25px;border:0;"/></a><br/><br/>
<input id="submit" type="button" style="height:25px;width:80px;" value="登 录" />
<input type="reset" name="reset" value="重 置" style="height:25px;width:80px;" onclick="document.getElementById('username').focus();"/>
</form>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
|
Server/thirdparty/hazelcast/hazelcast-3.3.3/docs/javadoc/com/hazelcast/concurrent/lock/class-use/LockEvictionProcessor.html
|
SoCe/SoCe
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_65) on Wed Nov 12 13:03:04 UTC 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class com.hazelcast.concurrent.lock.LockEvictionProcessor (Hazelcast Root 3.3.3 API)</title>
<meta name="date" content="2014-11-12">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class com.hazelcast.concurrent.lock.LockEvictionProcessor (Hazelcast Root 3.3.3 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="../../../../../com/hazelcast/concurrent/lock/LockEvictionProcessor.html" title="class in com.hazelcast.concurrent.lock">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?com/hazelcast/concurrent/lock/class-use/LockEvictionProcessor.html" target="_top">Frames</a></li>
<li><a href="LockEvictionProcessor.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class com.hazelcast.concurrent.lock.LockEvictionProcessor" class="title">Uses of Class<br>com.hazelcast.concurrent.lock.LockEvictionProcessor</h2>
</div>
<div class="classUseContainer">No usage of com.hazelcast.concurrent.lock.LockEvictionProcessor</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../com/hazelcast/concurrent/lock/LockEvictionProcessor.html" title="class in com.hazelcast.concurrent.lock">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?com/hazelcast/concurrent/lock/class-use/LockEvictionProcessor.html" target="_top">Frames</a></li>
<li><a href="LockEvictionProcessor.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 © 2014 <a href="http://www.hazelcast.com/">Hazelcast, Inc.</a>. All Rights Reserved.</small></p>
</body>
</html>
|
CSharpGoWeb/js/themes/gray/easyui.css
|
kamiba/CSharpGoWeb
|
.accordion{background:#fff;overflow:hidden;}
.accordion .accordion-header{background:#efefef;border-top-width:0;cursor:pointer;}
.accordion .accordion-header .panel-title{font-weight:normal;}
.accordion .accordion-header-selected .panel-title{font-weight:bold;}
.accordion-noborder .accordion-header{border-width:0 0 1px;}
.accordion-noborder .accordion-body{border-width:0px;}
.accordion-collapse{background:url('images/accordion_collapse.png') no-repeat;}
.accordion-expand{background:url('images/accordion_expand.png') no-repeat;}
.calendar{background:#fff;border:1px solid #d3d3d3;padding:1px;overflow:hidden;}
.calendar-noborder{border:0px;}
.calendar-header{position:relative;background:#efefef;font-size:12px;height:22px;}
.calendar-title{text-align:center;height:22px;}
.calendar-title span{position:relative;top:2px;display:inline-block;padding:3px;cursor:pointer;-moz-border-radius:4px;-webkit-border-radius:4px;}
.calendar-prevmonth,.calendar-nextmonth,.calendar-prevyear,.calendar-nextyear{position:absolute;top:4px;width:14px;height:14px;line-height:12px;cursor:pointer;font-size:1px;-moz-border-radius:4px;-webkit-border-radius:4px;}
.calendar-prevmonth{left:20px;background:url('images/calendar_prevmonth.gif') no-repeat 3px 2px;}
.calendar-nextmonth{right:20px;background:url('images/calendar_nextmonth.gif') no-repeat 3px 2px;}
.calendar-prevyear{left:3px;background:url('images/calendar_prevyear.gif') no-repeat 1px 2px;}
.calendar-nextyear{right:3px;background:url('images/calendar_nextyear.gif') no-repeat 1px 2px;}
.calendar-body{font-size:12px;position:relative;}
.calendar-body table{width:100%;height:100%;border:1px solid #eee;font-size:12px;padding1:5px;}
.calendar-body th,.calendar-body td{text-align:center;}
.calendar-body th{background:#fafafa;color:#888;border-bottom1:1px solid #ccc;}
.calendar-day{color:#222;cursor:pointer;border:1px solid #fff;-moz-border-radius:4px;-webkit-border-radius:4px;}
.calendar-sunday{color:#CC2222;}
.calendar-saturday{color:#00ee00;}
.calendar-today{color:#0000ff;}
.calendar-other-month{opacity:0.3;filter:alpha(opacity=30);}
.calendar-hover{border:1px solid red;}
.calendar-selected{background:#FBEC88;border:1px solid red;}
.calendar-nav-hover{background-color:#FBEC88;}
.calendar-menu{position:absolute;top:0px;left:0px;width:180px;height:150px;padding:5px;font-size:12px;background:#fafafa;opacity:0.8;filter:alpha(opacity=80);display:none;}
.calendar-menu-year-inner{text-align:center;padding-bottom:5px;}
.calendar-menu-year{width:40px;text-align:center;border:1px solid #ccc;padding:2px;font-weight:bold;}
.calendar-menu-prev,.calendar-menu-next{display:inline-block;width:21px;height:21px;vertical-align:top;cursor:pointer;}
.calendar-menu-prev{margin-right:10px;background:url('images/calendar_prevyear.gif') no-repeat 5px 6px;}
.calendar-menu-next{margin-left:10px;background:url('images/calendar_nextyear.gif') no-repeat 5px 6px;}
.calendar-menu-hover{background-color:#FBEC88;}
.calendar-menu-month-inner table{width:100%;height:100%;}
.calendar-menu-month{text-align:center;cursor:pointer;border:1px solid #fafafa;font-weight:bold;color:#666;-moz-border-radius:4px;-webkit-border-radius:4px;}
.combo{display:inline-block;white-space:nowrap;font-size:12px;margin:0;padding:0;border:1px solid #d3d3d3;background:#fff;}
.combo-text{font-size:12px;border:0px;line-height:20px;height:20px;padding:0px;*height:18px;*line-height:18px;_height:18px;_line-height:18px;}
.combo-arrow{background:#E0ECF9 url('images/combo_arrow.gif') no-repeat 3px 4px;width:18px;height:20px;overflow:hidden;display:inline-block;vertical-align:top;cursor:pointer;opacity:0.6;filter:alpha(opacity=60);}
.combo-arrow-hover{opacity:1.0;filter:alpha(opacity=100);}
.combo-panel{background:#fff;overflow:auto;}
.combobox-item{padding:2px;font-size:12px;padding:3px;padding-right:0px;}
.combobox-item-hover{background:#fafafa;}
.combobox-item-selected{background:#FBEC88;}.datagrid .panel-body{overflow:hidden;}
.datagrid-wrap{position:relative;}
.datagrid-view{position:relative;overflow:hidden;}
.datagrid-view1{position:absolute;overflow:hidden;left:0px;top:0px;border-right1:1px solid #ccc;}
.datagrid-view2{position:absolute;overflow:hidden;left:210px;top:0px;}
.datagrid-mask{position:absolute;left:0;top:0;background:#ccc;opacity:0.3;filter:alpha(opacity=30);display:none;}
.datagrid-mask-msg{position:absolute;cursor1:wait;left:100px;top:50px;width:auto;height:16px;padding:12px 5px 10px 30px;background:#fff url('images/pagination_loading.gif') no-repeat scroll 5px 10px;border:2px solid #ccc;color:#222;display:none;}
.datagrid-title{background:url('images/datagrid_title_bg.gif') repeat-x;border-bottom:1px solid #D3D3D3;border-top:1px solid #fff;position:relative;padding:5px 0px;}
.datagrid-title-text{color:#3F3F3F;font-weight:bold;padding-left:5px;}
.datagrid-title-with-icon{padding-left:22px;}
.datagrid-title-icon{position:absolute;width:16px;height:16px;left:3px;top:4px!important;top:6px;}
.datagrid-sort-desc .datagrid-sort-icon{padding:2px 13px 3px 0px;background:url('images/datagrid_sort_desc.gif') no-repeat center center;}
.datagrid-sort-asc .datagrid-sort-icon{padding:2px 13px 3px 0px;background:url('images/datagrid_sort_asc.gif') no-repeat center center;}
.datagrid-toolbar{height:28px;background:#efefef;padding:1px 2px;border-bottom:1px solid #ccc;}
.datagrid-btn-separator{float:left;height:24px;border-left:1px solid #ccc;border-right:1px solid #fff;margin:2px 1px;}
.datagrid-pager{background:#efefef;border-top:1px solid #ccc;position:relative;}
.datagrid-header{overflow:hidden;background:#fafafa url('images/datagrid_header_bg.gif') repeat-x left bottom;border-bottom:1px solid #ccc;}
.datagrid-header-inner{float:left;width:10000px;}
.datagrid-header td{border-right:1px dotted #ccc;font-size:12px;font-weight:normal;background:#fafafa url('images/datagrid_header_bg.gif') repeat-x left bottom;border-bottom:1px dotted #ccc;border-top:1px dotted #fff;}
.datagrid-header td.datagrid-header-over{background:#EBF3FD;}
.datagrid-header .datagrid-cell{margin:0;padding:3px 4px;white-space:nowrap;word-wrap:normal;overflow:hidden;text-align:center;}
.datagrid-header .datagrid-cell-group{margin:0;padding:4px 2px 4px 4px;white-space:nowrap;word-wrap:normal;overflow:hidden;text-align:center;}
.datagrid-header-rownumber{width:25px;text-align:center;margin:0px;padding:3px 0px;}
.datagrid-td-rownumber{background:#fafafa url('images/datagrid_header_bg.gif') repeat-x left bottom;}
.datagrid-cell-rownumber{width:25px;text-align:center;margin:0px;padding:3px 0px;color:#000;}
.datagrid-body{margin:0;padding:0;overflow:auto;zoom:1;}
.datagrid-view1 .datagrid-body-inner{padding-bottom:20px;}
.datagrid-view1 .datagrid-body{overflow:hidden;}
.datagrid-footer{overflow:hidden;}
.datagrid-footer-inner{border-top:1px solid #ccc;width:10000px;float:left;}
.datagrid-body td,.datagrid-footer td{font-size:12px;border-right:1px dotted #ccc;border-bottom:1px dotted #ccc;overflow:hidden;padding:0;margin:0;}
.datagrid-body .datagrid-cell,.datagrid-footer .datagrid-cell{overflow:hidden;margin:0;padding:3px 4px;white-space:nowrap;word-wrap:normal;}
.datagrid-header-check{padding:3px 6px;}
.datagrid-cell-check{padding:3px 6px;font-size:1px;overflow:hidden;}
.datagrid-header-check input{margin:0;padding:0;width:15px;height:15px;}
.datagrid-cell-check input{margin:0;padding:0;width:15px;height:15px;}
.datagrid-row-collapse{background:url('images/datagrid_row_collapse.gif') no-repeat center center;}
.datagrid-row-expand{background:url('images/datagrid_row_expand.gif') no-repeat center center;}
.datagrid-row-alt{background:#fafafa;}
.datagrid-row-over{background:#efefef;background1:#FBEC88;cursor:default;}
.datagrid-row-selected{background:#FBEC88;}
.datagrid-resize-proxy{position:absolute;width:1px;top:0;height:10000px;background:red;cursor:e-resize;display:none;}
.datagrid-body .datagrid-editable{padding:0;}
.datagrid-body .datagrid-editable td{border:0;padding:0;}
.datagrid-body .datagrid-editable .datagrid-editable-input{width:100%;font-size:12px;border:1px solid #ccc;padding:3px 2px;}.datebox .combo-arrow{background:url('images/datebox_arrow.png') no-repeat center center;}
.datebox-calendar-inner{height:180px;}
.datebox-button{height:18px;padding:2px 5px;font-size:12px;background-color:#fafafa;text-align:center;}
.datebox-current,.datebox-close{float:left;color:#888;text-decoration:none;font-weight:bold;}
.datebox-close{float:right;}
.datebox-ok{color:#888;text-decoration:none;font-weight:bold;}
.datebox-button-hover{color:#A4BED4;}
.dialog-content{overflow:auto;}
.dialog-toolbar{background:#fafafa;padding:2px 5px;border-bottom:1px solid #eee;}
.dialog-tool-separator{float:left;height:24px;border-left:1px solid #ccc;border-right:1px solid #fff;margin:2px 1px;}
.dialog-button{border-top:1px solid #eee;background:#fafafa;padding:5px 5px;text-align:right;}
.dialog-button .l-btn{margin-left:5px;}.layout{position:relative;overflow:hidden;margin:0;padding:0;}
.layout-panel{position:absolute;overflow:hidden;}
.layout-panel-east,.layout-panel-west{z-index:2;background1:#fff;}
.layout-panel-north,.layout-panel-south{z-index:3;background1:#fff;}
.layout-button-up{background:url('images/layout_button_up.gif') no-repeat;}
.layout-button-down{background:url('images/layout_button_down.gif') no-repeat;}
.layout-button-left{background:url('images/layout_button_left.gif') no-repeat;}
.layout-button-right{background:url('images/layout_button_right.gif') no-repeat;}
.layout-expand{position:absolute;padding:0px 5px;padding:0px;background:#efefef;font-size:1px;cursor:pointer;z-index:1;}
.layout-expand .panel-header{background:transparent;border-bottom-width:0px;}
.layout-expand .panel-header .panel-tool{top: 5px;}
.layout-expand .panel-body{overflow:hidden;}
.layout-expand-over{background:#fafafa;}
.layout-body{overflow:auto;background:#fff;}
.layout-split-proxy-h{position:absolute;width:5px;background:#ccc;font-size:1px;cursor:e-resize;display:none;z-index:5;}
.layout-split-proxy-v{position:absolute;height:5px;background:#ccc;font-size:1px;cursor:n-resize;display:none;z-index:5;}
.layout-split-north{border-bottom:5px solid #efefef;}
.layout-split-south{border-top:5px solid #efefef;}
.layout-split-east{border-left:5px solid #efefef;}
.layout-split-west{border-right:5px solid #efefef;}
.layout-mask{position:absolute;background:#fafafa;filter:alpha(opacity=10);opacity:0.10;z-index:4;}
a.l-btn{color:#444;background:url('images/button_a_bg.gif') no-repeat top right;font-size:12px;text-decoration:none;display:inline-block;zoom:1;height:24px;padding-right:18px;cursor:pointer;outline:none;}
a.l-btn-plain{background:transparent;padding-right:5px;border:1px solid transparent;_border:0px solid #efefef;_padding:1px 6px 1px 1px;}
a.l-btn-disabled{color:#ccc;opacity:0.5;filter:alpha(opacity=50);cursor:default;}
a.l-btn span.l-btn-left{display:inline-block;background:url('images/button_span_bg.gif') no-repeat top left;padding:4px 0px 4px 18px;line-height:16px;height:16px;}
a.l-btn-plain span.l-btn-left{background:transparent;padding-left:5px;}
a.l-btn span span.l-btn-text{display:inline-block;height:16px;line-height:16px;padding:0px;}
a.l-btn span span span.l-btn-empty{display:inline-block;padding:0px;width:16px;}
a:hover.l-btn{background-position: bottom right;outline:none;}
a:hover.l-btn span.l-btn-left{background-position: bottom left;}
a:hover.l-btn-plain{border:1px solid #d3d3d3;background:url('images/button_plain_hover.png') repeat-x left bottom;_padding:0px 5px 0px 0px;-moz-border-radius:3px;-webkit-border-radius: 3px;}
a:hover.l-btn-disabled{background-position:top right;}
a:hover.l-btn-disabled span.l-btn-left{background-position:top left;}
.menu{position:absolute;background:#f0f0f0 url('images/menu.gif') repeat-y;margin:0;padding:2px;border:1px solid #ccc;overflow:hidden;}
.menu-item{position:relative;margin:0;padding:0;height:22px;line-height:20px;overflow:hidden;font-size:12px;cursor:pointer;border:1px solid transparent;_border:1px solid #f0f0f0;}
.menu-text{position:absolute;left:28px;top:0px;}
.menu-icon{position:absolute;width:16px;height:16px;top:3px;left:2px;}
.menu-rightarrow{position: absolute;width:4px;height:7px;top:7px;right:5px;background:url('images/menu_rightarrow.png') no-repeat;}
.menu-sep{margin:3px 0px 3px 24px;line-height:2px;font-size:2px;background:url('images/menu_sep.png') repeat-x;}
.menu-active{border:1px solid #d3d3d3;background:#fafafa;-moz-border-radius:3px;-webkit-border-radius: 3px;}
.menu-shadow{position:absolute;background:#ddd;-moz-border-radius:5px;-webkit-border-radius: 5px;-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2,MakeShadow=false,ShadowOpacity=0.2);}
.menu-item-disabled{opacity:0.5;filter:alpha(opacity=50);cursor:default;}
.menu-active-disabled{border-color:#d3d3d3;}
.m-btn-downarrow{display:inline-block;width:12px;line-height:14px;*line-height:15px;background:url('images/menu_downarrow.png') no-repeat 4px center;}
a.m-btn-active{background-position: bottom right;}
a.m-btn-active span.l-btn-left{background-position: bottom left;}
a.m-btn-plain-active{background:transparent;border:1px solid #d3d3d3;_padding:0px 5px 0px 0px;-moz-border-radius:3px;-webkit-border-radius: 3px;}
.messager-body{padding:5px 10px;}
.messager-button{text-align:center;padding-top:10px;}
.messager-icon{float:left;width:47px;height:35px;}
.messager-error{background:url('images/messager_error.gif') no-repeat scroll left top;}
.messager-info{background:url('images/messager_info.gif') no-repeat scroll left top;}
.messager-question{background:url('images/messager_question.gif') no-repeat scroll left top;}
.messager-warning{background:url('images/messager_warning.gif') no-repeat scroll left top;}
.messager-input{width: 262px;border:1px solid #ccc;}
.messager-progress{padding:10px;}
.messager-p-msg{margin-bottom:5px;}.pagination{zoom:1;}
.pagination table{float:left;height:30px;}
.pagination-btn-separator{float:left;height:24px;border-left:1px solid #ccc;border-right:1px solid #fff;margin:3px 1px;}
.pagination-num{border:1px solid #ccc;margin:0 2px;}
.pagination-page-list{margin:0px 6px;}
.pagination-info{float:right;padding-right:6px;padding-top:8px;font-size:12px;}
.pagination span{font-size:12px;}
.pagination-first{background:url('images/pagination_first.gif') no-repeat;}
.pagination-prev{background:url('images/pagination_prev.gif') no-repeat;}
.pagination-next{background:url('images/pagination_next.gif') no-repeat;}
.pagination-last{background:url('images/pagination_last.gif') no-repeat;}
.pagination-load{background:url('images/pagination_load.png') no-repeat;}
.pagination-loading{background:url('images/pagination_loading.gif') no-repeat;}
.panel{overflow:hidden;font-size:12px;}
.panel-header{padding:5px;line-height:15px;color:#3F3F3F;font-weight:bold;font-size:12px;background:url('images/panel_title.gif') repeat-x;position:relative;border:1px solid #D3D3D3;}
.panel-title{background:url('images/blank.gif') no-repeat;}
.panel-header-noborder{border-width:0px;border-bottom:1px solid #D3D3D3;}
.panel-body{overflow:auto;border:1px solid #D3D3D3;border-top-width:0px;}
.panel-body-noheader{border-top-width:1px;}
.panel-body-noborder{border-width:0px;}
.panel-with-icon{padding-left:18px;}
.panel-icon{position:absolute;left:5px;top:4px;width:16px;height:16px;}
.panel-tool{position:absolute;right:5px;top:4px;}
.panel-tool div{display:block;float:right;width:16px;height:16px;margin-left:2px;cursor:pointer;opacity:0.6;filter:alpha(opacity=60);}
.panel-tool div.panel-tool-over{opacity:1;filter:alpha(opacity=100);}
.panel-tool-close{background:url('images/panel_tools.gif') no-repeat -16px 0px;}
.panel-tool-min{background:url('images/panel_tools.gif') no-repeat 0px 0px;}
.panel-tool-max{background:url('images/panel_tools.gif') no-repeat 0px -16px;}
.panel-tool-restore{background:url('images/panel_tools.gif') no-repeat -16px -16px;}
.panel-tool-collapse{background:url('images/panel_tool_collapse.gif') no-repeat;}
.panel-tool-expand{background:url('images/panel_tool_expand.gif') no-repeat;}
.panel-loading{padding:11px 0px 10px 30px;background:url('images/panel_loading.gif') no-repeat 10px 10px;}
.progressbar{border:1px solid #D3D3D3;border-radius:5px;overflow:hidden;}
.progressbar-text{text-align:center;color:#3F3F3F;position:absolute;}
.progressbar-value{background-color:#eee;border-radius:5px;width:0;}
.propertygrid .datagrid-view1 .datagrid-body,.propertygrid .datagrid-group{background:#fafafa;}
.propertygrid .datagrid-group{height:21px;overflow:hidden;}
.propertygrid .datagrid-view1 .datagrid-body td{border-color:#fafafa;}
.propertygrid .datagrid-view1 .datagrid-row-over,.propertygrid .datagrid-view1 .datagrid-row-selected{background:#fafafa;}
.propertygrid .datagrid-group span{color:#3F3F3F;font-weight:bold;padding-left:4px;}
.propertygrid .datagrid-row-collapse,.propertygrid .datagrid-row-expand{background-position:3px center;}.searchbox{display:inline-block;white-space:nowrap;font-size:12px;margin:0;padding:0;border:1px solid #d3d3d3;background:#fff;}
.searchbox-text{font-size:12px;border:0px;line-height:20px;height:20px;padding:0px;*height:18px;*line-height:18px;_height:18px;_line-height:18px;}
.searchbox-button{background:url('images/searchbox_button.png') no-repeat center center;width:18px;height:20px;overflow:hidden;display:inline-block;vertical-align:top;cursor:pointer;opacity:0.6;filter:alpha(opacity=60);}
.searchbox-button-hover{opacity:1.0;filter:alpha(opacity=100);}
.searchbox-prompt{font-size:12px;color:#ccc;}
.searchbox a.l-btn-plain{background-color:#efefef;height:20px;border:0;padding:0 6px 0 0;vertical-align:top;}
.searchbox a.l-btn .l-btn-left{padding:2px 0 2px 2px;}
.searchbox a.l-btn-plain:hover{-moz-border-radius:0px;-webkit-border-radius: 0px;border:0;padding:0 6px 0 0;}
.searchbox a.m-btn-plain-active{-moz-border-radius:0px;-webkit-border-radius: 0px;}.spinner{display:inline-block;white-space:nowrap;font-size:12px;margin:0;padding:0;border:1px solid #d3d3d3;}
.spinner-text{font-size:12px;border:0px;line-height:20px;height:20px;padding:0px;*height:18px;*line-height:18px;_height:18px;_line-height:18px;}
.spinner-arrow{display:inline-block;vertical-align:top;margin:0;padding:0;}
.spinner-arrow-up,.spinner-arrow-down{display:block;background:#E0ECF9 url('images/spinner_arrow_up.gif') no-repeat 5px 2px;font-size:1px;width:18px;height:10px;}
.spinner-arrow-down{background:#E0ECF9 url('images/spinner_arrow_down.gif') no-repeat 5px 3px;}
.spinner-arrow-hover{background-color:#ECF9F9;}.s-btn-downarrow{display:inline-block;width:16px;line-height:14px;*line-height:15px;background:url('images/menu_downarrow.png') no-repeat 9px center;}
a.s-btn-active{background-position: bottom right;}
a.s-btn-active span.l-btn-left{background-position: bottom left;}
a.s-btn-active .s-btn-downarrow{background:url('images/menu_split_downarrow.png') no-repeat 4px -19px;}
a:hover.l-btn .s-btn-downarrow{background:url('images/menu_split_downarrow.png') no-repeat 4px -19px;}
a.s-btn-plain-active{background:transparent;border:1px solid #d3d3d3;_padding:0px 5px 0px 0px;-moz-border-radius:3px;-webkit-border-radius: 3px;}
a.s-btn-plain-active .s-btn-downarrow{background:url('images/menu_split_downarrow.png') no-repeat 4px -19px;}.tabs-container{overflow:hidden;background:#fff;}
.tabs-header{border:1px solid #D3D3D3;background:#efefef;border-bottom:0px;position:relative;overflow:hidden;padding:0px;padding-top:2px;overflow:hidden;}
.tabs-header-noborder{border:0px;}
.tabs-header-plain{border:0px;background:transparent;}
.tabs-scroller-left{position:absolute;left:0px;top:-1px;width:18px;height:28px!important;height:30px;border:1px solid #D3D3D3;font-size:1px;display:none;cursor:pointer;background:#efefef url('images/tabs_leftarrow.png') no-repeat 1px 5px;}
.tabs-scroller-right{position:absolute;right:0;top:-1px;width:18px;height:28px!important;height:30px;border:1px solid #D3D3D3;font-size:1px;display:none;cursor:pointer;background:#efefef url('images/tabs_rightarrow.png') no-repeat 2px 5px;}
.tabs-tool{position:absolute;top:-1px;border:1px solid #D3D3D3;padding:1px;background:#efefef;overflow:hidden;}
.tabs-header-plain .tabs-scroller-left{top:2px;height:25px!important;height:27px;}
.tabs-header-plain .tabs-scroller-right{top:2px;height:25px!important;height:27px;}
.tabs-header-plain .tabs-tool{top:2px;padding-top:0;}
.tabs-scroller-over{background-color:#fafafa;}
.tabs-wrap{position:relative;left:0px;overflow:hidden;width:100%;margin:0px;padding:0px;}
.tabs-scrolling{margin-left:18px;margin-right:18px;}
.tabs{list-style-type:none;height:26px;margin:0px;padding:0px;padding-left:4px;font-size:12px;width:5000px;border-bottom:1px solid #D3D3D3;}
.tabs li{float:left;display:inline-block;margin1:0px 1px;margin-right:4px;margin-bottom:-1px;padding:0;position:relative;border:1px solid #D3D3D3;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;}
.tabs li a.tabs-inner{display:inline-block;text-decoration:none;color:#3F3F3F;background:url('images/tabs_enabled.gif') repeat-x left top;margin:0px;padding:0px 10px;height:25px;line-height:25px;text-align:center;white-space:nowrap;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;}
.tabs li a.tabs-inner:hover{background:#fff;}
.tabs li.tabs-selected{border:1px solid #D3D3D3;border-bottom:1px solid #fff;border-top1:2px solid #D3D3D3;}
.tabs li.tabs-selected a{color:#3F3F3F;font-weight:bold;background:#fff;background:#fff;outline: none;}
.tabs li.tabs-selected a:hover{cursor:default;pointer:default;}
.tabs-with-icon{padding-left:18px;}
.tabs-icon{position:absolute;width:16px;height:16px;left:10px;top:5px;}
.tabs-closable{padding-right:8px;}
.tabs li a.tabs-close{position:absolute;font-size:1px;display:block;padding:0px;width:11px;height:11px;top:7px;right:5px;opacity:0.6;filter:alpha(opacity=60);background:url('images/tabs_close.gif') no-repeat 2px 2px;}
.tabs li a:hover.tabs-close{opacity:1;filter:alpha(opacity=100);cursor:hand;cursor:pointer;background-color:#D3D3D3;}
.tabs-panels{margin:0px;padding:0px;border:1px solid #D3D3D3;border-top:0px;overflow:hidden;}
.tabs-panels-noborder{border:0px;}
.tree{font-size:12px;margin:0;padding:0;list-style-type:none;}
.tree li{white-space:nowrap;}
.tree li ul{list-style-type:none;margin:0;padding:0;}
.tree-node{height:18px;white-space:nowrap;cursor:pointer;}
.tree-indent{display:inline-block;width:16px;height:18px;vertical-align:middle;}
.tree-hit{cursor:pointer;}
.tree-expanded{display:inline-block;width:16px;height:18px;vertical-align:middle;background:url('images/tree_arrows.gif') no-repeat -18px 0px;}
.tree-expanded-hover{background:url('images/tree_arrows.gif') no-repeat -50px 0px;}
.tree-collapsed{display:inline-block;width:16px;height:18px;vertical-align:middle;background:url('images/tree_arrows.gif') no-repeat 0px 0px;}
.tree-collapsed-hover{background:url('images/tree_arrows.gif') no-repeat -32px 0px;}
.tree-folder{display:inline-block;background:url('images/tree_folder.gif') no-repeat;width:16px;height:18px;vertical-align:middle;}
.tree-folder-open{background:url('images/tree_folder_open.gif') no-repeat;}
.tree-file{display:inline-block;background:url('images/tree_file.gif') no-repeat;width:16px;height:18px;vertical-align:middle;}
.tree-loading{background:url('images/tree_loading.gif') no-repeat;}
.tree-title{display:inline-block;text-decoration:none;vertical-align:middle;padding:1px 2px 1px 2px;white-space:nowrap;}
.tree-node-hover{background:#fafafa;}
.tree-node-selected{background:#FBEC88;}
.tree-checkbox{display:inline-block;width:16px;height:18px;vertical-align:middle;}
.tree-checkbox0{background:url('images/tree_checkbox_0.gif') no-repeat;}
.tree-checkbox1{background:url('images/tree_checkbox_1.gif') no-repeat;}
.tree-checkbox2{background:url('images/tree_checkbox_2.gif') no-repeat;}
.tree-node-proxy{font-size:12px;padding:1px 2px 1px 18px;background:#fafafa;border:1px solid #ccc;z-index:9900000;}
.tree-dnd-yes{background:url('images/tree_dnd_yes.png') no-repeat 0 center;}
.tree-dnd-no{background:url('images/tree_dnd_no.png') no-repeat 0 center;}
.tree-node-top{border-top:1px dotted red;}
.tree-node-bottom{border-bottom:1px dotted red;}
.tree-node-append .tree-title{border:1px dotted red;}
.tree-editor{border:1px solid #ccc;font-size:12px;line-height:16px;width:80px;position:absolute;top:0;}
.validatebox-invalid{background:#FFFFEE url('images/validatebox_warning.png') no-repeat right 1px;}
.validatebox-tip{position:absolute;width:200px;height:auto;display:none;z-index:9900000;}
.validatebox-tip-content{display:inline-block;position:absolute;top:0px;left:10px;padding:3px 5px;border:1px solid #CC9933;background:#FFFFCC;z-index:9900001;font-size:12px;}
.validatebox-tip-pointer{background:url('images/validatebox_pointer.gif') no-repeat left top;display:inline-block;width:10px;height:19px;position:absolute;left:1px;top:0px;z-index:9900002;}.window{font-size:12px;position:absolute;overflow:hidden;background:#eee url('images/panel_title.gif') repeat-x;padding:5px;border:1px solid #D3D3D3;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius: 5px;}
.window-shadow{position:absolute;background:#ddd;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius: 5px;-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2,MakeShadow=false,ShadowOpacity=0.2);}
.window .window-header{background:transparent;padding:2px 0px 4px 0px;}
.window .window-body{background:#fff;border:1px solid #D3D3D3;border-top-width:0px;}
.window .window-body-noheader{border-top-width:1px;}
.window .window-header .panel-icon{left:1px;top:1px;}
.window .window-header .panel-with-icon{padding-left:18px;}
.window .window-header .panel-tool{top:0px;right:1px;}
.window-proxy{position:absolute;overflow:hidden;border:1px dashed #3F3F3F;}
.window-proxy-mask{position:absolute;background:#fafafa;filter:alpha(opacity=10);opacity:0.10;}
.window-mask{position:absolute;left:0;top:0;width:100%;height:100%;filter:alpha(opacity=40);opacity:0.40;background:#ccc;display1:none;font-size:1px;*zoom:1;overflow:hidden;}
|
src/FineUI.Examples/res/css/main.css
|
u0hz/FineUI
|
body.f-body {
height: auto;
/*background-image: url(../images/square.gif);*/
padding: 10px;
}
body.f-body.f-theme-access {
background-image: none;
}
.marginr {
margin-right: 5px;
}
.formitem {
margin-bottom: 5px;
}
.clear {
clear: both;
}
ol.result {
list-style-type: decimal;
margin: 10px 0 10px 25px;
}
table.result {
margin: 10px 0;
width: 500px;
}
table.result th {
font-weight: bold;
font-size: 13px;
}
table.result td, table.result th {
border-bottom: solid 1px #efefef;
padding: 5px;
text-align: left;
}
|
diverseData/浦发银行 17.80 (-2.57%) (600000)_个股行情_网易财经_files/danmaku.959699.css
|
StockFucker/BankRoll
|
.kchart{position:relative}
.danmaku_view{position:absolute;top:96px;left:0;width:100%;height:256px;overflow:hidden;text-align:left;z-index:100}
.danmaku_item{display:block;*zoom:1;position:absolute;left:100%;margin:4px 0;padding:0 3px;white-space:nowrap;font-family:"simsong",serif;font-size:14px;letter-spacing:1px;background-color:#ffeeda;background-color:rgba(255,171,71,0.2);*background-color:#ffeeda;color:#3d3d3d;border-radius:2px}
.danmaku_item.my{background-color:#daeeff;background-color:rgba(71,171,255,0.2);*background-color:#daeeff}
.danmaku_item.row_1{top:0}
.danmaku_item.row_2{top:24px}
.danmaku_item.row_3{top:48px}
.danmaku_item.row_4{top:72px}
.danmaku_item.row_5{top:120px}
.danmaku_item.row_6{top:144px}
.danmaku_item.row_7{top:168px}
.danmaku_item.row_8{top:192px}
#altcontenttsBox{height:410px}
.danmaku_ctrl{position:relative;height:25px;padding-left:40px;margin-top:-3px;margin-bottom:3px;line-height:25px;color:#8c8c8c}
.danmaku_ctrl:after{content:" ";display:block;height:0;clear:both}
.danmaku_ctrl *{box-sizing:content-box}
.danmaku_ctrl div,.danmaku_ctrl a,.danmaku_ctrl input{display:block;position:absolute}
.danmaku_ctrl input{height:19px;width:245px;left:110px;padding:2px;border:1px solid #ccc;transition:.5s}
.danmaku_ctrl input.flash{border:1px solid #db1011;box-shadow:0 0 5px #db1011;transition:.25s;outline-color:#db1011}
.danmaku_ctrl .chat_btn{height:23px;width:34px;left:360px;line-height:25px;color:#fff;background-color:#66a0dc;border:1px solid #1a75d4;cursor:pointer;text-decoration:none;text-align:center}
.danmaku_power{position:relative;left:66px;height:19px;margin:3px;width:34px;background-color:#ccc;border-radius:20px;cursor:pointer;transition:.5s}
.danmaku_power.on{background-color:#66a0dc}
.danmaku_power.on .danmaku_power_btn{left:16px}
.danmaku_power_btn{position:absolute;top:1px;left:1px;height:17px;width:17px;background-color:#fff;border-radius:20px;transition:.5s}
.kchart_big .danmaku_ctrl{padding-left:21%}
.kchart_big .money_chart{height:575px}
.chart_hidden{position:absolute;width:512px;height:0;overflow:hidden;visibility:hidden;left:-10000px}
.dm_tip{position:absolute;top:-100px;left:50%;margin-left:-75px;z-index:9999;width:150px;height:32px;background-color:#ff8090;background-color:rgba(255,0,32,0.5);border-radius:5px;box-shadow:0 0 5px rgba(0,0,0,0.5);text-align:center;line-height:32px;color:#fff;transform:translateY(10px);transition:.5s;opacity:0;visibility:hidden}
.dm_tip.show{transform:translateY(0px);opacity:1;visibility:visible}
.guess_btn{position:absolute;left:410px;color:#f25728;border:1px solid #fdd6d1;padding:0 .5em;border-radius:3px;text-decoration:none;cursor:pointer;transition:.5s}
.guess_btn:hover{background-color:#fef0ef;text-decoration:none}
|
fcsite/templates/admin/show_game.html
|
kzkn/fc
|
{% from 'admin/macros.html' import entries_list %}
{% extends 'admin/layout_schedule_history.html' %}
{% set active_tab = 'game' %}
{% block tabcontent %}
<table class="table table-bordered" style="margin-top: 12px;">
<thead>
<tr>
<th>詳細</th>
<th>状況</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<dl>
<dt>試合名</dt>
<dd>{{ schedule.name }}</dd>
<dt>場所</dt>
<dd>{{ schedule.loc }}</dd>
<dt>開催日</dt>
<dd>{{ schedule.when_ | dateformat }}</dd>
<dt>ジャンル</dt>
<dd>{{ schedule.genre }}</dd>
<dt>締め切り</dt>
<dd>{{ schedule.deadline }}</dd>
<dt>試合代</dt>
<dd>{{ schedule.price }}円</dd>
<dt>受付開始</dt>
<dd>{{ schedule.begin_acceptance }}</dd>
<dt>試合開始</dt>
<dd>{{ schedule.begin_game }}</dd>
<dt>備考</dt>
<dd>{{ schedule.note | nl2br | safe }}</dd>
</dl>
</td>
<td>
{{ entries_list(schedule) }}
</td>
</tr>
</tbody>
</table>
{% endblock %}
|
template/event/events.html
|
gec/greenbus-web-views
|
<div>
<div class="row">
<div class="col-md-4">
<h3>Events</h3>
</div>
<div class="col-md-3">
<alert type="info" ng-show="newItems" role="alert" style=" margin-bottom: 0;padding-top: 6px; padding-bottom: 6px;"><i class="fa fa-info-circle"></i> {{ newItems }}</alert>
</div>
<div class="col-md-4 text-right" style="padding-top: 20px">
<gb-pager model="pageState" page-first="pageFirst()" page-previous="pagePrevious()" page-next="pageNext()"></gb-pager>
</div>
<div class="col-md-1" style="padding-top: 20px">
<!-- Need display:inline-block for margin-top to work -->
<gb-popout style="float:right;"></gb-popout>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="table-responsive" style="overflow-x: auto">
<table class="table table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Alarm</th>
<th>Sev</th>
<th>User</th>
<th>Message</th>
<th>Time</th>
</tr>
</thead>
<tbody>
<tr class="gb-event" ng-repeat="event in events">
<td>{{event.eventType}}</td>
<td>{{event.alarm}}</td>
<td>{{event.severity}}</td>
<td>{{event.agent}}</td>
<td>{{event.message}}</td>
<td>{{event.time | date:"h:mm:ss a, MM-dd-yyyy"}}</td>
</tr>
</tbody>
</table>
</div>
</div>
<div ng-show="pageState === 4">
No events
</div>
</div>
</div>
|
ValueSet-And-CodeSystem.html
|
fhir-drills/fhir-drills.github.io
|
<!doctype html>
<!--
FHIR Drills
Copyright 2016 Australian Digital Health Agency. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://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 charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="FHIR Tutorials by the Australian Digital Health Agency to help you understand FHIR and its spec! No technical experience required.">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<title>ValueSet & CodeSystem | FHIR® tutorials</title>
<!-- Add to homescreen for Chrome on Android -->
<!-- <meta name="mobile-web-app-capable" content="yes">
<link rel="icon" sizes="192x192" href="images/android-desktop.png"> -->
<!-- Add to homescreen for Safari on iOS -->
<!-- <meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Material Design Lite">
<link rel="apple-touch-icon-precomposed" href="images/ios-desktop.png"> -->
<!-- Tile icon for Win8 (144x144 + tile color) -->
<!-- <meta name="msapplication-TileImage" content="images/touch/ms-touch-icon-144x144-precomposed.png">
<meta name="msapplication-TileColor" content="#3372DF"> -->
<link rel="shortcut icon" href="images/favicon.ico">
<!-- SEO: If your mobile URL is different from the desktop URL, add a canonical link to the desktop page https://developers.google.com/webmasters/smartphone-sites/feature-phones -->
<!--
<link rel="canonical" href="http://www.example.com/">
-->
<!-- CodeMirror -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.13.4/codemirror.min.css"></link>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&lang=en">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://code.getmdl.io/1.1.3/material.deep_purple-pink.min.css">
<link rel="stylesheet" href="styles.css">
<style>
#view-source {
position: fixed;
display: block;
right: 0;
bottom: 0;
margin-right: 40px;
margin-bottom: 40px;
z-index: 900;
}
</style>
<link href="css/lightbox.min.css" rel="stylesheet">
<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-80290058-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body class="mdl-demo mdl-color--grey-100 mdl-color-text--grey-700 mdl-base">
<!-- The drawer is always open in large screens. The header is always shown,
even in small screens. -->
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-drawer
mdl-layout--fixed-header">
<header class="mdl-layout__header">
<div class="mdl-layout__header-row">
<div class="mdl-layout-spacer"></div>
<div class="mdl-textfield mdl-js-textfield mdl-textfield--expandable
mdl-textfield--floating-label mdl-textfield--align-right">
<label class="mdl-button mdl-js-button mdl-button--icon"
for="fixed-header-drawer-exp">
<i class="material-icons">search</i>
</label>
<div class="mdl-textfield__expandable-holder">
<input class="mdl-textfield__input" type="text" name="sample"
id="fixed-header-drawer-exp">
</div>
</div>
</div>
</header>
<div class="mdl-layout__drawer">
<span class="mdl-layout-title">FHIR<sup>®</sup> tutorials</span>
<nav class="mdl-navigation">
<a href="./index.html" class="mdl-navigation__link">Overview</a>
<a href="./simple-patient.html" id="simple-patient" class="mdl-navigation__link">Simple Patient</a>
<a href="./simple-search.html" id="simple-search" class="mdl-navigation__link">Simple Search</a>
<a href="./patient-with-references.html" id="patient-with-references" class="mdl-navigation__link">Patient with References</a>
<a href="./bundle.html" id="bundle" class="mdl-navigation__link">Bundle</a>
<a href="./operations.html" id="operations" class="mdl-navigation__link">Operations</a>
<a href="./ValueSet-And-CodeSystem.html" id="ValueSet-And-CodeSystem" class="mdl-navigation__link is-active-tab">ValueSet & CodeSystem</a>
<a href="./conceptmap.html" id="conceptmap" class="mdl-navigation__link">ConceptMap</a>
<a href="./fhir-api.html" id="conceptmap" class="mdl-navigation__link">FHIR APIs</a>
<a href="#" class="mdl-navigation__link"></a>
<a href="./exercises.html" class="mdl-navigation__link">FHIR exercises</a>
</nav>
</div>
<main class="mdl-layout__content">
<section class="section--center mdl-grid mdl-grid--no-spacing mdl-shadow--2dp">
<div class="mdl-card mdl-cell mdl-cell--12-col-desktop mdl-cell--6-col-tablet mdl-cell--4-col-phone">
<div class="mdl-card__supporting-text">
<h4>ValueSet and CodeSystem</h4>
<p>This tutorial will cover the basics of the ValueSet and CodeSystem resources which are two of the three key resources for working with terminology within FHIR, with the other one being <a href="./conceptmap.html">ConceptMap</a>.</p>
<ul class="toc">
<h4>Contents</h4>
<!-- pr prefix stands for 'patient references'-->
<a href="#vac-step1">Step 1: What are ValueSets and CodeSystems</a>
<a href="#vac-step2">Step 2: CodeSystem the FHIR Resources</a>
<a href="#vac-step3">Step 3: ValueSet the FHIR Resources</a>
<a href="#vac-step4">Step 4: Understanding how ValueSet codes are used</a>
<a href="#vac-step5">Step 5: Creating ValueSets using filters (Include, Exclude and Filter)</a>
<a href="#vac-step6">Step 6: Using the $expand operation</a>
</ul>
<h5 id="vac-step1">Step 1: What are ValueSets and CodeSystems</h5>
<p>In Healthcare, we use many codes from many different sets of codes. We have relatively simple ones like patient gender and more complex ones such as allergies and adverse reactions and more clerical ones like facility codes or billing codes. FHIR cannot define every required code and code set for every Healthcare system across the world. Instead, FHIR provides a mechanism to manage the codes and code sets and that mechanism is a CodeSystem and ValueSet resources. </p>
<p>FHIR's CodeSystems and ValueSets work hand in hand to manage terminology in FHIR. The two are so closely tied that in the early versions of FHIR they were actually one resource. Yet since the STU3 version of FHIR, they have been separated. Here we will first explain the concepts behind CodeSystem and ValueSet and later we will look at the FHIR resources that embody them.</p>
<p>It is best to start by explaining CodeSystem as it is the basis that ValueSets are then created from. You can think of a CodeSystem as being a master catalogue of a particular set of codes. It is the totality of all the codes in a system. That system may be SNOMED-CT or LOINC or even a system you create for yourself. Let's use an analogy to help explain.</p>
<p>I love Allen’s lollies. Let’s imagine that each different lolly is a code. We have RipeRaspberries, Pineapples, MilkBottles, Snakes and all of the other Allen’s lollies. If we listed the entire catalogue of Allen’s lollies with a description for each, the date the list was put together, the lists publisher details and more then this would be the CodeSystem.</p>
<img src="images/Lollies-Mix.jpg" width="30%">
<p>The CodeSystem does not get used by the consumers, it is just the reference catalogue for all Allen’s lollies, so if you want to find out more about the code 'RipeRaspberrie' then you would go to the CodeSystem. What a consumer uses is a ValueSet, because a ValueSet adds value to the consumer. In our lolly analogy, the ValueSet is the packet of lollies you buy, like the Party Mix or the bag of lollies you choose because they're your favourites. This is a ValueSet because it serves a purpose. It is a selection of codes from the CodeSystem to be used for a purpose.</p>
<img src="images/Lollies-BagOf.jpg" width="20%">
<p>A ValueSet is not limited to a single CodeSystem just as our bag of lollies is not limited to Allen's lollies. I'm also quite fond of Smarties, but only Red and Blue ones, from the Smarties CodeSystem, and also a few RedSkins from the Wonka CodeSystem. All of these can go into my same lolly bag which is a single ValueSet.</p>
<p>Next, we will look at the FHIR resources used for these concepts which are also named CodeSystem and ValueSet.</p>
<h5 id="vac-step2">Step 2: CodeSystem the FHIR Resource</h5>
<p>Let's take a closer look at the FHIR resource named CodeSystem, you will find the resource page in the FHIR specification here:</p>
<ul>
<li><b><a href="http://hl7.org/fhir/STU3/codesystem.html" rel="stylesheet">Resource CodeSystem</a></b></li>
</ul>
<p><b>Below is a simple example of a CodeSystem FHIR resource</b></p>
<p>The example below only contains two codes <b>'easy'</b> and <b>'hard'</b>. What is important for you at this stage is to grasp the basic structure of the resource. Notice that the top section (lines 8 to 20), like all FHIR resources, is a narrative HTML representation of the CodeSystem. The middle section (lines 21 to 37) is all the metadata about the CodeSystem, things like the version, a name and description for the CodeSystem, its status, whether it is experimental or not, who is the publisher and whether the codes are case sensitive. The last section (lines 38 to 45) are the actual codes each in their own <code><concept></code> element.</p>
<p>Don't forget, the CodeSystem is a catalogue of codes to be selected in ValueSets.</p>
<textarea id="codesystem-1" class="fhir-resource-xml">
<?xml version="1.0" encoding="UTF-8"?>
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="1"/>
<meta>
<versionId value="1"/>
<lastUpdated value="2016-06-27T13:50:00Z"/>
</meta>
<text>
<status value="additional"/>
<div xmlns="http://www.w3.org/1999/xhtml">
<p>Code System for FHIR tutorial participants to rate the difficulty of understanding of the training material</p>
<p>Developed by: Australian Digital Health Agency Connectathon team (example)</p>
<p>Published for testing on 27-June 2016</p>
<table>
<tr><td><b>Code</b></td><td><b>Display</b></td></tr>
<tr><td>easy</td><td>I found the material easy to understand</td></tr>
<tr><td>hard</td><td>I found the material hard to understand</td></tr>
</table>
</div>
</text>
<url value="urn:uuid:c4a698d9-6749-4c2a-abd3-9d2eb9e8e0a1"/>
<version value="20162726"/>
<name value="FHIR tutorial difficulty levels"/>
<title value="FHIR tutorial difficulty levels"/>
<status value="draft"/>
<experimental value="true"/>
<publisher value="Australian Digital Health Agency"/>
<contact>
<name value="Angus Millar"/>
<telecom>
<system value="email"/>
<value value="angus.millar@digitalhealth.gov.au"/>
</telecom>
</contact>
<date value="2016-06-27"/>
<description value="Code System for FHIR tutorial participants to rate the difficulty of understanding of the training material"/>
<caseSensitive value="true"/>
<content value="complete"/>
<concept>
<code value="easy"/>
<display value="I found the material easy to understand"/>
</concept>
<concept>
<code value="hard"/>
<display value="I found the material hard to understand"/>
</concept>
</CodeSystem></textarea>
<p>This example does not show every property of a CodeSystem resource. I've only used the ones I thought were key while also trying to keep the example nice and short. Take a look at <a href="http://hl7.org/fhir/STU3/codesystem.html" rel="stylesheet">CodeSystem</a> in the FHIR specification to see all the properties available.</p>
<h5 id="vac-step3">Step 3: ValueSet the FHIR Resources</h5>
<p>Let's take a closer look at the FHIR resource named ValueSet, you will find the resource page in the FHIR specification here:</p>
<ul>
<li><b><a href="http://hl7.org/fhir/STU3/valueset.html" rel="stylesheet">Resource ValueSet</a></b></li>
</ul>
<p><b>Here is a simple example of a ValueSet FHIR resource</b></p>
<p>This ValueSet resource below selects codes from the CodeSystem example we looked at in <a href="#vac-step2">Step 2</a>. Notice that this ValueSet selects both the <b>'easy'</b> and <b>'hard'</b> codes from the CodeSystem.
<p>Please notice how the the CodeSystem is referenced in the ValueSet using the '<b><code>compose/include/system/@value</code></b>' which points to the GUID seen in the CodeSystem's '<b><code>url</code></b>' property. Take special note of this '<b><code>url</code></b>' property as it is not the resource id or the URL to the FHIR resource in the server. Rather, it is a property of the CodeSystem resource. This '<b><code>url</code></b>' is intended to be globally unique, so the same CodeSystem can be in any number of servers and can always be found by this '<b><code>url</code></b>', not by the resource id.</p>
<p>Remember the ValueSet is free to pick and choose whichever codes it requires from the CodeSystem, it could even select more codes from another CodeSystem if required.</p>
<textarea id="valuesystem-1" class="fhir-resource-xml"><?xml version="1.0" encoding="UTF-8"?>
<ValueSet xmlns="http://hl7.org/fhir">
<id value="1"/>
<meta>
<versionId value="1"/>
<lastUpdated value="2016-06-27T15:00:00Z"/>
</meta>
<text>
<status value="additional"/>
<div xmlns="http://www.w3.org/1999/xhtml">
<p>ValueSet for FHIR tutorial participants to rate the difficulty of understanding of the training material</p>
<p>Developed by: Australian Digital Health Agency Connectathon team (example)</p>
<p>Published for testing on 28-June 2016</p>
<table>
<tr><td><b>Code</b></td><td><b>Display</b></td></tr>
<tr><td>easy</td><td>I found the material easy to understand</td></tr>
<tr><td>hard</td><td>I found the material hard to understand</td></tr>
</table>
</div>
</text>
<url value="urn:uuid:8ec3847e-789e-4994-a74b-7bbf55d88190"/>
<version value="20160530"/>
<name value="FHIR tutorial difficulty levels"/>
<title value="FHIR tutorial difficulty levels"/>
<status value="draft"/>
<experimental value="true"/>
<publisher value="Australian Digital Health Agency"/>
<contact>
<name value="Angus Millar"/>
<telecom>
<system value="email"/>
<value value="angus.millar@digitalhealth.gov.au"/>
</telecom>
</contact>
<date value="2016-06-27"/>
<description value="Codes for FHIR tutorial participants to rate the difficulty of understanding of the training material"/>
<compose>
<lockedDate value="2016-06-27"/>
<include>
<system value="urn:uuid:c4a698d9-6749-4c2a-abd3-9d2eb9e8e0a1"/>
<version value="20162726"/>
<concept>
<code value="easy"/>
</concept>
<concept>
<code value="hard"/>
</concept>
</include>
</compose>
</ValueSet></textarea>
<p>Remember, a ValueSet is a grouping of codes, codes are taken from CodeSystems, to be used for a purpose. ValueSet codes adds value to some use case, for example: a clinical systems drop down box to select an allergy.</p>
<p>Once again you should go to the FHIR specification page for <a href="http://hl7.org/fhir/STU3/valueset.html" rel="stylesheet">ValueSet</a> to see the full list of properties available.</p>
<p><b>Question:</b> If you had two copies of a ValueSet resource given to you, from different people, how would you determine that the two instances were actually the same ValueSet?</p>
<b>CSIRO's Snapper</b>
<p>Snapper is an online tool developed by the CSIRO team that created the ONTO FHIR Terminology server. The tool provides a friendly user interface for creating and editing FHIR CodeSystems, ValueSets and ConceptMaps rather than having you fiddle with XML or JSON. Your finished resource can then be downloaded locally or published directly into an FHIR server of you choosing. This free tool can be found here: <a href="http://ontoserver.csiro.au/snapper2-dev" rel="stylesheet">Snapper BETA</a></p>
<p><a href="images/ValueSetSnapperScreenshot.png" data-lightbox="ValueSetSnapperScreenshot"><img src="images/ValueSetSnapperScreenshot.png" width="60%" class="thumbnail"/></a></p>
<p><h5 id="vac-step4">Step 4: Understanding how ValueSet codes are stored</h5></p>
<p>It is easy to fall into the trap of thinking that the code information you list in a ValueSet will be exactly the same code information used when a ValueSet is called upon by a system. This isn't the case, however, as the codes stored in a ValueSet actually belong to a CodeSystem - a valueset instance only contains the 'links' to the actual codes in a codesystem. Thus when a codesystem's codes are updated, the valuesets containing these codes will contain the updated codes automatically. This is demonstrated well by one of the primary uses of a ValueSet: getting a list of codes to present to a user as specified by the links in the valueset, this is done with a special operation on the FHIR Terminology Server called <b>'<code>$expand</code>'</b>. This is known as ValueSet Expansion or ValueSet enumeration.</p>
<p>We are not going to go into how to perform an expansion now (see <a href="#vac-step6">step 6</a> for that), but you do need to know what happens in the FHIR Terminology Server when an expansion is performed as it is key to your understanding.</p>
<p>As seen in this first diagram (you can click to enlarge) a developer calls the <b>'<code>$expand</code>'</b> operation on a given ValueSet because they want the list of codes and descriptions to display to a user. As we have seen, the ValueSet has a list of codes and it knows the CodeSystems for each code.</p>
<p><a href="images/ValueSetExpansionRequestDiagram.png" data-lightbox="ValueSetExpansionResponseDiagram"><img src="images/ValueSetExpansionRequestDiagram.png" width="50%" class="thumbnail"/></a></p>
<p>The FHIR terminology server does not just return the codes in the ValueSet, what it does is reference the CodeSystems as listed for each code in the ValueSet and retrieves the information about the code from the CodeSystem resource in real-time and returns this back to the developer as an expanded ValueSet.</p>
<p><a href="images/ValueSetExpansionResponseDiagram.png" data-lightbox="ValueSetExpansionResponseDiagram"><img src="images/ValueSetExpansionResponseDiagram.png" width="50%" class="thumbnail"/></a></p>
<p>What this means is that the ValueSet is only a reference to the codes in the CodeSystem. A key point here is that if the code description was updated in the CodeSystem then a ValueSet expansion will pick up the new description even though the ValueSet was never modified. You can control this using the <b>'lockedDate'</b> property of a ValueSet. If a <b>lockedDate</b> is given in the ValueSet then only the CodeSystems as of this date will be used, any later version of the same CodeSystem will not be used when ValueSet Expansion is performed. For more information about <b>lockedDate</b> refer to the FHIR specification here: <a href="http://hl7.org/fhir/STU3/valueset-definitions.html#ValueSet.compose.lockedDate" rel="stylesheet"><b>lockedDate</b></a>.</p>
<h5 id="vac-step5">Step 5: Creating ValueSets using filters (Include, Exclude and Filter)</h5>
<p>In the previous '<a href="#vac-step4">Step 4: Understanding how ValueSet codes are used</a>' we learnt that ValueSets only select codes from CodeSystems. In our simple ValueSet example we selected, or rather 'Included', our codes by stating the actual code values '<b>easy</b>' and '<b>hard</b>' as they were seen in our CodeSystem. Yet, there is another way to select codes for inclusion in the ValueSet which is by using a filter.</p>
<p>We will avoid deep diving on filters but it is worth noting they exist and can be used. Typically a filter would be used when the code system being used has a hierarchical structure, meaning each code can have a parent or children codes such as the LOINC code system or even a poly-hierarchical system where codes can have many parents and many children codes such as SNOMED-CT.</p>
<p><a href="images/ValueSetToeNailSNOMEDCode.png" data-lightbox="ValueSetToeNailSNOMEDCode"><img src="images/ValueSetToeNailSNOMEDCode.png" width="80%" class="thumbnail"/></a></p>
<p>With hierarchical code systems, we can use a filter to say <i>"include all codes under this parent code"</i>. This way, as new codes are introduced under a parent code, in the code system, they will automatically be included in our ValueSet's selected codes. In the very same way we can include codes, we can also <b>exclude</b> codes either by stating the code to exclude or by using another filter.</p>
<p>The image below is taken from the <a href="http://hl7.org/fhir/STU3/valueset.html#resource" rel="stylesheet"><b>ValueSet tree structure in the FHIR specification</b></a> and highlights the sections that deals with the topic discussed in this step (Include, Exclude & Filter). </p>
<p><a href="images/ValueSetFilterTreeDiagram.png" data-lightbox="ValueSetFilterTreeDiagram"><img src="images/ValueSetFilterTreeDiagram.png" width="100%" class="thumbnail"/></a></p>
<h5 id="vac-step6">Step 6: Using the $expand operation</h5>
<p>As introduced in <a href="#vac-step4">step 4</a>, the $expand operation allows you to retrieve the full listing of codes available in a valueset, which makes sense if you consider the possible dynamic nature of valuesets given the filters introduced above in <a href="vac-step5">step 5</a>. Following on from the <a href="./operations.html">introduction to Operations</a>, upload the valueset with the 'easy' and 'hard' codes to a FHIR server:</p>
<p>
<center>
<button class="mdl-button mdl-js-button mdl-button--raised mdl-js-ripple-effect mdl-button--accent" id="expand-operation-button">
Upload</button>
<br>
<div id="expand-operation-progress" class="mdl-progress mdl-js-progress" style="display: none;"></div>
</center>
</p>
<p>The resource will be available for viewing in Postman or your browser under this URL:</p>
<note class="expand-operation-location-full" id="vac-expand-valueset"><i>(press Upload to get a ValueSet)</i></note>
<p>As described in the <a href="./operations.html">Operations</a> tab, every resource has an 'Operations' tab, including <a href="http://hl7.org/fhir/STU3/valueset-operations.html">ValueSet</a>, which is where you'll find the <a href="http://hl7.org/fhir/STU3/valueset-operations.html#expand">$expand</a> operation. There are two ways you can use the operation - either on the ValueSet resource type:</p>
<code class="expand-operation-baseurl" id="vac-expand-valueset">[Service Root URL]</code><code>/ValueSet/$expand</code>
<p>in which case you'll need to provide the id of the valueset to expand as an 'identifier' parameter, or you can use the operation on a ValueSet instance, where the id of the resource is provided in the URL: </p>
<code class="expand-operation-location-full" id="vac-expand-valueset">[Service Root URL]/[Resource Type]/[Resource Id]</code><code>/$expand</code>
<p>Try entering <span class="expand-operation-location-full" id="vac-expand-valueset">[upload resource above first]</span><span>/$expand</span> into Postman - and you'll receive an expanded ValueSet resource:</p>
<a href="images/valueset-expantion.png" data-lightbox="valueset-expansion"><img src="images/valueset-expantion-thumbnail.png" class="thumbnail"/></a>
<p>There are two things of interest here:</p>
<p><li>The narrative of the resource, where you can clearly see that this is an expansion of a valueset, and</li> <li>The expansion of codes itself, where you can see that all the codes are listed under the 'expansion' element instead of the 'compose' element as you would when you're creating your valueset. </li> </p>
<p>While the 'compose' element can list both the filters or full list of codes that compose the valueset, the 'expansion' element will always list the full set of codes in the valueset.</p>
<p>The 'expansion' element in the spec allows for containment of the parameters that controlled the expansion, the expanded codes themselves, and some metadata such as the timestamp of the expansion and the offset where the expansion should start.</p>
<p>You can also control the expansion by applying parameters to it. The filter parameter, for example, allows you to filter the codes by text - if you try entering <span class="expand-operation-location-full" id="vac-expand-valueset">[upload resource above first]</span><span>/$expand?filter=easy</span> into Postman, you'll see that just one code is returned then, and that is the 'easy' one.</p>
</div>
</section>
<footer class="mdl-mega-footer">
<div class="mdl-mega-footer--middle-section">
<div class="mdl-mega-footer--drop-down-section">
<input class="mdl-mega-footer--heading-checkbox" type="checkbox" checked>
<h1 class="mdl-mega-footer--heading">The Agency</h1>
<ul class="mdl-mega-footer--link-list">
<li><a href="https://www.digitalhealth.gov.au/">digitalhealth.gov.au</a></li>
<li><a href="https://myhealthrecord.gov.au/internet/mhr/publishing.nsf/content/home" title="Australian national health record">My Health Record</a></li>
</ul>
</div>
<div class="mdl-mega-footer--drop-down-section">
<input class="mdl-mega-footer--heading-checkbox" type="checkbox" checked>
<h1 class="mdl-mega-footer--heading">FHIR</h1>
<ul class="mdl-mega-footer--link-list">
<li><a href="http://wiki.hl7.org/index.php?title=FHIR_Connectathon_15" title="Next FHIR get-together in Madrid in May 2017">Connectathon 15</a></li>
<li><a href="http://hl7.org/fhir/STU3" title="Latest release of FHIR, for use in Madrid Connectathon">FHIR STU3 Release</a></li>
<li><a href="http://build.fhir.org/" title="The latest FHIR as it is in development">FHIR Continuous Integration Build</a></li>
</ul>
</div>
</div>
</footer>
</main>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.13.4/codemirror.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.13.4/mode/xml/xml.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.14.2/mode/javascript/javascript.min.js"></script>
<script src="https://code.getmdl.io/1.1.3/material.min.js"></script>
<script src="js/lightbox-plus-jquery.min.js"></script>
<!-- lua.vm.js -->
<script src="js/lua.vm.js/dist/lua.vm.js"></script>
<!-- main javascript for this page-->
<script src="js/main.js"></script>
<!-- supporting javascript to actually do the uploading -->
<script src="js/post-resources.js"></script>
</body>
</html>
|
sirepo/package_data/static/css/lattice.css
|
mrakitin/sirepo
|
.sr-lattice-item {
user-select: none;
cursor: move;
border: solid 2px #777;
}
.sr-lattice-item.sr-item-selected {
background-color: blue;
border-color: blue;
}
.sr-lattice-item:hover, .sr-lattice-item.drag-over {
border-color: black;
}
.sr-lattice-item-holder.drag-enter .sr-lattice-item {
opacity: 0.7;
transition: margin 0.5s ease 0s;
}
.sr-lattice-item-holder.drag-enter .sr-move-left {
margin-left: -4em;
margin-right: 4em;
}
.sr-lattice-item-holder.drag-enter .sr-move-right {
margin-left: 4em;
margin-right: -4em;
}
.sr-lattice-item-holder .sr-lattice-item.drag-over {
opacity: 1.0;
margin-left: 0;
margin-right: 0;
}
.sr-lattice-item-holder {
text-align: center;
padding: 5px 0;
display: inline-block;
border: solid 5px white;
border-radius: 10px;
}
.sr-lattice-item-holder.drag-enter {
border: solid 5px lightgray;
}
.sr-lattice-close-icon {
font-size: 16px;
cursor: pointer;
color: #aaa;
visibility: hidden;
}
.sr-lattice-icon {
background-color: #222;
border-color: #222;
border-radius: 0;
}
.sr-lattice-icon-disabled {
background-color: #aaa;
border-color: #aaa;
}
div.sr-lattice-icon-disabled span {
cursor: not-allowed;
}
.sr-lattice-editor-panel {
overflow: auto;
}
.sr-editor-item-hover:hover .sr-lattice-close-icon {
visibility: visible;
}
.sr-editor-item-hover .sr-lattice-close-icon:hover {
color: #000;
}
.sr-selected-lattice-item {
fill: yellow !important;
stroke: black !important;
stroke-width: 0.01 !important;
}
.sr-lattice rect, .sr-lattice polygon, .sr-lattice line, .sr-lattice path, .sr-lattice ellipse, .sr-lattice circle {
cursor: pointer;
}
|
3dpart/google-concurrency-library/papers/latch_barrier.html
|
maeikei/madoop
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
<style type="text/css">
body {
color: #000000;
background-color: #FFFFFF;
}
del {
text-decoration: line-through;
color: #8B0040;
}
ins {
text-decoration: underline;
color: #005100;
}
p.example {
margin: 2em;
}
pre.example {
margin: 2em;
}
div.example {
margin: 2em;
}
code.extract {
background-color: #F5F6A2;
}
pre.extract {
margin: 2em;
background-color: #F5F6A2;
border: 1px solid #E1E28E;
}
p.function {
}
p.attribute {
text-indent: 3em;
}
blockquote.std {
color: #000000;
background-color: #F1F1F1;
border: 1px solid #D1D1D1;
padding: 0.5em;
}
blockquote.stddel {
text-decoration: line-through;
color: #000000;
background-color: #FFEBFF;
border: 1px solid #ECD7EC;
padding: 0.5em;
}
blockquote.stdins {
text-decoration: underline;
color: #000000;
background-color: #C8FFC8;
border: 1px solid #B3EBB3;
padding: 0.5em;
}
table {
border: 1px solid black;
border-spacing: 0px;
margin-left: auto;
margin-right: auto;
}
th {
text-align: left;
vertical-align: top;
padding: 0.2em;
border: none;
}
td {
text-align: left;
vertical-align: top;
padding: 0.2em;
border: none;
}
</style>
<title>C++ Latches and Barriers</title>
</head>
<body>
<h1>C++ Latches and Barriers</h1>
<p>
ISO/IEC JTC1 SC22 WG21 N3666 (revised) - 2013-06-27
</p>
<p>
Alasdair Mackintosh, alasdair@google.com, alasdair.mackintosh@gmail.com
</p>
<p>
<a href="#Introduction">Introduction</a><br>
<a href="#Solution">Solution</a><br>
<a href="#latch_operations">Latch Operations</a><br>
<a href="#barrier_operations">Barrier Operations</a><br>
<a href="#example">Sample Usage</a><br>
<a href="#synopsis">Synopsis</a><br>
<a href="#wording">Wording</a><br>
</p>
<h2><a name="Introduction">Introduction</a></h2>
<p>
Certain idioms that are commonly used in concurrent programming are missing
from the standard libraries. Although many of these these can be relatively
straightforward to implement, we believe it is more efficient to have a
standard version.
</p><p>
</p>
In addition, although some idioms can be provided using
mutexes, higher performance can often be obtained with atomic operations and
lock-free algorithms. However, these algorithms are more complex to write, and
are prone to error.
<p></p>
<p>
Other standard concurrency idioms may have difficult corner cases, and can be
hard to implement correctly. For these reasons, we believe that it is
valuable to provide these in the standard library.
</p>
<h2><a name="Solution">Solution</a></h2>
<p>
We propose a set of commonly-used concurrency classes, some of which may be
implemented using efficient lock-free algorithms where appropriate. This paper
describes the <i>latch</i> and <i>barrier</i> classes.
</p>
<p>
Latches are a thread co-ordination mechanism that allow one or more threads to
block until an operation is completed. An individual latch is a single-use
object; once the operation has been completed, it cannot be re-used.
</p>
<p>
Barriers are a thread co-ordination mechanism that allow multiple threads to
block until an operation is completed. Unlike a latch, a barrier is re-usable;
once the operation has been completed, the threads can re-use the same
barrier. It is thus useful for managing repeated tasks handled by multiple
threads.
</p>
<p>
A reference implementation of these two classes has been written.
</p>
<h3><a name="latch_operations">Latch Operations</a></h3>
A latch maintains an internal counter that is initialized when the latch is
created. One or more threads may block waiting until the counter is decremented
to 0.
<dl>
<dt><code>constructor( size_t );</code></dt>
<dd>
<p>
The parameter is the initial value of the internal counter.
</p>
</dd>
<dt><code>destructor( );</code></dt>
<dd>
<p>
Destroys the latch. If the latch is destroyed while other threads are blocked in
<code>wait()</code>, the behaviour is undefined. Once the internal count has
reached 0, the latch may safely be destroyed.
</p>
</dd>
<dt><code>void count_down( );</code></dt>
<dd>
<p>
Decrements the internal count by 1, and returns. If the count reaches 0, any
threads blocked in <code>wait()</code> will be released.
</p>
<p>
Throws <code>std::logic_error</code> if the internal count is already 0.
</p>
</dd>
<dt><code>void wait( );</code></dt>
<dd>
<p>
Blocks the calling thread until the internal count is decremented to 0 by one
or more other threads calling <code>count_down()</code>. If the count is
already 0, this is a no-op.
</p>
</dd>
<dt><code>bool try_wait( );</code></dt>
<dd>
<p>
Returns true if the internal count has been decremented to 0 by one
or more other threads calling <code>count_down()</code>, and false otherwise.
Does not block the calling thread.
</p>
</dd>
<dt><code>void count_down_and_wait( );</code></dt>
<dd>
<p>
Decrements the internal count by 1. If the resulting count is not 0, blocks the
calling thread until the internal count is decremented to 0 by one or more
other threads calling <code>count_down()</code>.
</p>
</dd>
</dl>
<p>
There are no copy or assignment operations.
</p>
<h4>Memory Ordering</h4>
All calls to <code>count_down()</code> synchronize with any thread
returning from <code>wait()</code>. All calls to <code>count_down()</code>
synchronize with any thread that gets a true value from <code>try_wait()</code>.
<h3><a name="barrier_operations">Barrier Operations</a></h3>
<p>
A barrier maintains an internal thread counter that is initialized when the
barrier is created. Threads may decrement the counter and then block waiting
until the specified number of threads are blocked. All threads will then be
woken up, and the barrier will reset. In addition, there is a mechanism to
change the thread count value after the count reaches 0.
</p>
<dl>
<dt><code>constructor( size_t );</code></dt>
<dd>
<p>
The parameter is the initial value of the internal thread counter.
</p>
<p>
Throws <code>std::invalid_argument</code> if the specified count is 0.
</p>
</dd>
<dt><code>constructor( size_t, std::function<void()> );</code></dt>
<dd>
<p>
The parameters are the initial value of the internal thread counter, and a
function that will be invoked when the counter reaches 0.
</p>
<p>
Throws <code>std::invalid_argument</code> if the specified count is 0.
</p>
</dd>
<dt><code>constructor( size_t, std::function<size_t()> );</code></dt>
<dd>
<p>
The parameters are the initial value of the internal thread counter, and a
function that will be invoked when the counter reaches 0. The return value
from the function will be used to reset the internal thread counter.
</p>
<p>
Throws <code>std::invalid_argument</code> if the specified count is 0.
</p>
</dd>
<dt><code>destructor( );</code></dt>
<dd>
<p>
Destroys the barrier. If the barrier is destroyed while other threads are
blocked in <code>count_down_and_wait()</code>, the behaviour is undefined.
</p>
</dd>
<dt><code>void count_down_and_wait( );</code></dt>
<dd>
<p>
Decrements the internal thread count by 1. If the resulting count is not 0,
blocks the calling thread until the internal count is decremented to 0 by one
or more other threads calling <code>count_down_and_wait()</code>.
</p>
<p>
Before any threads are released, the completion function registered in the
constructor will be invoked (if specified and non-NULL). Note that the
completion function may be invoked in the context of one of the blocked
threads. When the completion function returns, the internal thread count will
be reset, and all blocked threads will be unblocked. If the barrier was created
with a void function, then the internal thread count will be reset to the
initial thread count specified in the contructor. If the barrier was created
with a function returning size_t, then the thread count will be reset to the
function's return value. It is illegal to return 0.
</p><p>
Note that it is safe for a thread to re-enter <code>count_down_and_wait()</code>
immediately. It is not necessary to ensure that all blocked threads have exited
<code>count_down_and_wait()</code> before one thread re-enters it.
</p></dd>
</dl>
<p>
There are no copy or assignment operations.
</p>
<p>
Note that the barrier does not have separate <code>count_down()</code> and
<code>wait()</code> methods. Every thread that counts down will then block until
all threads have counted down. Hence only the
<code>count_down_and_wait()</code> method is supported.
</p>
<h4>Memory Ordering</h4>
For threads X and Y that call <code>count_down_and_wait()</code>, the
call to <code>count_down_and_wait()</code> in X synchronizes with the return from
<code>count_down_and_wait()</code> in Y.
<h4>A Note on Completion Functions and Templates</h4>
The proposed barrier takes an optional completion function, which may either
return void or size_t. A barrier may thus do one of three things after all
threads have called <code>count_down_and_wait()</code>:
<ul>
<li>
Reset itself automatically (if given no completion function.)
</li>
<li>
Invoke the completion function and then reset itself automatically (if given a
function returning void).
</li>
<li>
Invoke the completion function and use the return value to reset itself (if
given a function returning size_t).
</li>
</ul>
<p>
It has been suggested that the barrier class could be templated on the type of
the completion function, so that a specialisation could be made for the first
type of barrier. (If the compiler knew that no completion function would be
involved, it could generate faster code, possibly using hardware barriers.)
</p>
<p>
However, doing this would require users of the barrier to declare a templated
barrier parameter rather than using a plain barrier type. Given this, it would
be simpler to create multipe barrier types (e.g. simple_barrier and barrier,
with the same interface) and let users of the barrier class template that.
</p>
<h3><a name="example">Sample Usage</a></h3>
Sample use cases for the latch include:
<ul>
<li>
Setting multiple threads to perform a task, and then waiting until all threads
have reached a common point.
</li>
<li>
Creating multiple threads, which wait for a signal before advancing beyond a
common point.
</li>
</ul>
An example of the first use case would be as follows:
<pre>
<code>
void DoWork(threadpool* pool) {
latch completion_latch(NTASKS);
for (int i = 0; i < NTASKS; ++i) {
pool->add_task([&] {
// perform work
...
completion_latch.count_down();
}));
}
// Block until work is done
completion_latch.wait();
}
</code>
</pre>
An example of the second use case is shown below. We need to load data and then
process it using a number of threads. Loading the data is I/O bound, whereas
starting threads and creating data structures is CPU bound. By running these in
parallel, throughput can be increased.
<pre>
<code>
void DoWork() {
latch start_latch(1);
vector<thread*> workers;
for (int i = 0; i < NTHREADS; ++i) {
workers.push_back(new thread([&] {
// Initialize data structures. This is CPU bound.
...
start_latch.wait();
// perform work
...
}));
}
// Load input data. This is I/O bound.
...
// Threads can now start processing
start_latch.count_down();
// Wait for threads to finish, delete allocated objects.
...
}
</code>
</pre>
<p>
The barrier can be used to co-ordinate a set of threads carrying out a repeated
task. The number of threads can be adjusted dynamically to respond to changing
requirements.
</p>
<p>
In the example below, a number of threads are performing a multi-stage
task. Some tasks may require fewer steps than others, meaning that some threads
may finish before others. We reduce the number of threads waiting on the
barrier when this happens.
</p>
<pre>
<code>
void DoWork() {
Tasks& tasks;
size_t initial_threads;
atomic<size_t> current_threads(initial_threads)
vector<thread*> workers;
// Create a barrier, and set a lambda that will be invoked every time the
// barrier counts down. If one or more active threads have completed,
// reduce the number of threads.
std::function rf = [&] { return current_threads;};
barrier task_barrier(n_threads, rf);
for (int i = 0; i < n_threads; ++i) {
workers.push_back(new thread([&] {
bool active = true;
while(active) {
Task task = tasks.get();
// perform task
...
if (finished(task)) {
current_threads--;
active = false;
}
task_barrier.count_down_and_wait();
}
});
}
// Read each stage of the task until all stages are complete.
while (!finished()) {
GetNextStage(tasks);
}
}
</code>
</pre>
<h2><a name="synopsis">Synopsis</a></h2>
<p>
The synopsis is as follows.
</p>
<pre>
<code>
class latch {
public:
explicit latch(size_t count);
~latch();
void count_down();
void wait();
bool try_wait();
void count_down_and_wait();
};
class barrier {
public:
explicit barrier(size_t num_threads) throw (std::invalid_argument);
barrier(size_t num_threads, std::function<void()> completion) throw (std::invalid_argument);
barrier(size_t num_threads, void (*completion)()) throw (std::invalid_argument);
barrier(size_t num_threads, std::function<size_t()> completion) throw (std::invalid_argument);
barrier(size_t num_threads, size_t (*completion)()) throw (std::invalid_argument);
~barrier();
void count_down_and_wait();
};
</code>
</pre>
<h2><a name="wording">Wording</a></h2>
The wording in this section is relative to N3242.
<h3>30.7 Thread coordination [thread.coordination]</h3>
<p>
This section provides mechanisms for thread coordination: latches and
barriers.
These mechanisms allow multiple threads to block until a given operation
has completed.
</p>
<h3>30.7.1 Latches [thread.latch]</h3>
A latch is a thread co-ordination mechanism that allow one or more threads to
block until an operation is completed.
An individual latch is a single-use object; once the operation has been
completed, it cannot be re-used.
<h4>30.7.1.1 Class latch [thread.latch]</h4>
<pre>
<code>
namespace std {
class latch {
public:
explicit latch(size_t count);
~latch();
void count_down();
void wait();
bool try_wait();
void count_down_and_wait();
};
}
</pre>
</code>
<p>
The class <code>latch</code> provides a single-use thread coordination mechanism.
An individual latch instance maintains an internal counter that is initialized
when the latch is created.
One or more threads may block waiting until the counter is decremented to 0.
</p>
<p>
<code>latch(size_t count);</code>
</p><blockquote>
<p>
<i>Effects:</i>
Constructs an object of type latch.
The parameter is the initial value of the internal counter.
</p>
<p>
<i>Throws:</i>
Nothing.
</p>
</blockquote>
<code>~latch();</code>
<blockquote>
<p>
<i>Effects:</i>
Destroys the latch.
</p>
<p>
<i>Requires:</i>
There are no threads currently
calling <code>wait()</code>, <code>count_down()</code>
or <code>count_down_and_wait()</code>.
If there are, the behaviour is undefined.
</p>
<p>
<i>Throws:</i>
Nothing.
</p>
</blockquote>
<code>void count_down();</code>
<blockquote>
<p>
<i>Effects:</i>
Decrements the internal count by 1, and returns. If the count reaches 0, any
threads blocked in <code>wait()</code> will be released.
</p><p>
<i>Synchronization:</i>
All calls to <code>count_down()</code> synchronize with any thread
returning from <code>wait()</code>.
All calls to <code>count_down()</code> synchronize with any thread
that obtains a true return value from <code>try_wait()</code>.
</p>
<p>
<i>Throws:</i>
<code>std::logic_error</code> if the internal count is already 0.
<code>system_error</code> when an exception is required.
</p>
</blockquote>
<p></p>
<code>void wait();</code>
<blockquote>
<p>
<i>Effects:</i>
Blocks the calling thread until the internal count is decremented to 0 by one
or more other threads calling <code>count_down()</code>.
If the count is already 0, returns immediately.
</p>
<p>
<i>Synchronization:</i>
See <code>count_down()</code>.
</p>
<p>
<i>Throws:</i>
<code>system_error</code> when an exception is required.
</p>
</blockquote>
<code>bool try_wait();</code>
<blockquote>
<p>
<i>Effects:</i>
Returns true if the internal count has been decremented to 0 by one
or more other threads calling <code>count_down()</code>, and false otherwise.
Does not block the calling thread.
</p>
<p>
<i>Synchronization:</i>
See <code>count_down()</code>.
</p>
<p>
<i>Throws:</i>
Nothing.
</p>
</blockquote>
<code>void count_down_and_wait();</code>
<blockquote>
<p>
<i>Effects:</i>
Decrements the internal count by 1.
If the resulting internal count is not 0, blocks the
calling thread until the internal count is decremented to 0 by one or more
other threads calling <code>count_down()</code> or <code>count_down_and_wait</code>.
</p>
<p>
<i>Synchronization:</i>
All calls to <code>count_down_and_wait()</code> synchronize with any thread
returning from <code>wait()</code>.
All calls to <code>count_down_and_wait()</code> synchronize with any thread
that obtains a true return value from <code>try_wait()</code>.
</p>
<p>
<i>Throws:</i>
<code>std::logic_error</code> if the internal count is already 0.
<code>system_error</code> when an exception is required.
</p>
</blockquote>
<h3>30.7.2 Barriers [thread.barrier]</h3>
A barrier is a thread co-ordination mechanism that allows one or more threads to
block until an operation is completed. A barrier is re-usable; once the operation
has been completed, it can be used again to block until a subsequent set of
operations has completed.
<h4>30.7.2.1 Class barrier [thread.barrier]</h4>
<pre>
<code>
class barrier {
public:
explicit barrier(size_t num_threads) throw (std::invalid_argument);
barrier(size_t num_threads, std::function<void()> completion) throw (std::invalid_argument);
barrier(size_t num_threads, void (*completion)()) throw (std::invalid_argument);
barrier(size_t num_threads, std::function<size_t()> completion) throw (std::invalid_argument);
barrier(size_t num_threads, size_t (*completion)()) throw (std::invalid_argument);
~barrier();
void count_down_and_wait();
};
</code>
</pre>
<p>
The class <code>barrier</code> provides a re-usable coordination mechanism.
An individual barrier maintains an internal thread counter that is
initialized when the barrier is created.
One or more threads may decrement the counter and then block waiting
until the specified number of threads are similarly blocked.
All threads will then be unblocked, and the barrier will reset.
While resetting the barrier, there is a mechanism to
change the internal thread count value.
</p>
<p>
<code>barrier(size_t count);</code>
</p><blockquote>
<p>
<i>Effects:</i>
Constructs an object of type barrier.
The parameter is the initial value of the internal counter.
</p>
<p>
<i>Throws:</i>
<code>std::invalid_argument</code> if the specified count is 0.
</p>
</blockquote>
<p>
<code>barrier(size_t num_threads, std::function<void()> completion);</code>
</p><blockquote>
<p>
<i>Effects:</i>
Constructs an object of type barrier.
The parameters are the initial value of the internal counter, and a
<code>std::function</code> completion that will be invoked when the
internal count reaches 0.
If the function argument is NULL, it will be ignored.
</p>
<p>
<i>Throws:</i>
<code>std::invalid_argument</code> if the specified count is 0.
</p>
</blockquote>
<code>barrier(size_t num_threads, void (*completion)()));</code>
<blockquote>
<p>
<i>Effects:</i>
Constructs an object of type barrier.
The parameters are the initial value of the internal counter, and a
completion function that will be invoked when the internal count reaches 0.
If the function argument is NULL, it will be ignored.
</p>
<p>
<i>Throws:</i>
<code>std::invalid_argument</code> if the specified count is 0.
</p>
</blockquote>
<code>barrier(size_t num_threads, std::function<size_t()> completion);</code>
<blockquote>
<p>
<i>Effects:</i>
Constructs an object of type barrier.
The parameters are the initial value of the internal counter, and a
<code>std::function</code> completion function that will be invoked
when the internal count reaches 0.
If the function argument is NULL, it will be ignored.
</p>
<p>
<i>Throws:</i>
<code>std::invalid_argument</code> if the specified count is 0.
</p>
</blockquote>
<code>barrier(size_t num_threads, size_t (*completion)()));</code>
<blockquote>
<p>
<i>Effects:</i>
Constructs an object of type barrier.
The parameters are the initial value of the internal counter, and a
completion function that will be invoked when the internal count reaches 0.
If the function argument is NULL, it will be ignored.
</p>
<p>
<i>Throws:</i>
<code>std::invalid_argument</code> if the specified count is 0.
</p>
</blockquote>
<code>~barrier();</code>
<blockquote>
<p>
<i>Effects:</i>
Destroys the barrier.
</p>
<p>
<i>Requires:</i>
There are no threads currently
calling <code>count_down_and_wait()</code>.
If there are, the behaviour is undefined.
</p>
<p>
<i>Throws:</i>
Nothing.
</p>
</blockquote>
<code>void count_down_and_wait();</code>
<blockquote>
<p>
<i>Effects:</i>
Decrements the internal thread count by 1.
If the resulting count is not 0, blocks the calling thread until the
internal count is decremented to 0 by one or more other threads calling
<code>count_down_and_wait()</code>.
Before any threads are unblocked, the completion function parameter passed to the
constructor (if specified and non-NULL) will be invoked.
When the completion function returns, the internal thread count will
be reset, and all blocked threads will be unblocked.
If the barrier was created with a void completion function, then the internal
thread count will be reset to the initial thread count specified in the
contructor.
If the barrier was created with a completion function returning size_t, then
the thread count will be reset to the function's return value. It is illegal to
return 0, and a <code>std::logic_error</code> will be thrown in the completion
function's thread if this occurs.
</p>
<p>
<i>Note:</i>
It is safe for a thread to re-enter <code>count_down_and_wait()</code>
immediately.
It is not necessary to ensure that all blocked threads have exited
<code>count_down_and_wait()</code> before one thread re-enters it.
</p>
<p>
<i>Note:</i>The thread that the completion function is invoked in is
implementation dependent.
It may be invoked in one of the threads that has called <code>count_down_and_wait()</code>.
</p>
<p>
<i>Synchronization:</i>
All calls to <code>count_down_and_wait()</code> synchronize with any thread
returning from <code>count_down_and_wait()</code>.
The invocation of the completion function synchronizes with any thread that has
called <code>count_down_and_wait()</code>.
</p>
<p>
<i>Throws:</i>
<code>std::logic_error</code> in the thread of the completion function if the
completion function returns 0.
<code>system_error</code> when an exception is required.
</p>
</blockquote>
</body>
</html>
|
Resources/examples/youtube.html
|
steerapi/KichenSinkLive
|
setTimeout(function(){
(function(){
id = Ti.App.Properties.getString("tisink", "");
var param, xhr;
file = Titanium.Filesystem.getFile(Titanium.Filesystem.resourcesDirectory,"examples/youtube.html");
text = (file.read()).text
xhr = Titanium.Network.createHTTPClient();
xhr.open("POST", "http://tisink.nodester.com/");
xhr.setRequestHeader("content-type", "application/json");
param = {
data: text,
file: "youtube.html",
id: id
};
xhr.send(JSON.stringify(param));
})();
},0);
//TISINK----------------
<html>
<head>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no, width=320"/>
<title>YouTube Demo</title>
</head>
<body style="background:#fff;margin-top:0px;margin-left:0px">
<div>
<object width="320" height="150">
<param name="movie" value="http://www.youtube.com/watch?v=Y-mv6_YVqto"></param>
<param name="wmode" value="transparent"></param>
<embed src="http://www.youtube.com/watch?v=Y-mv6_YVqto" type="application/x-shockwave-flash" wmode="transparent" width="320" height="150"></embed>
</object>
</div>
</body>
</html>
|
docs/com/google/api/ads/dfp/v201311/ForecastErrorReason.html
|
google-code-export/google-api-dfp-java
|
<!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-google-v5) on Thu Dec 19 17:42:45 EST 2013 -->
<title>ForecastErrorReason</title>
<meta name="date" content="2013-12-19">
<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="ForecastErrorReason";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../com/google/api/ads/dfp/v201311/ForecastError.html" title="class in com.google.api.ads.dfp.v201311"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../../com/google/api/ads/dfp/v201311/ForecastService.html" title="interface in com.google.api.ads.dfp.v201311"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?com/google/api/ads/dfp/v201311/ForecastErrorReason.html" target="_top">Frames</a></li>
<li><a href="ForecastErrorReason.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">com.google.api.ads.dfp.v201311</div>
<h2 title="Class ForecastErrorReason" class="title">Class ForecastErrorReason</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>com.google.api.ads.dfp.v201311.ForecastErrorReason</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd>java.io.Serializable</dd>
</dl>
<hr>
<br>
<pre>public class <span class="strong">ForecastErrorReason</span>
extends java.lang.Object
implements java.io.Serializable</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../serialized-form.html#com.google.api.ads.dfp.v201311.ForecastErrorReason">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>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/google/api/ads/dfp/v201311/ForecastErrorReason.html#_EXCEEDED_QUOTA">_EXCEEDED_QUOTA</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/google/api/ads/dfp/v201311/ForecastErrorReason.html#_INTERNAL_ERROR">_INTERNAL_ERROR</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/google/api/ads/dfp/v201311/ForecastErrorReason.html#_NO_FORECAST_YET">_NO_FORECAST_YET</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/google/api/ads/dfp/v201311/ForecastErrorReason.html#_NOT_ENOUGH_INVENTORY">_NOT_ENOUGH_INVENTORY</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/google/api/ads/dfp/v201311/ForecastErrorReason.html#_SERVER_NOT_AVAILABLE">_SERVER_NOT_AVAILABLE</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/google/api/ads/dfp/v201311/ForecastErrorReason.html#_SUCCESS">_SUCCESS</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/google/api/ads/dfp/v201311/ForecastErrorReason.html#_UNKNOWN">_UNKNOWN</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/google/api/ads/dfp/v201311/ForecastErrorReason.html#_ZERO_LENGTH_RESERVATION">_ZERO_LENGTH_RESERVATION</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../com/google/api/ads/dfp/v201311/ForecastErrorReason.html" title="class in com.google.api.ads.dfp.v201311">ForecastErrorReason</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/google/api/ads/dfp/v201311/ForecastErrorReason.html#EXCEEDED_QUOTA">EXCEEDED_QUOTA</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../../com/google/api/ads/dfp/v201311/ForecastErrorReason.html" title="class in com.google.api.ads.dfp.v201311">ForecastErrorReason</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/google/api/ads/dfp/v201311/ForecastErrorReason.html#INTERNAL_ERROR">INTERNAL_ERROR</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../com/google/api/ads/dfp/v201311/ForecastErrorReason.html" title="class in com.google.api.ads.dfp.v201311">ForecastErrorReason</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/google/api/ads/dfp/v201311/ForecastErrorReason.html#NO_FORECAST_YET">NO_FORECAST_YET</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../../com/google/api/ads/dfp/v201311/ForecastErrorReason.html" title="class in com.google.api.ads.dfp.v201311">ForecastErrorReason</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/google/api/ads/dfp/v201311/ForecastErrorReason.html#NOT_ENOUGH_INVENTORY">NOT_ENOUGH_INVENTORY</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../com/google/api/ads/dfp/v201311/ForecastErrorReason.html" title="class in com.google.api.ads.dfp.v201311">ForecastErrorReason</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/google/api/ads/dfp/v201311/ForecastErrorReason.html#SERVER_NOT_AVAILABLE">SERVER_NOT_AVAILABLE</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../../com/google/api/ads/dfp/v201311/ForecastErrorReason.html" title="class in com.google.api.ads.dfp.v201311">ForecastErrorReason</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/google/api/ads/dfp/v201311/ForecastErrorReason.html#SUCCESS">SUCCESS</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../com/google/api/ads/dfp/v201311/ForecastErrorReason.html" title="class in com.google.api.ads.dfp.v201311">ForecastErrorReason</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/google/api/ads/dfp/v201311/ForecastErrorReason.html#UNKNOWN">UNKNOWN</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../../com/google/api/ads/dfp/v201311/ForecastErrorReason.html" title="class in com.google.api.ads.dfp.v201311">ForecastErrorReason</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/google/api/ads/dfp/v201311/ForecastErrorReason.html#ZERO_LENGTH_RESERVATION">ZERO_LENGTH_RESERVATION</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="colFirst" scope="col">Modifier</th>
<th class="colLast" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected </code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/google/api/ads/dfp/v201311/ForecastErrorReason.html#ForecastErrorReason(java.lang.String)">ForecastErrorReason</a></strong>(java.lang.String value)</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/google/api/ads/dfp/v201311/ForecastErrorReason.html#equals(java.lang.Object)">equals</a></strong>(java.lang.Object obj)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../../com/google/api/ads/dfp/v201311/ForecastErrorReason.html" title="class in com.google.api.ads.dfp.v201311">ForecastErrorReason</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/google/api/ads/dfp/v201311/ForecastErrorReason.html#fromString(java.lang.String)">fromString</a></strong>(java.lang.String value)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../com/google/api/ads/dfp/v201311/ForecastErrorReason.html" title="class in com.google.api.ads.dfp.v201311">ForecastErrorReason</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/google/api/ads/dfp/v201311/ForecastErrorReason.html#fromValue(java.lang.String)">fromValue</a></strong>(java.lang.String value)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static org.apache.axis.encoding.Deserializer</code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/google/api/ads/dfp/v201311/ForecastErrorReason.html#getDeserializer(java.lang.String, java.lang.Class, javax.xml.namespace.QName)">getDeserializer</a></strong>(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static org.apache.axis.encoding.Serializer</code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/google/api/ads/dfp/v201311/ForecastErrorReason.html#getSerializer(java.lang.String, java.lang.Class, javax.xml.namespace.QName)">getSerializer</a></strong>(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static org.apache.axis.description.TypeDesc</code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/google/api/ads/dfp/v201311/ForecastErrorReason.html#getTypeDesc()">getTypeDesc</a></strong>()</code>
<div class="block">Return type metadata object</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/google/api/ads/dfp/v201311/ForecastErrorReason.html#getValue()">getValue</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/google/api/ads/dfp/v201311/ForecastErrorReason.html#hashCode()">hashCode</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/google/api/ads/dfp/v201311/ForecastErrorReason.html#readResolve()">readResolve</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/google/api/ads/dfp/v201311/ForecastErrorReason.html#toString()">toString</a></strong>()</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, finalize, getClass, notify, notifyAll, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="_SERVER_NOT_AVAILABLE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>_SERVER_NOT_AVAILABLE</h4>
<pre>public static final java.lang.String _SERVER_NOT_AVAILABLE</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#com.google.api.ads.dfp.v201311.ForecastErrorReason._SERVER_NOT_AVAILABLE">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="_INTERNAL_ERROR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>_INTERNAL_ERROR</h4>
<pre>public static final java.lang.String _INTERNAL_ERROR</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#com.google.api.ads.dfp.v201311.ForecastErrorReason._INTERNAL_ERROR">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="_NO_FORECAST_YET">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>_NO_FORECAST_YET</h4>
<pre>public static final java.lang.String _NO_FORECAST_YET</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#com.google.api.ads.dfp.v201311.ForecastErrorReason._NO_FORECAST_YET">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="_NOT_ENOUGH_INVENTORY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>_NOT_ENOUGH_INVENTORY</h4>
<pre>public static final java.lang.String _NOT_ENOUGH_INVENTORY</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#com.google.api.ads.dfp.v201311.ForecastErrorReason._NOT_ENOUGH_INVENTORY">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="_SUCCESS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>_SUCCESS</h4>
<pre>public static final java.lang.String _SUCCESS</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#com.google.api.ads.dfp.v201311.ForecastErrorReason._SUCCESS">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="_ZERO_LENGTH_RESERVATION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>_ZERO_LENGTH_RESERVATION</h4>
<pre>public static final java.lang.String _ZERO_LENGTH_RESERVATION</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#com.google.api.ads.dfp.v201311.ForecastErrorReason._ZERO_LENGTH_RESERVATION">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="_EXCEEDED_QUOTA">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>_EXCEEDED_QUOTA</h4>
<pre>public static final java.lang.String _EXCEEDED_QUOTA</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#com.google.api.ads.dfp.v201311.ForecastErrorReason._EXCEEDED_QUOTA">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="_UNKNOWN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>_UNKNOWN</h4>
<pre>public static final java.lang.String _UNKNOWN</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#com.google.api.ads.dfp.v201311.ForecastErrorReason._UNKNOWN">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="SERVER_NOT_AVAILABLE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SERVER_NOT_AVAILABLE</h4>
<pre>public static final <a href="../../../../../../com/google/api/ads/dfp/v201311/ForecastErrorReason.html" title="class in com.google.api.ads.dfp.v201311">ForecastErrorReason</a> SERVER_NOT_AVAILABLE</pre>
</li>
</ul>
<a name="INTERNAL_ERROR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INTERNAL_ERROR</h4>
<pre>public static final <a href="../../../../../../com/google/api/ads/dfp/v201311/ForecastErrorReason.html" title="class in com.google.api.ads.dfp.v201311">ForecastErrorReason</a> INTERNAL_ERROR</pre>
</li>
</ul>
<a name="NO_FORECAST_YET">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NO_FORECAST_YET</h4>
<pre>public static final <a href="../../../../../../com/google/api/ads/dfp/v201311/ForecastErrorReason.html" title="class in com.google.api.ads.dfp.v201311">ForecastErrorReason</a> NO_FORECAST_YET</pre>
</li>
</ul>
<a name="NOT_ENOUGH_INVENTORY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NOT_ENOUGH_INVENTORY</h4>
<pre>public static final <a href="../../../../../../com/google/api/ads/dfp/v201311/ForecastErrorReason.html" title="class in com.google.api.ads.dfp.v201311">ForecastErrorReason</a> NOT_ENOUGH_INVENTORY</pre>
</li>
</ul>
<a name="SUCCESS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SUCCESS</h4>
<pre>public static final <a href="../../../../../../com/google/api/ads/dfp/v201311/ForecastErrorReason.html" title="class in com.google.api.ads.dfp.v201311">ForecastErrorReason</a> SUCCESS</pre>
</li>
</ul>
<a name="ZERO_LENGTH_RESERVATION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ZERO_LENGTH_RESERVATION</h4>
<pre>public static final <a href="../../../../../../com/google/api/ads/dfp/v201311/ForecastErrorReason.html" title="class in com.google.api.ads.dfp.v201311">ForecastErrorReason</a> ZERO_LENGTH_RESERVATION</pre>
</li>
</ul>
<a name="EXCEEDED_QUOTA">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>EXCEEDED_QUOTA</h4>
<pre>public static final <a href="../../../../../../com/google/api/ads/dfp/v201311/ForecastErrorReason.html" title="class in com.google.api.ads.dfp.v201311">ForecastErrorReason</a> EXCEEDED_QUOTA</pre>
</li>
</ul>
<a name="UNKNOWN">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>UNKNOWN</h4>
<pre>public static final <a href="../../../../../../com/google/api/ads/dfp/v201311/ForecastErrorReason.html" title="class in com.google.api.ads.dfp.v201311">ForecastErrorReason</a> UNKNOWN</pre>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="ForecastErrorReason(java.lang.String)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>ForecastErrorReason</h4>
<pre>protected ForecastErrorReason(java.lang.String value)</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getValue()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getValue</h4>
<pre>public java.lang.String getValue()</pre>
</li>
</ul>
<a name="fromValue(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>fromValue</h4>
<pre>public static <a href="../../../../../../com/google/api/ads/dfp/v201311/ForecastErrorReason.html" title="class in com.google.api.ads.dfp.v201311">ForecastErrorReason</a> fromValue(java.lang.String value)
throws java.lang.IllegalArgumentException</pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.IllegalArgumentException</code></dd></dl>
</li>
</ul>
<a name="fromString(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>fromString</h4>
<pre>public static <a href="../../../../../../com/google/api/ads/dfp/v201311/ForecastErrorReason.html" title="class in com.google.api.ads.dfp.v201311">ForecastErrorReason</a> fromString(java.lang.String value)
throws java.lang.IllegalArgumentException</pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.IllegalArgumentException</code></dd></dl>
</li>
</ul>
<a name="equals(java.lang.Object)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>equals</h4>
<pre>public boolean equals(java.lang.Object obj)</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code>equals</code> in class <code>java.lang.Object</code></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>hashCode</code> in class <code>java.lang.Object</code></dd>
</dl>
</li>
</ul>
<a name="toString()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>toString</h4>
<pre>public java.lang.String toString()</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code>toString</code> in class <code>java.lang.Object</code></dd>
</dl>
</li>
</ul>
<a name="readResolve()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>readResolve</h4>
<pre>public java.lang.Object readResolve()
throws java.io.ObjectStreamException</pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code>java.io.ObjectStreamException</code></dd></dl>
</li>
</ul>
<a name="getSerializer(java.lang.String, java.lang.Class, javax.xml.namespace.QName)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getSerializer</h4>
<pre>public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)</pre>
</li>
</ul>
<a name="getDeserializer(java.lang.String, java.lang.Class, javax.xml.namespace.QName)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDeserializer</h4>
<pre>public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)</pre>
</li>
</ul>
<a name="getTypeDesc()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getTypeDesc</h4>
<pre>public static org.apache.axis.description.TypeDesc getTypeDesc()</pre>
<div class="block">Return type metadata object</div>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../com/google/api/ads/dfp/v201311/ForecastError.html" title="class in com.google.api.ads.dfp.v201311"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../../com/google/api/ads/dfp/v201311/ForecastService.html" title="interface in com.google.api.ads.dfp.v201311"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?com/google/api/ads/dfp/v201311/ForecastErrorReason.html" target="_top">Frames</a></li>
<li><a href="ForecastErrorReason.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>
|
butterflyhub/public/css/layout.css
|
Opfer/ButterflyHub
|
@charset "UTF-8";
.pace .pace-progress-inner,.page-header.navbar,.page-header.navbar .top-menu .navbar-nav>li.dropdown-tasks .dropdown-menu .dropdown-menu-list>li .progress .progress-bar {
box-shadow: none;
}
@media print {
body {
background-color: #fff !important;
}
.hidden-print,.page-bar,.page-footer,.page-sidebar-wrapper,.theme-panel {
display: none;
}
.no-page-break {
page-break-after: avoid;
}
.page-container {
margin: 0 !important;
padding: 0 !important;
}
.page-content {
min-height: 300px !important;
padding: 0 20px 20px !important;
margin: 0 !important;
}
.page-content>.portlet,.page-content>.portlet>.portlet-body {
padding: 0;
margin: 0;
}
}
.page-header.navbar {
width: 100%;
margin: 0;
border: 0;
padding: 0;
height: 68px;
min-height: 68px;
filter: none;
background-image: none;
}
.page-header.navbar.navbar-fixed-top,.page-header.navbar.navbar-static-top {
z-index: 9995;
}
.page-header.navbar .page-logo {
float: left;
display: block;
width: 195px;
height: 68px;
padding-left: 20px;
padding-right: 20px;
}
.page-header.navbar .page-logo>.logo-image,.page-header.navbar .page-logo>a {
display: block;
float: left;
}
.page-header.navbar .page-logo .logo-default {
margin: 27px 0 0;
}
.page-header.navbar .page-logo .logo-mini {
display: none;
margin-left: 5px;
}
.page-header.navbar .page-logo .text-logo {
padding-left: 20px;
padding-top: 12px;
}
.page-header.navbar .page-top {
height: 68px;
background: #BAC0B6;
}
.page-header.navbar .search-form {
margin-left: 10px;
display: inline-block;
width: 68px;
position: relative;
float: left !important;
transition: all .6s;
}
.page-header.navbar .search-form .input-group .form-control {
height: 68px;
border: 0;
background: 0 0 !important;
font-size: 14px;
padding-left: 0;
margin-left: 12px;
text-indent: -150000px;
}
.page-header.navbar .search-form .input-group .form-control:hover {
cursor: pointer;
}
.page-header.navbar .search-form .input-group .input-group-btn {
height: 68px;
}
.page-header.navbar .search-form .input-group .input-group-btn .btn.submit {
margin-left: -24px;
padding: 0;
width: 68px;
background: 0 0;
margin-top: 4px;
display: block;
}
.page-header.navbar .search-form .input-group .input-group-btn .btn.submit>i {
font-size: 15px;
}
.page-header.navbar .search-form.open {
transition: all .6s;
width: 300px !important;
}
.page-header.navbar .search-form.open .input-group .form-control {
text-indent: 0;
}
.page-header.navbar .search-form.open .input-group .form-control:hover {
cursor: text;
}
.page-header.navbar .search-form.open .input-group .input-group-btn .btn.submit {
margin-left: 0;
}
.page-header.navbar .menu-toggler {
display: block;
cursor: pointer;
opacity: .6;
filter: alpha(opacity=60);
width: 20px;
height: 20px;
background-repeat: no-repeat;
background-position: center center;
background-image: url(../img/sidebar-toggler.png);
}
.page-header.navbar .menu-toggler:hover,.page-header.navbar .top-menu .navbar-nav>li.dropdown-extended .dropdown-menu .dropdown-menu-list>li>a:hover {
opacity: 1;
filter: alpha(opacity=100);
}
.page-header.navbar .menu-toggler.sidebar-toggler {
float: right;
margin: 23px 0 0;
}
.page-sidebar-closed.page-sidebar-closed-hide-logo .page-header.navbar .menu-toggler.sidebar-toggler {
margin-right: 17px;
}
.page-header.navbar .menu-toggler.responsive-toggler {
display: none;
float: right;
margin: 24px 14px 0 6px;
background-image: url(../img/sidebar-toggler-inverse.png);
}
.page-header.navbar .page-actions {
margin: 17px 0 15px 15px;
padding: 0;
float: left;
}
.page-header.navbar .page-actions .btn-group .dropdown-menu:before {
left: 9px;
right: auto;
}
.page-header.navbar .page-actions .btn-group .dropdown-menu:after {
left: 10px;
right: auto;
}
.page-header.navbar .top-menu {
margin: 0;
padding: 0;
float: right;
}
.page-header.navbar .top-menu .navbar-nav {
padding: 0;
margin-right: 20px;
display: block;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown {
margin: 0;
padding: 0;
height: 68px;
display: inline-block;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown>.dropdown-toggle {
margin: 0;
padding: 28px 16px 19px;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown>.dropdown-toggle:last-child {
padding-right: 0;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown>.dropdown-toggle>i {
font-size: 19px;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown>.dropdown-toggle>i.glyphicon {
top: 0;
font-size: 17px;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown>.dropdown-toggle>.badge {
font-family: "Open Sans",sans-serif;
position: absolute;
top: 17px;
right: 9px;
font-weight: 300;
padding: 3px 6px;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown>.dropdown-toggle:focus {
background: 0 0;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown .dropdown-menu {
margin-top: 9px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown .dropdown-menu:before {
position: absolute;
top: -7px;
right: 9px;
display: inline-block !important;
border-right: 7px solid transparent;
border-bottom: 7px solid #eee;
border-left: 7px solid transparent;
border-bottom-color: rgba(0,0,0,.2);
content: '';
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown .dropdown-menu:after {
position: absolute;
top: -6px;
right: 10px;
display: inline-block !important;
border-right: 6px solid transparent;
border-bottom: 6px solid #fff;
border-left: 6px solid transparent;
content: '';
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown .dropdown-menu>li>a {
color: #555;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown-extended .dropdown-menu {
min-width: 160px;
max-width: 275px;
width: 275px;
z-index: 9995;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown-extended .dropdown-menu>li.external {
display: block;
overflow: hidden;
padding: 15px;
letter-spacing: .5px;
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
-ms-border-radius: 4px 4px 0 0;
-o-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown-extended .dropdown-menu>li.external>h3 {
margin: 0;
padding: 0;
float: left;
font-size: 13px;
display: inline-block;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown-extended .dropdown-menu>li.external>a {
display: inline-block;
padding: 0;
background: 0 0;
clear: inherit;
font-size: 13px;
font-weight: 300;
position: absolute;
right: 10px;
border: 0;
margin-top: -1px;
}
.page-bar:after,.page-container:after,.page-footer:after {
clear: both;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown-extended .dropdown-menu>li.external>a:hover {
text-decoration: underline;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown-extended .dropdown-menu .dropdown-menu-list {
padding-right: 0 !important;
padding-left: 0;
list-style: none;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown-extended .dropdown-menu .dropdown-menu-list>li>a {
display: block;
clear: both;
font-weight: 300;
line-height: 20px;
white-space: normal;
font-size: 13px;
padding: 16px 15px 18px;
text-shadow: none;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown-extended .dropdown-menu .dropdown-menu-list>li:first-child a {
border-top: none;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown-notification .dropdown-menu .dropdown-menu-list>li a .details {
overflow: hidden;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown-notification .dropdown-menu .dropdown-menu-list>li a .details .label-icon {
margin-right: 10px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown-notification .dropdown-menu .dropdown-menu-list>li a .details .label-icon i {
margin-right: 2px;
margin-left: 1px;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown-notification .dropdown-menu .dropdown-menu-list>li a .details .label-icon .badge {
right: 15px;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown-notification .dropdown-menu .dropdown-menu-list>li a .time {
float: right;
max-width: 75px;
font-size: 11px;
font-weight: 400;
opacity: .7;
filter: alpha(opacity=70);
text-align: right;
padding: 1px 5px;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown-inbox>.dropdown-menu .dropdown-menu-list>li .photo {
float: left;
margin: 0 6px 6px 0;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown-inbox>.dropdown-menu .dropdown-menu-list>li .photo img {
height: 40px;
width: 40px;
-webkit-border-radius: 50% !important;
-moz-border-radius: 50% !important;
-ms-border-radius: 50% !important;
-o-border-radius: 50% !important;
border-radius: 50% !important;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown-inbox>.dropdown-menu .dropdown-menu-list>li .subject {
display: block;
margin-left: 46px;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown-inbox>.dropdown-menu .dropdown-menu-list>li .subject .from {
font-size: 13px;
font-weight: 600;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown-inbox>.dropdown-menu .dropdown-menu-list>li .subject .time {
font-size: 12px;
font-weight: 400;
opacity: .5;
filter: alpha(opacity=50);
float: right;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown-inbox>.dropdown-menu .dropdown-menu-list>li .message {
display: block !important;
font-size: 12px;
line-height: 1.3;
margin-left: 46px;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown-tasks .dropdown-menu .dropdown-menu-list>li .task {
margin-bottom: 5px;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown-tasks .dropdown-menu .dropdown-menu-list>li .task .desc {
font-size: 13px;
font-weight: 300;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown-tasks .dropdown-menu .dropdown-menu-list>li .task .percent {
float: right;
font-weight: 600;
display: inline-block;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown-tasks .dropdown-menu .dropdown-menu-list>li .progress {
display: block;
height: 8px;
margin: 8px 0 2px;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown-user {
padding: 0 0 0 10px;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown-user .dropdown-toggle {
padding: 24px 12px;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown-user .dropdown-toggle>.username {
display: inline-block;
font-size: 14px;
font-weight: 400;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown-user .dropdown-toggle>img {
float: left;
margin-top: -8px;
margin-right: 7px;
height: 39px;
display: inline-block;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown-user .dropdown-toggle>i {
display: inline-block;
margin: 0;
font-size: 14px;
font-weight: 400;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown-user .dropdown-menu {
width: 175px;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown-user .dropdown-menu>li>a {
font-size: 14px;
font-weight: 300;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown-user .dropdown-menu>li>a i {
width: 15px;
display: inline-block;
margin-right: 9px;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown-user .dropdown-menu>li>a .badge {
margin-right: 10px;
}
.page-header.navbar .top-menu .navbar-nav>li.quick-sidebar-toggler {
cursor: pointer;
padding: 24px 12px;
}
.page-header.navbar .top-menu .navbar-nav>li.quick-sidebar-toggler>i {
top: 3px;
color: #c0cddc;
font-size: 19px;
}
.page-header.navbar .top-menu .navbar-nav>li.quick-sidebar-toggler>i:before {
content: "";
}
.page-quick-sidebar-open .page-header.navbar .top-menu .navbar-nav>li.quick-sidebar-toggler>i:before {
content: "";
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown-language {
padding-left: 0;
padding-right: 0;
margin: 0;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown-language>.dropdown-toggle {
font-size: 13px;
padding: 24px 12px;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown-language>.dropdown-toggle>img {
margin-bottom: 2px;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown-language>.dropdown-toggle>i {
font-size: 14px;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown-language>.dropdown-menu>li>a {
font-size: 13px;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown-language>.dropdown-menu>li>a>img {
margin-bottom: 2px;
margin-right: 5px;
}
.page-header.navbar .top-menu .navbar-nav li.dropdown-dark .dropdown-menu {
border: 0;
}
.page-header.navbar .top-menu .navbar-nav li.dropdown-dark .dropdown-menu:before {
border-left: none;
border-right: none;
}
.page-header.navbar .top-menu .navbar-nav li.dropdown-dark .dropdown-menu .dropdown-menu-list>li.external a {
background: 0 0 !important;
border: none !important;
}
@media (min-width:768px) {
.page-header.navbar .search-form.search-form-expanded {
width: 200px;
}
.page-header.navbar .search-form.search-form-expanded .input-group .form-control {
text-indent: 0;
}
.page-header.navbar .search-form.search-form-expanded .input-group .form-control:hover {
cursor: text;
}
.page-header.navbar .search-form.search-form-expanded .input-group .input-group-btn .btn.submit {
margin-left: 0;
}
}
@media (min-width:992px) and (max-width:1200px) {
.page-boxed .page-header.navbar .top-menu .navbar-nav>li.dropdown-language .dropdown-toggle .langname,.page-boxed .page-header.navbar .top-menu .navbar-nav>li.dropdown-user .dropdown-toggle .username.username-hide-on-mobile {
display: none;
}
}
@media (min-width:992px) {
.page-sidebar-closed.page-sidebar-closed-hide-logo .page-header.navbar .page-logo {
padding: 0;
width: 54px;
}
.page-sidebar-closed.page-sidebar-closed-hide-logo .page-header.navbar .page-logo .logo-default {
display: none;
}
.page-boxed .page-header.navbar .page-logo {
width: 195px;
}
.page-boxed .page-header.navbar .top-menu .navbar-nav {
margin-right: 20px;
}
.page-sidebar-closed.page-sidebar-closed-hide-logo.page-boxed .page-header.navbar .page-logo {
width: 54px;
}
.page-boxed.page-sidebar-fixed .page-header.navbar .page-logo {
width: 195px;
}
}
@media (max-width:991px) {
.page-header.navbar {
padding: 0;
margin: 0;
position: relative;
clear: both;
}
.page-header.navbar .page-logo {
width: auto;
padding: 0 15px 0 10px;
}
.page-header.navbar .page-logo img {
margin-left: 4px !important;
}
.page-header.navbar .menu-toggler.sidebar-toggler {
display: none !important;
}
.page-header.navbar .menu-toggler.responsive-toggler {
display: inline-block;
}
.page-header.navbar .search-form {
margin-left: 0;
}
.page-header.navbar .search-form.open {
width: 245px !important;
}
.page-header.navbar .page-header-inner.container {
width: 100%;
max-width: none !important;
margin: 0 !important;
padding: 0 !important;
}
.page-header.navbar .top-menu .navbar-nav {
display: inline-block;
margin: 0 10px 0 0;
}
.page-header.navbar .top-menu .navbar-nav>li {
float: left;
}
.page-header.navbar .top-menu .navbar-nav .nav li.dropdown i {
display: inline-block;
position: relative;
top: 1px;
right: 0;
}
.page-header.navbar .top-menu .navbar-nav .open .dropdown-menu {
position: absolute;
}
.page-header-fixed.page-header-fixed-mobile .navbar-fixed-top {
position: fixed;
}
.page-boxed .page-header.navbar>.container {
max-width: none !important;
margin: 0 !important;
padding: 0 !important;
}
}
@media (min-width:768px) and (max-width:991px) {
.page-boxed .page-header.navbar {
margin: auto !important;
padding: 0;
}
.page-boxed .page-header.navbar>.container {
margin: auto !important;
}
}
@media (max-width:580px) {
.page-header.navbar .top-menu .navbar-nav>li.dropdown-language .dropdown-toggle .langname,.page-header.navbar .top-menu .navbar-nav>li.dropdown-user .dropdown-toggle .username.username-hide-on-mobile {
display: none;
}
}
@media (max-width:767px) {
.page-header.navbar {
padding: 0;
height: 136px;
}
.page-header.navbar .page-logo {
width: auto;
}
.page-header.navbar .search-form.open {
z-index: 3;
left: 10px;
right: 10px;
position: absolute;
width: auto !important;
margin: 0 -10px !important;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown-extended>.dropdown-menu {
max-width: 245px;
width: 245px;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown-notification .dropdown-menu {
margin-right: -170px;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown-notification .dropdown-menu:after,.page-header.navbar .top-menu .navbar-nav>li.dropdown-notification .dropdown-menu:before {
margin-right: 170px;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown-inbox .dropdown-menu {
margin-right: -120px;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown-inbox .dropdown-menu:after,.page-header.navbar .top-menu .navbar-nav>li.dropdown-inbox .dropdown-menu:before {
margin-right: 120px;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown-tasks .dropdown-menu {
margin-right: -80px;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown-tasks .dropdown-menu:after,.page-header.navbar .top-menu .navbar-nav>li.dropdown-tasks .dropdown-menu:before {
margin-right: 80px;
}
.page-header.navbar .top-menu .navbar-nav {
margin-right: 0;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown .dropdown-toggle {
padding: 28px 10px 19px;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown-language .dropdown-toggle,.page-header.navbar .top-menu .navbar-nav>li.dropdown-user .dropdown-toggle {
padding: 24px 6px;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown-user {
margin-right: 10px;
}
.page-header.navbar .menu-toggler.responsive-toggler {
background-image: url(../img/sidebar-toggler.png);
}
.page-header.navbar .search-form {
margin-left: -12px;
}
.page-header.navbar .page-top {
display: block;
clear: both;
}
}
.pace .pace-progress {
z-index: 10000;
top: 66px;
height: 2px;
}
.pace .pace-activity {
top: 70px;
right: 22px;
border-radius: 10px !important;
}
@media (max-width:767px) {
.page-header-fixed .pace .pace-progress {
top: 136px;
}
.page-header-fixed .pace .pace-activity {
top: 276px;
right: 15px;
}
}
.page-container {
margin: 0;
padding: 0;
position: relative;
}
.page-container:after,.page-container:before {
content: " ";
display: table;
}
.page-header-fixed .page-container {
margin-top: 68px;
}
.page-footer-fixed.page-footer-fixed-mobile .page-container {
margin-bottom: 20px !important;
}
@media (min-width:1260px) {
.container {
width: 1270px;
}
}
@media (min-width:992px) {
.page-footer-fixed .page-container {
margin-bottom: 20px !important;
}
}
@media (max-width:991px) {
.page-container {
margin: 0 !important;
padding: 0 !important;
}
.page-header-fixed.page-header-fixed-mobile .page-container {
margin-top: 68px !important;
}
}
@media (max-width:480px) {
.page-header-fixed.page-header-fixed-mobile .page-container {
margin-top: 136px !important;
}
}
.ie8 .page-sidebar {
width: 195px;
float: left;
position: relative;
margin-right: -100%;
}
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover.navbar-collapse,.page-sidebar.navbar-collapse {
padding: 0;
box-shadow: none;
}
.page-sidebar .page-sidebar-menu,.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu {
list-style: none;
margin: 0;
padding: 0;
}
.page-sidebar .page-sidebar-menu>li,.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li {
display: block;
margin: 0;
padding: 0;
border: 0;
}
.page-sidebar .page-sidebar-menu>li.start>a,.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.start>a {
border-top-color: transparent !important;
}
.page-sidebar .page-sidebar-menu>li.last>a,.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.last>a {
border-bottom-color: transparent !important;
}
.page-sidebar .page-sidebar-menu>li>a,.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a {
min-height: 78px;
display: block;
position: relative;
margin: 0;
border: 0;
padding: 17px 15px 15px;
text-decoration: none;
font-size: 13px;
font-weight: 300;
text-align: center;
}
.page-sidebar .page-sidebar-menu>li>a>.title,.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a>.title {
display: block;
text-align: center;
margin-top: 5px;
}
.page-sidebar .page-sidebar-menu>li>a>i,.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a>i {
font-size: 24px;
text-shadow: none;
font-weight: 300;
text-align: center;
}
.page-sidebar .page-sidebar-menu>li>a>i.glyphicon,.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a>i.glyphicon {
top: 3px;
margin-left: 1px;
margin-right: 4px;
}
.page-sidebar .page-sidebar-menu>li>a>[class^=icon-],.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a>[class^=icon-] {
top: 2px;
margin-left: 1px;
margin-right: 4px;
}
.page-sidebar-fixed .page-sidebar .page-sidebar-menu>li>a,.page-sidebar-fixed .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a {
transition: all .2s ease;
}
.page-sidebar-reversed.page-sidebar-fixed .page-sidebar .page-sidebar-menu>li>a,.page-sidebar-reversed.page-sidebar-fixed .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a {
transition: none;
}
.page-sidebar .page-sidebar-menu>li.open>a,.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.open>a {
font-size: 13px;
}
.page-sidebar .page-sidebar-menu>li.active>a,.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active>a {
border: none;
text-shadow: none;
font-size: 13px;
}
.page-sidebar .page-sidebar-menu>li.active>a>.selected,.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active>a>.selected {
float: right;
position: absolute;
right: -1px;
top: 26px;
background: 0 0;
width: 0;
height: 0;
border-style: solid;
border-top: 12px double transparent;
border-bottom: 12px double transparent;
border-left: 0;
border-right: 8px solid #fff;
}
.page-sidebar-reversed .page-sidebar .page-sidebar-menu>li.active>a>.selected,.page-sidebar-reversed .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active>a>.selected {
right: auto;
left: -1px;
border-right: 0;
border-left: 8px solid #fff;
}
.page-container-bg-solid .page-sidebar .page-sidebar-menu>li.active>a>.selected,.page-container-bg-solid .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active>a>.selected {
border-color: transparent #eef1f5 transparent transparent;
}
.page-container-bg-solid.page-sidebar-reversed .page-sidebar .page-sidebar-menu>li.active>a>.selected,.page-container-bg-solid.page-sidebar-reversed .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active>a>.selected {
border-color: transparent transparent transparent #eef1f5;
}
.page-sidebar .page-sidebar-menu li>a>.arrow:before,.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li>a>.arrow:before {
width: 10px;
float: right;
margin-right: 5px;
margin-left: 5px;
margin-top: -32px;
display: inline;
font-size: 16px;
font-family: FontAwesome;
height: auto;
content: "\f104";
font-weight: 300;
text-shadow: none;
}
.page-sidebar .page-sidebar-menu li>a>.arrow.open:before,.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li>a>.arrow.open:before {
content: "\f107";
}
.page-sidebar .page-sidebar-menu li>a>.badge,.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li>a>.badge {
float: right;
margin-top: 1px;
margin-right: 0;
}
.page-sidebar .page-sidebar-menu .sub-menu,.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu {
list-style: none;
display: none;
padding: 0;
margin: 8px 0;
}
.page-sidebar .page-sidebar-menu .sub-menu li,.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li {
background: 0 0;
margin: 0;
padding: 0;
margin-top: 1px !important;
}
.page-sidebar .page-sidebar-menu .sub-menu li>a,.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li>a {
display: block;
margin: 0;
padding: 9px 15px;
text-decoration: none;
font-size: 13px;
font-weight: 300;
background: 0 0;
}
.page-sidebar .page-sidebar-menu .sub-menu li>a>i,.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li>a>i {
font-size: 14px;
margin-right: 1px;
}
.page-sidebar .page-sidebar-menu .sub-menu li>a .arrow:before,.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li>a .arrow:before {
margin-top: -4px;
}
.page-sidebar .page-sidebar-menu .sub-menu li>a .arrow.open:before,.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li>a .arrow.open:before {
margin-top: -2px;
}
.page-sidebar .page-sidebar-menu .sub-menu li>.sub-menu,.page-sidebar .page-sidebar-menu .sub-menu li>.sub-menu>li>.sub-menu,.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li>.sub-menu,.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li>.sub-menu>li>.sub-menu {
margin: 0;
}
.page-sidebar .page-sidebar-menu .sub-menu li>.sub-menu>li>a,.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li>.sub-menu>li>a {
padding-left: 30px;
}
.page-sidebar .page-sidebar-menu .sub-menu li>.sub-menu>li>.sub-menu>li>a,.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li>.sub-menu>li>.sub-menu>li>a {
padding-left: 40px;
}
.page-sidebar .page-sidebar-menu li.active>.sub-menu,.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li.active>.sub-menu {
display: block;
}
.page-sidebar .page-sidebar-menu.page-sidebar-menu-compact>li,.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu.page-sidebar-menu-compact>li {
text-align: left;
}
.page-sidebar .page-sidebar-menu.page-sidebar-menu-compact>li>a,.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu.page-sidebar-menu-compact>li>a {
text-align: left;
min-height: 50px;
padding: 15px;
}
.page-sidebar .page-sidebar-menu.page-sidebar-menu-compact>li>a>.title,.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu.page-sidebar-menu-compact>li>a>.title {
display: inline-block;
text-align: left;
margin-top: 0;
}
.page-sidebar .page-sidebar-menu.page-sidebar-menu-compact>li>a>i,.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu.page-sidebar-menu-compact>li>a>i {
font-size: 16px;
text-align: left;
}
.page-sidebar .page-sidebar-menu.page-sidebar-menu-compact>li.active>a>.selected,.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu.page-sidebar-menu-compact>li.active>a>.selected {
top: 14px;
}
.page-sidebar .page-sidebar-menu.page-sidebar-menu-compact>li>.sub-menu>li>a,.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu.page-sidebar-menu-compact>li>.sub-menu>li>a {
padding-left: 22px;
}
.page-sidebar .page-sidebar-menu.page-sidebar-menu-compact li>a>.arrow.open:before,.page-sidebar .page-sidebar-menu.page-sidebar-menu-compact li>a>.arrow:before,.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu.page-sidebar-menu-compact li>a>.arrow.open:before,.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu.page-sidebar-menu-compact li>a>.arrow:before {
margin-top: -1px;
}
.page-sidebar .page-sidebar-menu.page-sidebar-menu-compact.page-sidebar-menu-hover-submenu>li>.sub-menu>li>a,.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu.page-sidebar-menu-compact.page-sidebar-menu-hover-submenu>li>.sub-menu>li>a {
padding-left: 15px;
}
@media (min-width:992px) {
.page-full-width .page-sidebar,.page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed>li.open>.sub-menu,.page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed>li>.sub-menu {
display: none !important;
}
.page-sidebar {
width: 195px;
float: left;
position: relative;
margin-right: -100%;
}
.page-sidebar.navbar-collapse {
max-height: none !important;
}
.page-sidebar .page-sidebar-menu {
margin-bottom: 10px;
}
.page-sidebar-reversed .page-sidebar {
float: right;
margin-right: 0;
margin-left: -100%;
}
.page-sidebar-reversed.page-sidebar-fixed .page-sidebar {
margin-left: -195px;
}
.page-sidebar-reversed.page-sidebar-fixed .page-sidebar-wrapper {
position: relative;
float: right;
}
.page-sidebar-fixed .page-sidebar {
position: fixed !important;
margin-left: 0;
top: 68px;
}
.page-sidebar-fixed .page-sidebar-menu>li.last {
margin-bottom: 15px !important;
}
.page-sidebar-fixed .page-sidebar-menu .sub-menu {
height: auto !important;
}
.page-sidebar-closed .page-sidebar,.page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed {
width: 54px !important;
}
.page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed>li:hover {
width: 249px !important;
position: relative !important;
z-index: 10000;
display: block !important;
}
.page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed>li:hover>a {
-webkit-border-radius: 0 4px 0 0;
-moz-border-radius: 0 4px 0 0;
-ms-border-radius: 0 4px 0 0;
-o-border-radius: 0 4px 0 0;
border-radius: 0 4px 0 0;
text-align: left;
}
.page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed>li:hover>a>i {
display: inline-block;
margin-right: 10px;
}
.page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed>li:hover>a>.title {
display: inline !important;
padding-left: 20px;
}
.page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed>li:hover>a>.badge {
display: block !important;
}
.page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed>li:hover>a>.selected {
display: none;
}
.page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed>li:hover>.sub-menu {
width: 194px;
position: absolute;
z-index: 2000;
left: 55px;
margin-top: 0;
top: 100%;
display: block !important;
-webkit-border-radius: 0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;
-ms-border-radius: 0 0 4px 4px;
-o-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
}
.page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed>li:hover>.sub-menu>li>a {
padding-left: 15px !important;
}
.page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed>li:hover>.sub-menu>li>.sub-menu>li>a {
padding-left: 30px !important;
}
.page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed>li:hover>.sub-menu>li>.sub-menu>li>.sub-menu>li>a {
padding-left: 45px !important;
}
.page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed>li>a {
min-height: 54px;
padding-left: 11px;
}
.page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed>li>a .selected {
top: 16px;
right: -2px !important;
}
.page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed>li>a>.arrow,.page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed>li>a>.badge,.page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed>li>a>.title {
display: none !important;
}
.page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-compact.page-sidebar-menu-closed>li>a {
min-height: 50px;
padding-right: 11px;
padding-left: 18px;
}
.page-sidebar-closed.page-sidebar-reversed .page-sidebar {
margin-left: -54px;
width: 54px;
}
.page-sidebar-closed.page-sidebar-reversed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed>li>.sub-menu {
left: auto;
right: 55px;
}
.page-sidebar-closed.page-sidebar-reversed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed>li:hover {
margin-left: -195px;
}
.page-sidebar-closed.page-sidebar-reversed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed>li:hover>a {
-webkit-border-radius: 4px 0 0;
-moz-border-radius: 4px 0 0;
-ms-border-radius: 4px 0 0 0;
-o-border-radius: 4px 0 0;
border-radius: 4px 0 0;
}
.page-sidebar-closed.page-sidebar-reversed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed>li:hover>a>.title {
padding-left: 0;
padding-right: 15px;
}
.page-sidebar-closed.page-sidebar-reversed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed>li:hover>a>i {
margin-right: 0;
margin-left: 2px;
}
.page-sidebar-closed.page-sidebar-reversed .page-sidebar .page-sidebar-menu.page-sidebar-menu-light.page-sidebar-menu-closed>li>a {
padding-right: 7px;
padding-left: 11px;
}
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover {
width: 195px !important;
display: block;
z-index: 10000;
}
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu {
width: 195px !important;
}
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .selected {
display: none !important;
}
.page-sidebar-closed.page-sidebar-fixed.page-sidebar-reversed .page-sidebar:hover {
width: 195px !important;
display: block;
z-index: 10000;
margin-left: -195px !important;
}
.page-sidebar-closed.page-sidebar-fixed.page-sidebar-reversed .page-sidebar:hover .page-sidebar-menu {
width: 195px !important;
}
.page-sidebar-closed.page-sidebar-hide .page-sidebar {
display: none !important;
}
.page-sidebar-menu.page-sidebar-menu-hover-submenu li .sub-menu {
display: none;
width: 194px;
z-index: 2000;
position: absolute;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
}
.page-sidebar-menu.page-sidebar-menu-hover-submenu li .sub-menu>li>a {
margin: 3px;
}
.page-sidebar-menu.page-sidebar-menu-hover-submenu li.active .sub-menu,.page-sidebar-menu.page-sidebar-menu-hover-submenu li.open .sub-menu {
display: none !important;
}
.page-sidebar-menu.page-sidebar-menu-hover-submenu li a>.arrow {
display: none;
}
.page-sidebar-menu.page-sidebar-menu-hover-submenu li:hover>a>.arrow {
display: block;
float: right;
position: absolute;
right: 0;
margin-top: -20px;
background: 0 0;
width: 0;
height: 0;
border-style: solid;
border-top: 12px double transparent;
border-bottom: 12px double transparent;
border-left: 0;
}
.page-sidebar-menu.page-sidebar-menu-hover-submenu li:hover>a>.arrow:after,.page-sidebar-menu.page-sidebar-menu-hover-submenu li:hover>a>.arrow:before {
display: none;
}
.page-sidebar-reversed .page-sidebar-menu.page-sidebar-menu-hover-submenu li:hover>a>.arrow {
right: auto;
left: 0;
border-right: 0;
}
.page-sidebar-menu.page-sidebar-menu-hover-submenu li:hover>.sub-menu {
display: inline-block !important;
}
.page-sidebar-menu.page-sidebar-menu-hover-submenu>li:hover>a>.arrow {
z-index: 1;
right: 0;
margin-top: -36px;
}
.page-fontawesome .page-sidebar-menu.page-sidebar-menu-hover-submenu>li:hover>a>.arrow {
margin-top: -34px;
}
.page-glyphicons .page-sidebar-menu.page-sidebar-menu-hover-submenu>li:hover>a>.arrow {
margin-top: -38px;
}
.page-sidebar-menu.page-sidebar-menu-hover-submenu>li:hover>.sub-menu {
margin-left: 195px;
margin-top: -78px;
}
.page-sidebar-reversed .page-sidebar-menu.page-sidebar-menu-hover-submenu>li:hover>.sub-menu {
margin-left: -194px !important;
}
.page-sidebar-closed .page-sidebar-menu.page-sidebar-menu-hover-submenu>li:hover>.sub-menu {
margin-left: 0;
}
.page-sidebar-menu.page-sidebar-menu-hover-submenu>li:hover>.sub-menu>li .sub-menu {
margin-left: 194px;
margin-top: -42px !important;
}
.page-sidebar-reversed .page-sidebar-menu.page-sidebar-menu-hover-submenu>li:hover>.sub-menu>li .sub-menu {
margin-left: -194px !important;
}
.page-sidebar-menu.page-sidebar-menu-hover-submenu>li:hover>.sub-menu>li .sub-menu>li>a {
padding-left: 10px;
padding-right: 10px;
}
.page-sidebar-menu.page-sidebar-menu-compact.page-sidebar-menu-hover-submenu li:hover>a>.arrow,.page-sidebar-menu.page-sidebar-menu-compact.page-sidebar-menu-hover-submenu>li:hover>a>.arrow {
margin-top: -20px;
}
.page-sidebar-menu.page-sidebar-menu-compact.page-sidebar-menu-hover-submenu>li:hover>.sub-menu {
margin-top: -49px;
}
}
@media (max-width:991px) {
.page-sidebar .selected,.page-sidebar.navbar-collapse.collapse {
display: none !important;
}
.page-sidebar,.page-sidebar.navbar-collapse.in {
border-top: 0 !important;
margin: 20px;
}
.page-sidebar.navbar-collapse {
max-height: none;
}
.page-sidebar.navbar-collapse.in {
position: relative;
overflow: hidden !important;
overflow-y: auto !important;
display: block !important;
}
.page-sidebar.navbar-collapse.navbar-no-scroll {
max-height: none !important;
}
.page-sidebar .mega-menu-responsive-content {
padding: 10px 18px 10px 45px;
}
.page-full-width .page-sidebar-menu {
display: block;
}
}
@media (min-width:768px) and (max-width:991px) {
.page-sidebar .btn-navbar.collapsed .arrow {
display: none;
}
.page-sidebar .btn-navbar .arrow {
position: absolute;
right: 25px;
width: 0;
height: 0;
top: 50px;
border-bottom: 15px solid #5f646b;
border-left: 15px solid transparent;
border-right: 15px solid transparent;
}
}
@media (max-width:480px) {
.page-sidebar,.page-sidebar.in {
margin: 10px !important;
}
.page-header-fixed.page-header-fixed-mobile .page-sidebar,.page-header-fixed.page-header-fixed-mobile .page-sidebar.in {
margin-top: 10px !important;
}
}
.page-title {
padding: 0;
font-size: 26px;
letter-spacing: -1px;
line-height: 26px;
display: block;
color: #666;
margin: 0 0 20px;
font-weight: 300;
font-family: "Open Sans",sans-serif;
}
.page-title small {
font-size: 13px;
letter-spacing: 0;
font-weight: 300;
color: #888;
}
.page-container-bg-solid .page-title,.page-container-bg-solid .page-title small {
color: #666;
}
.page-bar {
padding: 0;
background-color: #fff;
margin-bottom: 20px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
}
.page-bar:after,.page-bar:before {
content: " ";
display: table;
}
.page-bar .page-breadcrumb {
display: inline-block;
float: left;
padding: 10px 6px;
margin: 0;
list-style: none;
}
.page-bar .page-breadcrumb>li {
display: inline-block;
}
.ie8 .page-bar .page-breadcrumb>li {
margin-right: 1px;
}
.page-bar .page-breadcrumb>li>a,.page-bar .page-breadcrumb>li>span {
color: #888;
font-size: 13px;
text-shadow: none;
}
.page-bar .page-breadcrumb>li>i {
color: #aaa;
font-size: 14px;
text-shadow: none;
}
.page-bar .page-breadcrumb>li>i[class*=icon-],.page-bar .page-breadcrumb>li>i[class^=icon-] {
color: #8c8c8c;
}
.page-bar .page-toolbar {
display: inline-block;
float: right;
}
.page-bar .page-toolbar .btn-fit-height {
-webkit-border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
-ms-border-radius: 0 4px 4px 0;
-o-border-radius: 0 4px 4px 0;
border-radius: 0 4px 4px 0;
padding-top: 9px;
padding-bottom: 9px;
}
.page-md .page-bar .page-toolbar .btn-fit-height {
padding-top: 11px;
padding-bottom: 10px;
box-shadow: none !important;
}
.page-bar .page-toolbar .btn.btn-default {
border-color: #eee;
color: #999;
}
.page-bar .page-toolbar .btn.btn-default>i {
color: #999;
}
.page-bar .page-toolbar .btn.btn-sm {
margin-top: 0;
}
.page-bar .page-toolbar .btn-dashboard-daterange {
padding: 8px 16px;
}
.page-bar .page-toolbar .btn-dashboard-daterange>i[class^=icon-] {
position: relative;
font-size: 20px;
opacity: .8;
filter: alpha(opacity=80);
top: 2px;
}
.page-bar .page-toolbar .btn-dashboard-daterange>i.fa-angle-down {
font-size: 16px;
opacity: .8;
filter: alpha(opacity=80);
}
.page-content {
margin-top: 0;
padding: 0;
background-color: #fff;
}
.page-container-bg-solid .page-content {
background: #eef1f5;
}
.page-full-width .page-content {
margin-left: 0 !important;
}
@media (min-width:992px) {
.page-content-wrapper {
float: left;
width: 100%;
}
.page-content-wrapper .page-content {
margin-left: 195px;
margin-top: 0;
min-height: 600px;
padding: 25px 20px 10px;
}
.page-content-wrapper .page-content.no-min-height {
min-height: auto;
}
.page-sidebar-fixed.page-sidebar-hover-on .page-content-wrapper .page-content {
margin-left: 54px;
}
.page-sidebar-reversed .page-content-wrapper .page-content {
margin-left: 0 !important;
margin-right: 195px !important;
}
.page-sidebar-reversed.page-sidebar-fixed.page-sidebar-hover-on .page-content-wrapper .page-content {
margin-left: 0;
margin-right: 54px;
}
.page-sidebar-reversed.page-sidebar-closed .page-content-wrapper .page-content {
margin-left: 0 !important;
margin-right: 54px !important;
}
.page-sidebar-closed .page-content-wrapper .page-content {
margin-left: 54px !important;
}
.page-full-width .page-content-wrapper .page-content,.page-sidebar-closed.page-sidebar-hide .page-content-wrapper .page-content {
margin-left: 0 !important;
}
.page-sidebar-closed.page-sidebar-reversed.page-sidebar-hide .page-content-wrapper .page-content {
margin-right: 0 !important;
}
}
@media (max-width:991px) {
.page-boxed>.container {
width: 100%;
max-width: none !important;
margin: 0 !important;
padding: 0 !important;
}
.page-content-wrapper .page-content {
margin: 0 !important;
padding: 20px !important;
min-height: 280px;
}
}
@media (min-width:768px) and (max-width:991px) {
.page-boxed>.container {
margin: auto !important;
}
}
@media (max-width:767px) {
.page-content-wrapper .page-content {
padding: 20px 10px 10px !important;
overflow: hidden;
}
.page-content-wrapper .page-content .page-title {
margin-bottom: 15px;
font-size: 20px;
}
.page-content-wrapper .page-content .page-title small {
font-size: 13px;
padding-top: 3px;
}
}
@media (max-width:480px) {
.page-content-wrapper .page-content .page-title small {
display: block;
clear: both;
}
}
.page-footer {
padding: 8px 20px 5px;
font-size: 12px;
height: 33px;
}
.page-footer:after,.page-footer:before {
content: " ";
display: table;
}
.page-footer .page-footer-inner {
float: left;
display: inline-block;
}
.page-footer .page-footer-tools {
float: right;
display: inline-block;
}
.page-footer .page-footer-tools .go-top {
display: block;
text-decoration: none;
cursor: pointer;
margin-top: -2px;
margin-right: 0;
margin-bottom: 0;
font-size: 16px;
padding: 0 6px;
}
.page-footer .page-footer-tools .go-top i {
font-size: 22px;
margin-bottom: 5px;
}
.page-footer-fixed.page-footer-fixed-mobile .page-footer {
position: fixed;
left: 0;
right: 0;
z-index: 10000;
bottom: 0;
}
.page-footer-fixed.page-footer-fixed-mobile.page-sidebar-fixed .page-footer {
margin-left: 0 !important;
}
@media (min-width:992px) {
.page-footer {
clear: left;
}
.page-footer-fixed .page-footer {
position: fixed;
left: 0;
right: 0;
z-index: 10000;
bottom: 0;
}
.page-sidebar-fixed.page-sidebar-closed .page-footer {
margin-left: 54px;
}
.page-sidebar-fixed.page-footer-fixed .page-footer {
margin-left: 0 !important;
}
.page-sidebar-fixed .page-footer {
margin-left: 195px;
padding: 8px 20px 5px;
}
.page-boxed .page-footer {
padding: 8px 0 5px;
}
.page-boxed.page-sidebar-fixed .page-footer {
padding-right: 20px;
padding-left: 20px;
}
.page-sidebar-reversed.page-sidebar-fixed .page-footer {
margin-left: 0;
margin-right: 195px;
padding: 8px 20px 5px;
}
.page-sidebar-reversed.page-sidebar-fixed.page-footer-fixed .page-footer {
margin-left: 0;
margin-right: 0;
}
.page-sidebar-reversed.page-sidebar-fixed.page-sidebar-closed .page-footer {
margin-right: 54px;
}
.scroll-to-top {
right: 10px;
}
}
@media (max-width:991px) {
.page-footer {
padding-left: 10px;
padding-right: 10px;
}
}
@media (max-width:767px) {
.page-boxed .page-footer,.page-footer {
padding-left: 10px;
padding-right: 10px;
}
.page-footer-fixed .page-footer .container {
padding-left: 0;
padding-right: 0;
}
}
.scroll-to-top {
padding: 2px;
text-align: center;
position: fixed;
z-index: 10001;
bottom: 10px;
display: none;
right: 10px;
}
.scroll-to-top>i {
display: inline-block;
color: #687991;
font-size: 32px;
opacity: .7;
filter: alpha(opacity=70);
}
.scroll-to-top:hover {
cursor: pointer;
}
.scroll-to-top:hover>i {
opacity: 1;
filter: alpha(opacity=100);
}
@media (max-width:991px) {
.scroll-to-top {
right: 10px;
}
.scroll-to-top>i {
font-size: 28px;
}
}
.theme-panel {
width: 400px;
margin-top: -15px;
margin-right: 0;
z-index: 100;
float: right;
position: relative;
}
.theme-panel>.toggler {
top: 5px;
right: 1px;
height: 40px;
width: 40px;
border-radius: 50% !important;
cursor: pointer;
position: absolute;
text-align: center;
background-color: #fff;
}
.theme-panel>.toggler>i {
position: relative;
top: 12px;
font-size: 20px;
color: #9fb3ca;
}
.theme-panel>.toggler:hover {
background: #ACB5C3;
}
.theme-panel>.toggler:hover>i {
color: #fff;
}
.theme-panel>.toggler-close {
display: none;
top: 5px;
right: 1px;
z-index: 101;
cursor: pointer;
position: absolute;
}
.theme-panel>.toggler-close>i {
position: relative;
top: 12px;
right: 12px;
font-size: 20px;
color: #f2f2f2;
}
.theme-panel>.toggler-close:hover {
opacity: .8;
filter: alpha(opacity=80);
}
.theme-panel>.theme-options {
box-shadow: 5px 5px rgba(63,77,86,.1);
top: 4px;
right: 0;
display: none;
position: absolute;
z-index: 100;
background: #3f4d56;
border: 1px solid #39454d;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
}
.theme-panel>.theme-options>.theme-option {
color: #eee;
padding: 11px;
border-top: 1px solid #46545f;
margin-top: 0;
margin-bottom: 0;
}
.theme-panel>.theme-options>.theme-option>span {
text-transform: uppercase;
display: inline-block;
width: 115px;
font-size: 13px;
font-weight: 300;
}
.theme-panel>.theme-options>.theme-option>select.form-control {
display: inline;
width: 100px;
padding: 2px;
text-transform: lowercase;
}
.theme-panel>.theme-options>.theme-option.theme-colors {
border-top: 0;
}
.theme-panel>.theme-options>.theme-option.theme-colors>span {
display: block;
width: auto;
}
.theme-panel>.theme-options>.theme-option.theme-colors>ul {
list-style: none;
padding: 0;
display: block;
margin-bottom: 10px !important;
margin-top: 15px;
}
.theme-panel>.theme-options>.theme-option.theme-colors>ul>li {
width: 46px;
height: 45px;
margin: 0 4px;
cursor: pointer;
list-style: none;
float: left;
border: 1px solid #707070;
}
.theme-panel>.theme-options>.theme-option.theme-colors>ul>li:first-child {
margin-left: 0;
}
.theme-panel>.theme-options>.theme-option.theme-colors>ul>li.current,.theme-panel>.theme-options>.theme-option.theme-colors>ul>li:hover {
border: 2px solid #d64635;
}
.theme-panel>.theme-options>.theme-option.theme-colors>ul>li.color-default {
background: #2b3643;
}
.theme-panel>.theme-options>.theme-option.theme-colors>ul>li.color-dark {
background: #333438;
}
.theme-panel>.theme-options>.theme-option.theme-colors>ul>li.color-blue {
background: #26344B;
}
.theme-panel>.theme-options>.theme-option.theme-colors>ul>li.color-grey {
background: #4D5B69;
}
.theme-panel>.theme-options>.theme-option.theme-colors>ul>li.color-light {
background: #f5f5f5;
}
.page-portlet-fullscreen .page-quick-sidebar-toggler,.page-portlet-fullscreen .page-quick-sidebar-wrapper {
z-index: -1;
}
.page-quick-sidebar-toggler {
overflow: hidden;
z-index: 99999;
display: none;
width: 28px;
height: 27px;
position: fixed;
top: 10px;
right: 15px;
text-align: center;
padding-top: 6px;
}
.page-quick-sidebar-toggler:hover {
background: #303a43;
}
.page-quick-sidebar-open .page-quick-sidebar-toggler {
display: inline-block;
}
.page-quick-sidebar-open .page-quick-sidebar-toggler:hover {
background: 0 0;
}
.page-quick-sidebar-toggler>i {
color: #99a8b5;
font-size: 17px;
}
.page-quick-sidebar-toggler>i:hover {
color: #fff !important;
}
.page-quick-sidebar-open .page-quick-sidebar-toggler>i:before {
content: "";
}
.page-quick-sidebar-wrapper {
transition: right .3s;
z-index: 9996;
position: fixed;
top: 0;
bottom: 0;
width: 320px;
right: -320px;
overflow: hidden;
color: #99a8b5;
background: #21282e;
}
.page-quick-sidebar-open .page-quick-sidebar-wrapper {
transition: right .3s;
right: 0;
}
.page-quick-sidebar-wrapper .page-quick-sidebar {
background: #21282e;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .nav-tabs {
margin: 0;
padding: 0;
border: 0;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .nav-tabs>li {
display: table-cell !important;
width: 1% !important;
padding: 0;
margin: 0;
float: none;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .nav-tabs>li>a {
position: relative;
display: block;
text-align: center;
height: auto;
font-size: 14px;
padding: 45px 15px 8px;
text-transform: uppercase;
background: 0 0;
margin-right: 0;
color: #90a1af;
border: 0;
border-bottom: 3px solid rgba(243,86,93,.3);
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
outline: 0 !important;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .nav-tabs>li>a>.badge {
position: absolute;
top: 45px;
right: 3px;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .nav-tabs>li.active>a,.page-quick-sidebar-wrapper .page-quick-sidebar .nav-tabs>li:hover>a {
border: 0;
border-bottom: 3px solid #f3565d;
background: 0 0;
color: #fff;
text-decoration: none;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .nav-tabs>li .dropdown-menu {
border: 0;
background: #36424c;
box-shadow: 5px 5px rgba(97,117,135,.1);
margin-top: 8px;
margin-right: 20px;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .nav-tabs>li .dropdown-menu:before {
position: absolute;
top: -7px;
right: 19px;
display: inline-block !important;
border-right: 7px solid transparent;
border-left: 7px solid transparent;
border-bottom: 7px solid #36424c;
content: '';
}
.page-quick-sidebar-wrapper .page-quick-sidebar .nav-tabs>li .dropdown-menu:after {
position: absolute;
top: -6px;
right: 20px;
display: inline-block !important;
border-right: 6px solid transparent;
border-left: 6px solid transparent;
border-bottom: 7px solid #36424c;
content: '';
}
.page-quick-sidebar-wrapper .page-quick-sidebar .nav-tabs>li .dropdown-menu>li>a {
padding: 10px 15px;
color: #99a8b5;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .nav-tabs>li .dropdown-menu>li>a>i {
color: #93a3b1;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .nav-tabs>li .dropdown-menu>li:hover>a {
background: #3d4a55;
color: #99a8b5;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .nav-tabs>li .dropdown-menu>li:hover>a>i {
color: #9babb8;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .nav-tabs>li .dropdown-menu>li.active>a {
background: #38444f;
color: #99a8b5;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .nav-tabs>li .dropdown-menu>li.divider {
background-color: #3d4a55;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .nav-tabs>li.open>a.dropdown-toggle {
border-bottom: 3px solid #f3565d;
background: 0 0;
text-decoration: none;
color: #90a1af;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .tab-content {
margin: 0;
padding: 0;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .list-heading {
font-size: 16px;
margin: 10px;
color: #6c8296;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .list-items {
margin: 0;
padding: 0;
list-style: none;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .list-items>li {
margin: 0;
padding: 15px;
background: 0 0;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #273037;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .list-items>li:hover {
background: #273037;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .list-items>li:last-child {
border-bottom: 0;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .list-items.borderless li {
border: 0;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .inner-content {
margin: 10px;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-list {
position: absolute !important;
width: 320px !important;
transition: margin .3s;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-item {
position: absolute !important;
width: 320px !important;
transition: margin .3s;
margin-left: 320px;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-item .page-quick-sidebar-nav {
padding: 15px 10px 0;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-item .page-quick-sidebar-nav .page-quick-sidebar-back-to-list {
vertical-align: middle;
display: inline-block;
font-size: 14px;
color: #90a1af;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-item .page-quick-sidebar-nav .page-quick-sidebar-back-to-list:hover {
text-decoration: none;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-item .page-quick-sidebar-nav .page-quick-sidebar-back-to-list>i {
font-size: 17px;
line-height: 17px;
vertical-align: top;
margin-right: 3px;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-content-item-shown .page-quick-sidebar-list {
transition: margin .3s;
margin-left: -320px;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-content-item-shown .page-quick-sidebar-list .slimScrollBar,.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-content-item-shown .page-quick-sidebar-list .slimScrollRail {
display: none !important;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-content-item-shown .page-quick-sidebar-item {
transition: margin .3s;
margin-left: 0;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-users {
padding: 10px 0;
position: relative;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-users .media-list .media {
padding: 15px;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-users .media-list .media .media-object {
border-radius: 50% !important;
width: 45.71px;
opacity: .8;
filter: alpha(opacity=80);
float: left;
margin-right: 10px;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-users .media-list .media .media-object:after,.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-users .media-list .media .media-object:before {
content: " ";
display: table;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-users .media-list .media .media-object:after {
clear: both;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-users .media-list .media:hover {
cursor: pointer;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-users .media-list .media:hover .media-object {
opacity: 1;
filter: alpha(opacity=100);
}
.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-users .media-list .media .media-body .media-heading {
margin: 5px 0 0;
font-size: 14px;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-users .media-list .media .media-body .media-heading-sub {
font-size: 11px;
text-transform: uppercase;
color: #657b8d;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-users .media-list .media .media-body .media-heading-small {
font-size: 10px;
color: #5d7081;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-users .media-list .media .media-status {
margin-top: 10px;
right: 10px;
position: absolute;
display: inline-block;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-user .page-quick-sidebar-chat-user-messages {
padding: 0 10px;
position: relative;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-user .page-quick-sidebar-chat-user-messages .post {
transition: display .3s;
padding: 5px 0;
margin: 10px auto;
font-size: 13px;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-user .page-quick-sidebar-chat-user-messages .post .body {
color: #c3c3c3;
display: block;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-user .page-quick-sidebar-chat-user-messages .post .avatar {
width: 45.71px;
border-radius: 50% !important;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-user .page-quick-sidebar-chat-user-messages .post.in .avatar {
float: left;
margin-right: 10px;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-user .page-quick-sidebar-chat-user-messages .post.out .avatar {
float: right;
margin-left: 10px;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-user .page-quick-sidebar-chat-user-messages .post .datetime,.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-user .page-quick-sidebar-chat-user-messages .post .name {
font-size: 12px;
font-weight: 300;
color: #8496a7;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-user .page-quick-sidebar-chat-user-messages .post .message {
display: block;
padding: 5px;
position: relative;
color: #90a1af;
background: #36424c;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-user .page-quick-sidebar-chat-user-messages .post.in .message {
text-align: left;
margin-left: 55px;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-user .page-quick-sidebar-chat-user-messages .post.in .message .arrow {
display: block;
position: absolute;
top: 9px;
left: -6px;
width: 0;
height: 0;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
border-right-width: 6px;
border-right-style: solid;
border-right-color: #36424c;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-user .page-quick-sidebar-chat-user-messages .post.out .message {
margin-right: 55px;
text-align: right;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-user .page-quick-sidebar-chat-user-messages .post.out .message .arrow {
display: block;
position: absolute;
top: 9px;
right: -6px;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
border-left-width: 6px;
border-left-style: solid;
border-left-color: #36424c;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-user .page-quick-sidebar-chat-user-messages .post.out .datetime,.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-user .page-quick-sidebar-chat-user-messages .post.out .name {
text-align: right;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-user .page-quick-sidebar-chat-user-form {
padding: 20px 10px 15px;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-alerts .page-quick-sidebar-alerts-list {
padding: 10px 0;
position: relative;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-alerts .page-quick-sidebar-alerts-list .feeds li a {
color: #7e91a2;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-alerts .page-quick-sidebar-alerts-list .feeds li a .label {
margin-top: 5px;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-alerts .page-quick-sidebar-alerts-list .feeds li a .desc {
text-decoration: underline;
padding: 0;
color: #788c9e;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-alerts .page-quick-sidebar-alerts-list .feeds li a .date {
color: #5d7081;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-settings .page-quick-sidebar-settings-list {
padding: 10px 0;
position: relative;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-settings .page-quick-sidebar-settings-list .list-items li .bootstrap-switch {
margin-top: -3px;
float: right;
border: 0;
min-width: 59px;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-settings .page-quick-sidebar-settings-list .list-items li .form-control {
width: 75px !important;
padding: 4px !important;
float: right;
border: 0;
margin-top: -4px;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-settings .page-quick-sidebar-settings-list .list-items li select.form-control {
padding: 4px 0 !important;
}
.page-on-load {
background: #fefefe;
}
.page-on-load .page-container,.page-on-load .page-footer,.page-on-load .page-header,.page-on-load>.clearfix {
display: none;
transition: all 2s;
}
|
samples/inline.styles.head.html
|
passmarked/inspect
|
<html>
<head>
<style type="text/css">
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
</style>
</head>
<body>
</body>
</html>
|
target/apidocs/com/webside/quartz/service/class-use/ScheduleJobService.html
|
ofpteam/ofp
|
<!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_91) on Thu Jul 13 16:16:26 CST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>接口 com.webside.quartz.service.ScheduleJobService的使用 (webside 0.0.1-SNAPSHOT API)</title>
<meta name="date" content="2017-07-13">
<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="\u63A5\u53E3 com.webside.quartz.service.ScheduleJobService\u7684\u4F7F\u7528 (webside 0.0.1-SNAPSHOT API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>您的浏览器已禁用 JavaScript。</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="跳过导航链接">跳过导航链接</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="导航">
<li><a href="../../../../../overview-summary.html">概览</a></li>
<li><a href="../package-summary.html">程序包</a></li>
<li><a href="../../../../../com/webside/quartz/service/ScheduleJobService.html" title="com.webside.quartz.service中的接口">类</a></li>
<li class="navBarCell1Rev">使用</li>
<li><a href="../package-tree.html">树</a></li>
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
<li><a href="../../../../../index-all.html">索引</a></li>
<li><a href="../../../../../help-doc.html">帮助</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>上一个</li>
<li>下一个</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?com/webside/quartz/service/class-use/ScheduleJobService.html" target="_top">框架</a></li>
<li><a href="ScheduleJobService.html" target="_top">无框架</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">所有类</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="接口的使用 com.webside.quartz.service.ScheduleJobService" class="title">接口的使用<br>com.webside.quartz.service.ScheduleJobService</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="使用表, 列表程序包和解释">
<caption><span>使用<a href="../../../../../com/webside/quartz/service/ScheduleJobService.html" title="com.webside.quartz.service中的接口">ScheduleJobService</a>的程序包</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">程序包</th>
<th class="colLast" scope="col">说明</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#com.webside.quartz.controller">com.webside.quartz.controller</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#com.webside.quartz.service.impl">com.webside.quartz.service.impl</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="com.webside.quartz.controller">
<!-- -->
</a>
<h3><a href="../../../../../com/webside/quartz/controller/package-summary.html">com.webside.quartz.controller</a>中<a href="../../../../../com/webside/quartz/service/ScheduleJobService.html" title="com.webside.quartz.service中的接口">ScheduleJobService</a>的使用</h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="使用表, 列表字段和解释">
<caption><span>声明为<a href="../../../../../com/webside/quartz/service/ScheduleJobService.html" title="com.webside.quartz.service中的接口">ScheduleJobService</a>的<a href="../../../../../com/webside/quartz/controller/package-summary.html">com.webside.quartz.controller</a>中的字段</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">限定符和类型</th>
<th class="colLast" scope="col">字段和说明</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>private <a href="../../../../../com/webside/quartz/service/ScheduleJobService.html" title="com.webside.quartz.service中的接口">ScheduleJobService</a></code></td>
<td class="colLast"><span class="typeNameLabel">ScheduleJobController.</span><code><span class="memberNameLink"><a href="../../../../../com/webside/quartz/controller/ScheduleJobController.html#scheduleJobService">scheduleJobService</a></span></code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="com.webside.quartz.service.impl">
<!-- -->
</a>
<h3><a href="../../../../../com/webside/quartz/service/impl/package-summary.html">com.webside.quartz.service.impl</a>中<a href="../../../../../com/webside/quartz/service/ScheduleJobService.html" title="com.webside.quartz.service中的接口">ScheduleJobService</a>的使用</h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="使用表, 列表类和解释">
<caption><span>实现<a href="../../../../../com/webside/quartz/service/ScheduleJobService.html" title="com.webside.quartz.service中的接口">ScheduleJobService</a>的<a href="../../../../../com/webside/quartz/service/impl/package-summary.html">com.webside.quartz.service.impl</a>中的类</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">限定符和类型</th>
<th class="colLast" scope="col">类和说明</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/webside/quartz/service/impl/ScheduleJobServiceImpl.html" title="com.webside.quartz.service.impl中的类">ScheduleJobServiceImpl</a></span></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="跳过导航链接">跳过导航链接</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="导航">
<li><a href="../../../../../overview-summary.html">概览</a></li>
<li><a href="../package-summary.html">程序包</a></li>
<li><a href="../../../../../com/webside/quartz/service/ScheduleJobService.html" title="com.webside.quartz.service中的接口">类</a></li>
<li class="navBarCell1Rev">使用</li>
<li><a href="../package-tree.html">树</a></li>
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
<li><a href="../../../../../index-all.html">索引</a></li>
<li><a href="../../../../../help-doc.html">帮助</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>上一个</li>
<li>下一个</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?com/webside/quartz/service/class-use/ScheduleJobService.html" target="_top">框架</a></li>
<li><a href="ScheduleJobService.html" target="_top">无框架</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">所有类</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2017. All rights reserved.</small></p>
</body>
</html>
|
rtk/v4/1698.html
|
hochanh/hochanh.github.io
|
<!DOCTYPE html>
<meta charset=utf-8>
<title>Redirecting...</title>
<link rel=canonical href="../殴/index.html">
<meta http-equiv=refresh content="0; url='../殴/index.html'">
<h1>Redirecting...</h1>
<a href="../殴/index.html">Click here if you are not redirected.</a>
<script>location='../殴/index.html'</script>
|
docs/servers.html
|
jacarrichan/j2ep
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet" type="text/css" href="inc/style.css"/>
<title>J2EP Manual</title>
</head>
<body>
<div id="helasidan">
<div id="meny">
<ul>
<li><a href="install.html">Install</a></li>
<li><a href="configuration.html">Configuration</a>
<ul>
<li><a href="rules.html">Rules</a></li>
<li><a href="servers.html">Servers</a></li>
<li><a href="rewrite.html">Rewriting</a></li>
<li><a href="logging.html">Logging</a></li>
</ul>
</li>
<li><a href="examples.html">Examples</a></li>
<li>Misc
<ul>
<li><a href="faq.html">FAQ</a></li>
<li><a href="future_features.html">The future</a></li>
<li><a href="license.html">License</a></li>
</ul>
</li>
<li>Current release
<ul>
<li><a href="changelog.html">Changelog</a></li>
<li><a href="release-notes.html">Release notes</a></li>
</ul>
</li>
</ul>
</div>
<div id="text">
<h1>Servers</h1>
<h2>BaseServer</h2>
<p>
The BaseServer marks which host name and path we want to proxy.
We can configure the server with the parameters <em>domainName</em> and
<em>path</em>.
</p>
<h3>Parameters</h3>
<h4>domainName</h4>
<h5>
REQUIRED
</h5>
<p>
The domain name this server should be proxying to, it can include a port.
</p>
<h4>path</h4>
<h5>
<br />
</h5>
<p>
Will mark the path on the server we are mapping to.
</p>
<h4>isRewriting</h4>
<h5>
Default: false
<br />
</h5>
<p>
Mark if absolute links matching this server should be rewritten.
</p>
<h3>Example</h3>
<p class="code">
<server className="net.sf.j2ep.servers.BaseServer"
domainName="www.nytimes.com"
isRewriting="true">
<rule className="net.sf.j2ep.rules.DirectoryRule"
directory="/news"
/>
</server>
</p>
<h2>RoundRobinCluster</h2>
<p>
The RoundRobinCluster contains numerous servers and will
choose which server to proxy to separate for each request in a round-robin fashion.
If a server starts a session the proxy will make
sure that when a request is made to the server, with the same session id, the
server that created the session is the one that will receive the
request.
</p>
<h2>Parameters</h2>
<p>There are multiple servers objects in the RoundRobinCluster, each of
them have the following parameters</p>
<h4>domainName</h4>
<h5>
REQUIRED
</h5>
<p>
The domain name that can include a port this server should be proxying to
</p>
<h4>path</h4>
<h5>
<br />
</h5>
<p>
Will mark the path on the server we are mapping to.
</p>
<h3>Example</h3>
<p class="code">
<cluster-server className="net.sf.j2ep.servers.RoundRobinCluster">
<server
domainName="internal1.company.com"
path="/somepath"
/>
<server
domainName="internal2.company.com"
path="/otherpath"
/>
<rule className="net.sf.j2ep.rules.DirectoryRule"
directory="/cluster"
/>
</cluster-server>
</p>
<p>
Note that the RoundRobinCluster uses the element <em>cluster-server</em>
instead of the normal <em>server</em>.
</p><div id="footer">
<a href="http://www.sourceforge.net/projects/j2ep">http://www.sourceforge.net/projects/j2ep</a>
</div>
</div>
</div>
<div id="sf">
<a href="http://sourceforge.net"><img src="http://sourceforge.net/sflogo.php?group_id=144132&type=5" alt="SourceForge.net Logo" /></a>
</div>
</body>
</html>
|
docs/xref/org/apache/hadoop/hbase/regionserver/ScanWildcardColumnTracker.html
|
lshain/hbase-0.98.6-hadoop2
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>ScanWildcardColumnTracker xref</title>
<link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" />
</head>
<body>
<div id="overview"><a href="../../../../../../apidocs/org/apache/hadoop/hbase/regionserver/ScanWildcardColumnTracker.html">View Javadoc</a></div><pre>
<a class="jxr_linenumber" name="1" href="#1">1</a> <em class="jxr_javadoccomment">/**</em>
<a class="jxr_linenumber" name="2" href="#2">2</a> <em class="jxr_javadoccomment"> *</em>
<a class="jxr_linenumber" name="3" href="#3">3</a> <em class="jxr_javadoccomment"> * Licensed to the Apache Software Foundation (ASF) under one</em>
<a class="jxr_linenumber" name="4" href="#4">4</a> <em class="jxr_javadoccomment"> * or more contributor license agreements. See the NOTICE file</em>
<a class="jxr_linenumber" name="5" href="#5">5</a> <em class="jxr_javadoccomment"> * distributed with this work for additional information</em>
<a class="jxr_linenumber" name="6" href="#6">6</a> <em class="jxr_javadoccomment"> * regarding copyright ownership. The ASF licenses this file</em>
<a class="jxr_linenumber" name="7" href="#7">7</a> <em class="jxr_javadoccomment"> * to you under the Apache License, Version 2.0 (the</em>
<a class="jxr_linenumber" name="8" href="#8">8</a> <em class="jxr_javadoccomment"> * "License"); you may not use this file except in compliance</em>
<a class="jxr_linenumber" name="9" href="#9">9</a> <em class="jxr_javadoccomment"> * with the License. You may obtain a copy of the License at</em>
<a class="jxr_linenumber" name="10" href="#10">10</a> <em class="jxr_javadoccomment"> *</em>
<a class="jxr_linenumber" name="11" href="#11">11</a> <em class="jxr_javadoccomment"> * <a href="http://www.apache.org/licenses/LICENSE-2.0" target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0</a></em>
<a class="jxr_linenumber" name="12" href="#12">12</a> <em class="jxr_javadoccomment"> *</em>
<a class="jxr_linenumber" name="13" href="#13">13</a> <em class="jxr_javadoccomment"> * Unless required by applicable law or agreed to in writing, software</em>
<a class="jxr_linenumber" name="14" href="#14">14</a> <em class="jxr_javadoccomment"> * distributed under the License is distributed on an "AS IS" BASIS,</em>
<a class="jxr_linenumber" name="15" href="#15">15</a> <em class="jxr_javadoccomment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</em>
<a class="jxr_linenumber" name="16" href="#16">16</a> <em class="jxr_javadoccomment"> * See the License for the specific language governing permissions and</em>
<a class="jxr_linenumber" name="17" href="#17">17</a> <em class="jxr_javadoccomment"> * limitations under the License.</em>
<a class="jxr_linenumber" name="18" href="#18">18</a> <em class="jxr_javadoccomment"> */</em>
<a class="jxr_linenumber" name="19" href="#19">19</a>
<a class="jxr_linenumber" name="20" href="#20">20</a> <strong class="jxr_keyword">package</strong> org.apache.hadoop.hbase.regionserver;
<a class="jxr_linenumber" name="21" href="#21">21</a>
<a class="jxr_linenumber" name="22" href="#22">22</a> <strong class="jxr_keyword">import</strong> java.io.IOException;
<a class="jxr_linenumber" name="23" href="#23">23</a>
<a class="jxr_linenumber" name="24" href="#24">24</a> <strong class="jxr_keyword">import</strong> org.apache.hadoop.classification.InterfaceAudience;
<a class="jxr_linenumber" name="25" href="#25">25</a> <strong class="jxr_keyword">import</strong> org.apache.hadoop.hbase.HConstants;
<a class="jxr_linenumber" name="26" href="#26">26</a> <strong class="jxr_keyword">import</strong> org.apache.hadoop.hbase.KeyValue;
<a class="jxr_linenumber" name="27" href="#27">27</a> <strong class="jxr_keyword">import</strong> org.apache.hadoop.hbase.regionserver.ScanQueryMatcher.MatchCode;
<a class="jxr_linenumber" name="28" href="#28">28</a> <strong class="jxr_keyword">import</strong> org.apache.hadoop.hbase.util.Bytes;
<a class="jxr_linenumber" name="29" href="#29">29</a>
<a class="jxr_linenumber" name="30" href="#30">30</a> <em class="jxr_javadoccomment">/**</em>
<a class="jxr_linenumber" name="31" href="#31">31</a> <em class="jxr_javadoccomment"> * Keeps track of the columns for a scan if they are not explicitly specified</em>
<a class="jxr_linenumber" name="32" href="#32">32</a> <em class="jxr_javadoccomment"> */</em>
<a class="jxr_linenumber" name="33" href="#33">33</a> @InterfaceAudience.Private
<a class="jxr_linenumber" name="34" href="#34">34</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/apache/hadoop/hbase/regionserver/ScanWildcardColumnTracker.html">ScanWildcardColumnTracker</a> <strong class="jxr_keyword">implements</strong> <a href="../../../../../org/apache/hadoop/hbase/regionserver/ColumnTracker.html">ColumnTracker</a> {
<a class="jxr_linenumber" name="35" href="#35">35</a> <strong class="jxr_keyword">private</strong> byte [] columnBuffer = <strong class="jxr_keyword">null</strong>;
<a class="jxr_linenumber" name="36" href="#36">36</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">int</strong> columnOffset = 0;
<a class="jxr_linenumber" name="37" href="#37">37</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">int</strong> columnLength = 0;
<a class="jxr_linenumber" name="38" href="#38">38</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">int</strong> currentCount = 0;
<a class="jxr_linenumber" name="39" href="#39">39</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">int</strong> maxVersions;
<a class="jxr_linenumber" name="40" href="#40">40</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">int</strong> minVersions;
<a class="jxr_linenumber" name="41" href="#41">41</a> <em class="jxr_comment">/*<em class="jxr_comment"> Keeps track of the latest timestamp and type included for current column.</em></em>
<a class="jxr_linenumber" name="42" href="#42">42</a> <em class="jxr_comment"> * Used to eliminate duplicates. */</em>
<a class="jxr_linenumber" name="43" href="#43">43</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">long</strong> latestTSOfCurrentColumn;
<a class="jxr_linenumber" name="44" href="#44">44</a> <strong class="jxr_keyword">private</strong> byte latestTypeOfCurrentColumn;
<a class="jxr_linenumber" name="45" href="#45">45</a>
<a class="jxr_linenumber" name="46" href="#46">46</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">long</strong> oldestStamp;
<a class="jxr_linenumber" name="47" href="#47">47</a>
<a class="jxr_linenumber" name="48" href="#48">48</a> <em class="jxr_javadoccomment">/**</em>
<a class="jxr_linenumber" name="49" href="#49">49</a> <em class="jxr_javadoccomment"> * Return maxVersions of every row.</em>
<a class="jxr_linenumber" name="50" href="#50">50</a> <em class="jxr_javadoccomment"> * @param minVersion Minimum number of versions to keep</em>
<a class="jxr_linenumber" name="51" href="#51">51</a> <em class="jxr_javadoccomment"> * @param maxVersion Maximum number of versions to return</em>
<a class="jxr_linenumber" name="52" href="#52">52</a> <em class="jxr_javadoccomment"> * @param oldestUnexpiredTS oldest timestamp that has not expired according</em>
<a class="jxr_linenumber" name="53" href="#53">53</a> <em class="jxr_javadoccomment"> * to the TTL.</em>
<a class="jxr_linenumber" name="54" href="#54">54</a> <em class="jxr_javadoccomment"> */</em>
<a class="jxr_linenumber" name="55" href="#55">55</a> <strong class="jxr_keyword">public</strong> <a href="../../../../../org/apache/hadoop/hbase/regionserver/ScanWildcardColumnTracker.html">ScanWildcardColumnTracker</a>(<strong class="jxr_keyword">int</strong> minVersion, <strong class="jxr_keyword">int</strong> maxVersion,
<a class="jxr_linenumber" name="56" href="#56">56</a> <strong class="jxr_keyword">long</strong> oldestUnexpiredTS) {
<a class="jxr_linenumber" name="57" href="#57">57</a> <strong class="jxr_keyword">this</strong>.maxVersions = maxVersion;
<a class="jxr_linenumber" name="58" href="#58">58</a> <strong class="jxr_keyword">this</strong>.minVersions = minVersion;
<a class="jxr_linenumber" name="59" href="#59">59</a> <strong class="jxr_keyword">this</strong>.oldestStamp = oldestUnexpiredTS;
<a class="jxr_linenumber" name="60" href="#60">60</a> }
<a class="jxr_linenumber" name="61" href="#61">61</a>
<a class="jxr_linenumber" name="62" href="#62">62</a> <em class="jxr_javadoccomment">/**</em>
<a class="jxr_linenumber" name="63" href="#63">63</a> <em class="jxr_javadoccomment"> * {@inheritDoc}</em>
<a class="jxr_linenumber" name="64" href="#64">64</a> <em class="jxr_javadoccomment"> * This receives puts *and* deletes.</em>
<a class="jxr_linenumber" name="65" href="#65">65</a> <em class="jxr_javadoccomment"> */</em>
<a class="jxr_linenumber" name="66" href="#66">66</a> @Override
<a class="jxr_linenumber" name="67" href="#67">67</a> <strong class="jxr_keyword">public</strong> <a href="../../../../../org/apache/hadoop/hbase/regionserver/ScanQueryMatcher.html">MatchCode</a> checkColumn(byte[] bytes, <strong class="jxr_keyword">int</strong> offset, <strong class="jxr_keyword">int</strong> length, byte type)
<a class="jxr_linenumber" name="68" href="#68">68</a> <strong class="jxr_keyword">throws</strong> IOException {
<a class="jxr_linenumber" name="69" href="#69">69</a> <strong class="jxr_keyword">return</strong> MatchCode.INCLUDE;
<a class="jxr_linenumber" name="70" href="#70">70</a> }
<a class="jxr_linenumber" name="71" href="#71">71</a>
<a class="jxr_linenumber" name="72" href="#72">72</a> <em class="jxr_javadoccomment">/**</em>
<a class="jxr_linenumber" name="73" href="#73">73</a> <em class="jxr_javadoccomment"> * {@inheritDoc}</em>
<a class="jxr_linenumber" name="74" href="#74">74</a> <em class="jxr_javadoccomment"> * This receives puts *and* deletes. Deletes do not count as a version, but rather</em>
<a class="jxr_linenumber" name="75" href="#75">75</a> <em class="jxr_javadoccomment"> * take the version of the previous put (so eventually all but the last can be reclaimed).</em>
<a class="jxr_linenumber" name="76" href="#76">76</a> <em class="jxr_javadoccomment"> */</em>
<a class="jxr_linenumber" name="77" href="#77">77</a> @Override
<a class="jxr_linenumber" name="78" href="#78">78</a> <strong class="jxr_keyword">public</strong> ScanQueryMatcher.MatchCode checkVersions(byte[] bytes, <strong class="jxr_keyword">int</strong> offset, <strong class="jxr_keyword">int</strong> length,
<a class="jxr_linenumber" name="79" href="#79">79</a> <strong class="jxr_keyword">long</strong> timestamp, byte type, <strong class="jxr_keyword">boolean</strong> ignoreCount) <strong class="jxr_keyword">throws</strong> IOException {
<a class="jxr_linenumber" name="80" href="#80">80</a>
<a class="jxr_linenumber" name="81" href="#81">81</a> <strong class="jxr_keyword">if</strong> (columnBuffer == <strong class="jxr_keyword">null</strong>) {
<a class="jxr_linenumber" name="82" href="#82">82</a> <em class="jxr_comment">// first iteration.</em>
<a class="jxr_linenumber" name="83" href="#83">83</a> resetBuffer(bytes, offset, length);
<a class="jxr_linenumber" name="84" href="#84">84</a> <strong class="jxr_keyword">if</strong> (ignoreCount) <strong class="jxr_keyword">return</strong> ScanQueryMatcher.MatchCode.INCLUDE;
<a class="jxr_linenumber" name="85" href="#85">85</a> <em class="jxr_comment">// do not count a delete marker as another version</em>
<a class="jxr_linenumber" name="86" href="#86">86</a> <strong class="jxr_keyword">return</strong> checkVersion(type, timestamp);
<a class="jxr_linenumber" name="87" href="#87">87</a> }
<a class="jxr_linenumber" name="88" href="#88">88</a> <strong class="jxr_keyword">int</strong> cmp = Bytes.compareTo(bytes, offset, length,
<a class="jxr_linenumber" name="89" href="#89">89</a> columnBuffer, columnOffset, columnLength);
<a class="jxr_linenumber" name="90" href="#90">90</a> <strong class="jxr_keyword">if</strong> (cmp == 0) {
<a class="jxr_linenumber" name="91" href="#91">91</a> <strong class="jxr_keyword">if</strong> (ignoreCount) <strong class="jxr_keyword">return</strong> ScanQueryMatcher.MatchCode.INCLUDE;
<a class="jxr_linenumber" name="92" href="#92">92</a>
<a class="jxr_linenumber" name="93" href="#93">93</a> <em class="jxr_comment">//If column matches, check if it is a duplicate timestamp</em>
<a class="jxr_linenumber" name="94" href="#94">94</a> <strong class="jxr_keyword">if</strong> (sameAsPreviousTSAndType(timestamp, type)) {
<a class="jxr_linenumber" name="95" href="#95">95</a> <strong class="jxr_keyword">return</strong> ScanQueryMatcher.MatchCode.SKIP;
<a class="jxr_linenumber" name="96" href="#96">96</a> }
<a class="jxr_linenumber" name="97" href="#97">97</a> <strong class="jxr_keyword">return</strong> checkVersion(type, timestamp);
<a class="jxr_linenumber" name="98" href="#98">98</a> }
<a class="jxr_linenumber" name="99" href="#99">99</a>
<a class="jxr_linenumber" name="100" href="#100">100</a> resetTSAndType();
<a class="jxr_linenumber" name="101" href="#101">101</a>
<a class="jxr_linenumber" name="102" href="#102">102</a> <em class="jxr_comment">// new col > old col</em>
<a class="jxr_linenumber" name="103" href="#103">103</a> <strong class="jxr_keyword">if</strong> (cmp > 0) {
<a class="jxr_linenumber" name="104" href="#104">104</a> <em class="jxr_comment">// switched columns, lets do something.x</em>
<a class="jxr_linenumber" name="105" href="#105">105</a> resetBuffer(bytes, offset, length);
<a class="jxr_linenumber" name="106" href="#106">106</a> <strong class="jxr_keyword">if</strong> (ignoreCount) <strong class="jxr_keyword">return</strong> ScanQueryMatcher.MatchCode.INCLUDE;
<a class="jxr_linenumber" name="107" href="#107">107</a> <strong class="jxr_keyword">return</strong> checkVersion(type, timestamp);
<a class="jxr_linenumber" name="108" href="#108">108</a> }
<a class="jxr_linenumber" name="109" href="#109">109</a>
<a class="jxr_linenumber" name="110" href="#110">110</a> <em class="jxr_comment">// new col < oldcol</em>
<a class="jxr_linenumber" name="111" href="#111">111</a> <em class="jxr_comment">// WARNING: This means that very likely an edit for some other family</em>
<a class="jxr_linenumber" name="112" href="#112">112</a> <em class="jxr_comment">// was incorrectly stored into the store for this one. Throw an exception,</em>
<a class="jxr_linenumber" name="113" href="#113">113</a> <em class="jxr_comment">// because this might lead to data corruption.</em>
<a class="jxr_linenumber" name="114" href="#114">114</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> IOException(
<a class="jxr_linenumber" name="115" href="#115">115</a> <span class="jxr_string">"ScanWildcardColumnTracker.checkColumn ran into a column actually "</span> +
<a class="jxr_linenumber" name="116" href="#116">116</a> <span class="jxr_string">"smaller than the previous column: "</span> +
<a class="jxr_linenumber" name="117" href="#117">117</a> Bytes.toStringBinary(bytes, offset, length));
<a class="jxr_linenumber" name="118" href="#118">118</a> }
<a class="jxr_linenumber" name="119" href="#119">119</a>
<a class="jxr_linenumber" name="120" href="#120">120</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">void</strong> resetBuffer(byte[] bytes, <strong class="jxr_keyword">int</strong> offset, <strong class="jxr_keyword">int</strong> length) {
<a class="jxr_linenumber" name="121" href="#121">121</a> columnBuffer = bytes;
<a class="jxr_linenumber" name="122" href="#122">122</a> columnOffset = offset;
<a class="jxr_linenumber" name="123" href="#123">123</a> columnLength = length;
<a class="jxr_linenumber" name="124" href="#124">124</a> currentCount = 0;
<a class="jxr_linenumber" name="125" href="#125">125</a> }
<a class="jxr_linenumber" name="126" href="#126">126</a>
<a class="jxr_linenumber" name="127" href="#127">127</a> <em class="jxr_javadoccomment">/**</em>
<a class="jxr_linenumber" name="128" href="#128">128</a> <em class="jxr_javadoccomment"> * Check whether this version should be retained.</em>
<a class="jxr_linenumber" name="129" href="#129">129</a> <em class="jxr_javadoccomment"> * There are 4 variables considered:</em>
<a class="jxr_linenumber" name="130" href="#130">130</a> <em class="jxr_javadoccomment"> * If this version is past max versions -> skip it</em>
<a class="jxr_linenumber" name="131" href="#131">131</a> <em class="jxr_javadoccomment"> * If this kv has expired or was deleted, check min versions</em>
<a class="jxr_linenumber" name="132" href="#132">132</a> <em class="jxr_javadoccomment"> * to decide whther to skip it or not.</em>
<a class="jxr_linenumber" name="133" href="#133">133</a> <em class="jxr_javadoccomment"> *</em>
<a class="jxr_linenumber" name="134" href="#134">134</a> <em class="jxr_javadoccomment"> * Increase the version counter unless this is a delete</em>
<a class="jxr_linenumber" name="135" href="#135">135</a> <em class="jxr_javadoccomment"> */</em>
<a class="jxr_linenumber" name="136" href="#136">136</a> <strong class="jxr_keyword">private</strong> <a href="../../../../../org/apache/hadoop/hbase/regionserver/ScanQueryMatcher.html">MatchCode</a> checkVersion(byte type, <strong class="jxr_keyword">long</strong> timestamp) {
<a class="jxr_linenumber" name="137" href="#137">137</a> <strong class="jxr_keyword">if</strong> (!KeyValue.isDelete(type)) {
<a class="jxr_linenumber" name="138" href="#138">138</a> currentCount++;
<a class="jxr_linenumber" name="139" href="#139">139</a> }
<a class="jxr_linenumber" name="140" href="#140">140</a> <strong class="jxr_keyword">if</strong> (currentCount > maxVersions) {
<a class="jxr_linenumber" name="141" href="#141">141</a> <strong class="jxr_keyword">return</strong> ScanQueryMatcher.MatchCode.SEEK_NEXT_COL; <em class="jxr_comment">// skip to next col</em>
<a class="jxr_linenumber" name="142" href="#142">142</a> }
<a class="jxr_linenumber" name="143" href="#143">143</a> <em class="jxr_comment">// keep the KV if required by minversions or it is not expired, yet</em>
<a class="jxr_linenumber" name="144" href="#144">144</a> <strong class="jxr_keyword">if</strong> (currentCount <= minVersions || !isExpired(timestamp)) {
<a class="jxr_linenumber" name="145" href="#145">145</a> setTSAndType(timestamp, type);
<a class="jxr_linenumber" name="146" href="#146">146</a> <strong class="jxr_keyword">return</strong> ScanQueryMatcher.MatchCode.INCLUDE;
<a class="jxr_linenumber" name="147" href="#147">147</a> } <strong class="jxr_keyword">else</strong> {
<a class="jxr_linenumber" name="148" href="#148">148</a> <strong class="jxr_keyword">return</strong> MatchCode.SEEK_NEXT_COL;
<a class="jxr_linenumber" name="149" href="#149">149</a> }
<a class="jxr_linenumber" name="150" href="#150">150</a>
<a class="jxr_linenumber" name="151" href="#151">151</a> }
<a class="jxr_linenumber" name="152" href="#152">152</a>
<a class="jxr_linenumber" name="153" href="#153">153</a> @Override
<a class="jxr_linenumber" name="154" href="#154">154</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> reset() {
<a class="jxr_linenumber" name="155" href="#155">155</a> columnBuffer = <strong class="jxr_keyword">null</strong>;
<a class="jxr_linenumber" name="156" href="#156">156</a> resetTSAndType();
<a class="jxr_linenumber" name="157" href="#157">157</a> }
<a class="jxr_linenumber" name="158" href="#158">158</a>
<a class="jxr_linenumber" name="159" href="#159">159</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">void</strong> resetTSAndType() {
<a class="jxr_linenumber" name="160" href="#160">160</a> latestTSOfCurrentColumn = HConstants.LATEST_TIMESTAMP;
<a class="jxr_linenumber" name="161" href="#161">161</a> latestTypeOfCurrentColumn = 0;
<a class="jxr_linenumber" name="162" href="#162">162</a> }
<a class="jxr_linenumber" name="163" href="#163">163</a>
<a class="jxr_linenumber" name="164" href="#164">164</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">void</strong> setTSAndType(<strong class="jxr_keyword">long</strong> timestamp, byte type) {
<a class="jxr_linenumber" name="165" href="#165">165</a> latestTSOfCurrentColumn = timestamp;
<a class="jxr_linenumber" name="166" href="#166">166</a> latestTypeOfCurrentColumn = type;
<a class="jxr_linenumber" name="167" href="#167">167</a> }
<a class="jxr_linenumber" name="168" href="#168">168</a>
<a class="jxr_linenumber" name="169" href="#169">169</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">boolean</strong> sameAsPreviousTSAndType(<strong class="jxr_keyword">long</strong> timestamp, byte type) {
<a class="jxr_linenumber" name="170" href="#170">170</a> <strong class="jxr_keyword">return</strong> timestamp == latestTSOfCurrentColumn && type == latestTypeOfCurrentColumn;
<a class="jxr_linenumber" name="171" href="#171">171</a> }
<a class="jxr_linenumber" name="172" href="#172">172</a>
<a class="jxr_linenumber" name="173" href="#173">173</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">boolean</strong> isExpired(<strong class="jxr_keyword">long</strong> timestamp) {
<a class="jxr_linenumber" name="174" href="#174">174</a> <strong class="jxr_keyword">return</strong> timestamp < oldestStamp;
<a class="jxr_linenumber" name="175" href="#175">175</a> }
<a class="jxr_linenumber" name="176" href="#176">176</a>
<a class="jxr_linenumber" name="177" href="#177">177</a> <em class="jxr_javadoccomment">/**</em>
<a class="jxr_linenumber" name="178" href="#178">178</a> <em class="jxr_javadoccomment"> * Used by matcher and scan/get to get a hint of the next column</em>
<a class="jxr_linenumber" name="179" href="#179">179</a> <em class="jxr_javadoccomment"> * to seek to after checkColumn() returns SKIP. Returns the next interesting</em>
<a class="jxr_linenumber" name="180" href="#180">180</a> <em class="jxr_javadoccomment"> * column we want, or NULL there is none (wildcard scanner).</em>
<a class="jxr_linenumber" name="181" href="#181">181</a> <em class="jxr_javadoccomment"> *</em>
<a class="jxr_linenumber" name="182" href="#182">182</a> <em class="jxr_javadoccomment"> * @return The column count.</em>
<a class="jxr_linenumber" name="183" href="#183">183</a> <em class="jxr_javadoccomment"> */</em>
<a class="jxr_linenumber" name="184" href="#184">184</a> <strong class="jxr_keyword">public</strong> <a href="../../../../../org/apache/hadoop/hbase/regionserver/ColumnCount.html">ColumnCount</a> getColumnHint() {
<a class="jxr_linenumber" name="185" href="#185">185</a> <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">null</strong>;
<a class="jxr_linenumber" name="186" href="#186">186</a> }
<a class="jxr_linenumber" name="187" href="#187">187</a>
<a class="jxr_linenumber" name="188" href="#188">188</a> <em class="jxr_javadoccomment">/**</em>
<a class="jxr_linenumber" name="189" href="#189">189</a> <em class="jxr_javadoccomment"> * We can never know a-priori if we are done, so always return false.</em>
<a class="jxr_linenumber" name="190" href="#190">190</a> <em class="jxr_javadoccomment"> * @return false</em>
<a class="jxr_linenumber" name="191" href="#191">191</a> <em class="jxr_javadoccomment"> */</em>
<a class="jxr_linenumber" name="192" href="#192">192</a> @Override
<a class="jxr_linenumber" name="193" href="#193">193</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">boolean</strong> done() {
<a class="jxr_linenumber" name="194" href="#194">194</a> <strong class="jxr_keyword">return</strong> false;
<a class="jxr_linenumber" name="195" href="#195">195</a> }
<a class="jxr_linenumber" name="196" href="#196">196</a>
<a class="jxr_linenumber" name="197" href="#197">197</a> <strong class="jxr_keyword">public</strong> <a href="../../../../../org/apache/hadoop/hbase/regionserver/ScanQueryMatcher.html">MatchCode</a> getNextRowOrNextColumn(byte[] bytes, <strong class="jxr_keyword">int</strong> offset,
<a class="jxr_linenumber" name="198" href="#198">198</a> <strong class="jxr_keyword">int</strong> qualLength) {
<a class="jxr_linenumber" name="199" href="#199">199</a> <strong class="jxr_keyword">return</strong> MatchCode.SEEK_NEXT_COL;
<a class="jxr_linenumber" name="200" href="#200">200</a> }
<a class="jxr_linenumber" name="201" href="#201">201</a>
<a class="jxr_linenumber" name="202" href="#202">202</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">boolean</strong> isDone(<strong class="jxr_keyword">long</strong> timestamp) {
<a class="jxr_linenumber" name="203" href="#203">203</a> <strong class="jxr_keyword">return</strong> minVersions <= 0 && isExpired(timestamp);
<a class="jxr_linenumber" name="204" href="#204">204</a> }
<a class="jxr_linenumber" name="205" href="#205">205</a> }
</pre>
<hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body>
</html>
|
2.7.0.Final/apidocs/org/wildfly/swarm/config/management/access/VaultExpressionConstraintConsumer.html
|
wildfly-swarm/wildfly-swarm-javadocs
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_151) on Wed Jun 10 13:52:52 MST 2020 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>VaultExpressionConstraintConsumer (BOM: * : All 2.7.0.Final API)</title>
<meta name="date" content="2020-06-10">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="VaultExpressionConstraintConsumer (BOM: * : All 2.7.0.Final API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":6,"i1":18};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],16:["t5","Default Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/VaultExpressionConstraintConsumer.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">Thorntail API, 2.7.0.Final</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../org/wildfly/swarm/config/management/access/VaultExpressionConstraint.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/VaultExpressionConstraintSupplier.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/VaultExpressionConstraintConsumer.html" target="_top">Frames</a></li>
<li><a href="VaultExpressionConstraintConsumer.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 VaultExpressionConstraintConsumer" class="title">Interface VaultExpressionConstraintConsumer<T extends <a href="../../../../../../org/wildfly/swarm/config/management/access/VaultExpressionConstraint.html" title="class in org.wildfly.swarm.config.management.access">VaultExpressionConstraint</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="https://docs.oracle.com/javase/8/docs/api/java/lang/FunctionalInterface.html?is-external=true" title="class or interface in java.lang">@FunctionalInterface</a>
public interface <span class="typeNameLabel">VaultExpressionConstraintConsumer<T extends <a href="../../../../../../org/wildfly/swarm/config/management/access/VaultExpressionConstraint.html" title="class in org.wildfly.swarm.config.management.access">VaultExpressionConstraint</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/VaultExpressionConstraintConsumer.html#accept-T-">accept</a></span>(<a href="../../../../../../org/wildfly/swarm/config/management/access/VaultExpressionConstraintConsumer.html" title="type parameter in VaultExpressionConstraintConsumer">T</a> value)</code>
<div class="block">Configure a pre-constructed instance of VaultExpressionConstraint
resource</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>default <a href="../../../../../../org/wildfly/swarm/config/management/access/VaultExpressionConstraintConsumer.html" title="interface in org.wildfly.swarm.config.management.access">VaultExpressionConstraintConsumer</a><<a href="../../../../../../org/wildfly/swarm/config/management/access/VaultExpressionConstraintConsumer.html" title="type parameter in VaultExpressionConstraintConsumer">T</a>></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/management/access/VaultExpressionConstraintConsumer.html#andThen-org.wildfly.swarm.config.management.access.VaultExpressionConstraintConsumer-">andThen</a></span>(<a href="../../../../../../org/wildfly/swarm/config/management/access/VaultExpressionConstraintConsumer.html" title="interface in org.wildfly.swarm.config.management.access">VaultExpressionConstraintConsumer</a><<a href="../../../../../../org/wildfly/swarm/config/management/access/VaultExpressionConstraintConsumer.html" title="type parameter in VaultExpressionConstraintConsumer">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.VaultExpressionConstraint-">
<!-- -->
</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/VaultExpressionConstraintConsumer.html" title="type parameter in VaultExpressionConstraintConsumer">T</a> value)</pre>
<div class="block">Configure a pre-constructed instance of VaultExpressionConstraint
resource</div>
</li>
</ul>
<a name="andThen-org.wildfly.swarm.config.management.access.VaultExpressionConstraintConsumer-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>andThen</h4>
<pre>default <a href="../../../../../../org/wildfly/swarm/config/management/access/VaultExpressionConstraintConsumer.html" title="interface in org.wildfly.swarm.config.management.access">VaultExpressionConstraintConsumer</a><<a href="../../../../../../org/wildfly/swarm/config/management/access/VaultExpressionConstraintConsumer.html" title="type parameter in VaultExpressionConstraintConsumer">T</a>> andThen(<a href="../../../../../../org/wildfly/swarm/config/management/access/VaultExpressionConstraintConsumer.html" title="interface in org.wildfly.swarm.config.management.access">VaultExpressionConstraintConsumer</a><<a href="../../../../../../org/wildfly/swarm/config/management/access/VaultExpressionConstraintConsumer.html" title="type parameter in VaultExpressionConstraintConsumer">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/VaultExpressionConstraintConsumer.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">Thorntail API, 2.7.0.Final</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../org/wildfly/swarm/config/management/access/VaultExpressionConstraint.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/VaultExpressionConstraintSupplier.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/VaultExpressionConstraintConsumer.html" target="_top">Frames</a></li>
<li><a href="VaultExpressionConstraintConsumer.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 © 2020 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
|
MxOnline/extra_apps/xadmin/templates/xadmin/views/model_detail.html
|
LennonChin/Django-Practices
|
{% extends base_template %}
{% load i18n %}
{% load xadmin_tags %}
{% load crispy_forms_tags %}
{% block bodyclass %}{{ opts.app_label }}-{{ opts.object_name.lower }} detail{% endblock %}
{% block nav_title %}
{% if model_icon %}<i class="{{model_icon}}"></i> {% endif %}{{ object|truncatewords:"18" }}
{% endblock %}
{% block nav_toggles %}
{% include "xadmin/includes/toggle_back.html" %}
{% if has_change_permission %}
<a href="{% url opts|admin_urlname:'change' object.pk %}" class="navbar-toggle pull-right"><i class="fa fa-pencil"></i></a>
{% endif %}
{% if has_delete_permission %}
<a href="{% url opts|admin_urlname:'delete' object.pk %}" class="navbar-toggle pull-right"><i class="fa fa-trash-o"></i></a>
{% endif %}
{% endblock %}
{% block nav_btns %}
{% if has_change_permission %}
<a href="{% url opts|admin_urlname:'change' object.pk %}" class="btn btn-primary"><i class="fa fa-pencil"></i> <span>{% trans "Edit" %}</span></a>
{% endif %}
{% if has_delete_permission %}
<a href="{% url opts|admin_urlname:'delete' object.pk %}" class="btn btn-danger"><i class="fa fa-trash-o"></i> <span>{% trans "Delete" %}</span></a>
{% endif %}
{% endblock %}
{% block content %}
{% view_block 'before_fieldsets' %}
{% crispy form %}
{% view_block 'after_fieldsets' %}
{% endblock %}
|
workgroups/newdoc/valency_changing_operations.html
|
UniversalDependencies/universaldependencies.github.io
|
<!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>Valency-Changing Operations</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/workgroups/newdoc/valency_changing_operations.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>
<h1 id="valency-changing-operations">Valency-Changing Operations</h1>
<p><span style="color:red">TO DO: This chapter has been created as leftovers from Dan’s original discussion of core vs. oblique. It should be revised.</span></p>
<ul>
<li><a href="#coding-strategies">Coding strategies</a>
<ul>
<li><a href="#english">English</a></li>
<li><a href="#spanish">Spanish</a></li>
<li><a href="#czech">Czech</a></li>
<li><a href="#basque">Basque</a></li>
<li><a href="#yidiɲ">Yidiɲ</a></li>
<li><a href="#tagalog">Tagalog</a></li>
<li><a href="#plains-cree">Plains Cree</a></li>
</ul>
</li>
<li><a href="#summary-of-relations">Summary of relations</a></li>
</ul>
<h2 id="coding-strategies">Coding Strategies</h2>
<h3 id="english">English</h3>
<p>Transitive clauses (those that have an object) can be passivized, which means:</p>
<ol>
<li>Active verb form is replaced by passive (finite auxiliary + participle).</li>
<li>Former object becomes subject.</li>
<li>Former subject either disappears or becomes an oblique argument.</li>
</ol>
<ul>
<li><em>One apple is eaten (by the boy(s)).</em></li>
<li><em>Many apples are eaten (by the boy(s)).</em></li>
</ul>
<pre><code class="language-conllu"># text = One apple is eaten by the boy.
1 One one NUM _ _ 2 nummod _ _
2 apple apple NOUN _ Number=Sing 4 nsubj:pass _ _
3 is be AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux:pass _ _
4 eaten eat VERB _ Tense=Past|VerbForm=Part 0 root _ _
5 by by ADP _ _ 7 case _ _
6 the the DET _ Definite=Def|PronType=Art 7 det _ _
7 boy boy NOUN _ Number=Sing 4 obl:agent _ SpaceAfter=No
8 . . PUNCT _ _ 4 punct _ _
</code></pre>
<p>The inability to passivize of <em>He works the whole week</em> is an argument in
support of the claim that the clause is intransitive and <em>the whole week</em>
is an adjunct rather than an object.
However, this test is not sufficient because there is a small set of verbs
that have objects but do not passivize:</p>
<ul>
<li><em>John has a new car. (*A new car is had by John.)</em></li>
<li><em>Friday does not suit me. (*I am not suited by Friday.)</em></li>
</ul>
<p>Therefore, durational temporal adjuncts have to be stated as an exception,
and this is the one case where the argument/adjunct distinction cannot be
avoided in UD.</p>
<ul>
<li><em>He works the whole week.</em></li>
</ul>
<pre><code class="language-conllu"># text = He works the whole week.
1 He he PRON _ Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj _ _
2 works work VERB _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root _ _
3 the the DET _ Definite=Def|PronType=Art 5 det _ _
4 whole whole ADJ _ _ 5 amod _ _
5 week week NOUN _ Number=Sing 2 obl:tmod _ SpaceAfter=No
6 . . PUNCT _ _ 2 punct _ _
</code></pre>
<p>On the other hand, even temporal noun phrases can be objects if the verb
requires an object:</p>
<ul>
<li><em>He spent the whole week in Oslo.</em></li>
</ul>
<pre><code class="language-conllu"># text = He spent the whole week in Oslo.
1 He he PRON _ Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj _ _
2 spent spend VERB _ Mood=Ind|Tense=Past|VerbForm=Fin 0 root _ _
3 the the DET _ Definite=Def|PronType=Art 5 det _ _
4 whole whole ADJ _ _ 5 amod _ _
5 week week NOUN _ Number=Sing 2 obj _ _
6 in in ADP _ _ 7 case _ _
7 Oslo Oslo PROPN _ Number=Sing 2 obl _ SpaceAfter=No
8 . . PUNCT _ _ 2 punct _ _
</code></pre>
<p><span style="color: blue"><b>Joakim:</b> I think word order tests can
be used to distinguish these two cases (instead of appealing to the arg/adj distinction):</span></p>
<ul>
<li><em>John worked the whole week in Paris. John worked in Paris the whole week.</em></li>
<li><em>John spent the whole week in Paris. *John spent in Paris the whole week.</em>
</span></li>
</ul>
<p><span style="color: green"><b>Dan:</b> In English, yes. But the same adjunct appears in Spanish and Czech too.</span></p>
<p>Some English verbs allow two objects (i.e., two core arguments following
the verb):</p>
<ul>
<li><em>Peter gave Kate a book.</em></li>
<li><em>Tom teaches me mathematics.</em></li>
</ul>
<p>The traditional approach outside UD is to call the first object <em>indirect</em>
and the second object <em>direct;</em> it is often defined in terms of semantic
roles, saying that the recipient is the indirect object. UD avoids referring
to semantic roles and says instead that <a href="/u/dep/iobj.html">indirect object</a>
is a core argument of the verb that is not its subject or direct <a href="/u/dep/obj.html">object</a>;
the (direct) object is then defined as “the second most core argument of a verb after the subject.”
In the above examples, the recipient <em>(Kate, me)</em> is arguably more core than
the theme <em>(book, mathematics)</em> because the recipient can be promoted in
passivization while the theme cannot:</p>
<ul>
<li><em>Kate was given a book by Peter. (*A book was given Kate by Peter.)</em> <span style="color: orange"><b>Nathan:</b> “A book was given Kate” sounds unusual or archaic but not completely ungrammatical to me. You can find examples on the web of “advice was given him/her”, for example. Some COCA examples: “how do you feel about John Poindexter and the sentence that was given him today?” (1990 spoken), “But when the rooms had been shown and the paper was given him to sign, Frisch hesitated, clutching the pen.” (1990 fiction). Not many COCA examples with by-phrases—only found this one from a 2012 interview with Sarah Palin, who is known for her colorful use of English: “And he got a standing ovation at the end of the speech, and that was given him by those who paid attention and stayed to the end, if you will, and heard what he had to say.” No examples in EWT of a passive verb with <code class="language-plaintext highlighter-rouge">iobj</code>, though.</span></li>
<li><em>I am taught mathematics by Tom. (*Mathematics is taught me by Tom.)</em></li>
</ul>
<p>The second object can be promoted only if both the subject and the first object
are recoded as oblique arguments (in the case of <em>to give</em>) or the first object
is removed (in the case of <em>to teach</em>):</p>
<ul>
<li><em>A book was given by Peter to Kate.</em></li>
<li><em>Mathematics is taught by Tom. (*Mathematics is taught by Tom to me.)</em></li>
</ul>
<p>Therefore, the UD v2 guidelines actually require that the second object
is labeled <code class="language-plaintext highlighter-rouge">iobj</code>. Yet in the current English data (UD 2.1), it is still
the first object that is labeled <code class="language-plaintext highlighter-rouge">iobj</code>, and the second object is <code class="language-plaintext highlighter-rouge">obj</code>.
This has to be resolved by either modifying the guidelines, or the data
(diverging from what people traditionally understand under indirect object).</p>
<pre><code class="language-conllu"># text = Peter gave Kate a book.
1 Peter Peter PROPN _ Number=Sing 2 nsubj _ _
2 gave give VERB _ Mood=Ind|Tense=Past|VerbForm=Fin 0 root _ _
3 Kate Kate PROPN _ Number=Sing 2 obj _ _
4 a a DET _ Definite=Ind|PronType=Art 5 det _ _
5 book book NOUN _ Number=Sing 2 iobj _ SpaceAfter=No
6 . . PUNCT _ _ 2 punct _ _
</code></pre>
<pre><code class="language-conllu"># text = Kate was given a book by Peter.
1 Kate Kate PROPN _ Number=Sing 3 nsubj:pass _ _
2 was be AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 aux:pass _ _
3 given give VERB _ Tense=Past|VerbForm=Part 0 root _ _
4 a a DET _ Definite=Ind|PronType=Art 5 det _ _
5 book book NOUN _ Number=Sing 3 iobj _ _
6 by by ADP _ _ 7 case _ _
7 Peter Peter PROPN _ Number=Sing 3 obl:agent _ SpaceAfter=No
8 . . PUNCT _ _ 3 punct _ _
</code></pre>
<p><span style="color: blue"><b>Joakim:</b> I don’t think this is specified by the v2 guidelines.
I tried to argue for it on GitHub, based on syntactic criteria, but people pushed back saying that
it is convenient for NLP applications to have the same relation for the recipient role in both cases.
This needs to be resolved.</span></p>
<p><span style="color:red">TO DO: How do we explain that an oblique nominal is
annotated as subject in subordinate infinitival clause, as in
<em>It was impossible <b>for him</b> to attend the meeting.</em>
Some authors (I do not remember where exactly I saw it) say that it is quite
common that core arguments are coded differently in subordinate clauses.
But can we prove that the <em>for</em>-phrase is indeed a subject?
It is not sufficient to say that it has the same semantic role as the corresponding
bare nominal in a main finite clause. If it was sufficient, then the <em>by</em>-phrases
in passive clauses would be subjects too!</span></p>
<p><span style="color:blue"><b>Joakim:</b> We definitely need to allow different coding
in subordinate clauses. That is the rule in languages like Latin and Turkish. But I
think we should save this for the section on subordinate clauses.</span></p>
<h3 id="spanish">Spanish</h3>
<p>The behavior of Spanish core arguments is somewhat similar to English but there
are differences. Like in English, it is typical for a core argument to be
a bare nominal without preposition. However, prepositions are not completely
excluded. If the object is a person, it is marked by the preposition <em>a</em>:</p>
<ul>
<li><em>Vimos a alguien.</em> “We saw somebody.”</li>
</ul>
<p>The subject’s person and number is cross-referenced by verbal inflection.
Spanish is a pro-drop language, meaning that the subject can be omitted if it
is a personal pronoun.</p>
<ul>
<li><em>(Yo) bebo vino.</em> “I drink wine.”</li>
<li><em>(Tú) bebes vino.</em> “You drink wine.” (singular)</li>
<li><em>El hombre bebe vino.</em> “The man drinks wine.”</li>
<li><em>(Nosotros) bebemos vino.</em> “We drink wine.”</li>
<li><em>(Vosotros) bebéis vino.</em> “You drink wine.” (plural)</li>
<li><em>Los hombres beben vino.</em> “The men drink wine.”</li>
</ul>
<pre><code class="language-conllu"># text = Vimos a alguien.
# text_en = We saw somebody.
1 Vimos ver VERB _ Mood=Ind|Number=Plur|Person=1|Tense=Imp|VerbForm=Fin 0 root _ Gloss=we-saw
2 a a ADP _ _ 3 case _ Gloss=OBJ
3 alguien alguien PRON _ Number=Sing|PronType=Ind 1 obj _ Gloss=somebody|SpaceAfter=No
4 . . PUNCT _ _ 1 punct _ Gloss=.
</code></pre>
<pre><code class="language-conllu"># text = El hombre bebe vino.
# text_en = The man drinks wine.
1 El el DET _ Definite=Def|Gender=Masc|Number=Sing|PronType=Art 2 det _ Gloss=the
2 hombre hombre NOUN _ Gender=Masc|Number=Sing 3 nsubj _ Gloss=man
3 bebe beber VERB _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root _ Gloss=drinks
4 vino vino NOUN _ Gender=Masc|Number=Sing 3 obj _ Gloss=wine|SpaceAfter=No
5 . . PUNCT _ _ 3 punct _ Gloss=.
</code></pre>
<p>If the arguments are realized as personal pronouns, the subject is in the
nominative form <em>(yo, tú, él, nosotros, vosotros, ellos)</em> and the object is in the accusative
<em>(me, te, lo, nos, os, los).</em> Nouns do not inflect for case in Spanish.</p>
<p>If both core arguments are present and if they are realized as full noun
phrases, the prototypical word order is the same as in English: the subject
precedes the verb and the object follows it. However, if the object is realized
as a pronominal clitic (and if the verb is finite indicative), the object
precedes the verb.</p>
<ul>
<li><em>El hombre lo bebe.</em> “The man drinks it.”</li>
</ul>
<pre><code class="language-conllu"># text = El hombre lo bebe.
# text_en = The man drinks it.
1 El el DET _ Definite=Def|Gender=Masc|Number=Sing|PronType=Art 2 det _ Gloss=the
2 hombre hombre NOUN _ Gender=Masc|Number=Sing 4 nsubj _ Gloss=man
3 lo él PRON _ Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 4 obj _ Gloss=it
4 bebe beber VERB _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root _ Gloss=drinks|SpaceAfter=No
5 . . PUNCT _ _ 4 punct _ Gloss=.
</code></pre>
<p>Transitive clauses (those that have an object) can be passivized.</p>
<ul>
<li><em>El vino es bebido por los hombres.</em> “The wine is drunk by the men.”</li>
<li><em>Las bebidas son bebidas por los hombres.</em> “The drinks are drunk by the men.”</li>
</ul>
<pre><code class="language-conllu"># text = El vino es bebido por los hombres.
# text_en = The wine is drunk by the men.
1 El el DET _ Definite=Def|Gender=Masc|Number=Sing|PronType=Art 2 det _ Gloss=the
2 vino vino NOUN _ Gender=Masc|Number=Sing 4 nsubj:pass _ Gloss=wine|SpaceAfter=No
3 es ser AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux:pass _ Gloss=is
4 bebido beber VERB _ Gender=Masc|Number=Sing|Tense=Past|VerbForm=Part 0 root _ Gloss=drunk
5 por por ADP _ _ 7 case _ Gloss=by
6 los el DET _ Definite=Def|Gender=Masc|Number=Plur|PronType=Art 7 det _ Gloss=the
7 hombres hombre NOUN _ Gender=Masc|Number=Plur 4 obl:agent _ Gloss=men|SpaceAfter=No
8 . . PUNCT _ _ 4 punct _ Gloss=.
</code></pre>
<p>Both coding strategies that are used for core arguments can also appear with
adjuncts. Bare nominal adjuncts are rare, the exception being durational
temporal adjuncts. In contrast, the preposition <em>a</em> can be used with various
directional and temporal adjuncts.</p>
<ul>
<li><em>Él trabaja toda la semana.</em> “He works the whole week.”</li>
<li><em>Subiremos al tren a las cinco.</em> “We will be boarding the train at five.”</li>
</ul>
<pre><code class="language-conllu"># text = Él trabaja toda la semana.
# text_en = He works the whole week.
1 Él él PRON _ Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj _ Gloss=he
2 trabaja trabajar VERB _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root _ Gloss=works
3 toda todo DET _ Gender=Fem|Number=Sing|PronType=Tot 5 det _ Gloss=all
4 la el DET _ Definite=Def|Gender=Fem|Number=Sing|PronType=Art 5 det _ Gloss=the
5 semana semana NOUN _ Gender=Fem|Number=Sing 2 obl:tmod _ Gloss=week|SpaceAfter=No
6 . . PUNCT _ _ 2 punct _ Gloss=.
</code></pre>
<pre><code class="language-conllu"># text = Subiremos al tren a las cinco.
# text_en = We will be boarding the train at five.
1 Subiremos subir VERB _ Mood=Ind|Number=Plur|Person=1|Tense=Fut|VerbForm=Fin 0 root _ Gloss=we-will-board
2-3 al _ _ _ _ _ _ _ _
2 a a ADP _ _ 4 case _ Gloss=on
3 el el DET _ Definite=Def|Gender=Masc|Number=Sing|PronType=Art 4 det _ Gloss=the
4 tren tren NOUN _ Gender=Masc|Number=Sing 1 obl _ Gloss=train
5 a a ADP _ _ 7 case _ Gloss=at
6 las el DET _ Definite=Def|Gender=Fem|Number=Plur|PronType=Art 7 det _ Gloss=the
7 cinco cinco NUM _ NumType=Card 1 obl:tmod _ Gloss=five|SpaceAfter=No
8 . . PUNCT _ _ 1 punct _ Gloss=.
</code></pre>
<p>Neither <em>toda la semana</em> nor <em>al tren</em> or <em>a las cinco</em> can be promoted via passivization.</p>
<p>Some Spanish verbs allow two objects:</p>
<ul>
<li><em>Pedro dio un libro a Isabel.</em> “Pedro gave Isabel a book.”</li>
<li><em>Pedro le dio un libro a Isabel.</em> “Pedro gave Isabel a book.”</li>
<li><em>Pedro le dio un libro.</em> “Pedro gave her a book.”</li>
<li><em>Santiago me enseña las matemáticas.</em> “Santiago teaches me mathematics.”</li>
</ul>
<p>One of the objects typically corresponds to the recipient semantic role and
it most likely refers to a person, therefore it will be marked by the
preposition <em>a</em> (if it is realized as a full noun phrase). If it is represented
by a pronominal clitic, it will be in the dative form (identical with the
accusative except for the third person, which is <em>le, les,</em> and does not
distinguish gender). It is not uncommon that both the noun phrase and the
clitic are present, as in <em>Pedro <b>le</b> dio un libro <b>a Isabel</b>.</em>
(this is known as “clitic doubling”).</p>
<pre><code class="language-conllu"># text = Pedro le dio un libro a Isabel.
# text_en = Pedro gave Isabel a book.
1 Pedro Pedro PROPN _ Gender=Masc|Number=Sing 3 nsubj _ Gloss=Pedro
2 le él PRON _ Case=Dat|Number=Sing|Person=3|PronType=Prs 3 expl _ Gloss=her
3 dio dar VERB _ Mood=Ind|Tense=Past|VerbForm=Fin 0 root _ Gloss=gave
4 un un DET _ Definite=Ind|Gender=Masc|Number=Sing|PronType=Art 5 det _ Gloss=a
5 libro libro NOUN _ Gender=Masc|Number=Sing 3 obj _ Gloss=book
6 a a ADP _ _ 7 case _ Gloss=to
7 Isabel Isabel PROPN _ Gender=Fem|Number=Sing 3 iobj _ Gloss=Isabel|SpaceAfter=No
8 . . PUNCT _ _ 3 punct _ Gloss=.
</code></pre>
<pre><code class="language-conllu"># text = Pedro le dio un libro.
# text_en = Pedro gave her a book.
1 Pedro Pedro PROPN _ Gender=Masc|Number=Sing 3 nsubj _ Gloss=Pedro
2 le él PRON _ Case=Dat|Number=Sing|Person=3|PronType=Prs 3 iobj _ Gloss=her
3 dio dar VERB _ Mood=Ind|Tense=Past|VerbForm=Fin 0 root _ Gloss=gave
4 un un DET _ Definite=Ind|Gender=Masc|Number=Sing|PronType=Art 5 det _ Gloss=a
5 libro libro NOUN _ Gender=Masc|Number=Sing 3 obj _ Gloss=book|SpaceAfter=No
6 . . PUNCT _ _ 3 punct _ Gloss=.
</code></pre>
<p>The object that is marked by the preposition <em>a</em> or by the dative case of the
pronoun (i.e., the one with the recipient role) is labeled as an indirect
object; the unmarked/accusative object is direct. This is in line with the
UD v2 guidelines: if the clause is passivized, the direct object is promoted
to the subject relation, while the indirect object stays untouched.
Hence the indirect object is less core than the direct object.</p>
<ul>
<li><em>Un libro fue dado a Isabel por Pedro.</em> “A book was given to Isabel by Pedro.”</li>
</ul>
<pre><code class="language-conllu"># text = Un libro fue dado a Isabel por Pedro.
# text_en = A book was given to Isabel by Pedro.
1 Un un DET _ Definite=Ind|Gender=Masc|Number=Sing|PronType=Art 2 det _ Gloss=a
2 libro libro NOUN _ Gender=Masc|Number=Sing 4 nsubj:pass _ Gloss=book
3 fue ser AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 aux:pass _ Gloss=was
4 dado dar VERB _ Gender=Masc|Number=Sing|Tense=Past|VerbForm=Part 0 root _ Gloss=given
5 a a ADP _ _ 6 case _ Gloss=to
6 Isabel Isabel PROPN _ Gender=Fem|Number=Sing 4 iobj _ Gloss=Isabel
7 por por ADP _ _ 8 case _ Gloss=by
8 Pedro Pedro PROPN _ Gender=Masc|Number=Sing 4 obl:agent _ Gloss=Pedro|SpaceAfter=No
9 . . PUNCT _ _ 4 punct _ Gloss=.
</code></pre>
<p><span style="color: blue"><b>Joakim:</b> Why do we treat the recipient as core in Spanish but not in English when they both have prepositions? Is this because prepositions are found with direct objects in Spanish but not in English? And what would we then do in French, where the recipient takes a prepositions but where prepositions are never used with prepositions? Same as English? It would also be possible (at least in French) to argue for a mixed system, where full noun phrases are oblique (because they take a preposition) but pronouns are core (because they have dative case).</span></p>
<h3 id="czech">Czech</h3>
<p>Classification of verbal arguments in Czech depends on <a href="/u/feat/Case.html">case morphology</a>.
There are certain anomalies of the case system when the argument is a quantified
phrase (with a cardinal number or a pronominal quantifier, the head noun
may have different case than the entire phrase). We exclude quantified phrases
from the following overview.</p>
<p>The coding strategy most typical for Czech core arguments is bare noun phrase
in nominative or accusative.
Some authors claim that core arguments are not marked for case. This is not
true and Czech is one of the counter-examples. The nominative can be considered
unmarked in the vague sense that it is the default case that is used if
there are no external factors requiring another case. However, it is not
unmarked in the morphological sense: many nouns must use suffixes to form
the nominative (and the same holds for the accusative).</p>
<p>The nominative argument is the subject, the
accusative is object.
The subject’s person, number, and sometimes also gender and animacy are
cross-referenced by verbal inflection.
Czech is a pro-drop language, meaning that the subject can be omitted if it is
a personal pronoun.</p>
<ul>
<li><em>Snědl jsem jablko.</em> “I ate an apple.” (masculine)</li>
<li><em>Snědla jsem jablko.</em> “I ate an apple.” (feminine)</li>
<li><em>Snědl jsi jablko.</em> “You ate an apple.” (masculine singular)</li>
<li><em>Snědla jsi jablko.</em> “You ate an apple.” (feminine singular)</li>
<li><em>Chlapec snědl jablko.</em> “The boy ate an apple.”</li>
<li><em>Snědl jablko.</em> “He ate an apple.”</li>
<li><em>Snědla jablko.</em> “She ate an apple.”</li>
<li><em>Snědlo jablko.</em> “It ate an apple.”</li>
<li><em>Snědli jsme jablko.</em> “We ate an apple.” (masculine animate)</li>
<li><em>Snědly jsme jablko.</em> “We ate an apple.” (feminine)</li>
<li><em>Snědli jste jablko.</em> “You ate an apple.” (masculine animate plural)</li>
<li><em>Snědly jste jablko.</em> “You ate an apple.” (feminine plural)</li>
<li><em>Snědli jablko.</em> “They ate an apple.” (masculine animate)</li>
<li><em>Snědly jablko.</em> “They ate an apple.” (feminine or masculine inanimate)</li>
<li><em>Snědla jablko.</em> “They ate an apple.” (neuter)</li>
</ul>
<pre><code class="language-conllu"># text = Chlapec snědl jablko.
# text_en = The boy ate an apple.
1 Chlapec chlapec NOUN _ Animacy=Anim|Case=Nom|Gender=Masc|Number=Sing|Polarity=Pos 2 nsubj _ Gloss=boy
2 snědl sníst VERB _ Gender=Masc|Number=Sing|Polarity=Pos|Tense=Past|VerbForm=Part 0 root _ Gloss=eaten
3 jablko jablko NOUN _ Case=Acc|Gender=Neut|Number=Sing|Polarity=Pos 2 obj _ Gloss=apple|SpaceAfter=No
4 . . PUNCT _ _ 2 punct _ _
</code></pre>
<p>Czech word order is free and while the SVO order is preferred by default, other
permutations are possible and may be required to distinguish topic and focus.</p>
<ul>
<li><em>Chlapec snědl jablko.</em> “The/a boy ate an apple.”</li>
<li><em>Jablko snědl chlapec.</em> “It was a/the boy who ate the apple.”</li>
<li><em>Chlapec jablko snědl.</em> “What the boy did to the apple was that he ate it.”</li>
<li><em>Jablko chlapec snědl.</em> “As for the apple, what the boy did to it was that he ate it.”</li>
<li><em>Snědl chlapec jablko.</em> “A boy ate an apple.”</li>
<li><em>Snědl jablko chlapec.</em> “A boy ate an apple.” (Most unusual order but not impossible.)</li>
</ul>
<p>Transitive clauses (those that have an accusative object) can be passivized.</p>
<ul>
<li><em>Jablko bylo snědeno chlapcem.</em> “The apple was eaten by the boy.”</li>
<li><em>Jablka byla snědena chlapcem.</em> “The apples were eaten by the boy.”</li>
</ul>
<pre><code class="language-conllu"># text = Jablko bylo snědeno chlapcem.
# text_en = The apple was eaten by the boy.
1 Jablko jablko NOUN _ Case=Nom|Gender=Neut|Number=Sing|Polarity=Pos 3 nsubj:pass _ Gloss=apple
2 bylo být AUX _ Gender=Neut|Number=Sing|Tense=Past|VerbForm=Part 3 aux:pass _ Gloss=was
3 snědeno snědený ADJ _ Case=Nom|Gender=Neut|Number=Sing|Polarity=Pos|Variant=Short|VerbForm=Part|Voice=Pass 0 root _ Gloss=eaten
4 chlapcem chlapec NOUN _ Animacy=Anim|Case=Ins|Gender=Masc|Number=Sing|Polarity=Pos 3 obl:agent _ Gloss=by-boy|SpaceAfter=No
5 . . PUNCT _ _ 3 punct _ Gloss=.
</code></pre>
<p>There are a few verbs with accusative objects that cannot passivize, for
instance:</p>
<ul>
<li><em>Chlapec dostal čokoládu.</em> “The boy got chocolate.” <em>(*Čokoláda byla dostána chlapcem.)</em></li>
<li><em>Chlapec má čokoládu.</em> “The boy has chocolate.” <em>(*Čokoláda je mána chlapcem.)</em></li>
</ul>
<p>It is not guaranteed that a bare accusative nominal is a core argument. It can
also be a durational temporal adjunct, as in:</p>
<ul>
<li><em>Pracuje celý týden.</em> “He works the whole week.”</li>
</ul>
<pre><code class="language-conllu"># text = Pracuje celý týden.
# text_en = He works the whole week.
1 Pracuje pracovat VERB _ Mood=Ind|Number=Sing|Person=3|Polarity=Pos|Tense=Pres|VerbForm=Fin 0 root _ Gloss=works
2 celý celý ADJ _ Animacy=Inan|Case=Acc|Degree=Pos|Gender=Masc|Number=Sing|Polarity=Pos 3 amod _ Gloss=whole
3 týden týden NOUN _ Animacy=Inan|Case=Acc|Gender=Masc|Number=Sing|Polarity=Pos 1 obl:tmod _ Gloss=week|SpaceAfter=No
4 . . PUNCT _ _ 1 punct _ Gloss=.
</code></pre>
<p>The nominal <em>celý týden</em> cannot be promoted to subject via passivization, which
supports the claim that it is not an object; however, this test is not sufficient
because of the exceptional verbs like <em>dostat</em> “to get” and <em>mít</em> “to have”.
Therefore, durational temporal adjuncts have to be stated as an exception and
the argument/adjunct distinction cannot be avoided in this case.</p>
<p>Many two-argument verbs in Czech specify the second argument as a bare noun
phrase in a case other than accusative. Whether these arguments are core
arguments is a point of disagreement among different authors.
The current (UD 2.1) approach in UD for Czech and several similar Indo-European
languages is to analyze them as core.</p>
<p>Some of the verbs resemble prototypical transitive verbs in that their
arguments have the roles of agent and patient. For instance, the verb
<em>pomoci</em> “to help” takes a dative argument:</p>
<ul>
<li><em>Zuzka pomohla Martinovi s domácím úkolem.</em> “Zuzka helped Martin with his homework.”</li>
</ul>
<p>The clause can be passivized. However, the dative argument is not promoted
by the passivization to the subject relation. It stays in dative and the
verb does not cross-reference its person, number or gender. Instead, verbal
morphology switches to the default singular neuter agreement with unexpressed subject.
This suggests that the dative argument is less core-like (if at all) than a
standard accusative object.</p>
<ul>
<li><em>Martinovi bylo pomoženo s domácím úkolem.</em> “Martin was helped with his homework.” <em>(*Martin byl pomožen s domácím úkolem.)</em></li>
</ul>
<pre><code class="language-conllu"># text = Zuzka pomohla Martinovi s domácím úkolem.
# text_en = Zuzka helped Martin with his homework.
1 Zuzka Zuzka PROPN _ Case=Nom|Gender=Fem|Number=Sing|Polarity=Pos 2 nsubj _ Gloss=Zuzka
2 pomohla pomoci VERB _ Gender=Fem|Number=Sing|Polarity=Pos|Tense=Past|VerbForm=Part 0 root _ Gloss=helped
3 Martinovi Martin PROPN _ Animacy=Anim|Case=Dat|Gender=Masc|Number=Sing|Polarity=Pos 2 obj _ Gloss=Martin
4 s s ADP _ _ 6 case _ Gloss=with
5 domácím domácí ADJ _ Animacy=Inan|Case=Ins|Degree=Pos|Gender=Masc|Number=Sing|Polarity=Pos 6 amod _ Gloss=home
6 úkolem úkol NOUN _ Animacy=Inan|Case=Ins|Gender=Masc|Number=Sing|Polarity=Pos 2 obl:arg _ Gloss=work|SpaceAfter=No
7 . . PUNCT _ _ 2 punct _ Gloss=.
</code></pre>
<pre><code class="language-conllu"># text = Martinovi bylo pomoženo s domácím úkolem.
# text_en = Martin was helped with his homework.
1 Martinovi Martin PROPN _ Animacy=Anim|Case=Dat|Gender=Masc|Number=Sing|Polarity=Pos 3 obj _ Gloss=Martin
2 bylo být AUX _ Gender=Neut|Number=Sing|Polarity=Pos|Tense=Past|VerbForm=Part 3 aux:pass _ Gloss=was
3 pomoženo pomožený ADJ _ Gender=Neut|Number=Sing|Polarity=Pos|Variant=Short|VerbForm=Part|Voice=Pass 0 root _ Gloss=helped
4 s s ADP _ _ 6 case _ Gloss=with
5 domácím domácí ADJ _ Animacy=Inan|Case=Ins|Degree=Pos|Gender=Masc|Number=Sing|Polarity=Pos 6 amod _ Gloss=home
6 úkolem úkol NOUN _ Animacy=Inan|Case=Ins|Gender=Masc|Number=Sing|Polarity=Pos 3 obl:arg _ Gloss=work|SpaceAfter=No
7 . . PUNCT _ _ 3 punct _ Gloss=.
</code></pre>
<p>If dative arguments are core objects, then we may want to distinguish them from
benefactive adjuncts that are also encoded as bare nominals in the dative
(that is, if we acknowledge that benefactives should be adjuncts):</p>
<ul>
<li><em>Zuzka Martinovi udělala večeři.</em> “Zuzka prepared a dinner for Martin.”</li>
<li><em>Zuzka Martinovi koupila večeři.</em> “Zuzka bought a dinner for Martin.”</li>
<li><em>Zuzka Martinovi objednala večeři.</em> “Zuzka ordered a dinner for Martin.”</li>
<li><em>Zuzka Martinovi snědla večeři.</em> “Zuzka ate Martin’s dinner.”</li>
</ul>
<p><span style="color: blue"><b>Joakim:</b> If benefactives and datives have the same encoding, perhaps
they should both be regarded as oblique (to facilitate annotation).</span></p>
<p>Similarly, there are objects realized as bare genitives and even instrumentals,
with the same passivization pattern as datives. Instrumental objects have to
be distinguished from demoted oblique agents in passive constructions, and
from instrumental adjuncts.</p>
<ul>
<li><em>Novináři musí dbát zásad objektivity.</em> “Journalists must observe principles of objectivity.” (genitive)</li>
<li><em>Musí být dbáno zásad objektivity.</em> “Principles of objectivity must be observed.”</li>
<li><em>Karel hýbal nábytkem.</em> “Karel moved furniture.” (instrumental)</li>
<li><em>Nábytkem bylo hýbáno.</em> “The furniture has been moved.”</li>
</ul>
<p>The Czech grammar also recognizes prepositional objects but we do not consider
them core (which means they are not objects in UD). In fact, the definition
of object in the Czech grammar is identical with argument and leads to the
argument/adjunct distinction, disfavored in UD. Most adjuncts are prepositional
phrases, thus the bulk of the decisions would have to be done for prepositional phrases;
that is the
main reason why bare datives are analyzed as core objects while prepositional
phrases are not. It is worth noting that the neuter singular passivization
that is described above for bare datives, genitives and instrumentals is also available
for prepositional phrases and even for some intransitive verbs, although
such constructions are rare:</p>
<ul>
<li><em>Spoléhali na ředitelovo rozhodnutí.</em> “They relied on the director’s decision.”</li>
<li><em>Na ředitelovo rozhodnutí bylo spoléháno.</em> “It was relied on the director’s decision.”</li>
<li><em>Ředitel rozhodl v pátek.</em> “The director decided on Friday.”</li>
<li><em>V pátek bylo rozhodnuto.</em> “It was decided on Friday.”</li>
</ul>
<p>Some Czech verbs allow two objects. Typically, one object is accusative and
the other is dative; nevertheless, some other combinations are possible, too.</p>
<ul>
<li><em>Petr dal Katce knihu.</em> “Petr gave Katka a book.” (dative + accusative)</li>
<li><em>Tomáš mě učí matematiku.</em> “Tomáš teaches me mathematics.” (accusative + accusative)</li>
<li><em>Muž vyhrožoval sousedovi smrtí.</em> “A man threatened his neighbor with death.” (dative + instrumental)</li>
</ul>
<p>The dative-accusative construction can be passivized so that the accusative
object is promoted to subject, the dative object stays as it is, and the
former subject disappears (or, rarely, is transformed to instrumental).
It is thus confirmed that the dative object is less core than the accusative,
hence the dative should be labeled as indirect.</p>
<ul>
<li><em>Kniha byla dána Katce (Petrem).</em> “The book was given to Katka (by Petr).”</li>
</ul>
<p>The verb <em>učit</em> “to teach” is special in that it allows two accusatives: one
representing the theme (mathematics) and the other the recipient (me). Either
one can be omitted and then we have a normal transitive clause with an accusative
object that can be promoted via passivization. However, if both arguments are
present in the active clause, it is not possible to promote one of them and
leave the other untouched; the grammar does not tolerate a bare accusative
argument in a passive clause.
Also note that there is a slightly archaic alternative where the theme (not
the recipient!) takes the dative form. Here the passive might in theory be
available but it still sounds clumsy.</p>
<ul>
<li><em>Tomáš učí matematiku.</em> “Tomáš teaches mathematics.”</li>
<li><em>Matematika je učena Tomášem.</em> “Mathematics is taught by Tomáš.”</li>
<li><em>Tomáš mě učí.</em> “Tomáš teaches me.”</li>
<li><em>(Já) jsem učen Tomášem.</em> “I am taught by Tomáš.”</li>
<li><em>Tomáš mě učí matematiku.</em> “Tomáš teaches me mathematics.”</li>
<li><em>(*Jsem učen matematiku Tomášem. *Matematika je učena mě Tomášem.)</em></li>
<li><em>Tomáš mě učí matematice.</em> “Tomáš teaches me mathematics.” (mathematics in dative)</li>
<li><em>(?Jsem učen matematice (Tomášem).)</em> “I am taught mathematics (by Tomáš).”</li>
</ul>
<p>There thus does not seem to be any evidence that one of the accusatives is
more core than the other. We have an example of a clause with two objects,
neither of which is indirect.</p>
<p>Finally, in the dative-instrumental construction, the passivization follows
rules similar to clauses with one non-accusative object: former subject
disappears but the objects stay untouched. Moreover, if the subject is
not removed but transformed to an instrumental argument, it is likely that
the original instrumental argument will be removed instead.
Yet it is not completely ungrammatical to keep them both (see the example below; but it is
highly preferred that the two instrumental arguments are not adjacent).</p>
<ul>
<li><em>Muž vyhrožoval sousedovi smrtí.</em> “A man threatened his neighbor with death.”</li>
<li><em>Sousedovi bylo vyhrožováno smrtí.</em> “The neighbor was threatened with death.”</li>
<li><em>Sousedovi bylo vyhrožováno mužem.</em> “The neighbor was threatened by the man.”</li>
<li><em>Mužem bylo sousedovi vyhrožováno smrtí.</em> “The neighbor was threatened by the man with death.”</li>
</ul>
<p>The dative-instrumental construction is one where both objects are clearly
less core than accusative objects, but none of the two is more or less core
than the other. Therefore, none of them can be labeled as indirect.</p>
<ul>
<li><em>Petr dal Katce knihu.</em> “Petr gave Katka a book.”</li>
</ul>
<pre><code class="language-conllu"># text = Petr dal Katce knihu.
# text_en = Petr gave Katka a book.
1 Petr Petr PROPN _ Animacy=Anim|Case=Nom|Gender=Masc|Number=Sing|Polarity=Pos 2 nsubj _ Gloss=Petr
2 dal dát VERB _ Animacy=Anim|Gender=Masc|Number=Sing|Polarity=Pos|Tense=Past|VerbForm=Part 0 root _ Gloss=gave
3 Katce Katka PROPN _ Case=Dat|Gender=Fem|Number=Sing|Polarity=Pos 2 iobj _ Gloss=to-Katka
4 knihu kniha NOUN _ Case=Acc|Gender=Fem|Number=Sing|Polarity=Pos 2 obj _ Gloss=book|SpaceAfter=No
5 . . PUNCT _ _ 2 punct _ Gloss=.
</code></pre>
<ul>
<li><em>Kniha byla dána Katce Petrem.</em> “The book was given to Katka by Petr.”</li>
</ul>
<pre><code class="language-conllu"># text = Kniha byla dána Katce Petrem.
# text_en = The book was given to Katka by Petr.
1 Kniha kniha NOUN _ Case=Nom|Gender=Fem|Number=Sing|Polarity=Pos 3 nsubj:pass _ Gloss=book
2 byla být AUX _ Gender=Fem|Number=Sing|Polarity=Pos|Tense=Past|VerbForm=Part 3 aux:pass _ Gloss=was
3 dána daný ADJ _ Gender=Fem|Number=Sing|Polarity=Pos|Variant=Short|VerbForm=Part|Voice=Pass 0 root _ Gloss=given
4 Katce Katka PROPN _ Case=Dat|Gender=Fem|Number=Sing|Polarity=Pos 3 iobj _ Gloss=to-Katka
5 Petrem Petr PROPN _ Animacy=Anim|Case=Ins|Gender=Masc|Number=Sing|Polarity=Pos 3 obl:agent _ Gloss=by-Petr|SpaceAfter=No
6 . . PUNCT _ _ 3 punct _ Gloss=.
</code></pre>
<ul>
<li><em>Tomáš mě učí matematiku.</em> “Tomáš teaches me mathematics.”</li>
</ul>
<pre><code class="language-conllu"># text = Tomáš mě učí matematiku.
# text_en = Tomáš teaches me mathematics.
1 Tomáš Tomáš PROPN _ Animacy=Anim|Case=Nom|Gender=Masc|Number=Sing|Polarity=Pos 3 nsubj _ Gloss=Tomáš
2 mě já PRON _ Case=Acc|Number=Sing|Person=1|PronType=Prs|Variant=Short 3 obj _ Gloss=me
3 učí učit VERB _ Mood=Ind|Number=Sing|Person=3|Polarity=Pos|Tense=Pres|VerbForm=Fin 0 root _ Gloss=teaches
4 matematiku matematika NOUN _ Case=Acc|Gender=Fem|Number=Sing|Polarity=Pos 3 obj _ Gloss=mathematics|SpaceAfter=No
5 . . PUNCT _ _ 3 punct _ Gloss=.
</code></pre>
<h3 id="basque">Basque</h3>
<p>See also:
Fernando Zúñiga, Beatriz Fernández (draft 26.6.2014):
<a href="http://basdisyn.net/pdf/Zuniga%20&%20Fernandez%202014%20Basque%20GRs%20270614.pdf">Grammatical relations in Basque</a></p>
<p>In Basque, like in Czech, nominal case morphology is essential for recognition
of core argument relations. However, instead of nominative-accusative, the
core pair of cases in Basque is ergative-absolutive.
Most two-argument verbs have one argument in the ergative and the other in
the absolutive case (but see below for other possibilities).
The ergative argument is labeled as subject, the absolutive argument is object.
With primary transitive verbs, the ergative argument corresponds to the agent
and the absolutive argument to the patient.</p>
<ul>
<li><em>Ekaitzak itsasontzia hondoratu du.</em> “The storm has sunk the ship.”</li>
</ul>
<pre><code class="language-conllu"># text = Ekaitzak itsasontzia hondoratu du.
# text_en = The storm has sunk the ship.
1 Ekaitzak ekaitz NOUN _ Animacy=Inan|Case=Erg|Definite=Def|Number=Sing 3 nsubj _ Gloss=storm
2 itsasontzia itsasontzi NOUN _ Animacy=Inan|Case=Abs|Definite=Def|Number=Sing 3 obj _ Gloss=ship
3 hondoratu hondoratu VERB _ Aspect=Perf|VerbForm=Part 0 root _ Gloss=sunk
4 du *edun AUX _ Mood=Ind|Number[abs]=Sing|Number[erg]=Sing|Person[abs]=3|Person[erg]=3|VerbForm=Fin 3 aux _ Gloss=has|SpaceAfter=No
5 . . PUNCT _ _ 3 punct _ Gloss=.
</code></pre>
<p>The single argument of intransitive verbs takes mostly the absolutive
but sometimes the ergative form. It is labeled as subject in both cases.</p>
<ul>
<li><em>Gizona hil da.</em> “The man has died.” (absolutive)</li>
</ul>
<pre><code class="language-conllu"># text = Gizona hil da.
# text_en = The man has died.
1 Gizona gizon NOUN _ Animacy=Anim|Case=Abs|Definite=Def|Number=Sing 2 nsubj _ Gloss=the-man
2 hil hil VERB _ Aspect=Perf|VerbForm=Part 0 root _ Gloss=died
3 da izan AUX _ Aspect=Prog|Mood=Ind|Number[abs]=Sing|Person[abs]=3|VerbForm=Fin 2 aux _ Gloss=has|SpaceAfter=No
4 . . PUNCT _ _ 2 punct _ Gloss=.
</code></pre>
<ul>
<li><em>Urak irakin du.</em> “The water has boiled.” (ergative)</li>
</ul>
<pre><code class="language-conllu"># text = Urak irakin du.
# text_en = The water has boiled.
1 Urak ura NOUN _ Animacy=Inan|Case=Erg|Definite=Ind|Number=Sing 2 nsubj _ Gloss=water
2 irakin irakin VERB _ Aspect=Perf|VerbForm=Part 0 root _ Gloss=boiled
3 du *edun AUX _ Mood=Ind|Number[abs]=Sing|Number[erg]=Sing|Person[abs]=3|Person[erg]=3|VerbForm=Fin 2 aux _ Gloss=has|SpaceAfter=No
4 . . PUNCT _ _ 2 punct _ Gloss=.
</code></pre>
<p>The third core case is the dative. Arguments in all three core cases are
cross-referenced on finite verbs. Thanks to cross-referencing, the arguments
can be omitted if they are just personal pronouns.</p>
<p>Some two-argument verbs take dative+absolutive, instead of ergative+absolutive:</p>
<ul>
<li><em>(Niri) ardoa gustatzen zait.</em> “I like wine.” (lit. “To-me the-wine pleasing is.”)</li>
</ul>
<pre><code class="language-conllu"># text = Niri ardoa gustatzen zait.
# text_en = I like wine.
1 Niri ni PRON _ Case=Dat|Number=Sing|Person=1|PronType=Prs 3 nsubj _ Gloss=to-me
2 ardoa ardo NOUN _ Animacy=Inan|Case=Abs|Definite=Def|Number=Sing 3 obj _ Gloss=wine
3 gustatzen gustatzen VERB _ Aspect=Imp|VerbForm=Part 0 root _ Gloss=pleasing
4 zait izan AUX _ Mood=Ind|Number[abs]=Sing|Number[dat]=Sing|Person[abs]=3|Person[dat]=1|VerbForm=Fin 3 aux _ Gloss=is|SpaceAfter=No
5 . . PUNCT _ _ 3 punct _ Gloss=.
</code></pre>
<p>In the current data (UD 2.1), the dative argument seems to be labeled <code class="language-plaintext highlighter-rouge">iobj</code>
even in dative-absolutive constructions. However, Zúñiga and Fernández (2014)
write that the dative encodes the A function in such constructions; that
would mean that it should be <code class="language-plaintext highlighter-rouge">nsubj</code>.</p>
<p>Some two-argument verbs take ergative+dative, instead of ergative+absolutive:</p>
<ul>
<li><em>Irakasleak haserre begiratu die ikasleei.</em> “The teacher has looked angrily at the students.”</li>
</ul>
<pre><code class="language-conllu"># text = Irakasleak haserre begiratu die ikasleei
# text_en = The teacher has looked angrily at the students.
1 Irakasleak irakasle NOUN _ Animacy=Anim|Case=Erg|Definite=Def|Number=Sing 3 nsubj _ Gloss=the-teacher
2 haserre haserre ADV _ _ 3 advmod _ Gloss=angrily
3 begiratu begiratu VERB _ Aspect=Perf|VerbForm=Part 0 root _ Gloss=looked
4 die *edun AUX _ Mood=Ind|Number[abs]=Sing|Number[dat]=Plur|Number[erg]=Sing|Person[abs]=3|Person[dat]=3|Person[erg]=3|VerbForm=Fin 3 aux _ Gloss=has
5 ikasleei ikasle NOUN _ Animacy=Anim|Case=Dat|Definite=Def|Number=Plur 3 obj _ Gloss=to-students|SpaceAfter=No
6 . . PUNCT _ _ 3 punct _ Gloss=.
</code></pre>
<p>In the current data (UD 2.1), the dative argument seems to be labeled <code class="language-plaintext highlighter-rouge">iobj</code>
even in ergative-dative constructions. However, Zúñiga and Fernández (2014)
write that the dative encodes the P function in such constructions; that
would mean that it should be <code class="language-plaintext highlighter-rouge">obj</code>.</p>
<p>There are verbs that take all three core arguments. In such constructions,
the ergative encodes the A function, absolutive the P function (also T function = theme-like),
and dative the G function (goal). In terms of dependency relations, it seems
reasonable to label the ergative as <code class="language-plaintext highlighter-rouge">nsubj</code>, absolutive as <code class="language-plaintext highlighter-rouge">obj</code> and dative
as <code class="language-plaintext highlighter-rouge">iobj</code> just to distinguish them and to acknowledge that absolutives and
ergatives are more frequent than datives; though the grammar does not seem to
target the absolutive argument in specific rules, which would make it
more core-like than the dative.</p>
<ul>
<li><em>(Nik) (zuri) liburua eman dizut.</em> “I have given you a book.”</li>
</ul>
<pre><code class="language-conllu"># text = Nik zuri liburua eman dizut.
# text_en = I have given you a book.
1 Nik ni PRON _ Case=Erg|Number=Sing|Person=1|PronType=Prs 4 nsubj _ Gloss=I
2 zuri zu PRON _ Case=Dat|Number=Sing|Person=2|PronType=Prs 4 iobj _ Gloss=you
3 liburua liburu NOUN _ Animacy=Inan|Case=Abs|Definite=Def|Number=Sing 4 obj _ Gloss=book
4 eman eman VERB _ Aspect=Perf|VerbForm=Part 0 root _ Gloss=given
5 dizut *edun AUX _ Mood=Ind|Number[abs]=Sing|Number[dat]=Sing|Number[erg]=Sing|Person[abs]=3|Person[dat]=2|Person[erg]=1|VerbForm=Fin 4 aux _ Gloss=have|SpaceAfter=No
6 . . PUNCT _ _ 4 punct _ Gloss=.
</code></pre>
<ul>
<li><em>Zezenak saihetsa pitzatu zidan.</em> “The bull cracked my rib.”
(ergative argument: 3 singular; absolutive argument: 3 singular; dative argument: 1 singular)</li>
</ul>
<pre><code class="language-conllu"># sent_id = test-s452
# text = Zezenak saihetsa pitzatu zidan.
# text_en = The bull cracked my rib.
1 Zezenak zezen NOUN _ Animacy=Anim|Case=Erg|Definite=Def|Number=Sing 3 nsubj _ Gloss=bull
2 saihetsa saihets NOUN _ Animacy=Inan|Case=Abs|Definite=Def|Number=Sing 3 obj _ Gloss=rib
3 pitzatu pitzatu VERB _ Aspect=Perf|VerbForm=Part 0 root _ Gloss=cracked
4 zidan *edun AUX _ Mood=Ind|Number[abs]=Sing|Number[dat]=Sing|Number[erg]=Sing|Person[abs]=3|Person[dat]=1|Person[erg]=3|VerbForm=Fin 3 aux _ Gloss=has-to-me|SpaceAfter=No
5 . . PUNCT _ _ 3 punct _ Gloss=.
</code></pre>
<p>Basque does not have a canonical passive construction, although there are
constructions that have been called passive by some authors in the past.</p>
<p>While the passive, if it existed, would decrease the valency of the verb,
there is another operation that increases the valency: the causative:</p>
<ol>
<li>Active verb form is replaced by causative.</li>
<li>Former subject becomes dative object and denotes the causee.</li>
<li>A new ergative subject appears and denotes the causer.</li>
</ol>
<p>Analogically to the passive, it is recommended that the relations with modified
interpretation (if overtly present) are labeled as subtypes:
the causer as <a href="/fr/dep/nsubj-caus.html">nsubj:caus</a>
and the true agent as <a href="/fr/dep/iobj-agent.html">iobj:agent</a>.</p>
<ul>
<li><em>(Guk) arazo hau ikusi genuen.</em> “We have seen this problem.” (active)</li>
<li><em>(Horiek) (guri) arazo hau ikuserazi digute.</em> “They have made us see this problem.” (causative)</li>
</ul>
<pre><code class="language-conllu"># text = Guk arazo hau ikusi genuen.
# text_en = We have seen this problem.
1 Guk gu PRON _ Case=Erg|Number=Plur|Person=1|PronType=Prs 4 nsubj _ Gloss=we
2 arazo arazo NOUN _ Animacy=Inan|Case=Abs|Definite=Ind|Number=Sing 4 obj _ Gloss=problem
3 hau hau DET _ Case=Abs|Definite=Def|Number=Sing|PronType=Dem 2 det _ Gloss=this
4 ikusi ikusi VERB _ Aspect=Perf|VerbForm=Part 0 root _ Gloss=seen
5 genuen *edun AUX _ Mood=Ind|Number[abs]=Sing|Number[erg]=Plur|Person[abs]=3|Person[erg]=1|VerbForm=Fin 4 aux _ Gloss=have|SpaceAfter=No
6 . . PUNCT _ _ 4 punct _ Gloss=.
</code></pre>
<pre><code class="language-conllu"># text = Horiek guri arazo hau ikuserazi digute.
# text_en = They have made us see this problem.
1 Horiek horiek DET _ Case=Erg|Definite=Def|Number=Plur|PronType=Dem 5 nsubj:caus _ Gloss=they
2 guri gu PRON _ Case=Dat|Number=Plur|Person=1|PronType=Prs 5 iobj:agent _ Gloss=us
3 arazo arazo NOUN _ Animacy=Inan|Case=Abs|Definite=Ind|Number=Sing 5 obj _ Gloss=problem
4 hau hau DET _ Case=Abs|Definite=Def|Number=Sing|PronType=Dem 3 det _ Gloss=this
5 ikuserazi ikusi VERB _ Aspect=Perf|VerbForm=Part|Voice=Cau 0 root _ Gloss=made-to-see
6 digute *edun AUX _ Mood=Ind|Number[abs]=Sing|Number[dat]=Plur|Number[erg]=Plur|Person[abs]=3|Person[dat]=1|Person[erg]=3|VerbForm=Fin 5 aux _ Gloss=have|SpaceAfter=No
7 . . PUNCT _ _ 5 punct _ Gloss=.
</code></pre>
<p><span style="color: blue"><b>Joakim:</b> I think it might be better to use “nsubj:caus” and “iobj:caus”, indicating that these are arguments of a causative and therefore do not have the expected role but without specifying the role (cause and agent). This is more parallel with “nsubj:pass”, where we just indicate that it is the subject of a passive and therefore has an unexpected role but without specifying what the role is. </span></p>
<p>The fact that the causative
<a href="https://books.google.cz/books?id=nIaPL4kLt6cC&pg=PA599&lpg=PA599&dq=gustatzen+causative&source=bl&ots=LcI8u2JhcB&sig=LrbPxId629ESf0v70hw2EY73J70&hl=cs&sa=X&ved=2ahUKEwjFluOAwu_aAhWFDiwKHVbXCYkQ6AEwAXoECAAQMA#v=onepage&q=gustatzen%20causative&f=false">is available</a>
for dative-absolutive verbs supports the
claim that the dative argument indeed is the subject in active voice of those
verbs.</p>
<ul>
<li><em>Zopa izugarri gustatzen zaio mutilari.</em> “The boy likes the soup a lot.”</li>
<li><em>Goseak zopa hori izugarri gustatuerazi zion mutilari.</em> “Hunger made the boy like that soup a lot.”</li>
</ul>
<pre><code class="language-conllu"># text = Zopa izugarri gustatzen zaio mutilari.
# text_en = The boy likes the soup a lot.
1 Zopa zopa NOUN _ Animacy=Inan|Case=Abs|Definite=Def|Number=Sing 3 obj _ Gloss=soup
2 izugarri izugarri ADV _ _ 3 advmod _ Gloss=greatly
3 gustatzen gustatzen VERB _ Aspect=Imp|VerbForm=Part 0 root _ Gloss=pleasing
4 zaio izan AUX _ Mood=Ind|Number[abs]=Sing|Number[dat]=Sing|Person[abs]=3|Person[dat]=3|VerbForm=Fin 3 aux _ Gloss=is
5 mutilari mutil NOUN _ Animacy=Anim|Case=Dat|Definite=Def|Number=Sing 3 nsubj _ Gloss=to-the-boy|SpaceAfter=No
6 . . PUNCT _ _ 3 punct _ Gloss=.
</code></pre>
<pre><code class="language-conllu"># text = Goseak zopa hori izugarri gustatuerazi zion mutilari.
# text_en = Hunger made the boy like that soup a lot.
1 Goseak gose NOUN _ Animacy=Inan|Case=Erg|Definite=Def|Number=Sing 5 nsubj:caus _ Gloss=hunger
2 zopa zopa NOUN _ Animacy=Inan|Case=Abs|Definite=Def|Number=Sing 5 obj _ Gloss=soup
3 hori hori DET _ Case=Abs|Definite=Def|Number=Sing|PronType=Dem 2 det _ Gloss=that
4 izugarri izugarri ADV _ _ 5 advmod _ Gloss=greatly
5 gustatuerazi gustatzen VERB _ Aspect=Imp|VerbForm=Part|Voice=Cau 0 root _ Gloss=made-pleasing
6 zion *edun AUX _ Mood=Ind|Number[abs]=Sing|Number[dat]=Sing|Number[erg]=Sing|Person[abs]=3|Person[dat]=3|Person[erg]=3|VerbForm=Fin 5 aux _ Gloss=has
7 mutilari mutil NOUN _ Animacy=Anim|Case=Dat|Definite=Def|Number=Sing 5 iobj:agent _ Gloss=the-boy|SpaceAfter=No
8 . . PUNCT _ _ 5 punct _ Gloss=.
</code></pre>
<p>Causative is only marginally accepted with ditransitive verbs, apparently due
to the marginal acceptance of two dative-marked arguments in the same clause.</p>
<h3 id="yidiɲ">Yidiɲ</h3>
<p>See also:</p>
<ul>
<li>Avery D. Andrews: The major functions of the noun phrase (2007).
In <em>Timothy Shopen (ed.): Language Typology and Syntactic Description, second edition, volume I: Clause Structure.</em>
Pp. 193-197. Cambridge University Press. ISBN 978-0-521-58156-1.</li>
<li>R. M. W. Dixon: <em>A Grammar of Yidiny</em> (1977).
Cambridge: Cambridge University Press. ISBN 978-0-521-21462-9.</li>
</ul>
<p>Yidiɲ (Pama-Nyungan, Australia) has a combination of the ergative-absolutive
system (similar to Basque) and the nominative-accusative system (similar to
Czech). The former pair is typical for nouns, the latter for pronouns.</p>
<ul>
<li><em>Ŋayu maŋga:ɲ.</em> “I laughed.” (nominative)</li>
<li><em>Buɲa maŋga:ɲ.</em> “The woman laughed.” (absolutive)</li>
<li><em>Ŋaɲaɲ buɲa:ŋ wuɹa:ɲ.</em> “The woman slapped me.” (ergative-accusative)</li>
<li><em>Ŋayu buɲa wuɹa:ɲ.</em> “I slapped the woman.” (nominative-absolutive)</li>
<li><em>Waguɖaŋgu guda:ga wawa:l.</em> “The man saw the dog.” (ergative-absolutive)</li>
</ul>
<pre><code class="language-conllu"># sent_id = 3.98a/yii
# Yidiɲ (Pama-Nyungan, Australia)
# source = Dixon, 1977
# text = Ŋayu maŋga:ɲ.
# gloss = I(NOM) laugh-PAST
# text_en = I laughed.
1 Ŋayu ŋayu PRON _ Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj _ Gloss=I|MGloss=I(NOM)
2 maŋga:ɲ maŋgan VERB _ Tense=Past 0 root _ Gloss=laughed|MSeg=maŋga:-ɲ|MGloss=laugh-PAST|SpaceAfter=No
3 . . PUNCT _ _ 2 punct _ Gloss=.
</code></pre>
<pre><code class="language-conllu"># sent_id = 3.98b/yii
# Yidiɲ (Pama-Nyungan, Australia)
# source = Dixon, 1977
# text = Buɲa maŋga:ɲ.
# gloss = woman(ABS) laugh-PAST
# text_en = The woman laughed.
1 Buɲa buɲa NOUN _ Case=Abs|Number=Sing 2 nsubj _ Gloss=woman|MGloss=woman(ABS)
2 maŋga:ɲ maŋgan VERB _ Tense=Past 0 root _ Gloss=laughed|MSeg=maŋga:-ɲ|MGloss=laugh-PAST|SpaceAfter=No
3 . . PUNCT _ _ 2 punct _ Gloss=.
</code></pre>
<pre><code class="language-conllu"># sent_id = 3.98c/yii
# Yidiɲ (Pama-Nyungan, Australia)
# source = Dixon, 1977
# text = Ŋaɲaɲ buɲa:ŋ wuɹa:ɲ.
# gloss = I(ACC) woman-ERG slap-PAST
# text_en = The woman slapped me.
1 Ŋaɲaɲ ŋayu PRON _ Case=Acc|Number=Sing|Person=1|PronType=Prs 3 obj _ Gloss=me|MGloss=I(ACC)
2 buɲa:ŋ buɲa NOUN _ Case=Erg|Number=Sing 3 nsubj _ Gloss=woman|MSeg=buɲa:-ŋ|MGloss=woman-ERG
3 wuɹa:ɲ wuɹan VERB _ Tense=Past 0 root _ Gloss=slapped|MSeg=wuɹa:-ɲ|MGloss=slap-PAST|SpaceAfter=No
4 . . PUNCT _ _ 3 punct _ Gloss=.
</code></pre>
<pre><code class="language-conllu"># sent_id = 3.98d/yii
# Yidiɲ (Pama-Nyungan, Australia)
# source = Dixon, 1977
# text = Ŋayu buɲa wuɹa:ɲ.
# gloss = I(NOM) woman(ABS) slap-PAST
# text_en = I slapped the woman.
1 Ŋayu ŋayu PRON _ Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj _ Gloss=I|MGloss=I(NOM)
2 buɲa buɲa NOUN _ Case=Abs|Number=Sing 3 obj _ Gloss=woman|MGloss=woman(ABS)
3 wuɹa:ɲ wuɹan VERB _ Tense=Past 0 root _ Gloss=slapped|MSeg=wuɹa:-ɲ|MGloss=slap-PAST|SpaceAfter=No
4 . . PUNCT _ _ 3 punct _ Gloss=.
</code></pre>
<pre><code class="language-conllu"># sent_id = 3.98e/yii
# Yidiɲ (Pama-Nyungan, Australia)
# source = Dixon, 1977
# text = Waguɖaŋgu guda:ga wawa:l.
# gloss = man-ERG dog(ABS) see-PAST
# text_en = The man saw the dog.
1 Waguɖaŋgu wagu:ɖa NOUN _ Case=Erg|Number=Sing 3 nsubj _ Gloss=man|MSeg=Waguɖa-ŋgu|MGloss=man-ERG
2 guda:ga guda:ga NOUN _ Case=Abs|Number=Sing 3 obj _ Gloss=dog|MGloss=dog(ABS)
3 wawa:l wawal VERB _ Tense=Past 0 root _ Gloss=saw|MSeg=wawa:-l|MGloss=see-PAST|SpaceAfter=No
4 . . PUNCT _ _ 3 punct _ Gloss=.
</code></pre>
<p>There is a type of subordinate clause that is called dative subordinate (datsub)
because its head verb takes a subjunctive suffix similar to the dative suffix
of nouns. The clause may be analyzed as a relative clause dependent on a noun
phrase in the main clause. The coreferential noun phrase in the subordinate
clause may be elided.
There is a near requirement (with some exceptions) that the coreferential
nominal has S/P function in both clauses, i.e., it is the subject of an
intransitive predicate or the object of a transitive predicate:</p>
<ul>
<li><em>Ŋayu maŋga:ɲ (ŋaɲaɲ) buɲa:n wuɹa:ɲunda.</em> “I, (who) was slapped by the woman, laughed.”</li>
<li><em>Ŋaɲaɲ buɲa:ŋ wuɹa:ɲ (ŋayu) maŋga:ɲunda.</em> “I, (who) was lauging, was slapped by the woman.”</li>
</ul>
<pre><code class="language-conllu"># sent_id = 3.99aa/yii
# Yidiɲ (Pama-Nyungan, Australia)
# source = Dixon, 1977
# text = Ŋayu maŋga:ɲ ŋaɲaɲ buɲa:n wuɹa:ɲunda.
# gloss = I(NOM) laugh-PAST I-ACC woman-ERG slap-DATSUB
# text_en = I, who was slapped by the woman, laughed.
1 Ŋayu ŋayu PRON _ Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj _ Gloss=I|MGloss=I(NOM)
2 maŋga:ɲ maŋgan VERB _ Tense=Past 0 root _ Gloss=laughed|MSeg=maŋga:-ɲ|MGloss=laugh-PAST
3 ŋaɲaɲ ŋayu PRON _ Case=Acc|Number=Sing|Person=1|PronType=Prs 5 obj _ Gloss=me|MGloss=I(ACC)
4 buɲa:ŋ buɲa NOUN _ Case=Erg|Number=Sing 5 nsubj _ Gloss=woman|MSeg=buɲa:-n|MGloss=woman-ERG
5 wuɹa:ɲunda wuɹan VERB _ Mood=Sub 1 acl:datsub _ Gloss=slapping|MSeg=wuɹa:-ɲunda|MGloss=slap-DATSUB|SpaceAfter=No
6 . . PUNCT _ _ 2 punct _ Gloss=.
</code></pre>
<pre><code class="language-conllu"># sent_id = 3.99ba/yii
# Yidiɲ (Pama-Nyungan, Australia)
# source = Dixon, 1977
# text = Ŋaɲaɲ buɲa:ŋ wuɹa:ɲ ŋayu maŋga:ɲunda.
# gloss = I-ACC woman-ERG slap-PAST I(NOM) laugh-DATSUB
# text_en = I, who was laughing, was slapped by the woman.
1 Ŋaɲaɲ ŋayu PRON _ Case=Acc|Number=Sing|Person=1|PronType=Prs 3 obj _ Gloss=me|MGloss=I(ACC)
2 buɲa:ŋ buɲa NOUN _ Case=Erg|Number=Sing 3 nsubj _ Gloss=woman|MSeg=buɲa:-ŋ|MGloss=woman-ERG
3 wuɹa:ɲ wuɹan VERB _ Tense=Past 0 root _ Gloss=slapped|MSeg=wuɹa-ɲ|MGloss=slap-PAST
4 ŋayu ŋayu PRON _ Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj _ Gloss=I|MGloss=I(NOM)
5 maŋga:ɲunda maŋgan VERB _ Mood=Sub 1 acl:datsub _ Gloss=laughing|MSeg=maŋga-ɲunda|MGloss=laugh-DATSUB|SpaceAfter=No
6 . . PUNCT _ _ 3 punct _ Gloss=.
</code></pre>
<p>If we want to use this construction for a nominal with A function (i.e., the
subject of a transitive predicate) in either of the two clauses, we must first
transform the clause to antipassive, which means:</p>
<ol>
<li>Active verb form is replaced by antipassive.</li>
<li>Former object is transformed to the dative or locative case and becomes oblique argument.</li>
<li>The subject is still subject, but now of an intransitive predicate. Its function changed from A to S.</li>
</ol>
<p>Analogically to the passive, we may want to use a relation subtype for the
demoted object: <a href="">obl:patient</a>.</p>
<ul>
<li><em>Waguɖaŋgu guda:ga wawa:l.</em> “The man saw the dog.” (active)</li>
<li><em>Wagu:ɖa gudaganda wawa:ɖiɲu.</em> “The man saw the dog.” (antipassive)</li>
</ul>
<pre><code class="language-conllu"># sent_id = 3.100aa/yii
# Yidiɲ (Pama-Nyungan, Australia)
# source = Dixon, 1977
# text = Wagu:ɖa gudaganda wawa:ɖiɲu.
# gloss = man(ABS) dog-DAT see-ANTIPASS-PAST
# text_en = The man saw the dog.
1 Wagu:ɖa wagu:ɖa NOUN _ Case=Abs|Number=Sing 3 nsubj _ Gloss=man|MGloss=man(ABS)
2 gudaganda guda:ga NOUN _ Case=Dat|Number=Sing 3 obl:patient _ Gloss=dog|MSeg=gudaga-nda|MGloss=dog-DAT
3 wawa:ɖiɲu wawal VERB _ Tense=Past|Voice=Antip 0 root _ Gloss=saw|MSeg=wawa:-ɖi-ɲu|MGloss=see-ANTIPASS-PAST|SpaceAfter=No
4 . . PUNCT _ _ 3 punct _ Gloss=.
</code></pre>
<ul>
<li><em>Ŋayu buɲa wuɹa:ɲ.</em> “I slapped the woman.” (active)</li>
<li><em>Ŋayu buɲa:nda wuɹa:ɖiɲu.</em> “I slapped the woman.” (antipassive)</li>
</ul>
<pre><code class="language-conllu"># sent_id = 3.100b/yii
# Yidiɲ (Pama-Nyungan, Australia)
# source = Dixon, 1977
# text = Ŋayu buɲa:nda wuɹa:ɖiɲu.
# gloss = I(NOM) woman-DAT slap-ANTIPASS-PAST
# text_en = I slapped the woman.
1 Ŋayu ŋayu PRON _ Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj _ Gloss=I|MGloss=I(NOM)
2 buɲa:nda buɲa NOUN _ Case=Dat|Number=Sing 3 obl:patient _ Gloss=woman|MSeg=buɲa:-nda|MGloss=woman-DAT
3 wuɹa:ɖiɲu wuɹan VERB _ Tense=Past|Voice=Antip 0 root _ Gloss=slapped|MSeg=wuɹa:-ɖi-ɲu|MGloss=slap-ANTIPASS-PAST|SpaceAfter=No
4 . . PUNCT _ _ 3 punct _ Gloss=.
</code></pre>
<p>It is now possible to combine clauses so that the subject of an originally
transitive (now intransitive) predicate is coreferential:</p>
<ul>
<li><em>Ŋayu maŋga:ɲ (ŋayu) buɲa:nda wuɹa:ɖiɲunda.</em> “I, (who) was slapping the woman, laughed.”</li>
</ul>
<pre><code class="language-conllu"># sent_id = 3.101aa/yii
# Yidiɲ (Pama-Nyungan, Australia)
# source = Dixon, 1977
# text = Ŋayu maŋga:ɲ ŋayu buɲa:nda wuɹa:ɖiɲunda.
# gloss = I(NOM) laugh-PAST I(NOM) woman-DAT slap-ANTIPASS-DATSUB
# text_en = I, who was slapping the woman, laughed; I laughed while slapping the woman.
1 Ŋayu ŋayu PRON _ Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj _ Gloss=I|MGloss=I(NOM)
2 maŋga:ɲ maŋgan VERB _ Tense=Past 0 root _ Gloss=laughed|MSeg=maŋga:-ɲ|MGloss=laugh-PAST
3 ŋayu ŋayu PRON _ Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj _ Gloss=I|MGloss=I(NOM)
4 buɲa:nda buɲa NOUN _ Case=Dat|Number=Sing 5 obl:patient _ Gloss=woman|MSeg=buɲa:-nda|MGloss=woman-DAT
5 wuɹa:ɖiɲunda wuɹan VERB _ Mood=Sub|Voice=Antip 1 acl:datsub _ Gloss=slapped|MSeg=wuɹa:-ɖi-ɲunda|MGloss=slap-ANTIPASS-DATSUB|SpaceAfter=No
6 . . PUNCT _ _ 2 punct _ Gloss=.
</code></pre>
<ul>
<li><em>Ŋayu buɲa:nda wuɹa:ɖiɲu (ŋayu) maŋgaɲunda.</em> “I, (who) was laughing, slapped the woman.”</li>
</ul>
<pre><code class="language-conllu"># sent_id = 3.101ba/yii
# Yidiɲ (Pama-Nyungan, Australia)
# source = Dixon, 1977
# text = Ŋayu buɲa:nda wuɹa:ɖiɲu ŋayu maŋgaɲunda.
# gloss = I(NOM) woman-DAT slap-ANTIPASS-PAST I(NOM) laugh-DATSUB
# text_en = I, who was laughing, slapped the woman; I slapped the woman while laughing.
1 Ŋayu ŋayu PRON _ Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj _ Gloss=I|MGloss=I(NOM)
2 buɲa:nda buɲa NOUN _ Case=Dat|Number=Sing 3 obl:patient _ Gloss=woman|MSeg=buɲa:-nda|MGloss=woman-DAT
3 wuɹa:ɖiɲu wuɹan VERB _ Tense=Past|Voice=Antip 0 root _ Gloss=slapped|MSeg=wuɹa:-ɖi-ɲu|MGloss=slap-ANTIPASS-PAST
4 ŋayu ŋayu PRON _ Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj _ Gloss=I|MGloss=I(NOM)
5 maŋgaɲunda maŋgan VERB _ Mood=Sub 1 acl:datsub _ Gloss=laughed|MSeg=maŋga-ɲunda|MGloss=laugh-DATSUB|SpaceAfter=No
6 . . PUNCT _ _ 3 punct _ Gloss=.
</code></pre>
<p>Andrews notes that besides the relative clause analysis, these sentences can
be also interpreted adverbially. The core-oblique distinction and the antipassive
stay the same but the UD trees change:</p>
<ul>
<li><em>Ŋayu maŋga:ɲ (ŋayu) buɲa:nda wuɹa:ɖiɲunda.</em> “I laughed while slapping the woman.”</li>
</ul>
<pre><code class="language-conllu"># sent_id = 3.101aa/yii
# Yidiɲ (Pama-Nyungan, Australia)
# source = Dixon, 1977
# text = Ŋayu maŋga:ɲ ŋayu buɲa:nda wuɹa:ɖiɲunda.
# gloss = I(NOM) laugh-PAST I(NOM) woman-DAT slap-ANTIPASS-DATSUB
# text_en = I, who was slapping the woman, laughed; I laughed while slapping the woman.
1 Ŋayu ŋayu PRON _ Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj _ Gloss=I|MGloss=I(NOM)
2 maŋga:ɲ maŋgan VERB _ Tense=Past 0 root _ Gloss=laughed|MSeg=maŋga:-ɲ|MGloss=laugh-PAST
3 ŋayu ŋayu PRON _ Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj _ Gloss=I|MGloss=I(NOM)
4 buɲa:nda buɲa NOUN _ Case=Dat|Number=Sing 5 obl:patient _ Gloss=woman|MSeg=buɲa:-nda|MGloss=woman-DAT
5 wuɹa:ɖiɲunda wuɹan VERB _ Mood=Sub|Voice=Antip 2 advcl:datsub _ Gloss=slapped|MSeg=wuɹa:-ɖi-ɲunda|MGloss=slap-ANTIPASS-DATSUB|SpaceAfter=No
6 . . PUNCT _ _ 2 punct _ Gloss=.
</code></pre>
<ul>
<li><em>Ŋayu buɲa:nda wuɹa:ɖiɲu (ŋayu) maŋgaɲunda.</em> “I slapped the woman while laughing.”</li>
</ul>
<pre><code class="language-conllu"># sent_id = 3.101ba/yii
# Yidiɲ (Pama-Nyungan, Australia)
# source = Dixon, 1977
# text = Ŋayu buɲa:nda wuɹa:ɖiɲu ŋayu maŋgaɲunda.
# gloss = I(NOM) woman-DAT slap-ANTIPASS-PAST I(NOM) laugh-DATSUB
# text_en = I, who was laughing, slapped the woman; I slapped the woman while laughing.
1 Ŋayu ŋayu PRON _ Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj _ Gloss=I|MGloss=I(NOM)
2 buɲa:nda buɲa NOUN _ Case=Dat|Number=Sing 3 obl:patient _ Gloss=woman|MSeg=buɲa:-nda|MGloss=woman-DAT
3 wuɹa:ɖiɲu wuɹan VERB _ Tense=Past|Voice=Antip 0 root _ Gloss=slapped|MSeg=wuɹa:-ɖi-ɲu|MGloss=slap-ANTIPASS-PAST
4 ŋayu ŋayu PRON _ Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj _ Gloss=I|MGloss=I(NOM)
5 maŋgaɲunda maŋgan VERB _ Mood=Sub 3 advcl:datsub _ Gloss=laughed|MSeg=maŋga-ɲunda|MGloss=laugh-DATSUB|SpaceAfter=No
6 . . PUNCT _ _ 3 punct _ Gloss=.
</code></pre>
<h3 id="tagalog">Tagalog</h3>
<p>Tagalog is a representative of a subset of Austronesian languages that have
been described as symmetric-voice languages. There is an agent voice, where
the most core argument corresponds to the agent role, and a patient voice,
where the most core argument corresponds to the patient. It is tempting to
reuse our labels of active and passive for these voices. There are at least
two important differences from what these terms mean in Indo-European
languages, though. First, the two voices in Tagalog are more symmetric and it is
hard to say that the active is default, unmarked, and the passive is marked.
The passive is not morphologically more complex than the passive. Both the
agent and the patient regularly appear in both voices. They are coded
differently, but both are coded as core, not oblique arguments. Both
“active” and “passive” clauses thus can be transitive.</p>
<p>The second difference is that there are more voices than the agent-oriented and
the patient-oriented one. There is also a voice that fronts a locational
argument, for example.</p>
<p>The arguments are marked by function words that could be analyzed as either
prepositions, or case-bearing determiners. Although adpositions are often
associated with oblique arguments and adjuncts, we have seen that it is not
a universal rule. Spanish marks a human direct object with the preposition <em>a</em>;
Slavic and other languages have prepositional object that, despite not being
considered core in UD, seem to work the same way as other non-accusative
(but preposition-less, and currently core) arguments; and in Japanese, all
arguments are marked by postpositions, including the subject and the direct
object. On the other hand, if the nominal markers in Tagalog are determiners,
then Tagalog somewhat resembles modern German, where nominal inflection has
been greatly reduced and the varying forms of determiners are often the only
clue about the case of a noun phrase. Categorizing the Tagalog markers as
determiners seems to be more favored in the literature.</p>
<p>The most core-like argument (also called <em>pivot</em>) is marked by the determiner
<em>ang</em>. The other core argument (if any) is marked by the determiner <em>ng</em>
(pronounced <em>nang</em>). A different set of determiners is used with proper nouns.
No determiners are used with personal pronouns, but the pronouns themselves
inflect for case.</p>
<p>There have been disputes about whether the pivot is subject and whether
Tagalog has a subject at all. Nevertheless, there does not seem to be any
better solution than to simply identify it with the subject in UD.
<span style="color:red">EDIT: Further discussion is needed. Andrews cites
others and says (below examples 124) that both <em>ang</em> and <em>ng</em> arguments are
core, but the actor is more subject-like regardless of whether it is pivot or
not. That would mean that we should use the <code class="language-plaintext highlighter-rouge">nsubj</code> relation for the <em>ang</em>
argument of agent-voice verbs, the <em>ng</em> argument of patient-voice verbs,
and we would have to select one of two <em>ng</em> arguments in other voices,
depending on which argument semantically fits the agent role.</span>
It seems appropriate to mark the determiners and the personal pronouns with
the <a href="">Case</a> feature: the pivot with nominative, and the other core argument
with accusative.</p>
<ul>
<li><em>Nagsalita ka.</em> “You spoke.”</li>
</ul>
<pre><code class="language-conllu"># sent_id = 1.98d/tl
# text = Nagsalita ka.
# gloss = (PERF.ACTIVE)speak you
# text_en = You spoke.
1 Nagsalita salita VERB _ Aspect=Perf|Mood=Ind|VerbForm=Fin|Voice=Agf 0 root _ Gloss=spoke|MSeg=nag-salita|MGloss=PERF+ACTIVE-speak
2 ka ikaw PRON _ Case=Nom|Number=Sing|Person=2|PronType=Prs 1 nsubj _ Gloss=you|SpaceAfter=No
3 . . PUNCT _ _ 1 punct _ Gloss=punct
</code></pre>
<ul>
<li><em>Natalisod ka.</em> “You tripped.”</li>
</ul>
<pre><code class="language-conllu"># sent_id = 1.98f/tl
# text = Natalisod ka.
# gloss = (PERF.INVOL)trip you
# text_en = You tripped.
1 Natalisod tisod VERB _ Aspect=Perf|Mood=Ind|VerbForm=Fin|Voice=Paf 0 root _ Gloss=tripped|MSeg=na-talisod|MGloss=PERF+INVOL-trip
2 ka ikaw PRON _ Case=Nom|Number=Sing|Person=2|PronType=Prs 1 nsubj _ Gloss=you|SpaceAfter=No
3 . . PUNCT _ _ 1 punct _ Gloss=punct
</code></pre>
<ul>
<li><em>Natalisod ang babae.</em> “The woman tripped.”</li>
</ul>
<pre><code class="language-conllu"># text = Natalisod ang babae.
# text_en = The woman tripped.
1 Natalisod tisod VERB _ Aspect=Perf|Mood=Ind|VerbForm=Fin|Voice=Paf 0 root _ Gloss=tripped|MSeg=na-talisod|MGloss=PERF+INVOL-trip
2 ang ang DET _ Case=Nom|Definite=Def|PronType=Art 3 det _ Gloss=the|MGloss=PIV
3 babae babae NOUN _ _ 1 nsubj _ Gloss=woman|SpaceAfter=No
4 . . PUNCT _ _ 1 punct _ Gloss=punct
</code></pre>
<ul>
<li><em>Natalisod si Pedro.</em> “Pedro tripped.”</li>
</ul>
<pre><code class="language-conllu"># text = Natalisod si Pedro.
# text_en = Pedro tripped.
1 Natalisod tisod VERB _ Aspect=Perf|Mood=Ind|VerbForm=Fin|Voice=Paf 0 root _ Gloss=tripped|MSeg=na-talisod|MGloss=PERF+INVOL-trip
2 si si DET _ Case=Nom|Definite=Def|PronType=Art 3 det _ Gloss=the
3 Pedro Pedro PROPN _ _ 1 nsubj _ Gloss=Pedro|SpaceAfter=No
4 . . PUNCT _ _ 1 punct _ Gloss=punct
</code></pre>
<!--
Tagalog personal pronouns
Nom (ang) Acc (ng) Loc (sa)
1 Sing ako ko akin I
2 Sing ikaw/ka mo iyo you
3 Sing siya niya kanya he/she/it
1 Plur Ex kami namin amin we
1 Plur In tayo natin atin we
2 Plur kayo ninyo inyo you
3 Plur sila nila kanila they
-->
<p>Transitive (two-argument) sentences have two core arguments, one in the
nominative (pronoun or determiner) and the other in the accusative. We may
want to use relation subtypes for the arguments in the patient voice (similarly
to what we do in the English passive): <a href="">nsubj:pass</a> for the subject and
<a href="">obj:agent</a> (not <code class="language-plaintext highlighter-rouge">obl:agent</code>!) for the object. However, the subtypes should
not be taken to suggest that the agent voice is default and unmarked.</p>
<ul>
<li><em>Naglilinis siya ng bahay.</em> “She cleans the house.” (agent voice)</li>
</ul>
<pre><code class="language-conllu"># text = Naglilinis siya ng bahay.
# text_en = She cleans the house.
1 Naglilinis linis VERB _ Aspect=Imp|Mood=Ind|VerbForm=Fin|Voice=Agf 0 root _ Gloss=cleans
2 siya siya PRON _ Case=Nom|Number=Sing|Person=1|PronType=Prs 1 nsubj _ Gloss=he/she
3 ng ng DET _ Case=Acc|PronType=Art 4 det _ Gloss=DET
4 bahay bahay NOUN _ _ 1 obj _ Gloss=house|SpaceAfter=No
5 . . PUNCT _ _ 1 punct _ Gloss=punct
</code></pre>
<ul>
<li><em>Nililinis niya ang bahay.</em> “She cleans the house. / The house is cleaned by her.” (patient voice)</li>
</ul>
<pre><code class="language-conllu"># text = Nililinis niya ang bahay.
# text_en = She cleans the house. / The house is cleaned by her.
1 Nililinis linis VERB _ Aspect=Imp|Mood=Ind|VerbForm=Fin|Voice=Paf 0 root _ Gloss=cleans
2 niya siya PRON _ Case=Acc|Number=Sing|Person=1|PronType=Prs 1 obj:agent _ Gloss=he/she
3 ang ang DET _ Case=Nom|Definite=Def|PronType=Art 4 det _ Gloss=the
4 bahay bahay NOUN _ _ 1 nsubj:pass _ Gloss=house|SpaceAfter=No
5 . . PUNCT _ _ 1 punct _ Gloss=punct
</code></pre>
<p>Locative, directional and benefactive arguments are normally coded as oblique.
However, there are additional voices where these arguments become subjects.
One of the reasons why an argument is fronted as the subject is that the
subject is understood as the topic of the sentence. The <em>ang</em> determiner
implies definiteness (while <em>ng</em>-marked arguments can be definite or
indefinite). Here is an example of a sentence in four different voices:</p>
<ul>
<li><em>Magaalis ang babae ng bigas sa sako para sa bata.</em> “The woman will take some rice out of a/the sack for a/the child.” (agent voice)</li>
<li><em>Aalisin ng babae ang bigas sa sako para sa bata.</em> “A/the woman will take the rice out of a/the sack for a/the child.” (patient voice)</li>
<li><em>Aalisan ng babae ng bigas ang sako para sa bata.</em> “A/the woman will take some rice out of the sack for a/the child.” (locative voice)</li>
<li><em>Ipagaalis ng babae ng bigas sa sako ang bata.</em> “A/the woman will take some rice out of a/the sack for the child.” (benefactive voice)</li>
</ul>
<pre><code class="language-conllu"># sent_id = 3.111a/tl
# text = Magaalis ang babae ng bigas sa sako para sa bata.
# gloss = AP-FUT-take.out PIV woman OBJ rice DIR sack for BEN child
# text_en = The woman will take some rice out of a/the sack for a/the child.
# AP = actor pivot; PIV = pivot marker
# http://www.seasite.niu.edu/Tagalog/tagalog_verbs.htm
1 Magaalis alis VERB _ Aspect=Prog|Mood=Ind|VerbForm=Fin|Voice=Agf 0 root _ Gloss=will-take-out|MSeg=mag-a-alis|MGloss=AP-FUT-take.out
2 ang ang DET _ Case=Nom|Definite=Def|PronType=Art 3 det _ Gloss=the
3 babae babae NOUN _ _ 1 nsubj _ Gloss=woman
4 ng ng DET _ Case=Acc|PronType=Art 5 det _ Gloss=DET
5 bigas bigas NOUN _ _ 1 obj _ Gloss=rice
6 sa sa DET _ Case=Loc|PronType=Art 7 det _ Gloss=DIR
7 sako sako NOUN _ _ 1 obl _ Gloss=sack
8 para para ADP _ _ 10 case _ Gloss=for
9 sa sa DET _ Case=Loc|PronType=Art 10 det _ Gloss=BEN
10 bata bata NOUN _ _ 1 obl _ Gloss=child|SpaceAfter=No
11 . . PUNCT _ _ 1 punct _ Gloss=.
</code></pre>
<pre><code class="language-conllu"># sent_id = 3.111b/tl
# text = Aalisin ng babae ang bigas sa sako para sa bata.
# gloss = FUT-take.out-OP ACT woman PIV rice DIR sack for BEN child
# text_en = A/the woman will take the rice out of a/the sack for a/the child.
# OP = object pivot; PIV = pivot marker
1 Aalisin alis VERB _ Aspect=Prog|Mood=Ind|VerbForm=Fin|Voice=Paf 0 root _ Gloss=will-take-out|MSeg=a-alis-in|MGloss=FUT-take.out-OP
2 ng ng DET _ Case=Acc|PronType=Art 3 det _ Gloss=DET
3 babae babae NOUN _ _ 1 obj:agent _ Gloss=woman
4 ang ang DET _ Case=Nom|Definite=Def|PronType=Art 5 det _ Gloss=the
5 bigas bigas NOUN _ _ 1 nsubj:pass _ Gloss=rice
6 sa sa DET _ Case=Loc|PronType=Art 7 det _ Gloss=DIR
7 sako sako NOUN _ _ 1 obl _ Gloss=sack
8 para para ADP _ _ 10 case _ Gloss=for
9 sa sa DET _ Case=Loc|PronType=Art 10 det _ Gloss=BEN
10 bata bata NOUN _ _ 1 obl _ Gloss=child|SpaceAfter=No
11 . . PUNCT _ _ 1 punct _ Gloss=.
</code></pre>
<pre><code class="language-conllu"># sent_id = 3.111c/tl
# text = Aalisan ng babae ng bigas ang sako para sa bata.
# gloss = FUT-take.out-DP ACT woman OBJ rice PIV sack BEN child
# text_en = A/the woman will take some rice out of the sack for a/the child.
# DP = directional pivot; PIV = pivot marker
1 Aalisan alis VERB _ Aspect=Prog|Mood=Ind|VerbForm=Fin|Voice=Locf 0 root _ Gloss=will-take-out|MSeg=a-alis-an|MGloss=FUT-take.out-DP
2 ng ng DET _ Case=Acc|PronType=Art 3 det _ Gloss=DET
3 babae babae NOUN _ _ 1 obj:agent _ Gloss=woman
4 ng ng DET _ Case=Acc|PronType=Art 5 det _ Gloss=DET
5 bigas bigas NOUN _ _ 1 obj:patient _ Gloss=rice
6 ang ang DET _ Case=Nom|Definite=Def|PronType=Art 7 det _ Gloss=the
7 sako sako NOUN _ _ 1 nsubj:loc _ Gloss=sack
8 para para ADP _ _ 10 case _ Gloss=for
9 sa sa DET _ Case=Loc|PronType=Art 10 det _ Gloss=BEN
10 bata bata NOUN _ _ 1 obl _ Gloss=child|SpaceAfter=No
11 . . PUNCT _ _ 1 punct _ Gloss=.
</code></pre>
<pre><code class="language-conllu"># sent_id = 3.111d/tl
# text = Ipagaalis ng babae ng bigas sa sako ang bata.
# gloss = BP-FUT-take.out ACT woman OBJ rice DIR sack PIV child
# text_en = A/the woman will take some rice out of a/the sack for the child.
# BP = benefactive pivot; PIV = pivot marker
1 Ipagaalis alis VERB _ Aspect=Prog|Mood=Ind|VerbForm=Fin|Voice=Benf 0 root _ Gloss=will-take-out|MSeg=Ipag-a-alis|MGloss=BP-FUT-take.out
2 ng ng DET _ Case=Acc|PronType=Art 3 det _ Gloss=DET
3 babae babae NOUN _ _ 1 obj:agent _ Gloss=woman
4 ng ng DET _ Case=Acc|PronType=Art 5 det _ Gloss=DET
5 bigas bigas NOUN _ _ 1 obj:patient _ Gloss=rice
6 sa sa DET _ Case=Loc|PronType=Art 7 det _ Gloss=DIR
7 sako sako NOUN _ _ 1 obl _ Gloss=sack
8 ang ang DET _ Case=Nom|Definite=Def|PronType=Art 9 det _ Gloss=the
9 bata bata NOUN _ _ 1 nsubj:ben _ Gloss=child|SpaceAfter=No
10 . . PUNCT _ _ 1 punct _ Gloss=.
</code></pre>
<p>Since the agent and patient stay core arguments even in the locative and
benefactive voices, we actually have a ditransitive clause with three core
arguments. In contrast, the verbs of giving, which are typical representatives
of ditransitive predicates in other languages, form a standard transitive
clause in the agent and patient voices, as the recipient is coded as a
directioal (locative) oblique dependent.</p>
<ul>
<li><em>Nagbigay ang lalaki ng libro sa babae.</em> “The man gave a book to the woman.” (agent voice)</li>
</ul>
<pre><code class="language-conllu"># text = Nagbigay ang lalaki ng libro sa babae.
# text_en = The man gave a book to the woman.
1 Nagbigay bigay VERB _ Aspect=Perf|Mood=Ind|VerbForm=Fin|Voice=Agf 0 root _ Gloss=gave
2 ang ang DET _ Case=Nom|Definite=Def|PronType=Art 3 det _ Gloss=the
3 lalaki lalaki NOUN _ _ 1 nsubj _ Gloss=man
4 ng ng DET _ Case=Acc|PronType=Art 5 det _ Gloss=DET
5 libro libro NOUN _ _ 1 obj _ Gloss=libro
6 sa sa DET _ Case=Loc|PronType=Art 7 det _ Gloss=DIR
7 babae babae NOUN _ _ 1 obl _ Gloss=woman|SpaceAfter=No
8 . . PUNCT _ _ 1 punct _ Gloss=.
</code></pre>
<!-- Locative voice? Binigyan ng lalaki ng libro ang babae. -->
<h3 id="plains-cree">Plains Cree</h3>
<p>See also:</p>
<ul>
<li>Arok Elessar Wolvengrey (2011):
<a href="https://dare.uva.nl/search?identifier=153f3405-f029-4046-8d95-9f2a087b4123">Semantic and pragmatic functions in Plains Cree syntax</a>
(PhD thesis). Utrecht: LOT. ISBN 978-94-6093-051-5.</li>
</ul>
<p>The Algonquian (North American) language Plains Cree is similar to Basque in
its cross-referencing of both the subject and the object by verbal inflection.
It is also very dissimilar to Basque due to its almost complete lack of case
marking on the nouns. Yet the marking of the argument on the verbal head is
sufficient to allow for a relatively free word order (unlike English).</p>
<p>Like in many other languages where person and number of an argument is cross-referenced
by the verb, the argument does not need to appear as a separate word if it
would be just a pronoun.</p>
<ul>
<li><em>Niwīcihānānak.</em> “We help them.”</li>
<li><em>Niwīcihikonānak.</em> “They help us.”</li>
</ul>
<pre><code class="language-conllu"># text = Niwīcihānānak.
# text_en = We help them.
1 Niwīcihānānak wīcih VERB _ Animacy=Anim|Clusivity[high]=Ex|Mood=Ind|Number[high]=Plur|Number[low]=Plur|Person[high]=1|Person[low]=3|Tense=Pres|Voice=Dir 0 root _ Gloss=we-help-them|MSeg=ni-wīcih-ā-nān-ak|MGloss=1-help-DIR-1PL-3PL|SpaceAfter=No
2 . . PUNCT _ _ 1 punct _ Gloss=.
</code></pre>
<pre><code class="language-conllu"># text = Niwīcihikonānak.
# text_en = They help us.
1 Niwīcihikonānak wīcih VERB _ Animacy=Anim|Clusivity[high]=Ex|Mood=Ind|Number[high]=Plur|Number[low]=Plur|Person[high]=1|Person[low]=3|Tense=Pres|Voice=Inv 0 root _ Gloss=they-help-us|MSeg=ni-wīcih-iko-nān-ak|MGloss=1-help-INV-1PL-3PL|SpaceAfter=No
2 . . PUNCT _ _ 1 punct _ Gloss=.
</code></pre>
<p>The two verb forms in the two previous examples differ in <a href="">Voice</a>. The first
example is in the direct voice, where the argument higher in a language-specific
obliqueness hierarchy is more agent-like and the other argument is more patient-like.
First person arguments are higher than third person arguments, therefore the
agent is “we” and the patient is “they”.</p>
<p>In the second example, the argument-marking morphemes have not changed but the
verb is in the inverse voice where the argument lower in the hierarchy (“they”)
is the agent and the higher argument (“we”) is the patient.</p>
<p>In a parallel to the active-passive voice system of English, we can postulate
that the argument higher in the hierarchy is the subject (i.e., the most core
argument), and the lower argument is the object.
And like with English passives, the voice has to be considered when one wants
to map the grammatical relations to semantic roles.
In the two previous examples, the arguments are not overtly present and the
dependency relations are not visible. However, if there are overt arguments
in an inverse voice clause, we may again want to use relation subtypes to
signal that the default interpretation does not apply.
<span style="color:red">TBD: Should we use <a href="">nsubj:pass</a> and <a href="">obj:agent</a>
as in symmetric-voice languages? Or something else? Or should we even replace
<code class="language-plaintext highlighter-rouge">nsubj:pass</code> in other languages by something more neutral?
Alternatively, we could make the direct-inverse voice system special in that
we resolve the roles already in the relation labeling, i.e., higher-ranking
argument will be labeled <code class="language-plaintext highlighter-rouge">nsubj</code> in direct voice and <code class="language-plaintext highlighter-rouge">obj</code> in inverse voice,
and lower-ranking argument will be <code class="language-plaintext highlighter-rouge">obj</code> in direct voice and <code class="language-plaintext highlighter-rouge">nsubj</code> in
inverse voice. That is, if there are not some typical subject tests known
from other languages that will contradict our proposal.
At present I do not know anything about subjecthood tests applied to Plains
Cree.</span></p>
<ul>
<li><em>Nikī-wīcihāw Cān.</em> “I helped John.”</li>
</ul>
<pre><code class="language-conllu"># text = Nikī-wīcihāw Cān.
# text_en = I helped John.
1 Nikī-wīcihāw wīcih VERB _ Animacy=Anim|Mood=Ind|Number[high]=Sing|Number[low]=Sing|Person[high]=1|Person[low]=3|Tense=Past|Voice=Dir 0 root _ Gloss=I-helped-him|MSeg=ni-kī-wīcih-ā-w|MGloss=1-PAST-help-DIR-3SG
2 Cān Cān PROPN _ Animacy=Anim|Number=Sing|Obviation=Prx 1 obj _ Gloss=John|SpaceAfter=No
3 . . PUNCT _ _ 1 punct _ Gloss=.
</code></pre>
<ul>
<li><em>Nikī-wīcihāwak Cān ēkwa Mēriy.</em> “I helped John and Mary.”</li>
</ul>
<pre><code class="language-conllu"># text = Nikī-wīcihāwak Cān ēkwa Mēriy.
# text_en = I helped John and Mary.
1 Nikī-wīcihāwak wīcih VERB _ Animacy=Anim|Mood=Ind|Number[high]=Sing|Number[low]=Plur|Person[high]=1|Person[low]=3|Tense=Past|Voice=Dir 0 root _ Gloss=I-helped-them|MSeg=ni-kī-wīcih-ā-w-ak|MGloss=1-PAST-help-DIR-3-3PL
2 Cān Cān PROPN _ Animacy=Anim|Number=Sing|Obviation=Prx 1 obj _ Gloss=John
3 ēkwa ēkwa CCONJ _ _ 4 cc _ Gloss=and
4 Mēriy Mēriy PROPN _ Animacy=Anim|Number=Sing|Obviation=Prx 2 conj _ Gloss=Mary|SpaceAfter=No
5 . . PUNCT _ _ 1 punct _ Gloss=.
</code></pre>
<!-- page 100 section 2.2.2.2 -->
<p>If two third-person arguments are involved, one of them is considered
<em>proximate</em> (more topical, higher in the obliqueness hierarchy) and the other
is considered <em>obviative</em> (less topical, lower in the obliqueness hierarchy).
The obviative noun is marked morphologically by the suffix <em>-a</em>.
Note that Plains Cree distinguishes singular and plural <a href="">Number</a> for
proximate but not for obviative third person arguments.</p>
<p>Current UD data (as of UD 2.1) does not include languages with direct-inverse
voice systems and proximate-obviative division of third-person arguments.
<span style="color: blue"><b>Joakim:</b> But I think similar cases are discussed
with reference to UD in <a href="http://www.aclweb.org/anthology/W16-1719">this paper on Arapaho</a>.</span>
The guidelines define a special value for the “fourth person”, which could be
used for obviative arguments (see <a href="">Person</a>). This value is inspired by the
<a href="https://unimorph.github.io/doc/unimorph-schema.pdf#page=41">Unimorph</a> project.
However, the Unimorph specification seems to favor using <code class="language-plaintext highlighter-rouge">Person=3</code> with an
additional subfeature for proximate and obviative status:
“In some languages, a fourth person category is used to describe an otherwise
third-person referent that is differentiated from other third-person referents
by a switch-reference-like distinction … or, more commonly, by a distinction in
obviation status… For the purposes of morphological distinctions, these fourth
person categories may call for dedicated verbal morphology. While in some
cases their meaning can be captured by third person (3) plus switch-reference
features or features marking pragmatic voice distinctions (such as the
proximate (PRX) and obviative (OBV)), we include a fourth person category with
the feature 4 to allow for identification of a fourth person category when the
semantic distinctions are complicated or not strictly inflectional in nature.”</p>
<p>A possible alternative would be to revoke the “fourth person” and define
a separate feature <code class="language-plaintext highlighter-rouge">Obviation</code> with the values <code class="language-plaintext highlighter-rouge">Prx</code> and <code class="language-plaintext highlighter-rouge">Obv</code>. There are two
places where the feature could be used: as a verbal feature (cross-referencing
the argument) and as a nominal feature (marking the argument). Especially in
nominal inflection it seems preferable to use a new feature rather than assert
that the noun inflects for person (with values <code class="language-plaintext highlighter-rouge">3</code> and <code class="language-plaintext highlighter-rouge">4</code> only).</p>
<p>Yet another option would be to include the nominal inflection under <a href="">Case</a>
marking, i.e., a noun with the obviative morpheme would be <code class="language-plaintext highlighter-rouge">Case=Acc</code> and
the unmarked nouns would be <code class="language-plaintext highlighter-rouge">Case=Nom</code>. However, such an extension could be
perceived as stretching the usual definition of case too far. The main oddity
would be that it only applies to third-person referents and only if two such
referents compete as arguments of the same verb. If one argument of the verb
is first-person and the other third-person, both will stay in the “nominative”
regardless of their semantic roles. Therefore, defining a new feature,
separate from <code class="language-plaintext highlighter-rouge">Case</code>, is probably a better and less confusing solution.</p>
<!-- page 199 section 3.1 -->
<ul>
<li><em>Cāniy kī-wīcihēw Mērīwa.</em> “Johnny helped Mary.” (direct voice)</li>
<li><em>Cānīwa kī-wīcihēw Mēriy.</em> “Mary helped Johnny.” (direct voice)</li>
<li><em>Cāniy kī-wīcihik Mērīwa.</em> “Mary helped Johnny. / Johnny was helped by Mary.” (inverse voice)</li>
<li><em>Cānīwa kī-wīcihik Mēriy.</em> “Johnny helped Mary. / Mary was helped by Johnny.” (inverse voice)</li>
</ul>
<pre><code class="language-conllu"># text = Cāniy kī-wīcihēw Mērīwa.
# text_en = Johnny helped Mary.
1 Cāniy Cāniy PROPN _ Animacy=Anim|Number=Sing|Obviation=Prx 2 nsubj _ Gloss=Johnny
2 kī-wīcihēw wīcih VERB _ Animacy=Anim|Mood=Ind|Number[high]=Sing|Number[low]=Sing|Person[high]=3|Person[low]=3|Tense=Past|Voice=Dir 0 root _ Gloss=helped|MSeg=kī-wīcih-ē-w|MGloss=PAST-help-DIR-3SG
3 Mērīwa Mēriy PROPN _ Animacy=Anim|Number=Sing|Obviation=Obv 2 obj _ Gloss=Mary|MSeg=Mēriy-wa|MGloss=Mary-OBV|SpaceAfter=No
4 . . PUNCT _ _ 2 punct _ Gloss=.
</code></pre>
<pre><code class="language-conllu"># text = Cānīwa kī-wīcihēw Mēriy.
# text_en = Mary helped Johnny.
1 Cānīwa Cāniy PROPN _ Animacy=Anim|Number=Sing|Obviation=Obv 2 obj _ Gloss=Johnny|MSeg=Cāniy-wa|MGloss=Johnny-OBV
2 kī-wīcihēw wīcih VERB _ Animacy=Anim|Mood=Ind|Number[high]=Sing|Number[low]=Sing|Person[high]=3|Person[low]=3|Tense=Past|Voice=Dir 0 root _ Gloss=helped|MSeg=kī-wīcih-ē-w|MGloss=PAST-help-DIR-3SG
3 Mēriy Mēriy PROPN _ Animacy=Anim|Number=Sing|Obviation=Prx 2 nsubj _ Gloss=Mary|SpaceAfter=No
4 . . PUNCT _ _ 2 punct _ Gloss=.
</code></pre>
<pre><code class="language-conllu"># text = Cāniy kī-wīcihik Mērīwa.
# text_en = Mary helped Johnny. / Johnny was helped by Mary.
1 Cāniy Cāniy PROPN _ Animacy=Anim|Number=Sing|Obviation=Prx 2 nsubj:pass _ Gloss=Johnny
2 kī-wīcihik wīcih VERB _ Animacy=Anim|Mood=Ind|Number[high]=Sing|Number[low]=Sing|Person[high]=3|Person[low]=3|Tense=Past|Voice=Inv 0 root _ Gloss=helped|MSeg=kī-wīcih-ikw-w|MGloss=PAST-help-INV-3SG
3 Mērīwa Mēriy PROPN _ Animacy=Anim|Number=Sing|Obviation=Obv 2 obj:agent _ Gloss=Mary|MSeg=Mēriy-wa|MGloss=Mary-OBV|SpaceAfter=No
4 . . PUNCT _ _ 2 punct _ Gloss=.
</code></pre>
<pre><code class="language-conllu"># text = Cānīwa kī-wīcihik Mēriy.
# text_en = Johnny helped Mary. / Mary was helped by Johnny.
1 Cānīwa Cāniy PROPN _ Animacy=Anim|Number=Sing|Obviation=Obv 2 obj:agent _ Gloss=Johnny|MSeg=Cāniy-wa|MGloss=Johnny-OBV
2 kī-wīcihik wīcih VERB _ Animacy=Anim|Mood=Ind|Number[high]=Sing|Number[low]=Sing|Person[high]=3|Person[low]=3|Tense=Past|Voice=Inv 0 root _ Gloss=helped|MSeg=kī-wīcih-ikw-w|MGloss=PAST-help-INV-3SG
3 Mēriy Mēriy PROPN _ Animacy=Anim|Number=Sing|Obviation=Prx 2 nsubj:pass _ Gloss=Mary|SpaceAfter=No
4 . . PUNCT _ _ 2 punct _ Gloss=.
</code></pre>
<p>Ditransitive verbs (that is, verbs with three arguments) still cross-reference
only two arguments on the verb. It is always the recipient-like argument that
is cross-referenced, while the theme stays outside. Hence the recipient (goal)
is more core than the theme, and deserves to be labeled <a href="">obj</a>. The question
is whether the theme is still a core argument (and thus labeled <a href="">iobj</a>) or
it is already oblique. Allowing it the core status seems to be at a similar
level of tolerance as with the non-accusative objects in languages like Czech.
The themes in Plains Cree are not indexed on the verb, though their own surface
form (bare nominal) is not different from the core arguments.</p>
<!-- page 95 section 2.2.3.2 -->
<ul>
<li><em>Nikī-miyāw anima masinahikan.</em> “I gave him/her that book.” (direct voice)</li>
<li><em>Nikī-miyik anima masinahikan.</em> “He/she gave me that book.” (inverse voice)</li>
<li><em>Nikī-kiskinwahamawāw nēhiyawēwin.</em> “I taught him/her Cree.” (direct voice)</li>
<li><em>Nikī-kiskinwahamāk nēhiyawēwin.</em> “He/she taught me Cree.” (inverse voice)</li>
</ul>
<pre><code class="language-conllu"># text = Nikī-miyāw anima masinahikan.
# text_en = I gave him/her that book.
1 Nikī-miyāw miy VERB _ Animacy=Anim|Mood=Ind|Number[high]=Sing|Number[low]=Sing|Person[high]=1|Person[low]=3|Tense=Past|Voice=Dir 0 root _ Gloss=I-gave-him/her|MSeg=ni-kī-miy-ā-w|MGloss=1-PAST-give.to-DIR-3SG
2 anima anima DET _ Animacy=Inan|Number=Sing|PronType=Dem 3 det _ Gloss=that|MGloss=DEM.0's
3 masinahikan masinahikan NOUN _ Animacy=Inan|Number=Sing 1 iobj _ Gloss=book|SpaceAfter=No
4 . . PUNCT _ _ 1 punct _ Gloss=.
</code></pre>
<p>In the above example, the verb stem used is for animate objects, while
<em>masinahikan</em> “book” is inanimate. That is a proof that the 3rd person singular
cross-reference on the verb does not refer to the book but to an animate
recipient that is not overtly represented in the sentence.</p>
<p>Even though Plains Cree does not use morphological cases to distinguish agents
from patients, there is a form of nouns that can be classified as the locative
case (<code class="language-plaintext highlighter-rouge">Case=Loc</code>). It clearly marks the noun as oblique and unable to be
cross-referenced by verbal inflection. The other, bare nominal forms, could
then be tagged as nominative (<code class="language-plaintext highlighter-rouge">Case=Nom</code>), or, optionally, left with the <a href="">Case</a>
feature empty.</p>
<ul>
<li><em>Akocikanihk nikī-ahāwak nitastisak.</em> “I put my mitts on the shelf.” (mitts are grammatically animate, despite the semantics)</li>
</ul>
<pre><code class="language-conllu"># text = Akocikanihk nikī-ahāwak nitastisak.
# text_en = I put my mitts on the shelf.
1 Akocikanihk akocikan NOUN _ Animacy=Inan|Case=Loc 2 obl _ Gloss=shelf|MSeg=akocikan-ihk|MGloss=shelf-LOC
2 nikī-ahāwak ah VERB _ Animacy=Anim|Mood=Ind|Number[high]=Sing|Number[low]=Plur|Person[high]=1|Person[low]=3|Tense=Past|Voice=Dir 0 root _ Gloss=I-put|MSeg=ni-kī-ah-ā-wak|MGloss=1-PAST-put-DIR-3PL
3 nitastisak astis NOUN _ Animacy=Anim|Number=Plur|Person[psor]=1 2 obj _ Gloss=my-mitts|MSeg=nit-astis-ak|MGloss=1-mitt-PL|SpaceAfter=No
4 . . PUNCT _ _ 2 punct _ Gloss=.
</code></pre>
<p>Adpositions may accompany the locative, too:</p>
<ul>
<li><em>Nikī-nīhtināw akocikanihk ohci.</em> “I took him/her/it down from the shelf.”</li>
</ul>
<pre><code class="language-conllu"># text = Nikī-nīhtināw akocikanihk ohci.
# text_en = I took him/her/it down from the shelf.
1 Nikī-nīhtināw nīhtin VERB _ Animacy=Anim|Mood=Ind|Number[high]=Sing|Number[low]=Sing|Person[high]=1|Person[low]=3|Tense=Past|Voice=Dir 0 root _ Gloss=I-took-it-down|MSeg=ni-kī-nīhtin-ā-w|MGloss=1-PAST-take.down-DIR-3SG
2 akocikanihk akocikan NOUN _ Animacy=Inan|Case=Loc 1 obl _ Gloss=shelf|MSeg=akocikan-ihk|MGloss=shelf-LOC
3 ohci ohci ADP _ _ 2 case _ Gloss=from|SpaceAfter=No
4 . . PUNCT _ _ 1 punct _ Gloss=.
</code></pre>
<!---------------------------------------------------------------------------->
<p><span style="color:red">TO DO: Discuss somewhere the layered features that are
needed when multiple arguments are cross-referenced by verbal morphology. Try
to standardize the layer names.</span></p>
<h2 id="summary-of-relations">Summary of Relations</h2>
<ul>
<li><a href="">nsubj</a> — nominal subject, corresponding to the S function in intransitive clauses and to the A function in transitive clauses.
If some of the <code class="language-plaintext highlighter-rouge">nsubj</code> subtypes are used in the language, then the bare <code class="language-plaintext highlighter-rouge">nsubj</code> denotes the remaining situations not covered by the subtypes.
<ul>
<li><a href="">nsubj:pass</a> — nominal subject in a passive clause</li>
<li><a href="">nsubj:caus</a> — nominal subject in a causative clause</li>
</ul>
</li>
<li><a href="">obj</a> — nominal object, corresponding to the P function in transitive clauses.</li>
<li><a href="">iobj</a> — nominal indirect object, one of two objects in ditransitive clauses, the one that is “less core-like” of the two.
If the two objects are equal in there core-likelihood, none of them is <code class="language-plaintext highlighter-rouge">iobj</code>.
If some of the <code class="language-plaintext highlighter-rouge">iobj</code> subtypes are used in the language, then the bare <code class="language-plaintext highlighter-rouge">iobj</code> denotes the remaining situations not covered by the subtypes.
<ul>
<li><a href="">iobj:agent</a> — true agent in a causative clause, if encoded as an indirect object.</li>
</ul>
</li>
<li><a href="">obl</a> — nominal oblique argument or adjunct.
If some of the <code class="language-plaintext highlighter-rouge">obl</code> subtypes are used in the language, then the bare <code class="language-plaintext highlighter-rouge">obl</code> denotes the remaining situations not covered by the subtypes.
<ul>
<li><a href="">obl:agent</a> — true agent in a passive clause, demoted from active subject</li>
<li><a href="">obl:arg</a> — oblique argument other than <code class="language-plaintext highlighter-rouge">obl:agent</code></li>
<li><a href="">obl:tmod</a> — temporal adjunct</li>
</ul>
</li>
</ul>
</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>
|
2.5.0.Final/apidocs/org/wildfly/swarm/config/elytron/LdapKeyStoreConsumer.html
|
wildfly-swarm/wildfly-swarm-javadocs
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_151) on Wed Jul 17 13:50:43 MST 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>LdapKeyStoreConsumer (BOM: * : All 2.5.0.Final API)</title>
<meta name="date" content="2019-07-17">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="LdapKeyStoreConsumer (BOM: * : All 2.5.0.Final API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":6,"i1":18};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],16:["t5","Default Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/LdapKeyStoreConsumer.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">Thorntail API, 2.5.0.Final</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/wildfly/swarm/config/elytron/LdapKeyStore.html" title="class in org.wildfly.swarm.config.elytron"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../../org/wildfly/swarm/config/elytron/LdapKeyStoreSupplier.html" title="interface in org.wildfly.swarm.config.elytron"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/wildfly/swarm/config/elytron/LdapKeyStoreConsumer.html" target="_top">Frames</a></li>
<li><a href="LdapKeyStoreConsumer.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.elytron</div>
<h2 title="Interface LdapKeyStoreConsumer" class="title">Interface LdapKeyStoreConsumer<T extends <a href="../../../../../org/wildfly/swarm/config/elytron/LdapKeyStore.html" title="class in org.wildfly.swarm.config.elytron">LdapKeyStore</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="https://docs.oracle.com/javase/8/docs/api/java/lang/FunctionalInterface.html?is-external=true" title="class or interface in java.lang">@FunctionalInterface</a>
public interface <span class="typeNameLabel">LdapKeyStoreConsumer<T extends <a href="../../../../../org/wildfly/swarm/config/elytron/LdapKeyStore.html" title="class in org.wildfly.swarm.config.elytron">LdapKeyStore</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/elytron/LdapKeyStoreConsumer.html#accept-T-">accept</a></span>(<a href="../../../../../org/wildfly/swarm/config/elytron/LdapKeyStoreConsumer.html" title="type parameter in LdapKeyStoreConsumer">T</a> value)</code>
<div class="block">Configure a pre-constructed instance of LdapKeyStore resource</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>default <a href="../../../../../org/wildfly/swarm/config/elytron/LdapKeyStoreConsumer.html" title="interface in org.wildfly.swarm.config.elytron">LdapKeyStoreConsumer</a><<a href="../../../../../org/wildfly/swarm/config/elytron/LdapKeyStoreConsumer.html" title="type parameter in LdapKeyStoreConsumer">T</a>></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/wildfly/swarm/config/elytron/LdapKeyStoreConsumer.html#andThen-org.wildfly.swarm.config.elytron.LdapKeyStoreConsumer-">andThen</a></span>(<a href="../../../../../org/wildfly/swarm/config/elytron/LdapKeyStoreConsumer.html" title="interface in org.wildfly.swarm.config.elytron">LdapKeyStoreConsumer</a><<a href="../../../../../org/wildfly/swarm/config/elytron/LdapKeyStoreConsumer.html" title="type parameter in LdapKeyStoreConsumer">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.elytron.LdapKeyStore-">
<!-- -->
</a><a name="accept-T-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>accept</h4>
<pre>void accept(<a href="../../../../../org/wildfly/swarm/config/elytron/LdapKeyStoreConsumer.html" title="type parameter in LdapKeyStoreConsumer">T</a> value)</pre>
<div class="block">Configure a pre-constructed instance of LdapKeyStore resource</div>
</li>
</ul>
<a name="andThen-org.wildfly.swarm.config.elytron.LdapKeyStoreConsumer-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>andThen</h4>
<pre>default <a href="../../../../../org/wildfly/swarm/config/elytron/LdapKeyStoreConsumer.html" title="interface in org.wildfly.swarm.config.elytron">LdapKeyStoreConsumer</a><<a href="../../../../../org/wildfly/swarm/config/elytron/LdapKeyStoreConsumer.html" title="type parameter in LdapKeyStoreConsumer">T</a>> andThen(<a href="../../../../../org/wildfly/swarm/config/elytron/LdapKeyStoreConsumer.html" title="interface in org.wildfly.swarm.config.elytron">LdapKeyStoreConsumer</a><<a href="../../../../../org/wildfly/swarm/config/elytron/LdapKeyStoreConsumer.html" title="type parameter in LdapKeyStoreConsumer">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/LdapKeyStoreConsumer.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">Thorntail API, 2.5.0.Final</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/wildfly/swarm/config/elytron/LdapKeyStore.html" title="class in org.wildfly.swarm.config.elytron"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../../org/wildfly/swarm/config/elytron/LdapKeyStoreSupplier.html" title="interface in org.wildfly.swarm.config.elytron"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/wildfly/swarm/config/elytron/LdapKeyStoreConsumer.html" target="_top">Frames</a></li>
<li><a href="LdapKeyStoreConsumer.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 © 2019 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
|
gen/doc/org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html
|
shrinkwrap/descriptors
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_20) on Tue Jul 19 23:14:39 CEST 2011 -->
<TITLE>
PersistenceUnitRefTypeImpl
</TITLE>
<META NAME="date" CONTENT="2011-07-19">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="PersistenceUnitRefTypeImpl";
}
}
</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/PersistenceUnitRefTypeImpl.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-files/index-1.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/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceContextRefTypeImpl.html" title="class in org.jboss.shrinkwrap.descriptor.impl.javaee5"><B>PREV CLASS</B></A>
<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PropertyTypeImpl.html" title="class in org.jboss.shrinkwrap.descriptor.impl.javaee5"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html" target="_top"><B>FRAMES</B></A>
<A HREF="PersistenceUnitRefTypeImpl.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 | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <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.jboss.shrinkwrap.descriptor.impl.javaee5</FONT>
<BR>
Class PersistenceUnitRefTypeImpl<T></H2>
<PRE>
java.lang.Object
<IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><B>org.jboss.shrinkwrap.descriptor.impl.javaee5.PersistenceUnitRefTypeImpl<T></B>
</PRE>
<DL>
<DT><B>All Implemented Interfaces:</B> <DD>org.jboss.shrinkwrap.descriptor.api.Child<T>, <A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/PersistenceUnitRefType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee5">PersistenceUnitRefType</A><T></DD>
</DL>
<HR>
<DL>
<DT><PRE>public class <B>PersistenceUnitRefTypeImpl<T></B><DT>extends java.lang.Object<DT>implements org.jboss.shrinkwrap.descriptor.api.Child<T>, <A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/PersistenceUnitRefType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee5">PersistenceUnitRefType</A><T></DL>
</PRE>
<P>
This class implements the <code> persistence-unit-refType </code> xsd type
<p>
Original Documentation:
<p>
<br>
<br>
<br>
The persistence-unit-ref element contains a declaration <br>
of Deployment Component's reference to a persistence unit <br>
associated within a Deployment Component's <br>
environment. It consists of: <br>
<br>
- an optional description <br>
- the persistence unit reference name <br>
- an optional persistence unit name. If not specified, <br>
the default persistence unit is assumed. <br>
- optional injection targets <br>
<br>
Examples: <br>
<br>
<persistence-unit-ref> <br>
<persistence-unit-ref-name>myPersistenceUnit <br>
</persistence-unit-ref-name> <br>
</persistence-unit-ref> <br>
<br>
<persistence-unit-ref> <br>
<persistence-unit-ref-name>myPersistenceUnit <br>
</persistence-unit-ref-name> <br>
<persistence-unit-name>PersistenceUnit1 <br>
</persistence-unit-name> <br>
</persistence-unit-ref> <br>
<br>
<br>
<br>
<P>
<P>
<DL>
<DT><B>Since:</B></DT>
<DD>Generation date :2011-07-19T22:54:35.59+02:00</DD>
<DT><B>Author:</B></DT>
<DD><a href="mailto:ralf.battenfeld@bluewin.ch">Ralf Battenfeld</a></DD>
</DL>
<HR>
<P>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html#PersistenceUnitRefTypeImpl(T, java.lang.String, org.jboss.shrinkwrap.descriptor.spi.Node)">PersistenceUnitRefTypeImpl</A></B>(<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html" title="type parameter in PersistenceUnitRefTypeImpl">T</A> t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html#PersistenceUnitRefTypeImpl(T, java.lang.String, org.jboss.shrinkwrap.descriptor.spi.Node, org.jboss.shrinkwrap.descriptor.spi.Node)">PersistenceUnitRefTypeImpl</A></B>(<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html" title="type parameter in PersistenceUnitRefTypeImpl">T</A> t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node,
org.jboss.shrinkwrap.descriptor.spi.Node childNode)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<!-- ========== 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> java.util.List<java.lang.String></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html#getDescriptionList()">getDescriptionList</A></B>()</CODE>
<BR>
Returns all <code>description</code> elements</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.List<<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/InjectionTargetType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee5">InjectionTargetType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/PersistenceUnitRefType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee5">PersistenceUnitRefType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html" title="type parameter in PersistenceUnitRefTypeImpl">T</A>>>></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html#getInjectionTargetList()">getInjectionTargetList</A></B>()</CODE>
<BR>
Returns all <code>injection-target</code> elements</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html#getMappedName()">getMappedName</A></B>()</CODE>
<BR>
Returns the <code>mapped-name</code> element</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html#getPersistenceUnitName()">getPersistenceUnitName</A></B>()</CODE>
<BR>
Returns the <code>persistence-unit-name</code> element</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html#getPersistenceUnitRefName()">getPersistenceUnitRefName</A></B>()</CODE>
<BR>
Returns the <code>persistence-unit-ref-name</code> element</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/InjectionTargetType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee5">InjectionTargetType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/PersistenceUnitRefType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee5">PersistenceUnitRefType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html" title="type parameter in PersistenceUnitRefTypeImpl">T</A>>></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html#injectionTarget()">injectionTarget</A></B>()</CODE>
<BR>
Returns the <code>injection-target</code> element</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/PersistenceUnitRefType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee5">PersistenceUnitRefType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html" title="type parameter in PersistenceUnitRefTypeImpl">T</A>></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html#removeAllDescription()">removeAllDescription</A></B>()</CODE>
<BR>
Removes the <code>description</code> element</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/PersistenceUnitRefType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee5">PersistenceUnitRefType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html" title="type parameter in PersistenceUnitRefTypeImpl">T</A>></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html#removeAllInjectionTarget()">removeAllInjectionTarget</A></B>()</CODE>
<BR>
Removes all <code>injection-target</code> elements</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/PersistenceUnitRefType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee5">PersistenceUnitRefType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html" title="type parameter in PersistenceUnitRefTypeImpl">T</A>></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html#removeMappedName()">removeMappedName</A></B>()</CODE>
<BR>
Removes the <code>mapped-name</code> element</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/PersistenceUnitRefType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee5">PersistenceUnitRefType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html" title="type parameter in PersistenceUnitRefTypeImpl">T</A>></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html#removePersistenceUnitName()">removePersistenceUnitName</A></B>()</CODE>
<BR>
Removes the <code>persistence-unit-name</code> element</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/PersistenceUnitRefType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee5">PersistenceUnitRefType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html" title="type parameter in PersistenceUnitRefTypeImpl">T</A>></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html#removePersistenceUnitRefName()">removePersistenceUnitRefName</A></B>()</CODE>
<BR>
Removes the <code>persistence-unit-ref-name</code> element</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/PersistenceUnitRefType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee5">PersistenceUnitRefType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html" title="type parameter in PersistenceUnitRefTypeImpl">T</A>></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html#setDescription(java.lang.String)">setDescription</A></B>(java.lang.String description)</CODE>
<BR>
Creates a new <code>description</code> element</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/PersistenceUnitRefType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee5">PersistenceUnitRefType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html" title="type parameter in PersistenceUnitRefTypeImpl">T</A>></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html#setDescriptionList(java.lang.String...)">setDescriptionList</A></B>(java.lang.String... values)</CODE>
<BR>
Creates for all String objects representing <code>description</code> elements,
a new <code>description</code> element</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/PersistenceUnitRefType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee5">PersistenceUnitRefType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html" title="type parameter in PersistenceUnitRefTypeImpl">T</A>></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html#setMappedName(java.lang.String)">setMappedName</A></B>(java.lang.String mappedName)</CODE>
<BR>
If not already created, a new <code>mapped-name</code> element with the given value will be created.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/PersistenceUnitRefType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee5">PersistenceUnitRefType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html" title="type parameter in PersistenceUnitRefTypeImpl">T</A>></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html#setPersistenceUnitName(java.lang.String)">setPersistenceUnitName</A></B>(java.lang.String persistenceUnitName)</CODE>
<BR>
If not already created, a new <code>persistence-unit-name</code> element with the given value will be created.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/PersistenceUnitRefType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee5">PersistenceUnitRefType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html" title="type parameter in PersistenceUnitRefTypeImpl">T</A>></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html#setPersistenceUnitRefName(java.lang.String)">setPersistenceUnitRefName</A></B>(java.lang.String persistenceUnitRefName)</CODE>
<BR>
If not already created, a new <code>persistence-unit-ref-name</code> element with the given value will be created.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html" title="type parameter in PersistenceUnitRefTypeImpl">T</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html#up()">up</A></B>()</CODE>
<BR>
</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="PersistenceUnitRefTypeImpl(java.lang.Object,java.lang.String,org.jboss.shrinkwrap.descriptor.spi.Node)"><!-- --></A><A NAME="PersistenceUnitRefTypeImpl(T, java.lang.String, org.jboss.shrinkwrap.descriptor.spi.Node)"><!-- --></A><H3>
PersistenceUnitRefTypeImpl</H3>
<PRE>
public <B>PersistenceUnitRefTypeImpl</B>(<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html" title="type parameter in PersistenceUnitRefTypeImpl">T</A> t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node)</PRE>
<DL>
</DL>
<HR>
<A NAME="PersistenceUnitRefTypeImpl(java.lang.Object,java.lang.String,org.jboss.shrinkwrap.descriptor.spi.Node,org.jboss.shrinkwrap.descriptor.spi.Node)"><!-- --></A><A NAME="PersistenceUnitRefTypeImpl(T, java.lang.String, org.jboss.shrinkwrap.descriptor.spi.Node, org.jboss.shrinkwrap.descriptor.spi.Node)"><!-- --></A><H3>
PersistenceUnitRefTypeImpl</H3>
<PRE>
public <B>PersistenceUnitRefTypeImpl</B>(<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html" title="type parameter in PersistenceUnitRefTypeImpl">T</A> t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node,
org.jboss.shrinkwrap.descriptor.spi.Node childNode)</PRE>
<DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="up()"><!-- --></A><H3>
up</H3>
<PRE>
public <A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html" title="type parameter in PersistenceUnitRefTypeImpl">T</A> <B>up</B>()</PRE>
<DL>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE>up</CODE> in interface <CODE>org.jboss.shrinkwrap.descriptor.api.Child<<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html" title="type parameter in PersistenceUnitRefTypeImpl">T</A>></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setMappedName(java.lang.String)"><!-- --></A><H3>
setMappedName</H3>
<PRE>
public <A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/PersistenceUnitRefType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee5">PersistenceUnitRefType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html" title="type parameter in PersistenceUnitRefTypeImpl">T</A>> <B>setMappedName</B>(java.lang.String mappedName)</PRE>
<DL>
<DD>If not already created, a new <code>mapped-name</code> element with the given value will be created.
Otherwise, the existing <code>mapped-name</code> element will be updated with the given value.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/PersistenceUnitRefType.html#setMappedName(java.lang.String)">setMappedName</A></CODE> in interface <CODE><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/PersistenceUnitRefType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee5">PersistenceUnitRefType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html" title="type parameter in PersistenceUnitRefTypeImpl">T</A>></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the current instance of <CODE>PersistenceUnitRefType<T></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="removeMappedName()"><!-- --></A><H3>
removeMappedName</H3>
<PRE>
public <A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/PersistenceUnitRefType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee5">PersistenceUnitRefType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html" title="type parameter in PersistenceUnitRefTypeImpl">T</A>> <B>removeMappedName</B>()</PRE>
<DL>
<DD>Removes the <code>mapped-name</code> element
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/PersistenceUnitRefType.html#removeMappedName()">removeMappedName</A></CODE> in interface <CODE><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/PersistenceUnitRefType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee5">PersistenceUnitRefType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html" title="type parameter in PersistenceUnitRefTypeImpl">T</A>></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the current instance of <CODE>PersistenceUnitRefType<T></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getMappedName()"><!-- --></A><H3>
getMappedName</H3>
<PRE>
public java.lang.String <B>getMappedName</B>()</PRE>
<DL>
<DD>Returns the <code>mapped-name</code> element
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/PersistenceUnitRefType.html#getMappedName()">getMappedName</A></CODE> in interface <CODE><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/PersistenceUnitRefType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee5">PersistenceUnitRefType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html" title="type parameter in PersistenceUnitRefTypeImpl">T</A>></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the node defined for the element <code>mapped-name</code></DL>
</DD>
</DL>
<HR>
<A NAME="removeAllInjectionTarget()"><!-- --></A><H3>
removeAllInjectionTarget</H3>
<PRE>
public <A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/PersistenceUnitRefType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee5">PersistenceUnitRefType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html" title="type parameter in PersistenceUnitRefTypeImpl">T</A>> <B>removeAllInjectionTarget</B>()</PRE>
<DL>
<DD>Removes all <code>injection-target</code> elements
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/PersistenceUnitRefType.html#removeAllInjectionTarget()">removeAllInjectionTarget</A></CODE> in interface <CODE><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/PersistenceUnitRefType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee5">PersistenceUnitRefType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html" title="type parameter in PersistenceUnitRefTypeImpl">T</A>></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the current instance of <CODE>PersistenceUnitRefType<T></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="injectionTarget()"><!-- --></A><H3>
injectionTarget</H3>
<PRE>
public <A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/InjectionTargetType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee5">InjectionTargetType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/PersistenceUnitRefType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee5">PersistenceUnitRefType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html" title="type parameter in PersistenceUnitRefTypeImpl">T</A>>> <B>injectionTarget</B>()</PRE>
<DL>
<DD>Returns the <code>injection-target</code> element
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/PersistenceUnitRefType.html#injectionTarget()">injectionTarget</A></CODE> in interface <CODE><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/PersistenceUnitRefType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee5">PersistenceUnitRefType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html" title="type parameter in PersistenceUnitRefTypeImpl">T</A>></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the node defined for the element <code>injection-target</code></DL>
</DD>
</DL>
<HR>
<A NAME="getInjectionTargetList()"><!-- --></A><H3>
getInjectionTargetList</H3>
<PRE>
public java.util.List<<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/InjectionTargetType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee5">InjectionTargetType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/PersistenceUnitRefType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee5">PersistenceUnitRefType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html" title="type parameter in PersistenceUnitRefTypeImpl">T</A>>>> <B>getInjectionTargetList</B>()</PRE>
<DL>
<DD>Returns all <code>injection-target</code> elements
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/PersistenceUnitRefType.html#getInjectionTargetList()">getInjectionTargetList</A></CODE> in interface <CODE><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/PersistenceUnitRefType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee5">PersistenceUnitRefType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html" title="type parameter in PersistenceUnitRefTypeImpl">T</A>></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>list of <code>injection-target</code></DL>
</DD>
</DL>
<HR>
<A NAME="setDescription(java.lang.String)"><!-- --></A><H3>
setDescription</H3>
<PRE>
public <A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/PersistenceUnitRefType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee5">PersistenceUnitRefType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html" title="type parameter in PersistenceUnitRefTypeImpl">T</A>> <B>setDescription</B>(java.lang.String description)</PRE>
<DL>
<DD>Creates a new <code>description</code> element
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/PersistenceUnitRefType.html#setDescription(java.lang.String)">setDescription</A></CODE> in interface <CODE><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/PersistenceUnitRefType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee5">PersistenceUnitRefType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html" title="type parameter in PersistenceUnitRefTypeImpl">T</A>></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the current instance of <CODE>PersistenceUnitRefType<T></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="setDescriptionList(java.lang.String...)"><!-- --></A><H3>
setDescriptionList</H3>
<PRE>
public <A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/PersistenceUnitRefType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee5">PersistenceUnitRefType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html" title="type parameter in PersistenceUnitRefTypeImpl">T</A>> <B>setDescriptionList</B>(java.lang.String... values)</PRE>
<DL>
<DD>Creates for all String objects representing <code>description</code> elements,
a new <code>description</code> element
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/PersistenceUnitRefType.html#setDescriptionList(java.lang.String...)">setDescriptionList</A></CODE> in interface <CODE><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/PersistenceUnitRefType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee5">PersistenceUnitRefType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html" title="type parameter in PersistenceUnitRefTypeImpl">T</A>></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>list</CODE> - of <code>description</code> objects
<DT><B>Returns:</B><DD>the current instance of <CODE>PersistenceUnitRefType<T></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="removeAllDescription()"><!-- --></A><H3>
removeAllDescription</H3>
<PRE>
public <A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/PersistenceUnitRefType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee5">PersistenceUnitRefType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html" title="type parameter in PersistenceUnitRefTypeImpl">T</A>> <B>removeAllDescription</B>()</PRE>
<DL>
<DD>Removes the <code>description</code> element
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/PersistenceUnitRefType.html#removeAllDescription()">removeAllDescription</A></CODE> in interface <CODE><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/PersistenceUnitRefType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee5">PersistenceUnitRefType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html" title="type parameter in PersistenceUnitRefTypeImpl">T</A>></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the current instance of <CODE>PersistenceUnitRefType<T></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getDescriptionList()"><!-- --></A><H3>
getDescriptionList</H3>
<PRE>
public java.util.List<java.lang.String> <B>getDescriptionList</B>()</PRE>
<DL>
<DD>Returns all <code>description</code> elements
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/PersistenceUnitRefType.html#getDescriptionList()">getDescriptionList</A></CODE> in interface <CODE><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/PersistenceUnitRefType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee5">PersistenceUnitRefType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html" title="type parameter in PersistenceUnitRefTypeImpl">T</A>></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>list of <code>description</code></DL>
</DD>
</DL>
<HR>
<A NAME="setPersistenceUnitRefName(java.lang.String)"><!-- --></A><H3>
setPersistenceUnitRefName</H3>
<PRE>
public <A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/PersistenceUnitRefType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee5">PersistenceUnitRefType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html" title="type parameter in PersistenceUnitRefTypeImpl">T</A>> <B>setPersistenceUnitRefName</B>(java.lang.String persistenceUnitRefName)</PRE>
<DL>
<DD>If not already created, a new <code>persistence-unit-ref-name</code> element with the given value will be created.
Otherwise, the existing <code>persistence-unit-ref-name</code> element will be updated with the given value.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/PersistenceUnitRefType.html#setPersistenceUnitRefName(java.lang.String)">setPersistenceUnitRefName</A></CODE> in interface <CODE><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/PersistenceUnitRefType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee5">PersistenceUnitRefType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html" title="type parameter in PersistenceUnitRefTypeImpl">T</A>></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the current instance of <CODE>PersistenceUnitRefType<T></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="removePersistenceUnitRefName()"><!-- --></A><H3>
removePersistenceUnitRefName</H3>
<PRE>
public <A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/PersistenceUnitRefType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee5">PersistenceUnitRefType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html" title="type parameter in PersistenceUnitRefTypeImpl">T</A>> <B>removePersistenceUnitRefName</B>()</PRE>
<DL>
<DD>Removes the <code>persistence-unit-ref-name</code> element
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/PersistenceUnitRefType.html#removePersistenceUnitRefName()">removePersistenceUnitRefName</A></CODE> in interface <CODE><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/PersistenceUnitRefType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee5">PersistenceUnitRefType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html" title="type parameter in PersistenceUnitRefTypeImpl">T</A>></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the current instance of <CODE>PersistenceUnitRefType<T></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getPersistenceUnitRefName()"><!-- --></A><H3>
getPersistenceUnitRefName</H3>
<PRE>
public java.lang.String <B>getPersistenceUnitRefName</B>()</PRE>
<DL>
<DD>Returns the <code>persistence-unit-ref-name</code> element
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/PersistenceUnitRefType.html#getPersistenceUnitRefName()">getPersistenceUnitRefName</A></CODE> in interface <CODE><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/PersistenceUnitRefType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee5">PersistenceUnitRefType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html" title="type parameter in PersistenceUnitRefTypeImpl">T</A>></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the node defined for the element <code>persistence-unit-ref-name</code></DL>
</DD>
</DL>
<HR>
<A NAME="setPersistenceUnitName(java.lang.String)"><!-- --></A><H3>
setPersistenceUnitName</H3>
<PRE>
public <A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/PersistenceUnitRefType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee5">PersistenceUnitRefType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html" title="type parameter in PersistenceUnitRefTypeImpl">T</A>> <B>setPersistenceUnitName</B>(java.lang.String persistenceUnitName)</PRE>
<DL>
<DD>If not already created, a new <code>persistence-unit-name</code> element with the given value will be created.
Otherwise, the existing <code>persistence-unit-name</code> element will be updated with the given value.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/PersistenceUnitRefType.html#setPersistenceUnitName(java.lang.String)">setPersistenceUnitName</A></CODE> in interface <CODE><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/PersistenceUnitRefType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee5">PersistenceUnitRefType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html" title="type parameter in PersistenceUnitRefTypeImpl">T</A>></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the current instance of <CODE>PersistenceUnitRefType<T></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="removePersistenceUnitName()"><!-- --></A><H3>
removePersistenceUnitName</H3>
<PRE>
public <A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/PersistenceUnitRefType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee5">PersistenceUnitRefType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html" title="type parameter in PersistenceUnitRefTypeImpl">T</A>> <B>removePersistenceUnitName</B>()</PRE>
<DL>
<DD>Removes the <code>persistence-unit-name</code> element
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/PersistenceUnitRefType.html#removePersistenceUnitName()">removePersistenceUnitName</A></CODE> in interface <CODE><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/PersistenceUnitRefType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee5">PersistenceUnitRefType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html" title="type parameter in PersistenceUnitRefTypeImpl">T</A>></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the current instance of <CODE>PersistenceUnitRefType<T></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getPersistenceUnitName()"><!-- --></A><H3>
getPersistenceUnitName</H3>
<PRE>
public java.lang.String <B>getPersistenceUnitName</B>()</PRE>
<DL>
<DD>Returns the <code>persistence-unit-name</code> element
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/PersistenceUnitRefType.html#getPersistenceUnitName()">getPersistenceUnitName</A></CODE> in interface <CODE><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee5/PersistenceUnitRefType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee5">PersistenceUnitRefType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html" title="type parameter in PersistenceUnitRefTypeImpl">T</A>></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the node defined for the element <code>persistence-unit-name</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/PersistenceUnitRefTypeImpl.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-files/index-1.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/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceContextRefTypeImpl.html" title="class in org.jboss.shrinkwrap.descriptor.impl.javaee5"><B>PREV CLASS</B></A>
<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee5/PropertyTypeImpl.html" title="class in org.jboss.shrinkwrap.descriptor.impl.javaee5"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/jboss/shrinkwrap/descriptor/impl/javaee5/PersistenceUnitRefTypeImpl.html" target="_top"><B>FRAMES</B></A>
<A HREF="PersistenceUnitRefTypeImpl.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 | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
|
styleTabs.css
|
donahuedtg/dtg
|
body {font-family:Verdana Arial sans-serif;
font-size:18px;
}
.main {max-width:900px;
margin:0 auto 0 auto;
}
.tabs {margin:0;
padding:0;
}
.tabs li {float:left;
list-style:none;
margin-right:10px;
}
.tabs a {display:block;
text-decoration:none;
padding:3px 5px;
}
.tabs a.active {
background:grey;
}
.panelContainer {clear:left;
}
.panel {color:darkblue;
background:#c1ed78;
height:inherit;
}
#form { position:relative;
max-width:400px;
left:25%;
/*border:1px solid black;*/
background:#c1ed78;
}
#form p { position:relative;
left:30%;
}
#form ul li{display:block;
margin:10px 10px 10px 10px;
}
#form .input {float:right;
overflow:hidden;
}
#form .label{margin-right:10px;
}
#select {float:right;
}
#down {float:right;
}
.imgF {
width:75px;
height:75px;
position:absolute;
border:1px solid black;
margin:10px 10px 10px 10px;
}
/*.divPic{
position:absolute;
width:75px;
height:75px;
border:1px solid black;
margin:10px 10px 10px 10px;
}*/
.news{
float:right;
width:85%;
padding:10px;
text-indent:20px;
overflow:auto;
resize:vertical;
}
.news::first-letter{
font-size:20px;
}
.news::selection{
color:white;
background-color:white;
}
.news:hover { transform:scale(1.1);
background:yellowgreen;
opacity:0.7;
}
footer {padding:10px 10px 10px 10px;
background:#d95353;
text-align:right;
}
/*za AddValuta*/
#add { position:relative;
max-width:400px;
list-style-type:none;
left:25%;
/*border:1px solid black;*/
background:#c1ed78;
}
#add li{display:block;
margin:10px 10px 10px 10px;
}
#add .input {float:right;
overflow:hidden;
}
#add #btnValuta {float:right;
overflow:hidden;
}
#dictionary {
float:left;
background:yellow;
}
.clear {clear:both;
}
.letters li {
background:red;
display:inline-block;
}
|
2018.5.0/apidocs/org/wildfly/swarm/config/infinispan/cache_container/class-use/DistributedCache.html
|
wildfly-swarm/wildfly-swarm-javadocs
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_151) on Wed May 02 00:35:12 MST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.wildfly.swarm.config.infinispan.cache_container.DistributedCache (BOM: * : All 2018.5.0 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 org.wildfly.swarm.config.infinispan.cache_container.DistributedCache (BOM: * : All 2018.5.0 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/DistributedCache.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">WildFly Swarm API, 2018.5.0</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/wildfly/swarm/config/infinispan/cache_container/class-use/DistributedCache.html" target="_top">Frames</a></li>
<li><a href="DistributedCache.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.config.infinispan.cache_container.DistributedCache" class="title">Uses of Class<br>org.wildfly.swarm.config.infinispan.cache_container.DistributedCache</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/DistributedCache.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">DistributedCache</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.infinispan">org.wildfly.swarm.config.infinispan</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.wildfly.swarm.config.infinispan.cache_container">org.wildfly.swarm.config.infinispan.cache_container</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.infinispan">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/DistributedCache.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">DistributedCache</a> in <a href="../../../../../../../org/wildfly/swarm/config/infinispan/package-summary.html">org.wildfly.swarm.config.infinispan</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../org/wildfly/swarm/config/infinispan/package-summary.html">org.wildfly.swarm.config.infinispan</a> that return <a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/DistributedCache.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">DistributedCache</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/infinispan/cache_container/DistributedCache.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">DistributedCache</a></code></td>
<td class="colLast"><span class="typeNameLabel">CacheContainer.CacheContainerResources.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/infinispan/CacheContainer.CacheContainerResources.html#distributedCache-java.lang.String-">distributedCache</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> key)</code> </td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../org/wildfly/swarm/config/infinispan/package-summary.html">org.wildfly.swarm.config.infinispan</a> that return types with arguments of type <a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/DistributedCache.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">DistributedCache</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="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/DistributedCache.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">DistributedCache</a>></code></td>
<td class="colLast"><span class="typeNameLabel">CacheContainer.CacheContainerResources.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/infinispan/CacheContainer.CacheContainerResources.html#distributedCaches--">distributedCaches</a></span>()</code>
<div class="block">Get the list of DistributedCache resources</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../org/wildfly/swarm/config/infinispan/package-summary.html">org.wildfly.swarm.config.infinispan</a> with parameters of type <a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/DistributedCache.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">DistributedCache</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/infinispan/CacheContainer.html" title="type parameter in CacheContainer">T</a></code></td>
<td class="colLast"><span class="typeNameLabel">CacheContainer.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/infinispan/CacheContainer.html#distributedCache-org.wildfly.swarm.config.infinispan.cache_container.DistributedCache-">distributedCache</a></span>(<a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/DistributedCache.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">DistributedCache</a> value)</code>
<div class="block">Add the DistributedCache object to the list of subresources</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Method parameters in <a href="../../../../../../../org/wildfly/swarm/config/infinispan/package-summary.html">org.wildfly.swarm.config.infinispan</a> with type arguments of type <a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/DistributedCache.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">DistributedCache</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/infinispan/CacheContainer.html" title="type parameter in CacheContainer">T</a></code></td>
<td class="colLast"><span class="typeNameLabel">CacheContainer.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/infinispan/CacheContainer.html#distributedCaches-java.util.List-">distributedCaches</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/DistributedCache.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">DistributedCache</a>> value)</code>
<div class="block">Add all DistributedCache objects to this subresource</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.wildfly.swarm.config.infinispan.cache_container">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/DistributedCache.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">DistributedCache</a> in <a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/package-summary.html">org.wildfly.swarm.config.infinispan.cache_container</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/package-summary.html">org.wildfly.swarm.config.infinispan.cache_container</a> with type parameters of type <a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/DistributedCache.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">DistributedCache</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="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/DistributedCache.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">DistributedCache</a><T extends <a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/DistributedCache.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">DistributedCache</a><T>></span></code>
<div class="block">A distributed cache configuration.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>interface </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/DistributedCacheConsumer.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">DistributedCacheConsumer</a><T extends <a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/DistributedCache.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">DistributedCache</a><T>></span></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>interface </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/DistributedCacheSupplier.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">DistributedCacheSupplier</a><T extends <a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/DistributedCache.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">DistributedCache</a>></span></code> </td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/package-summary.html">org.wildfly.swarm.config.infinispan.cache_container</a> that return <a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/DistributedCache.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">DistributedCache</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/infinispan/cache_container/DistributedCache.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">DistributedCache</a></code></td>
<td class="colLast"><span class="typeNameLabel">DistributedCacheSupplier.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/DistributedCacheSupplier.html#get--">get</a></span>()</code>
<div class="block">Constructed instance of DistributedCache resource</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/DistributedCache.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">WildFly Swarm API, 2018.5.0</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/wildfly/swarm/config/infinispan/cache_container/class-use/DistributedCache.html" target="_top">Frames</a></li>
<li><a href="DistributedCache.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 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
|
index.html
|
telefonicaid/CrossPlatform-ClockApp
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="pragma" content="no-cache">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Clock</title>
<link rel="stylesheet" type="text/css" href="style/clock.css">
<link rel="stylesheet" type="text/css" href="style/alarm.css">
<link rel="stylesheet" type="text/css" href="style/stopwatch.css">
<link rel="stylesheet" type="text/css" href="style/timer.css">
<link rel="stylesheet" type="text/css" href="style/tabs.css">
<link rel="stylesheet" type="text/css" href="style/views.css">
<link rel="stylesheet" type="text/css" href="style/picker/value_selector.css">
<link rel="stylesheet" type="text/css" href="style/picker/picker.css">
<!-- Shared styles -->
<link rel="stylesheet" type="text/css" href="shared/style/headers.css">
<link rel="stylesheet" type="text/css" href="shared/style/status.css">
<!-- These are lazy loaded. Need to be included here so the build picks them up
<link rel="stylesheet" type="text/css" href="shared/style/input_areas.css" >
<link rel="stylesheet" type="text/css" href="shared/style/buttons.css" >
<link rel="stylesheet" type="text/css" href="shared/style/edit_mode.css" >
<link rel="stylesheet" type="text/css" href="shared/style/switches.css" >
-->
<!-- Shared sounds -->
<link rel="resources" type="directory" href="shared/resources/media/alarms/">
<!-- Localization -->
<link rel="resource" type="application/l10n" href="shared/locales/date.ini">
<link rel="resource" type="application/l10n" href="locales/locales.ini">
<script defer src="js/vendor/mapset.js"></script>
<script defer src="js/vendor/date_localeformat.js"></script>
<script defer src="shared/js/l10n.js"></script>
<script defer src="shared/js/l10n_date.js"></script>
<!-- Specific code -->
<script defer src="shared/js/lazy_loader.js"></script>
<script defer src="js/startup.js"></script>
<!-- Lazy Loaded Scripts - Include here for build process
<script defer src="shared/js/gesture_detector.js"></script>
<script defer src="shared/js/async_storage.js"></script>
<script defer src="shared/js/template.js"></script>
<script defer src="js/emitter.js"></script>
<script defer src="js/view.js"></script>
<script defer src="js/panel.js"></script>
<script defer src="js/constants.js"></script>
<script defer src="js/utils.js"></script>
<script defer src="js/alarm.js"></script>
<script defer src="js/active_alarm.js"></script>
<script defer src="js/alarmsdb.js"></script>
<script defer src="js/banner.js"></script>
<script defer src="js/clock_view.js"></script>
<script defer src="js/alarm_list.js"></script>
<script defer src="js/alarm_manager.js"></script>
<script defer src="js/stopwatch.js"></script>
<script defer src="js/stopwatch_panel.js"></script>
<script defer src="js/timer.js"></script>
<script defer src="js/tabs.js"></script>
<script defer src="js/app.js"></script>
<script defer src="js/picker/spinner.js"></script>
<script defer src="js/picker/picker.js"></script>
-->
</head>
<body>
<div id="views">
<div id="main-panel-wrapper">
<div id="alarm-panel" class="active panel">
<div id="clock-view">
<div id="analog-clock">
<div id="analog-clock-container">
<svg id="analog-clock-svg"
xmlns="http://www.w3.org/2000/svg"
version="1.1" viewBox="0 0 270 270">
<circle id="minutehandCentralPoint" cx="135" cy="135" r="9"/>
<rect id="hourhand" x="131" y="135" width="8" height="92"/>
<rect id="minutehand" x="131" y="135" width="8" height="113"/>
<!-- This is the second hand path, Thanks illustrator! -->
<path id="secondhand"
d="M142.103,135c0-3.562-3.103-6.495-6.103-6.936V0h-2v128.095c-3,0.53-5.897,3.415-5.897,6.905
s2.897,6.375,5.897,6.905V161h2v-19.064C139,141.495,142.103,138.562,142.103,135z"/>
</svg>
</div>
</div>
<div id="digital-clock">
<div id="digital-clock-container">
<div id="digital-clock-display">
<span id="clock-time"></span>
<span id="clock-hour24-state"></span>
</div>
</div>
</div>
<div id="clock-day-date"></div>
<!-- create new alarm icon -->
<button id="alarm-new"></button>
<!-- list of exisiting alarms, to be populated -->
<ul id="alarms"></ul>
</div>
<section id="banner-countdown" role="status">
<!-- this will be replaced dynamically -->
</section>
</div>
<div id="timer-panel" class="panel hidden">
<div id="timer-active">
<div id="timer-time-display">
<div id="timer-time">00:00</div>
<menu id="timer-controls">
<button id="timer-start" class="edit-button" data-l10n-id="resume">
Resume
</button>
<button id="timer-pause" class="edit-button" data-l10n-id="pause">
Pause
</button>
<button id="timer-cancel" class="danger" data-l10n-id="cancel">
Cancel
</button>
</menu>
</div>
</div>
<div id="timer-dialog" class="panel">
<div id="value-selector">
<!-- Time Picker -->
<div id="time-picker" data-type="picker">
<div class="picker-container">
<div class="picker-bar-background"></div>
<div class="picker-hours-wrapper">
<div class="picker-hours">
</div>
</div>
<div class="picker-minutes-wrapper">
<div class="picker-minutes">
</div>
</div>
<div class="picker-seconds-wrapper">
<div class="picker-seconds">
</div>
</div>
<div class="value-indicator">
<div class="value-indicator-colon">:</div>
<div class="value-indicator-period">.</div>
</div>
</div>
</div>
<ul id="timer-edit">
<li>
<button id="timer-create" class="recommend full" data-l10n-id="start">
Start
</button>
</li>
<li>
<span data-l10n-id="sound">Sound:</span>
<select id="timer-sound">
<option value="0" data-l10n-id="noSound">No Sound</option>
<option value="ac_classic_clock_alarm.opus" data-l10n-id="ac_classic_clock_alarm_opus"></option>
<option value="ac_classic_clock_alarm_prog.opus" data-l10n-id="ac_classic_clock_alarm_prog_opus"></option>
<option value="ac_classic_clock_radio.opus" data-l10n-id="ac_classic_clock_radio_opus"></option>
<option value="ac_normal_gem_echoes.opus" data-l10n-id="ac_normal_gem_echoes_opus"></option>
<option value="ac_normal_ringing_strings.opus" data-l10n-id="ac_normal_ringing_strings_opus"></option>
<option value="ac_soft_humming_waves.opus" data-l10n-id="ac_soft_humming_waves_opus"></option>
<option value="ac_soft_into_the_void.opus" data-l10n-id="ac_soft_into_the_void_opus"></option>
<option value="ac_soft_smooth_strings.opus" data-l10n-id="ac_soft_smooth_strings_opus"></option>
</select>
</li>
<li>
<span data-l10n-id="vibrate">Vibrate:</span>
<label class="pack-switch">
<input type="checkbox" id="timer-vibrate" checked class="uninit" />
<span></span>
</label>
</li>
</ul>
</div>
</div>
</div>
<div id="stopwatch-panel" class="panel hidden">
<div class="stopwatch-time"></div>
<menu id="stopwatch-controls">
<button class="stopwatch-start edit-button" data-l10n-id="start">Start</button>
<button class="stopwatch-pause edit-button recommend" data-l10n-id="pause">Pause</button>
<button class="stopwatch-resume edit-button" data-l10n-id="resume">Resume</button>
<button class="stopwatch-reset edit-button danger" data-l10n-id="reset">Reset</button>
<button class="stopwatch-lap edit-button" data-l10n-id="lap">Lap</button>
</menu>
<div class="stopwatch-lap-list">
<!-- list of exisiting alarms, to be populated -->
<ul class="stopwatch-laps"></ul>
</div>
</div>
</div>
<form id="alarm-edit-panel" role="dialog" class="panel hidden" data-type="edit">
<header>
<button id="alarm-close"><span class="icon icon-close"></span></button>
<menu type="toolbar">
<button id="alarm-done" data-l10n-id="done"></button>
</menu>
<h1 id="alarm-title"></h1>
</header>
<ul id="edit-alarm" class="compact">
<li>
<input type="text" name="alarm.label" data-l10n-id="alarmName" placeholder="Alarm name" maxLength="50" />
</li>
<li>
<label data-l10n-id="time">Time</label>
<input id="time-select" type="time" />
<button id="time-menu" class="icon icon-dialog"></button>
</li>
<li>
<label data-l10n-id="repeat">Repeat</label>
<select id="repeat-select" multiple="true">
<option value="0" data-l10n-id="weekday-1-long">Monday</option>
<option value="1" data-l10n-id="weekday-2-long">Tuesday</option>
<option value="2" data-l10n-id="weekday-3-long">Wednesday</option>
<option value="3" data-l10n-id="weekday-4-long">Thursday</option>
<option value="4" data-l10n-id="weekday-5-long">Friday</option>
<option value="5" data-l10n-id="weekday-6-long">Saturday</option>
<option value="6" data-l10n-id="weekday-0-long">Sunday</option>
</select>
<button id="repeat-menu" class="icon icon-dialog" data-l10n-id="never">Never</button>
</li>
<li>
<label data-l10n-id="sound">Sound</label>
<select id="sound-select">
<option value="0" data-l10n-id="noSound">No Sound</option>
<option value="ac_classic_clock_alarm.opus" data-l10n-id="ac_classic_clock_alarm_opus"></option>
<option value="ac_classic_clock_alarm_prog.opus" data-l10n-id="ac_classic_clock_alarm_prog_opus"></option>
<option value="ac_classic_clock_radio.opus" data-l10n-id="ac_classic_clock_radio_opus"></option>
<option value="ac_normal_gem_echoes.opus" data-l10n-id="ac_normal_gem_echoes_opus"></option>
<option value="ac_normal_ringing_strings.opus" data-l10n-id="ac_normal_ringing_strings_opus"></option>
<option value="ac_soft_humming_waves.opus" data-l10n-id="ac_soft_humming_waves_opus"></option>
<option value="ac_soft_into_the_void.opus" data-l10n-id="ac_soft_into_the_void_opus"></option>
<option value="ac_soft_smooth_strings.opus" data-l10n-id="ac_soft_smooth_strings_opus"></option>
</select>
<button id="sound-menu" class="icon icon-dialog"></button>
</li>
<li>
<label data-l10n-id="vibrate">Vibrate</label>
<select id="vibrate-select">
<option value="1" data-l10n-id="vibrateOn">On</option>
<option value="0" data-l10n-id="vibrateOff">Off</option>
</select>
<button id="vibrate-menu" class="icon icon-dialog" data-l10n-id="vibrateOn">On</button>
</li>
<li>
<label class="view-alarm-lbl snooze-lbl" data-l10n-id="snooze">Snooze</label>
<select id="snooze-select">
<option data-l10n-id="nMinutes" data-l10n-args='{"n": "5"}' value="5"> 5 minutes</option>
<option data-l10n-id="nMinutes" data-l10n-args='{"n": "10"}' value="10">10 minutes</option>
<option data-l10n-id="nMinutes" data-l10n-args='{"n": "15"}' value="15">15 minutes</option>
<option data-l10n-id="nMinutes" data-l10n-args='{"n": "20"}' value="20">20 minutes</option>
</select>
<button id="snooze-menu" class="icon icon-dialog" data-l10n-id="nMinutes" data-l10n-args='{"n": "5"}'>5 minutes</button>
</li>
</ul>
<menu id="delete-menu">
<button id="alarm-delete" class="danger full" data-l10n-id="delete">Delete</button>
</menu>
</form>
</div>
<ul role="tablist" class="bottom" data-items="3" id="clock-tabs">
<li id="alarm-tab" role="tab" aria-selected="true"><a href="#alarm-panel" data-l10n-id="alarm">Alarm</a></li>
<li id="timer-tab" role="tab"><a href="#timer-panel" data-l10n-id="timer">Timer</a></li>
<li id="stopwatch-tab" role="tab"><a href="#stopwatch-panel" data-l10n-id="stopwatch">Stopwatch</a></li>
</ul>
<div id="alarm-list-item-tmpl" class="hide">
<!--
<label class="alarmList alarmEnable">
<input class="input-enable" data-id="${id}" type="checkbox" ${checked}>
<span></span>
</label>
<a href="#alarm-edit-panel" class="alarm-item${withRepeat}" data-id="${id}">
<span class="time">
${time} <span class="period">${meridian}</span>
</span>
<span class="label">${label}</span>
<span class="repeat">${repeat}</span>
</a>
-->
</div>
<div id="banner-tmpl" class="hide">
<!--
<p>${notice}</p>
-->
</div>
<div id="lap-list-item-tmpl" class="hide">
<!--
<div class="lap-name">
Lap ${num}
</div>
<div class="lap-duration">
${time}
</div>
-->
</div>
<div id="picker-unit-tmpl" class="hide">
<!--
<div class="picker-unit">${unit}</div>
-->
</div>
</body>
</html>
|
app/views/template.scala.html
|
BonarBeavis/veritask
|
@(task: Task)(content: Html)
<ul>
<li>@task._id.toString</li>
<li>@task.taskset_id.toString</li>
<li>@content</li>
</ul>
|
doc/api/org/jboss/netty/handler/codec/http/websocket/package-use.html
|
whg333/netty-3.2.5.Final
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_26) on Tue Aug 02 10:49:04 KST 2011 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Package org.jboss.netty.handler.codec.http.websocket (The Netty Project API Reference (3.2.5.Final))
</TITLE>
<META NAME="date" CONTENT="2011-08-02">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Package org.jboss.netty.handler.codec.http.websocket (The Netty Project API Reference (3.2.5.Final))";
}
}
</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"> <FONT CLASS="NavBarFont1">Class</FONT> </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/jboss/netty/handler/codec/http/websocket/package-use.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-use.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 Package<br>org.jboss.netty.handler.codec.http.websocket</B></H2>
</CENTER>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Packages that use <A HREF="../../../../../../../org/jboss/netty/handler/codec/http/websocket/package-summary.html">org.jboss.netty.handler.codec.http.websocket</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.jboss.netty.handler.codec.http.websocket"><B>org.jboss.netty.handler.codec.http.websocket</B></A></TD>
<TD>Encoder, decoder and their related message types for
<a href="http://en.wikipedia.org/wiki/Web_Sockets">Web Socket</a> data frames. </TD>
</TR>
</TABLE>
<P>
<A NAME="org.jboss.netty.handler.codec.http.websocket"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Classes in <A HREF="../../../../../../../org/jboss/netty/handler/codec/http/websocket/package-summary.html">org.jboss.netty.handler.codec.http.websocket</A> used by <A HREF="../../../../../../../org/jboss/netty/handler/codec/http/websocket/package-summary.html">org.jboss.netty.handler.codec.http.websocket</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../../../../../org/jboss/netty/handler/codec/http/websocket/class-use/WebSocketFrame.html#org.jboss.netty.handler.codec.http.websocket"><B>WebSocketFrame</B></A></B>
<BR>
A Web Socket frame that represents either text or binary data.</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"> <FONT CLASS="NavBarFont1">Class</FONT> </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/jboss/netty/handler/codec/http/websocket/package-use.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-use.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 © 2008-2011 <a href="http://www.jboss.org">JBoss, a division of Red Hat, Inc.</a>. All Rights Reserved.
</BODY>
</HTML>
|
doc/help-doc.html
|
DeuceSTM/DeuceSTM
|
<!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_16) on Sat Mar 06 22:12:21 IST 2010 -->
<TITLE>
API Help
</TITLE>
<META NAME="date" CONTENT="2010-03-06">
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="API Help";
}
}
</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="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Help</B></FONT> </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?help-doc.html" target="_top"><B>FRAMES</B></A>
<A HREF="help-doc.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>
<H1>
How This API Document Is Organized</H1>
</CENTER>
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.<H3>
Overview</H3>
<BLOCKQUOTE>
<P>
The <A HREF="overview-summary.html">Overview</A> page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.</BLOCKQUOTE>
<H3>
Package</H3>
<BLOCKQUOTE>
<P>
Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain four categories:<UL>
<LI>Interfaces (italic)<LI>Classes<LI>Enums<LI>Exceptions<LI>Errors<LI>Annotation Types</UL>
</BLOCKQUOTE>
<H3>
Class/Interface</H3>
<BLOCKQUOTE>
<P>
Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:<UL>
<LI>Class inheritance diagram<LI>Direct Subclasses<LI>All Known Subinterfaces<LI>All Known Implementing Classes<LI>Class/interface declaration<LI>Class/interface description
<P>
<LI>Nested Class Summary<LI>Field Summary<LI>Constructor Summary<LI>Method Summary
<P>
<LI>Field Detail<LI>Constructor Detail<LI>Method Detail</UL>
Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.</BLOCKQUOTE>
</BLOCKQUOTE>
<H3>
Annotation Type</H3>
<BLOCKQUOTE>
<P>
Each annotation type has its own separate page with the following sections:<UL>
<LI>Annotation Type declaration<LI>Annotation Type description<LI>Required Element Summary<LI>Optional Element Summary<LI>Element Detail</UL>
</BLOCKQUOTE>
</BLOCKQUOTE>
<H3>
Enum</H3>
<BLOCKQUOTE>
<P>
Each enum has its own separate page with the following sections:<UL>
<LI>Enum declaration<LI>Enum description<LI>Enum Constant Summary<LI>Enum Constant Detail</UL>
</BLOCKQUOTE>
<H3>
Use</H3>
<BLOCKQUOTE>
Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.</BLOCKQUOTE>
<H3>
Tree (Class Hierarchy)</H3>
<BLOCKQUOTE>
There is a <A HREF="overview-tree.html">Class Hierarchy</A> page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with <code>java.lang.Object</code>. The interfaces do not inherit from <code>java.lang.Object</code>.<UL>
<LI>When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.<LI>When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.</UL>
</BLOCKQUOTE>
<H3>
Deprecated API</H3>
<BLOCKQUOTE>
The <A HREF="deprecated-list.html">Deprecated API</A> page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.</BLOCKQUOTE>
<H3>
Index</H3>
<BLOCKQUOTE>
The <A HREF="index-files/index-1.html">Index</A> contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.</BLOCKQUOTE>
<H3>
Prev/Next</H3>
These links take you to the next or previous class, interface, package, or related page.<H3>
Frames/No Frames</H3>
These links show and hide the HTML frames. All pages are available with or without frames.
<P>
<H3>
Serialized Form</H3>
Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.
<P>
<H3>
Constant Field Values</H3>
The <a href="constant-values.html">Constant Field Values</a> page lists the static final fields and their values.
<P>
<FONT SIZE="-1">
<EM>
This help file applies to API documentation generated using the standard doclet.</EM>
</FONT>
<BR>
<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="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Help</B></FONT> </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?help-doc.html" target="_top"><B>FRAMES</B></A>
<A HREF="help-doc.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>
</BODY>
</HTML>
|
docs/api/org/apache/hadoop/mapreduce/lib/map/class-use/TokenCounterMapper.html
|
davidl1/hortonworks-extension
|
<!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 00:28:20 PDT 2012 -->
<TITLE>
Uses of Class org.apache.hadoop.mapreduce.lib.map.TokenCounterMapper (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.mapreduce.lib.map.TokenCounterMapper (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/mapreduce/lib/map/TokenCounterMapper.html" title="class in org.apache.hadoop.mapreduce.lib.map"><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/mapreduce/lib/map//class-useTokenCounterMapper.html" target="_top"><B>FRAMES</B></A>
<A HREF="TokenCounterMapper.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.mapreduce.lib.map.TokenCounterMapper</B></H2>
</CENTER>
No usage of org.apache.hadoop.mapreduce.lib.map.TokenCounterMapper
<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/mapreduce/lib/map/TokenCounterMapper.html" title="class in org.apache.hadoop.mapreduce.lib.map"><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/mapreduce/lib/map//class-useTokenCounterMapper.html" target="_top"><B>FRAMES</B></A>
<A HREF="TokenCounterMapper.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>
|
public/scaladoc/2.2.6/org/scalatest/PrivateMethodTester$PrivateMethod$.html
|
scalatest/scalatest-website
|
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
<title>PrivateMethod - ScalaTest 2.2.6 - org.scalatest.PrivateMethodTester.PrivateMethod</title>
<meta name="description" content="PrivateMethod - ScalaTest 2.2.6 - org.scalatest.PrivateMethodTester.PrivateMethod" />
<meta name="keywords" content="PrivateMethod ScalaTest 2.2.6 org.scalatest.PrivateMethodTester.PrivateMethod" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link href="../../lib/template.css" media="screen" type="text/css" rel="stylesheet" />
<link href="../../lib/diagrams.css" media="screen" type="text/css" rel="stylesheet" id="diagrams-css" />
<script type="text/javascript" src="../../lib/jquery.js" id="jquery-js"></script>
<script type="text/javascript" src="../../lib/jquery-ui.js"></script>
<script type="text/javascript" src="../../lib/template.js"></script>
<script type="text/javascript" src="../../lib/tools.tooltip.js"></script>
<script type="text/javascript">
if(top === self) {
var url = '../../index.html';
var hash = 'org.scalatest.PrivateMethodTester$PrivateMethod$';
var anchor = window.location.hash;
var anchor_opt = '';
if (anchor.length >= 1)
anchor_opt = '@' + anchor.substring(1);
window.location.href = url + '#' + hash + anchor_opt;
}
</script>
</head>
<body class="value">
<!-- Top of doc.scalatest.org [javascript] -->
<script type="text/javascript">
var rnd = window.rnd || Math.floor(Math.random()*10e6);
var pid204546 = window.pid204546 || rnd;
var plc204546 = window.plc204546 || 0;
var abkw = window.abkw || '';
var absrc = 'http://ab167933.adbutler-ikon.com/adserve/;ID=167933;size=468x60;setID=204546;type=js;sw='+screen.width+';sh='+screen.height+';spr='+window.devicePixelRatio+';kw='+abkw+';pid='+pid204546+';place='+(plc204546++)+';rnd='+rnd+';click=CLICK_MACRO_PLACEHOLDER';
document.write('<scr'+'ipt src="'+absrc+'" type="text/javascript"></scr'+'ipt>');
</script>
<div id="definition">
<a href="PrivateMethodTester$PrivateMethod.html" title="Go to companion"><img src="../../lib/object_to_class_big.png" /></a>
<p id="owner"><a href="../package.html" class="extype" name="org">org</a>.<a href="package.html" class="extype" name="org.scalatest">scalatest</a>.<a href="PrivateMethodTester.html" class="extype" name="org.scalatest.PrivateMethodTester">PrivateMethodTester</a></p>
<h1><a href="PrivateMethodTester$PrivateMethod.html" title="Go to companion">PrivateMethod</a></h1>
</div>
<h4 id="signature" class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">object</span>
</span>
<span class="symbol">
<span class="name">PrivateMethod</span>
</span>
</h4>
<div id="comment" class="fullcommenttop"><div class="comment cmt"><p>Contains a factory method for instantiating <code>PrivateMethod</code> objects.
</p></div><dl class="attributes block"> <dt>Source</dt><dd><a href="https://github.com/scalatest/scalatest/tree/release-2.2.6-for-scala-2.11-and-2.10/src/main/scala/org/scalatest/PrivateMethodTester.scala" target="_blank">PrivateMethodTester.scala</a></dd></dl><div class="toggleContainer block">
<span class="toggle">Linear Supertypes</span>
<div class="superTypes hiddenContent"><span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div>
</div></div>
<div id="mbrsel">
<div id="textfilter"><span class="pre"></span><span class="input"><input id="mbrsel-input" type="text" accesskey="/" /></span><span class="post"></span></div>
<div id="order">
<span class="filtertype">Ordering</span>
<ol>
<li class="alpha in"><span>Alphabetic</span></li>
<li class="inherit out"><span>By inheritance</span></li>
</ol>
</div>
<div id="ancestors">
<span class="filtertype">Inherited<br />
</span>
<ol id="linearization">
<li class="in" name="org.scalatest.PrivateMethodTester.PrivateMethod"><span>PrivateMethod</span></li><li class="in" name="scala.AnyRef"><span>AnyRef</span></li><li class="in" name="scala.Any"><span>Any</span></li>
</ol>
</div><div id="ancestors">
<span class="filtertype"></span>
<ol>
<li class="hideall out"><span>Hide All</span></li>
<li class="showall in"><span>Show all</span></li>
</ol>
<a href="http://docs.scala-lang.org/overviews/scaladoc/usage.html#members" target="_blank">Learn more about member selection</a>
</div>
<div id="visbl">
<span class="filtertype">Visibility</span>
<ol><li class="public in"><span>Public</span></li><li class="all out"><span>All</span></li></ol>
</div>
</div>
<div id="template">
<div id="allMembers">
<div id="values" class="values members">
<h3>Value Members</h3>
<ol><li name="scala.AnyRef#!=" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="!=(x$1:AnyRef):Boolean"></a>
<a id="!=(AnyRef):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $bang$eq" class="name">!=</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.Any#!=" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="!=(x$1:Any):Boolean"></a>
<a id="!=(Any):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $bang$eq" class="name">!=</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li name="scala.AnyRef###" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="##():Int"></a>
<a id="##():Int"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $hash$hash" class="name">##</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef#==" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="==(x$1:AnyRef):Boolean"></a>
<a id="==(AnyRef):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $eq$eq" class="name">==</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.Any#==" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="==(x$1:Any):Boolean"></a>
<a id="==(Any):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $eq$eq" class="name">==</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li name="org.scalatest.PrivateMethodTester.PrivateMethod#apply" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="apply[T](methodName:Symbol):PrivateMethodTester.this.PrivateMethod[T]"></a>
<a id="apply[T](Symbol):PrivateMethod[T]"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">apply</span><span class="tparams">[<span name="T">T</span>]</span><span class="params">(<span name="methodName">methodName: <span class="extype" name="scala.Symbol">Symbol</span></span>)</span><span class="result">: <a href="PrivateMethodTester$PrivateMethod.html" class="extype" name="org.scalatest.PrivateMethodTester.PrivateMethod">PrivateMethod</a>[<span class="extype" name="org.scalatest.PrivateMethodTester.PrivateMethod.apply.T">T</span>]</span>
</span>
</h4>
<p class="shortcomment cmt">Construct a new <code>PrivateMethod</code> object with passed <code>methodName</code> symbol.</p><div class="fullcomment"><div class="comment cmt"><p>Construct a new <code>PrivateMethod</code> object with passed <code>methodName</code> symbol.
The type parameter, <code>T</code>, is the return type of the private method.
</p></div><dl class="paramcmts block"><dt class="param">methodName</dt><dd class="cmt"><p>a <code>Symbol</code> representing the name of the private method to invoke</p></dd></dl><dl class="attributes block"> <dt>Exceptions thrown</dt><dd><span class="cmt">NullPointerException<p>if <code>methodName</code> is <code>null</code>
</p></span></dd></dl></div>
</li><li name="scala.Any#asInstanceOf" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="asInstanceOf[T0]:T0"></a>
<a id="asInstanceOf[T0]:T0"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">asInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Any.asInstanceOf.T0">T0</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li name="scala.AnyRef#clone" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="clone():Object"></a>
<a id="clone():AnyRef"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">clone</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.AnyRef">AnyRef</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">()</span>
</dd></dl></div>
</li><li name="scala.AnyRef#eq" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="eq(x$1:AnyRef):Boolean"></a>
<a id="eq(AnyRef):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">eq</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#equals" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="equals(x$1:Any):Boolean"></a>
<a id="equals(Any):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">equals</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef#finalize" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="finalize():Unit"></a>
<a id="finalize():Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">()</span>
</dd></dl></div>
</li><li name="scala.AnyRef#getClass" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="getClass():Class[_]"></a>
<a id="getClass():Class[_]"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef#hashCode" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="hashCode():Int"></a>
<a id="hashCode():Int"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">hashCode</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.Any#isInstanceOf" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="isInstanceOf[T0]:Boolean"></a>
<a id="isInstanceOf[T0]:Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">isInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li name="scala.AnyRef#ne" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="ne(x$1:AnyRef):Boolean"></a>
<a id="ne(AnyRef):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">ne</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#notify" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notify():Unit"></a>
<a id="notify():Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#notifyAll" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notifyAll():Unit"></a>
<a id="notifyAll():Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#synchronized" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="synchronized[T0](x$1:=>T0):T0"></a>
<a id="synchronized[T0](⇒T0):T0"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">synchronized</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="params">(<span name="arg0">arg0: ⇒ <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span>)</span><span class="result">: <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#toString" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="toString():String"></a>
<a id="toString():String"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">toString</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.String">String</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="wait():Unit"></a>
<a id="wait():Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">()</span>
</dd></dl></div>
</li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="wait(x$1:Long,x$2:Int):Unit"></a>
<a id="wait(Long,Int):Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>, <span name="arg1">arg1: <span class="extype" name="scala.Int">Int</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">()</span>
</dd></dl></div>
</li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="wait(x$1:Long):Unit"></a>
<a id="wait(Long):Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">()</span>
</dd></dl></div>
</li></ol>
</div>
</div>
<div id="inheritedMembers">
<div class="parent" name="scala.AnyRef">
<h3>Inherited from <span class="extype" name="scala.AnyRef">AnyRef</span></h3>
</div><div class="parent" name="scala.Any">
<h3>Inherited from <span class="extype" name="scala.Any">Any</span></h3>
</div>
</div>
<div id="groupedMembers">
<div class="group" name="Ungrouped">
<h3>Ungrouped</h3>
</div>
</div>
</div>
<div id="tooltip"></div>
<div id="footer"> </div>
</body>
</html>
|
Instalacion/javadoc/org/apache/cassandra/repair/package-summary.html
|
Jcamilorada/Cassandra
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_25) on Fri Jun 05 10:51:21 EDT 2015 -->
<title>org.apache.cassandra.repair (apache-cassandra API)</title>
<meta name="date" content="2015-06-05">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.apache.cassandra.repair (apache-cassandra API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/cassandra/notifications/package-summary.html">Prev Package</a></li>
<li><a href="../../../../org/apache/cassandra/repair/messages/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/cassandra/repair/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.apache.cassandra.repair</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation">
<caption><span>Interface Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/cassandra/repair/IRepairJobEventListener.html" title="interface in org.apache.cassandra.repair">IRepairJobEventListener</a></td>
<td class="colLast">
<div class="block">Implemented by the RepairSession to accept callbacks from sequential snapshot creation failure.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/cassandra/repair/IRequestCoordinator.html" title="interface in org.apache.cassandra.repair">IRequestCoordinator</a><R></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/cassandra/repair/IRequestProcessor.html" title="interface in org.apache.cassandra.repair">IRequestProcessor</a><R></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
<caption><span>Class Summary</span><span class="tabEnd"> </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/apache/cassandra/repair/AnticompactionTask.html" title="class in org.apache.cassandra.repair">AnticompactionTask</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/cassandra/repair/AnticompactionTask.AnticompactionCallback.html" title="class in org.apache.cassandra.repair">AnticompactionTask.AnticompactionCallback</a></td>
<td class="colLast">
<div class="block">Callback for antitcompaction request.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/cassandra/repair/DatacenterAwareRequestCoordinator.html" title="class in org.apache.cassandra.repair">DatacenterAwareRequestCoordinator</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/cassandra/repair/Differencer.html" title="class in org.apache.cassandra.repair">Differencer</a></td>
<td class="colLast">
<div class="block">Runs on the node that initiated a request to compare two trees, and launch repairs for disagreeing ranges.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/cassandra/repair/NodePair.html" title="class in org.apache.cassandra.repair">NodePair</a></td>
<td class="colLast">
<div class="block">NodePair is used for repair message body to indicate the pair of nodes.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/cassandra/repair/NodePair.NodePairSerializer.html" title="class in org.apache.cassandra.repair">NodePair.NodePairSerializer</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/cassandra/repair/ParallelRequestCoordinator.html" title="class in org.apache.cassandra.repair">ParallelRequestCoordinator</a><R></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/cassandra/repair/RepairFuture.html" title="class in org.apache.cassandra.repair">RepairFuture</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/cassandra/repair/RepairJob.html" title="class in org.apache.cassandra.repair">RepairJob</a></td>
<td class="colLast">
<div class="block">RepairJob runs repair on given ColumnFamily.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/cassandra/repair/RepairJobDesc.html" title="class in org.apache.cassandra.repair">RepairJobDesc</a></td>
<td class="colLast">
<div class="block">RepairJobDesc is used from various repair processes to distinguish one RepairJob to another.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/cassandra/repair/RepairMessageVerbHandler.html" title="class in org.apache.cassandra.repair">RepairMessageVerbHandler</a></td>
<td class="colLast">
<div class="block">Handles all repair related message.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/cassandra/repair/RepairSession.html" title="class in org.apache.cassandra.repair">RepairSession</a></td>
<td class="colLast">
<div class="block">Coordinates the (active) repair of a token range.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/cassandra/repair/SequentialRequestCoordinator.html" title="class in org.apache.cassandra.repair">SequentialRequestCoordinator</a><R></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/cassandra/repair/SnapshotTask.html" title="class in org.apache.cassandra.repair">SnapshotTask</a></td>
<td class="colLast">
<div class="block">SnapshotTask is a task that sends snapshot request.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/cassandra/repair/StreamingRepairTask.html" title="class in org.apache.cassandra.repair">StreamingRepairTask</a></td>
<td class="colLast">
<div class="block">Task that make two nodes exchange (stream) some ranges (for a given table/cf).</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/cassandra/repair/TreeResponse.html" title="class in org.apache.cassandra.repair">TreeResponse</a></td>
<td class="colLast">
<div class="block">Merkle tree response sent from given endpoint.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/cassandra/repair/Validator.html" title="class in org.apache.cassandra.repair">Validator</a></td>
<td class="colLast">
<div class="block">Handles the building of a merkle tree for a column family.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Summary table, listing enums, and an explanation">
<caption><span>Enum Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Enum</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/cassandra/repair/RepairParallelism.html" title="enum in org.apache.cassandra.repair">RepairParallelism</a></td>
<td class="colLast">
<div class="block">Specify the degree of parallelism when calculating the merkle trees in a repair job.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/cassandra/notifications/package-summary.html">Prev Package</a></li>
<li><a href="../../../../org/apache/cassandra/repair/messages/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/cassandra/repair/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2015 The Apache Software Foundation</small></p>
</body>
</html>
|
20160628/HandleEvent/index.html
|
plter/HTML5Course20160612
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<script src="Rect.js"></script>
</head>
<body>
<canvas width="550" height="400" id="canvas"></canvas>
<script src="main.js"></script>
</body>
</html>
|
doc/xref/org/jboss/netty/example/http/websocketx/server/package-summary.html
|
anmei/netty-3.10.1.Final
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
<html xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>Netty Source Xref (3.10.1.Final) Package org.jboss.netty.example.http.websocketx.server</title>
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="style" />
</head>
<body>
<div class="overview">
<ul>
<li>
<a href="../../../../../../../overview-summary.html">Overview</a>
</li>
<li class="selected">Package</li>
</ul>
</div>
<div class="framenoframe">
<ul>
<li>
<a href="../../../../../../../index.html" target="_top">FRAMES</a>
</li>
<li>
<a href="package-summary.html" target="_top">NO FRAMES</a>
</li>
</ul>
</div>
<h2>Package org.jboss.netty.example.http.websocketx.server</h2>
<table class="summary">
<thead>
<tr>
<th>Class Summary</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a href="WebSocketServer.html" target="classFrame">WebSocketServer</a>
</td>
</tr>
<tr>
<td>
<a href="WebSocketServerHandler.html" target="classFrame">WebSocketServerHandler</a>
</td>
</tr>
<tr>
<td>
<a href="WebSocketServerIndexPage.html" target="classFrame">WebSocketServerIndexPage</a>
</td>
</tr>
<tr>
<td>
<a href="WebSocketServerPipelineFactory.html" target="classFrame">WebSocketServerPipelineFactory</a>
</td>
</tr>
</tbody>
</table>
<div class="overview">
<ul>
<li>
<a href="../../../../../../../overview-summary.html">Overview</a>
</li>
<li class="selected">Package</li>
</ul>
</div>
<div class="framenoframe">
<ul>
<li>
<a href="../../../../../../../index.html" target="_top">FRAMES</a>
</li>
<li>
<a href="package-summary.html" target="_top">NO FRAMES</a>
</li>
</ul>
</div>
<hr />
Copyright © 2008-2015 The Netty Project. All Rights Reserved.
</body>
</html>
|
footer.html
|
cskickstart/cskickstart.github.io
|
<link href="css/stickyfooter.css" rel="stylesheet">
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-md-4">
<span class="copyright">Copyright © CS KickStart 2015</span>
</div>
<div class="col-md-4">
<ul class="list-inline social-buttons">
<li><a href="https://www.facebook.com/CS.KickStart/?fref=ts" target="blank"><i class="fa fa-facebook"></i></a>
</li>
<li><a href="https://www.linkedin.com/groups/6952434/" target="blank"><i class="fa fa-linkedin"></i></a>
</li>
</ul>
</div>
<div class="col-md-4">
<ul class="list-inline quicklinks">
<li><a href="http://www.berkeley.edu/" target="blank">University of California, Berkeley</a>
</li>
<li>·</li>
<li><a href="http://www.eecs.berkeley.edu/" target="blank">EECS</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
|
pages/tables.html
|
hlavi01/pianos
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Drnek piana - CRM</title>
<!-- Bootstrap Core CSS -->
<link href="../bower_components/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- MetisMenu CSS -->
<link href="../bower_components/metisMenu/dist/metisMenu.min.css" rel="stylesheet">
<!-- DataTables CSS -->
<link href="../bower_components/datatables-plugins/integration/bootstrap/3/dataTables.bootstrap.css" rel="stylesheet">
<!-- DataTables Responsive CSS -->
<link href="../bower_components/datatables-responsive/css/dataTables.responsive.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="../dist/css/sb-admin-2.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="../bower_components/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div id="wrapper">
<!-- Navigation -->
<nav class="navbar navbar-default navbar-static-top" role="navigation" style="margin-bottom: 0">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">Drnek piana - CRM</a>
</div>
<!-- /.navbar-header -->
<ul class="nav navbar-top-links navbar-right">
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
<i class="fa fa-envelope fa-fw"></i> <i class="fa fa-caret-down"></i>
</a>
<ul class="dropdown-menu dropdown-messages">
<li>
<a href="#">
<div>
<strong>John Smith</strong>
<span class="pull-right text-muted">
<em>Yesterday</em>
</span>
</div>
<div>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque eleifend...</div>
</a>
</li>
<li class="divider"></li>
<li>
<a href="#">
<div>
<strong>John Smith</strong>
<span class="pull-right text-muted">
<em>Yesterday</em>
</span>
</div>
<div>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque eleifend...</div>
</a>
</li>
<li class="divider"></li>
<li>
<a href="#">
<div>
<strong>John Smith</strong>
<span class="pull-right text-muted">
<em>Yesterday</em>
</span>
</div>
<div>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque eleifend...</div>
</a>
</li>
<li class="divider"></li>
<li>
<a class="text-center" href="#">
<strong>Read All Messages</strong>
<i class="fa fa-angle-right"></i>
</a>
</li>
</ul>
<!-- /.dropdown-messages -->
</li>
<!-- /.dropdown -->
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
<i class="fa fa-tasks fa-fw"></i> <i class="fa fa-caret-down"></i>
</a>
<ul class="dropdown-menu dropdown-tasks">
<li>
<a href="#">
<div>
<p>
<strong>Task 1</strong>
<span class="pull-right text-muted">40% Complete</span>
</p>
<div class="progress progress-striped active">
<div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100" style="width: 40%">
<span class="sr-only">40% Complete (success)</span>
</div>
</div>
</div>
</a>
</li>
<li class="divider"></li>
<li>
<a href="#">
<div>
<p>
<strong>Task 2</strong>
<span class="pull-right text-muted">20% Complete</span>
</p>
<div class="progress progress-striped active">
<div class="progress-bar progress-bar-info" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100" style="width: 20%">
<span class="sr-only">20% Complete</span>
</div>
</div>
</div>
</a>
</li>
<li class="divider"></li>
<li>
<a href="#">
<div>
<p>
<strong>Task 3</strong>
<span class="pull-right text-muted">60% Complete</span>
</p>
<div class="progress progress-striped active">
<div class="progress-bar progress-bar-warning" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%">
<span class="sr-only">60% Complete (warning)</span>
</div>
</div>
</div>
</a>
</li>
<li class="divider"></li>
<li>
<a href="#">
<div>
<p>
<strong>Task 4</strong>
<span class="pull-right text-muted">80% Complete</span>
</p>
<div class="progress progress-striped active">
<div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100" style="width: 80%">
<span class="sr-only">80% Complete (danger)</span>
</div>
</div>
</div>
</a>
</li>
<li class="divider"></li>
<li>
<a class="text-center" href="#">
<strong>See All Tasks</strong>
<i class="fa fa-angle-right"></i>
</a>
</li>
</ul>
<!-- /.dropdown-tasks -->
</li>
<!-- /.dropdown -->
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
<i class="fa fa-bell fa-fw"></i> <i class="fa fa-caret-down"></i>
</a>
<ul class="dropdown-menu dropdown-alerts">
<li>
<a href="#">
<div>
<i class="fa fa-comment fa-fw"></i> New Comment
<span class="pull-right text-muted small">4 minutes ago</span>
</div>
</a>
</li>
<li class="divider"></li>
<li>
<a href="#">
<div>
<i class="fa fa-twitter fa-fw"></i> 3 New Followers
<span class="pull-right text-muted small">12 minutes ago</span>
</div>
</a>
</li>
<li class="divider"></li>
<li>
<a href="#">
<div>
<i class="fa fa-envelope fa-fw"></i> Message Sent
<span class="pull-right text-muted small">4 minutes ago</span>
</div>
</a>
</li>
<li class="divider"></li>
<li>
<a href="#">
<div>
<i class="fa fa-tasks fa-fw"></i> New Task
<span class="pull-right text-muted small">4 minutes ago</span>
</div>
</a>
</li>
<li class="divider"></li>
<li>
<a href="#">
<div>
<i class="fa fa-upload fa-fw"></i> Server Rebooted
<span class="pull-right text-muted small">4 minutes ago</span>
</div>
</a>
</li>
<li class="divider"></li>
<li>
<a class="text-center" href="#">
<strong>See All Alerts</strong>
<i class="fa fa-angle-right"></i>
</a>
</li>
</ul>
<!-- /.dropdown-alerts -->
</li>
<!-- /.dropdown -->
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
<i class="fa fa-user fa-fw"></i> <i class="fa fa-caret-down"></i>
</a>
<ul class="dropdown-menu dropdown-user">
<li><a href="#"><i class="fa fa-user fa-fw"></i> User Profile</a>
</li>
<li><a href="#"><i class="fa fa-gear fa-fw"></i> Settings</a>
</li>
<li class="divider"></li>
<li><a href="login.html"><i class="fa fa-sign-out fa-fw"></i> Logout</a>
</li>
</ul>
<!-- /.dropdown-user -->
</li>
<!-- /.dropdown -->
</ul>
<!-- /.navbar-top-links -->
<div class="navbar-default sidebar" role="navigation">
<div class="sidebar-nav navbar-collapse">
<ul class="nav" id="side-menu">
<li class="sidebar-search">
<div class="input-group custom-search-form">
<input type="text" class="form-control" placeholder="Search...">
<span class="input-group-btn">
<button class="btn btn-default" type="button">
<i class="fa fa-search"></i>
</button>
</span>
</div>
<!-- /input-group -->
</li>
<li>
<a href="index.html"><i class="fa fa-dashboard fa-fw"></i> Dashboard</a>
</li>
<li>
<a href="#"><i class="fa fa-bar-chart-o fa-fw"></i> Charts<span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li>
<a href="flot.html">Flot Charts</a>
</li>
<li>
<a href="morris.html">Morris.js Charts</a>
</li>
</ul>
<!-- /.nav-second-level -->
</li>
<li>
<a href="tables.html"><i class="fa fa-table fa-fw"></i> Tables</a>
</li>
<li>
<a href="forms.html"><i class="fa fa-edit fa-fw"></i> Forms</a>
</li>
<li>
<a href="#"><i class="fa fa-wrench fa-fw"></i> UI Elements<span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li>
<a href="panels-wells.html">Panels and Wells</a>
</li>
<li>
<a href="buttons.html">Buttons</a>
</li>
<li>
<a href="notifications.html">Notifications</a>
</li>
<li>
<a href="typography.html">Typography</a>
</li>
<li>
<a href="icons.html"> Icons</a>
</li>
<li>
<a href="grid.html">Grid</a>
</li>
</ul>
<!-- /.nav-second-level -->
</li>
<li>
<a href="#"><i class="fa fa-sitemap fa-fw"></i> Multi-Level Dropdown<span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li>
<a href="#">Second Level Item</a>
</li>
<li>
<a href="#">Second Level Item</a>
</li>
<li>
<a href="#">Third Level <span class="fa arrow"></span></a>
<ul class="nav nav-third-level">
<li>
<a href="#">Third Level Item</a>
</li>
<li>
<a href="#">Third Level Item</a>
</li>
<li>
<a href="#">Third Level Item</a>
</li>
<li>
<a href="#">Third Level Item</a>
</li>
</ul>
<!-- /.nav-third-level -->
</li>
</ul>
<!-- /.nav-second-level -->
</li>
<li>
<a href="#"><i class="fa fa-files-o fa-fw"></i> Sample Pages<span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li>
<a href="blank.html">Blank Page</a>
</li>
<li>
<a href="login.html">Login Page</a>
</li>
</ul>
<!-- /.nav-second-level -->
</li>
</ul>
</div>
<!-- /.sidebar-collapse -->
</div>
<!-- /.navbar-static-side -->
</nav>
<div id="page-wrapper">
<div class="row">
<div class="col-lg-12">
<h1 class="page-header">Tables</h1>
</div>
<!-- /.col-lg-12 -->
</div>
<!-- /.row -->
<div class="row">
<div class="col-lg-12">
<div class="panel panel-default">
<div class="panel-heading">
DataTables Advanced Tables
</div>
<!-- /.panel-heading -->
<div class="panel-body">
<div class="dataTable_wrapper">
<table class="table table-striped table-bordered table-hover" id="dataTables-example">
<thead>
<tr>
<th>Rendering engine</th>
<th>Browser</th>
<th>Platform(s)</th>
<th>Engine version</th>
<th>CSS grade</th>
</tr>
</thead>
<tbody>
<tr class="odd gradeX">
<td>Trident</td>
<td>Internet Explorer 4.0</td>
<td>Win 95+</td>
<td class="center">4</td>
<td class="center">X</td>
</tr>
<tr class="even gradeC">
<td>Trident</td>
<td>Internet Explorer 5.0</td>
<td>Win 95+</td>
<td class="center">5</td>
<td class="center">C</td>
</tr>
<tr class="odd gradeA">
<td>Trident</td>
<td>Internet Explorer 5.5</td>
<td>Win 95+</td>
<td class="center">5.5</td>
<td class="center">A</td>
</tr>
<tr class="even gradeA">
<td>Trident</td>
<td>Internet Explorer 6</td>
<td>Win 98+</td>
<td class="center">6</td>
<td class="center">A</td>
</tr>
<tr class="odd gradeA">
<td>Trident</td>
<td>Internet Explorer 7</td>
<td>Win XP SP2+</td>
<td class="center">7</td>
<td class="center">A</td>
</tr>
<tr class="even gradeA">
<td>Trident</td>
<td>AOL browser (AOL desktop)</td>
<td>Win XP</td>
<td class="center">6</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Gecko</td>
<td>Firefox 1.0</td>
<td>Win 98+ / OSX.2+</td>
<td class="center">1.7</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Gecko</td>
<td>Firefox 1.5</td>
<td>Win 98+ / OSX.2+</td>
<td class="center">1.8</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Gecko</td>
<td>Firefox 2.0</td>
<td>Win 98+ / OSX.2+</td>
<td class="center">1.8</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Gecko</td>
<td>Firefox 3.0</td>
<td>Win 2k+ / OSX.3+</td>
<td class="center">1.9</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Gecko</td>
<td>Camino 1.0</td>
<td>OSX.2+</td>
<td class="center">1.8</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Gecko</td>
<td>Camino 1.5</td>
<td>OSX.3+</td>
<td class="center">1.8</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Gecko</td>
<td>Netscape 7.2</td>
<td>Win 95+ / Mac OS 8.6-9.2</td>
<td class="center">1.7</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Gecko</td>
<td>Netscape Browser 8</td>
<td>Win 98SE+</td>
<td class="center">1.7</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Gecko</td>
<td>Netscape Navigator 9</td>
<td>Win 98+ / OSX.2+</td>
<td class="center">1.8</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Gecko</td>
<td>Mozilla 1.0</td>
<td>Win 95+ / OSX.1+</td>
<td class="center">1</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Gecko</td>
<td>Mozilla 1.1</td>
<td>Win 95+ / OSX.1+</td>
<td class="center">1.1</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Gecko</td>
<td>Mozilla 1.2</td>
<td>Win 95+ / OSX.1+</td>
<td class="center">1.2</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Gecko</td>
<td>Mozilla 1.3</td>
<td>Win 95+ / OSX.1+</td>
<td class="center">1.3</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Gecko</td>
<td>Mozilla 1.4</td>
<td>Win 95+ / OSX.1+</td>
<td class="center">1.4</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Gecko</td>
<td>Mozilla 1.5</td>
<td>Win 95+ / OSX.1+</td>
<td class="center">1.5</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Gecko</td>
<td>Mozilla 1.6</td>
<td>Win 95+ / OSX.1+</td>
<td class="center">1.6</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Gecko</td>
<td>Mozilla 1.7</td>
<td>Win 98+ / OSX.1+</td>
<td class="center">1.7</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Gecko</td>
<td>Mozilla 1.8</td>
<td>Win 98+ / OSX.1+</td>
<td class="center">1.8</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Gecko</td>
<td>Seamonkey 1.1</td>
<td>Win 98+ / OSX.2+</td>
<td class="center">1.8</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Gecko</td>
<td>Epiphany 2.20</td>
<td>Gnome</td>
<td class="center">1.8</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Webkit</td>
<td>Safari 1.2</td>
<td>OSX.3</td>
<td class="center">125.5</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Webkit</td>
<td>Safari 1.3</td>
<td>OSX.3</td>
<td class="center">312.8</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Webkit</td>
<td>Safari 2.0</td>
<td>OSX.4+</td>
<td class="center">419.3</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Webkit</td>
<td>Safari 3.0</td>
<td>OSX.4+</td>
<td class="center">522.1</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Webkit</td>
<td>OmniWeb 5.5</td>
<td>OSX.4+</td>
<td class="center">420</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Webkit</td>
<td>iPod Touch / iPhone</td>
<td>iPod</td>
<td class="center">420.1</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Webkit</td>
<td>S60</td>
<td>S60</td>
<td class="center">413</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Presto</td>
<td>Opera 7.0</td>
<td>Win 95+ / OSX.1+</td>
<td class="center">-</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Presto</td>
<td>Opera 7.5</td>
<td>Win 95+ / OSX.2+</td>
<td class="center">-</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Presto</td>
<td>Opera 8.0</td>
<td>Win 95+ / OSX.2+</td>
<td class="center">-</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Presto</td>
<td>Opera 8.5</td>
<td>Win 95+ / OSX.2+</td>
<td class="center">-</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Presto</td>
<td>Opera 9.0</td>
<td>Win 95+ / OSX.3+</td>
<td class="center">-</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Presto</td>
<td>Opera 9.2</td>
<td>Win 88+ / OSX.3+</td>
<td class="center">-</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Presto</td>
<td>Opera 9.5</td>
<td>Win 88+ / OSX.3+</td>
<td class="center">-</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Presto</td>
<td>Opera for Wii</td>
<td>Wii</td>
<td class="center">-</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Presto</td>
<td>Nokia N800</td>
<td>N800</td>
<td class="center">-</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Presto</td>
<td>Nintendo DS browser</td>
<td>Nintendo DS</td>
<td class="center">8.5</td>
<td class="center">C/A<sup>1</sup>
</td>
</tr>
<tr class="gradeC">
<td>KHTML</td>
<td>Konqureror 3.1</td>
<td>KDE 3.1</td>
<td class="center">3.1</td>
<td class="center">C</td>
</tr>
<tr class="gradeA">
<td>KHTML</td>
<td>Konqureror 3.3</td>
<td>KDE 3.3</td>
<td class="center">3.3</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>KHTML</td>
<td>Konqureror 3.5</td>
<td>KDE 3.5</td>
<td class="center">3.5</td>
<td class="center">A</td>
</tr>
<tr class="gradeX">
<td>Tasman</td>
<td>Internet Explorer 4.5</td>
<td>Mac OS 8-9</td>
<td class="center">-</td>
<td class="center">X</td>
</tr>
<tr class="gradeC">
<td>Tasman</td>
<td>Internet Explorer 5.1</td>
<td>Mac OS 7.6-9</td>
<td class="center">1</td>
<td class="center">C</td>
</tr>
<tr class="gradeC">
<td>Tasman</td>
<td>Internet Explorer 5.2</td>
<td>Mac OS 8-X</td>
<td class="center">1</td>
<td class="center">C</td>
</tr>
<tr class="gradeA">
<td>Misc</td>
<td>NetFront 3.1</td>
<td>Embedded devices</td>
<td class="center">-</td>
<td class="center">C</td>
</tr>
<tr class="gradeA">
<td>Misc</td>
<td>NetFront 3.4</td>
<td>Embedded devices</td>
<td class="center">-</td>
<td class="center">A</td>
</tr>
<tr class="gradeX">
<td>Misc</td>
<td>Dillo 0.8</td>
<td>Embedded devices</td>
<td class="center">-</td>
<td class="center">X</td>
</tr>
<tr class="gradeX">
<td>Misc</td>
<td>Links</td>
<td>Text only</td>
<td class="center">-</td>
<td class="center">X</td>
</tr>
<tr class="gradeX">
<td>Misc</td>
<td>Lynx</td>
<td>Text only</td>
<td class="center">-</td>
<td class="center">X</td>
</tr>
<tr class="gradeC">
<td>Misc</td>
<td>IE Mobile</td>
<td>Windows Mobile 6</td>
<td class="center">-</td>
<td class="center">C</td>
</tr>
<tr class="gradeC">
<td>Misc</td>
<td>PSP browser</td>
<td>PSP</td>
<td class="center">-</td>
<td class="center">C</td>
</tr>
<tr class="gradeU">
<td>Other browsers</td>
<td>All others</td>
<td>-</td>
<td class="center">-</td>
<td class="center">U</td>
</tr>
</tbody>
</table>
</div>
<!-- /.table-responsive -->
<div class="well">
<h4>DataTables Usage Information</h4>
<p>DataTables is a very flexible, advanced tables plugin for jQuery. In SB Admin, we are using a specialized version of DataTables built for Bootstrap 3. We have also customized the table headings to use Font Awesome icons in place of images. For complete documentation on DataTables, visit their website at <a target="_blank" href="https://datatables.net/">https://datatables.net/</a>.</p>
<a class="btn btn-default btn-lg btn-block" target="_blank" href="https://datatables.net/">View DataTables Documentation</a>
</div>
</div>
<!-- /.panel-body -->
</div>
<!-- /.panel -->
</div>
<!-- /.col-lg-12 -->
</div>
<!-- /.row -->
<div class="row">
<div class="col-lg-6">
<div class="panel panel-default">
<div class="panel-heading">
Kitchen Sink
</div>
<!-- /.panel-heading -->
<div class="panel-body">
<div class="table-responsive">
<table class="table table-striped table-bordered table-hover">
<thead>
<tr>
<th>#</th>
<th>First Name</th>
<th>Last Name</th>
<th>Username</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Mark</td>
<td>Otto</td>
<td>@mdo</td>
</tr>
<tr>
<td>2</td>
<td>Jacob</td>
<td>Thornton</td>
<td>@fat</td>
</tr>
<tr>
<td>3</td>
<td>Larry</td>
<td>the Bird</td>
<td>@twitter</td>
</tr>
</tbody>
</table>
</div>
<!-- /.table-responsive -->
</div>
<!-- /.panel-body -->
</div>
<!-- /.panel -->
</div>
<!-- /.col-lg-6 -->
<div class="col-lg-6">
<div class="panel panel-default">
<div class="panel-heading">
Basic Table
</div>
<!-- /.panel-heading -->
<div class="panel-body">
<div class="table-responsive">
<table class="table">
<thead>
<tr>
<th>#</th>
<th>First Name</th>
<th>Last Name</th>
<th>Username</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Mark</td>
<td>Otto</td>
<td>@mdo</td>
</tr>
<tr>
<td>2</td>
<td>Jacob</td>
<td>Thornton</td>
<td>@fat</td>
</tr>
<tr>
<td>3</td>
<td>Larry</td>
<td>the Bird</td>
<td>@twitter</td>
</tr>
</tbody>
</table>
</div>
<!-- /.table-responsive -->
</div>
<!-- /.panel-body -->
</div>
<!-- /.panel -->
</div>
<!-- /.col-lg-6 -->
</div>
<!-- /.row -->
<div class="row">
<div class="col-lg-6">
<div class="panel panel-default">
<div class="panel-heading">
Striped Rows
</div>
<!-- /.panel-heading -->
<div class="panel-body">
<div class="table-responsive">
<table class="table table-striped">
<thead>
<tr>
<th>#</th>
<th>First Name</th>
<th>Last Name</th>
<th>Username</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Mark</td>
<td>Otto</td>
<td>@mdo</td>
</tr>
<tr>
<td>2</td>
<td>Jacob</td>
<td>Thornton</td>
<td>@fat</td>
</tr>
<tr>
<td>3</td>
<td>Larry</td>
<td>the Bird</td>
<td>@twitter</td>
</tr>
</tbody>
</table>
</div>
<!-- /.table-responsive -->
</div>
<!-- /.panel-body -->
</div>
<!-- /.panel -->
</div>
<!-- /.col-lg-6 -->
<div class="col-lg-6">
<div class="panel panel-default">
<div class="panel-heading">
Bordered Table
</div>
<!-- /.panel-heading -->
<div class="panel-body">
<div class="table-responsive table-bordered">
<table class="table">
<thead>
<tr>
<th>#</th>
<th>First Name</th>
<th>Last Name</th>
<th>Username</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Mark</td>
<td>Otto</td>
<td>@mdo</td>
</tr>
<tr>
<td>2</td>
<td>Jacob</td>
<td>Thornton</td>
<td>@fat</td>
</tr>
<tr>
<td>3</td>
<td>Larry</td>
<td>the Bird</td>
<td>@twitter</td>
</tr>
</tbody>
</table>
</div>
<!-- /.table-responsive -->
</div>
<!-- /.panel-body -->
</div>
<!-- /.panel -->
</div>
<!-- /.col-lg-6 -->
</div>
<!-- /.row -->
<div class="row">
<div class="col-lg-6">
<div class="panel panel-default">
<div class="panel-heading">
Hover Rows
</div>
<!-- /.panel-heading -->
<div class="panel-body">
<div class="table-responsive">
<table class="table table-hover">
<thead>
<tr>
<th>#</th>
<th>First Name</th>
<th>Last Name</th>
<th>Username</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Mark</td>
<td>Otto</td>
<td>@mdo</td>
</tr>
<tr>
<td>2</td>
<td>Jacob</td>
<td>Thornton</td>
<td>@fat</td>
</tr>
<tr>
<td>3</td>
<td>Larry</td>
<td>the Bird</td>
<td>@twitter</td>
</tr>
</tbody>
</table>
</div>
<!-- /.table-responsive -->
</div>
<!-- /.panel-body -->
</div>
<!-- /.panel -->
</div>
<!-- /.col-lg-6 -->
<div class="col-lg-6">
<div class="panel panel-default">
<div class="panel-heading">
Context Classes
</div>
<!-- /.panel-heading -->
<div class="panel-body">
<div class="table-responsive">
<table class="table">
<thead>
<tr>
<th>#</th>
<th>First Name</th>
<th>Last Name</th>
<th>Username</th>
</tr>
</thead>
<tbody>
<tr class="success">
<td>1</td>
<td>Mark</td>
<td>Otto</td>
<td>@mdo</td>
</tr>
<tr class="info">
<td>2</td>
<td>Jacob</td>
<td>Thornton</td>
<td>@fat</td>
</tr>
<tr class="warning">
<td>3</td>
<td>Larry</td>
<td>the Bird</td>
<td>@twitter</td>
</tr>
<tr class="danger">
<td>4</td>
<td>John</td>
<td>Smith</td>
<td>@jsmith</td>
</tr>
</tbody>
</table>
</div>
<!-- /.table-responsive -->
</div>
<!-- /.panel-body -->
</div>
<!-- /.panel -->
</div>
<!-- /.col-lg-6 -->
</div>
<!-- /.row -->
</div>
<!-- /#page-wrapper -->
</div>
<!-- /#wrapper -->
<!-- jQuery -->
<script src="../bower_components/jquery/dist/jquery.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="../bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
<!-- Metis Menu Plugin JavaScript -->
<script src="../bower_components/metisMenu/dist/metisMenu.min.js"></script>
<!-- DataTables JavaScript -->
<script src="../bower_components/datatables/media/js/jquery.dataTables.min.js"></script>
<script src="../bower_components/datatables-plugins/integration/bootstrap/3/dataTables.bootstrap.min.js"></script>
<!-- Custom Theme JavaScript -->
<script src="../dist/js/sb-admin-2.js"></script>
<!-- Page-Level Demo Scripts - Tables - Use for reference -->
<script>
$(document).ready(function() {
$('#dataTables-example').DataTable({
responsive: true
});
});
</script>
</body>
</html>
|
Javadocs/cmput301/textbookhub/Controllers/ActivityControllerFactory.FactoryCatalog.html
|
Thirteam/CMPUT301W16T13
|
<!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_65) on Mon Apr 04 02:08:28 MDT 2016 -->
<title>ActivityControllerFactory.FactoryCatalog</title>
<meta name="date" content="2016-04-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="ActivityControllerFactory.FactoryCatalog";
}
}
catch(err) {
}
//-->
var methods = {"i0":9,"i1":9};
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="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="../../../cmput301/textbookhub/Controllers/ActivityControllerFactory.html" title="class in cmput301.textbookhub.Controllers"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../cmput301/textbookhub/Controllers/AppUserController.html" title="class in cmput301.textbookhub.Controllers"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?cmput301/textbookhub/Controllers/ActivityControllerFactory.FactoryCatalog.html" target="_top">Frames</a></li>
<li><a href="ActivityControllerFactory.FactoryCatalog.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="#enum.constant.summary">Enum Constants</a> | </li>
<li>Field | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#enum.constant.detail">Enum Constants</a> | </li>
<li>Field | </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">cmput301.textbookhub.Controllers</div>
<h2 title="Enum ActivityControllerFactory.FactoryCatalog" class="title">Enum ActivityControllerFactory.FactoryCatalog</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>java.lang.Enum<<a href="../../../cmput301/textbookhub/Controllers/ActivityControllerFactory.FactoryCatalog.html" title="enum in cmput301.textbookhub.Controllers">ActivityControllerFactory.FactoryCatalog</a>></li>
<li>
<ul class="inheritance">
<li>cmput301.textbookhub.Controllers.ActivityControllerFactory.FactoryCatalog</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd>java.io.Serializable, java.lang.Comparable<<a href="../../../cmput301/textbookhub/Controllers/ActivityControllerFactory.FactoryCatalog.html" title="enum in cmput301.textbookhub.Controllers">ActivityControllerFactory.FactoryCatalog</a>></dd>
</dl>
<dl>
<dt>Enclosing class:</dt>
<dd><a href="../../../cmput301/textbookhub/Controllers/ActivityControllerFactory.html" title="class in cmput301.textbookhub.Controllers">ActivityControllerFactory</a></dd>
</dl>
<hr>
<br>
<pre>public static enum <span class="typeNameLabel">ActivityControllerFactory.FactoryCatalog</span>
extends java.lang.Enum<<a href="../../../cmput301/textbookhub/Controllers/ActivityControllerFactory.FactoryCatalog.html" title="enum in cmput301.textbookhub.Controllers">ActivityControllerFactory.FactoryCatalog</a>></pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== ENUM CONSTANT SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="enum.constant.summary">
<!-- -->
</a>
<h3>Enum Constant Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Constant Summary table, listing enum constants, and an explanation">
<caption><span>Enum Constants</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Enum Constant and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../cmput301/textbookhub/Controllers/ActivityControllerFactory.FactoryCatalog.html#ACTIVITY_EDIT_BOOK">ACTIVITY_EDIT_BOOK</a></span></code> </td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../cmput301/textbookhub/Controllers/ActivityControllerFactory.FactoryCatalog.html#ACTIVITY_LOGIN">ACTIVITY_LOGIN</a></span></code> </td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../cmput301/textbookhub/Controllers/ActivityControllerFactory.FactoryCatalog.html#ACTIVITY_MAIN">ACTIVITY_MAIN</a></span></code> </td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../cmput301/textbookhub/Controllers/ActivityControllerFactory.FactoryCatalog.html#ACTIVITY_MY_BIDS">ACTIVITY_MY_BIDS</a></span></code> </td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../cmput301/textbookhub/Controllers/ActivityControllerFactory.FactoryCatalog.html#ACTIVITY_MY_BORROWS">ACTIVITY_MY_BORROWS</a></span></code> </td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../cmput301/textbookhub/Controllers/ActivityControllerFactory.FactoryCatalog.html#ACTIVITY_MY_INVENTORY">ACTIVITY_MY_INVENTORY</a></span></code> </td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../cmput301/textbookhub/Controllers/ActivityControllerFactory.FactoryCatalog.html#ACTIVITY_USER_PROFILE">ACTIVITY_USER_PROFILE</a></span></code> </td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../cmput301/textbookhub/Controllers/ActivityControllerFactory.FactoryCatalog.html#ACTIVITY_VIEW_BOOK">ACTIVITY_VIEW_BOOK</a></span></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="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="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete 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>static <a href="../../../cmput301/textbookhub/Controllers/ActivityControllerFactory.FactoryCatalog.html" title="enum in cmput301.textbookhub.Controllers">ActivityControllerFactory.FactoryCatalog</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../cmput301/textbookhub/Controllers/ActivityControllerFactory.FactoryCatalog.html#valueOf-java.lang.String-">valueOf</a></span>(java.lang.String name)</code>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>static <a href="../../../cmput301/textbookhub/Controllers/ActivityControllerFactory.FactoryCatalog.html" title="enum in cmput301.textbookhub.Controllers">ActivityControllerFactory.FactoryCatalog</a>[]</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../cmput301/textbookhub/Controllers/ActivityControllerFactory.FactoryCatalog.html#values--">values</a></span>()</code>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Enum">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Enum</h3>
<code>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>getClass, notify, notifyAll, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ ENUM CONSTANT DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="enum.constant.detail">
<!-- -->
</a>
<h3>Enum Constant Detail</h3>
<a name="ACTIVITY_EDIT_BOOK">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ACTIVITY_EDIT_BOOK</h4>
<pre>public static final <a href="../../../cmput301/textbookhub/Controllers/ActivityControllerFactory.FactoryCatalog.html" title="enum in cmput301.textbookhub.Controllers">ActivityControllerFactory.FactoryCatalog</a> ACTIVITY_EDIT_BOOK</pre>
</li>
</ul>
<a name="ACTIVITY_LOGIN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ACTIVITY_LOGIN</h4>
<pre>public static final <a href="../../../cmput301/textbookhub/Controllers/ActivityControllerFactory.FactoryCatalog.html" title="enum in cmput301.textbookhub.Controllers">ActivityControllerFactory.FactoryCatalog</a> ACTIVITY_LOGIN</pre>
</li>
</ul>
<a name="ACTIVITY_MAIN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ACTIVITY_MAIN</h4>
<pre>public static final <a href="../../../cmput301/textbookhub/Controllers/ActivityControllerFactory.FactoryCatalog.html" title="enum in cmput301.textbookhub.Controllers">ActivityControllerFactory.FactoryCatalog</a> ACTIVITY_MAIN</pre>
</li>
</ul>
<a name="ACTIVITY_MY_BIDS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ACTIVITY_MY_BIDS</h4>
<pre>public static final <a href="../../../cmput301/textbookhub/Controllers/ActivityControllerFactory.FactoryCatalog.html" title="enum in cmput301.textbookhub.Controllers">ActivityControllerFactory.FactoryCatalog</a> ACTIVITY_MY_BIDS</pre>
</li>
</ul>
<a name="ACTIVITY_MY_BORROWS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ACTIVITY_MY_BORROWS</h4>
<pre>public static final <a href="../../../cmput301/textbookhub/Controllers/ActivityControllerFactory.FactoryCatalog.html" title="enum in cmput301.textbookhub.Controllers">ActivityControllerFactory.FactoryCatalog</a> ACTIVITY_MY_BORROWS</pre>
</li>
</ul>
<a name="ACTIVITY_MY_INVENTORY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ACTIVITY_MY_INVENTORY</h4>
<pre>public static final <a href="../../../cmput301/textbookhub/Controllers/ActivityControllerFactory.FactoryCatalog.html" title="enum in cmput301.textbookhub.Controllers">ActivityControllerFactory.FactoryCatalog</a> ACTIVITY_MY_INVENTORY</pre>
</li>
</ul>
<a name="ACTIVITY_USER_PROFILE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ACTIVITY_USER_PROFILE</h4>
<pre>public static final <a href="../../../cmput301/textbookhub/Controllers/ActivityControllerFactory.FactoryCatalog.html" title="enum in cmput301.textbookhub.Controllers">ActivityControllerFactory.FactoryCatalog</a> ACTIVITY_USER_PROFILE</pre>
</li>
</ul>
<a name="ACTIVITY_VIEW_BOOK">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>ACTIVITY_VIEW_BOOK</h4>
<pre>public static final <a href="../../../cmput301/textbookhub/Controllers/ActivityControllerFactory.FactoryCatalog.html" title="enum in cmput301.textbookhub.Controllers">ActivityControllerFactory.FactoryCatalog</a> ACTIVITY_VIEW_BOOK</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="values--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>values</h4>
<pre>public static <a href="../../../cmput301/textbookhub/Controllers/ActivityControllerFactory.FactoryCatalog.html" title="enum in cmput301.textbookhub.Controllers">ActivityControllerFactory.FactoryCatalog</a>[] values()</pre>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
<pre>
for (ActivityControllerFactory.FactoryCatalog c : ActivityControllerFactory.FactoryCatalog.values())
System.out.println(c);
</pre></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>an array containing the constants of this enum type, in the order they are declared</dd>
</dl>
</li>
</ul>
<a name="valueOf-java.lang.String-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>valueOf</h4>
<pre>public static <a href="../../../cmput301/textbookhub/Controllers/ActivityControllerFactory.FactoryCatalog.html" title="enum in cmput301.textbookhub.Controllers">ActivityControllerFactory.FactoryCatalog</a> valueOf(java.lang.String name)</pre>
<div class="block">Returns the enum constant of this type with the specified name.
The string must match <i>exactly</i> an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>name</code> - the name of the enum constant to be returned.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the enum constant with the specified name</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.lang.IllegalArgumentException</code> - if this enum type has no constant with the specified name</dd>
<dd><code>java.lang.NullPointerException</code> - if the argument is null</dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-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="../../../cmput301/textbookhub/Controllers/ActivityControllerFactory.html" title="class in cmput301.textbookhub.Controllers"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../cmput301/textbookhub/Controllers/AppUserController.html" title="class in cmput301.textbookhub.Controllers"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?cmput301/textbookhub/Controllers/ActivityControllerFactory.FactoryCatalog.html" target="_top">Frames</a></li>
<li><a href="ActivityControllerFactory.FactoryCatalog.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="#enum.constant.summary">Enum Constants</a> | </li>
<li>Field | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#enum.constant.detail">Enum Constants</a> | </li>
<li>Field | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
docs/api/org/apache/hadoop/mapreduce/lib/db/class-use/DBInputFormat.html
|
koven2049/hdfs-cloudera-cdh3u3-production
|
<!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 Thu Jan 26 13:33:45 PST 2012 -->
<TITLE>
Uses of Class org.apache.hadoop.mapreduce.lib.db.DBInputFormat (Hadoop 0.20.2-cdh3u3 API)
</TITLE>
<META NAME="date" CONTENT="2012-01-26">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.hadoop.mapreduce.lib.db.DBInputFormat (Hadoop 0.20.2-cdh3u3 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/mapreduce/lib/db/DBInputFormat.html" title="class in org.apache.hadoop.mapreduce.lib.db"><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/mapreduce/lib/db//class-useDBInputFormat.html" target="_top"><B>FRAMES</B></A>
<A HREF="DBInputFormat.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.mapreduce.lib.db.DBInputFormat</B></H2>
</CENTER>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Packages that use <A HREF="../../../../../../../org/apache/hadoop/mapreduce/lib/db/DBInputFormat.html" title="class in org.apache.hadoop.mapreduce.lib.db">DBInputFormat</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.hadoop.mapred.lib.db"><B>org.apache.hadoop.mapred.lib.db</B></A></TD>
<TD>org.apache.hadoop.mapred.lib.db Package </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.hadoop.mapreduce.lib.db"><B>org.apache.hadoop.mapreduce.lib.db</B></A></TD>
<TD>org.apache.hadoop.mapred.lib.db Package </TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.hadoop.mapred.lib.db"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../../../../org/apache/hadoop/mapreduce/lib/db/DBInputFormat.html" title="class in org.apache.hadoop.mapreduce.lib.db">DBInputFormat</A> in <A HREF="../../../../../../../org/apache/hadoop/mapred/lib/db/package-summary.html">org.apache.hadoop.mapred.lib.db</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">Subclasses of <A HREF="../../../../../../../org/apache/hadoop/mapreduce/lib/db/DBInputFormat.html" title="class in org.apache.hadoop.mapreduce.lib.db">DBInputFormat</A> in <A HREF="../../../../../../../org/apache/hadoop/mapred/lib/db/package-summary.html">org.apache.hadoop.mapred.lib.db</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/hadoop/mapred/lib/db/DBInputFormat.html" title="class in org.apache.hadoop.mapred.lib.db">DBInputFormat<T extends DBWritable></A></B></CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.hadoop.mapreduce.lib.db"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../../../../org/apache/hadoop/mapreduce/lib/db/DBInputFormat.html" title="class in org.apache.hadoop.mapreduce.lib.db">DBInputFormat</A> in <A HREF="../../../../../../../org/apache/hadoop/mapreduce/lib/db/package-summary.html">org.apache.hadoop.mapreduce.lib.db</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">Subclasses of <A HREF="../../../../../../../org/apache/hadoop/mapreduce/lib/db/DBInputFormat.html" title="class in org.apache.hadoop.mapreduce.lib.db">DBInputFormat</A> in <A HREF="../../../../../../../org/apache/hadoop/mapreduce/lib/db/package-summary.html">org.apache.hadoop.mapreduce.lib.db</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/hadoop/mapreduce/lib/db/DataDrivenDBInputFormat.html" title="class in org.apache.hadoop.mapreduce.lib.db">DataDrivenDBInputFormat<T extends DBWritable></A></B></CODE>
<BR>
A InputFormat that reads input data from an SQL table.</TD>
</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/hadoop/mapreduce/lib/db/OracleDataDrivenDBInputFormat.html" title="class in org.apache.hadoop.mapreduce.lib.db">OracleDataDrivenDBInputFormat<T extends DBWritable></A></B></CODE>
<BR>
A InputFormat that reads input data from an SQL table in an Oracle db.</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/hadoop/mapreduce/lib/db/DBInputFormat.html" title="class in org.apache.hadoop.mapreduce.lib.db"><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/mapreduce/lib/db//class-useDBInputFormat.html" target="_top"><B>FRAMES</B></A>
<A HREF="DBInputFormat.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>
|
docs/javadoc/apidocs/at/ac/tuwien/infosys/jcloudscale/datastore/mapping/class-use/Visitor.html
|
xLeitix/jcloudscale
|
<!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_12-ea) on Wed Feb 05 23:03:20 CET 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Interface at.ac.tuwien.infosys.jcloudscale.datastore.mapping.Visitor (JCloudScale 0.4.1-SNAPSHOT API)</title>
<meta name="date" content="2014-02-05">
<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 at.ac.tuwien.infosys.jcloudscale.datastore.mapping.Visitor (JCloudScale 0.4.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="../../../../../../../../at/ac/tuwien/infosys/jcloudscale/datastore/mapping/Visitor.html" title="interface in at.ac.tuwien.infosys.jcloudscale.datastore.mapping">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?at/ac/tuwien/infosys/jcloudscale/datastore/mapping/class-use/Visitor.html" target="_top">Frames</a></li>
<li><a href="Visitor.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 at.ac.tuwien.infosys.jcloudscale.datastore.mapping.Visitor" class="title">Uses of Interface<br>at.ac.tuwien.infosys.jcloudscale.datastore.mapping.Visitor</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="../../../../../../../../at/ac/tuwien/infosys/jcloudscale/datastore/mapping/Visitor.html" title="interface in at.ac.tuwien.infosys.jcloudscale.datastore.mapping">Visitor</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="#at.ac.tuwien.infosys.jcloudscale.datastore.mapping">at.ac.tuwien.infosys.jcloudscale.datastore.mapping</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#at.ac.tuwien.infosys.jcloudscale.datastore.mapping.hbase">at.ac.tuwien.infosys.jcloudscale.datastore.mapping.hbase</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#at.ac.tuwien.infosys.jcloudscale.datastore.mapping.json">at.ac.tuwien.infosys.jcloudscale.datastore.mapping.json</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="at.ac.tuwien.infosys.jcloudscale.datastore.mapping">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../../at/ac/tuwien/infosys/jcloudscale/datastore/mapping/Visitor.html" title="interface in at.ac.tuwien.infosys.jcloudscale.datastore.mapping">Visitor</a> in <a href="../../../../../../../../at/ac/tuwien/infosys/jcloudscale/datastore/mapping/package-summary.html">at.ac.tuwien.infosys.jcloudscale.datastore.mapping</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../../at/ac/tuwien/infosys/jcloudscale/datastore/mapping/package-summary.html">at.ac.tuwien.infosys.jcloudscale.datastore.mapping</a> with parameters of type <a href="../../../../../../../../at/ac/tuwien/infosys/jcloudscale/datastore/mapping/Visitor.html" title="interface in at.ac.tuwien.infosys.jcloudscale.datastore.mapping">Visitor</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">ObjectNavigatorImpl.</span><code><strong><a href="../../../../../../../../at/ac/tuwien/infosys/jcloudscale/datastore/mapping/ObjectNavigatorImpl.html#navigate(java.lang.Object, at.ac.tuwien.infosys.jcloudscale.datastore.mapping.Visitor)">navigate</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> object,
<a href="../../../../../../../../at/ac/tuwien/infosys/jcloudscale/datastore/mapping/Visitor.html" title="interface in at.ac.tuwien.infosys.jcloudscale.datastore.mapping">Visitor</a> visitor)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">ObjectNavigator.</span><code><strong><a href="../../../../../../../../at/ac/tuwien/infosys/jcloudscale/datastore/mapping/ObjectNavigator.html#navigate(java.lang.Object, at.ac.tuwien.infosys.jcloudscale.datastore.mapping.Visitor)">navigate</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> object,
<a href="../../../../../../../../at/ac/tuwien/infosys/jcloudscale/datastore/mapping/Visitor.html" title="interface in at.ac.tuwien.infosys.jcloudscale.datastore.mapping">Visitor</a> visitor)</code>
<div class="block">Navigates through the given object using the given visitor</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="at.ac.tuwien.infosys.jcloudscale.datastore.mapping.hbase">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../../at/ac/tuwien/infosys/jcloudscale/datastore/mapping/Visitor.html" title="interface in at.ac.tuwien.infosys.jcloudscale.datastore.mapping">Visitor</a> in <a href="../../../../../../../../at/ac/tuwien/infosys/jcloudscale/datastore/mapping/hbase/package-summary.html">at.ac.tuwien.infosys.jcloudscale.datastore.mapping.hbase</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../../../../at/ac/tuwien/infosys/jcloudscale/datastore/mapping/hbase/package-summary.html">at.ac.tuwien.infosys.jcloudscale.datastore.mapping.hbase</a> that implement <a href="../../../../../../../../at/ac/tuwien/infosys/jcloudscale/datastore/mapping/Visitor.html" title="interface in at.ac.tuwien.infosys.jcloudscale.datastore.mapping">Visitor</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="../../../../../../../../at/ac/tuwien/infosys/jcloudscale/datastore/mapping/hbase/HbaseDeserializationVisitor.html" title="class in at.ac.tuwien.infosys.jcloudscale.datastore.mapping.hbase">HbaseDeserializationVisitor</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../../../../at/ac/tuwien/infosys/jcloudscale/datastore/mapping/hbase/HbaseSerializationVisitor.html" title="class in at.ac.tuwien.infosys.jcloudscale.datastore.mapping.hbase">HbaseSerializationVisitor</a></strong></code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="at.ac.tuwien.infosys.jcloudscale.datastore.mapping.json">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../../at/ac/tuwien/infosys/jcloudscale/datastore/mapping/Visitor.html" title="interface in at.ac.tuwien.infosys.jcloudscale.datastore.mapping">Visitor</a> in <a href="../../../../../../../../at/ac/tuwien/infosys/jcloudscale/datastore/mapping/json/package-summary.html">at.ac.tuwien.infosys.jcloudscale.datastore.mapping.json</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../../../../at/ac/tuwien/infosys/jcloudscale/datastore/mapping/json/package-summary.html">at.ac.tuwien.infosys.jcloudscale.datastore.mapping.json</a> that implement <a href="../../../../../../../../at/ac/tuwien/infosys/jcloudscale/datastore/mapping/Visitor.html" title="interface in at.ac.tuwien.infosys.jcloudscale.datastore.mapping">Visitor</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="../../../../../../../../at/ac/tuwien/infosys/jcloudscale/datastore/mapping/json/JsonDeserializationVisitor.html" title="class in at.ac.tuwien.infosys.jcloudscale.datastore.mapping.json">JsonDeserializationVisitor</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../../../../at/ac/tuwien/infosys/jcloudscale/datastore/mapping/json/JsonSerializationVisitor.html" title="class in at.ac.tuwien.infosys.jcloudscale.datastore.mapping.json">JsonSerializationVisitor</a></strong></code>
<div class="block">Visitor for mapping objects to JSON</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="../../../../../../../../at/ac/tuwien/infosys/jcloudscale/datastore/mapping/Visitor.html" title="interface in at.ac.tuwien.infosys.jcloudscale.datastore.mapping">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?at/ac/tuwien/infosys/jcloudscale/datastore/mapping/class-use/Visitor.html" target="_top">Frames</a></li>
<li><a href="Visitor.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 © 2014. All Rights Reserved.</small></p>
</body>
</html>
|
Old Code/css/grayscale.css
|
Taurvi/wasmun-site
|
/*!
* Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
* Code licensed under the Apache License v2.0.
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
*/
body {
width: 100%;
height: 100%;
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
color: #000;
background-color: #FFFFFF;
}
html {
width: 100%;
height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0 0 35px;
text-transform: uppercase;
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 700;
letter-spacing: 1px;
}
p {
margin: 0 0 25px;
font-size: 18px;
line-height: 1.5;
}
@media(min-width:768px) {
p {
margin: 0 0 35px;
font-size: 20px;
line-height: 1.6;
}
}
a {
color: #42dca3;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
a:hover,
a:focus {
text-decoration: none;
color: #1d9b6c;
}
.light {
font-weight: 400;
}
.navbar-custom {
margin-bottom: 0;
border-bottom: 1px solid rgba(255,255,255,.3);
text-transform: uppercase;
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
background-color: #000000;
color: #FFFFFF;
}
.navbar-custom .navbar-brand {
font-weight: 700;
}
.navbar-custom .navbar-brand:focus {
outline: 0;
}
.navbar-custom .navbar-brand .navbar-toggle {
padding: 4px 6px;
font-size: 16px;
color: #fff;
}
.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
outline: 0;
}
.navbar-custom a {
color: #FFFFFF;
}
.navbar-custom .nav li a {
-webkit-transition: background .3s ease-in-out;
-moz-transition: background .3s ease-in-out;
transition: background .3s ease-in-out;
}
.navbar-custom .nav li a:hover {
outline: 0;
color: rgba(255,255,255,.8);
background-color: transparent;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
outline: 0;
background-color: transparent;
}
.navbar-custom .nav li.active {
outline: 0;
}
.navbar-custom .nav li.active a {
background-color: rgba(255,255,255,.3);
}
.navbar-custom .nav li.active a:hover {
color: #fff;
}
@media(min-width:768px) {
.navbar-custom {
padding: 20px 0;
border-bottom: 0;
letter-spacing: 1px;
background: 0 0;
-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
transition: background .5s ease-in-out,padding .5s ease-in-out;
}
.navbar-custom.top-nav-collapse {
padding: 0;
border-bottom: 1px solid rgba(255,255,255,.3);
background: #000;
}
}
.intro {
display: table;
width: 100%;
height: auto;
padding: 100px 0;
text-align: center;
color: #fff;
background: url(../img/test-bg-bw.jpg) no-repeat bottom center scroll;
background-color: #FFFFFF;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
.intro .intro-body {
display: table-cell;
vertical-align: middle;
}
.intro .intro-body .brand-heading {
font-size: 30px;
}
.intro .intro-body .intro-text {
font-size: 18px;
}
@media(min-width:768px) {
.intro {
height: 100%;
padding: 0;
}
.intro .intro-body .brand-heading {
font-size: 80px;
}
.intro .intro-body .intro-text {
font-size: 26px;
}
}
.btn-circle {
width: 70px;
height: 70px;
margin-top: 15px;
padding: 7px 16px;
border: 2px solid #fff;
border-radius: 100%!important;
font-size: 40px;
color: #fff;
background: 0 0;
-webkit-transition: background .3s ease-in-out;
-moz-transition: background .3s ease-in-out;
transition: background .3s ease-in-out;
}
.btn-circle:hover,
.btn-circle:focus {
outline: 0;
color: #fff;
background: rgba(255,255,255,.1);
}
.btn-circle i.animated {
-webkit-transition-property: -webkit-transform;
-webkit-transition-duration: 1s;
-moz-transition-property: -moz-transform;
-moz-transition-duration: 1s;
}
.btn-circle:hover i.animated {
-webkit-animation-name: pulse;
-moz-animation-name: pulse;
-webkit-animation-duration: 1.5s;
-moz-animation-duration: 1.5s;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
}
@-webkit-keyframes pulse {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@-moz-keyframes pulse {
0% {
-moz-transform: scale(1);
transform: scale(1);
}
50% {
-moz-transform: scale(1.2);
transform: scale(1.2);
}
100% {
-moz-transform: scale(1);
transform: scale(1);
}
}
.content-section {
padding-top: 50px;
}
.get-involved-section {
width: 100%;
padding: 90px 0;
color: #FFFFFF;
background: url(../img/wasmun-mission.jpg) no-repeat center center scroll;
background-color: #FFFFFF;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
#map {
width: 100%;
height: 200px;
margin-top: 100px;
}
@media(min-width:767px) {
.content-section {
padding-top: 100px;
}
.get-involved-section {
padding: 100px 0;
}
.mission-section {
padding: 100px 0;
}
#map {
height: 400px;
margin-top: 250px;
}
}
.btn {
border-radius: 0;
text-transform: uppercase;
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 400;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.btn-default {
border: 1px solid #42dca3;
color: #42dca3;
background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
border: 1px solid #42dca3;
outline: 0;
color: #000;
background-color: #42dca3;
}
ul.banner-social-buttons {
margin-top: 0;
}
@media(max-width:1199px) {
ul.banner-social-buttons {
margin-top: 15px;
}
}
@media(max-width:767px) {
ul.banner-social-buttons li {
display: block;
margin-bottom: 20px;
padding: 0;
}
ul.banner-social-buttons li:last-child {
margin-bottom: 0;
}
}
footer {
padding: 50px 0;
}
footer p {
margin: 0;
}
::-moz-selection {
text-shadow: none;
background: #fcfcfc;
background: rgba(255,255,255,.2);
}
::selection {
text-shadow: none;
background: #fcfcfc;
background: rgba(255,255,255,.2);
}
img::selection {
background: 0 0;
}
img::-moz-selection {
background: 0 0;
}
body {
webkit-tap-highlight-color: rgba(255,255,255,.2);
}
|
public/include/css/file-mana.css
|
DelphiRace/Customers-Mana
|
.close-item{
margin-top:-15px;
}
.pad {
padding-bottom: 70px;
}
.absolute {
position: absolute;
top: 120px;
right: 0;
}
.icon1-color:hover{
color:#17B12A;
}
.icon2-color:hover{
color:#FF123D;
}
.icon3-color:hover{
color:#1C5DF3;
}
.icon-color{
color:#FF123D;
}
.icon-text{
display:none;
}
.icon-display:hover .icon-text{
display: block;
}
.icon-right{
text-align:right;
}
.ok-item-width{
padding: 5px 8px;
}
.mymouse{
cursor: pointer;
}
.text-area-style{
margin: 1px;
height: 100px;
resize: none;
}
.text-area-width{
width: 100%;
}
.btn-position{
margin-left: 1250px;
margin-top: 1px;
}
.btn2-position{
margin-top: 30px;
}
.btn3-position{
margin-top: 15px
}
.item-border-n{
border: none;
}
.item-padding-top-50{
padding-top: 50px;
}
.item-position{
position: absolute;
top: 15px;
right: 365px;
width: 300px;
height: 200px;
border-style:solid;
border-width: 1px;
border-color: #DDD;
border-radius:10px;
background-color: white;
z-index: 100;
}
.warn-item-position{
width:100%;
height: 250px;
border-style:solid;
border-width: 1px;
border-color: #DDD;
border-radius:10px;
background-color: white;
}
.warn-font-size{
font-size: 48px;
text-align:center;
padding-top: 40px;
}
.icon-padding-top{
padding-top: 6px;
}
.uploader-area{
border-style:solid;
border-width: 1px;
border-color: #DDD;
border-radius:3px;
background-color: white;
}
.item-color{
color: black;
}
.upload-btn-position{
top: 4px;
}
.upload-fixed {
position: fixed;
bottom: 0;
right: 0px;
width: 600px;
z-index: 100;
}
.hr-width{
width: 100%;
}
.trash-btn-position{
top: 3px;
}
.icon-display-inline{
display: inline;
}
.items-padding{
padding: 10px;
}
.items-border{
border-bottom: 1px#DDD solid;
}
.items-font{
font-size: 16px;
}
.items2-padding{
padding: 6px;
}
.content-display-none {
display:none !important;
}
.uploadList-display-none {
display:none;
}
.tab-border-top{
border-radius: 4px;
border-right: 1px;
border-left: 1px;
border-top: 1px;
border-bottom: 1px;
border-color: #DDD;
border-style: solid;
}
.uploadList-position{
position: relative;
}
.uploadList-position-absolute{
position: absolute;
width: 120px;
z-index: 100;
top: 50px;
left: 41.0002px;
}
.uploadList-color:hover{
color:#ed786a;
background-color:#ddd;
}
.tag-border{
border-radius: 4px;
border-style: solid;
border-width: 1px;
border-color: red;
color: red;
}
.tag-color-red{
border-color: red;
color: red;
}
.tag-color-orange{
border-color: #ed786a;
color: #ed786a;
}
.tag-color-purple{
border-color:purple;
color:purple;
}
.tag-color-green{
border-color: green;
color: green;
}
.tag-color-blue{
border-color: blue;
color: blue;
}
.title-font-size-18px{
font-size: 18px;
}
.title-font-size-24px{
font-size: 24px;
}
.text-area-style-h25px{
margin: 1px;
height: 25px;
resize: none;
}
.padding-5px{
padding-top: 5px;
padding-bottom:5px;
}
.border-margin-top{
margin-top: 30px;
}
.border-margin-top-15px{
margin-top: 15px;
}
.padding-top-10px{
padding-top: 10px;
}
.border-margin-top-25px{
margin-top: 25px;
}
.line-height-0{
line-height: 0;
}
|
apache-uima/docs/d/api/org/apache/uima/json/package-tree.html
|
TitasNandi/Summer_Project
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.apache.uima.json Class Hierarchy (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.apache.uima.json Class Hierarchy (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li class="navBarCell1Rev">Tree</li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/uima/jcas/tcas/package-tree.html">Prev</a></li>
<li><a href="../../../../org/apache/uima/pear/tools/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/uima/json/package-tree.html" target="_top">Frames</a></li>
<li><a href="package-tree.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 class="title">Hierarchy For Package org.apache.uima.json</h1>
<span class="strong">Package Hierarchies:</span>
<ul class="horizontal">
<li><a href="../../../../overview-tree.html">All Packages</a></li>
</ul>
</div>
<div class="contentContainer">
<h2 title="Class Hierarchy">Class Hierarchy</h2>
<ul>
<li type="circle">java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="strong">Object</span></a>
<ul>
<li type="circle">org.apache.uima.json.<a href="../../../../org/apache/uima/json/JsonCasSerializer.html" title="class in org.apache.uima.json"><span class="strong">JsonCasSerializer</span></a></li>
<li type="circle">org.apache.uima.json.<a href="../../../../org/apache/uima/json/JsonMetaDataSerializer.html" title="class in org.apache.uima.json"><span class="strong">JsonMetaDataSerializer</span></a></li>
</ul>
</li>
</ul>
<h2 title="Enum Hierarchy">Enum Hierarchy</h2>
<ul>
<li type="circle">java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="strong">Object</span></a>
<ul>
<li type="circle">java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang"><span class="strong">Enum</span></a><E> (implements java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a><T>, java.io.<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>)
<ul>
<li type="circle">org.apache.uima.json.<a href="../../../../org/apache/uima/json/JsonCasSerializer.JsonContextFormat.html" title="enum in org.apache.uima.json"><span class="strong">JsonCasSerializer.JsonContextFormat</span></a></li>
</ul>
</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>Class</li>
<li>Use</li>
<li class="navBarCell1Rev">Tree</li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/uima/jcas/tcas/package-tree.html">Prev</a></li>
<li><a href="../../../../org/apache/uima/pear/tools/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/uima/json/package-tree.html" target="_top">Frames</a></li>
<li><a href="package-tree.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 © 2006–2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>
|
target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_14_testAbaNumberCheck_30431_good_m7n.html
|
dcarda/aba.route.validator
|
<!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_14.html">Class Test_AbaRouteValidator_14</a></li>
</ol></div>
<h1 class="aui-h2-clover">
Test testAbaNumberCheck_30431_good
</h1>
<table class="aui">
<thead>
<tr>
<th>Test</th>
<th><label title="The test result. Either a Pass, Fail or Error.">Status</label></th>
<th><label title="When the test execution was started">Start time</label></th>
<th><label title="The total time in seconds taken to run this test.">Time (seconds)</label></th>
<th><label title="A failure or error message if the test is not successful.">Message</label></th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_14.html?line=10408#src-10408" >testAbaNumberCheck_30431_good</a>
</td>
<td>
<span class="sortValue">1</span><span class="aui-lozenge aui-lozenge-success">PASS</span>
</td>
<td>
7 Aug 12:43:40
</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_30431_good</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</span>
  <a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/AbaRouteValidator.html?id=28787#AbaRouteValidator" title="AbaRouteValidator" name="sl-47">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</a>
</td>
<td>
<span class="sortValue">0.7352941</span>73.5%
</td>
<td class="align-middle" style="width: 100%" colspan="3">
<div>
<div title="73.5% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:73.5%"></div></div></div> </td>
</tr>
</tbody>
</table>
</div> <!-- class="aui-page-panel-content-clover" -->
<footer id="footer" role="contentinfo">
<section class="footer-body">
<ul>
<li>
Report generated by <a target="_new" href="http://openclover.org">OpenClover</a> v 4.4.1
on Sat Aug 7 2021 12:49:26 MDT using coverage data from Sat Aug 7 2021 12:47:23 MDT.
</li>
</ul>
<ul>
<li>OpenClover is free and open-source software. </li>
</ul>
</section>
</footer> </section> <!-- class="aui-page-panel-content" -->
</div> <!-- class="aui-page-panel-inner" -->
</div> <!-- class="aui-page-panel" -->
</div> <!-- id="page" -->
</body>
</html>
|
carrot2-webapp-3.8.1/herballsilvertrigram/1615764.txt.html
|
idigbio-citsci-hackathon/carrotFacetNgram
|
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<span class='rank23 23.207682162752263'>?Velva</span>
<span class='rank8 8.149646173268101'>E.</span>
<span class='rank27 26.846770952363187'>Rudd.</span>
<span class='rank10 10.021448350169694'>U.</span>
<span class='rank7 7.347299700743164'>S.</span>
<span class='rank-4 -3.660633618838432'>National</span>
<span class='rank16 15.862423049989623'>Museum</span>
</br>
<span class='rank6 6.033766030327724'>THE</span>
<span class='rank5 5.23758013687111'>NEW</span>
<span class='rank5 5.092407184714711'>YORK</span>
<span class='rank4 4.3452095742978045'>BOTANICAL</span>
<span class='rank5 4.836230413135688'>GARDEN</span>
</br>
<span class='rank4 3.9555862618421074'>PLANTS</span>
<span class='rank6 6.171300748459634'>OF</span>
<span class='rank29 28.740270262875306'>MONTSERRAT,</span>
<span class='rank8 7.9420068084898565'>W.</span>
<span class='rank0 0.0'>I</span>
</br>
<span class='rank-8 -7.6747233763154625'>January</span>
</br>
<span class='rank3 3.340677699866724'>1907</span>
</br>
<span class='rank29 29.31503654973747'>1615764</span>
</br>
</br></br>
<strong>Legend - </strong>
Level of confidence that token is an accurately-transcribed word</br>
<span class='rank-13'> </span> extremely low
<span class='rank-7'> </span> very low
<span class='rank-1'> </span> low
<span class='rank0'> </span> undetermined
<span class='rank1'> </span> medium
<span class='rank6'> </span> high
<span class='rank16'> </span> very high</br>
</body>
</html>
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.