path
stringlengths 5
312
| repo_name
stringlengths 5
116
| content
stringlengths 2
1.04M
|
|---|---|---|
doc/serialized-form.html
|
arx-deidentifier/arx
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_231) on Sun Nov 17 02:10:24 CET 2019 -->
<title>Serialized Form</title>
<meta name="date" content="2019-11-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="Serialized Form";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><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?serialized-form.html" target="_top">Frames</a></li>
<li><a href="serialized-form.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="Serialized Form" class="title">Serialized Form</h1>
</div>
<div class="serializedFormContainer">
<ul class="blockList">
<li class="blockList">
<h2 title="Package">Package org.deidentifier.arx</h2>
<ul class="blockList">
<li class="blockList"><a name="org.deidentifier.arx.ARXClassificationConfiguration">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/ARXClassificationConfiguration.html" title="class in org.deidentifier.arx">org.deidentifier.arx.ARXClassificationConfiguration</a> extends java.lang.Object implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-8751059558718015927L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>deterministic</h4>
<pre>boolean deterministic</pre>
<div class="block">Deterministic</div>
</li>
<li class="blockList">
<h4>maxRecords</h4>
<pre>int maxRecords</pre>
<div class="block">Max records</div>
</li>
<li class="blockList">
<h4>numberOfFolds</h4>
<pre>int numberOfFolds</pre>
<div class="block">Folds</div>
</li>
<li class="blockList">
<h4>seed</h4>
<pre>long seed</pre>
<div class="block">Seed</div>
</li>
<li class="blockList">
<h4>vectorLength</h4>
<pre>int vectorLength</pre>
<div class="block">Configuration</div>
</li>
<li class="blockListLast">
<h4>modified</h4>
<pre>boolean modified</pre>
<div class="block">Modified</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.ARXConfiguration">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/ARXConfiguration.html" title="class in org.deidentifier.arx">org.deidentifier.arx.ARXConfiguration</a> extends java.lang.Object implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-6713510386735241964L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>absMaxOutliers</h4>
<pre>int absMaxOutliers</pre>
<div class="block">Absolute suppression limit.</div>
</li>
<li class="blockList">
<h4>aCriteria</h4>
<pre><a href="org/deidentifier/arx/criteria/PrivacyCriterion.html" title="class in org.deidentifier.arx.criteria">PrivacyCriterion</a>[] aCriteria</pre>
<div class="block">Criteria.</div>
</li>
<li class="blockList">
<h4>bCriteria</h4>
<pre><a href="org/deidentifier/arx/criteria/SampleBasedCriterion.html" title="class in org.deidentifier.arx.criteria">SampleBasedCriterion</a>[] bCriteria</pre>
<div class="block">Criteria.</div>
</li>
<li class="blockList">
<h4>attributeWeights</h4>
<pre>java.util.Map<K,V> attributeWeights</pre>
<div class="block">A map of weights per attribute.</div>
</li>
<li class="blockList">
<h4>criteria</h4>
<pre>java.util.Set<E> criteria</pre>
<div class="block">The criteria.</div>
</li>
<li class="blockList">
<h4>metric</h4>
<pre><a href="org/deidentifier/arx/metric/Metric.html" title="class in org.deidentifier.arx.metric">Metric</a><<a href="org/deidentifier/arx/metric/Metric.html" title="type parameter in Metric">T</a> extends <a href="org/deidentifier/arx/metric/InformationLoss.html" title="class in org.deidentifier.arx.metric">InformationLoss</a><?>> metric</pre>
<div class="block">The metric.</div>
</li>
<li class="blockList">
<h4>practicalMonotonicity</h4>
<pre>boolean practicalMonotonicity</pre>
<div class="block">Do we assume practical monotonicity.</div>
</li>
<li class="blockList">
<h4>relMaxOutliers</h4>
<pre>double relMaxOutliers</pre>
<div class="block">Relative tuple outliers.</div>
</li>
<li class="blockList">
<h4>requirements</h4>
<pre>int requirements</pre>
<div class="block">The requirements per equivalence class.</div>
</li>
<li class="blockList">
<h4>snapshotLength</h4>
<pre>int snapshotLength</pre>
<div class="block">The snapshot length.</div>
</li>
<li class="blockList">
<h4>suppressedAttributeTypes</h4>
<pre>java.lang.Integer suppressedAttributeTypes</pre>
<div class="block">Defines values of which attribute type are to be replaced by the suppression string in suppressed tuples.</div>
</li>
<li class="blockList">
<h4>suppressionAlwaysEnabled</h4>
<pre>java.lang.Boolean suppressionAlwaysEnabled</pre>
<div class="block">Determines whether suppression is applied to the output of anonymous as well as non-anonymous transformations.</div>
</li>
<li class="blockList">
<h4>heuristicSearchForSampleBasedCriteria</h4>
<pre>boolean heuristicSearchForSampleBasedCriteria</pre>
<div class="block">Are we performing optimal anonymization for sample-based criteria?</div>
</li>
<li class="blockList">
<h4>heuristicSearchEnabled</h4>
<pre>boolean heuristicSearchEnabled</pre>
<div class="block">Should we use the heuristic search algorithm?</div>
</li>
<li class="blockList">
<h4>heuristicSearchThreshold</h4>
<pre>java.lang.Integer heuristicSearchThreshold</pre>
<div class="block">We will use the heuristic algorithm, if the size of the search space exceeds this threshold</div>
</li>
<li class="blockList">
<h4>heuristicSearchTimeLimit</h4>
<pre>java.lang.Integer heuristicSearchTimeLimit</pre>
<div class="block">The heuristic algorithm will terminate after the given time limit</div>
</li>
<li class="blockList">
<h4>heuristicSearchStepLimit</h4>
<pre>java.lang.Integer heuristicSearchStepLimit</pre>
<div class="block">The heuristic algorithm will terminate after the given number of search steps</div>
</li>
<li class="blockList">
<h4>costBenefitConfiguration</h4>
<pre><a href="org/deidentifier/arx/ARXCostBenefitConfiguration.html" title="class in org.deidentifier.arx">ARXCostBenefitConfiguration</a> costBenefitConfiguration</pre>
<div class="block">Cost/benefit configuration</div>
</li>
<li class="blockList">
<h4>dpSearchBudget</h4>
<pre>java.lang.Double dpSearchBudget</pre>
<div class="block">The privacy budget to use for the data-dependent differential privacy search algorithm</div>
</li>
<li class="blockList">
<h4>numOutputRecords</h4>
<pre>int numOutputRecords</pre>
<div class="block">Number of output records</div>
</li>
<li class="blockListLast">
<h4>searchStepSemantics</h4>
<pre><a href="org/deidentifier/arx/ARXConfiguration.SearchStepSemantics.html" title="enum in org.deidentifier.arx">ARXConfiguration.SearchStepSemantics</a> searchStepSemantics</pre>
<div class="block">Semantics of heuristic search steps</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.ARXCostBenefitConfiguration">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/ARXCostBenefitConfiguration.html" title="class in org.deidentifier.arx">org.deidentifier.arx.ARXCostBenefitConfiguration</a> extends java.lang.Object implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-560679186676701860L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>publisherBenefit</h4>
<pre>double publisherBenefit</pre>
<div class="block">Basic parameters</div>
</li>
<li class="blockList">
<h4>publisherLoss</h4>
<pre>double publisherLoss</pre>
<div class="block">Basic parameters</div>
</li>
<li class="blockList">
<h4>adversaryGain</h4>
<pre>double adversaryGain</pre>
<div class="block">Basic parameters</div>
</li>
<li class="blockListLast">
<h4>adversaryCost</h4>
<pre>double adversaryCost</pre>
<div class="block">Basic parameters</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.ARXFeatureScaling">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/ARXFeatureScaling.html" title="class in org.deidentifier.arx">org.deidentifier.arx.ARXFeatureScaling</a> extends java.lang.Object implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>5844012255436186950L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>functions</h4>
<pre>java.util.Map<K,V> functions</pre>
<div class="block">Functions for feature scaling</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.ARXLattice">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/ARXLattice.html" title="class in org.deidentifier.arx">org.deidentifier.arx.ARXLattice</a> extends java.lang.Object implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-8790104959905019184L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialization Methods</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>readObject</h4>
<pre>private void readObject(java.io.ObjectInputStream aInputStream)
throws java.lang.ClassNotFoundException,
java.io.IOException</pre>
<div class="block">De-serialization.</div>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.lang.ClassNotFoundException</code></dd>
<dd><code>java.io.IOException</code></dd>
</dl>
</li>
</ul>
</li>
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>access</h4>
<pre><a href="org/deidentifier/arx/ARXLattice.Access.html" title="class in org.deidentifier.arx">ARXLattice.Access</a> access</pre>
<div class="block">The accessor.</div>
</li>
<li class="blockList">
<h4>metric</h4>
<pre><a href="org/deidentifier/arx/metric/Metric.html" title="class in org.deidentifier.arx.metric">Metric</a><<a href="org/deidentifier/arx/metric/Metric.html" title="type parameter in Metric">T</a> extends <a href="org/deidentifier/arx/metric/InformationLoss.html" title="class in org.deidentifier.arx.metric">InformationLoss</a><?>> metric</pre>
<div class="block">Metric.</div>
</li>
<li class="blockList">
<h4>size</h4>
<pre>int size</pre>
<div class="block">The number of nodes.</div>
</li>
<li class="blockList">
<h4>virtualSize</h4>
<pre>java.lang.Long virtualSize</pre>
<div class="block">The virtual size: TODO: Legacy field. Remove later.</div>
</li>
<li class="blockList">
<h4>virtualSizeLargeLattice</h4>
<pre>java.math.BigInteger virtualSizeLargeLattice</pre>
<div class="block">The virtual size</div>
</li>
<li class="blockList">
<h4>uncertainty</h4>
<pre>boolean uncertainty</pre>
<div class="block">Is practical monotonicity being assumed.</div>
</li>
<li class="blockList">
<h4>complete</h4>
<pre>java.lang.Boolean complete</pre>
<div class="block">Kept only for backwards compatibility</div>
</li>
<li class="blockList">
<h4>monotonicAnonymous</h4>
<pre>boolean monotonicAnonymous</pre>
<div class="block">Monotonicity of information loss.</div>
</li>
<li class="blockList">
<h4>monotonicNonAnonymous</h4>
<pre>boolean monotonicNonAnonymous</pre>
<div class="block">Monotonicity of information loss.</div>
</li>
<li class="blockList">
<h4>minimumInformationLoss</h4>
<pre><a href="org/deidentifier/arx/metric/InformationLoss.html" title="class in org.deidentifier.arx.metric">InformationLoss</a><<a href="org/deidentifier/arx/metric/InformationLoss.html" title="type parameter in InformationLoss">T</a>> minimumInformationLoss</pre>
<div class="block">Minimum loss in the lattice.</div>
</li>
<li class="blockListLast">
<h4>maximumInformationLoss</h4>
<pre><a href="org/deidentifier/arx/metric/InformationLoss.html" title="class in org.deidentifier.arx.metric">InformationLoss</a><<a href="org/deidentifier/arx/metric/InformationLoss.html" title="type parameter in InformationLoss">T</a>> maximumInformationLoss</pre>
<div class="block">Maximum loss in the lattice.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.ARXLattice.Access">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/ARXLattice.Access.html" title="class in org.deidentifier.arx">org.deidentifier.arx.ARXLattice.Access</a> extends java.lang.Object implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>6654627605797832468L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>lattice</h4>
<pre><a href="org/deidentifier/arx/ARXLattice.html" title="class in org.deidentifier.arx">ARXLattice</a> lattice</pre>
<div class="block">Lattice</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.ARXPopulationModel">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/ARXPopulationModel.html" title="class in org.deidentifier.arx">org.deidentifier.arx.ARXPopulationModel</a> extends java.lang.Object implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>6331644478717881214L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>region</h4>
<pre><a href="org/deidentifier/arx/ARXPopulationModel.Region.html" title="enum in org.deidentifier.arx">ARXPopulationModel.Region</a> region</pre>
<div class="block">The region</div>
</li>
<li class="blockList">
<h4>sampleFraction</h4>
<pre>double sampleFraction</pre>
<div class="block">TODO: This field is here for backwards compatibility only!</div>
</li>
<li class="blockListLast">
<h4>populationSize</h4>
<pre>java.lang.Long populationSize</pre>
<div class="block">The sample fraction</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.ARXProcessStatistics">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/ARXProcessStatistics.html" title="class in org.deidentifier.arx">org.deidentifier.arx.ARXProcessStatistics</a> extends java.lang.Object implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-7984648262848553971L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>steps</h4>
<pre>java.util.List<E> steps</pre>
<div class="block">List of steps performed</div>
</li>
<li class="blockList">
<h4>transformationsTotal</h4>
<pre>long transformationsTotal</pre>
<div class="block">Total transformations available in this step</div>
</li>
<li class="blockList">
<h4>transformationsTotalLargeLattice</h4>
<pre>java.math.BigInteger transformationsTotalLargeLattice</pre>
<div class="block">Total transformations available in this step</div>
</li>
<li class="blockList">
<h4>transformationsChecked</h4>
<pre>long transformationsChecked</pre>
<div class="block">Transformations checked in this step</div>
</li>
<li class="blockList">
<h4>initialNumberOfRecords</h4>
<pre>int initialNumberOfRecords</pre>
<div class="block">If known</div>
</li>
<li class="blockListLast">
<h4>duration</h4>
<pre>long duration</pre>
<div class="block">Duration</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.ARXProcessStatistics.Step">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/ARXProcessStatistics.Step.html" title="class in org.deidentifier.arx">org.deidentifier.arx.ARXProcessStatistics.Step</a> extends java.lang.Object implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-7432752645871431439L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>transformation</h4>
<pre>int[] transformation</pre>
<div class="block">Transformation<?> selected in this step</div>
</li>
<li class="blockList">
<h4>top</h4>
<pre>int[] top</pre>
<div class="block">Top transformation available in this step</div>
</li>
<li class="blockList">
<h4>headermap</h4>
<pre>java.util.Map<K,V> headermap</pre>
<div class="block">Maps attributes to indices</div>
</li>
<li class="blockList">
<h4>score</h4>
<pre><a href="org/deidentifier/arx/metric/InformationLoss.html" title="class in org.deidentifier.arx.metric">InformationLoss</a><<a href="org/deidentifier/arx/metric/InformationLoss.html" title="type parameter in InformationLoss">T</a>> score</pre>
<div class="block">Information loss at this step</div>
</li>
<li class="blockList">
<h4>numRecordsTransformed</h4>
<pre>int numRecordsTransformed</pre>
<div class="block">Number of records transformed in this step</div>
</li>
<li class="blockListLast">
<h4>optimal</h4>
<pre>boolean optimal</pre>
<div class="block">Is the solution optimal</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.ARXSolverConfiguration">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/ARXSolverConfiguration.html" title="class in org.deidentifier.arx">org.deidentifier.arx.ARXSolverConfiguration</a> extends de.linearbits.newtonraphson.NewtonRaphsonConfiguration<<a href="org/deidentifier/arx/ARXSolverConfiguration.html" title="class in org.deidentifier.arx">ARXSolverConfiguration</a>> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-7122709349147064168L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>modified</h4>
<pre>boolean modified</pre>
<div class="block">Modified</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.AttributeType">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/AttributeType.html" title="class in org.deidentifier.arx">org.deidentifier.arx.AttributeType</a> extends java.lang.Object implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-7358540408016873823L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>type</h4>
<pre>int type</pre>
<div class="block">The type.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.AttributeType.Hierarchy">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/AttributeType.Hierarchy.html" title="class in org.deidentifier.arx">org.deidentifier.arx.AttributeType.Hierarchy</a> extends <a href="org/deidentifier/arx/AttributeType.html" title="class in org.deidentifier.arx">AttributeType</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-4721439386792383385L</dd>
</dl>
</li>
<li class="blockList"><a name="org.deidentifier.arx.AttributeType.Hierarchy.DefaultHierarchy">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/AttributeType.Hierarchy.DefaultHierarchy.html" title="class in org.deidentifier.arx">org.deidentifier.arx.AttributeType.Hierarchy.DefaultHierarchy</a> extends <a href="org/deidentifier/arx/AttributeType.Hierarchy.html" title="class in org.deidentifier.arx">AttributeType.Hierarchy</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>7493568420925738049L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialization Methods</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>readObject</h4>
<pre>private void readObject(java.io.ObjectInputStream ois)
throws java.lang.ClassNotFoundException,
java.io.IOException</pre>
<div class="block">This fixes a bug, where hierarchies which have been loaded from CSV files are trimmed but
hierarchies which are deserialized are not. We fix this by implementing custom deserialization.</div>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.lang.ClassNotFoundException</code></dd>
<dd><code>java.io.IOException</code></dd>
</dl>
</li>
</ul>
</li>
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>hierarchy</h4>
<pre>java.util.List<E> hierarchy</pre>
<div class="block">The raw data.</div>
</li>
<li class="blockListLast">
<h4>array</h4>
<pre>java.lang.String[][] array</pre>
<div class="block">The array.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.AttributeType.MicroAggregationFunction">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/AttributeType.MicroAggregationFunction.html" title="class in org.deidentifier.arx">org.deidentifier.arx.AttributeType.MicroAggregationFunction</a> extends <a href="org/deidentifier/arx/AttributeType.html" title="class in org.deidentifier.arx">AttributeType</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-7175337291872533713L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>function</h4>
<pre><a href="org/deidentifier/arx/framework/check/distribution/DistributionAggregateFunction.html" title="class in org.deidentifier.arx.framework.check.distribution">DistributionAggregateFunction</a> function</pre>
<div class="block">The microaggregation function</div>
</li>
<li class="blockList">
<h4>requiredScale</h4>
<pre><a href="org/deidentifier/arx/DataScale.html" title="enum in org.deidentifier.arx">DataScale</a> requiredScale</pre>
<div class="block">The required scale</div>
</li>
<li class="blockListLast">
<h4>label</h4>
<pre>java.lang.String label</pre>
<div class="block">The label</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.AttributeType.MicroAggregationFunctionDescription">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/AttributeType.MicroAggregationFunctionDescription.html" title="class in org.deidentifier.arx">org.deidentifier.arx.AttributeType.MicroAggregationFunctionDescription</a> extends java.lang.Object implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-6608355532280843693L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>requiredScale</h4>
<pre><a href="org/deidentifier/arx/DataScale.html" title="enum in org.deidentifier.arx">DataScale</a> requiredScale</pre>
<div class="block">The required scale</div>
</li>
<li class="blockListLast">
<h4>label</h4>
<pre>java.lang.String label</pre>
<div class="block">The label</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.DataGeneralizationScheme">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/DataGeneralizationScheme.html" title="class in org.deidentifier.arx">org.deidentifier.arx.DataGeneralizationScheme</a> extends java.lang.Object implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-5402090022629905154L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>degrees</h4>
<pre>java.util.Map<K,V> degrees</pre>
<div class="block">Degrees</div>
</li>
<li class="blockList">
<h4>levels</h4>
<pre>java.util.Map<K,V> levels</pre>
<div class="block">Levels</div>
</li>
<li class="blockList">
<h4>degree</h4>
<pre><a href="org/deidentifier/arx/DataGeneralizationScheme.GeneralizationDegree.html" title="enum in org.deidentifier.arx">DataGeneralizationScheme.GeneralizationDegree</a> degree</pre>
<div class="block">Degree</div>
</li>
<li class="blockListLast">
<h4>attributes</h4>
<pre>java.util.Set<E> attributes</pre>
<div class="block">Data</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.DataSubset">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/DataSubset.html" title="class in org.deidentifier.arx">org.deidentifier.arx.DataSubset</a> extends java.lang.Object implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>3945730896172205344L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>set</h4>
<pre><a href="org/deidentifier/arx/RowSet.html" title="class in org.deidentifier.arx">RowSet</a> set</pre>
<div class="block">The subset as a bitset.</div>
</li>
<li class="blockListLast">
<h4>array</h4>
<pre>int[] array</pre>
<div class="block">The subset as a sorted array of indices.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.DataType">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/DataType.html" title="class in org.deidentifier.arx">org.deidentifier.arx.DataType</a> extends java.lang.Object implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-4380267779210935078L</dd>
</dl>
</li>
<li class="blockList"><a name="org.deidentifier.arx.DataType.ARXDate">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/DataType.ARXDate.html" title="class in org.deidentifier.arx">org.deidentifier.arx.DataType.ARXDate</a> extends <a href="org/deidentifier/arx/DataType.html" title="class in org.deidentifier.arx">DataType</a><java.util.Date> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-1658470914184442833L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>format</h4>
<pre>java.text.SimpleDateFormat format</pre>
<div class="block">Format.</div>
</li>
<li class="blockList">
<h4>string</h4>
<pre>java.lang.String string</pre>
<div class="block">Format string.</div>
</li>
<li class="blockListLast">
<h4>locale</h4>
<pre>java.util.Locale locale</pre>
<div class="block">Locale.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.DataType.ARXDecimal">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/DataType.ARXDecimal.html" title="class in org.deidentifier.arx">org.deidentifier.arx.DataType.ARXDecimal</a> extends <a href="org/deidentifier/arx/DataType.html" title="class in org.deidentifier.arx">DataType</a><java.lang.Double> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>7293446977526103610L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>format</h4>
<pre>java.text.DecimalFormat format</pre>
<div class="block">Format.</div>
</li>
<li class="blockList">
<h4>string</h4>
<pre>java.lang.String string</pre>
<div class="block">Format string.</div>
</li>
<li class="blockListLast">
<h4>locale</h4>
<pre>java.util.Locale locale</pre>
<div class="block">Locale.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.DataType.ARXInteger">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/DataType.ARXInteger.html" title="class in org.deidentifier.arx">org.deidentifier.arx.DataType.ARXInteger</a> extends <a href="org/deidentifier/arx/DataType.html" title="class in org.deidentifier.arx">DataType</a><java.lang.Long> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-631163546929231044L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>format</h4>
<pre>java.text.DecimalFormat format</pre>
<div class="block">Format.</div>
</li>
<li class="blockList">
<h4>string</h4>
<pre>java.lang.String string</pre>
<div class="block">Format string.</div>
</li>
<li class="blockListLast">
<h4>locale</h4>
<pre>java.util.Locale locale</pre>
<div class="block">Locale.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.DataType.ARXOrderedString">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/DataType.ARXOrderedString.html" title="class in org.deidentifier.arx">org.deidentifier.arx.DataType.ARXOrderedString</a> extends <a href="org/deidentifier/arx/DataType.html" title="class in org.deidentifier.arx">DataType</a><java.lang.String> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-830897705078418835L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>order</h4>
<pre>java.util.Map<K,V> order</pre>
<div class="block">The defined order</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.DataType.ARXString">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/DataType.ARXString.html" title="class in org.deidentifier.arx">org.deidentifier.arx.DataType.ARXString</a> extends <a href="org/deidentifier/arx/DataType.html" title="class in org.deidentifier.arx">DataType</a><java.lang.String> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>903334212175979691L</dd>
</dl>
</li>
<li class="blockList"><a name="org.deidentifier.arx.DataType.DataTypeDescription">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/DataType.DataTypeDescription.html" title="class in org.deidentifier.arx">org.deidentifier.arx.DataType.DataTypeDescription</a> extends java.lang.Object implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>6369986224526795419L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>clazz</h4>
<pre>java.lang.Class<T> clazz</pre>
<div class="block">The wrapped java class.</div>
</li>
<li class="blockList">
<h4>exampleFormats</h4>
<pre>java.util.List<E> exampleFormats</pre>
<div class="block">If yes, a list of available formats.</div>
</li>
<li class="blockList">
<h4>hasFormat</h4>
<pre>boolean hasFormat</pre>
<div class="block">Can the type be parameterized with a format string.</div>
</li>
<li class="blockList">
<h4>label</h4>
<pre>java.lang.String label</pre>
<div class="block">A human readable label.</div>
</li>
<li class="blockListLast">
<h4>scale</h4>
<pre><a href="org/deidentifier/arx/DataScale.html" title="enum in org.deidentifier.arx">DataScale</a> scale</pre>
<div class="block">The associated scale of measure</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.RowSet">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/RowSet.html" title="class in org.deidentifier.arx">org.deidentifier.arx.RowSet</a> extends java.lang.Object implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>1492499772279795327L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>array</h4>
<pre>long[] array</pre>
<div class="block">Array</div>
</li>
<li class="blockList">
<h4>length</h4>
<pre>int length</pre>
<div class="block">Length of array</div>
</li>
<li class="blockListLast">
<h4>size</h4>
<pre>int size</pre>
<div class="block">Number of bits set</div>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList">
<h2 title="Package">Package org.deidentifier.arx.aggregates</h2>
<ul class="blockList">
<li class="blockList"><a name="org.deidentifier.arx.aggregates.AggregateFunction">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/aggregates/AggregateFunction.html" title="class in org.deidentifier.arx.aggregates">org.deidentifier.arx.aggregates.AggregateFunction</a> extends java.lang.Object implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>3803318906010996154L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>type</h4>
<pre><a href="org/deidentifier/arx/DataType.html" title="class in org.deidentifier.arx">DataType</a><<a href="org/deidentifier/arx/DataType.html" title="type parameter in DataType">T</a>> type</pre>
<div class="block">The data type.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.aggregates.AggregateFunction.AggregateFunctionWithParameter">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/aggregates/AggregateFunction.AggregateFunctionWithParameter.html" title="class in org.deidentifier.arx.aggregates">org.deidentifier.arx.aggregates.AggregateFunction.AggregateFunctionWithParameter</a> extends <a href="org/deidentifier/arx/aggregates/AggregateFunction.html" title="class in org.deidentifier.arx.aggregates">AggregateFunction</a><<a href="org/deidentifier/arx/aggregates/AggregateFunction.AggregateFunctionWithParameter.html" title="type parameter in AggregateFunction.AggregateFunctionWithParameter">T</a>> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>1L</dd>
</dl>
</li>
<li class="blockList"><a name="org.deidentifier.arx.aggregates.AggregateFunction.GenericArithmeticMean">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/aggregates/AggregateFunction.GenericArithmeticMean.html" title="class in org.deidentifier.arx.aggregates">org.deidentifier.arx.aggregates.AggregateFunction.GenericArithmeticMean</a> extends <a href="org/deidentifier/arx/aggregates/AggregateFunction.html" title="class in org.deidentifier.arx.aggregates">AggregateFunction</a><<a href="org/deidentifier/arx/aggregates/AggregateFunction.GenericArithmeticMean.html" title="type parameter in AggregateFunction.GenericArithmeticMean">T</a>> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-901667129625212217L</dd>
</dl>
</li>
<li class="blockList"><a name="org.deidentifier.arx.aggregates.AggregateFunction.GenericArithmeticMeanOfBounds">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/aggregates/AggregateFunction.GenericArithmeticMeanOfBounds.html" title="class in org.deidentifier.arx.aggregates">org.deidentifier.arx.aggregates.AggregateFunction.GenericArithmeticMeanOfBounds</a> extends <a href="org/deidentifier/arx/aggregates/AggregateFunction.html" title="class in org.deidentifier.arx.aggregates">AggregateFunction</a><<a href="org/deidentifier/arx/aggregates/AggregateFunction.GenericArithmeticMeanOfBounds.html" title="type parameter in AggregateFunction.GenericArithmeticMeanOfBounds">T</a>> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>5067728720270473715L</dd>
</dl>
</li>
<li class="blockList"><a name="org.deidentifier.arx.aggregates.AggregateFunction.GenericBounds">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/aggregates/AggregateFunction.GenericBounds.html" title="class in org.deidentifier.arx.aggregates">org.deidentifier.arx.aggregates.AggregateFunction.GenericBounds</a> extends <a href="org/deidentifier/arx/aggregates/AggregateFunction.html" title="class in org.deidentifier.arx.aggregates">AggregateFunction</a><<a href="org/deidentifier/arx/aggregates/AggregateFunction.GenericBounds.html" title="type parameter in AggregateFunction.GenericBounds">T</a>> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-8884657842545379206L</dd>
</dl>
</li>
<li class="blockList"><a name="org.deidentifier.arx.aggregates.AggregateFunction.GenericCommonPrefix">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/aggregates/AggregateFunction.GenericCommonPrefix.html" title="class in org.deidentifier.arx.aggregates">org.deidentifier.arx.aggregates.AggregateFunction.GenericCommonPrefix</a> extends <a href="org/deidentifier/arx/aggregates/AggregateFunction.AggregateFunctionWithParameter.html" title="class in org.deidentifier.arx.aggregates">AggregateFunction.AggregateFunctionWithParameter</a><<a href="org/deidentifier/arx/aggregates/AggregateFunction.GenericCommonPrefix.html" title="type parameter in AggregateFunction.GenericCommonPrefix">T</a>> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>526809670467390820L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>redaction</h4>
<pre>java.lang.Character redaction</pre>
<div class="block">SVUID</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.aggregates.AggregateFunction.GenericConstant">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/aggregates/AggregateFunction.GenericConstant.html" title="class in org.deidentifier.arx.aggregates">org.deidentifier.arx.aggregates.AggregateFunction.GenericConstant</a> extends <a href="org/deidentifier/arx/aggregates/AggregateFunction.AggregateFunctionWithParameter.html" title="class in org.deidentifier.arx.aggregates">AggregateFunction.AggregateFunctionWithParameter</a><<a href="org/deidentifier/arx/aggregates/AggregateFunction.GenericConstant.html" title="type parameter in AggregateFunction.GenericConstant">T</a>> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-8995068916108125096L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>value</h4>
<pre>java.lang.String value</pre>
<div class="block">SVUID</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.aggregates.AggregateFunction.GenericGeometricMean">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/aggregates/AggregateFunction.GenericGeometricMean.html" title="class in org.deidentifier.arx.aggregates">org.deidentifier.arx.aggregates.AggregateFunction.GenericGeometricMean</a> extends <a href="org/deidentifier/arx/aggregates/AggregateFunction.html" title="class in org.deidentifier.arx.aggregates">AggregateFunction</a><<a href="org/deidentifier/arx/aggregates/AggregateFunction.GenericGeometricMean.html" title="type parameter in AggregateFunction.GenericGeometricMean">T</a>> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-1756610766270481335L</dd>
</dl>
</li>
<li class="blockList"><a name="org.deidentifier.arx.aggregates.AggregateFunction.GenericGeometricMeanOfBounds">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/aggregates/AggregateFunction.GenericGeometricMeanOfBounds.html" title="class in org.deidentifier.arx.aggregates">org.deidentifier.arx.aggregates.AggregateFunction.GenericGeometricMeanOfBounds</a> extends <a href="org/deidentifier/arx/aggregates/AggregateFunction.html" title="class in org.deidentifier.arx.aggregates">AggregateFunction</a><<a href="org/deidentifier/arx/aggregates/AggregateFunction.GenericGeometricMeanOfBounds.html" title="type parameter in AggregateFunction.GenericGeometricMeanOfBounds">T</a>> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>8155390779775522723L</dd>
</dl>
</li>
<li class="blockList"><a name="org.deidentifier.arx.aggregates.AggregateFunction.GenericInterval">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/aggregates/AggregateFunction.GenericInterval.html" title="class in org.deidentifier.arx.aggregates">org.deidentifier.arx.aggregates.AggregateFunction.GenericInterval</a> extends <a href="org/deidentifier/arx/aggregates/AggregateFunction.html" title="class in org.deidentifier.arx.aggregates">AggregateFunction</a><<a href="org/deidentifier/arx/aggregates/AggregateFunction.GenericInterval.html" title="type parameter in AggregateFunction.GenericInterval">T</a>> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-5182521036467379023L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>lowerIncluded</h4>
<pre>boolean lowerIncluded</pre>
<div class="block">SVUID</div>
</li>
<li class="blockListLast">
<h4>upperIncluded</h4>
<pre>boolean upperIncluded</pre>
<div class="block">SVUID</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.aggregates.AggregateFunction.GenericSet">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/aggregates/AggregateFunction.GenericSet.html" title="class in org.deidentifier.arx.aggregates">org.deidentifier.arx.aggregates.AggregateFunction.GenericSet</a> extends <a href="org/deidentifier/arx/aggregates/AggregateFunction.html" title="class in org.deidentifier.arx.aggregates">AggregateFunction</a><<a href="org/deidentifier/arx/aggregates/AggregateFunction.GenericSet.html" title="type parameter in AggregateFunction.GenericSet">T</a>> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-4029191421720743653L</dd>
</dl>
</li>
<li class="blockList"><a name="org.deidentifier.arx.aggregates.AggregateFunction.GenericSetOfPrefixes">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/aggregates/AggregateFunction.GenericSetOfPrefixes.html" title="class in org.deidentifier.arx.aggregates">org.deidentifier.arx.aggregates.AggregateFunction.GenericSetOfPrefixes</a> extends <a href="org/deidentifier/arx/aggregates/AggregateFunction.AggregateFunctionWithParameter.html" title="class in org.deidentifier.arx.aggregates">AggregateFunction.AggregateFunctionWithParameter</a><<a href="org/deidentifier/arx/aggregates/AggregateFunction.GenericSetOfPrefixes.html" title="type parameter in AggregateFunction.GenericSetOfPrefixes">T</a>> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-4164142474804296433L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>length</h4>
<pre>int length</pre>
<div class="block">SVUID</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.aggregates.ClassificationConfigurationLogisticRegression">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/aggregates/ClassificationConfigurationLogisticRegression.html" title="class in org.deidentifier.arx.aggregates">org.deidentifier.arx.aggregates.ClassificationConfigurationLogisticRegression</a> extends <a href="org/deidentifier/arx/ARXClassificationConfiguration.html" title="class in org.deidentifier.arx">ARXClassificationConfiguration</a><<a href="org/deidentifier/arx/aggregates/ClassificationConfigurationLogisticRegression.html" title="class in org.deidentifier.arx.aggregates">ClassificationConfigurationLogisticRegression</a>> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-7432423626032273246L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>alpha</h4>
<pre>double alpha</pre>
<div class="block">Configuration</div>
</li>
<li class="blockList">
<h4>decayExponent</h4>
<pre>double decayExponent</pre>
<div class="block">-1 equals even weighting of all examples, 0 means only use exponential annealing</div>
</li>
<li class="blockList">
<h4>lambda</h4>
<pre>double lambda</pre>
<div class="block">Configuration</div>
</li>
<li class="blockList">
<h4>learningRate</h4>
<pre>double learningRate</pre>
<div class="block">Configuration</div>
</li>
<li class="blockList">
<h4>stepOffset</h4>
<pre>int stepOffset</pre>
<div class="block">Configuration</div>
</li>
<li class="blockList">
<h4>vectorLength</h4>
<pre>int vectorLength</pre>
<div class="block">Configuration. TODO: We needed to replicate this here for backwards compatibility</div>
</li>
<li class="blockList">
<h4>maxRecords</h4>
<pre>int maxRecords</pre>
<div class="block">Max records TODO: We needed to replicate this here for backwards compatibility</div>
</li>
<li class="blockList">
<h4>seed</h4>
<pre>int seed</pre>
<div class="block">Seed TODO: We needed to replicate this here for backwards compatibility</div>
</li>
<li class="blockList">
<h4>numberOfFolds</h4>
<pre>int numberOfFolds</pre>
<div class="block">Folds TODO: We needed to replicate this here for backwards compatibility</div>
</li>
<li class="blockList">
<h4>deterministic</h4>
<pre>boolean deterministic</pre>
<div class="block">Deterministic TODO: We needed to replicate this here for backwards compatibility</div>
</li>
<li class="blockListLast">
<h4>prior</h4>
<pre><a href="org/deidentifier/arx/aggregates/ClassificationConfigurationLogisticRegression.PriorFunction.html" title="enum in org.deidentifier.arx.aggregates">ClassificationConfigurationLogisticRegression.PriorFunction</a> prior</pre>
<div class="block">Configuration</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.aggregates.ClassificationConfigurationNaiveBayes">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/aggregates/ClassificationConfigurationNaiveBayes.html" title="class in org.deidentifier.arx.aggregates">org.deidentifier.arx.aggregates.ClassificationConfigurationNaiveBayes</a> extends <a href="org/deidentifier/arx/ARXClassificationConfiguration.html" title="class in org.deidentifier.arx">ARXClassificationConfiguration</a><<a href="org/deidentifier/arx/aggregates/ClassificationConfigurationNaiveBayes.html" title="class in org.deidentifier.arx.aggregates">ClassificationConfigurationNaiveBayes</a>> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>5899021797968063868L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>type</h4>
<pre><a href="org/deidentifier/arx/aggregates/ClassificationConfigurationNaiveBayes.Type.html" title="enum in org.deidentifier.arx.aggregates">ClassificationConfigurationNaiveBayes.Type</a> type</pre>
<div class="block">Type</div>
</li>
<li class="blockListLast">
<h4>sigma</h4>
<pre>double sigma</pre>
<div class="block">Prior count</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.aggregates.ClassificationConfigurationRandomForest">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/aggregates/ClassificationConfigurationRandomForest.html" title="class in org.deidentifier.arx.aggregates">org.deidentifier.arx.aggregates.ClassificationConfigurationRandomForest</a> extends <a href="org/deidentifier/arx/ARXClassificationConfiguration.html" title="class in org.deidentifier.arx">ARXClassificationConfiguration</a><<a href="org/deidentifier/arx/aggregates/ClassificationConfigurationRandomForest.html" title="class in org.deidentifier.arx.aggregates">ClassificationConfigurationRandomForest</a>> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>7928077920858462047L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>numberOfTrees</h4>
<pre>int numberOfTrees</pre>
<div class="block">Number of trees</div>
</li>
<li class="blockList">
<h4>numberOfVariablesToSplit</h4>
<pre>int numberOfVariablesToSplit</pre>
<div class="block">Number of variables to split: sqrt(#features) seems to provide good result</div>
</li>
<li class="blockList">
<h4>minimumSizeOfLeafNodes</h4>
<pre>int minimumSizeOfLeafNodes</pre>
<div class="block">Number of variables to split: sqrt(#features) seems to provide good result</div>
</li>
<li class="blockList">
<h4>maximumNumberOfLeafNodes</h4>
<pre>int maximumNumberOfLeafNodes</pre>
<div class="block">Number of variables to split: sqrt(#features) seems to provide good result</div>
</li>
<li class="blockList">
<h4>subsample</h4>
<pre>double subsample</pre>
<div class="block">1.0 = sampling with replacement; <1.0 = sampling without replacement</div>
</li>
<li class="blockListLast">
<h4>splitRule</h4>
<pre><a href="org/deidentifier/arx/aggregates/ClassificationConfigurationRandomForest.SplitRule.html" title="enum in org.deidentifier.arx.aggregates">ClassificationConfigurationRandomForest.SplitRule</a> splitRule</pre>
<div class="block">Split rule</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.aggregates.HierarchyBuilder">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/aggregates/HierarchyBuilder.html" title="class in org.deidentifier.arx.aggregates">org.deidentifier.arx.aggregates.HierarchyBuilder</a> extends java.lang.Object implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-4182364711973630816L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>type</h4>
<pre><a href="org/deidentifier/arx/aggregates/HierarchyBuilder.Type.html" title="enum in org.deidentifier.arx.aggregates">HierarchyBuilder.Type</a> type</pre>
<div class="block">The type.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.aggregates.HierarchyBuilderDate">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/aggregates/HierarchyBuilderDate.html" title="class in org.deidentifier.arx.aggregates">org.deidentifier.arx.aggregates.HierarchyBuilderDate</a> extends <a href="org/deidentifier/arx/aggregates/HierarchyBuilder.html" title="class in org.deidentifier.arx.aggregates">HierarchyBuilder</a><java.util.Date> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>6294885577802586286L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>granularities</h4>
<pre><a href="org/deidentifier/arx/aggregates/HierarchyBuilderDate.Granularity.html" title="enum in org.deidentifier.arx.aggregates">HierarchyBuilderDate.Granularity</a>[] granularities</pre>
<div class="block">Granularities</div>
</li>
<li class="blockList">
<h4>timeZone</h4>
<pre>java.util.TimeZone timeZone</pre>
<div class="block">Timezones</div>
</li>
<li class="blockList">
<h4>format</h4>
<pre><a href="org/deidentifier/arx/aggregates/HierarchyBuilderDate.Format.html" title="class in org.deidentifier.arx.aggregates">HierarchyBuilderDate.Format</a> format</pre>
<div class="block">Format</div>
</li>
<li class="blockList">
<h4>datatype</h4>
<pre><a href="org/deidentifier/arx/DataType.ARXDate.html" title="class in org.deidentifier.arx">DataType.ARXDate</a> datatype</pre>
<div class="block">Type</div>
</li>
<li class="blockList">
<h4>topCoding</h4>
<pre>java.util.Date topCoding</pre>
<div class="block">Top coding</div>
</li>
<li class="blockListLast">
<h4>bottomCoding</h4>
<pre>java.util.Date bottomCoding</pre>
<div class="block">Bottom coding</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.aggregates.HierarchyBuilderDate.Format">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/aggregates/HierarchyBuilderDate.Format.html" title="class in org.deidentifier.arx.aggregates">org.deidentifier.arx.aggregates.HierarchyBuilderDate.Format</a> extends java.lang.Object implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-4412882420968107563L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>map</h4>
<pre>java.util.Map<K,V> map</pre>
<div class="block">Map</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.aggregates.HierarchyBuilderGroupingBased">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/aggregates/HierarchyBuilderGroupingBased.html" title="class in org.deidentifier.arx.aggregates">org.deidentifier.arx.aggregates.HierarchyBuilderGroupingBased</a> extends <a href="org/deidentifier/arx/aggregates/HierarchyBuilder.html" title="class in org.deidentifier.arx.aggregates">HierarchyBuilder</a><<a href="org/deidentifier/arx/aggregates/HierarchyBuilderGroupingBased.html" title="type parameter in HierarchyBuilderGroupingBased">T</a>> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>3208791665131141362L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>groups</h4>
<pre>java.util.Map<K,V> groups</pre>
<div class="block">All fanouts for each level.</div>
</li>
<li class="blockList">
<h4>datatype</h4>
<pre><a href="org/deidentifier/arx/DataType.html" title="class in org.deidentifier.arx">DataType</a><<a href="org/deidentifier/arx/DataType.html" title="type parameter in DataType">T</a>> datatype</pre>
<div class="block">The data type.</div>
</li>
<li class="blockListLast">
<h4>function</h4>
<pre><a href="org/deidentifier/arx/aggregates/AggregateFunction.html" title="class in org.deidentifier.arx.aggregates">AggregateFunction</a><<a href="org/deidentifier/arx/aggregates/AggregateFunction.html" title="type parameter in AggregateFunction">T</a>> function</pre>
<div class="block">The default aggregate function, might be null.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.aggregates.HierarchyBuilderGroupingBased.AbstractGroup">
<!-- -->
</a>
<h3>Class org.deidentifier.arx.aggregates.HierarchyBuilderGroupingBased.AbstractGroup extends java.lang.Object implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-7657969446040078411L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>label</h4>
<pre>java.lang.String label</pre>
<div class="block">TODO</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.aggregates.HierarchyBuilderGroupingBased.Group">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/aggregates/HierarchyBuilderGroupingBased.Group.html" title="class in org.deidentifier.arx.aggregates">org.deidentifier.arx.aggregates.HierarchyBuilderGroupingBased.Group</a> extends java.lang.Object implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-5767501048737045793L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>size</h4>
<pre>int size</pre>
<div class="block">Fanout.</div>
</li>
<li class="blockListLast">
<h4>function</h4>
<pre><a href="org/deidentifier/arx/aggregates/AggregateFunction.html" title="class in org.deidentifier.arx.aggregates">AggregateFunction</a><<a href="org/deidentifier/arx/aggregates/AggregateFunction.html" title="type parameter in AggregateFunction">T</a>> function</pre>
<div class="block">Aggregate function.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.aggregates.HierarchyBuilderGroupingBased.Level">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/aggregates/HierarchyBuilderGroupingBased.Level.html" title="class in org.deidentifier.arx.aggregates">org.deidentifier.arx.aggregates.HierarchyBuilderGroupingBased.Level</a> extends java.lang.Object implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>1410005675926162598L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>level</h4>
<pre>int level</pre>
<div class="block">Level.</div>
</li>
<li class="blockList">
<h4>list</h4>
<pre>java.util.List<E> list</pre>
<div class="block">List of groups.</div>
</li>
<li class="blockListLast">
<h4>builder</h4>
<pre><a href="org/deidentifier/arx/aggregates/HierarchyBuilderGroupingBased.html" title="class in org.deidentifier.arx.aggregates">HierarchyBuilderGroupingBased</a><<a href="org/deidentifier/arx/aggregates/HierarchyBuilderGroupingBased.html" title="type parameter in HierarchyBuilderGroupingBased">T</a>> builder</pre>
<div class="block">Builder.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.aggregates.HierarchyBuilderIntervalBased">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/aggregates/HierarchyBuilderIntervalBased.html" title="class in org.deidentifier.arx.aggregates">org.deidentifier.arx.aggregates.HierarchyBuilderIntervalBased</a> extends <a href="org/deidentifier/arx/aggregates/HierarchyBuilderGroupingBased.html" title="class in org.deidentifier.arx.aggregates">HierarchyBuilderGroupingBased</a><<a href="org/deidentifier/arx/aggregates/HierarchyBuilderIntervalBased.html" title="type parameter in HierarchyBuilderIntervalBased">T</a>> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>3663874945543082808L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>lowerRange</h4>
<pre><a href="org/deidentifier/arx/aggregates/HierarchyBuilderIntervalBased.Range.html" title="class in org.deidentifier.arx.aggregates">HierarchyBuilderIntervalBased.Range</a><<a href="org/deidentifier/arx/aggregates/HierarchyBuilderIntervalBased.Range.html" title="type parameter in HierarchyBuilderIntervalBased.Range">U</a>> lowerRange</pre>
<div class="block">Adjustment.</div>
</li>
<li class="blockList">
<h4>upperRange</h4>
<pre><a href="org/deidentifier/arx/aggregates/HierarchyBuilderIntervalBased.Range.html" title="class in org.deidentifier.arx.aggregates">HierarchyBuilderIntervalBased.Range</a><<a href="org/deidentifier/arx/aggregates/HierarchyBuilderIntervalBased.Range.html" title="type parameter in HierarchyBuilderIntervalBased.Range">U</a>> upperRange</pre>
<div class="block">Adjustment.</div>
</li>
<li class="blockListLast">
<h4>intervals</h4>
<pre>java.util.List<E> intervals</pre>
<div class="block">Defined intervals.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.aggregates.HierarchyBuilderIntervalBased.IndexNode">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/aggregates/HierarchyBuilderIntervalBased.IndexNode.html" title="class in org.deidentifier.arx.aggregates">org.deidentifier.arx.aggregates.HierarchyBuilderIntervalBased.IndexNode</a> extends java.lang.Object implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>5985820929677249525L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>children</h4>
<pre><a href="org/deidentifier/arx/aggregates/HierarchyBuilderIntervalBased.IndexNode.html" title="class in org.deidentifier.arx.aggregates">HierarchyBuilderIntervalBased.IndexNode</a>[] children</pre>
<div class="block">Children.</div>
</li>
<li class="blockList">
<h4>isLeaf</h4>
<pre>boolean isLeaf</pre>
<div class="block">IsLeaf.</div>
</li>
<li class="blockList">
<h4>leafs</h4>
<pre><a href="org/deidentifier/arx/aggregates/HierarchyBuilderIntervalBased.Interval.html" title="class in org.deidentifier.arx.aggregates">HierarchyBuilderIntervalBased.Interval</a><<a href="org/deidentifier/arx/aggregates/HierarchyBuilderIntervalBased.Interval.html" title="type parameter in HierarchyBuilderIntervalBased.Interval">T</a>>[] leafs</pre>
<div class="block">Leafs.</div>
</li>
<li class="blockList">
<h4>max</h4>
<pre>java.lang.Object max</pre>
<div class="block">Max is exclusive.</div>
</li>
<li class="blockListLast">
<h4>min</h4>
<pre>java.lang.Object min</pre>
<div class="block">Min is inclusive.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.aggregates.HierarchyBuilderIntervalBased.Interval">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/aggregates/HierarchyBuilderIntervalBased.Interval.html" title="class in org.deidentifier.arx.aggregates">org.deidentifier.arx.aggregates.HierarchyBuilderIntervalBased.Interval</a> extends org.deidentifier.arx.aggregates.HierarchyBuilderGroupingBased.AbstractGroup implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>5985820929677249525L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>function</h4>
<pre><a href="org/deidentifier/arx/aggregates/AggregateFunction.html" title="class in org.deidentifier.arx.aggregates">AggregateFunction</a><<a href="org/deidentifier/arx/aggregates/AggregateFunction.html" title="type parameter in AggregateFunction">T</a>> function</pre>
<div class="block">The function.</div>
</li>
<li class="blockList">
<h4>max</h4>
<pre>java.lang.Object max</pre>
<div class="block">Max is exclusive.</div>
</li>
<li class="blockList">
<h4>min</h4>
<pre>java.lang.Object min</pre>
<div class="block">Min is inclusive.</div>
</li>
<li class="blockList">
<h4>builder</h4>
<pre><a href="org/deidentifier/arx/aggregates/HierarchyBuilderGroupingBased.html" title="class in org.deidentifier.arx.aggregates">HierarchyBuilderGroupingBased</a><<a href="org/deidentifier/arx/aggregates/HierarchyBuilderGroupingBased.html" title="type parameter in HierarchyBuilderGroupingBased">T</a>> builder</pre>
<div class="block">The builder.</div>
</li>
<li class="blockListLast">
<h4>lower</h4>
<pre>java.lang.Boolean lower</pre>
<div class="block">Null for normal intervals, true if <min, false if >max.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.aggregates.HierarchyBuilderIntervalBased.Range">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/aggregates/HierarchyBuilderIntervalBased.Range.html" title="class in org.deidentifier.arx.aggregates">org.deidentifier.arx.aggregates.HierarchyBuilderIntervalBased.Range</a> extends java.lang.Object implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-5385139177770612960L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>repeatBound</h4>
<pre>java.lang.Object repeatBound</pre>
<div class="block">Snap from.</div>
</li>
<li class="blockList">
<h4>snapBound</h4>
<pre>java.lang.Object snapBound</pre>
<div class="block">Bottom/top coding from.</div>
</li>
<li class="blockListLast">
<h4>labelBound</h4>
<pre>java.lang.Object labelBound</pre>
<div class="block">Minimum / maximum value.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.aggregates.HierarchyBuilderOrderBased">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/aggregates/HierarchyBuilderOrderBased.html" title="class in org.deidentifier.arx.aggregates">org.deidentifier.arx.aggregates.HierarchyBuilderOrderBased</a> extends <a href="org/deidentifier/arx/aggregates/HierarchyBuilderGroupingBased.html" title="class in org.deidentifier.arx.aggregates">HierarchyBuilderGroupingBased</a><<a href="org/deidentifier/arx/aggregates/HierarchyBuilderOrderBased.html" title="type parameter in HierarchyBuilderOrderBased">T</a>> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-2749758635401073668L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>comparator</h4>
<pre>java.util.Comparator<T> comparator</pre>
<div class="block">Comparator</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.aggregates.HierarchyBuilderOrderBased.CloseElements">
<!-- -->
</a>
<h3>Class org.deidentifier.arx.aggregates.HierarchyBuilderOrderBased.CloseElements extends org.deidentifier.arx.aggregates.HierarchyBuilderGroupingBased.AbstractGroup implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>7224062023293601561L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>values</h4>
<pre>java.lang.String[] values</pre>
<div class="block">Values</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.aggregates.HierarchyBuilderOrderBased.SerializableComparator">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/aggregates/HierarchyBuilderOrderBased.SerializableComparator.html" title="class in org.deidentifier.arx.aggregates">org.deidentifier.arx.aggregates.HierarchyBuilderOrderBased.SerializableComparator</a> extends java.lang.Object implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>3851134667082727602L</dd>
</dl>
</li>
<li class="blockList"><a name="org.deidentifier.arx.aggregates.HierarchyBuilderRedactionBased">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/aggregates/HierarchyBuilderRedactionBased.html" title="class in org.deidentifier.arx.aggregates">org.deidentifier.arx.aggregates.HierarchyBuilderRedactionBased</a> extends <a href="org/deidentifier/arx/aggregates/HierarchyBuilder.html" title="class in org.deidentifier.arx.aggregates">HierarchyBuilder</a><<a href="org/deidentifier/arx/aggregates/HierarchyBuilderRedactionBased.html" title="type parameter in HierarchyBuilderRedactionBased">T</a>> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>3625654600380531803L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>aligmentOrder</h4>
<pre><a href="org/deidentifier/arx/aggregates/HierarchyBuilderRedactionBased.Order.html" title="enum in org.deidentifier.arx.aggregates">HierarchyBuilderRedactionBased.Order</a> aligmentOrder</pre>
<div class="block">Alignment order.</div>
</li>
<li class="blockList">
<h4>paddingCharacter</h4>
<pre>char paddingCharacter</pre>
<div class="block">Padding character.</div>
</li>
<li class="blockList">
<h4>redactionCharacter</h4>
<pre>char redactionCharacter</pre>
<div class="block">Redaction character.</div>
</li>
<li class="blockList">
<h4>redactionOrder</h4>
<pre><a href="org/deidentifier/arx/aggregates/HierarchyBuilderRedactionBased.Order.html" title="enum in org.deidentifier.arx.aggregates">HierarchyBuilderRedactionBased.Order</a> redactionOrder</pre>
<div class="block">Redaction order.</div>
</li>
<li class="blockList">
<h4>maxValueLength</h4>
<pre>java.lang.Double maxValueLength</pre>
<div class="block">Meta-data about the nature of the domain of the attribute. Modeled as Double
for backwards compatibility</div>
</li>
<li class="blockList">
<h4>domainSize</h4>
<pre>java.lang.Double domainSize</pre>
<div class="block">Meta-data about the nature of the domain of the attribute. Modeled as Double
for backwards compatibility</div>
</li>
<li class="blockListLast">
<h4>alphabetSize</h4>
<pre>java.lang.Double alphabetSize</pre>
<div class="block">Meta-data about the nature of the domain of the attribute. Modeled as Double
for backwards compatibility</div>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList">
<h2 title="Package">Package org.deidentifier.arx.criteria</h2>
<ul class="blockList">
<li class="blockList"><a name="org.deidentifier.arx.criteria.AverageReidentificationRisk">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/criteria/AverageReidentificationRisk.html" title="class in org.deidentifier.arx.criteria">org.deidentifier.arx.criteria.AverageReidentificationRisk</a> extends <a href="org/deidentifier/arx/criteria/RiskBasedCriterion.html" title="class in org.deidentifier.arx.criteria">RiskBasedCriterion</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-2953252206954936045L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>smallestSize</h4>
<pre>java.lang.Integer smallestSize</pre>
<div class="block">Smallest size, derived from highest risk</div>
</li>
<li class="blockList">
<h4>highestRisk</h4>
<pre>java.lang.Double highestRisk</pre>
<div class="block">Highest risk</div>
</li>
<li class="blockListLast">
<h4>recordsAtRisk</h4>
<pre>java.lang.Double recordsAtRisk</pre>
<div class="block">Records with a risk higher than the highest risk</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.criteria.BasicBLikeness">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/criteria/BasicBLikeness.html" title="class in org.deidentifier.arx.criteria">org.deidentifier.arx.criteria.BasicBLikeness</a> extends <a href="org/deidentifier/arx/criteria/ExplicitPrivacyCriterion.html" title="class in org.deidentifier.arx.criteria">ExplicitPrivacyCriterion</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>2528498679732389575L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>b</h4>
<pre>double b</pre>
<div class="block">Parameter</div>
</li>
<li class="blockListLast">
<h4>distribution</h4>
<pre>double[] distribution</pre>
<div class="block">The original distribution.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.criteria.DDisclosurePrivacy">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/criteria/DDisclosurePrivacy.html" title="class in org.deidentifier.arx.criteria">org.deidentifier.arx.criteria.DDisclosurePrivacy</a> extends <a href="org/deidentifier/arx/criteria/ExplicitPrivacyCriterion.html" title="class in org.deidentifier.arx.criteria">ExplicitPrivacyCriterion</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>1543994581019659183L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>d</h4>
<pre>double d</pre>
<div class="block">Parameter</div>
</li>
<li class="blockListLast">
<h4>distribution</h4>
<pre>double[] distribution</pre>
<div class="block">The original distribution.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.criteria.DistinctLDiversity">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/criteria/DistinctLDiversity.html" title="class in org.deidentifier.arx.criteria">org.deidentifier.arx.criteria.DistinctLDiversity</a> extends <a href="org/deidentifier/arx/criteria/LDiversity.html" title="class in org.deidentifier.arx.criteria">LDiversity</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-7973221140269608088L</dd>
</dl>
</li>
<li class="blockList"><a name="org.deidentifier.arx.criteria.DPresence">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/criteria/DPresence.html" title="class in org.deidentifier.arx.criteria">org.deidentifier.arx.criteria.DPresence</a> extends <a href="org/deidentifier/arx/criteria/ImplicitPrivacyCriterion.html" title="class in org.deidentifier.arx.criteria">ImplicitPrivacyCriterion</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>8534004943055128797L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>dMin</h4>
<pre>double dMin</pre>
<div class="block">Delta min.</div>
</li>
<li class="blockList">
<h4>dMax</h4>
<pre>double dMax</pre>
<div class="block">Delta max.</div>
</li>
<li class="blockListLast">
<h4>subset</h4>
<pre><a href="org/deidentifier/arx/DataSubset.html" title="class in org.deidentifier.arx">DataSubset</a> subset</pre>
<div class="block">A compressed representation of the research subset.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.criteria.EDDifferentialPrivacy">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/criteria/EDDifferentialPrivacy.html" title="class in org.deidentifier.arx.criteria">org.deidentifier.arx.criteria.EDDifferentialPrivacy</a> extends <a href="org/deidentifier/arx/criteria/ImplicitPrivacyCriterion.html" title="class in org.deidentifier.arx.criteria">ImplicitPrivacyCriterion</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>242579895476272606L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>epsilon</h4>
<pre>double epsilon</pre>
<div class="block">Parameter</div>
</li>
<li class="blockList">
<h4>delta</h4>
<pre>double delta</pre>
<div class="block">Parameter</div>
</li>
<li class="blockList">
<h4>k</h4>
<pre>int k</pre>
<div class="block">Parameter</div>
</li>
<li class="blockList">
<h4>beta</h4>
<pre>double beta</pre>
<div class="block">Parameter</div>
</li>
<li class="blockList">
<h4>subset</h4>
<pre><a href="org/deidentifier/arx/DataSubset.html" title="class in org.deidentifier.arx">DataSubset</a> subset</pre>
<div class="block">Parameter</div>
</li>
<li class="blockListLast">
<h4>generalization</h4>
<pre><a href="org/deidentifier/arx/DataGeneralizationScheme.html" title="class in org.deidentifier.arx">DataGeneralizationScheme</a> generalization</pre>
<div class="block">Parameter</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.criteria.EnhancedBLikeness">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/criteria/EnhancedBLikeness.html" title="class in org.deidentifier.arx.criteria">org.deidentifier.arx.criteria.EnhancedBLikeness</a> extends <a href="org/deidentifier/arx/criteria/ExplicitPrivacyCriterion.html" title="class in org.deidentifier.arx.criteria">ExplicitPrivacyCriterion</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>5319052409590347904L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>b</h4>
<pre>double b</pre>
<div class="block">Parameter</div>
</li>
<li class="blockListLast">
<h4>distribution</h4>
<pre>double[] distribution</pre>
<div class="block">The original distribution.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.criteria.EntropyLDiversity">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/criteria/EntropyLDiversity.html" title="class in org.deidentifier.arx.criteria">org.deidentifier.arx.criteria.EntropyLDiversity</a> extends <a href="org/deidentifier/arx/criteria/LDiversity.html" title="class in org.deidentifier.arx.criteria">LDiversity</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-354688551915634000L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialization Methods</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>readObject</h4>
<pre>private void readObject(java.io.ObjectInputStream ois)
throws java.lang.ClassNotFoundException,
java.io.IOException</pre>
<div class="block">Custom de-serialization
If we de-serialize an older object where the entropy estimator
could not be chosen, set the estimator to the default: Shannon.</div>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.lang.ClassNotFoundException</code></dd>
<dd><code>java.io.IOException</code></dd>
</dl>
</li>
</ul>
</li>
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>estimator</h4>
<pre><a href="org/deidentifier/arx/criteria/EntropyLDiversity.EntropyEstimator.html" title="enum in org.deidentifier.arx.criteria">EntropyLDiversity.EntropyEstimator</a> estimator</pre>
<div class="block">Entropy estimator to be used</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.criteria.EqualDistanceTCloseness">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/criteria/EqualDistanceTCloseness.html" title="class in org.deidentifier.arx.criteria">org.deidentifier.arx.criteria.EqualDistanceTCloseness</a> extends <a href="org/deidentifier/arx/criteria/TCloseness.html" title="class in org.deidentifier.arx.criteria">TCloseness</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-1383357036299011323L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>distribution</h4>
<pre>double[] distribution</pre>
<div class="block">The original distribution.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.criteria.ExplicitPrivacyCriterion">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/criteria/ExplicitPrivacyCriterion.html" title="class in org.deidentifier.arx.criteria">org.deidentifier.arx.criteria.ExplicitPrivacyCriterion</a> extends <a href="org/deidentifier/arx/criteria/PrivacyCriterion.html" title="class in org.deidentifier.arx.criteria">PrivacyCriterion</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-6467044039242481225L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>attribute</h4>
<pre>java.lang.String attribute</pre>
<div class="block">Attribute</div>
</li>
<li class="blockListLast">
<h4>index</h4>
<pre>int index</pre>
<div class="block">Attribute index</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.criteria.HierarchicalDistanceTCloseness">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/criteria/HierarchicalDistanceTCloseness.html" title="class in org.deidentifier.arx.criteria">org.deidentifier.arx.criteria.HierarchicalDistanceTCloseness</a> extends <a href="org/deidentifier/arx/criteria/TCloseness.html" title="class in org.deidentifier.arx.criteria">TCloseness</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-2142590190479670706L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>hierarchy</h4>
<pre><a href="org/deidentifier/arx/AttributeType.Hierarchy.html" title="class in org.deidentifier.arx">AttributeType.Hierarchy</a> hierarchy</pre>
<div class="block">The hierarchy used for the EMD.</div>
</li>
<li class="blockList">
<h4>tree</h4>
<pre>int[] tree</pre>
<div class="block">Internal tree.</div>
</li>
<li class="blockList">
<h4>start</h4>
<pre>int start</pre>
<div class="block">Internal offset.</div>
</li>
<li class="blockListLast">
<h4>empty</h4>
<pre>int[] empty</pre>
<div class="block">Internal empty tree.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.criteria.ImplicitPrivacyCriterion">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/criteria/ImplicitPrivacyCriterion.html" title="class in org.deidentifier.arx.criteria">org.deidentifier.arx.criteria.ImplicitPrivacyCriterion</a> extends <a href="org/deidentifier/arx/criteria/PrivacyCriterion.html" title="class in org.deidentifier.arx.criteria">PrivacyCriterion</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-6467044039242481225L</dd>
</dl>
</li>
<li class="blockList"><a name="org.deidentifier.arx.criteria.Inclusion">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/criteria/Inclusion.html" title="class in org.deidentifier.arx.criteria">org.deidentifier.arx.criteria.Inclusion</a> extends <a href="org/deidentifier/arx/criteria/DPresence.html" title="class in org.deidentifier.arx.criteria">DPresence</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-3984193225980793775L</dd>
</dl>
</li>
<li class="blockList"><a name="org.deidentifier.arx.criteria.KAnonymity">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/criteria/KAnonymity.html" title="class in org.deidentifier.arx.criteria">org.deidentifier.arx.criteria.KAnonymity</a> extends <a href="org/deidentifier/arx/criteria/ImplicitPrivacyCriterion.html" title="class in org.deidentifier.arx.criteria">ImplicitPrivacyCriterion</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-8370928677928140572L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>k</h4>
<pre>int k</pre>
<div class="block">The parameter k.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.criteria.KMap">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/criteria/KMap.html" title="class in org.deidentifier.arx.criteria">org.deidentifier.arx.criteria.KMap</a> extends <a href="org/deidentifier/arx/criteria/ImplicitPrivacyCriterion.html" title="class in org.deidentifier.arx.criteria">ImplicitPrivacyCriterion</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-6966985761538810077L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>k</h4>
<pre>int k</pre>
<div class="block">K</div>
</li>
<li class="blockList">
<h4>subset</h4>
<pre><a href="org/deidentifier/arx/DataSubset.html" title="class in org.deidentifier.arx">DataSubset</a> subset</pre>
<div class="block">A compressed representation of the research subset.</div>
</li>
<li class="blockList">
<h4>derivedK</h4>
<pre>int derivedK</pre>
<div class="block">The parameter k'.</div>
</li>
<li class="blockList">
<h4>significanceLevel</h4>
<pre>double significanceLevel</pre>
<div class="block">The significance level</div>
</li>
<li class="blockList">
<h4>populationModel</h4>
<pre><a href="org/deidentifier/arx/ARXPopulationModel.html" title="class in org.deidentifier.arx">ARXPopulationModel</a> populationModel</pre>
<div class="block">The population model</div>
</li>
<li class="blockList">
<h4>estimator</h4>
<pre><a href="org/deidentifier/arx/criteria/KMap.CellSizeEstimator.html" title="enum in org.deidentifier.arx.criteria">KMap.CellSizeEstimator</a> estimator</pre>
<div class="block">The selected estimator</div>
</li>
<li class="blockListLast">
<h4>type1Error</h4>
<pre>double type1Error</pre>
<div class="block">The actual type I error.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.criteria.LDiversity">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/criteria/LDiversity.html" title="class in org.deidentifier.arx.criteria">org.deidentifier.arx.criteria.LDiversity</a> extends <a href="org/deidentifier/arx/criteria/ExplicitPrivacyCriterion.html" title="class in org.deidentifier.arx.criteria">ExplicitPrivacyCriterion</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>6429149925699964530L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>l</h4>
<pre>double l</pre>
<div class="block">The parameter l.</div>
</li>
<li class="blockListLast">
<h4>minSize</h4>
<pre>int minSize</pre>
<div class="block">The derived minimal size of a class</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.criteria.OrderedDistanceTCloseness">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/criteria/OrderedDistanceTCloseness.html" title="class in org.deidentifier.arx.criteria">org.deidentifier.arx.criteria.OrderedDistanceTCloseness</a> extends <a href="org/deidentifier/arx/criteria/TCloseness.html" title="class in org.deidentifier.arx.criteria">TCloseness</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-2395544663063577862L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>distribution</h4>
<pre>double[] distribution</pre>
<div class="block">The original distribution.</div>
</li>
<li class="blockList">
<h4>order</h4>
<pre>int[] order</pre>
<div class="block">The order of the elements.</div>
</li>
<li class="blockList">
<h4>orderNumber</h4>
<pre>int[] orderNumber</pre>
<div class="block">The order of the elements.</div>
</li>
<li class="blockList">
<h4>baseDistances</h4>
<pre>double[] baseDistances</pre>
<div class="block">Partial distances of the original distribution.</div>
</li>
<li class="blockList">
<h4>baseSums</h4>
<pre>double[] baseSums</pre>
<div class="block">Partial sums of the original distribution.</div>
</li>
<li class="blockListLast">
<h4>minOrder</h4>
<pre>int minOrder</pre>
<div class="block">Minimal order number that must be present</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.criteria.PopulationUniqueness">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/criteria/PopulationUniqueness.html" title="class in org.deidentifier.arx.criteria">org.deidentifier.arx.criteria.PopulationUniqueness</a> extends <a href="org/deidentifier/arx/criteria/RiskBasedCriterion.html" title="class in org.deidentifier.arx.criteria">RiskBasedCriterion</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>618039085843721351L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>statisticalModel</h4>
<pre><a href="org/deidentifier/arx/risk/RiskModelPopulationUniqueness.PopulationUniquenessModel.html" title="enum in org.deidentifier.arx.risk">RiskModelPopulationUniqueness.PopulationUniquenessModel</a> statisticalModel</pre>
<div class="block">The statistical model</div>
</li>
<li class="blockList">
<h4>populationModel</h4>
<pre><a href="org/deidentifier/arx/ARXPopulationModel.html" title="class in org.deidentifier.arx">ARXPopulationModel</a> populationModel</pre>
<div class="block">The population model</div>
</li>
<li class="blockListLast">
<h4>solverConfig</h4>
<pre><a href="org/deidentifier/arx/ARXSolverConfiguration.html" title="class in org.deidentifier.arx">ARXSolverConfiguration</a> solverConfig</pre>
<div class="block">The solver config</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.criteria.PrivacyCriterion">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/criteria/PrivacyCriterion.html" title="class in org.deidentifier.arx.criteria">org.deidentifier.arx.criteria.PrivacyCriterion</a> extends java.lang.Object implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-8460571120677880409L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>monotonic</h4>
<pre>boolean monotonic</pre>
<div class="block">Is the criterion monotonic with generalization and suppression.</div>
</li>
<li class="blockListLast">
<h4>monotonicWithGeneralization</h4>
<pre>java.lang.Boolean monotonicWithGeneralization</pre>
<div class="block">Is the criterion monotonic with generalization.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.criteria.ProfitabilityJournalist">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/criteria/ProfitabilityJournalist.html" title="class in org.deidentifier.arx.criteria">org.deidentifier.arx.criteria.ProfitabilityJournalist</a> extends <a href="org/deidentifier/arx/criteria/ProfitabilityProsecutor.html" title="class in org.deidentifier.arx.criteria">ProfitabilityProsecutor</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>5089787798100584405L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>subset</h4>
<pre><a href="org/deidentifier/arx/DataSubset.html" title="class in org.deidentifier.arx">DataSubset</a> subset</pre>
<div class="block">Data subset</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.criteria.ProfitabilityJournalistNoAttack">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/criteria/ProfitabilityJournalistNoAttack.html" title="class in org.deidentifier.arx.criteria">org.deidentifier.arx.criteria.ProfitabilityJournalistNoAttack</a> extends <a href="org/deidentifier/arx/criteria/ProfitabilityProsecutorNoAttack.html" title="class in org.deidentifier.arx.criteria">ProfitabilityProsecutorNoAttack</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>1073520003237793563L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>subset</h4>
<pre><a href="org/deidentifier/arx/DataSubset.html" title="class in org.deidentifier.arx">DataSubset</a> subset</pre>
<div class="block">The data subset</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.criteria.ProfitabilityProsecutor">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/criteria/ProfitabilityProsecutor.html" title="class in org.deidentifier.arx.criteria">org.deidentifier.arx.criteria.ProfitabilityProsecutor</a> extends <a href="org/deidentifier/arx/criteria/ImplicitPrivacyCriterion.html" title="class in org.deidentifier.arx.criteria">ImplicitPrivacyCriterion</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-1698534839214708559L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>config</h4>
<pre><a href="org/deidentifier/arx/ARXCostBenefitConfiguration.html" title="class in org.deidentifier.arx">ARXCostBenefitConfiguration</a> config</pre>
<div class="block">Configuration</div>
</li>
<li class="blockList">
<h4>shares</h4>
<pre><a href="org/deidentifier/arx/metric/v2/DomainShare.html" title="interface in org.deidentifier.arx.metric.v2">DomainShare</a>[] shares</pre>
<div class="block">Domain shares for each dimension.</div>
</li>
<li class="blockList">
<h4>aggregation</h4>
<pre><a href="org/deidentifier/arx/framework/data/DataAggregationInformation.html" title="class in org.deidentifier.arx.framework.data">DataAggregationInformation</a> aggregation</pre>
<div class="block">The microaggregation functions.</div>
</li>
<li class="blockList">
<h4>maxIL</h4>
<pre>double maxIL</pre>
<div class="block">MaxIL</div>
</li>
<li class="blockListLast">
<h4>riskModel</h4>
<pre><a href="org/deidentifier/arx/risk/RiskModelCostBenefit.html" title="class in org.deidentifier.arx.risk">RiskModelCostBenefit</a> riskModel</pre>
<div class="block">Risk model</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.criteria.ProfitabilityProsecutorNoAttack">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/criteria/ProfitabilityProsecutorNoAttack.html" title="class in org.deidentifier.arx.criteria">org.deidentifier.arx.criteria.ProfitabilityProsecutorNoAttack</a> extends <a href="org/deidentifier/arx/criteria/ImplicitPrivacyCriterion.html" title="class in org.deidentifier.arx.criteria">ImplicitPrivacyCriterion</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-1283022087083117810L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>k</h4>
<pre>int k</pre>
<div class="block">The underlying k-anonymity privacy model</div>
</li>
<li class="blockListLast">
<h4>config</h4>
<pre><a href="org/deidentifier/arx/ARXCostBenefitConfiguration.html" title="class in org.deidentifier.arx">ARXCostBenefitConfiguration</a> config</pre>
<div class="block">The underlying cost/benefit configuration</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.criteria.RecursiveCLDiversity">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/criteria/RecursiveCLDiversity.html" title="class in org.deidentifier.arx.criteria">org.deidentifier.arx.criteria.RecursiveCLDiversity</a> extends <a href="org/deidentifier/arx/criteria/LDiversity.html" title="class in org.deidentifier.arx.criteria">LDiversity</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-5893481096346270328L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>c</h4>
<pre>double c</pre>
<div class="block">The parameter c.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.criteria.RiskBasedCriterion">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/criteria/RiskBasedCriterion.html" title="class in org.deidentifier.arx.criteria">org.deidentifier.arx.criteria.RiskBasedCriterion</a> extends <a href="org/deidentifier/arx/criteria/SampleBasedCriterion.html" title="class in org.deidentifier.arx.criteria">SampleBasedCriterion</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-2711630526630937284L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>threshold</h4>
<pre>double threshold</pre>
<div class="block">The threshold</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.criteria.SampleBasedCriterion">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/criteria/SampleBasedCriterion.html" title="class in org.deidentifier.arx.criteria">org.deidentifier.arx.criteria.SampleBasedCriterion</a> extends <a href="org/deidentifier/arx/criteria/PrivacyCriterion.html" title="class in org.deidentifier.arx.criteria">PrivacyCriterion</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>5687067920181297803L</dd>
</dl>
</li>
<li class="blockList"><a name="org.deidentifier.arx.criteria.SampleUniqueness">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/criteria/SampleUniqueness.html" title="class in org.deidentifier.arx.criteria">org.deidentifier.arx.criteria.SampleUniqueness</a> extends <a href="org/deidentifier/arx/criteria/RiskBasedCriterion.html" title="class in org.deidentifier.arx.criteria">RiskBasedCriterion</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-4528395062333281525L</dd>
</dl>
</li>
<li class="blockList"><a name="org.deidentifier.arx.criteria.TCloseness">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/criteria/TCloseness.html" title="class in org.deidentifier.arx.criteria">org.deidentifier.arx.criteria.TCloseness</a> extends <a href="org/deidentifier/arx/criteria/ExplicitPrivacyCriterion.html" title="class in org.deidentifier.arx.criteria">ExplicitPrivacyCriterion</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-139670758266526116L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>t</h4>
<pre>double t</pre>
<div class="block">The param t.</div>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList">
<h2 title="Package">Package org.deidentifier.arx.exceptions</h2>
<ul class="blockList">
<li class="blockList"><a name="org.deidentifier.arx.exceptions.ComputationInterruptedException">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/exceptions/ComputationInterruptedException.html" title="class in org.deidentifier.arx.exceptions">org.deidentifier.arx.exceptions.ComputationInterruptedException</a> extends java.lang.RuntimeException implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>5339918851212367422L</dd>
</dl>
</li>
<li class="blockList"><a name="org.deidentifier.arx.exceptions.ReliabilityException">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/exceptions/ReliabilityException.html" title="class in org.deidentifier.arx.exceptions">org.deidentifier.arx.exceptions.ReliabilityException</a> extends java.lang.Exception implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-7250206365096133932L</dd>
</dl>
</li>
<li class="blockList"><a name="org.deidentifier.arx.exceptions.RollbackRequiredException">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/exceptions/RollbackRequiredException.html" title="class in org.deidentifier.arx.exceptions">org.deidentifier.arx.exceptions.RollbackRequiredException</a> extends java.lang.Exception implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-7587463020191596936L</dd>
</dl>
</li>
<li class="blockList"><a name="org.deidentifier.arx.exceptions.UnexpectedErrorException">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/exceptions/UnexpectedErrorException.html" title="class in org.deidentifier.arx.exceptions">org.deidentifier.arx.exceptions.UnexpectedErrorException</a> extends java.lang.RuntimeException implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>3465383124059681997L</dd>
</dl>
</li>
</ul>
</li>
<li class="blockList">
<h2 title="Package">Package org.deidentifier.arx.framework.check.distribution</h2>
<ul class="blockList">
<li class="blockList"><a name="org.deidentifier.arx.framework.check.distribution.DistributionAggregateFunction">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/framework/check/distribution/DistributionAggregateFunction.html" title="class in org.deidentifier.arx.framework.check.distribution">org.deidentifier.arx.framework.check.distribution.DistributionAggregateFunction</a> extends java.lang.Object implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>331877806010996154L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>ignoreMissingData</h4>
<pre>boolean ignoreMissingData</pre>
<div class="block">Whether or not null values should be ignored</div>
</li>
<li class="blockListLast">
<h4>typePreserving</h4>
<pre>boolean typePreserving</pre>
<div class="block">Stores whether this is a type-preserving function</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.framework.check.distribution.DistributionAggregateFunction.DistributionAggregateFunctionArithmeticMean">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/framework/check/distribution/DistributionAggregateFunction.DistributionAggregateFunctionArithmeticMean.html" title="class in org.deidentifier.arx.framework.check.distribution">org.deidentifier.arx.framework.check.distribution.DistributionAggregateFunction.DistributionAggregateFunctionArithmeticMean</a> extends <a href="org/deidentifier/arx/framework/check/distribution/DistributionAggregateFunction.html" title="class in org.deidentifier.arx.framework.check.distribution">DistributionAggregateFunction</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>8379579591466576517L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>minimum</h4>
<pre>java.lang.Double minimum</pre>
<div class="block">Minimum</div>
</li>
<li class="blockListLast">
<h4>maximum</h4>
<pre>java.lang.Double maximum</pre>
<div class="block">Maximum</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.framework.check.distribution.DistributionAggregateFunction.DistributionAggregateFunctionGeometricMean">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/framework/check/distribution/DistributionAggregateFunction.DistributionAggregateFunctionGeometricMean.html" title="class in org.deidentifier.arx.framework.check.distribution">org.deidentifier.arx.framework.check.distribution.DistributionAggregateFunction.DistributionAggregateFunctionGeometricMean</a> extends <a href="org/deidentifier/arx/framework/check/distribution/DistributionAggregateFunction.html" title="class in org.deidentifier.arx.framework.check.distribution">DistributionAggregateFunction</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-3835477735362966307L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>minimum</h4>
<pre>java.lang.Double minimum</pre>
<div class="block">Minimum</div>
</li>
<li class="blockListLast">
<h4>maximum</h4>
<pre>java.lang.Double maximum</pre>
<div class="block">Maximum</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.framework.check.distribution.DistributionAggregateFunction.DistributionAggregateFunctionInterval">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/framework/check/distribution/DistributionAggregateFunction.DistributionAggregateFunctionInterval.html" title="class in org.deidentifier.arx.framework.check.distribution">org.deidentifier.arx.framework.check.distribution.DistributionAggregateFunction.DistributionAggregateFunctionInterval</a> extends <a href="org/deidentifier/arx/framework/check/distribution/DistributionAggregateFunction.html" title="class in org.deidentifier.arx.framework.check.distribution">DistributionAggregateFunction</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>2349775566497080868L</dd>
</dl>
</li>
<li class="blockList"><a name="org.deidentifier.arx.framework.check.distribution.DistributionAggregateFunction.DistributionAggregateFunctionMedian">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/framework/check/distribution/DistributionAggregateFunction.DistributionAggregateFunctionMedian.html" title="class in org.deidentifier.arx.framework.check.distribution">org.deidentifier.arx.framework.check.distribution.DistributionAggregateFunction.DistributionAggregateFunctionMedian</a> extends <a href="org/deidentifier/arx/framework/check/distribution/DistributionAggregateFunction.html" title="class in org.deidentifier.arx.framework.check.distribution">DistributionAggregateFunction</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>4877214760061314248L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>minimum</h4>
<pre>java.lang.Double minimum</pre>
<div class="block">Minimum</div>
</li>
<li class="blockListLast">
<h4>maximum</h4>
<pre>java.lang.Double maximum</pre>
<div class="block">Maximum</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.framework.check.distribution.DistributionAggregateFunction.DistributionAggregateFunctionMode">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/framework/check/distribution/DistributionAggregateFunction.DistributionAggregateFunctionMode.html" title="class in org.deidentifier.arx.framework.check.distribution">org.deidentifier.arx.framework.check.distribution.DistributionAggregateFunction.DistributionAggregateFunctionMode</a> extends <a href="org/deidentifier/arx/framework/check/distribution/DistributionAggregateFunction.html" title="class in org.deidentifier.arx.framework.check.distribution">DistributionAggregateFunction</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-3424849372778696640L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>minimum</h4>
<pre>double minimum</pre>
<div class="block">Minimum</div>
</li>
<li class="blockListLast">
<h4>maximum</h4>
<pre>double maximum</pre>
<div class="block">Maximum</div>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList">
<h2 title="Package">Package org.deidentifier.arx.framework.data</h2>
<ul class="blockList">
<li class="blockList"><a name="org.deidentifier.arx.framework.data.Data">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/framework/data/Data.html" title="class in org.deidentifier.arx.framework.data">org.deidentifier.arx.framework.data.Data</a> extends java.lang.Object implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>9088882549074658790L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>data</h4>
<pre><a href="org/deidentifier/arx/framework/data/DataMatrix.html" title="class in org.deidentifier.arx.framework.data">DataMatrix</a> data</pre>
<div class="block">Row, Dimension.</div>
</li>
<li class="blockList">
<h4>header</h4>
<pre>java.lang.String[] header</pre>
<div class="block">The header.</div>
</li>
<li class="blockList">
<h4>dictionary</h4>
<pre><a href="org/deidentifier/arx/framework/data/Dictionary.html" title="class in org.deidentifier.arx.framework.data">Dictionary</a> dictionary</pre>
<div class="block">The associated dictionary.</div>
</li>
<li class="blockList">
<h4>columns</h4>
<pre>int[] columns</pre>
<div class="block">The associated map.</div>
</li>
<li class="blockListLast">
<h4>map</h4>
<pre>java.util.Map<K,V> map</pre>
<div class="block">Maps attributes to their index</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.framework.data.DataAggregationInformation">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/framework/data/DataAggregationInformation.html" title="class in org.deidentifier.arx.framework.data">org.deidentifier.arx.framework.data.DataAggregationInformation</a> extends java.lang.Object implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>6666226136889537126L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>header</h4>
<pre>java.lang.String[] header</pre>
<div class="block">Name of all attributes</div>
</li>
<li class="blockList">
<h4>columns</h4>
<pre>int[] columns</pre>
<div class="block">Columns in original dataset</div>
</li>
<li class="blockList">
<h4>hotThreshold</h4>
<pre>int hotThreshold</pre>
<div class="block">Index of first column that is cold. All columns from <code>0</code> to <code>hotThreshold - 1</code> must be analyzed in hot mode.</div>
</li>
<li class="blockList">
<h4>hotQIsNotGeneralized</h4>
<pre>int[] hotQIsNotGeneralized</pre>
<div class="block">Indices of attributes in <code>columns</code> which must be aggregated during the anonymization process but which are not generalized.</div>
</li>
<li class="blockList">
<h4>hotQIsNotGeneralizedFunctions</h4>
<pre><a href="org/deidentifier/arx/framework/check/distribution/DistributionAggregateFunction.html" title="class in org.deidentifier.arx.framework.check.distribution">DistributionAggregateFunction</a>[] hotQIsNotGeneralizedFunctions</pre>
<div class="block">Function of i-th attribute (in hotQIsNotGeneralized) that must be aggregated during the anonymization process but which is not generalized.</div>
</li>
<li class="blockList">
<h4>hotQIsNotGeneralizedDomainSizes</h4>
<pre>int[] hotQIsNotGeneralizedDomainSizes</pre>
<div class="block">Domain size of i-th attribute (in hotQIsNotGeneralized) that must be aggregated during the anonymization process but which is not generalized.</div>
</li>
<li class="blockList">
<h4>hotQIsGeneralized</h4>
<pre>int[] hotQIsGeneralized</pre>
<div class="block">Indices of attributes in <code>columns</code> which must be aggregated during the anonymization process and which are also generalized.</div>
</li>
<li class="blockList">
<h4>hotQIsGeneralizedFunctions</h4>
<pre><a href="org/deidentifier/arx/framework/check/distribution/DistributionAggregateFunction.html" title="class in org.deidentifier.arx.framework.check.distribution">DistributionAggregateFunction</a>[] hotQIsGeneralizedFunctions</pre>
<div class="block">Function of i-th attribute (in hotQIsGeneralized) that must be aggregated during the anonymization process and which are is generalized.</div>
</li>
<li class="blockList">
<h4>hotQIsGeneralizedDomainSizes</h4>
<pre>int[] hotQIsGeneralizedDomainSizes</pre>
<div class="block">Domain size of i-th attribute (in hotQIsGeneralized) that must be aggregated during the anonymization process and which are is generalized.</div>
</li>
<li class="blockList">
<h4>coldQIs</h4>
<pre>int[] coldQIs</pre>
<div class="block">Indices of attributes in <code>columns</code> which must be aggregated only after the anonymization process.</div>
</li>
<li class="blockList">
<h4>coldQIsFunctions</h4>
<pre><a href="org/deidentifier/arx/framework/check/distribution/DistributionAggregateFunction.html" title="class in org.deidentifier.arx.framework.check.distribution">DistributionAggregateFunction</a>[] coldQIsFunctions</pre>
<div class="block">Function of i-th attribute (in coldQIs) that must be aggregated only after the anonymization process.</div>
</li>
<li class="blockListLast">
<h4>coldQIsDomainSizes</h4>
<pre>int[] coldQIsDomainSizes</pre>
<div class="block">Domain size of i-th attribute (in coldQIs) that must be aggregated only after the anonymization process.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.framework.data.DataMatrix">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/framework/data/DataMatrix.html" title="class in org.deidentifier.arx.framework.data">org.deidentifier.arx.framework.data.DataMatrix</a> extends java.lang.Object implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>1626391500373995527L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>array</h4>
<pre>int[] array</pre>
<div class="block">Backing array</div>
</li>
<li class="blockList">
<h4>rows</h4>
<pre>int rows</pre>
<div class="block">The number of rows.</div>
</li>
<li class="blockList">
<h4>columns</h4>
<pre>int columns</pre>
<div class="block">The number of columns.</div>
</li>
<li class="blockList">
<h4>iteratorI</h4>
<pre>int iteratorI</pre>
<div class="block">Iterate</div>
</li>
<li class="blockList">
<h4>iteratorOffset</h4>
<pre>int iteratorOffset</pre>
<div class="block">Iterate</div>
</li>
<li class="blockListLast">
<h4>baseOffset</h4>
<pre>int baseOffset</pre>
<div class="block">Iterate</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.framework.data.DataMatrixSubset">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/framework/data/DataMatrixSubset.html" title="class in org.deidentifier.arx.framework.data">org.deidentifier.arx.framework.data.DataMatrixSubset</a> extends <a href="org/deidentifier/arx/framework/data/DataMatrix.html" title="class in org.deidentifier.arx.framework.data">DataMatrix</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>2302168888330117731L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>subset</h4>
<pre>int[] subset</pre>
<div class="block">Subset</div>
</li>
<li class="blockListLast">
<h4>matrix</h4>
<pre><a href="org/deidentifier/arx/framework/data/DataMatrix.html" title="class in org.deidentifier.arx.framework.data">DataMatrix</a> matrix</pre>
<div class="block">Matrix</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.framework.data.Dictionary">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/framework/data/Dictionary.html" title="class in org.deidentifier.arx.framework.data">org.deidentifier.arx.framework.data.Dictionary</a> extends java.lang.Object implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>6448285732641604559L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialization Methods</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>readObject</h4>
<pre>private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException,
java.lang.ClassNotFoundException</pre>
<div class="block">Custom de-serialization for backwards compatibility</div>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.io.IOException</code></dd>
<dd><code>java.lang.ClassNotFoundException</code></dd>
</dl>
</li>
</ul>
</li>
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>mapping</h4>
<pre>java.lang.String[][] mapping</pre>
<div class="block">The resulting array mapping dimension->integer->string.</div>
</li>
<li class="blockListLast">
<h4>suppressed</h4>
<pre>int[] suppressed</pre>
<div class="block">Codes of suppressed values for each dimension</div>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList">
<h2 title="Package">Package org.deidentifier.arx.gui.model</h2>
<ul class="blockList">
<li class="blockList"><a name="org.deidentifier.arx.gui.model.Model">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/gui/model/Model.html" title="class in org.deidentifier.arx.gui.model">org.deidentifier.arx.gui.model.Model</a> extends java.lang.Object implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-7669920657919151279L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>snapshotSizeDataset</h4>
<pre>double snapshotSizeDataset</pre>
<div class="block">Anonymization parameter.</div>
</li>
<li class="blockList">
<h4>snapshotSizeSnapshot</h4>
<pre>double snapshotSizeSnapshot</pre>
<div class="block">Anonymization parameter.</div>
</li>
<li class="blockList">
<h4>historySize</h4>
<pre>int historySize</pre>
<div class="block">Anonymization parameter.</div>
</li>
<li class="blockList">
<h4>maximalSizeForComplexOperations</h4>
<pre>int maximalSizeForComplexOperations</pre>
<div class="block">Threshold.</div>
</li>
<li class="blockList">
<h4>initialNodesInViewer</h4>
<pre>int initialNodesInViewer</pre>
<div class="block">Threshold.</div>
</li>
<li class="blockList">
<h4>maxNodesInViewer</h4>
<pre>int maxNodesInViewer</pre>
<div class="block">Threshold.</div>
</li>
<li class="blockList">
<h4>description</h4>
<pre>java.lang.String description</pre>
<div class="block">The project description.</div>
</li>
<li class="blockList">
<h4>inputBytes</h4>
<pre>long inputBytes</pre>
<div class="block">The size of the input file.</div>
</li>
<li class="blockList">
<h4>modified</h4>
<pre>boolean modified</pre>
<div class="block">Is the project file modified.</div>
</li>
<li class="blockList">
<h4>name</h4>
<pre>java.lang.String name</pre>
<div class="block">The project name.</div>
</li>
<li class="blockList">
<h4>separator</h4>
<pre>char separator</pre>
<div class="block">Left for backwards compatibility only!</div>
</li>
<li class="blockList">
<h4>csvSyntax</h4>
<pre><a href="org/deidentifier/arx/io/CSVSyntax.html" title="class in org.deidentifier.arx.io">CSVSyntax</a> csvSyntax</pre>
<div class="block">The projects CSV syntax</div>
</li>
<li class="blockList">
<h4>time</h4>
<pre>long time</pre>
<div class="block">Execution time of last anonymization.</div>
</li>
<li class="blockList">
<h4>locale</h4>
<pre>java.util.Locale locale</pre>
<div class="block">Locale.</div>
</li>
<li class="blockList">
<h4>auditTrail</h4>
<pre>java.util.List<E> auditTrail</pre>
<div class="block">The audit trail</div>
</li>
<li class="blockList">
<h4>charset</h4>
<pre>java.lang.String charset</pre>
<div class="block">Standard charset since ARX > 3.7.1. Older projects will have the value <code>null</code></div>
</li>
<li class="blockList">
<h4>debugEnabled</h4>
<pre>boolean debugEnabled</pre>
<div class="block">Is the debugging mode enabled.</div>
</li>
<li class="blockList">
<h4>groups</h4>
<pre>int[] groups</pre>
<div class="block">Indices of groups in the current output view.</div>
</li>
<li class="blockList">
<h4>optimalNodeAsString</h4>
<pre>java.lang.String optimalNodeAsString</pre>
<div class="block">Label.</div>
</li>
<li class="blockList">
<h4>outputNodeAsString</h4>
<pre>java.lang.String outputNodeAsString</pre>
<div class="block">Label.</div>
</li>
<li class="blockList">
<h4>selectedClassValue</h4>
<pre>java.lang.String selectedClassValue</pre>
<div class="block">Current selection.</div>
</li>
<li class="blockList">
<h4>selectedAttribute</h4>
<pre>java.lang.String selectedAttribute</pre>
<div class="block">Current selection.</div>
</li>
<li class="blockList">
<h4>showVisualization</h4>
<pre>java.lang.Boolean showVisualization</pre>
<div class="block">Enable/disable.</div>
</li>
<li class="blockList">
<h4>pair</h4>
<pre>java.lang.String[] pair</pre>
<div class="block">Last two selections.</div>
</li>
<li class="blockList">
<h4>query</h4>
<pre>java.lang.String query</pre>
<div class="block">Query.</div>
</li>
<li class="blockList">
<h4>subsetOrigin</h4>
<pre>java.lang.String subsetOrigin</pre>
<div class="block">Origin of current subset.</div>
</li>
<li class="blockList">
<h4>inputConfig</h4>
<pre><a href="org/deidentifier/arx/gui/model/ModelConfiguration.html" title="class in org.deidentifier.arx.gui.model">ModelConfiguration</a> inputConfig</pre>
<div class="block">The current input configuration.</div>
</li>
<li class="blockList">
<h4>nodeFilter</h4>
<pre><a href="org/deidentifier/arx/gui/model/ModelNodeFilter.html" title="class in org.deidentifier.arx.gui.model">ModelNodeFilter</a> nodeFilter</pre>
<div class="block">A filter describing which transformations are currently selected.</div>
</li>
<li class="blockList">
<h4>viewConfig</h4>
<pre><a href="org/deidentifier/arx/gui/model/ModelViewConfig.html" title="class in org.deidentifier.arx.gui.model">ModelViewConfig</a> viewConfig</pre>
<div class="block">Configuration of the data view.</div>
</li>
<li class="blockList">
<h4>outputConfig</h4>
<pre><a href="org/deidentifier/arx/gui/model/ModelConfiguration.html" title="class in org.deidentifier.arx.gui.model">ModelConfiguration</a> outputConfig</pre>
<div class="block">The current output configuration.</div>
</li>
<li class="blockList">
<h4>riskModel</h4>
<pre><a href="org/deidentifier/arx/gui/model/ModelRisk.html" title="class in org.deidentifier.arx.gui.model">ModelRisk</a> riskModel</pre>
<div class="block">The current risk model.</div>
</li>
<li class="blockList">
<h4>dPresenceModel</h4>
<pre><a href="org/deidentifier/arx/gui/model/ModelDPresenceCriterion.html" title="class in org.deidentifier.arx.gui.model">ModelDPresenceCriterion</a> dPresenceModel</pre>
<div class="block">Model for a specific privacy criterion.</div>
</li>
<li class="blockList">
<h4>kMapModel</h4>
<pre><a href="org/deidentifier/arx/gui/model/ModelKMapCriterion.html" title="class in org.deidentifier.arx.gui.model">ModelKMapCriterion</a> kMapModel</pre>
<div class="block">Model for a specific privacy criterion.</div>
</li>
<li class="blockList">
<h4>kAnonymityModel</h4>
<pre><a href="org/deidentifier/arx/gui/model/ModelKAnonymityCriterion.html" title="class in org.deidentifier.arx.gui.model">ModelKAnonymityCriterion</a> kAnonymityModel</pre>
<div class="block">Model for a specific privacy criterion.</div>
</li>
<li class="blockList">
<h4>lDiversityModel</h4>
<pre>java.util.Map<K,V> lDiversityModel</pre>
<div class="block">Model for a specific privacy criterion.</div>
</li>
<li class="blockList">
<h4>tClosenessModel</h4>
<pre>java.util.Map<K,V> tClosenessModel</pre>
<div class="block">Model for a specific privacy criterion.</div>
</li>
<li class="blockList">
<h4>riskBasedModel</h4>
<pre>java.util.Set<E> riskBasedModel</pre>
<div class="block">Model for a specific privacy criterion.</div>
</li>
<li class="blockList">
<h4>differentialPrivacyModel</h4>
<pre><a href="org/deidentifier/arx/gui/model/ModelDifferentialPrivacyCriterion.html" title="class in org.deidentifier.arx.gui.model">ModelDifferentialPrivacyCriterion</a> differentialPrivacyModel</pre>
<div class="block">Model for a specific privacy criterion.</div>
</li>
<li class="blockList">
<h4>dDisclosurePrivacyModel</h4>
<pre>java.util.Map<K,V> dDisclosurePrivacyModel</pre>
<div class="block">Model for a specific privacy criterion.</div>
</li>
<li class="blockList">
<h4>stackelbergPrivacyModel</h4>
<pre><a href="org/deidentifier/arx/gui/model/ModelProfitabilityCriterion.html" title="class in org.deidentifier.arx.gui.model">ModelProfitabilityCriterion</a> stackelbergPrivacyModel</pre>
<div class="block">Model for a specific privacy criterion.</div>
</li>
<li class="blockList">
<h4>bLikenessModel</h4>
<pre>java.util.Map<K,V> bLikenessModel</pre>
<div class="block">Model for a specific privacy criterion.</div>
</li>
<li class="blockList">
<h4>metricConfig</h4>
<pre><a href="org/deidentifier/arx/metric/MetricConfiguration.html" title="class in org.deidentifier.arx.metric">MetricConfiguration</a> metricConfig</pre>
<div class="block">Configuration.</div>
</li>
<li class="blockList">
<h4>metricDescription</h4>
<pre><a href="org/deidentifier/arx/metric/MetricDescription.html" title="class in org.deidentifier.arx.metric">MetricDescription</a> metricDescription</pre>
<div class="block">Description.</div>
</li>
<li class="blockList">
<h4>useListwiseDeletion</h4>
<pre>java.lang.Boolean useListwiseDeletion</pre>
<div class="block">Summary statistics</div>
</li>
<li class="blockList">
<h4>useFunctionalHierarchies</h4>
<pre>java.lang.Boolean useFunctionalHierarchies</pre>
<div class="block">Utility estimation during anonymization</div>
</li>
<li class="blockList">
<h4>selectedQuasiIdentifiers</h4>
<pre>java.util.Set<E> selectedQuasiIdentifiers</pre>
<div class="block">Selected quasi identifiers</div>
</li>
<li class="blockList">
<h4>localRecodingModel</h4>
<pre><a href="org/deidentifier/arx/gui/model/ModelLocalRecoding.html" title="class in org.deidentifier.arx.gui.model">ModelLocalRecoding</a> localRecodingModel</pre>
<div class="block">The local recoding model</div>
</li>
<li class="blockList">
<h4>heuristicSearchThreshold</h4>
<pre>java.lang.Integer heuristicSearchThreshold</pre>
<div class="block">Heuristic search threshold</div>
</li>
<li class="blockList">
<h4>heuristicSearchTimeLimit</h4>
<pre>java.lang.Integer heuristicSearchTimeLimit</pre>
<div class="block">Heuristic search threshold</div>
</li>
<li class="blockList">
<h4>heuristicSearchStepLimit</h4>
<pre>java.lang.Integer heuristicSearchStepLimit</pre>
<div class="block">Heuristic search threshold</div>
</li>
<li class="blockList">
<h4>anonymizationConfiguration</h4>
<pre><a href="org/deidentifier/arx/gui/model/ModelAnonymizationConfiguration.html" title="class in org.deidentifier.arx.gui.model">ModelAnonymizationConfiguration</a> anonymizationConfiguration</pre>
<div class="block">General anonymization configuration. Proxy for some fields for backwards compatibility</div>
</li>
<li class="blockList">
<h4>selectedFeatures</h4>
<pre>java.util.Set<E> selectedFeatures</pre>
<div class="block">Selected attributes</div>
</li>
<li class="blockList">
<h4>selectedClasses</h4>
<pre>java.util.Set<E> selectedClasses</pre>
<div class="block">Selected attributes</div>
</li>
<li class="blockList">
<h4>classificationModel</h4>
<pre><a href="org/deidentifier/arx/gui/model/ModelClassification.html" title="class in org.deidentifier.arx.gui.model">ModelClassification</a> classificationModel</pre>
<div class="block">Model</div>
</li>
<li class="blockListLast">
<h4>optimizationStatistics</h4>
<pre><a href="org/deidentifier/arx/ARXProcessStatistics.html" title="class in org.deidentifier.arx">ARXProcessStatistics</a> optimizationStatistics</pre>
<div class="block">Statistics about the last optimization process</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.gui.model.ModelAnonymizationConfiguration">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/gui/model/ModelAnonymizationConfiguration.html" title="class in org.deidentifier.arx.gui.model">org.deidentifier.arx.gui.model.ModelAnonymizationConfiguration</a> extends java.lang.Object implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-1135902359268189624L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>model</h4>
<pre><a href="org/deidentifier/arx/gui/model/Model.html" title="class in org.deidentifier.arx.gui.model">Model</a> model</pre>
<div class="block">Model</div>
</li>
<li class="blockList">
<h4>searchType</h4>
<pre><a href="org/deidentifier/arx/gui/model/ModelAnonymizationConfiguration.SearchType.html" title="enum in org.deidentifier.arx.gui.model">ModelAnonymizationConfiguration.SearchType</a> searchType</pre>
<div class="block">Result</div>
</li>
<li class="blockListLast">
<h4>transformationType</h4>
<pre><a href="org/deidentifier/arx/gui/model/ModelAnonymizationConfiguration.TransformationType.html" title="enum in org.deidentifier.arx.gui.model">ModelAnonymizationConfiguration.TransformationType</a> transformationType</pre>
<div class="block">Result</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.gui.model.ModelAuditTrailEntry">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/gui/model/ModelAuditTrailEntry.html" title="class in org.deidentifier.arx.gui.model">org.deidentifier.arx.gui.model.ModelAuditTrailEntry</a> extends java.lang.Object implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-3945294611839543672L</dd>
</dl>
</li>
<li class="blockList"><a name="org.deidentifier.arx.gui.model.ModelAuditTrailEntry.AuditTrailEntryFindReplace">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/gui/model/ModelAuditTrailEntry.AuditTrailEntryFindReplace.html" title="class in org.deidentifier.arx.gui.model">org.deidentifier.arx.gui.model.ModelAuditTrailEntry.AuditTrailEntryFindReplace</a> extends <a href="org/deidentifier/arx/gui/model/ModelAuditTrailEntry.html" title="class in org.deidentifier.arx.gui.model">ModelAuditTrailEntry</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-2321052598039892818L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>attribute</h4>
<pre>java.lang.String attribute</pre>
<div class="block">The attribute</div>
</li>
<li class="blockList">
<h4>searchString</h4>
<pre>java.lang.String searchString</pre>
<div class="block">The search string</div>
</li>
<li class="blockListLast">
<h4>replacementString</h4>
<pre>java.lang.String replacementString</pre>
<div class="block">The replacement string</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.gui.model.ModelBLikenessCriterion">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/gui/model/ModelBLikenessCriterion.html" title="class in org.deidentifier.arx.gui.model">org.deidentifier.arx.gui.model.ModelBLikenessCriterion</a> extends <a href="org/deidentifier/arx/gui/model/ModelExplicitCriterion.html" title="class in org.deidentifier.arx.gui.model">ModelExplicitCriterion</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>2269238032187539934L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>enhanced</h4>
<pre>boolean enhanced</pre>
<div class="block">Is this the enhanced variant</div>
</li>
<li class="blockListLast">
<h4>beta</h4>
<pre>double beta</pre>
<div class="block">Delta</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.gui.model.ModelClassification">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/gui/model/ModelClassification.html" title="class in org.deidentifier.arx.gui.model">org.deidentifier.arx.gui.model.ModelClassification</a> extends java.lang.Object implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>5361564507029617616L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>modified</h4>
<pre>boolean modified</pre>
<div class="block">Modified</div>
</li>
<li class="blockList">
<h4>configCurrent</h4>
<pre><a href="org/deidentifier/arx/ARXClassificationConfiguration.html" title="class in org.deidentifier.arx">ARXClassificationConfiguration</a><<a href="org/deidentifier/arx/ARXClassificationConfiguration.html" title="type parameter in ARXClassificationConfiguration">T</a> extends <a href="org/deidentifier/arx/ARXClassificationConfiguration.html" title="class in org.deidentifier.arx">ARXClassificationConfiguration</a><?>> configCurrent</pre>
<div class="block">Current configuration</div>
</li>
<li class="blockList">
<h4>config</h4>
<pre><a href="org/deidentifier/arx/aggregates/ClassificationConfigurationLogisticRegression.html" title="class in org.deidentifier.arx.aggregates">ClassificationConfigurationLogisticRegression</a> config</pre>
<div class="block">Configuration logistic regression</div>
</li>
<li class="blockList">
<h4>configNaiveBayes</h4>
<pre><a href="org/deidentifier/arx/aggregates/ClassificationConfigurationNaiveBayes.html" title="class in org.deidentifier.arx.aggregates">ClassificationConfigurationNaiveBayes</a> configNaiveBayes</pre>
<div class="block">Configuration naive bayes</div>
</li>
<li class="blockList">
<h4>configRandomForest</h4>
<pre><a href="org/deidentifier/arx/aggregates/ClassificationConfigurationRandomForest.html" title="class in org.deidentifier.arx.aggregates">ClassificationConfigurationRandomForest</a> configRandomForest</pre>
<div class="block">Configuration random forest</div>
</li>
<li class="blockListLast">
<h4>featureScaling</h4>
<pre><a href="org/deidentifier/arx/ARXFeatureScaling.html" title="class in org.deidentifier.arx">ARXFeatureScaling</a> featureScaling</pre>
<div class="block">Feature scaling</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.gui.model.ModelConfiguration">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/gui/model/ModelConfiguration.html" title="class in org.deidentifier.arx.gui.model">org.deidentifier.arx.gui.model.ModelConfiguration</a> extends java.lang.Object implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-2887699232096897527L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>min</h4>
<pre>java.util.Map<K,V> min</pre>
<div class="block">Minimum generalization.</div>
</li>
<li class="blockList">
<h4>max</h4>
<pre>java.util.Map<K,V> max</pre>
<div class="block">Maximum generalization.</div>
</li>
<li class="blockList">
<h4>config</h4>
<pre><a href="org/deidentifier/arx/ARXConfiguration.html" title="class in org.deidentifier.arx">ARXConfiguration</a> config</pre>
<div class="block">Associated ARXConfiguration.</div>
</li>
<li class="blockList">
<h4>modified</h4>
<pre>boolean modified</pre>
<div class="block">Is this model modified.</div>
</li>
<li class="blockList">
<h4>hierarchies</h4>
<pre>java.util.Map<K,V> hierarchies</pre>
<div class="block">The associated hierarchies.</div>
</li>
<li class="blockList">
<h4>microAggregationFunctions</h4>
<pre>java.util.Map<K,V> microAggregationFunctions</pre>
<div class="block">The associated microaggregation functions.</div>
</li>
<li class="blockList">
<h4>microAggregationIgnoreMissingData</h4>
<pre>java.util.Map<K,V> microAggregationIgnoreMissingData</pre>
<div class="block">The associated handling of null values.</div>
</li>
<li class="blockList">
<h4>transformationModes</h4>
<pre>java.util.Map<K,V> transformationModes</pre>
<div class="block">The associated mode</div>
</li>
<li class="blockList">
<h4>researchSubset</h4>
<pre><a href="org/deidentifier/arx/RowSet.html" title="class in org.deidentifier.arx">RowSet</a> researchSubset</pre>
<div class="block">The associated research subset.</div>
</li>
<li class="blockList">
<h4>suppressionWeight</h4>
<pre>java.lang.Double suppressionWeight</pre>
<div class="block">The suppression weight.</div>
</li>
<li class="blockListLast">
<h4>hierarchyBuilders</h4>
<pre>java.util.Map<K,V> hierarchyBuilders</pre>
<div class="block">Hierarchy builder.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.gui.model.ModelCriterion">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/gui/model/ModelCriterion.html" title="class in org.deidentifier.arx.gui.model">org.deidentifier.arx.gui.model.ModelCriterion</a> extends java.lang.Object implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>8097643412538848066L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>enabled</h4>
<pre>boolean enabled</pre>
<div class="block">Is this criterion enabled.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.gui.model.ModelDDisclosurePrivacyCriterion">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/gui/model/ModelDDisclosurePrivacyCriterion.html" title="class in org.deidentifier.arx.gui.model">org.deidentifier.arx.gui.model.ModelDDisclosurePrivacyCriterion</a> extends <a href="org/deidentifier/arx/gui/model/ModelExplicitCriterion.html" title="class in org.deidentifier.arx.gui.model">ModelExplicitCriterion</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>4708272194910927203L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>d</h4>
<pre>double d</pre>
<div class="block">Delta</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.gui.model.ModelDifferentialPrivacyCriterion">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/gui/model/ModelDifferentialPrivacyCriterion.html" title="class in org.deidentifier.arx.gui.model">org.deidentifier.arx.gui.model.ModelDifferentialPrivacyCriterion</a> extends <a href="org/deidentifier/arx/gui/model/ModelImplicitCriterion.html" title="class in org.deidentifier.arx.gui.model">ModelImplicitCriterion</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>1803345324372136700L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>delta</h4>
<pre>double delta</pre>
<div class="block">Delta</div>
</li>
<li class="blockList">
<h4>epsilon</h4>
<pre>double epsilon</pre>
<div class="block">Epsilon</div>
</li>
<li class="blockList">
<h4>epsilonGeneralizationFraction</h4>
<pre>java.lang.Double epsilonGeneralizationFraction</pre>
<div class="block">Fraction of epsilon to use for automatic generalization</div>
</li>
<li class="blockListLast">
<h4>generalization</h4>
<pre><a href="org/deidentifier/arx/DataGeneralizationScheme.html" title="class in org.deidentifier.arx">DataGeneralizationScheme</a> generalization</pre>
<div class="block">Generalization scheme to be used or null in the case of data-dependent differential privacy</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.gui.model.ModelDPresenceCriterion">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/gui/model/ModelDPresenceCriterion.html" title="class in org.deidentifier.arx.gui.model">org.deidentifier.arx.gui.model.ModelDPresenceCriterion</a> extends <a href="org/deidentifier/arx/gui/model/ModelImplicitCriterion.html" title="class in org.deidentifier.arx.gui.model">ModelImplicitCriterion</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-1765428286262869856L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>dmin</h4>
<pre>double dmin</pre>
<div class="block">Dmin.</div>
</li>
<li class="blockListLast">
<h4>dmax</h4>
<pre>double dmax</pre>
<div class="block">Dmax.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.gui.model.ModelExplicitCriterion">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/gui/model/ModelExplicitCriterion.html" title="class in org.deidentifier.arx.gui.model">org.deidentifier.arx.gui.model.ModelExplicitCriterion</a> extends <a href="org/deidentifier/arx/gui/model/ModelCriterion.html" title="class in org.deidentifier.arx.gui.model">ModelCriterion</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>2140859935908452477L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>attribute</h4>
<pre>java.lang.String attribute</pre>
<div class="block">The attribute.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.gui.model.ModelImplicitCriterion">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/gui/model/ModelImplicitCriterion.html" title="class in org.deidentifier.arx.gui.model">org.deidentifier.arx.gui.model.ModelImplicitCriterion</a> extends <a href="org/deidentifier/arx/gui/model/ModelCriterion.html" title="class in org.deidentifier.arx.gui.model">ModelCriterion</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>7568685950981139601L</dd>
</dl>
</li>
<li class="blockList"><a name="org.deidentifier.arx.gui.model.ModelKAnonymityCriterion">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/gui/model/ModelKAnonymityCriterion.html" title="class in org.deidentifier.arx.gui.model">org.deidentifier.arx.gui.model.ModelKAnonymityCriterion</a> extends <a href="org/deidentifier/arx/gui/model/ModelImplicitCriterion.html" title="class in org.deidentifier.arx.gui.model">ModelImplicitCriterion</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>6393748805356545958L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>k</h4>
<pre>int k</pre>
<div class="block">K.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.gui.model.ModelKMapCriterion">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/gui/model/ModelKMapCriterion.html" title="class in org.deidentifier.arx.gui.model">org.deidentifier.arx.gui.model.ModelKMapCriterion</a> extends <a href="org/deidentifier/arx/gui/model/ModelImplicitCriterion.html" title="class in org.deidentifier.arx.gui.model">ModelImplicitCriterion</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>2268947734419591705L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>k</h4>
<pre>int k</pre>
<div class="block">k.</div>
</li>
<li class="blockList">
<h4>significanceLevel</h4>
<pre>double significanceLevel</pre>
<div class="block">The significance level</div>
</li>
<li class="blockListLast">
<h4>estimator</h4>
<pre><a href="org/deidentifier/arx/criteria/KMap.CellSizeEstimator.html" title="enum in org.deidentifier.arx.criteria">KMap.CellSizeEstimator</a> estimator</pre>
<div class="block">The estimator</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.gui.model.ModelLDiversityCriterion">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/gui/model/ModelLDiversityCriterion.html" title="class in org.deidentifier.arx.gui.model">org.deidentifier.arx.gui.model.ModelLDiversityCriterion</a> extends <a href="org/deidentifier/arx/gui/model/ModelExplicitCriterion.html" title="class in org.deidentifier.arx.gui.model">ModelExplicitCriterion</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-9172448654255959945L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>variant</h4>
<pre>int variant</pre>
<div class="block">The variant to use.</div>
</li>
<li class="blockList">
<h4>l</h4>
<pre>int l</pre>
<div class="block">Parameter "l"</div>
</li>
<li class="blockListLast">
<h4>c</h4>
<pre>double c</pre>
<div class="block">Parameter "c", if any</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.gui.model.ModelLocalRecoding">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/gui/model/ModelLocalRecoding.html" title="class in org.deidentifier.arx.gui.model">org.deidentifier.arx.gui.model.ModelLocalRecoding</a> extends java.lang.Object implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-5333464333997155970L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>gsFactor</h4>
<pre>double gsFactor</pre>
<div class="block">GS-Factor</div>
</li>
<li class="blockList">
<h4>numIterations</h4>
<pre>int numIterations</pre>
<div class="block">The number of iterations to perform</div>
</li>
<li class="blockList">
<h4>adaptionFactor</h4>
<pre>double adaptionFactor</pre>
<div class="block">Is the GS-Factor adaptive</div>
</li>
<li class="blockListLast">
<h4>mode</h4>
<pre><a href="org/deidentifier/arx/gui/model/ModelLocalRecoding.LocalRecodingMode.html" title="enum in org.deidentifier.arx.gui.model">ModelLocalRecoding.LocalRecodingMode</a> mode</pre>
<div class="block">The type of recoding to perform</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.gui.model.ModelNodeFilter">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/gui/model/ModelNodeFilter.html" title="class in org.deidentifier.arx.gui.model">org.deidentifier.arx.gui.model.ModelNodeFilter</a> extends java.lang.Object implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>5451641489562102719L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialization Methods</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>readObject</h4>
<pre>private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException,
java.lang.ClassNotFoundException</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.io.IOException</code></dd>
<dd><code>java.lang.ClassNotFoundException</code></dd>
</dl>
</li>
</ul>
</li>
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>anonymity</h4>
<pre>java.util.Set<E> anonymity</pre>
<div class="block">The anonymity properties allowed.</div>
</li>
<li class="blockList">
<h4>generalizations</h4>
<pre>java.util.Set<E>[] generalizations</pre>
<div class="block">The generalization levels allowed.</div>
</li>
<li class="blockList">
<h4>maxNumNodesInitial</h4>
<pre>int maxNumNodesInitial</pre>
<div class="block">The initial number of nodes.</div>
</li>
<li class="blockList">
<h4>minInformationLoss</h4>
<pre>double minInformationLoss</pre>
<div class="block">Bound for min. score.</div>
</li>
<li class="blockListLast">
<h4>maxInformationLoss</h4>
<pre>double maxInformationLoss</pre>
<div class="block">Bound for max. score.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.gui.model.ModelProfitabilityCriterion">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/gui/model/ModelProfitabilityCriterion.html" title="class in org.deidentifier.arx.gui.model">org.deidentifier.arx.gui.model.ModelProfitabilityCriterion</a> extends <a href="org/deidentifier/arx/gui/model/ModelImplicitCriterion.html" title="class in org.deidentifier.arx.gui.model">ModelImplicitCriterion</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-4305859036159393453L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>attackerModel</h4>
<pre><a href="org/deidentifier/arx/gui/model/ModelProfitabilityCriterion.AttackerModel.html" title="enum in org.deidentifier.arx.gui.model">ModelProfitabilityCriterion.AttackerModel</a> attackerModel</pre>
<div class="block">Prosecutor model</div>
</li>
<li class="blockListLast">
<h4>allowAttacks</h4>
<pre>boolean allowAttacks</pre>
<div class="block">Do we allow attacks to happen?</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.gui.model.ModelRisk">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/gui/model/ModelRisk.html" title="class in org.deidentifier.arx.gui.model">org.deidentifier.arx.gui.model.ModelRisk</a> extends java.lang.Object implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>5405871228130041796L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>modified</h4>
<pre>boolean modified</pre>
<div class="block">Modified</div>
</li>
<li class="blockList">
<h4>populationModel</h4>
<pre><a href="org/deidentifier/arx/ARXPopulationModel.html" title="class in org.deidentifier.arx">ARXPopulationModel</a> populationModel</pre>
<div class="block">Model</div>
</li>
<li class="blockList">
<h4>config</h4>
<pre><a href="org/deidentifier/arx/ARXSolverConfiguration.html" title="class in org.deidentifier.arx">ARXSolverConfiguration</a> config</pre>
<div class="block">Model</div>
</li>
<li class="blockList">
<h4>maxQiSize</h4>
<pre>int maxQiSize</pre>
<div class="block">Model</div>
</li>
<li class="blockList">
<h4>viewEnabledForInput</h4>
<pre>java.util.Map<K,V> viewEnabledForInput</pre>
<div class="block">Model</div>
</li>
<li class="blockList">
<h4>viewEnabledForOutput</h4>
<pre>java.util.Map<K,V> viewEnabledForOutput</pre>
<div class="block">Model</div>
</li>
<li class="blockList">
<h4>riskModelForAttributes</h4>
<pre><a href="org/deidentifier/arx/gui/model/ModelRisk.RiskModelForAttributes.html" title="enum in org.deidentifier.arx.gui.model">ModelRisk.RiskModelForAttributes</a> riskModelForAttributes</pre>
<div class="block">Model</div>
</li>
<li class="blockList">
<h4>riskThresholdRecordsAtRisk</h4>
<pre>java.lang.Double riskThresholdRecordsAtRisk</pre>
<div class="block">Model</div>
</li>
<li class="blockList">
<h4>riskThresholdHighestRisk</h4>
<pre>java.lang.Double riskThresholdHighestRisk</pre>
<div class="block">Model</div>
</li>
<li class="blockListLast">
<h4>riskThresholdSuccessRate</h4>
<pre>java.lang.Double riskThresholdSuccessRate</pre>
<div class="block">Model</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.gui.model.ModelRiskBasedCriterion">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/gui/model/ModelRiskBasedCriterion.html" title="class in org.deidentifier.arx.gui.model">org.deidentifier.arx.gui.model.ModelRiskBasedCriterion</a> extends <a href="org/deidentifier/arx/gui/model/ModelImplicitCriterion.html" title="class in org.deidentifier.arx.gui.model">ModelImplicitCriterion</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-3653781193588952725L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>threshold</h4>
<pre>double threshold</pre>
<div class="block">Threshold</div>
</li>
<li class="blockListLast">
<h4>variant</h4>
<pre>int variant</pre>
<div class="block">The variant to use.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.gui.model.ModelTClosenessCriterion">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/gui/model/ModelTClosenessCriterion.html" title="class in org.deidentifier.arx.gui.model">org.deidentifier.arx.gui.model.ModelTClosenessCriterion</a> extends <a href="org/deidentifier/arx/gui/model/ModelExplicitCriterion.html" title="class in org.deidentifier.arx.gui.model">ModelExplicitCriterion</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>4901053938589514626L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>variant</h4>
<pre>int variant</pre>
<div class="block">The variant.</div>
</li>
<li class="blockListLast">
<h4>t</h4>
<pre>double t</pre>
<div class="block">T.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.gui.model.ModelViewConfig">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/gui/model/ModelViewConfig.html" title="class in org.deidentifier.arx.gui.model">org.deidentifier.arx.gui.model.ModelViewConfig</a> extends java.lang.Object implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>4770598345842536623L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>mode</h4>
<pre><a href="org/deidentifier/arx/gui/model/ModelViewConfig.Mode.html" title="enum in org.deidentifier.arx.gui.model">ModelViewConfig.Mode</a> mode</pre>
<div class="block">Mode.</div>
</li>
<li class="blockList">
<h4>attribute</h4>
<pre>java.lang.String attribute</pre>
<div class="block">Attribute.</div>
</li>
<li class="blockList">
<h4>subset</h4>
<pre>boolean subset</pre>
<div class="block">Subset.</div>
</li>
<li class="blockList">
<h4>sortOrder</h4>
<pre>boolean sortOrder</pre>
<div class="block">Sort order.</div>
</li>
<li class="blockListLast">
<h4>changed</h4>
<pre>boolean changed</pre>
<div class="block">Changed flag.</div>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList">
<h2 title="Package">Package org.deidentifier.arx.io</h2>
<ul class="blockList">
<li class="blockList"><a name="org.deidentifier.arx.io.CSVOptions">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/io/CSVOptions.html" title="class in org.deidentifier.arx.io">org.deidentifier.arx.io.CSVOptions</a> extends java.lang.Object implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>2422613628612481137L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>maxColumns</h4>
<pre>java.lang.Integer maxColumns</pre>
<div class="block">The max columns.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.io.CSVSyntax">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/io/CSVSyntax.html" title="class in org.deidentifier.arx.io">org.deidentifier.arx.io.CSVSyntax</a> extends java.lang.Object implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-3978502790060734961L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>delimiter</h4>
<pre>char delimiter</pre>
<div class="block">The delimiter.</div>
</li>
<li class="blockList">
<h4>quote</h4>
<pre>char quote</pre>
<div class="block">The quote.</div>
</li>
<li class="blockList">
<h4>escape</h4>
<pre>char escape</pre>
<div class="block">The escape.</div>
</li>
<li class="blockList">
<h4>linebreak</h4>
<pre>char[] linebreak</pre>
<div class="block">The linebreak.</div>
</li>
<li class="blockListLast">
<h4>maxColumns</h4>
<pre>int maxColumns</pre>
<div class="block">Max columns</div>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList">
<h2 title="Package">Package org.deidentifier.arx.metric</h2>
<ul class="blockList">
<li class="blockList"><a name="org.deidentifier.arx.metric.InformationLoss">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/metric/InformationLoss.html" title="class in org.deidentifier.arx.metric">org.deidentifier.arx.metric.InformationLoss</a> extends java.lang.Object implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-5347658129539223333L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>metadata</h4>
<pre>java.util.List<E> metadata</pre>
<div class="block">Metadata</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.metric.Metric">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/metric/Metric.html" title="class in org.deidentifier.arx.metric">org.deidentifier.arx.metric.Metric</a> extends java.lang.Object implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-2657745103125430229L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>independent</h4>
<pre>boolean independent</pre>
<div class="block">Is the metric independent?.</div>
</li>
<li class="blockList">
<h4>monotonicWithGeneralization</h4>
<pre>java.lang.Boolean monotonicWithGeneralization</pre>
<div class="block">Is the metric monotonic with generalization?.</div>
</li>
<li class="blockList">
<h4>monotonic</h4>
<pre>boolean monotonic</pre>
<div class="block">Is the metric monotonic with suppression?.</div>
</li>
<li class="blockList">
<h4>gFactor</h4>
<pre>java.lang.Double gFactor</pre>
<div class="block">Configuration factor.</div>
</li>
<li class="blockList">
<h4>gsFactor</h4>
<pre>java.lang.Double gsFactor</pre>
<div class="block">Configuration factor.</div>
</li>
<li class="blockListLast">
<h4>sFactor</h4>
<pre>java.lang.Double sFactor</pre>
<div class="block">Configuration factor.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.metric.MetricAECS">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/metric/MetricAECS.html" title="class in org.deidentifier.arx.metric">org.deidentifier.arx.metric.MetricAECS</a> extends <a href="org/deidentifier/arx/metric/MetricDefault.html" title="class in org.deidentifier.arx.metric">MetricDefault</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-532478849890959974L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>rowCount</h4>
<pre>double rowCount</pre>
<div class="block">Number of tuples.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.metric.MetricConfiguration">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/metric/MetricConfiguration.html" title="class in org.deidentifier.arx.metric">org.deidentifier.arx.metric.MetricConfiguration</a> extends java.lang.Object implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>871854276489749340L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>monotonic</h4>
<pre>boolean monotonic</pre>
<div class="block">Monotonic variant.</div>
</li>
<li class="blockList">
<h4>gsFactor</h4>
<pre>double gsFactor</pre>
<div class="block">Coding model.</div>
</li>
<li class="blockList">
<h4>precomputed</h4>
<pre>boolean precomputed</pre>
<div class="block">Precomputed.</div>
</li>
<li class="blockList">
<h4>precomputationThreshold</h4>
<pre>double precomputationThreshold</pre>
<div class="block">Precomputation threshold.</div>
</li>
<li class="blockListLast">
<h4>aggregateFunction</h4>
<pre><a href="org/deidentifier/arx/metric/Metric.AggregateFunction.html" title="enum in org.deidentifier.arx.metric">Metric.AggregateFunction</a> aggregateFunction</pre>
<div class="block">Aggregate function.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.metric.MetricDefault">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/metric/MetricDefault.html" title="class in org.deidentifier.arx.metric">org.deidentifier.arx.metric.MetricDefault</a> extends <a href="org/deidentifier/arx/metric/Metric.html" title="class in org.deidentifier.arx.metric">Metric</a><org.deidentifier.arx.metric.InformationLossDefault> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>2672819203235170632L</dd>
</dl>
</li>
<li class="blockList"><a name="org.deidentifier.arx.metric.MetricDescription">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/metric/MetricDescription.html" title="class in org.deidentifier.arx.metric">org.deidentifier.arx.metric.MetricDescription</a> extends java.lang.Object implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-2774981286637344244L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>name</h4>
<pre>java.lang.String name</pre>
<div class="block">Name.</div>
</li>
<li class="blockList">
<h4>monotonicVariantSupported</h4>
<pre>boolean monotonicVariantSupported</pre>
<div class="block">Monotonic variant supported.</div>
</li>
<li class="blockList">
<h4>attributeWeightsSupported</h4>
<pre>boolean attributeWeightsSupported</pre>
<div class="block">Attribute weights supported.</div>
</li>
<li class="blockList">
<h4>configurableCodingModelSupported</h4>
<pre>boolean configurableCodingModelSupported</pre>
<div class="block">Configurable coding model supported.</div>
</li>
<li class="blockList">
<h4>precomputationSupported</h4>
<pre>boolean precomputationSupported</pre>
<div class="block">Pre-computation supported.</div>
</li>
<li class="blockList">
<h4>aggregateFunctionSupported</h4>
<pre>boolean aggregateFunctionSupported</pre>
<div class="block">Aggregate functions supported.</div>
</li>
<li class="blockListLast">
<h4>attackerModelSupported</h4>
<pre>boolean attackerModelSupported</pre>
<div class="block">Are different attacker models supported.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.metric.MetricDM">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/metric/MetricDM.html" title="class in org.deidentifier.arx.metric">org.deidentifier.arx.metric.MetricDM</a> extends <a href="org/deidentifier/arx/metric/MetricDefault.html" title="class in org.deidentifier.arx.metric">MetricDefault</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>4886262855672670521L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>rowCount</h4>
<pre>int rowCount</pre>
<div class="block">Number of tuples.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.metric.MetricDMStar">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/metric/MetricDMStar.html" title="class in org.deidentifier.arx.metric">org.deidentifier.arx.metric.MetricDMStar</a> extends <a href="org/deidentifier/arx/metric/MetricDefault.html" title="class in org.deidentifier.arx.metric">MetricDefault</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-3324788439890959974L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>rowCount</h4>
<pre>double rowCount</pre>
<div class="block">Number of tuples.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.metric.MetricEntropy">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/metric/MetricEntropy.html" title="class in org.deidentifier.arx.metric">org.deidentifier.arx.metric.MetricEntropy</a> extends <a href="org/deidentifier/arx/metric/MetricDefault.html" title="class in org.deidentifier.arx.metric">MetricDefault</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-8618697919821588987L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>cache</h4>
<pre>double[][] cache</pre>
<div class="block">Column -> Level -> Value.</div>
</li>
<li class="blockList">
<h4>cardinalities</h4>
<pre>int[][][] cardinalities</pre>
<div class="block">Column -> Id -> Level -> Count.</div>
</li>
<li class="blockListLast">
<h4>hierarchies</h4>
<pre>int[][][] hierarchies</pre>
<div class="block">Column -> Id -> Level -> Output.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.metric.MetricHeight">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/metric/MetricHeight.html" title="class in org.deidentifier.arx.metric">org.deidentifier.arx.metric.MetricHeight</a> extends <a href="org/deidentifier/arx/metric/MetricDefault.html" title="class in org.deidentifier.arx.metric">MetricDefault</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>5911337622032778562L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>minHeight</h4>
<pre>int minHeight</pre>
<div class="block">The minimum height.</div>
</li>
<li class="blockListLast">
<h4>maxHeight</h4>
<pre>int maxHeight</pre>
<div class="block">The maximum height.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.metric.MetricNMEntropy">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/metric/MetricNMEntropy.html" title="class in org.deidentifier.arx.metric">org.deidentifier.arx.metric.MetricNMEntropy</a> extends <a href="org/deidentifier/arx/metric/MetricEntropy.html" title="class in org.deidentifier.arx.metric">MetricEntropy</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>5789738609326541247L</dd>
</dl>
</li>
<li class="blockList"><a name="org.deidentifier.arx.metric.MetricNMPrecision">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/metric/MetricNMPrecision.html" title="class in org.deidentifier.arx.metric">org.deidentifier.arx.metric.MetricNMPrecision</a> extends <a href="org/deidentifier/arx/metric/MetricWeighted.html" title="class in org.deidentifier.arx.metric">MetricWeighted</a><org.deidentifier.arx.metric.InformationLossDefault> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-218192738838711533L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>height</h4>
<pre>int[] height</pre>
<div class="block">Height.</div>
</li>
<li class="blockListLast">
<h4>cells</h4>
<pre>double cells</pre>
<div class="block">Number of cells.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.metric.MetricPrecision">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/metric/MetricPrecision.html" title="class in org.deidentifier.arx.metric">org.deidentifier.arx.metric.MetricPrecision</a> extends <a href="org/deidentifier/arx/metric/MetricWeighted.html" title="class in org.deidentifier.arx.metric">MetricWeighted</a><org.deidentifier.arx.metric.InformationLossDefault> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-7612335677779934529L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>maxLevels</h4>
<pre>int[] maxLevels</pre>
<div class="block">Height.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.metric.MetricStatic">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/metric/MetricStatic.html" title="class in org.deidentifier.arx.metric">org.deidentifier.arx.metric.MetricStatic</a> extends <a href="org/deidentifier/arx/metric/MetricWeighted.html" title="class in org.deidentifier.arx.metric">MetricWeighted</a><org.deidentifier.arx.metric.InformationLossDefault> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>3778891174824606177L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>_infoloss</h4>
<pre>java.util.Map<K,V> _infoloss</pre>
<div class="block">The user defined information loss per level, indexed by column name.</div>
</li>
<li class="blockListLast">
<h4>infoloss</h4>
<pre>double[][] infoloss</pre>
<div class="block">The pre-calculated information loss.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.metric.MetricWeighted">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/metric/MetricWeighted.html" title="class in org.deidentifier.arx.metric">org.deidentifier.arx.metric.MetricWeighted</a> extends <a href="org/deidentifier/arx/metric/Metric.html" title="class in org.deidentifier.arx.metric">Metric</a><<a href="org/deidentifier/arx/metric/MetricWeighted.html" title="type parameter in MetricWeighted">T</a> extends <a href="org/deidentifier/arx/metric/InformationLoss.html" title="class in org.deidentifier.arx.metric">InformationLoss</a><?>> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>6508220940790010968L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>weights</h4>
<pre>double[] weights</pre>
<div class="block">The weights.</div>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList">
<h2 title="Package">Package org.deidentifier.arx.metric.v2</h2>
<ul class="blockList">
<li class="blockList"><a name="org.deidentifier.arx.metric.v2.AbstractILMultiDimensional">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/metric/v2/AbstractILMultiDimensional.html" title="class in org.deidentifier.arx.metric.v2">org.deidentifier.arx.metric.v2.AbstractILMultiDimensional</a> extends <a href="org/deidentifier/arx/metric/InformationLoss.html" title="class in org.deidentifier.arx.metric">InformationLoss</a><double[]> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>4600789773980813693L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>values</h4>
<pre>double[] values</pre>
<div class="block">Values.</div>
</li>
<li class="blockListLast">
<h4>weights</h4>
<pre>double[] weights</pre>
<div class="block">Weights.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.metric.v2.AbstractILMultiDimensionalReduced">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/metric/v2/AbstractILMultiDimensionalReduced.html" title="class in org.deidentifier.arx.metric.v2">org.deidentifier.arx.metric.v2.AbstractILMultiDimensionalReduced</a> extends <a href="org/deidentifier/arx/metric/v2/AbstractILMultiDimensional.html" title="class in org.deidentifier.arx.metric.v2">AbstractILMultiDimensional</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>7228258212711188233L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>aggregate</h4>
<pre>double aggregate</pre>
<div class="block">Aggregate.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.metric.v2.AbstractMetricMultiDimensional">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/metric/v2/AbstractMetricMultiDimensional.html" title="class in org.deidentifier.arx.metric.v2">org.deidentifier.arx.metric.v2.AbstractMetricMultiDimensional</a> extends <a href="org/deidentifier/arx/metric/Metric.html" title="class in org.deidentifier.arx.metric">Metric</a><<a href="org/deidentifier/arx/metric/v2/AbstractILMultiDimensional.html" title="class in org.deidentifier.arx.metric.v2">AbstractILMultiDimensional</a>> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>3909752748519119689L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>weights</h4>
<pre>double[] weights</pre>
<div class="block">The weights.</div>
</li>
<li class="blockList">
<h4>dimensions</h4>
<pre>int dimensions</pre>
<div class="block">Number of dimensions.</div>
</li>
<li class="blockList">
<h4>dimensionsGeneralized</h4>
<pre>int dimensionsGeneralized</pre>
<div class="block">Number of dimensions with generalization</div>
</li>
<li class="blockList">
<h4>dimensionsAggregated</h4>
<pre>int dimensionsAggregated</pre>
<div class="block">Number of dimensions with aggregation</div>
</li>
<li class="blockList">
<h4>min</h4>
<pre>double[] min</pre>
<div class="block">Min.</div>
</li>
<li class="blockList">
<h4>max</h4>
<pre>double[] max</pre>
<div class="block">Max.</div>
</li>
<li class="blockList">
<h4>function</h4>
<pre><a href="org/deidentifier/arx/metric/Metric.AggregateFunction.html" title="enum in org.deidentifier.arx.metric">Metric.AggregateFunction</a> function</pre>
<div class="block">The aggregate function.</div>
</li>
<li class="blockList">
<h4>aggregation</h4>
<pre><a href="org/deidentifier/arx/framework/data/DataAggregationInformation.html" title="class in org.deidentifier.arx.framework.data">DataAggregationInformation</a> aggregation</pre>
<div class="block">The microaggregation functions.</div>
</li>
<li class="blockListLast">
<h4>k</h4>
<pre>int k</pre>
<div class="block">Minimal size of equivalence classes enforced by the differential privacy model</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.metric.v2.AbstractMetricMultiDimensionalPotentiallyPrecomputed">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/metric/v2/AbstractMetricMultiDimensionalPotentiallyPrecomputed.html" title="class in org.deidentifier.arx.metric.v2">org.deidentifier.arx.metric.v2.AbstractMetricMultiDimensionalPotentiallyPrecomputed</a> extends <a href="org/deidentifier/arx/metric/v2/AbstractMetricMultiDimensional.html" title="class in org.deidentifier.arx.metric.v2">AbstractMetricMultiDimensional</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>7278544218893194559L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>precomputed</h4>
<pre>boolean precomputed</pre>
<div class="block">Is this instance precomputed.</div>
</li>
<li class="blockList">
<h4>threshold</h4>
<pre>double threshold</pre>
<div class="block">The threshold.</div>
</li>
<li class="blockList">
<h4>defaultMetric</h4>
<pre><a href="org/deidentifier/arx/metric/v2/AbstractMetricMultiDimensional.html" title="class in org.deidentifier.arx.metric.v2">AbstractMetricMultiDimensional</a> defaultMetric</pre>
<div class="block">The default metric.</div>
</li>
<li class="blockListLast">
<h4>precomputedMetric</h4>
<pre><a href="org/deidentifier/arx/metric/v2/AbstractMetricMultiDimensional.html" title="class in org.deidentifier.arx.metric.v2">AbstractMetricMultiDimensional</a> precomputedMetric</pre>
<div class="block">The precomputed variant.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.metric.v2.AbstractMetricSingleDimensional">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/metric/v2/AbstractMetricSingleDimensional.html" title="class in org.deidentifier.arx.metric.v2">org.deidentifier.arx.metric.v2.AbstractMetricSingleDimensional</a> extends <a href="org/deidentifier/arx/metric/Metric.html" title="class in org.deidentifier.arx.metric">Metric</a><<a href="org/deidentifier/arx/metric/v2/ILSingleDimensional.html" title="class in org.deidentifier.arx.metric.v2">ILSingleDimensional</a>> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-1082954137578580790L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>tuples</h4>
<pre>java.lang.Double tuples</pre>
<div class="block">Row count.</div>
</li>
<li class="blockListLast">
<h4>aggregation</h4>
<pre><a href="org/deidentifier/arx/framework/data/DataAggregationInformation.html" title="class in org.deidentifier.arx.framework.data">DataAggregationInformation</a> aggregation</pre>
<div class="block">The microaggregation functions.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.metric.v2.Cardinalities">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/metric/v2/Cardinalities.html" title="class in org.deidentifier.arx.metric.v2">org.deidentifier.arx.metric.v2.Cardinalities</a> extends java.lang.Object implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>6164578830669365810L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>cardinalities</h4>
<pre>int[][][] cardinalities</pre>
<div class="block">Cardinalities: Column -> Id -> Level -> Count.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.metric.v2.DomainShareInterval">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/metric/v2/DomainShareInterval.html" title="class in org.deidentifier.arx.metric.v2">org.deidentifier.arx.metric.v2.DomainShareInterval</a> extends <a href="org/deidentifier/arx/aggregates/HierarchyBuilderIntervalBased.html" title="class in org.deidentifier.arx.aggregates">HierarchyBuilderIntervalBased</a><<a href="org/deidentifier/arx/metric/v2/DomainShareInterval.html" title="type parameter in DomainShareInterval">T</a>> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>3430961217394466615L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialization Methods</h3>
<ul class="blockList">
<li class="blockList">
<h4>readObject</h4>
<pre>private void readObject(java.io.ObjectInputStream aInputStream)
throws java.lang.ClassNotFoundException,
java.io.IOException</pre>
<div class="block">De-serialization.</div>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.lang.ClassNotFoundException</code></dd>
<dd><code>java.io.IOException</code></dd>
</dl>
</li>
<li class="blockListLast">
<h4>writeObject</h4>
<pre>private void writeObject(java.io.ObjectOutputStream aOutputStream)
throws java.io.IOException</pre>
<div class="block">Serialization.</div>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.io.IOException</code></dd>
</dl>
</li>
</ul>
</li>
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>domainSize</h4>
<pre>double domainSize</pre>
<div class="block">The domain size.</div>
</li>
<li class="blockList">
<h4>dataType</h4>
<pre><a href="org/deidentifier/arx/DataType.DataTypeWithRatioScale.html" title="interface in org.deidentifier.arx">DataType.DataTypeWithRatioScale</a><<a href="org/deidentifier/arx/DataType.DataTypeWithRatioScale.html" title="type parameter in DataType.DataTypeWithRatioScale">T</a>> dataType</pre>
<div class="block">Data type.</div>
</li>
<li class="blockListLast">
<h4>shares</h4>
<pre>double[] shares</pre>
<div class="block">One share per attribute.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.metric.v2.DomainShareMaterialized">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/metric/v2/DomainShareMaterialized.html" title="class in org.deidentifier.arx.metric.v2">org.deidentifier.arx.metric.v2.DomainShareMaterialized</a> extends java.lang.Object implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-8981924690395236648L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialization Methods</h3>
<ul class="blockList">
<li class="blockList">
<h4>readObject</h4>
<pre>private void readObject(java.io.ObjectInputStream aInputStream)
throws java.lang.ClassNotFoundException,
java.io.IOException</pre>
<div class="block">De-serialization.</div>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.lang.ClassNotFoundException</code></dd>
<dd><code>java.io.IOException</code></dd>
</dl>
</li>
<li class="blockListLast">
<h4>writeObject</h4>
<pre>private void writeObject(java.io.ObjectOutputStream aOutputStream)
throws java.io.IOException</pre>
<div class="block">Serialization.</div>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.io.IOException</code></dd>
</dl>
</li>
</ul>
</li>
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>size</h4>
<pre>double size</pre>
<div class="block">The size of the domain.</div>
</li>
<li class="blockListLast">
<h4>shares</h4>
<pre>double[] shares</pre>
<div class="block">One share per attribute.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.metric.v2.DomainShareRedaction">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/metric/v2/DomainShareRedaction.html" title="class in org.deidentifier.arx.metric.v2">org.deidentifier.arx.metric.v2.DomainShareRedaction</a> extends java.lang.Object implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>2015677962393713964L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>maxValueLength</h4>
<pre>double maxValueLength</pre>
<div class="block">Meta-data about the nature of the domain of the attribute.</div>
</li>
<li class="blockList">
<h4>domainSize</h4>
<pre>double domainSize</pre>
<div class="block">Meta-data about the nature of the domain of the attribute.</div>
</li>
<li class="blockList">
<h4>alphabetSize</h4>
<pre>double alphabetSize</pre>
<div class="block">Meta-data about the nature of the domain of the attribute.</div>
</li>
<li class="blockList">
<h4>minInput</h4>
<pre>double minInput</pre>
<div class="block">For interpolating linearly from input to output range.</div>
</li>
<li class="blockList">
<h4>maxInput</h4>
<pre>double maxInput</pre>
<div class="block">For interpolating linearly from input to output range.</div>
</li>
<li class="blockList">
<h4>minOutput</h4>
<pre>double minOutput</pre>
<div class="block">For interpolating linearly from input to output range.</div>
</li>
<li class="blockListLast">
<h4>maxOutput</h4>
<pre>double maxOutput</pre>
<div class="block">For interpolating linearly from input to output range.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.metric.v2.DomainShareReliable">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/metric/v2/DomainShareReliable.html" title="class in org.deidentifier.arx.metric.v2">org.deidentifier.arx.metric.v2.DomainShareReliable</a> extends java.lang.Object implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-396317436976075163L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialization Methods</h3>
<ul class="blockList">
<li class="blockList">
<h4>readObject</h4>
<pre>private void readObject(java.io.ObjectInputStream aInputStream)
throws java.lang.ClassNotFoundException,
java.io.IOException</pre>
<div class="block">De-serialization.</div>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.lang.ClassNotFoundException</code></dd>
<dd><code>java.io.IOException</code></dd>
</dl>
</li>
<li class="blockListLast">
<h4>writeObject</h4>
<pre>private void writeObject(java.io.ObjectOutputStream aOutputStream)
throws java.io.IOException</pre>
<div class="block">Serialization.</div>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.io.IOException</code></dd>
</dl>
</li>
</ul>
</li>
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>shares</h4>
<pre>org.apache.commons.math3.fraction.BigFraction[] shares</pre>
<div class="block">One share per attribute.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.metric.v2.ILMultiDimensionalArithmeticMean">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/metric/v2/ILMultiDimensionalArithmeticMean.html" title="class in org.deidentifier.arx.metric.v2">org.deidentifier.arx.metric.v2.ILMultiDimensionalArithmeticMean</a> extends <a href="org/deidentifier/arx/metric/v2/AbstractILMultiDimensionalReduced.html" title="class in org.deidentifier.arx.metric.v2">AbstractILMultiDimensionalReduced</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>5142553922311764185L</dd>
</dl>
</li>
<li class="blockList"><a name="org.deidentifier.arx.metric.v2.ILMultiDimensionalGeometricMean">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/metric/v2/ILMultiDimensionalGeometricMean.html" title="class in org.deidentifier.arx.metric.v2">org.deidentifier.arx.metric.v2.ILMultiDimensionalGeometricMean</a> extends <a href="org/deidentifier/arx/metric/v2/AbstractILMultiDimensionalReduced.html" title="class in org.deidentifier.arx.metric.v2">AbstractILMultiDimensionalReduced</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>621501985571033348L</dd>
</dl>
</li>
<li class="blockList"><a name="org.deidentifier.arx.metric.v2.ILMultiDimensionalMax">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/metric/v2/ILMultiDimensionalMax.html" title="class in org.deidentifier.arx.metric.v2">org.deidentifier.arx.metric.v2.ILMultiDimensionalMax</a> extends <a href="org/deidentifier/arx/metric/v2/AbstractILMultiDimensionalReduced.html" title="class in org.deidentifier.arx.metric.v2">AbstractILMultiDimensionalReduced</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-3373577899437514858L</dd>
</dl>
</li>
<li class="blockList"><a name="org.deidentifier.arx.metric.v2.ILMultiDimensionalRank">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/metric/v2/ILMultiDimensionalRank.html" title="class in org.deidentifier.arx.metric.v2">org.deidentifier.arx.metric.v2.ILMultiDimensionalRank</a> extends <a href="org/deidentifier/arx/metric/v2/AbstractILMultiDimensional.html" title="class in org.deidentifier.arx.metric.v2">AbstractILMultiDimensional</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>591145071792293317L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialization Methods</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>readObject</h4>
<pre>private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException,
java.lang.ClassNotFoundException</pre>
<div class="block">Overwritten to handle changes in how the mean is computed.</div>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.io.IOException</code></dd>
<dd><code>java.lang.ClassNotFoundException</code></dd>
</dl>
</li>
</ul>
</li>
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>aggregate</h4>
<pre>double[] aggregate</pre>
<div class="block">Aggregate.</div>
</li>
<li class="blockListLast">
<h4>mean</h4>
<pre>double mean</pre>
<div class="block">Geometric mean.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.metric.v2.ILMultiDimensionalSum">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/metric/v2/ILMultiDimensionalSum.html" title="class in org.deidentifier.arx.metric.v2">org.deidentifier.arx.metric.v2.ILMultiDimensionalSum</a> extends <a href="org/deidentifier/arx/metric/v2/AbstractILMultiDimensionalReduced.html" title="class in org.deidentifier.arx.metric.v2">AbstractILMultiDimensionalReduced</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>6456243227046629659L</dd>
</dl>
</li>
<li class="blockList"><a name="org.deidentifier.arx.metric.v2.ILScore">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/metric/v2/ILScore.html" title="class in org.deidentifier.arx.metric.v2">org.deidentifier.arx.metric.v2.ILScore</a> extends <a href="org/deidentifier/arx/metric/InformationLoss.html" title="class in org.deidentifier.arx.metric">InformationLoss</a><org.apache.commons.math3.fraction.BigFraction> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-2638719458508437194L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>value</h4>
<pre>org.apache.commons.math3.fraction.BigFraction value</pre>
<div class="block">Value</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.metric.v2.ILSingleDimensional">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/metric/v2/ILSingleDimensional.html" title="class in org.deidentifier.arx.metric.v2">org.deidentifier.arx.metric.v2.ILSingleDimensional</a> extends <a href="org/deidentifier/arx/metric/InformationLoss.html" title="class in org.deidentifier.arx.metric">InformationLoss</a><java.lang.Double> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>8045076435539841773L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>value</h4>
<pre>double value</pre>
<div class="block">Values.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.metric.v2.MetricMDHeight">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/metric/v2/MetricMDHeight.html" title="class in org.deidentifier.arx.metric.v2">org.deidentifier.arx.metric.v2.MetricMDHeight</a> extends <a href="org/deidentifier/arx/metric/v2/AbstractMetricMultiDimensional.html" title="class in org.deidentifier.arx.metric.v2">AbstractMetricMultiDimensional</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-4720395539299677086L</dd>
</dl>
</li>
<li class="blockList"><a name="org.deidentifier.arx.metric.v2.MetricMDNMLoss">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/metric/v2/MetricMDNMLoss.html" title="class in org.deidentifier.arx.metric.v2">org.deidentifier.arx.metric.v2.MetricMDNMLoss</a> extends <a href="org/deidentifier/arx/metric/v2/AbstractMetricMultiDimensional.html" title="class in org.deidentifier.arx.metric.v2">AbstractMetricMultiDimensional</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-573670902335136600L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>tuples</h4>
<pre>double tuples</pre>
<div class="block">Total number of tuples, depends on existence of research subset.</div>
</li>
<li class="blockList">
<h4>shares</h4>
<pre><a href="org/deidentifier/arx/metric/v2/DomainShare.html" title="interface in org.deidentifier.arx.metric.v2">DomainShare</a>[] shares</pre>
<div class="block">Domain shares for each dimension.</div>
</li>
<li class="blockList">
<h4>sharesReliable</h4>
<pre><a href="org/deidentifier/arx/metric/v2/DomainShareReliable.html" title="class in org.deidentifier.arx.metric.v2">DomainShareReliable</a>[] sharesReliable</pre>
<div class="block">Reliable domain shares for each dimension.</div>
</li>
<li class="blockList">
<h4>gFactor</h4>
<pre>double gFactor</pre>
<div class="block">We must override this for backward compatibility. Remove, when re-implemented.</div>
</li>
<li class="blockList">
<h4>gsFactor</h4>
<pre>double gsFactor</pre>
<div class="block">We must override this for backward compatibility. Remove, when re-implemented.</div>
</li>
<li class="blockListLast">
<h4>sFactor</h4>
<pre>double sFactor</pre>
<div class="block">We must override this for backward compatibility. Remove, when re-implemented.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.metric.v2.MetricMDNMLossPotentiallyPrecomputed">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/metric/v2/MetricMDNMLossPotentiallyPrecomputed.html" title="class in org.deidentifier.arx.metric.v2">org.deidentifier.arx.metric.v2.MetricMDNMLossPotentiallyPrecomputed</a> extends <a href="org/deidentifier/arx/metric/v2/AbstractMetricMultiDimensionalPotentiallyPrecomputed.html" title="class in org.deidentifier.arx.metric.v2">AbstractMetricMultiDimensionalPotentiallyPrecomputed</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-409964525491865637L</dd>
</dl>
</li>
<li class="blockList"><a name="org.deidentifier.arx.metric.v2.MetricMDNMLossPrecomputed">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/metric/v2/MetricMDNMLossPrecomputed.html" title="class in org.deidentifier.arx.metric.v2">org.deidentifier.arx.metric.v2.MetricMDNMLossPrecomputed</a> extends <a href="org/deidentifier/arx/metric/v2/MetricMDNMLoss.html" title="class in org.deidentifier.arx.metric.v2">MetricMDNMLoss</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-7505441444551612996L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>cardinalities</h4>
<pre><a href="org/deidentifier/arx/metric/v2/Cardinalities.html" title="class in org.deidentifier.arx.metric.v2">Cardinalities</a> cardinalities</pre>
<div class="block">Cardinalities.</div>
</li>
<li class="blockListLast">
<h4>values</h4>
<pre>int[][][] values</pre>
<div class="block">Distinct values: attribute -> level -> values.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.metric.v2.MetricMDNMPrecision">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/metric/v2/MetricMDNMPrecision.html" title="class in org.deidentifier.arx.metric.v2">org.deidentifier.arx.metric.v2.MetricMDNMPrecision</a> extends <a href="org/deidentifier/arx/metric/v2/AbstractMetricMultiDimensional.html" title="class in org.deidentifier.arx.metric.v2">AbstractMetricMultiDimensional</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>7972929684708525849L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>rowCount</h4>
<pre>double rowCount</pre>
<div class="block">Row count.</div>
</li>
<li class="blockListLast">
<h4>heights</h4>
<pre>int[] heights</pre>
<div class="block">Hierarchy heights.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.metric.v2.MetricMDNUEntropy">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/metric/v2/MetricMDNUEntropy.html" title="class in org.deidentifier.arx.metric.v2">org.deidentifier.arx.metric.v2.MetricMDNUEntropy</a> extends <a href="org/deidentifier/arx/metric/v2/MetricMDNUEntropyPrecomputed.html" title="class in org.deidentifier.arx.metric.v2">MetricMDNUEntropyPrecomputed</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-8114158144622853288L</dd>
</dl>
</li>
<li class="blockList"><a name="org.deidentifier.arx.metric.v2.MetricMDNUEntropyPotentiallyPrecomputed">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/metric/v2/MetricMDNUEntropyPotentiallyPrecomputed.html" title="class in org.deidentifier.arx.metric.v2">org.deidentifier.arx.metric.v2.MetricMDNUEntropyPotentiallyPrecomputed</a> extends <a href="org/deidentifier/arx/metric/v2/AbstractMetricMultiDimensionalPotentiallyPrecomputed.html" title="class in org.deidentifier.arx.metric.v2">AbstractMetricMultiDimensionalPotentiallyPrecomputed</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>7044684079235440871L</dd>
</dl>
</li>
<li class="blockList"><a name="org.deidentifier.arx.metric.v2.MetricMDNUEntropyPrecomputed">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/metric/v2/MetricMDNUEntropyPrecomputed.html" title="class in org.deidentifier.arx.metric.v2">org.deidentifier.arx.metric.v2.MetricMDNUEntropyPrecomputed</a> extends <a href="org/deidentifier/arx/metric/v2/AbstractMetricMultiDimensional.html" title="class in org.deidentifier.arx.metric.v2">AbstractMetricMultiDimensional</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>8053878428909814308L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>cardinalities</h4>
<pre><a href="org/deidentifier/arx/metric/v2/Cardinalities.html" title="class in org.deidentifier.arx.metric.v2">Cardinalities</a> cardinalities</pre>
<div class="block">Cardinalities.</div>
</li>
<li class="blockList">
<h4>cache</h4>
<pre>double[][] cache</pre>
<div class="block">Column -> Level -> Value.</div>
</li>
<li class="blockList">
<h4>hierarchies</h4>
<pre>int[][][] hierarchies</pre>
<div class="block">Column -> Id -> Level -> Output.</div>
</li>
<li class="blockList">
<h4>rows</h4>
<pre>double rows</pre>
<div class="block">Num rows</div>
</li>
<li class="blockListLast">
<h4>rootValues</h4>
<pre>int[] rootValues</pre>
<div class="block">The root values of all generalization hierarchies or -1 if no single root value exists</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.metric.v2.MetricMDNUNMEntropy">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/metric/v2/MetricMDNUNMEntropy.html" title="class in org.deidentifier.arx.metric.v2">org.deidentifier.arx.metric.v2.MetricMDNUNMEntropy</a> extends <a href="org/deidentifier/arx/metric/v2/MetricMDNUNMEntropyPrecomputed.html" title="class in org.deidentifier.arx.metric.v2">MetricMDNUNMEntropyPrecomputed</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-7428794463838685004L</dd>
</dl>
</li>
<li class="blockList"><a name="org.deidentifier.arx.metric.v2.MetricMDNUNMEntropyPotentiallyPrecomputed">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/metric/v2/MetricMDNUNMEntropyPotentiallyPrecomputed.html" title="class in org.deidentifier.arx.metric.v2">org.deidentifier.arx.metric.v2.MetricMDNUNMEntropyPotentiallyPrecomputed</a> extends <a href="org/deidentifier/arx/metric/v2/AbstractMetricMultiDimensionalPotentiallyPrecomputed.html" title="class in org.deidentifier.arx.metric.v2">AbstractMetricMultiDimensionalPotentiallyPrecomputed</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-3213516677340712914L</dd>
</dl>
</li>
<li class="blockList"><a name="org.deidentifier.arx.metric.v2.MetricMDNUNMEntropyPrecomputed">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/metric/v2/MetricMDNUNMEntropyPrecomputed.html" title="class in org.deidentifier.arx.metric.v2">org.deidentifier.arx.metric.v2.MetricMDNUNMEntropyPrecomputed</a> extends <a href="org/deidentifier/arx/metric/v2/MetricMDNUEntropyPrecomputed.html" title="class in org.deidentifier.arx.metric.v2">MetricMDNUEntropyPrecomputed</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-7428794463838685004L</dd>
</dl>
</li>
<li class="blockList"><a name="org.deidentifier.arx.metric.v2.MetricMDNUNMNormalizedEntropy">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/metric/v2/MetricMDNUNMNormalizedEntropy.html" title="class in org.deidentifier.arx.metric.v2">org.deidentifier.arx.metric.v2.MetricMDNUNMNormalizedEntropy</a> extends <a href="org/deidentifier/arx/metric/v2/MetricMDNUNMNormalizedEntropyPrecomputed.html" title="class in org.deidentifier.arx.metric.v2">MetricMDNUNMNormalizedEntropyPrecomputed</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>8815423510640657624L</dd>
</dl>
</li>
<li class="blockList"><a name="org.deidentifier.arx.metric.v2.MetricMDNUNMNormalizedEntropyPotentiallyPrecomputed">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/metric/v2/MetricMDNUNMNormalizedEntropyPotentiallyPrecomputed.html" title="class in org.deidentifier.arx.metric.v2">org.deidentifier.arx.metric.v2.MetricMDNUNMNormalizedEntropyPotentiallyPrecomputed</a> extends <a href="org/deidentifier/arx/metric/v2/AbstractMetricMultiDimensionalPotentiallyPrecomputed.html" title="class in org.deidentifier.arx.metric.v2">AbstractMetricMultiDimensionalPotentiallyPrecomputed</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-3297238195567701353L</dd>
</dl>
</li>
<li class="blockList"><a name="org.deidentifier.arx.metric.v2.MetricMDNUNMNormalizedEntropyPrecomputed">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/metric/v2/MetricMDNUNMNormalizedEntropyPrecomputed.html" title="class in org.deidentifier.arx.metric.v2">org.deidentifier.arx.metric.v2.MetricMDNUNMNormalizedEntropyPrecomputed</a> extends <a href="org/deidentifier/arx/metric/v2/MetricMDNUNMEntropyPrecomputed.html" title="class in org.deidentifier.arx.metric.v2">MetricMDNUNMEntropyPrecomputed</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-2384411534214262365L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>upper</h4>
<pre>double[] upper</pre>
<div class="block">Upper bounds</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.metric.v2.MetricMDPrecision">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/metric/v2/MetricMDPrecision.html" title="class in org.deidentifier.arx.metric.v2">org.deidentifier.arx.metric.v2.MetricMDPrecision</a> extends <a href="org/deidentifier/arx/metric/v2/MetricMDNMPrecision.html" title="class in org.deidentifier.arx.metric.v2">MetricMDNMPrecision</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>8514706682676049814L</dd>
</dl>
</li>
<li class="blockList"><a name="org.deidentifier.arx.metric.v2.MetricMDStatic">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/metric/v2/MetricMDStatic.html" title="class in org.deidentifier.arx.metric.v2">org.deidentifier.arx.metric.v2.MetricMDStatic</a> extends <a href="org/deidentifier/arx/metric/v2/AbstractMetricMultiDimensional.html" title="class in org.deidentifier.arx.metric.v2">AbstractMetricMultiDimensional</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-1436611621616365335L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>_infoloss</h4>
<pre>java.util.Map<K,V> _infoloss</pre>
<div class="block">The user defined information loss per level, indexed by column name.</div>
</li>
<li class="blockListLast">
<h4>infoloss</h4>
<pre>double[][] infoloss</pre>
<div class="block">The pre-calculated information loss.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.metric.v2.MetricSDAECS">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/metric/v2/MetricSDAECS.html" title="class in org.deidentifier.arx.metric.v2">org.deidentifier.arx.metric.v2.MetricSDAECS</a> extends <a href="org/deidentifier/arx/metric/v2/AbstractMetricSingleDimensional.html" title="class in org.deidentifier.arx.metric.v2">AbstractMetricSingleDimensional</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>8076459507565472479L</dd>
</dl>
</li>
<li class="blockList"><a name="org.deidentifier.arx.metric.v2.MetricSDClassification">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/metric/v2/MetricSDClassification.html" title="class in org.deidentifier.arx.metric.v2">org.deidentifier.arx.metric.v2.MetricSDClassification</a> extends <a href="org/deidentifier/arx/metric/v2/AbstractMetricSingleDimensional.html" title="class in org.deidentifier.arx.metric.v2">AbstractMetricSingleDimensional</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-7940144844158472876L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>responseVariablesNonQI</h4>
<pre>int[] responseVariablesNonQI</pre>
<div class="block">Indices of response variables in distributions</div>
</li>
<li class="blockList">
<h4>responseVariablesQI</h4>
<pre>int[] responseVariablesQI</pre>
<div class="block">Indices of response variables in quasi-identifiers</div>
</li>
<li class="blockList">
<h4>responseVariablesQIScaleFactors</h4>
<pre>double[][] responseVariablesQIScaleFactors</pre>
<div class="block">Scale factors for QI target variables</div>
</li>
<li class="blockList">
<h4>penaltySuppressed</h4>
<pre>double penaltySuppressed</pre>
<div class="block">Penalty</div>
</li>
<li class="blockList">
<h4>penaltyInfrequentResponse</h4>
<pre>double penaltyInfrequentResponse</pre>
<div class="block">Penalty</div>
</li>
<li class="blockList">
<h4>penaltyNoMajorityResponse</h4>
<pre>double penaltyNoMajorityResponse</pre>
<div class="block">Penalty</div>
</li>
<li class="blockList">
<h4>penaltyMax</h4>
<pre>double penaltyMax</pre>
<div class="block">Maximal penality</div>
</li>
<li class="blockList">
<h4>penaltyMaxScale</h4>
<pre>double penaltyMaxScale</pre>
<div class="block">Maximal penality</div>
</li>
<li class="blockListLast">
<h4>sensitivity</h4>
<pre>java.math.BigInteger sensitivity</pre>
<div class="block">Sensitivity of the score function</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.metric.v2.MetricSDDiscernability">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/metric/v2/MetricSDDiscernability.html" title="class in org.deidentifier.arx.metric.v2">org.deidentifier.arx.metric.v2.MetricSDDiscernability</a> extends <a href="org/deidentifier/arx/metric/v2/MetricSDNMDiscernability.html" title="class in org.deidentifier.arx.metric.v2">MetricSDNMDiscernability</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-9156839234909657895L</dd>
</dl>
</li>
<li class="blockList"><a name="org.deidentifier.arx.metric.v2.MetricSDNMAmbiguity">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/metric/v2/MetricSDNMAmbiguity.html" title="class in org.deidentifier.arx.metric.v2">org.deidentifier.arx.metric.v2.MetricSDNMAmbiguity</a> extends <a href="org/deidentifier/arx/metric/v2/AbstractMetricSingleDimensional.html" title="class in org.deidentifier.arx.metric.v2">AbstractMetricSingleDimensional</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-4376770864891280340L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>tuples</h4>
<pre>java.lang.Double tuples</pre>
<div class="block">Total number of tuples, depends on existence of research subset.</div>
</li>
<li class="blockList">
<h4>shares</h4>
<pre><a href="org/deidentifier/arx/metric/v2/DomainShare.html" title="interface in org.deidentifier.arx.metric.v2">DomainShare</a>[] shares</pre>
<div class="block">Domain shares for each dimension.</div>
</li>
<li class="blockListLast">
<h4>max</h4>
<pre>java.lang.Double max</pre>
<div class="block">Maximum value</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.metric.v2.MetricSDNMDiscernability">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/metric/v2/MetricSDNMDiscernability.html" title="class in org.deidentifier.arx.metric.v2">org.deidentifier.arx.metric.v2.MetricSDNMDiscernability</a> extends <a href="org/deidentifier/arx/metric/v2/AbstractMetricSingleDimensional.html" title="class in org.deidentifier.arx.metric.v2">AbstractMetricSingleDimensional</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-8573084860566655278L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>numRows</h4>
<pre>long numRows</pre>
<div class="block">Total number of rows.</div>
</li>
<li class="blockListLast">
<h4>k</h4>
<pre>long k</pre>
<div class="block">Minimal size of equivalence classes enforced by the differential privacy model</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.metric.v2.MetricSDNMEntropyBasedInformationLoss">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/metric/v2/MetricSDNMEntropyBasedInformationLoss.html" title="class in org.deidentifier.arx.metric.v2">org.deidentifier.arx.metric.v2.MetricSDNMEntropyBasedInformationLoss</a> extends <a href="org/deidentifier/arx/metric/v2/AbstractMetricSingleDimensional.html" title="class in org.deidentifier.arx.metric.v2">AbstractMetricSingleDimensional</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-2443537745262162075L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>shares</h4>
<pre><a href="org/deidentifier/arx/metric/v2/DomainShare.html" title="interface in org.deidentifier.arx.metric.v2">DomainShare</a>[] shares</pre>
<div class="block">Domain shares for each dimension.</div>
</li>
<li class="blockListLast">
<h4>maxIL</h4>
<pre>double maxIL</pre>
<div class="block">MaxIL</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.metric.v2.MetricSDNMKLDivergence">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/metric/v2/MetricSDNMKLDivergence.html" title="class in org.deidentifier.arx.metric.v2">org.deidentifier.arx.metric.v2.MetricSDNMKLDivergence</a> extends <a href="org/deidentifier/arx/metric/v2/AbstractMetricSingleDimensional.html" title="class in org.deidentifier.arx.metric.v2">AbstractMetricSingleDimensional</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-4918601543733931921L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>tuples</h4>
<pre>java.lang.Double tuples</pre>
<div class="block">Total number of tuples, depends on existence of research subset.</div>
</li>
<li class="blockList">
<h4>shares</h4>
<pre><a href="org/deidentifier/arx/metric/v2/DomainShare.html" title="interface in org.deidentifier.arx.metric.v2">DomainShare</a>[] shares</pre>
<div class="block">Domain shares for each dimension.</div>
</li>
<li class="blockList">
<h4>max</h4>
<pre>java.lang.Double max</pre>
<div class="block">Maximum value</div>
</li>
<li class="blockList">
<h4>inputDistribution</h4>
<pre>double[] inputDistribution</pre>
<div class="block">Distribution</div>
</li>
<li class="blockListLast">
<h4>maximalArea</h4>
<pre>double maximalArea</pre>
<div class="block">Maximal area</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.metric.v2.MetricSDNMPublisherPayout">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/metric/v2/MetricSDNMPublisherPayout.html" title="class in org.deidentifier.arx.metric.v2">org.deidentifier.arx.metric.v2.MetricSDNMPublisherPayout</a> extends <a href="org/deidentifier/arx/metric/v2/AbstractMetricSingleDimensional.html" title="class in org.deidentifier.arx.metric.v2">AbstractMetricSingleDimensional</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>5729454129866471107L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>config</h4>
<pre><a href="org/deidentifier/arx/ARXCostBenefitConfiguration.html" title="class in org.deidentifier.arx">ARXCostBenefitConfiguration</a> config</pre>
<div class="block">Configuration for the Stackelberg game</div>
</li>
<li class="blockList">
<h4>shares</h4>
<pre><a href="org/deidentifier/arx/metric/v2/DomainShare.html" title="interface in org.deidentifier.arx.metric.v2">DomainShare</a>[] shares</pre>
<div class="block">Domain shares for each dimension.</div>
</li>
<li class="blockList">
<h4>maxIL</h4>
<pre>double maxIL</pre>
<div class="block">Maximal information loss</div>
</li>
<li class="blockList">
<h4>modelRisk</h4>
<pre><a href="org/deidentifier/arx/risk/RiskModelCostBenefit.html" title="class in org.deidentifier.arx.risk">RiskModelCostBenefit</a> modelRisk</pre>
<div class="block">Risk model</div>
</li>
<li class="blockList">
<h4>journalistAttackerModel</h4>
<pre>boolean journalistAttackerModel</pre>
<div class="block">Journalist attacker model</div>
</li>
<li class="blockListLast">
<h4>maximalPayout</h4>
<pre><a href="org/deidentifier/arx/metric/v2/QualityMetadata.html" title="class in org.deidentifier.arx.metric.v2">QualityMetadata</a><<a href="org/deidentifier/arx/metric/v2/QualityMetadata.html" title="type parameter in QualityMetadata">T</a>> maximalPayout</pre>
<div class="block">Maximal payout</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.metric.v2.QualityMetadata">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/metric/v2/QualityMetadata.html" title="class in org.deidentifier.arx.metric.v2">org.deidentifier.arx.metric.v2.QualityMetadata</a> extends java.lang.Object implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>8750896039746232218L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>parameter</h4>
<pre>java.lang.String parameter</pre>
<div class="block">Parameter</div>
</li>
<li class="blockListLast">
<h4>value</h4>
<pre>java.lang.Object value</pre>
<div class="block">Value</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.deidentifier.arx.metric.v2.TupleMatcher">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/metric/v2/TupleMatcher.html" title="class in org.deidentifier.arx.metric.v2">org.deidentifier.arx.metric.v2.TupleMatcher</a> extends java.lang.Object implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-5081573765755187296L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>hierarchies</h4>
<pre>int[][][] hierarchies</pre>
<div class="block">Data</div>
</li>
<li class="blockListLast">
<h4>tuple</h4>
<pre>int[] tuple</pre>
<div class="block">Data</div>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList">
<h2 title="Package">Package org.deidentifier.arx.reliability</h2>
<ul class="blockList">
<li class="blockList"><a name="org.deidentifier.arx.reliability.IntervalArithmeticException">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/reliability/IntervalArithmeticException.html" title="class in org.deidentifier.arx.reliability">org.deidentifier.arx.reliability.IntervalArithmeticException</a> extends java.lang.Exception implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-1627573957508498257L</dd>
</dl>
</li>
<li class="blockList"><a name="org.deidentifier.arx.reliability.IntervalDouble">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/reliability/IntervalDouble.html" title="class in org.deidentifier.arx.reliability">org.deidentifier.arx.reliability.IntervalDouble</a> extends java.lang.Object implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>6012504736748464073L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>lower</h4>
<pre>double lower</pre>
<div class="block">Lower</div>
</li>
<li class="blockListLast">
<h4>upper</h4>
<pre>double upper</pre>
<div class="block">Upper</div>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList">
<h2 title="Package">Package org.deidentifier.arx.risk</h2>
<ul class="blockList">
<li class="blockList"><a name="org.deidentifier.arx.risk.RiskModelCostBenefit">
<!-- -->
</a>
<h3>Class <a href="org/deidentifier/arx/risk/RiskModelCostBenefit.html" title="class in org.deidentifier.arx.risk">org.deidentifier.arx.risk.RiskModelCostBenefit</a> extends java.lang.Object implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-6124431335607475931L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>config</h4>
<pre><a href="org/deidentifier/arx/ARXCostBenefitConfiguration.html" title="class in org.deidentifier.arx">ARXCostBenefitConfiguration</a> config</pre>
<div class="block">The underlying configuration</div>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><a href="index-files/index-1.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?serialized-form.html" target="_top">Frames</a></li>
<li><a href="serialized-form.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>
|
styles.css
|
eumendoza/codemotion-monkeySearch
|
html, body{
font-family: 'Press Start 2P', cursive;
height:100%;
width:100%;
margin:0;
padding:0;
}
body{
padding:30px 0 100px 0;
box-sizing: border-box;
background: #458AF3;
background: -moz-linear-gradient(top, #010c5d 0%, #3867c4 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #010c5d 0%,#3867c4 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #010c5d 0%,#3867c4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#010c5d', endColorstr='#3867c4',GradientType=0 ); /* IE6-9 */
}
mark {
color: white;
background-color: #934979;
padding: 2px;
}
|
all/2817.html
|
ilearninging/xxhis
|
</div><form action="search.asp" name="form1" id="form1">
<table border="1" id="table1" style="border-collapse: collapse">
<tr>
<td height="25" align="center"><span style="font-size: 16px">清</span></td>
<td height="25" align="center"><span style="font-size: 16px">公元1890年</span></td>
<td height="25" align="center"><span style="font-size: 16px">庚寅</span></td>
<td height="25px" align="center"><span style="font-size: 16px">光绪十六年</span></td>
</tr>
<tr>
<td colspan="4">
<table border="0" width="100%">
<tr>
<td valign="top">
<b>历史纪事</b> </td>
<td>
<div>湖北枪炮厂筹建
湖北枪炮厂是清末湖北当局经营的新式军用企业。光绪十四年(1888),两广总督张之洞筹划在广州设立枪炮厂。次年,张之洞调任湖广总督。光绪十六年(1890)便把他筹办的枪炮厂迁至汉阳大别山下,名“湖北枪炮厂”。并添购机器,兴建厂房。光绪二十年(1894)建成,光绪二十一年(1895)正式开工。原与汉阳铁厂合而为一,旋即分开。分炮厂、枪厂、炮架厂、炮弹厂、枪弹厂,雇用工人约一千二百人。设备齐全,规模较大,以生产枪炮弹药为主,旋并入枪炮厂。创办经费七十万两。管理权初由德国人控制,后又落入日本人手中。光绪三十四年(1908)改称“汉阳兵工厂”。
燮昌火柴公司创办
光绪十六年(1890),某商人在上海设立燮昌火柴公司。开办资本五万两,生产木梗硫磺火柴。药品从欧洲进口,梗木、箱材及纸均从日本进口。日产火柴二十余箱,后增至五十大箱(每箱五十大包),质量较差,主要销售于江西、安徽等内地省份。</div></td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="4">
<table border="0" width="100%">
<tr>
<td valign="top">
<b>文化纪事</b> </td>
<td>
<div>何又雄逝世
何又雄(1820——1890),字澹如,清同治元年(一八六二)举人,高要县学教谕,授徒省垣,从游者众。间涉绘事,自饶风趣。</div></td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="4">
<table border="0" width="100%">
<tr>
<td valign="top">
<b>杂谭逸事</b> </td>
<td>
<div>江南制造局工人罢工
光绪十六年(1890)七月二十一日,江南制造局工人为反对新任总办刘麒祥把每日工时延长一小时,鸣放汽笛,宣布罢工。二千工人无一人上工,坚持到下午,刘麒祥被迫同意增加饭钱,工人方答应复工。
澧州哥老会起事
光绪十五年(1889),澧州哥老会首领徐树堂、陈启元、廖星阶等在周家冈开堂放票,聚众结盟。当地团总声言要报官查办,廖星阶等遂于光绪十六年(1890)八月初四日起事,杀死团总。初六日,驾船赴新州,与前来围捕之差勇发生战斗。初十日,进攻澧州城,被兵勇击败,廖星阶等被捕。光绪十七年(1891)被杀害。</div></td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="4">
<table border="0" width="100%">
<tr>
<td valign="top">
<b>注释</b></td>
<td>
<div></div></td>
</tr>
</table>
</td>
</tr>
<tr>
</tr></table>
|
SPALM.SPSF/Help/OutputHelp3/SPSF_RECIPE_UNSECUREDAPPLICATIONPAGE.html
|
Sowz/SharePoint-Software-Factory
|
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns:MSHelp="http://msdn.microsoft.com/mshelp" xmlns:mshelp="http://msdn.microsoft.com/mshelp" xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet" type="text/css" href="Styles/branding.css"/>
<title>Unrestricted Layouts Page</title>
<meta name="Microsoft.Help.Locale" content="en-us" />
<meta name="Microsoft.Help.TopicLocale" content="en-us" />
<meta name="Microsoft.Help.SelfBranded" content="true" />
<meta name="Microsoft.Help.Id" content="SPSF_RECIPE_UNSECUREDAPPLICATIONPAGE" />
<meta name="Microsoft.Help.TocParent" content="SPSF_RECIPES_CATEGORY_APPLICATIONPAGES" /> <meta name="Microsoft.Help.TocOrder" content="3" />
<meta name="Microsoft.Help.Keywords" content="Unrestricted Layouts Page" />
<meta name="Microsoft.Help.Category" content="HelpFiles" />
<meta name="Description" content="Add a unsecured layouts page to the project inherited from LayoutsPageBase" />
<style type="text/css">
.OH_TocResize
{
top: 126px;
}
</style>
</head>
<body class="primary-mtps-offline-document"
>
<div class="OH_topic">
<table class="spsfbannertable" height="93" width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="height:93px; background-image: url('ms.help?content/SPSF/store/HelpFiles.mshc;_img/header_background.jpg'); background-repeat: repeat-x;"><img src="./_img/header_left.jpg" /></td><td valign="right" style="height:93px; background-image: url('ms.help?content/SPSF/store/HelpFiles.mshc;_img/header_background.jpg'); background-repeat: repeat-x; text-align: right;"><img src="./_img/header_right.jpg" /></td></tr></table>
<div id="mainHeader">
<table>
<tbody>
<tr>
<td>
<h1>Unrestricted Layouts Page</h1>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div id="mainSection">
<div id="mainBody">
<div class="introduction"><p>Add a unsecured layouts page to the project inherited from LayoutsPageBase</p></div>
<DIV class="OH_CollapsibleAreaRegion">
<DIV class="OH_regiontitle">Screens</DIV>
<DIV class="OH_RegionToggle"></DIV>
</DIV>
<DIV class="OH_clear"></DIV>
<p>
<span class="spsfscreenshot"><span>
<img class="screenshot" src="./Screenshots/UnsecuredApplicationPage/100_Result2010.gif" />
<br />
</span><span>
<img class="screenshot" src="./Screenshots/UnsecuredApplicationPage/150_Result2007.gif" />
<br />
</span><span>
<img class="screenshot" src="./Screenshots/UnsecuredApplicationPage/200_OpenInBrowser.gif" />
<br />
</span></span>
</p>
<div class="spsfclear"></div>
<DIV class="OH_CollapsibleAreaRegion">
<DIV class="OH_regiontitle">Arguments</DIV>
<DIV class="OH_RegionToggle"></DIV>
</DIV>
<DIV class="OH_clear"></DIV>
<p>
<div class="tableSection">
<table id="argumentTable" width="100%">
<tr>
<th>Name</th>
<th>Description</th>
</tr> <tr>
<td>Page Name</td>
<td>Enter name of the application page without extension (.aspx)</td>
</tr>
<tr>
<td>Title</td>
<td>Enter the title of page (displayed on top of the page and in the title of the html).</td>
</tr>
<tr>
<td>Description</td>
<td>Enter the description of page (displayed on top of the page).</td>
</tr>
<tr>
<td>Allow Anonymous Access</td>
<td></td>
</tr>
</table>
</div>
</p>
<DIV class="OH_CollapsibleAreaRegion">
<DIV class="OH_regiontitle">References</DIV>
<DIV class="OH_RegionToggle"></DIV>
</DIV>
<DIV class="OH_clear"></DIV>
<p>
<ul>
<li>
<a href="http://msdn.microsoft.com/en-us/library/ms463449.aspx" target="_new">UnsecuredApplicationPage</a>
</li>
</ul></p>
<DIV class="OH_CollapsibleAreaRegion">
<DIV class="OH_regiontitle">Authors</DIV>
<DIV class="OH_RegionToggle"></DIV>
</DIV>
<DIV class="OH_clear"></DIV>
<p>
<ul>
<li>Torsten Mandelkow</li> </ul>
</p>
<DIV class="OH_CollapsibleAreaRegion">
<DIV class="OH_regiontitle">Version history</DIV>
<DIV class="OH_RegionToggle"></DIV>
</DIV>
<DIV class="OH_clear"></DIV>
<p>
<ul>
<li>1.0 Initial Recipe</li> </ul>
</p>
</div>
</div>
</div>
</div>
<br />
<table width="100%">
<tr>
<td>
<div class="OH_feedbacklink">
<b>Disclaimer:</b> The views and opinions expressed in this documentation and in SPSF are those of the <a href="SPSF_OVERVIEW_110_AUTHORS.html">authors</a> and do not necessarily reflect the opinions and recommendations of Microsoft or any member of Microsoft. All trademarks, service marks, collective marks, copyrights, registered names, and marks used or cited by this documentation are the property of their respective owners.<br />
SharePoint Software Factory, Version 4.1.3.2705, <a href="ms.help?method=page&id=SPSF_OVERVIEW_800_LICENSE&topicversion=0&topiclocale=&SQM=1&product=VS&productVersion=100&locale=EN-US">GPLv2</a>, see <a href="http://spsf.codeplex.com">http://spsf.codeplex.com</a> for more information
</div>
<br />
</td>
</tr>
</table>
<br />
</body>
</html>
|
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/target/org/apache/hadoop/mapreduce/jobhistory/class-use/JobFinishedEvent.html
|
arrowli/RsyncHadoop
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.6.0_27) on Mon Dec 16 23:53:27 EST 2013 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class org.apache.hadoop.mapreduce.jobhistory.JobFinishedEvent (hadoop-mapreduce-client-core 2.2.0 API)</title>
<meta name="date" content="2013-12-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 org.apache.hadoop.mapreduce.jobhistory.JobFinishedEvent (hadoop-mapreduce-client-core 2.2.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/hadoop/mapreduce/jobhistory/JobFinishedEvent.html" title="class in org.apache.hadoop.mapreduce.jobhistory">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>PREV</li>
<li>NEXT</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/hadoop/mapreduce/jobhistory//class-useJobFinishedEvent.html" target="_top">FRAMES</a></li>
<li><a href="JobFinishedEvent.html" target="_top">NO FRAMES</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.hadoop.mapreduce.jobhistory.JobFinishedEvent" class="title">Uses of Class<br>org.apache.hadoop.mapreduce.jobhistory.JobFinishedEvent</h2>
</div>
<div class="classUseContainer">No usage of org.apache.hadoop.mapreduce.jobhistory.JobFinishedEvent</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/apache/hadoop/mapreduce/jobhistory/JobFinishedEvent.html" title="class in org.apache.hadoop.mapreduce.jobhistory">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>PREV</li>
<li>NEXT</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/hadoop/mapreduce/jobhistory//class-useJobFinishedEvent.html" target="_top">FRAMES</a></li>
<li><a href="JobFinishedEvent.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 © 2013 <a href="http://www.apache.org">Apache Software Foundation</a>. All Rights Reserved.</small></p>
</body>
</html>
|
server/jsunit/tests/build_detail_observer_test.html
|
10fish/gocd
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- *************************GO-LICENSE-START******************************
* Copyright 2014 ThoughtWorks, Inc.
*
* 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.
*************************GO-LICENSE-END******************************* -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>CCE Dashboard Tests</title>
<link rel="stylesheet" type="text/css" href="../css/jsUnitStyle.css">
<link rel="stylesheet" type="text/css" href="../css/jsUnitStyle.css">
<script language="JavaScript" type="text/javascript" src="../app/jsUnitCore.js"></script>
<script language="JavaScript" type="text/javascript" src="../app/jsUnitVersionCheck.js"></script>
<script language="JavaScript" type="text/javascript" src="../app/jsTestHelper.js"></script>
<script language="JavaScript" type="text/javascript" src="../compressed/all.js"></script>
<script language="JavaScript" type="text/javascript" src="../compressed/test_helper.js"></script>
<script type="text/javascript" src="../app/after_load_enhancements.js"></script>
<script language="JavaScript" type="text/javascript">
var orig_write_attribute = Element.writeAttribute;
var contextPath = "/dashboard";
var observer;
function setUp() {
Element.addMethods({writeAttribute : orig_write_attribute});
$('buildoutput_pre').innerHTML = '';
observer = new BuildOutputObserver(1, "project1");
$('container').className = "building_passed";
$('trans_content').update("");
TransMessage.prototype.initialize = Prototype.emptyFunction;
}
function test_ajax_periodical_refresh_active_build_should_update_css() {
$$('.build_detail_summary')[0].ancestors()[0].className = "building_passed"
var json = failed_json('project1')
observer.update_page(json);
assertEquals("failed", $$('.build_detail_summary')[0].ancestors()[0].className);
}
function test_ajax_periodical_refresh_active_build_output_executer_oncomplete_should_update_output() {
var build_output = "Build Failed."
observer._update_live_output(build_output)
assertEquals("Build Failed.", $('buildoutput_pre').innerHTML.stripTags());
}
function test_should_invoke_word_break_to_break_text() {
$$WordBreaker.break_text = function() {
return "breaked text";
}
observer.display_error_message_if_necessary(inactive_json("project1"))
assertTrue($('trans_content').innerHTML.indexOf("breaked text") > -1);
}
</script>
</head>
<body>
<div id="container">
<span class="page_panel"><b class="rtop"><b class="r1"></b> <b class="r2"></b> <b class="r3"></b> <b class="r4"></b></b></span>
<div class="build_detail_summary">
<h3>project1 is now <span id="build_status_id" class='build_status'></span></h3>
<ul class="summary">
<li><strong>Building since:</strong> $buildSince</li>
<li><strong>Elapsed time:</strong> <span id="${projectName}_time_elapsed"><img
src="images/spinner.gif"/></span></li>
<li><strong>Previous successful build:</strong> $durationToSuccessfulBuild</li>
<li><strong>Remaining time:</strong> <span id="${projectName}_time_remaining"><img
src="images/spinner.gif"/></span></li>
<span id="build_name_status"></span>
</ul>
</div>
<span class="page_panel"><b class="rbottom"><b class="r4"></b> <b class="r3"></b> <b class="r2"></b> <b
class="r1"></b></b></span>
</div>
<span id="buildoutput_pre"></span>
<div id="trans_content"></div>
</body>
</html>
|
learning-bootstrap/src/main/webapp/static/ace/faq.html
|
liwanzhang/learning-zwl
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>帮助 - Bootstrap后台管理系统模版Ace下载</title>
<meta name="keywords" content="Bootstrap模版,Bootstrap模版下载,Bootstrap教程,Bootstrap中文" />
<meta name="description" content="站长素材提供Bootstrap模版,Bootstrap教程,Bootstrap中文翻译等相关Bootstrap插件下载" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- basic styles -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet" />
<link rel="stylesheet" href="assets/css/font-awesome.min.css" />
<!--[if IE 7]>
<link rel="stylesheet" href="assets/css/font-awesome-ie7.min.css" />
<![endif]-->
<!-- page specific plugin styles -->
<link rel="stylesheet" href="assets/css/jquery-ui-1.10.3.custom.min.css" />
<!-- fonts -->
<link rel="stylesheet" href="assets\css\cyrillic.css" />
<!-- ace styles -->
<link rel="stylesheet" href="assets/css/ace.min.css" />
<link rel="stylesheet" href="assets/css/ace-rtl.min.css" />
<link rel="stylesheet" href="assets/css/ace-skins.min.css" />
<!--[if lte IE 8]>
<link rel="stylesheet" href="assets/css/ace-ie.min.css" />
<![endif]-->
<!-- inline styles related to this page -->
<!-- ace settings handler -->
<script src="assets/js/ace-extra.min.js"></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="assets/js/html5shiv.js"></script>
<script src="assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="navbar navbar-default" id="navbar">
<script type="text/javascript">
try{ace.settings.check('navbar' , 'fixed')}catch(e){}
</script>
<div class="navbar-container" id="navbar-container">
<div class="navbar-header pull-left">
<a href="#" class="navbar-brand">
<small>
<i class="icon-leaf"></i>
Ace Admin
</small>
</a><!-- /.brand -->
</div><!-- /.navbar-header -->
<div class="navbar-header pull-right" role="navigation">
<ul class="nav ace-nav">
<li class="grey">
<a data-toggle="dropdown" class="dropdown-toggle" href="#">
<i class="icon-tasks"></i>
<span class="badge badge-grey">4</span>
</a>
<ul class="pull-right dropdown-navbar dropdown-menu dropdown-caret dropdown-close">
<li class="dropdown-header">
<i class="icon-ok"></i>
4 Tasks to complete
</li>
<li>
<a href="#">
<div class="clearfix">
<span class="pull-left">Software Update</span>
<span class="pull-right">65%</span>
</div>
<div class="progress progress-mini ">
<div style="width:65%" class="progress-bar "></div>
</div>
</a>
</li>
<li>
<a href="#">
<div class="clearfix">
<span class="pull-left">Hardware Upgrade</span>
<span class="pull-right">35%</span>
</div>
<div class="progress progress-mini ">
<div style="width:35%" class="progress-bar progress-bar-danger"></div>
</div>
</a>
</li>
<li>
<a href="#">
<div class="clearfix">
<span class="pull-left">Unit Testing</span>
<span class="pull-right">15%</span>
</div>
<div class="progress progress-mini ">
<div style="width:15%" class="progress-bar progress-bar-warning"></div>
</div>
</a>
</li>
<li>
<a href="#">
<div class="clearfix">
<span class="pull-left">Bug Fixes</span>
<span class="pull-right">90%</span>
</div>
<div class="progress progress-mini progress-striped active">
<div style="width:90%" class="progress-bar progress-bar-success"></div>
</div>
</a>
</li>
<li>
<a href="#">
See tasks with details
<i class="icon-arrow-right"></i>
</a>
</li>
</ul>
</li>
<li class="purple">
<a data-toggle="dropdown" class="dropdown-toggle" href="#">
<i class="icon-bell-alt icon-animated-bell"></i>
<span class="badge badge-important">8</span>
</a>
<ul class="pull-right dropdown-navbar navbar-pink dropdown-menu dropdown-caret dropdown-close">
<li class="dropdown-header">
<i class="icon-warning-sign"></i>
8 Notifications
</li>
<li>
<a href="#">
<div class="clearfix">
<span class="pull-left">
<i class="btn btn-xs no-hover btn-pink icon-comment"></i>
New Comments
</span>
<span class="pull-right badge badge-info">+12</span>
</div>
</a>
</li>
<li>
<a href="#">
<i class="btn btn-xs btn-primary icon-user"></i>
Bob just signed up as an editor ...
</a>
</li>
<li>
<a href="#">
<div class="clearfix">
<span class="pull-left">
<i class="btn btn-xs no-hover btn-success icon-shopping-cart"></i>
New Orders
</span>
<span class="pull-right badge badge-success">+8</span>
</div>
</a>
</li>
<li>
<a href="#">
<div class="clearfix">
<span class="pull-left">
<i class="btn btn-xs no-hover btn-info icon-twitter"></i>
Followers
</span>
<span class="pull-right badge badge-info">+11</span>
</div>
</a>
</li>
<li>
<a href="#">
See all notifications
<i class="icon-arrow-right"></i>
</a>
</li>
</ul>
</li>
<li class="green">
<a data-toggle="dropdown" class="dropdown-toggle" href="#">
<i class="icon-envelope icon-animated-vertical"></i>
<span class="badge badge-success">5</span>
</a>
<ul class="pull-right dropdown-navbar dropdown-menu dropdown-caret dropdown-close">
<li class="dropdown-header">
<i class="icon-envelope-alt"></i>
5 Messages
</li>
<li>
<a href="#">
<img src="assets/avatars/avatar.png" class="msg-photo" alt="Alex's Avatar" />
<span class="msg-body">
<span class="msg-title">
<span class="blue">Alex:</span>
Ciao sociis natoque penatibus et auctor ...
</span>
<span class="msg-time">
<i class="icon-time"></i>
<span>a moment ago</span>
</span>
</span>
</a>
</li>
<li>
<a href="#">
<img src="assets/avatars/avatar3.png" class="msg-photo" alt="Susan's Avatar" />
<span class="msg-body">
<span class="msg-title">
<span class="blue">Susan:</span>
Vestibulum id ligula porta felis euismod ...
</span>
<span class="msg-time">
<i class="icon-time"></i>
<span>20 minutes ago</span>
</span>
</span>
</a>
</li>
<li>
<a href="#">
<img src="assets/avatars/avatar4.png" class="msg-photo" alt="Bob's Avatar" />
<span class="msg-body">
<span class="msg-title">
<span class="blue">Bob:</span>
Nullam quis risus eget urna mollis ornare ...
</span>
<span class="msg-time">
<i class="icon-time"></i>
<span>3:15 pm</span>
</span>
</span>
</a>
</li>
<li>
<a href="inbox.html">
See all messages
<i class="icon-arrow-right"></i>
</a>
</li>
</ul>
</li>
<li class="light-blue">
<a data-toggle="dropdown" href="#" class="dropdown-toggle">
<img class="nav-user-photo" src="assets/avatars/user.jpg" alt="Jason's Photo" />
<span class="user-info">
<small>Welcome,</small>
Jason
</span>
<i class="icon-caret-down"></i>
</a>
<ul class="user-menu pull-right dropdown-menu dropdown-yellow dropdown-caret dropdown-close">
<li>
<a href="#">
<i class="icon-cog"></i>
Settings
</a>
</li>
<li>
<a href="#">
<i class="icon-user"></i>
Profile
</a>
</li>
<li class="divider"></li>
<li>
<a href="#">
<i class="icon-off"></i>
Logout
</a>
</li>
</ul>
</li>
</ul><!-- /.ace-nav -->
</div><!-- /.navbar-header -->
</div><!-- /.container -->
</div>
<div class="main-container" id="main-container">
<script type="text/javascript">
try{ace.settings.check('main-container' , 'fixed')}catch(e){}
</script>
<div class="main-container-inner">
<a class="menu-toggler" id="menu-toggler" href="#">
<span class="menu-text"></span>
</a>
<div class="sidebar" id="sidebar">
<script type="text/javascript">
try{ace.settings.check('sidebar' , 'fixed')}catch(e){}
</script>
<div class="sidebar-shortcuts" id="sidebar-shortcuts">
<div class="sidebar-shortcuts-large" id="sidebar-shortcuts-large">
<button class="btn btn-success">
<i class="icon-signal"></i>
</button>
<button class="btn btn-info">
<i class="icon-pencil"></i>
</button>
<button class="btn btn-warning">
<i class="icon-group"></i>
</button>
<button class="btn btn-danger">
<i class="icon-cogs"></i>
</button>
</div>
<div class="sidebar-shortcuts-mini" id="sidebar-shortcuts-mini">
<span class="btn btn-success"></span>
<span class="btn btn-info"></span>
<span class="btn btn-warning"></span>
<span class="btn btn-danger"></span>
</div>
</div><!-- #sidebar-shortcuts -->
<ul class="nav nav-list">
<li class="active">
<a href="index.html">
<i class="icon-dashboard"></i>
<span class="menu-text"> 控制台 </span>
</a>
</li>
<li>
<a href="typography.html">
<i class="icon-text-width"></i>
<span class="menu-text"> 文字排版 </span>
</a>
</li>
<li>
<a href="#" class="dropdown-toggle">
<i class="icon-desktop"></i>
<span class="menu-text"> UI 组件 </span>
<b class="arrow icon-angle-down"></b>
</a>
<ul class="submenu">
<li>
<a href="elements.html">
<i class="icon-double-angle-right"></i>
组件
</a>
</li>
<li>
<a href="buttons.html">
<i class="icon-double-angle-right"></i>
按钮 & 图表
</a>
</li>
<li>
<a href="treeview.html">
<i class="icon-double-angle-right"></i>
树菜单
</a>
</li>
<li>
<a href="jquery-ui.html">
<i class="icon-double-angle-right"></i>
jQuery UI
</a>
</li>
<li>
<a href="nestable-list.html">
<i class="icon-double-angle-right"></i>
可拖拽列表
</a>
</li>
<li>
<a href="#" class="dropdown-toggle">
<i class="icon-double-angle-right"></i>
三级菜单
<b class="arrow icon-angle-down"></b>
</a>
<ul class="submenu">
<li>
<a href="#">
<i class="icon-leaf"></i>
第一级
</a>
</li>
<li>
<a href="#" class="dropdown-toggle">
<i class="icon-pencil"></i>
第四级
<b class="arrow icon-angle-down"></b>
</a>
<ul class="submenu">
<li>
<a href="#">
<i class="icon-plus"></i>
添加产品
</a>
</li>
<li>
<a href="#">
<i class="icon-eye-open"></i>
查看商品
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li>
<a href="#" class="dropdown-toggle">
<i class="icon-list"></i>
<span class="menu-text"> 表格 </span>
<b class="arrow icon-angle-down"></b>
</a>
<ul class="submenu">
<li>
<a href="tables.html">
<i class="icon-double-angle-right"></i>
简单 & 动态
</a>
</li>
<li>
<a href="jqgrid.html">
<i class="icon-double-angle-right"></i>
jqGrid plugin
</a>
</li>
</ul>
</li>
<li>
<a href="#" class="dropdown-toggle">
<i class="icon-edit"></i>
<span class="menu-text"> 表单 </span>
<b class="arrow icon-angle-down"></b>
</a>
<ul class="submenu">
<li>
<a href="form-elements.html">
<i class="icon-double-angle-right"></i>
表单组件
</a>
</li>
<li>
<a href="form-wizard.html">
<i class="icon-double-angle-right"></i>
向导提示 & 验证
</a>
</li>
<li>
<a href="wysiwyg.html">
<i class="icon-double-angle-right"></i>
编辑器
</a>
</li>
<li>
<a href="dropzone.html">
<i class="icon-double-angle-right"></i>
文件上传
</a>
</li>
</ul>
</li>
<li>
<a href="widgets.html">
<i class="icon-list-alt"></i>
<span class="menu-text"> 插件 </span>
</a>
</li>
<li>
<a href="calendar.html">
<i class="icon-calendar"></i>
<span class="menu-text">
日历
<span class="badge badge-transparent tooltip-error" title="2 Important Events">
<i class="icon-warning-sign red bigger-130"></i>
</span>
</span>
</a>
</li>
<li>
<a href="gallery.html">
<i class="icon-picture"></i>
<span class="menu-text"> 相册 </span>
</a>
</li>
<li>
<a href="#" class="dropdown-toggle">
<i class="icon-tag"></i>
<span class="menu-text"> 更多页面 </span>
<b class="arrow icon-angle-down"></b>
</a>
<ul class="submenu">
<li>
<a href="profile.html">
<i class="icon-double-angle-right"></i>
用户信息
</a>
</li>
<li>
<a href="inbox.html">
<i class="icon-double-angle-right"></i>
收件箱
</a>
</li>
<li>
<a href="pricing.html">
<i class="icon-double-angle-right"></i>
售价单
</a>
</li>
<li>
<a href="invoice.html">
<i class="icon-double-angle-right"></i>
购物车
</a>
</li>
<li>
<a href="timeline.html">
<i class="icon-double-angle-right"></i>
时间轴
</a>
</li>
<li>
<a href="login.html">
<i class="icon-double-angle-right"></i>
登录 & 注册
</a>
</li>
</ul>
</li>
<li class="active open">
<a href="#" class="dropdown-toggle">
<i class="icon-file-alt"></i>
<span class="menu-text">
其他页面
<span class="badge badge-primary ">5</span>
</span>
<b class="arrow icon-angle-down"></b>
</a>
<ul class="submenu">
<li class="active">
<a href="faq.html">
<i class="icon-double-angle-right"></i>
帮助
</a>
</li>
<li>
<a href="error-404.html">
<i class="icon-double-angle-right"></i>
404错误页面
</a>
</li>
<li>
<a href="error-500.html">
<i class="icon-double-angle-right"></i>
500错误页面
</a>
</li>
<li>
<a href="grid.html">
<i class="icon-double-angle-right"></i>
网格
</a>
</li>
<li>
<a href="blank.html">
<i class="icon-double-angle-right"></i>
空白页面
</a>
</li>
</ul>
</li>
</ul><!-- /.nav-list -->
<div class="sidebar-collapse" id="sidebar-collapse">
<i class="icon-double-angle-left" data-icon1="icon-double-angle-left" data-icon2="icon-double-angle-right"></i>
</div>
<script type="text/javascript">
try{ace.settings.check('sidebar' , 'collapsed')}catch(e){}
</script>
</div>
<div class="main-content">
<div class="breadcrumbs" id="breadcrumbs">
<script type="text/javascript">
try{ace.settings.check('breadcrumbs' , 'fixed')}catch(e){}
</script>
<ul class="breadcrumb">
<li>
<i class="icon-home home-icon"></i>
<a href="#">Home</a>
</li>
<li>
<a href="#">Other Pages</a>
</li>
<li class="active">FAQ</li>
</ul><!-- .breadcrumb -->
<div class="nav-search" id="nav-search">
<form class="form-search">
<span class="input-icon">
<input type="text" placeholder="Search ..." class="nav-search-input" id="nav-search-input" autocomplete="off" />
<i class="icon-search nav-search-icon"></i>
</span>
</form>
</div><!-- #nav-search -->
</div>
<div class="page-content">
<div class="page-header">
<h1>
FAQ
<small>
<i class="icon-double-angle-right"></i>
frequently asked questions using tabs and accordions
</small>
</h1>
</div><!-- /.page-header -->
<div class="row">
<div class="col-xs-12">
<!-- PAGE CONTENT BEGINS -->
<div class="tabbable">
<ul class="nav nav-tabs padding-18 tab-size-bigger" id="myTab">
<li class="active">
<a data-toggle="tab" href="#faq-tab-1">
<i class="blue icon-question-sign bigger-120"></i>
General
</a>
</li>
<li>
<a data-toggle="tab" href="#faq-tab-2">
<i class="green icon-user bigger-120"></i>
Account
</a>
</li>
<li>
<a data-toggle="tab" href="#faq-tab-3">
<i class="orange icon-credit-card bigger-120"></i>
Payments
</a>
</li>
<li class="dropdown">
<a data-toggle="dropdown" class="dropdown-toggle" href="#">
<i class="purple icon-magic bigger-120"></i>
Misc
<i class="icon-caret-down"></i>
</a>
<ul class="dropdown-menu dropdown-lighter dropdown-125">
<li>
<a data-toggle="tab" href="#faq-tab-4"> Affiliates </a>
</li>
<li>
<a data-toggle="tab" href="#faq-tab-4"> Merchants </a>
</li>
</ul>
</li><!-- /.dropdown -->
</ul>
<div class="tab-content no-border padding-24">
<div id="faq-tab-1" class="tab-pane fade in active">
<h4 class="blue">
<i class="icon-ok bigger-110"></i>
General Questions
</h4>
<div class="space-8"></div>
<div id="faq-list-1" class="panel-group accordion-style1 accordion-style2">
<div class="panel panel-default">
<div class="panel-heading">
<a href="#faq-1-1" data-parent="#faq-list-1" data-toggle="collapse" class="accordion-toggle collapsed">
<i class="icon-chevron-left pull-right" data-icon-hide="icon-chevron-down" data-icon-show="icon-chevron-left"></i>
<i class="icon-user bigger-130"></i>
High life accusamus terry richardson ad squid?
</a>
</div>
<div class="panel-collapse collapse" id="faq-1-1">
<div class="panel-body">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<a href="#faq-1-2" data-parent="#faq-list-1" data-toggle="collapse" class="accordion-toggle collapsed">
<i class="icon-chevron-left pull-right" data-icon-hide="icon-chevron-down" data-icon-show="icon-chevron-left"></i>
<i class="icon-sort-by-attributes-alt"></i>
Can I have nested questions?
</a>
</div>
<div class="panel-collapse collapse" id="faq-1-2">
<div class="panel-body">
<div id="faq-list-nested-1" class="panel-group accordion-style1 accordion-style2">
<div class="panel panel-default">
<div class="panel-heading">
<a href="#faq-list-1-sub-1" data-parent="#faq-list-nested-1" data-toggle="collapse" class="accordion-toggle collapsed">
<i class="icon-plus smaller-80 middle" data-icon-hide="icon-minus" data-icon-show="icon-plus"></i>
Enim eiusmod high life accusamus terry?
</a>
</div>
<div class="panel-collapse collapse" id="faq-list-1-sub-1">
<div class="panel-body">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<a href="#faq-list-1-sub-2" data-parent="#faq-list-nested-1" data-toggle="collapse" class="accordion-toggle collapsed">
<i class="icon-plus smaller-80 middle" data-icon-hide="icon-minus" data-icon-show="icon-plus"></i>
Food truck quinoa nesciunt laborum eiusmod?
</a>
</div>
<div class="panel-collapse collapse" id="faq-list-1-sub-2">
<div class="panel-body">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<a href="#faq-list-1-sub-3" data-parent="#faq-list-nested-1" data-toggle="collapse" class="accordion-toggle collapsed">
<i class="icon-plus smaller-80 middle" data-icon-hide="icon-minus" data-icon-show="icon-plus"></i>
Cupidatat skateboard dolor brunch?
</a>
</div>
<div class="panel-collapse collapse" id="faq-list-1-sub-3">
<div class="panel-body">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et.
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<a href="#faq-1-3" data-parent="#faq-list-1" data-toggle="collapse" class="accordion-toggle collapsed">
<i class="icon-chevron-left pull-right" data-icon-hide="icon-chevron-down" data-icon-show="icon-chevron-left"></i>
<i class="icon-credit-card bigger-130"></i>
Single-origin coffee nulla assumenda shoreditch et?
</a>
</div>
<div class="panel-collapse collapse" id="faq-1-3">
<div class="panel-body">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<a href="#faq-1-4" data-parent="#faq-list-1" data-toggle="collapse" class="accordion-toggle collapsed">
<i class="icon-chevron-left pull-right" data-icon-hide="icon-chevron-down" data-icon-show="icon-chevron-left"></i>
<i class="icon-copy bigger-130"></i>
Sunt aliqua put a bird on it squid?
</a>
</div>
<div class="panel-collapse collapse" id="faq-1-4">
<div class="panel-body">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<a href="#faq-1-5" data-parent="#faq-list-1" data-toggle="collapse" class="accordion-toggle collapsed">
<i class="icon-chevron-left pull-right" data-icon-hide="icon-chevron-down" data-icon-show="icon-chevron-left"></i>
<i class="icon-cog bigger-130"></i>
Brunch 3 wolf moon tempor sunt aliqua put?
</a>
</div>
<div class="panel-collapse collapse" id="faq-1-5">
<div class="panel-body">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et.
</div>
</div>
</div>
</div>
</div>
<div id="faq-tab-2" class="tab-pane fade">
<h4 class="blue">
<i class="green icon-user bigger-110"></i>
Account Questions
</h4>
<div class="space-8"></div>
<div id="faq-list-2" class="panel-group accordion-style1 accordion-style2">
<div class="panel panel-default">
<div class="panel-heading">
<a href="#faq-2-1" data-parent="#faq-list-2" data-toggle="collapse" class="accordion-toggle collapsed">
<i class="icon-chevron-right smaller-80" data-icon-hide="icon-chevron-down align-top" data-icon-show="icon-chevron-right"></i>
Enim eiusmod high life accusamus terry richardson?
</a>
</div>
<div class="panel-collapse collapse" id="faq-2-1">
<div class="panel-body">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<a href="#faq-2-2" data-parent="#faq-list-2" data-toggle="collapse" class="accordion-toggle collapsed">
<i class="icon-chevron-right smaller-80" data-icon-hide="icon-chevron-down align-top" data-icon-show="icon-chevron-right"></i>
Single-origin coffee nulla assumenda shoreditch et?
</a>
</div>
<div class="panel-collapse collapse" id="faq-2-2">
<div class="panel-body">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<a href="#faq-2-3" data-parent="#faq-list-2" data-toggle="collapse" class="accordion-toggle collapsed">
<i class="icon-chevron-right middle smaller-80" data-icon-hide="icon-chevron-down align-top" data-icon-show="icon-chevron-right"></i>
Sunt aliqua put a bird on it squid?
</a>
</div>
<div class="panel-collapse collapse" id="faq-2-3">
<div class="panel-body">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<a href="#faq-2-4" data-parent="#faq-list-2" data-toggle="collapse" class="accordion-toggle collapsed">
<i class="icon-chevron-right smaller-80" data-icon-hide="icon-chevron-down align-top" data-icon-show="icon-chevron-right"></i>
Brunch 3 wolf moon tempor sunt aliqua put?
</a>
</div>
<div class="panel-collapse collapse" id="faq-2-4">
<div class="panel-body">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et.
</div>
</div>
</div>
</div>
</div>
<div id="faq-tab-3" class="tab-pane fade">
<h4 class="blue">
<i class="orange icon-credit-card bigger-110"></i>
Payment Questions
</h4>
<div class="space-8"></div>
<div id="faq-list-3" class="panel-group accordion-style1 accordion-style2">
<div class="panel panel-default">
<div class="panel-heading">
<a href="#faq-3-1" data-parent="#faq-list-3" data-toggle="collapse" class="accordion-toggle collapsed">
<i class="icon-plus smaller-80" data-icon-hide="icon-minus" data-icon-show="icon-plus"></i>
Enim eiusmod high life accusamus terry richardson?
</a>
</div>
<div class="panel-collapse collapse" id="faq-3-1">
<div class="panel-body">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<a href="#faq-3-2" data-parent="#faq-list-3" data-toggle="collapse" class="accordion-toggle collapsed">
<i class="icon-plus smaller-80" data-icon-hide="icon-minus" data-icon-show="icon-plus"></i>
Single-origin coffee nulla assumenda shoreditch et?
</a>
</div>
<div class="panel-collapse collapse" id="faq-3-2">
<div class="panel-body">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<a href="#faq-3-3" data-parent="#faq-list-3" data-toggle="collapse" class="accordion-toggle collapsed">
<i class="icon-plus smaller-80" data-icon-hide="icon-minus" data-icon-show="icon-plus"></i>
Sunt aliqua put a bird on it squid?
</a>
</div>
<div class="panel-collapse collapse" id="faq-3-3">
<div class="panel-body">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<a href="#faq-3-4" data-parent="#faq-list-3" data-toggle="collapse" class="accordion-toggle collapsed">
<i class="icon-plus smaller-80" data-icon-hide="icon-minus" data-icon-show="icon-plus"></i>
Brunch 3 wolf moon tempor sunt aliqua put?
</a>
</div>
<div class="panel-collapse collapse" id="faq-3-4">
<div class="panel-body">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et.
</div>
</div>
</div>
</div>
</div>
<div id="faq-tab-4" class="tab-pane fade">
<h4 class="blue">
<i class="purple icon-magic bigger-110"></i>
Miscellaneous Questions
</h4>
<div class="space-8"></div>
<div id="faq-list-4" class="panel-group accordion-style1 accordion-style2">
<div class="panel panel-default">
<div class="panel-heading">
<a href="#faq-4-1" data-parent="#faq-list-4" data-toggle="collapse" class="accordion-toggle collapsed">
<i class="icon-hand-right" data-icon-hide="icon-hand-down" data-icon-show="icon-hand-right"></i>
Enim eiusmod high life accusamus terry richardson?
</a>
</div>
<div class="panel-collapse collapse" id="faq-4-1">
<div class="panel-body">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<a href="#faq-4-2" data-parent="#faq-list-4" data-toggle="collapse" class="accordion-toggle collapsed">
<i class="icon-frown bigger-120" data-icon-hide="icon-smile" data-icon-show="icon-frown"></i>
Single-origin coffee nulla assumenda shoreditch et?
</a>
</div>
<div class="panel-collapse collapse" id="faq-4-2">
<div class="panel-body">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<a href="#faq-4-3" data-parent="#faq-list-4" data-toggle="collapse" class="accordion-toggle collapsed">
<i class="icon-plus smaller-80" data-icon-hide="icon-minus" data-icon-show="icon-plus"></i>
Sunt aliqua put a bird on it squid?
</a>
</div>
<div class="panel-collapse collapse" id="faq-4-3">
<div class="panel-body">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<a href="#faq-4-4" data-parent="#faq-list-4" data-toggle="collapse" class="accordion-toggle collapsed">
<i class="icon-plus smaller-80" data-icon-hide="icon-minus" data-icon-show="icon-plus"></i>
Brunch 3 wolf moon tempor sunt aliqua put?
</a>
</div>
<div class="panel-collapse collapse" id="faq-4-4">
<div class="panel-body">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et.
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- PAGE CONTENT ENDS -->
</div><!-- /.col -->
</div><!-- /.row -->
</div><!-- /.page-content -->
</div><!-- /.main-content -->
<div class="ace-settings-container" id="ace-settings-container">
<div class="btn btn-app btn-xs btn-warning ace-settings-btn" id="ace-settings-btn">
<i class="icon-cog bigger-150"></i>
</div>
<div class="ace-settings-box" id="ace-settings-box">
<div>
<div class="pull-left">
<select id="skin-colorpicker" class="hide">
<option data-skin="default" value="#438EB9">#438EB9</option>
<option data-skin="skin-1" value="#222A2D">#222A2D</option>
<option data-skin="skin-2" value="#C6487E">#C6487E</option>
<option data-skin="skin-3" value="#D0D0D0">#D0D0D0</option>
</select>
</div>
<span> Choose Skin</span>
</div>
<div>
<input type="checkbox" class="ace ace-checkbox-2" id="ace-settings-navbar" />
<label class="lbl" for="ace-settings-navbar"> Fixed Navbar</label>
</div>
<div>
<input type="checkbox" class="ace ace-checkbox-2" id="ace-settings-sidebar" />
<label class="lbl" for="ace-settings-sidebar"> Fixed Sidebar</label>
</div>
<div>
<input type="checkbox" class="ace ace-checkbox-2" id="ace-settings-breadcrumbs" />
<label class="lbl" for="ace-settings-breadcrumbs"> Fixed Breadcrumbs</label>
</div>
<div>
<input type="checkbox" class="ace ace-checkbox-2" id="ace-settings-rtl" />
<label class="lbl" for="ace-settings-rtl"> Right To Left (rtl)</label>
</div>
<div>
<input type="checkbox" class="ace ace-checkbox-2" id="ace-settings-add-container" />
<label class="lbl" for="ace-settings-add-container">
Inside
<b>.container</b>
</label>
</div>
</div>
</div><!-- /#ace-settings-container -->
</div><!-- /.main-container-inner -->
<a href="#" id="btn-scroll-up" class="btn-scroll-up btn btn-sm btn-inverse">
<i class="icon-double-angle-up icon-only bigger-110"></i>
</a>
</div><!-- /.main-container -->
<!-- basic scripts -->
<!--[if !IE]> -->
<script src="assets\js\jquery-2.0.3.min.js"></script>
<!-- <![endif]-->
<!--[if IE]>
<script src="assets\js\jquery-1.10.2.min.js"></script>
<![endif]-->
<!--[if !IE]> -->
<script type="text/javascript">
window.jQuery || document.write("<script src='assets/js/jquery-2.0.3.min.js'>"+"<"+"/script>");
</script>
<!-- <![endif]-->
<!--[if IE]>
<script type="text/javascript">
window.jQuery || document.write("<script src='assets/js/jquery-1.10.2.min.js'>"+"<"+"/script>");
</script>
<![endif]-->
<script type="text/javascript">
if("ontouchend" in document) document.write("<script src='assets/js/jquery.mobile.custom.min.js'>"+"<"+"/script>");
</script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/typeahead-bs2.min.js"></script>
<!-- page specific plugin scripts -->
<script src="assets/js/jquery-ui-1.10.3.custom.min.js"></script>
<script src="assets/js/jquery.ui.touch-punch.min.js"></script>
<script src="assets/js/jquery.slimscroll.min.js"></script>
<!-- ace scripts -->
<script src="assets/js/ace-elements.min.js"></script>
<script src="assets/js/ace.min.js"></script>
<!-- inline scripts related to this page -->
<script type="text/javascript">
jQuery(function($) {
$('.accordion').on('hide', function (e) {
$(e.target).prev().children(0).addClass('collapsed');
})
$('.accordion').on('show', function (e) {
$(e.target).prev().children(0).removeClass('collapsed');
})
});
</script>
</body>
</html>
<script>var _hmt = _hmt || [];(function(){var hm=document.createElement("script");hm.src = "//hm.baidu.com/hm.js?a43c39da34531f4da694d4499c5614d4";var s=document.getElementsByTagName("script")[0];s.parentNode.insertBefore(hm, s);})();</script>
|
public/partials/virus.html
|
PSUPing/CS575-Final-Project
|
<div class="row" ng-controller="VirusCtrl as vc">
 
<h4><b>MD5</b>: {{ vc.viruses[0].MD5 }}</h4>
<div class="row">
<ul ng-init="tab = 1">
<li ng-class="{active:tab===1}">
<a href class="btn btn-primary" ng-click="tab = 1">General Information</a>
</li>
<li ng-class="{active:tab===2}">
<a href class="btn btn-primary" ng-click="tab = 2">Virus Scan Results</a>
</li>
<br><br>
<div ng-show="tab===1">
<table id="virus_list" class="table table-striped">
<tr>
<td>SHA1</td>
<td>{{ vc.viruses[0].SHA1 }}</td>
</tr>
<tr>
<td>SHA256</td>
<td>{{ vc.viruses[0].SHA256 }}</td>
</tr>
<tr>
<td>SSDeep</td>
<td>{{ vc.viruses[0].SSDeep }}</td>
</tr>
<tr>
<td>Time Stamp</td>
<td>{{ vc.viruses[0].time_stamp }}</td>
</tr>
<tr>
<td>Size</td>
<td>{{ vc.viruses[0].file_information.size }}</td>
</tr>
<tr>
<td>File Type</td>
<td>{{ vc.viruses[0].file_information.file_type }}</td>
</tr>
<tr>
<td>MIME Type</td>
<td>{{ vc.viruses[0].file_information.mime_type }}</td>
</tr>
<tr>
<td>Description</td>
<td>{{ vc.viruses[0].file_information.description }}</td>
</tr>
<tr>
<td>Code Size</td>
<td>{{ vc.viruses[0].file_information.code_size }}</td>
</tr>
</table>
</div>
<div ng-show="tab===2">
<table id="virus_list" class="table table-striped">
<thead>
<th>Anti-Virus Software</th>
<th>Virus Classification</th>
</thead>
<tbody>
<tr ng-repeat="(key,val) in vc.viruses[0].av_scans">
<td>{{ key }}</td>
<td>{{ val }}</td>
</tr>
</tbody>
</table>
</div>
</ul>
<!-- <hr>
<h4>Debug:</h4>
<pre>{{ vc.viruses | json }}</pre>-->
<a ng-href="/#/virus/update/{{ vc.viruses[0].MD5 }}" id="btn_update" class="btn btn-primary pull-right">Update Virus Information</a>
</div>
</div>
|
html/show/show_diary_3.html
|
caoxile/QslmClub
|
<!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="format-detection" content="telephone=no"/>
<title>北京纵横马术-北京马术|北京儿童骑马|北京儿童马术</title>
<meta name="keywords" content="北京马术,北京儿童骑马,北京儿童马术">
<meta name="description" content="北京纵横马术俱乐部专注于北京儿童马术,青少年马术培训">
<link rel="icon" href="/favicon.png" type="image/png">
<link rel="shortcut icon" href="/favicon.ico" type="img/x-icon">
<!-- Bootstrap -->
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/font-awesome.min.css" rel="stylesheet">
<link href="/css/animate.min.css" rel="stylesheet">
<link href="/css/prettyPhoto.css" rel="stylesheet">
<link href="/css/style.css" rel="stylesheet"/>
</head>
<body>
<header>
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
data-target=".navbar-collapse.collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="brand">
<a href="/"><img src="/images/logo.png" align="left">
<h3><span></span>北京纵横马术</h3></a>
</div>
</div>
<div class="navbar-collapse collapse">
<div class="menu">
<ul class="nav nav-tabs" role="tablist">
<!--轮播图,马场,教练,新闻 等综合信息 展示-->
<li role="presentation"><a href="/" data-toggle="collapse"
data-target=".navbar-collapse.collapse.in"> 首 页 </a>
</li>
<!--俱乐部,马场介绍,教练团队-->
<li role="presentation"><a href="/html/farms.html" data-toggle="collapse"
data-target=".navbar-collapse.collapse.in">马场介绍</a></li>
<li role="presentation"><a href="/html/coach/coach_fengtai.html" data-toggle="collapse"
data-target=".navbar-collapse.collapse.in">教练团队</a></li>
<li role="presentation"><a href="/html/show/show_vip.html" data-toggle="collapse"
data-target=".navbar-collapse.collapse.in">会员风采</a></li>
<li role="presentation"><a href="/html/vip.html" data-toggle="collapse"
data-target=".navbar-collapse.collapse.in">会员价格</a></li>
<li role="presentation"><a href="/html/contact.html" data-toggle="collapse"
data-target=".navbar-collapse.collapse.in">联系我们</a></li>
</ul>
</div>
</div>
</div>
</div>
</nav>
</header>
<section id="main-slider" class="no-margin">
<div class="carousel slide">
<div class="carousel-inner">
<div class="item active"
style="background-image: url(https://caoxile.oss-cn-beijing.aliyuncs.com/zhmsclub/images/background.jpg);">
<!--<div class="container">-->
<!--<div class="row slide-margin">-->
<!--<div class="col-sm-8">-->
<!--<div class="carousel-content">-->
<!--</div>-->
<!--</div>-->
<!--</div>-->
<!--</div>-->
</div><!--/.item-->
</div><!--/.carousel-inner-->
</div><!--/.carousel-->
</section><!--/#main-slider-->
<section id="portfolio" ng-controller="showDiaryController">
<div class="container">
<div class="text-center header-top">
<ul class="pagination pagination-lg">
<li><a href="/html/show/show_vip.html">精彩会员</a></li>
<li><a href="/html/show/show_video.html">马术视频</a></li>
<li class="active"><a href="/html/show/show_diary.html">会员日记</a></li>
</ul><!--/.pagination-->
</div>
</div>
<div class="container">
<div class="row diary-list diary-row">
<div class="diary-content">
<div class="col-md-4 col-sm-4 col-xs-4 diary-left">
<a href="/html/show/diaries/20170701.html"><img class="img-responsive"
src="/images/diary/20170701/1.jpg"/></a>
</div>
<div class="col-md-8 col-sm-8 col-xs-8 diary-right">
<div class="title"><a href="/html/show/diaries/20170701.html">花钱给孩子练体育,美国家长是怎么说的</a></div>
一位叫Dave Fulk的企业家、作家上个月在Linkdedin领英网络上发了一个帖子,解释为什么花那么多钱让孩子学体育项目。帖子很快获得上百评论,上千个赞。各位家长可以看看是否和您想的一样。
</div>
</div>
</div>
<div class="row diary-list diary-row">
<div class="diary-content">
<div class="col-md-4 col-sm-4 col-xs-4 diary-left">
<a href="/html/show/diaries/20170702.html"><img class="img-responsive"
src="/images/diary/20170702/1.jpg"/></a>
</div>
<div class="col-md-8 col-sm-8 col-xs-8 diary-right">
<div class="title"><a href="/html/show/diaries/20170702.html">马术成名校敲门砖</a></div>
最近5-10年来,马术运动在中国呈现了爆发式的增长,特别是在一二线城市,越来越多的家长送孩子去学马术,越来越多的马术俱乐部也涌现出来,据不完全统计,国内目前已有900多家马术俱乐部,马术这项原本被视为贵族运动的体育项目,正在逐渐走进更多中国家庭。
</div>
</div>
</div>
<div class="row diary-list diary-row">
<div class="diary-content">
<div class="col-md-4 col-sm-4 col-xs-4 diary-left">
<a href="/html/show/diaries/20170801.html"><img class="img-responsive"
src="/images/diary/20170801/0.jpg"/></a>
</div>
<div class="col-md-8 col-sm-8 col-xs-8 diary-right">
<div class="title"><a href="/html/show/diaries/20170801.html">马术夏令营大揭秘——食宿篇</a></div>
由纵横马术主办的超豪华五星级马术夏令营将于7月16日正式开营。<br>
当孩子结束了一天的马术学习,最大的愿望一定是回到住处好好休息一番。我们特意选择了位于马场不远处的南宫温泉度假酒店,舒适的环境、一流的服务,让孩子们住的开心,家长们放心。
</div>
</div>
</div>
<div class="row diary-list diary-row">
<div class="diary-content">
<div class="col-md-4 col-sm-4 col-xs-4 diary-left">
<a href="/html/show/diaries/20170802.html"><img class="img-responsive"
src="/images/diary/20170802/1.jpg"/></a>
</div>
<div class="col-md-8 col-sm-8 col-xs-8 diary-right">
<div class="title"><a href="/html/show/diaries/20170802.html">马术,我的最爱——纵横会员George奇</a></div>
在我很小的时候,爸爸妈妈就曾带着我去草原骑马,从那时起我对马就有一种天生的亲近与喜爱。但是,对于生活在城市的孩子而言,去草原骑马是只有在假期中才能享受的乐趣,这让我苦恼不堪...
</div>
</div>
</div>
<div class="row diary-list diary-row">
<div class="diary-content">
<div class="col-md-4 col-sm-4 col-xs-4 diary-left">
<a href="/html/show/diaries/20170803.html"><img class="img-responsive"
src="/images/diary/20170803/1.jpeg"/></a>
</div>
<div class="col-md-8 col-sm-8 col-xs-8 diary-right">
<div class="title"><a href="/html/show/diaries/20170803.html">2017年“未来之星”纵横的成绩单</a></div>
“未来之星”马术大赛创办于2014年,致力于为中国潜力骑手(青少年)与潜力马(5-7岁)打造专属年轻人马的国际交流平台,已在北京连续三年举办过总决赛。为了促进中外优秀骑手的交流与学习,“未来之星”马术大赛已经邀请过逾20名外国青少年...
</div>
</div>
</div>
<div class="row diary-list diary-row">
<div class="diary-content">
<div class="col-md-4 col-sm-4 col-xs-4 diary-left">
<a href="/html/show/diaries/20170901.html"><img class="img-responsive"
src="/images/diary/20170901/1.jpeg"/></a>
</div>
<div class="col-md-8 col-sm-8 col-xs-8 diary-right">
<div class="title"><a href="/html/show/diaries/20170901.html">异地马术情——纵横会员遥遥</a></div>
阳光明媚,万里无云
微风徐徐,绿树成荫
此刻的我正坐在马背上,享受着骑马的快乐。马儿在场地上一圈圈地快步着,而我坐在马背上随着马儿运动做出“起坐”的动作。迎着徐徐微风,伴着暖暖阳光,此刻的心情,妙不可言。
</div>
</div>
</div>
<div class="row diary-list diary-row">
<div class="diary-content">
<div class="col-md-4 col-sm-4 col-xs-4 diary-left">
<a href="/html/show/diaries/20170902.html"><img class="img-responsive"
src="/images/diary/20170902/15.jpeg"/></a>
</div>
<div class="col-md-8 col-sm-8 col-xs-8 diary-right">
<div class="title"><a href="/html/show/diaries/20170902.html">马术进校园——我们来上马术课了</a></div>
马术进校园,小骑士展风采
九月,阳光温馨恬静,微风和煦轻柔,蓝天白云飘逸.来自北京实验二小怡海分校CISA学员踏进纵横马术俱乐部参加每周一次的马术课程学习。
到达俱乐部后,同学们井然有序地取装备穿装备,进行骑马前的准备工作。
</div>
</div>
</div>
<div class="row diary-list diary-row">
<div class="diary-content">
<div class="col-md-4 col-sm-4 col-xs-4 diary-left">
<a href="/html/show/diaries/20170903.html"><img class="img-responsive"
src="/images/diary/20170903/1.jpeg"/></a>
</div>
<div class="col-md-8 col-sm-8 col-xs-8 diary-right">
<div class="title"><a href="/html/show/diaries/20170903.html">黄金周,共享马术盛宴</a></div>
浪琴表国际马联(FEI)场地障碍世界杯-中国联赛由国际马术联合会(FEI)、国家体育总局自行车击剑运动管理中心、中国马术协会、中国国际文化交流中心、北京市体育总会主办,华夏新国际体育娱乐(北京)有限公司连续七年倾力打造的国际马联CSI三星级赛事。
</div>
</div>
</div>
<div class="row diary-list diary-row">
<div class="diary-content">
<div class="col-md-4 col-sm-4 col-xs-4 diary-left">
<a href="/html/show/diaries/20180201.html"><img class="img-responsive"
src="/images/diary/20180201/1.jpeg"/></a>
</div>
<div class="col-md-8 col-sm-8 col-xs-8 diary-right">
<div class="title"><a href="/html/show/diaries/20180201.html">马术"初见"</a></div>
冬去春来的暖意,纵使迎风,亦是融融的和煦。浅春三月,依旧草色如烟,凉风习习,从冬到春,守候的方向,是心的方向,琉璃剔透.若念春,便是草长莺飞,它在我低眉的那一瞬间,轻轻的,轻轻的,栖上了窗外的枝头,太阳升起的时刻,我将以最和煦的方式,悄悄向你靠近,待春风吹绿了柳岸,吹红了枝头,让我们一起看春暖花开
</div>
</div>
</div>
<div class="row diary-list diary-row">
<div class="diary-content">
<div class="col-md-4 col-sm-4 col-xs-4 diary-left">
<a href="/html/show/diaries/20180301.html"><img class="img-responsive"
src="/images/diary/20180301/1.jpeg"/></a>
</div>
<div class="col-md-8 col-sm-8 col-xs-8 diary-right">
<div class="title"><a href="/html/show/diaries/20180301.html">怎样确保学习马术的孩子们的安全?</a></div>
这些年,随着社会经济的发展,国内学习马术的人越来越多,青少年马术也是蓬勃发展,但是有一个问题是青少年马术发展中必须严肃面对的,那就是安全问题,怎么样确保青少年学习马术时的安全?
</div>
</div>
</div>
</div>
<div class="container">
<div class="text-center">
<ul class="pagination pagination-lg">
<li><a href="/html/show/show_diary_2.html">上一页</a></li>
<li><a href="/html/show/show_diary.html">1</a></li>
<li><a href="/html/show/show_diary_2.html">2</a></li>
<li class="active"><a href="/html/show/show_diary_3.html">3</a></li>
<li><a href="/html/show/show_diary_4.html">4</a></li>
<li><a href="/html/show/show_diary_5.html">5</a></li>
<li><a href="/html/show/show_diary_5.html">下一页</a></li>
</ul><!--/.pagination-->
</div>
</div>
</section><!--/#portfolio-item-->
<section id="conatcat-info">
<div class="container">
<div class="row">
<div class="col-sm-8 col-md-offset-1">
<div class="wow fadeInDown" data-wow-duration="1000ms" data-wow-delay="600ms">
<div class="col-md-5" align="center">
<a href="#" data-target="#contactmodal" data-toggle="modal">
<img align="center" src="/images/kefu.png">
</a>
</div>
<div class="col-md-6 col-md-offset-1">
<div class="contact-info-bottom phone clearfix">
<h4><i class="fa fa-phone"></i>电话:</h4>
<span><a href="tel:18610520903">18610520903</a></span>
</div>
<div class="contact-info-bottom hours clearfix">
<h4><i class="fa fa-weibo"></i>微博:</h4>
<span><a href="https://weibo.com/caoxile">北京纵横马术</a></span>
</div>
<div class="contact-info-bottom email clearfix">
<h4><i class="fa fa-weixin"></i>微信:</h4>
<span>18610520903</span>
</div>
</div>
</div>
</div>
</div>
</div><!--/.container-->
<footer>
<hr style="border:0;background-color:#665544;height:1px;">
<div class="footer">
<div class="container">
<div class="inner-font" align="center">
© Copyright(c)2018 纵横百年(北京)马术有限公司版权所有
</div>
</div>
<div class="side-left">
<div class="side-box"><img src="/images/logo/phone.png"><a href="tel:18610520903">18610520903(拨打)</a>
</div>
</div>
<div class="side-right">
<a href="#" data-target="#contactmodal" data-toggle="modal">
<div class="side-box">免费体验</div>
</a>
</div>
<div class="pull-right">
<!--<a href="#home" class="scrollup"><i class="fa fa-angle-up fa-3x"></i></a>-->
</div>
</div>
</footer>
</section><!--/#conatcat-info-->
<!--Modal-->
<div class="modal fade" id="ajax" role="basic" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
</div>
</div>
</div>
<!--/Modal-->
<!--image Modal-->
<div class="modal fade" id="imagemodal" role="basic" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h6 class="modal-title"> </h6>
</div>
<div class="modal-body">
<img id="imagepreview" src="" class="img-responsive">
</div>
</div>
</div>
</div>
<!--/image Modal-->
<!--appointment Modal-->
<div class="modal fade" id="contactmodal" role="basic" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h5 class="modal-title"> <b>免费体验</b></h5></div>
<div class="modal-body"> <!-- send contact form -->
<form>
<div class="panel panel-body login-form">
<div class="text-center"><h5><b>恭喜您获得一次免费的马术体验机会!</b></h5> <br></div>
<div><b>体验说明</b></div>
<div>年龄: 3~60岁</div>
<div>时间: 50分钟左右</div>
<div>活动: 马房参观,马儿互动,马背骑乘,马术讲解</div>
<div>安全: 马场提供专业马术装备,一对一教练指导</div>
<br>
<div class="form-group has-feedback has-feedback-left"><input type="text" class="form-control"
placeholder="姓名" name="user_name">
<div class="form-control-feedback"><i class="fa fa-user text-muted"></i></div>
</div>
<div class="form-group has-feedback has-feedback-left"><input type="text" class="form-control"
placeholder="电话(必填)"
name="user_phone">
<div class="form-control-feedback"><i class="fa fa-phone text-muted"></i></div>
</div>
<div class="form-group has-feedback has-feedback-left"><input type="text" class="form-control"
placeholder="年龄(骑乘人)"
name="user_age">
<div class="form-control-feedback"><i class="fa fa-child text-muted"></i></div>
</div>
<div class="form-group">
<button id="sendMail" type="button" class="btn btn-primary btn-block base-background">预 约
</button>
</div>
</div>
</form> <!-- /send contact form --> </div>
</div>
</div>
</div><!--/appointment Modal-->
</body>
<!--js-->
<script src="/js/jquery.min.js"></script>
<script src="/js/jquery.isotope.min.js"></script>
<script src="/js/jquery.prettyPhoto.js"></script>
<script src="/js/bootstrap.min.js"></script>
<script src="/js/functions.js"></script>
<!--/js-->
</html>
|
Citysynth_v2/Yaml_reader/snakeyaml/target/site/xref-test/org/yaml/snakeyaml/constructor/TypeSafeCollectionsTest.html
|
Mohitsharma44/Citysynth
|
<!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>TypeSafeCollectionsTest xref</title>
<link type="text/css" rel="stylesheet" href="../../../../stylesheet.css" />
</head>
<body>
<div id="overview"><a href="../../../../../testapidocs/org/yaml/snakeyaml/constructor/TypeSafeCollectionsTest.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"> * Copyright (c) 2008-2012, <a href="http://www.snakeyaml.org" target="alexandria_uri">http://www.snakeyaml.org</a></em>
<a class="jxr_linenumber" name="3" href="#3">3</a> <em class="jxr_javadoccomment"> *</em>
<a class="jxr_linenumber" name="4" href="#4">4</a> <em class="jxr_javadoccomment"> * Licensed under the Apache License, Version 2.0 (the "License");</em>
<a class="jxr_linenumber" name="5" href="#5">5</a> <em class="jxr_javadoccomment"> * you may not use this file except in compliance with the License.</em>
<a class="jxr_linenumber" name="6" href="#6">6</a> <em class="jxr_javadoccomment"> * You may obtain a copy of the License at</em>
<a class="jxr_linenumber" name="7" href="#7">7</a> <em class="jxr_javadoccomment"> *</em>
<a class="jxr_linenumber" name="8" href="#8">8</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="9" href="#9">9</a> <em class="jxr_javadoccomment"> *</em>
<a class="jxr_linenumber" name="10" href="#10">10</a> <em class="jxr_javadoccomment"> * Unless required by applicable law or agreed to in writing, software</em>
<a class="jxr_linenumber" name="11" href="#11">11</a> <em class="jxr_javadoccomment"> * distributed under the License is distributed on an "AS IS" BASIS,</em>
<a class="jxr_linenumber" name="12" href="#12">12</a> <em class="jxr_javadoccomment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</em>
<a class="jxr_linenumber" name="13" href="#13">13</a> <em class="jxr_javadoccomment"> * See the License for the specific language governing permissions and</em>
<a class="jxr_linenumber" name="14" href="#14">14</a> <em class="jxr_javadoccomment"> * limitations under the License.</em>
<a class="jxr_linenumber" name="15" href="#15">15</a> <em class="jxr_javadoccomment"> */</em>
<a class="jxr_linenumber" name="16" href="#16">16</a> <strong class="jxr_keyword">package</strong> org.yaml.snakeyaml.constructor;
<a class="jxr_linenumber" name="17" href="#17">17</a>
<a class="jxr_linenumber" name="18" href="#18">18</a> <strong class="jxr_keyword">import</strong> java.util.Date;
<a class="jxr_linenumber" name="19" href="#19">19</a> <strong class="jxr_keyword">import</strong> java.util.List;
<a class="jxr_linenumber" name="20" href="#20">20</a> <strong class="jxr_keyword">import</strong> java.util.Map;
<a class="jxr_linenumber" name="21" href="#21">21</a> <strong class="jxr_keyword">import</strong> java.util.TreeMap;
<a class="jxr_linenumber" name="22" href="#22">22</a>
<a class="jxr_linenumber" name="23" href="#23">23</a> <strong class="jxr_keyword">import</strong> junit.framework.TestCase;
<a class="jxr_linenumber" name="24" href="#24">24</a>
<a class="jxr_linenumber" name="25" href="#25">25</a> <strong class="jxr_keyword">import</strong> org.yaml.snakeyaml.TypeDescription;
<a class="jxr_linenumber" name="26" href="#26">26</a> <strong class="jxr_keyword">import</strong> org.yaml.snakeyaml.Util;
<a class="jxr_linenumber" name="27" href="#27">27</a> <strong class="jxr_keyword">import</strong> org.yaml.snakeyaml.Yaml;
<a class="jxr_linenumber" name="28" href="#28">28</a> <strong class="jxr_keyword">import</strong> org.yaml.snakeyaml.nodes.Tag;
<a class="jxr_linenumber" name="29" href="#29">29</a> <strong class="jxr_keyword">import</strong> org.yaml.snakeyaml.representer.Representer;
<a class="jxr_linenumber" name="30" href="#30">30</a>
<a class="jxr_linenumber" name="31" href="#31">31</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../org/yaml/snakeyaml/constructor/TypeSafeCollectionsTest.html">TypeSafeCollectionsTest</a> <strong class="jxr_keyword">extends</strong> TestCase {
<a class="jxr_linenumber" name="32" href="#32">32</a>
<a class="jxr_linenumber" name="33" href="#33">33</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testTypeSafeList() {
<a class="jxr_linenumber" name="34" href="#34">34</a> Constructor constructor = <strong class="jxr_keyword">new</strong> Constructor(Car.<strong class="jxr_keyword">class</strong>);
<a class="jxr_linenumber" name="35" href="#35">35</a> TypeDescription carDescription = <strong class="jxr_keyword">new</strong> TypeDescription(Car.<strong class="jxr_keyword">class</strong>);
<a class="jxr_linenumber" name="36" href="#36">36</a> carDescription.putListPropertyType(<span class="jxr_string">"wheels"</span>, Wheel.<strong class="jxr_keyword">class</strong>);
<a class="jxr_linenumber" name="37" href="#37">37</a> constructor.addTypeDescription(carDescription);
<a class="jxr_linenumber" name="38" href="#38">38</a> Yaml yaml = <strong class="jxr_keyword">new</strong> Yaml(constructor);
<a class="jxr_linenumber" name="39" href="#39">39</a> <a href="../../../../org/yaml/snakeyaml/constructor/Car.html">Car</a> car = (Car) yaml.load(Util.getLocalResource(<span class="jxr_string">"constructor/car-no-root-class.yaml"</span>));
<a class="jxr_linenumber" name="40" href="#40">40</a> assertEquals(<span class="jxr_string">"12-XP-F4"</span>, car.getPlate());
<a class="jxr_linenumber" name="41" href="#41">41</a> List<Wheel> wheels = car.getWheels();
<a class="jxr_linenumber" name="42" href="#42">42</a> assertNotNull(wheels);
<a class="jxr_linenumber" name="43" href="#43">43</a> assertEquals(5, wheels.size());
<a class="jxr_linenumber" name="44" href="#44">44</a> <strong class="jxr_keyword">for</strong> (Wheel wheel : wheels) {
<a class="jxr_linenumber" name="45" href="#45">45</a> assertTrue(wheel.getId() > 0);
<a class="jxr_linenumber" name="46" href="#46">46</a> }
<a class="jxr_linenumber" name="47" href="#47">47</a> }
<a class="jxr_linenumber" name="48" href="#48">48</a>
<a class="jxr_linenumber" name="49" href="#49">49</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testTypeSafeMap() {
<a class="jxr_linenumber" name="50" href="#50">50</a> Constructor constructor = <strong class="jxr_keyword">new</strong> Constructor(MyCar.<strong class="jxr_keyword">class</strong>);
<a class="jxr_linenumber" name="51" href="#51">51</a> TypeDescription carDescription = <strong class="jxr_keyword">new</strong> TypeDescription(MyCar.<strong class="jxr_keyword">class</strong>);
<a class="jxr_linenumber" name="52" href="#52">52</a> carDescription.putMapPropertyType(<span class="jxr_string">"wheels"</span>, MyWheel.<strong class="jxr_keyword">class</strong>, Object.<strong class="jxr_keyword">class</strong>);
<a class="jxr_linenumber" name="53" href="#53">53</a> constructor.addTypeDescription(carDescription);
<a class="jxr_linenumber" name="54" href="#54">54</a> Yaml yaml = <strong class="jxr_keyword">new</strong> Yaml(constructor);
<a class="jxr_linenumber" name="55" href="#55">55</a> <a href="../../../../org/yaml/snakeyaml/constructor/MyCar.html">MyCar</a> car = (MyCar) yaml.load(Util
<a class="jxr_linenumber" name="56" href="#56">56</a> .getLocalResource(<span class="jxr_string">"constructor/car-no-root-class-map.yaml"</span>));
<a class="jxr_linenumber" name="57" href="#57">57</a> assertEquals(<span class="jxr_string">"00-FF-Q2"</span>, car.getPlate());
<a class="jxr_linenumber" name="58" href="#58">58</a> Map<MyWheel, Date> wheels = car.getWheels();
<a class="jxr_linenumber" name="59" href="#59">59</a> assertNotNull(wheels);
<a class="jxr_linenumber" name="60" href="#60">60</a> assertEquals(5, wheels.size());
<a class="jxr_linenumber" name="61" href="#61">61</a> <strong class="jxr_keyword">for</strong> (MyWheel wheel : wheels.keySet()) {
<a class="jxr_linenumber" name="62" href="#62">62</a> assertTrue(wheel.getId() > 0);
<a class="jxr_linenumber" name="63" href="#63">63</a> Date date = wheels.get(wheel);
<a class="jxr_linenumber" name="64" href="#64">64</a> <strong class="jxr_keyword">long</strong> time = date.getTime();
<a class="jxr_linenumber" name="65" href="#65">65</a> assertTrue(<span class="jxr_string">"It must be midnight."</span>, time % 10000 == 0);
<a class="jxr_linenumber" name="66" href="#66">66</a> }
<a class="jxr_linenumber" name="67" href="#67">67</a> }
<a class="jxr_linenumber" name="68" href="#68">68</a>
<a class="jxr_linenumber" name="69" href="#69">69</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testWithGlobalTag() {
<a class="jxr_linenumber" name="70" href="#70">70</a> Map<MyWheel, Date> wheels = <strong class="jxr_keyword">new</strong> TreeMap<MyWheel, Date>();
<a class="jxr_linenumber" name="71" href="#71">71</a> <strong class="jxr_keyword">long</strong> time = 1248212168084L;
<a class="jxr_linenumber" name="72" href="#72">72</a> <strong class="jxr_keyword">for</strong> (<strong class="jxr_keyword">int</strong> i = 1; i < 6; i++) {
<a class="jxr_linenumber" name="73" href="#73">73</a> <a href="../../../../org/yaml/snakeyaml/constructor/MyWheel.html">MyWheel</a> mw = <strong class="jxr_keyword">new</strong> <a href="../../../../org/yaml/snakeyaml/constructor/MyWheel.html">MyWheel</a>();
<a class="jxr_linenumber" name="74" href="#74">74</a> mw.setId(i);
<a class="jxr_linenumber" name="75" href="#75">75</a> mw.setBrand(mw.getBrand() + String.valueOf(i));
<a class="jxr_linenumber" name="76" href="#76">76</a> wheels.put(mw, <strong class="jxr_keyword">new</strong> Date(time + i));
<a class="jxr_linenumber" name="77" href="#77">77</a> }
<a class="jxr_linenumber" name="78" href="#78">78</a> <a href="../../../../org/yaml/snakeyaml/constructor/MyCar.html">MyCar</a> c = <strong class="jxr_keyword">new</strong> <a href="../../../../org/yaml/snakeyaml/constructor/MyCar.html">MyCar</a>();
<a class="jxr_linenumber" name="79" href="#79">79</a> c.setPlate(<span class="jxr_string">"00-FF-Q2"</span>);
<a class="jxr_linenumber" name="80" href="#80">80</a> c.setWheels(wheels);
<a class="jxr_linenumber" name="81" href="#81">81</a> Representer representer = <strong class="jxr_keyword">new</strong> Representer();
<a class="jxr_linenumber" name="82" href="#82">82</a> representer.addClassTag(MyWheel.<strong class="jxr_keyword">class</strong>, Tag.MAP);
<a class="jxr_linenumber" name="83" href="#83">83</a> Yaml yaml = <strong class="jxr_keyword">new</strong> Yaml(representer);
<a class="jxr_linenumber" name="84" href="#84">84</a> String output = yaml.dump(c);
<a class="jxr_linenumber" name="85" href="#85">85</a> assertEquals(Util.getLocalResource(<span class="jxr_string">"javabeans/mycar-with-global-tag1.yaml"</span>), output);
<a class="jxr_linenumber" name="86" href="#86">86</a> <em class="jxr_comment">// load</em>
<a class="jxr_linenumber" name="87" href="#87">87</a> Yaml beanLoader = <strong class="jxr_keyword">new</strong> Yaml();
<a class="jxr_linenumber" name="88" href="#88">88</a> <a href="../../../../org/yaml/snakeyaml/constructor/MyCar.html">MyCar</a> car = beanLoader.loadAs(output, MyCar.<strong class="jxr_keyword">class</strong>);
<a class="jxr_linenumber" name="89" href="#89">89</a> assertNotNull(car);
<a class="jxr_linenumber" name="90" href="#90">90</a> assertEquals(<span class="jxr_string">"00-FF-Q2"</span>, car.getPlate());
<a class="jxr_linenumber" name="91" href="#91">91</a> assertEquals(5, car.getWheels().size());
<a class="jxr_linenumber" name="92" href="#92">92</a> <strong class="jxr_keyword">for</strong> (Date d : car.getWheels().values()) {
<a class="jxr_linenumber" name="93" href="#93">93</a> <em class="jxr_comment">// give a day for any timezone</em>
<a class="jxr_linenumber" name="94" href="#94">94</a> assertTrue(d.before(<strong class="jxr_keyword">new</strong> Date(time + 1000 * 60 * 60 * 24)));
<a class="jxr_linenumber" name="95" href="#95">95</a> assertTrue(d.after(<strong class="jxr_keyword">new</strong> Date(time)));
<a class="jxr_linenumber" name="96" href="#96">96</a> }
<a class="jxr_linenumber" name="97" href="#97">97</a> Object wheel = car.getWheels().keySet().iterator().next();
<a class="jxr_linenumber" name="98" href="#98">98</a> assertTrue(wheel instanceof <a href="../../../../org/yaml/snakeyaml/constructor/MyWheel.html">MyWheel</a>);
<a class="jxr_linenumber" name="99" href="#99">99</a> <a href="../../../../org/yaml/snakeyaml/constructor/MyWheel.html">MyWheel</a> w = (MyWheel) wheel;
<a class="jxr_linenumber" name="100" href="#100">100</a> assertEquals(1, w.getId());
<a class="jxr_linenumber" name="101" href="#101">101</a> assertEquals(<span class="jxr_string">"Pirelli1"</span>, w.getBrand());
<a class="jxr_linenumber" name="102" href="#102">102</a> }
<a class="jxr_linenumber" name="103" href="#103">103</a> }
</pre>
<hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body>
</html>
|
doc/it/essepuntato/earmark/core/test/package-summary.html
|
essepuntato/EarmarkDataStructure
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_26) on Mon Sep 12 10:43:51 CEST 2011 -->
<TITLE>
it.essepuntato.earmark.core.test
</TITLE>
<META NAME="date" CONTENT="2011-09-12">
<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="it.essepuntato.earmark.core.test";
}
}
</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="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-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="../../../../../it/essepuntato/earmark/core/io/package-summary.html"><B>PREV PACKAGE</B></A>
<A HREF="../../../../../it/essepuntato/earmark/core/xml/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?it/essepuntato/earmark/core/test/package-summary.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<H2>
Package it.essepuntato.earmark.core.test
</H2>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Interface Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../it/essepuntato/earmark/core/test/EARMARKTest.html" title="interface in it.essepuntato.earmark.core.test">EARMARKTest</A></B></TD>
<TD>This interface defines the common methods of any test belonging to the EARMARK test suite.</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../it/essepuntato/earmark/core/test/AbstractTest.html" title="class in it.essepuntato.earmark.core.test">AbstractTest</A></B></TD>
<TD>An abstract implementation of a test.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../it/essepuntato/earmark/core/test/AVeryVeryGeneralTest.html" title="class in it.essepuntato.earmark.core.test">AVeryVeryGeneralTest</A></B></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../it/essepuntato/earmark/core/test/DocumentCreation.html" title="class in it.essepuntato.earmark.core.test">DocumentCreation</A></B></TD>
<TD>A test aims to check the creation of new EARMARK documents.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../it/essepuntato/earmark/core/test/DocumentStructure.html" title="class in it.essepuntato.earmark.core.test">DocumentStructure</A></B></TD>
<TD>A test aims to check the structure of EARMARK documents.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../it/essepuntato/earmark/core/test/EqualityTest.html" title="class in it.essepuntato.earmark.core.test">EqualityTest</A></B></TD>
<TD>A test aims to check the equivalence between EARMARK documents and their nodes.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../it/essepuntato/earmark/core/test/FrancescoPoggiTestOne.html" title="class in it.essepuntato.earmark.core.test">FrancescoPoggiTestOne</A></B></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../it/essepuntato/earmark/core/test/LaunchTests.html" title="class in it.essepuntato.earmark.core.test">LaunchTests</A></B></TD>
<TD>The class running the entire test suite.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../it/essepuntato/earmark/core/test/LoadTest.html" title="class in it.essepuntato.earmark.core.test">LoadTest</A></B></TD>
<TD>A test aims to check the loading of EARMARK documents.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../it/essepuntato/earmark/core/test/ModifyingDocument.html" title="class in it.essepuntato.earmark.core.test">ModifyingDocument</A></B></TD>
<TD>A test aims to check modifications of part of EARMARK documents.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../it/essepuntato/earmark/core/test/StoreTest.html" title="class in it.essepuntato.earmark.core.test">StoreTest</A></B></TD>
<TD>A test aims to check the storing of EARMARK documents.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../it/essepuntato/earmark/core/test/TestPattern.html" title="class in it.essepuntato.earmark.core.test">TestPattern</A></B></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<DL>
</DL>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-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="../../../../../it/essepuntato/earmark/core/io/package-summary.html"><B>PREV PACKAGE</B></A>
<A HREF="../../../../../it/essepuntato/earmark/core/xml/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?it/essepuntato/earmark/core/test/package-summary.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
|
ara/11-2.html
|
ahsbjunior/biblia-para-igrejas
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<meta content="2013-12-25 10:18:47 -0700" http-equiv="change-date" />
<title>1RS 2</title>
<script src='../js/jquery-3.1.1.min.js' type='text/javascript' charset='utf-8'></script>
<script src='../js/bpi.js' type="text/javascript" charset="utf-8"></script>
<link rel="stylesheet" href='../css/bpi.css' >
</head>
<body>
<div class="header"><h1 id="titulo">1º Reis 2<span id="trecho"></span></h1></div>
<div id="passagem">
<div class="bible1 verses">
<p class="verse" verse="1"><sup>1</sup>Ora, aproximando-se o dia da morte de Davi, deu ele ordem a Salomão, seu filho, dizendo:</p>
<p class="verse" verse="2"><sup>2</sup>Eu vou pelo caminho de toda a terra; sê forte, pois, e porta-te como homem.</p>
<p class="verse" verse="3"><sup>3</sup>Guarda as ordenanças do Senhor teu Deus, andando nos seus caminhos, e observando os seus estatutos, os seus mandamentos, os seus preceitos e os seus testemunhos, como está escrito na lei de Moisés, para que prosperes em tudo quanto fizeres e por onde quer que fores,</p>
<p class="verse" verse="4"><sup>4</sup>e para que o Senhor confirme a palavra que falou acerca de mim, dizendo: Se teus filhos guardarem os seus caminhos, andando perante a minha face fielmente, com todo o seu coração e com toda a sua alma, nunca te faltará sucessor ao trono de Israel.</p>
<p class="verse" verse="5"><sup>5</sup>Tu sabes também o que me fez Joabe, filho de Zeruia, a saber, o que fez aos dois chefes do exército de Israel, a Abner, filho de Ner, e a Amasa, filho de Jeter, os quais ele matou, e em tempo de paz derramou o sangue de guerra, manchando com ele o cinto que tinha nos lombos, e os sapatos que trazia nos pés.</p>
<p class="verse" verse="6"><sup>6</sup>Faze, pois, segundo a tua sabedoria, e não permitas que suas cãs desçam à sepultura em paz.</p>
<p class="verse" verse="7"><sup>7</sup>Mas para com os filhos de Barzilai, o gileadita, usa de benevolência, e estejam eles entre os que comem à tua mesa; porque assim se houveram comigo, quando eu fugia por causa de teu irmão Absalão.</p>
<p class="verse" verse="8"><sup>8</sup>E eis que também contigo está Simei, filho de Gêra, benjamita, de Baurim, que me lançou atroz maldição, no dia em que eu ia a Maanaim; porém ele saiu a encontrar-se comigo junto ao Jordão, e eu lhe jurei pelo Senhor, dizendo: Não te matarei à espada.</p>
<p class="verse" verse="9"><sup>9</sup>Agora, porém, não o tenhas por inocente; pois és homem sábio, e bem saberás o que lhe hás de fazer; farás com que as suas cãs desçam à sepultura com sangue.</p>
<p class="verse" verse="10"><sup>10</sup>Depois Davi dormiu com seus pais, e foi sepultado na cidade de Davi.</p>
<p class="verse" verse="11"><sup>11</sup>E foi o tempo que Davi reinou sobre Israel quarenta anos: sete anos reinou em Hebrom, e em Jerusalém reinou trinta e três anos.</p>
<p class="verse" verse="12"><sup>12</sup>Salomão, pois, assentou-se no trono de Davi, seu pai; e o seu reino se fortificou sobremaneira.</p>
<p class="verse" verse="13"><sup>13</sup>Então Adonias, filho de Hagite, veio a Bate-Seba, mãe de Salomão; e perguntou ela: De paz é a tua vinda? Respondeu ele: É de paz.</p>
<p class="verse" verse="14"><sup>14</sup>E acrescentou: Uma palavra tenho que dizer-te. Respondeu ela: Fala.</p>
<p class="verse" verse="15"><sup>15</sup>Disse, pois, ele: Bem sabes que o reino era meu, e que todo o Israel tinha posto a vista em mim para que eu viesse a reinar; contudo o reino se transferiu e veio a ser de meu irmão, porque foi feito seu pelo Senhor.</p>
<p class="verse" verse="16"><sup>16</sup>Agora uma só coisa te peço; não ma recuses. Ela lhe disse: Fala.</p>
<p class="verse" verse="17"><sup>17</sup>E ele disse: Peço-te que fales ao rei Salomão {porque ele não to recusará} , que me dê por mulher a Abisague, a sunamita.</p>
<p class="verse" verse="18"><sup>18</sup>Respondeu Bate-Seba: Pois bem; eu falarei por ti ao rei.</p>
<p class="verse" verse="19"><sup>19</sup>Foi, pois, Bate-Seba ter com o rei Salomão, para falar-lhe por Adonias. E o rei se levantou a encontrar-se com ela, e se inclinou diante dela; então, assentando-se no seu trono, mandou que pusessem um trono para a rainha-mãe; e ela se assentou à sua direita.</p>
<p class="verse" verse="20"><sup>20</sup>Então disse ela: Só uma pequena coisa te peço; não ma recuses. Respondeu-lhe o rei: Pede, minha mãe, porque não te recusarei.</p>
<p class="verse" verse="21"><sup>21</sup>E ela disse: Dê-se Abisague, a sunamita, por mulher a teu irmão Adonias.</p>
<p class="verse" verse="22"><sup>22</sup>Então respondeu o rei Salomão, e disse a sua mãe: E por que pedes Abisague, a sunamita, para Adonias? Pede também para ele o reino {porque é meu irmão mais velho}; sim, para ele, e também para Abiatar, o sacerdote, e para Joabe, filho de Zeruia.</p>
<p class="verse" verse="23"><sup>23</sup>E jurou o rei Salomão pelo Senhor, dizendo: Assim Deus me faça, e outro tanto, se não falou Adonias esta palavra contra a sua vida.</p>
<p class="verse" verse="24"><sup>24</sup>Agora, pois, vive o Senhor, que me confirmou e me fez assentar no trono de Davi, meu pai, e que me estabeleceu casa, como tinha dito, que hoje será morto Adonias.</p>
<p class="verse" verse="25"><sup>25</sup>E o rei Salomão deu ordem a Benaías, filho de Jeoiada, o qual feriu a Adonias, de modo que morreu.</p>
<p class="verse" verse="26"><sup>26</sup>Também a Abiatar, o sacerdote, disse o rei: Vai para Anatote, para os teus campos, porque és homem digno de morte; porém hoje não te matarei, porquanto levaste a arca do Senhor Deus diante de Davi, meu pai, e porquanto participaste de todas as aflições de meu pai.</p>
<p class="verse" verse="27"><sup>27</sup>Salomão, pois, expulsou Abiatar, para que não fosse sacerdote do Senhor, assim cumprindo a palavra que o Senhor tinha dito acerca da casa de Eli em Siló.</p>
<p class="verse" verse="28"><sup>28</sup>Ora, veio esta notícia a Joabe {pois Joabe se desviara após Adonias, ainda que não se tinha desviado após Absalão} ; pelo que Joabe fugiu para o tabernáculo do Senhor, e apegou-se as pontas do altar.</p>
<p class="verse" verse="29"><sup>29</sup>E disseram ao rei Salomão: Joabe fugiu para o tabernáculo do Senhor; e eis que está junto ao altar. Então Salomão enviou Benaías, filho de Jeoiada, dizendo: Vai, mata-o.</p>
<p class="verse" verse="30"><sup>30</sup>Foi, pois, Benaías ao tabernáculo do Senhor, e disse a Joabe: Assim diz o rei: Sai daí. Respondeu Joabe: Não! porém aqui morrerei. E Benaías tornou com a resposta ao rei, dizendo: Assim falou Joabe, e assim me respondeu.</p>
<p class="verse" verse="31"><sup>31</sup>Ao que lhe disse o rei: Faze como ele disse; mata-o, e sepulta-o, para que tires de sobre mim e de sobre a casa de meu pai o sangue que Joabe sem causa derramou.</p>
<p class="verse" verse="32"><sup>32</sup>Assim o Senhor fará recair o sangue dele sobre a sua cabeça, porque deu sobre dois homens mais justos e melhores do que ele, e os matou à espada, sem que meu pai Davi o soubesse, a saber: a Abner, filho de Ner, chefe do exército de Israel, e a Amasa, filho de Jeter, chefe do exército de Judá.</p>
<p class="verse" verse="33"><sup>33</sup>Assim recairá o sangue destes sobre a cabeça de Joabe e sobre a cabeça da sua descendência para sempre; mas a Davi, e à sua descendência, e à sua casa, e ao seu trono, o Senhor dará paz para sempre.</p>
<p class="verse" verse="34"><sup>34</sup>Então Benaías, filho de Jeoiada, subiu e, arremetendo contra Joabe, o matou. E foi sepultado em sua casa, no deserto.</p>
<p class="verse" verse="35"><sup>35</sup>Em lugar dele o rei pôs a Benaías, filho de Jeoiada, sobre o exército; e a Zadoque, o sacerdote, pôs em lugar de Abiatar.</p>
<p class="verse" verse="36"><sup>36</sup>Depois o rei mandou chamar a Simei e lhe disse: Edifica para ti uma casa em Jerusalém, habita aí, e daí não saias, nem para uma nem para outra parte.</p>
<p class="verse" verse="37"><sup>37</sup>E fica sabendo que, no dia em que saíres e passares o ribeiro de Cedrom, de certo hás de morrer. O teu sangue será sobre a tua cabeça.</p>
<p class="verse" verse="38"><sup>38</sup>Respondeu Simei ao rei: Boa é essa palavra; como tem dito o rei meu senhor, assim fará o teu servo. E Simei habitou em Jerusalém muitos dias.</p>
<p class="verse" verse="39"><sup>39</sup>Sucedeu porém que, ao cabo de três anos, dois servos de Simei fugiram para Aquis, filho de Maacá, rei de Gate. E deram parte a Simei, dizendo: Eis que teus servos estão em Gate.</p>
<p class="verse" verse="40"><sup>40</sup>Então Simei se levantou, albardou o seu jumento e foi a Gate ter com Aquis, em busca dos seus servos; assim foi Simei, e os trouxe de Gate.</p>
<p class="verse" verse="41"><sup>41</sup>Disseram a Salomão que Simei fora de Jerusalém a Gate, e já havia voltado.</p>
<p class="verse" verse="42"><sup>42</sup>Então o rei mandou chamar a Simei e lhe disse: Não te conjurei pelo Senhor e não te protestei, dizendo: No dia em que saíres para qualquer parte, sabe de certo que hás de morrer? E tu me disseste: Boa é essa palavra que ouvi.</p>
<p class="verse" verse="43"><sup>43</sup>Por que, então, não guardaste o juramento do Senhor, e a ordem que te dei?</p>
<p class="verse" verse="44"><sup>44</sup>Disse-lhe mais: Bem sabes tu, e o teu coração reconhece toda a maldade que fizeste a Davi, meu pai; pelo que o Senhor fará recair a tua maldade sobre a tua cabeça.</p>
<p class="verse" verse="45"><sup>45</sup>Mas o rei Salomão será abençoado, e o trono de Davi será confirmado perante o Senhor para sempre:</p>
<p class="verse" verse="46"><sup>46</sup>E o rei deu ordem a Benaías, filho de Jeoiada, o qual saiu, e feriu a Simei, de modo que morreu. Assim foi confirmado o reino na mão de Salomão.</p>
</div>
</div>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<p class="copyright">Almeida Revista e Atualizada© Copyright © 1993 Sociedade Bíblica do Brasil. Todos os direitos reservados. Texto bíblico utilizado com autorização. Saiba mais sobre a Sociedade Bíblica do Brasil. A Sociedade Bíblica do Brasil trabalha para que a Bíblia esteja, efetivamente, ao alcance de todos e seja lida por todos. A SBB é uma entidade sem fins lucrativos, dedicada a promover o desenvolvimento integral do ser humano.</p>
<br/>
<br/>
<br/>
<br/></body>
</html>
|
docs/apidocs/org/apache/hadoop/hbase/class-use/HServerAddress.html
|
algarecu/hbase-0.94.8-qod
|
<!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_43) on Wed May 22 21:49:31 UTC 2013 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Class org.apache.hadoop.hbase.HServerAddress (HBase 0.94.8 API)
</TITLE>
<META NAME="date" CONTENT="2013-05-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="Uses of Class org.apache.hadoop.hbase.HServerAddress (HBase 0.94.8 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/hbase/HServerAddress.html" title="class in org.apache.hadoop.hbase"><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/hbase//class-useHServerAddress.html" target="_top"><B>FRAMES</B></A>
<A HREF="HServerAddress.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.hbase.HServerAddress</B></H2>
</CENTER>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Packages that use <A HREF="../../../../../org/apache/hadoop/hbase/HServerAddress.html" title="class in org.apache.hadoop.hbase">HServerAddress</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.hadoop.hbase"><B>org.apache.hadoop.hbase</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.hadoop.hbase.avro"><B>org.apache.hadoop.hbase.avro</B></A></TD>
<TD>Provides an HBase <a href="http://avro.apache.org">Avro</a> service. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.hadoop.hbase.client"><B>org.apache.hadoop.hbase.client</B></A></TD>
<TD>Provides HBase Client </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.hadoop.hbase.master"><B>org.apache.hadoop.hbase.master</B></A></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.hadoop.hbase"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../../org/apache/hadoop/hbase/HServerAddress.html" title="class in org.apache.hadoop.hbase">HServerAddress</A> in <A HREF="../../../../../org/apache/hadoop/hbase/package-summary.html">org.apache.hadoop.hbase</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">Methods in <A HREF="../../../../../org/apache/hadoop/hbase/package-summary.html">org.apache.hadoop.hbase</A> that return <A HREF="../../../../../org/apache/hadoop/hbase/HServerAddress.html" title="class in org.apache.hadoop.hbase">HServerAddress</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/apache/hadoop/hbase/HServerAddress.html" title="class in org.apache.hadoop.hbase">HServerAddress</A></CODE></FONT></TD>
<TD><CODE><B>HRegionLocation.</B><B><A HREF="../../../../../org/apache/hadoop/hbase/HRegionLocation.html#getServerAddress()">getServerAddress</A></B>()</CODE>
<BR>
<B>Deprecated.</B> <I>Use <A HREF="../../../../../org/apache/hadoop/hbase/HRegionLocation.html#getHostnamePort()"><CODE>HRegionLocation.getHostnamePort()</CODE></A></I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/apache/hadoop/hbase/HServerAddress.html" title="class in org.apache.hadoop.hbase">HServerAddress</A></CODE></FONT></TD>
<TD><CODE><B>HServerInfo.</B><B><A HREF="../../../../../org/apache/hadoop/hbase/HServerInfo.html#getServerAddress()">getServerAddress</A></B>()</CODE>
<BR>
<B>Deprecated.</B> </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="../../../../../org/apache/hadoop/hbase/package-summary.html">org.apache.hadoop.hbase</A> with parameters of type <A HREF="../../../../../org/apache/hadoop/hbase/HServerAddress.html" title="class in org.apache.hadoop.hbase">HServerAddress</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> int</CODE></FONT></TD>
<TD><CODE><B>HServerAddress.</B><B><A HREF="../../../../../org/apache/hadoop/hbase/HServerAddress.html#compareTo(org.apache.hadoop.hbase.HServerAddress)">compareTo</A></B>(<A HREF="../../../../../org/apache/hadoop/hbase/HServerAddress.html" title="class in org.apache.hadoop.hbase">HServerAddress</A> o)</CODE>
<BR>
<B>Deprecated.</B> </TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../org/apache/hadoop/hbase/package-summary.html">org.apache.hadoop.hbase</A> with parameters of type <A HREF="../../../../../org/apache/hadoop/hbase/HServerAddress.html" title="class in org.apache.hadoop.hbase">HServerAddress</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../org/apache/hadoop/hbase/HServerAddress.html#HServerAddress(org.apache.hadoop.hbase.HServerAddress)">HServerAddress</A></B>(<A HREF="../../../../../org/apache/hadoop/hbase/HServerAddress.html" title="class in org.apache.hadoop.hbase">HServerAddress</A> other)</CODE>
<BR>
<B>Deprecated.</B> Copy-constructor.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../org/apache/hadoop/hbase/HServerInfo.html#HServerInfo(org.apache.hadoop.hbase.HServerAddress, int)">HServerInfo</A></B>(<A HREF="../../../../../org/apache/hadoop/hbase/HServerAddress.html" title="class in org.apache.hadoop.hbase">HServerAddress</A> serverAddress,
int webuiport)</CODE>
<BR>
<B>Deprecated.</B> Constructor that creates a HServerInfo with a generated startcode</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../org/apache/hadoop/hbase/HServerInfo.html#HServerInfo(org.apache.hadoop.hbase.HServerAddress, long, int)">HServerInfo</A></B>(<A HREF="../../../../../org/apache/hadoop/hbase/HServerAddress.html" title="class in org.apache.hadoop.hbase">HServerAddress</A> serverAddress,
long startCode,
int webuiport)</CODE>
<BR>
<B>Deprecated.</B> </TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.hadoop.hbase.avro"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../../org/apache/hadoop/hbase/HServerAddress.html" title="class in org.apache.hadoop.hbase">HServerAddress</A> in <A HREF="../../../../../org/apache/hadoop/hbase/avro/package-summary.html">org.apache.hadoop.hbase.avro</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">Methods in <A HREF="../../../../../org/apache/hadoop/hbase/avro/package-summary.html">org.apache.hadoop.hbase.avro</A> with parameters of type <A HREF="../../../../../org/apache/hadoop/hbase/HServerAddress.html" title="class in org.apache.hadoop.hbase">HServerAddress</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../org/apache/hadoop/hbase/avro/generated/AServerAddress.html" title="class in org.apache.hadoop.hbase.avro.generated">AServerAddress</A></CODE></FONT></TD>
<TD><CODE><B>AvroUtil.</B><B><A HREF="../../../../../org/apache/hadoop/hbase/avro/AvroUtil.html#hsaToASA(org.apache.hadoop.hbase.HServerAddress)">hsaToASA</A></B>(<A HREF="../../../../../org/apache/hadoop/hbase/HServerAddress.html" title="class in org.apache.hadoop.hbase">HServerAddress</A> hsa)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.hadoop.hbase.client"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../../org/apache/hadoop/hbase/HServerAddress.html" title="class in org.apache.hadoop.hbase">HServerAddress</A> in <A HREF="../../../../../org/apache/hadoop/hbase/client/package-summary.html">org.apache.hadoop.hbase.client</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="../../../../../org/apache/hadoop/hbase/client/package-summary.html">org.apache.hadoop.hbase.client</A> declared as <A HREF="../../../../../org/apache/hadoop/hbase/HServerAddress.html" title="class in org.apache.hadoop.hbase">HServerAddress</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/apache/hadoop/hbase/HServerAddress.html" title="class in org.apache.hadoop.hbase">HServerAddress</A></CODE></FONT></TD>
<TD><CODE><B>MultiPut.</B><B><A HREF="../../../../../org/apache/hadoop/hbase/client/MultiPut.html#address">address</A></B></CODE>
<BR>
<B>Deprecated.</B> </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="../../../../../org/apache/hadoop/hbase/client/package-summary.html">org.apache.hadoop.hbase.client</A> that return <A HREF="../../../../../org/apache/hadoop/hbase/HServerAddress.html" title="class in org.apache.hadoop.hbase">HServerAddress</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/apache/hadoop/hbase/HServerAddress.html" title="class in org.apache.hadoop.hbase">HServerAddress</A></CODE></FONT></TD>
<TD><CODE><B>RetriesExhaustedWithDetailsException.</B><B><A HREF="../../../../../org/apache/hadoop/hbase/client/RetriesExhaustedWithDetailsException.html#getAddress(int)">getAddress</A></B>(int i)</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="../../../../../org/apache/hadoop/hbase/client/package-summary.html">org.apache.hadoop.hbase.client</A> that return types with arguments of type <A HREF="../../../../../org/apache/hadoop/hbase/HServerAddress.html" title="class in org.apache.hadoop.hbase">HServerAddress</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A><<A HREF="../../../../../org/apache/hadoop/hbase/HRegionInfo.html" title="class in org.apache.hadoop.hbase">HRegionInfo</A>,<A HREF="../../../../../org/apache/hadoop/hbase/HServerAddress.html" title="class in org.apache.hadoop.hbase">HServerAddress</A>></CODE></FONT></TD>
<TD><CODE><B>HTable.</B><B><A HREF="../../../../../org/apache/hadoop/hbase/client/HTable.html#deserializeRegionInfo(java.io.DataInput)">deserializeRegionInfo</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/io/DataInput.html?is-external=true" title="class or interface in java.io">DataInput</A> in)</CODE>
<BR>
Read from <code>in</code> and deserialize the regions information.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A><<A HREF="../../../../../org/apache/hadoop/hbase/HRegionInfo.html" title="class in org.apache.hadoop.hbase">HRegionInfo</A>,<A HREF="../../../../../org/apache/hadoop/hbase/HServerAddress.html" title="class in org.apache.hadoop.hbase">HServerAddress</A>></CODE></FONT></TD>
<TD><CODE><B>HTable.</B><B><A HREF="../../../../../org/apache/hadoop/hbase/client/HTable.html#getRegionsInfo()">getRegionsInfo</A></B>()</CODE>
<BR>
<B>Deprecated.</B> <I>Use <A HREF="../../../../../org/apache/hadoop/hbase/client/HTable.html#getRegionLocations()"><CODE>HTable.getRegionLocations()</CODE></A> or <A HREF="../../../../../org/apache/hadoop/hbase/client/HTable.html#getStartEndKeys()"><CODE>HTable.getStartEndKeys()</CODE></A></I></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="../../../../../org/apache/hadoop/hbase/client/package-summary.html">org.apache.hadoop.hbase.client</A> with parameters of type <A HREF="../../../../../org/apache/hadoop/hbase/HServerAddress.html" title="class in org.apache.hadoop.hbase">HServerAddress</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/apache/hadoop/hbase/ipc/HRegionInterface.html" title="interface in org.apache.hadoop.hbase.ipc">HRegionInterface</A></CODE></FONT></TD>
<TD><CODE><B>HConnection.</B><B><A HREF="../../../../../org/apache/hadoop/hbase/client/HConnection.html#getHRegionConnection(org.apache.hadoop.hbase.HServerAddress)">getHRegionConnection</A></B>(<A HREF="../../../../../org/apache/hadoop/hbase/HServerAddress.html" title="class in org.apache.hadoop.hbase">HServerAddress</A> regionServer)</CODE>
<BR>
<B>Deprecated.</B> <I>Use <A HREF="../../../../../org/apache/hadoop/hbase/client/HConnection.html#getHRegionConnection(java.lang.String, int)"><CODE>HConnection.getHRegionConnection(String, int)</CODE></A></I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/apache/hadoop/hbase/ipc/HRegionInterface.html" title="interface in org.apache.hadoop.hbase.ipc">HRegionInterface</A></CODE></FONT></TD>
<TD><CODE><B>HConnection.</B><B><A HREF="../../../../../org/apache/hadoop/hbase/client/HConnection.html#getHRegionConnection(org.apache.hadoop.hbase.HServerAddress, boolean)">getHRegionConnection</A></B>(<A HREF="../../../../../org/apache/hadoop/hbase/HServerAddress.html" title="class in org.apache.hadoop.hbase">HServerAddress</A> regionServer,
boolean getMaster)</CODE>
<BR>
<B>Deprecated.</B> <I>Use <A HREF="../../../../../org/apache/hadoop/hbase/client/HConnection.html#getHRegionConnection(org.apache.hadoop.hbase.HServerAddress, boolean)"><CODE>HConnection.getHRegionConnection(HServerAddress, boolean)</CODE></A></I></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="../../../../../org/apache/hadoop/hbase/client/package-summary.html">org.apache.hadoop.hbase.client</A> with type arguments of type <A HREF="../../../../../org/apache/hadoop/hbase/HServerAddress.html" title="class in org.apache.hadoop.hbase">HServerAddress</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>HConnection.</B><B><A HREF="../../../../../org/apache/hadoop/hbase/client/HConnection.html#prewarmRegionCache(byte[], java.util.Map)">prewarmRegionCache</A></B>(byte[] tableName,
<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A><<A HREF="../../../../../org/apache/hadoop/hbase/HRegionInfo.html" title="class in org.apache.hadoop.hbase">HRegionInfo</A>,<A HREF="../../../../../org/apache/hadoop/hbase/HServerAddress.html" title="class in org.apache.hadoop.hbase">HServerAddress</A>> regions)</CODE>
<BR>
Load the region map and warm up the global region cache for the table.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>HTable.</B><B><A HREF="../../../../../org/apache/hadoop/hbase/client/HTable.html#prewarmRegionCache(java.util.Map)">prewarmRegionCache</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A><<A HREF="../../../../../org/apache/hadoop/hbase/HRegionInfo.html" title="class in org.apache.hadoop.hbase">HRegionInfo</A>,<A HREF="../../../../../org/apache/hadoop/hbase/HServerAddress.html" title="class in org.apache.hadoop.hbase">HServerAddress</A>> regionMap)</CODE>
<BR>
Save the passed region information and the table's regions
cache.</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../org/apache/hadoop/hbase/client/package-summary.html">org.apache.hadoop.hbase.client</A> with parameters of type <A HREF="../../../../../org/apache/hadoop/hbase/HServerAddress.html" title="class in org.apache.hadoop.hbase">HServerAddress</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../org/apache/hadoop/hbase/client/MultiPut.html#MultiPut(org.apache.hadoop.hbase.HServerAddress)">MultiPut</A></B>(<A HREF="../../../../../org/apache/hadoop/hbase/HServerAddress.html" title="class in org.apache.hadoop.hbase">HServerAddress</A> a)</CODE>
<BR>
<B>Deprecated.</B> MultiPut for putting multiple regions worth of puts in one RPC.</TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.hadoop.hbase.master"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../../org/apache/hadoop/hbase/HServerAddress.html" title="class in org.apache.hadoop.hbase">HServerAddress</A> in <A HREF="../../../../../org/apache/hadoop/hbase/master/package-summary.html">org.apache.hadoop.hbase.master</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">Methods in <A HREF="../../../../../org/apache/hadoop/hbase/master/package-summary.html">org.apache.hadoop.hbase.master</A> with parameters of type <A HREF="../../../../../org/apache/hadoop/hbase/HServerAddress.html" title="class in org.apache.hadoop.hbase">HServerAddress</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/apache/hadoop/hbase/HServerLoad.html" title="class in org.apache.hadoop.hbase">HServerLoad</A></CODE></FONT></TD>
<TD><CODE><B>ServerManager.</B><B><A HREF="../../../../../org/apache/hadoop/hbase/master/ServerManager.html#getLoad(org.apache.hadoop.hbase.HServerAddress)">getLoad</A></B>(<A HREF="../../../../../org/apache/hadoop/hbase/HServerAddress.html" title="class in org.apache.hadoop.hbase">HServerAddress</A> address)</CODE>
<BR>
<B>Deprecated.</B> <I>Use <A HREF="../../../../../org/apache/hadoop/hbase/master/ServerManager.html#getLoad(org.apache.hadoop.hbase.HServerAddress)"><CODE>ServerManager.getLoad(HServerAddress)</CODE></A></I></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/hbase/HServerAddress.html" title="class in org.apache.hadoop.hbase"><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/hbase//class-useHServerAddress.html" target="_top"><B>FRAMES</B></A>
<A HREF="HServerAddress.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
</BODY>
</HTML>
|
_layouts/portfolio.html
|
rmfranciacastillo/30-days-bootstrap-site
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Portfolio Site</title>
<!-- Basic CSS Setup-->
<link rel="stylesheet" href="{{site.baseurl}}/css/reset.css">
<link rel="stylesheet" href="{{site.baseurl}}/css/bootstrap.min.css">
<link rel="stylesheet" href="{{site.baseurl}}/css/animate.css">
<link rel="stylesheet" href="{{site.baseurl}}/css/font-awesome.min.css">
<!-- CUSTOM CSS -->
<link rel="stylesheet" href="{{site.portfoliourl}}/css/main.css">
</head>
<body>
<!-- Navigation -->
{% include portfolio-nav.html %}
<!-- Main content -->
{{ content }}
<!-- SCRIPTS -->
<script src="{{site.baseurl}}/js/jquery.min.js"></script>
<script src="{{site.baseurl}}/js/bootstrap.min.js"></script>
<!-- CUSTOM SCRIPTS -->
<script src="{{site.portfoliourl}}/js/main.js"></script>
</body>
</html>
|
Documentation/numpy/reference/generated/numpy.polynomial.chebyshev.Chebyshev.fit.html
|
leesavide/pythonista-docs
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>numpy.polynomial.chebyshev.Chebyshev.fit — NumPy v1.8 Manual</title>
<link rel="stylesheet" href="../../_static/pythonista.css" type="text/css" />
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../../',
VERSION: '1.8.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: false
};
</script>
<script type="text/javascript" src="../../_static/jquery.js"></script>
<script type="text/javascript" src="../../_static/underscore.js"></script>
<script type="text/javascript" src="../../_static/doctools.js"></script>
<link rel="author" title="About these documents" href="../../about.html" />
<link rel="top" title="NumPy v1.8 Manual" href="../../index.html" />
<link rel="up" title="numpy.polynomial.chebyshev.Chebyshev" href="numpy.polynomial.chebyshev.Chebyshev.html" />
<link rel="next" title="numpy.polynomial.chebyshev.Chebyshev.fromroots" href="numpy.polynomial.chebyshev.Chebyshev.fromroots.html" />
<link rel="prev" title="numpy.polynomial.chebyshev.Chebyshev.deriv" href="numpy.polynomial.chebyshev.Chebyshev.deriv.html" />
<link rel="shortcut icon" type="image/png" href="../../_static/py.png" />
<meta name = "viewport" content = "width=device-width,initial-scale=1.0,user-scalable=no;">
<script type="text/javascript">
var getTextForSample = function(i) {
codeBlock = document.getElementsByClassName('highlight-python')[i];
return codeBlock.innerText;
}
var copySample = function (i) {
window.location.href = '/__pythonista_copy__/' + encodeURI(getTextForSample(i));
}
var openSample = function (i) {
window.location.href = '/__pythonista_open__/' + encodeURI(getTextForSample(i));
}
//Source: http://ejohn.org/blog/partial-functions-in-javascript/
Function.prototype.partial = function() {
var fn = this,
args = Array.prototype.slice.call(arguments);
return function() {
var arg = 0;
for (var i = 0; i < args.length && arg < arguments.length; i++)
if (args[i] === undefined) args[i] = arguments[arg++];
return fn.apply(this, args);
};
};
window.onload=function() {
//Add "Copy" and "Open in Editor" buttons for code samples:
var inApp = navigator.userAgent.match(/AppleWebKit/i) != null && navigator.userAgent.match(/Safari/i) == null;
if (inApp) {
codeBlocks = document.getElementsByClassName('highlight-python');
for (var i = 0; i < codeBlocks.length; i++) {
codeBlock = codeBlocks[i];
if (codeBlock.innerText.indexOf('>>>') == 0) {
//Don't add header for interactive sessions
continue;
}
var codeHeader = document.createElement('div');
codeHeader.className = 'pythonista-code-header';
var copyButton = document.createElement('button');
copyButton.className = 'pythonista-button';
copyButton.innerText = 'Copy';
copyButton.addEventListener('click', copySample.partial(i));
codeHeader.appendChild(copyButton);
var openButton = document.createElement('button');
openButton.className = 'pythonista-button';
openButton.innerText = 'Open in Editor';
openButton.addEventListener('click', openSample.partial(i));
codeHeader.appendChild(openButton);
codeBlock.parentElement.insertBefore(codeHeader, codeBlock);
}
}
}
</script>
</head>
<body ontouchstart="">
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="numpy.polynomial.chebyshev.Chebyshev.fromroots.html" title="numpy.polynomial.chebyshev.Chebyshev.fromroots"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="numpy.polynomial.chebyshev.Chebyshev.deriv.html" title="numpy.polynomial.chebyshev.Chebyshev.deriv"
accesskey="P">previous</a> |</li>
<li><a href="../../index.html">NumPy v1.8 Manual</a> »</li>
<li><a href="../index.html" >NumPy Reference</a> »</li>
<li><a href="../routines.html" >Routines</a> »</li>
<li><a href="../routines.polynomials.html" >Polynomials</a> »</li>
<li><a href="../routines.polynomials.package.html" >Polynomial Package</a> »</li>
<li><a href="../routines.polynomials.chebyshev.html" >Chebyshev Module (<tt class="docutils literal docutils literal docutils literal docutils literal docutils literal docutils literal docutils literal docutils literal docutils literal docutils literal"><span class="pre">numpy.polynomial.chebyshev</span></tt>)</a> »</li>
<li><a href="numpy.polynomial.chebyshev.Chebyshev.html" accesskey="U">numpy.polynomial.chebyshev.Chebyshev</a> »</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="body">
<div class="section" id="numpy-polynomial-chebyshev-chebyshev-fit">
<h1>numpy.polynomial.chebyshev.Chebyshev.fit<a class="headerlink" href="#numpy-polynomial-chebyshev-chebyshev-fit" title="Permalink to this headline">¶</a></h1>
<dl class="staticmethod">
<dt id="numpy.polynomial.chebyshev.Chebyshev.fit">
<em class="property">static </em><tt class="descclassname">Chebyshev.</tt><tt class="descname">fit</tt><big>(</big><em>x, y, deg, domain=None, rcond=None, full=False, w=None, window=[-1, 1]</em><big>)</big><a class="headerlink" href="#numpy.polynomial.chebyshev.Chebyshev.fit" title="Permalink to this definition">¶</a></dt>
<dd><p>Least squares fit to data.</p>
<p>Return a <a class="reference internal" href="numpy.polynomial.chebyshev.Chebyshev.html#numpy.polynomial.chebyshev.Chebyshev" title="numpy.polynomial.chebyshev.Chebyshev"><tt class="xref py py-obj docutils literal"><span class="pre">Chebyshev</span></tt></a> instance that is the least squares fit to the data
<em class="xref py py-obj">y</em> sampled at <em class="xref py py-obj">x</em>. Unlike <a class="reference internal" href="numpy.polynomial.chebyshev.chebfit.html#numpy.polynomial.chebyshev.chebfit" title="numpy.polynomial.chebyshev.chebfit"><tt class="xref py py-obj docutils literal"><span class="pre">chebfit</span></tt></a>, the domain of the returned
instance can be specified and this will often result in a superior
fit with less chance of ill conditioning. Support for NA was added
in version 1.7.0. See <a class="reference internal" href="numpy.polynomial.chebyshev.chebfit.html#numpy.polynomial.chebyshev.chebfit" title="numpy.polynomial.chebyshev.chebfit"><tt class="xref py py-obj docutils literal"><span class="pre">chebfit</span></tt></a> for full documentation of the
implementation.</p>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><p class="first"><strong>x</strong> : array_like, shape (M,)</p>
<blockquote>
<div><p>x-coordinates of the M sample points <tt class="docutils literal"><span class="pre">(x[i],</span> <span class="pre">y[i])</span></tt>.</p>
</div></blockquote>
<p><strong>y</strong> : array_like, shape (M,) or (M, K)</p>
<blockquote>
<div><p>y-coordinates of the sample points. Several data sets of sample
points sharing the same x-coordinates can be fitted at once by
passing in a 2D-array that contains one dataset per column.</p>
</div></blockquote>
<p><strong>deg</strong> : int</p>
<blockquote>
<div><p>Degree of the fitting polynomial.</p>
</div></blockquote>
<p><strong>domain</strong> : {None, [beg, end], []}, optional</p>
<blockquote>
<div><p>Domain to use for the returned Chebyshev instance. If <tt class="docutils literal"><span class="pre">None</span></tt>,
then a minimal domain that covers the points <em class="xref py py-obj">x</em> is chosen. If
<tt class="docutils literal"><span class="pre">[]</span></tt> the default domain <tt class="docutils literal"><span class="pre">[-1,1]</span></tt> is used. The default
value is [-1,1] in numpy 1.4.x and <tt class="docutils literal"><span class="pre">None</span></tt> in later versions.
The <tt class="docutils literal"><span class="pre">'[]</span></tt> value was added in numpy 1.5.0.</p>
</div></blockquote>
<p><strong>rcond</strong> : float, optional</p>
<blockquote>
<div><p>Relative condition number of the fit. Singular values smaller
than this relative to the largest singular value will be
ignored. The default value is len(x)*eps, where eps is the
relative precision of the float type, about 2e-16 in most
cases.</p>
</div></blockquote>
<p><strong>full</strong> : bool, optional</p>
<blockquote>
<div><p>Switch determining nature of return value. When it is False
(the default) just the coefficients are returned, when True
diagnostic information from the singular value decomposition is
also returned.</p>
</div></blockquote>
<p><strong>w</strong> : array_like, shape (M,), optional</p>
<blockquote>
<div><p>Weights. If not None the contribution of each point
<tt class="docutils literal"><span class="pre">(x[i],y[i])</span></tt> to the fit is weighted by <em class="xref py py-obj">w[i]</em>. Ideally the
weights are chosen so that the errors of the products
<tt class="docutils literal"><span class="pre">w[i]*y[i]</span></tt> all have the same variance. The default value is
None.
.. versionadded:: 1.5.0</p>
</div></blockquote>
<p><strong>window</strong> : {[beg, end]}, optional</p>
<blockquote>
<div><p>Window to use for the returned Chebyshev instance. The default
value is <tt class="docutils literal"><span class="pre">[-1,1]</span></tt>
.. versionadded:: 1.6.0</p>
</div></blockquote>
</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first"><strong>least_squares_fit</strong> : instance of Chebyshev</p>
<blockquote>
<div><p>The Chebyshev instance is the least squares fit to the data and
has the domain specified in the call.</p>
</div></blockquote>
<p><strong>[residuals, rank, singular_values, rcond]</strong> : only if <em class="xref py py-obj">full</em> = True</p>
<blockquote class="last">
<div><p>Residuals of the least squares fit, the effective rank of the
scaled Vandermonde matrix and its singular values, and the
specified value of <em class="xref py py-obj">rcond</em>. For more details, see
<em class="xref py py-obj">linalg.lstsq</em>.</p>
</div></blockquote>
</td>
</tr>
</tbody>
</table>
<div class="admonition seealso">
<p class="first admonition-title">See also</p>
<dl class="last docutils">
<dt><a class="reference internal" href="numpy.polynomial.chebyshev.chebfit.html#numpy.polynomial.chebyshev.chebfit" title="numpy.polynomial.chebyshev.chebfit"><tt class="xref py py-obj docutils literal"><span class="pre">chebfit</span></tt></a></dt>
<dd>similar function</dd>
</dl>
</div>
</dd></dl>
</div>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer">
© <a href="../../copyright.html">Copyright</a> 2008-2009, The Scipy community.
<br />
The Python Software Foundation is a non-profit corporation.
<a href="http://www.python.org/psf/donations/">Please donate.</a>
<br />
Last updated on May 03, 2016.
<a href="../../bugs.html">Found a bug</a>?
<br />
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.2.1.
</div>
</body>
</html>
|
testx/login.html
|
johnson1994/UMESpage
|
<!DOCTYPE html>
<!--[if IEMobile 7]><html class="no-js iem7 oldie linen"><![endif]-->
<!--[if (IE 7)&!(IEMobile)]><html class="no-js ie7 oldie linen" lang="en"><![endif]-->
<!--[if (IE 8)&!(IEMobile)]><html class="no-js ie8 oldie linen" lang="en"><![endif]-->
<!--[if (IE 9)&!(IEMobile)]><html class="no-js ie9 linen" lang="en"><![endif]-->
<!--[if (gt IE 9)|(gt IEMobile 7)]><!--><html class="no-js linen" lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Developr</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- http://davidbcalhoun.com/2010/viewport-metatag -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<!-- For all browsers -->
<link rel="stylesheet" href="css/reset.css?v=1">
<link rel="stylesheet" href="css/style.css?v=1">
<link rel="stylesheet" href="css/colors.css?v=1">
<link rel="stylesheet" media="print" href="css/print.css?v=1">
<!-- For progressively larger displays -->
<link rel="stylesheet" media="only all and (min-width: 480px)" href="css/480.css?v=1">
<link rel="stylesheet" media="only all and (min-width: 768px)" href="css/768.css?v=1">
<link rel="stylesheet" media="only all and (min-width: 992px)" href="css/992.css?v=1">
<link rel="stylesheet" media="only all and (min-width: 1200px)" href="css/1200.css?v=1">
<!-- For Retina displays -->
<link rel="stylesheet" media="only all and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5)" href="css/2x.css?v=1">
<!-- Additional styles -->
<link rel="stylesheet" href="css/styles/form.css?v=1">
<link rel="stylesheet" href="css/styles/switches.css?v=1">
<!-- Login pages styles -->
<link rel="stylesheet" media="screen" href="css/login.css?v=1">
<!-- JavaScript at bottom except for Modernizr -->
<script src="js/libs/modernizr.custom.js"></script>
<!-- For Modern Browsers -->
<link rel="shortcut icon" href="img/favicons/favicon.png">
<!-- For everything else -->
<link rel="shortcut icon" href="img/favicons/favicon.ico">
<!-- For retina screens -->
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="img/favicons/apple-touch-icon-retina.png">
<!-- For iPad 1-->
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="img/favicons/apple-touch-icon-ipad.png">
<!-- For iPhone 3G, iPod Touch and Android -->
<link rel="apple-touch-icon-precomposed" href="img/favicons/apple-touch-icon.png">
<!-- iOS web-app metas -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<!-- Startup image for web apps -->
<link rel="apple-touch-startup-image" href="img/splash/ipad-landscape.png" media="screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape)">
<link rel="apple-touch-startup-image" href="img/splash/ipad-portrait.png" media="screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait)">
<link rel="apple-touch-startup-image" href="img/splash/iphone.png" media="screen and (max-device-width: 320px)">
<!-- Microsoft clear type rendering -->
<meta http-equiv="cleartype" content="on">
<!-- IE9 Pinned Sites: http://msdn.microsoft.com/en-us/library/gg131029.aspx -->
<meta name="application-name" content="Developr Admin Skin">
<meta name="msapplication-tooltip" content="Cross-platform admin template.">
<meta name="msapplication-starturl" content="http://www.display-inline.fr/demo/developr">
<!-- These custom tasks are examples, you need to edit them to show actual pages -->
<meta name="msapplication-task" content="name=Agenda;action-uri=http://www.display-inline.fr/demo/developr/agenda.html;icon-uri=http://www.display-inline.fr/demo/developr/img/favicons/favicon.ico">
<meta name="msapplication-task" content="name=My profile;action-uri=http://www.display-inline.fr/demo/developr/profile.html;icon-uri=http://www.display-inline.fr/demo/developr/img/favicons/favicon.ico">
</head>
<body>
<div id="container">
<hgroup id="login-title" class="large-margin-bottom">
<h1 class="login-title-image">Developr</h1>
<h5>© Your Company</h5>
</hgroup>
<form method="post" action="" id="form-login">
<ul class="inputs black-input large">
<!-- The autocomplete="off" attributes is the only way to prevent webkit browsers from filling the inputs with yellow -->
<li><span class="icon-user mid-margin-right"></span><input type="text" name="login" id="login" value="" class="input-unstyled" placeholder="Login" autocomplete="off"></li>
<li><span class="icon-lock mid-margin-right"></span><input type="password" name="pass" id="pass" value="" class="input-unstyled" placeholder="Password" autocomplete="off"></li>
</ul>
<button type="submit" class="button glossy full-width huge">Login</button>
</form>
</div>
<!-- JavaScript at the bottom for fast page loading -->
<!-- Scripts -->
<script src="js/libs/jquery-1.8.2.min.js"></script>
<script src="js/setup.js"></script>
<!-- Template functions -->
<script src="js/developr.input.js"></script>
<script src="js/developr.message.js"></script>
<script src="js/developr.notify.js"></script>
<script src="js/developr.tooltip.js"></script>
<script>
/*
* How do I hook my login script to this?
* --------------------------------------
*
* This script is meant to be non-obtrusive: if the user has disabled javascript or if an error occurs, the login form
* works fine without ajax.
*
* The only part you need to edit is the login script between the EDIT SECTION tags, which does inputs validation
* and send data to server. For instance, you may keep the validation and add an AJAX call to the server with the
* credentials, then redirect to the dashboard or display an error depending on server return.
*
* Or if you don't trust AJAX calls, just remove the event.preventDefault() part and let the form be submitted.
*/
$(document).ready(function()
{
/*
* JS login effect
* This script will enable effects for the login page
*/
// Elements
var doc = $('html').addClass('js-login'),
container = $('#container'),
formLogin = $('#form-login'),
// If layout is centered
centered;
/******* EDIT THIS SECTION *******/
/*
* AJAX login
* This function will handle the login process through AJAX
*/
formLogin.submit(function(event)
{
// Values
var login = $.trim($('#login').val()),
pass = $.trim($('#pass').val());
// Check inputs
if (login.length === 0)
{
// Display message
displayError('Please fill in your login');
return false;
}
else if (pass.length === 0)
{
// Remove empty login message if displayed
formLogin.clearMessages('Please fill in your login');
// Display message
displayError('Please fill in your password');
return false;
}
else
{
// Remove previous messages
formLogin.clearMessages();
// Show progress
displayLoading('Checking credentials...');
event.preventDefault();
// Stop normal behavior
event.preventDefault();
/*
* This is where you may do your AJAX call, for instance:
* $.ajax(url, {
* data: {
* login: login,
* pass: pass
* },
* success: function(data)
* {
* if (data.logged)
* {
* document.location.href = 'login.html';
* }
* else
* {
* formLogin.clearMessages();
* displayError('Invalid user/password, please try again');
* }
* },
* error: function()
* {
* formLogin.clearMessages();
* displayError('Error while contacting server, please try again');
* }
* });
*/
// Simulate server-side check
setTimeout(function() {
document.location.href = './'
}, 2000);
}
});
/******* END OF EDIT SECTION *******/
// Handle resizing (mostly for debugging)
function handleLoginResize()
{
// Detect mode
centered = (container.css('position') === 'absolute');
// Set min-height for mobile layout
if (!centered)
{
container.css('margin-top', '');
}
else
{
if (parseInt(container.css('margin-top'), 10) === 0)
{
centerForm(false);
}
}
};
// Register and first call
$(window).bind('normalized-resize', handleLoginResize);
handleLoginResize();
/*
* Center function
* @param boolean animate whether or not to animate the position change
* @param string|element|array any jQuery selector, DOM element or set of DOM elements which should be ignored
* @return void
*/
function centerForm(animate, ignore)
{
// If layout is centered
if (centered)
{
var siblings = formLogin.siblings(),
finalSize = formLogin.outerHeight();
// Ignored elements
if (ignore)
{
siblings = siblings.not(ignore);
}
// Get other elements height
siblings.each(function(i)
{
finalSize += $(this).outerHeight(true);
});
// Setup
container[animate ? 'animate' : 'css']({ marginTop: -Math.round(finalSize/2)+'px' });
}
};
// Initial vertical adjust
centerForm(false);
/**
* Function to display error messages
* @param string message the error to display
*/
function displayError(message)
{
// Show message
var message = formLogin.message(message, {
append: false,
arrow: 'bottom',
classes: ['red-gradient'],
animate: false // We'll do animation later, we need to know the message height first
});
// Vertical centering (where we need the message height)
centerForm(true, 'fast');
// Watch for closing and show with effect
message.bind('endfade', function(event)
{
// This will be called once the message has faded away and is removed
centerForm(true, message.get(0));
}).hide().slideDown('fast');
}
/**
* Function to display loading messages
* @param string message the message to display
*/
function displayLoading(message)
{
// Show message
var message = formLogin.message('<strong>'+message+'</strong>', {
append: false,
arrow: 'bottom',
classes: ['blue-gradient', 'align-center'],
stripes: true,
darkStripes: false,
closable: false,
animate: false // We'll do animation later, we need to know the message height first
});
// Vertical centering (where we need the message height)
centerForm(true, 'fast');
// Watch for closing and show with effect
message.bind('endfade', function(event)
{
// This will be called once the message has faded away and is removed
centerForm(true, message.get(0));
}).hide().slideDown('fast');
}
});
// What about a notification?
notify('Alternate login', 'Want to see another login page style? Try the <a href="login-box.html"><b>box version</b></a> or the <a href="login-full.html"><b>full version</b></a>.', {
autoClose: false,
delay: 2500,
icon: 'img/demo/icon.png'
});
</script>
</body>
</html>
|
docs/api/org/apache/hadoop/mapred/join/class-use/JoinRecordReader.html
|
Shmuma/hadoop
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_26) on Mon May 07 13:00:01 PDT 2012 -->
<TITLE>
Uses of Class org.apache.hadoop.mapred.join.JoinRecordReader (Hadoop 0.20.2-cdh3u4 API)
</TITLE>
<META NAME="date" CONTENT="2012-05-07">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.hadoop.mapred.join.JoinRecordReader (Hadoop 0.20.2-cdh3u4 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/hadoop/mapred/join/JoinRecordReader.html" title="class in org.apache.hadoop.mapred.join"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/apache/hadoop/mapred/join//class-useJoinRecordReader.html" target="_top"><B>FRAMES</B></A>
<A HREF="JoinRecordReader.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>org.apache.hadoop.mapred.join.JoinRecordReader</B></H2>
</CENTER>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Packages that use <A HREF="../../../../../../org/apache/hadoop/mapred/join/JoinRecordReader.html" title="class in org.apache.hadoop.mapred.join">JoinRecordReader</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.hadoop.mapred.join"><B>org.apache.hadoop.mapred.join</B></A></TD>
<TD>Given a set of sorted datasets keyed with the same class and yielding equal
partitions, it is possible to effect a join of those datasets prior to the map. </TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.hadoop.mapred.join"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../../../org/apache/hadoop/mapred/join/JoinRecordReader.html" title="class in org.apache.hadoop.mapred.join">JoinRecordReader</A> in <A HREF="../../../../../../org/apache/hadoop/mapred/join/package-summary.html">org.apache.hadoop.mapred.join</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/mapred/join/JoinRecordReader.html" title="class in org.apache.hadoop.mapred.join">JoinRecordReader</A> in <A HREF="../../../../../../org/apache/hadoop/mapred/join/package-summary.html">org.apache.hadoop.mapred.join</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/join/InnerJoinRecordReader.html" title="class in org.apache.hadoop.mapred.join">InnerJoinRecordReader<K extends WritableComparable></A></B></CODE>
<BR>
Full inner join.</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/mapred/join/OuterJoinRecordReader.html" title="class in org.apache.hadoop.mapred.join">OuterJoinRecordReader<K extends WritableComparable></A></B></CODE>
<BR>
Full outer join.</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/mapred/join/JoinRecordReader.html" title="class in org.apache.hadoop.mapred.join"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/apache/hadoop/mapred/join//class-useJoinRecordReader.html" target="_top"><B>FRAMES</B></A>
<A HREF="JoinRecordReader.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/index.html
|
zunware/LuaLinkedList
|
<!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>ldoc</h1>
<h2>Classes</h2>
<ul class="nowrap">
<li><a href="classes/LinkedList.html">LinkedList</a></li>
<li><a href="classes/LNode.html">LNode</a></li>
</ul>
</div>
<div id="content">
<h2>Classes</h2>
<table class="module_list">
<tr>
<td class="name" nowrap><a href="classes/LinkedList.html">LinkedList</a></td>
<td class="summary">Doubly-linked List</td>
</tr>
<tr>
<td class="name" nowrap><a href="classes/LNode.html">LNode</a></td>
<td class="summary">A doubly linked list Node</td>
</tr>
</table>
</div> <!-- id="content" -->
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.5</a></i>
<i style="float:right;">Last updated 2016-09-14 20:44:57 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
</html>
|
mybatis-generator-doc-zh/xref-test/overview-summary.html
|
hemingwang0902/doc.javake.cn
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>MyBatis Generator Core 1.3.3-SNAPSHOT Reference</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" />
</head>
<body>
<div class="overview">
<ul>
<li class="selected">Overview</li>
<li>Package</li>
</ul>
</div>
<div class="framenoframe">
<ul>
<li>
<a href="index.html" target="_top">FRAMES</a>
</li>
<li>
<a href="overview-summary.html" target="_top">NO FRAMES</a>
</li>
</ul>
</div>
<h2>MyBatis Generator Core 1.3.3-SNAPSHOT Reference</h2>
<table class="summary">
<thead>
<tr>
<th>Packages</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a href="org/mybatis/generator/package-summary.html">org.mybatis.generator</a>
</td>
</tr>
<tr>
<td>
<a href="org/mybatis/generator/api/dom/java/package-summary.html">org.mybatis.generator.api.dom.java</a>
</td>
</tr>
<tr>
<td>
<a href="org/mybatis/generator/internal/util/package-summary.html">org.mybatis.generator.internal.util</a>
</td>
</tr>
</tbody>
</table>
<div class="overview">
<ul>
<li class="selected">Overview</li>
<li>Package</li>
</ul>
</div>
<div class="framenoframe">
<ul>
<li>
<a href="index.html" target="_top">FRAMES</a>
</li>
<li>
<a href="overview-summary.html" target="_top">NO FRAMES</a>
</li>
</ul>
</div>
<hr />
<div id="footer">
Copyright © 2010–2014 <a href="http://www.mybatis.org/">MyBatis.org</a>. All rights reserved.
</div>
</body>
</html>
|
web-app/css/shared/business/featured_slide.css
|
annotationframework/AfShared
|
/*
Template Name: BusyBusiness
File: Featured Slider CSS
Author: OS Templates
Author URI: http://www.os-templates.com/
Licence: <a href="http://www.os-templates.com/template-terms">Website Template Licence</a>
*/
#featured_slide{
padding:30px 0;
/*font-family:Georgia, "Times New Roman", Times, serif;*/
background-color: #eee;
}
#featured_slide h2, #featured_slide ul, #featured_slide p, #featured_slide a{
margin:0;
padding:0;
border:none;
outline:none;
list-style:none;
line-height:normal;
text-decoration:none;
}
.preview_holder{
display:block;
position:relative;
float:left;
width:640px;
height:270px;
overflow:hidden;
color:#FFFFFF;
background-color:#000000;
margin-left:20px;
}
.preview_holder img{
display:block;
width:660px;
height:270px;
}
.preview_holder .text_holder{
display:none;
position:absolute;
bottom:0;
left:0;
width:100%;
}
.preview_holder .introtext{
display:block;
width:640px;
margin:0;
padding:10px;
color:#FFFFFF;
background:#333333;
}
.selector{
display:block;
float:right;
width:300px;
}
.selector, .selector a{
color:#666666;
background:#F0F0F0;
}
.selector li, .selector li.middle{
display:block;
width:250px;
height:75px;
margin:0;
padding:15px 20px 0 30px;
cursor:pointer;
overflow:hidden;
}
.selector li.middle{
display:block;
height:73px;
border-top:1px solid #BFBFBF;
border-bottom:1px solid #BFBFBF;
}
.selector li.active, .selector li:hover{
color:#666666;
background:url("../images/active.gif") top left no-repeat #DDDDDD;
}
.selector li.active a, .selector li:hover a{
color:#333333;
background:#DDDDDD;
}
.selector li img{
float:left;
width:50px;
height:50px;
margin:0 15px 0 0;
padding:4px;
color:#333333;
background:#FFFFFF;
border:1px solid #000000;
}
.selector p{visibility:hidden;}
p.title{
font-size:20px;
font-weight:bold;
visibility:visible;
}
#featured_slide .selector .introtext p.title{
margin-top:6px;
}
.preview_holder p.title a{
font-size:16px;
color:#C6CFD5;
background:#333333;
}
|
databet/client/templates/login/NonCasLogin.html
|
henricasanova/databet_meteor
|
<template name="NonCasLogin">
<div class="ui container raised padded text segment">
{{> atForm }}
</div>
</template>
|
webapp-mgmt/cas-management-webapp/src/main/resources/templates/fragments/header.html
|
Unicon/cas
|
<header id="casmgmt-header">
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<a href="manage.html" target="_self" id="homepageUrlLink">
<div class="navbar-brand">
<img th:src="@{/images/logo_cas.png}" alt="apereo CAS logo" />
</div>
<h4 th:text="#{management.services.header.apptitle}"/>
</a>
</div>
<div class="collapse navbar-collapse" id="casmgt-navbar-collapse">
<ul class="nav navbar-nav navbar-right quicklinks">
<li>
<a id="manageServices" href="javascript://" ng-click="action.homepage()">
<i class="fa fa-th" aria-hidden="true"></i>
<span th:text="#{management.services.header.navbar.navitem.manageService}" />
</a>
</li>
<li>
<a href="javascript://" ng-click="action.serviceAdd()">
<i class="fa fa-plus-circle" aria-hidden="true"></i>
<span th:text="#{management.services.header.navbar.navitem.addNewService}" />
</a>
</li>
<li>
<a th:href="@{/logout?url=/logout.html}" target="_self" id="logoutUrlLink">
<i class="fa fa-sign-out" aria-hidden="true"></i>
<span th:text="#{management.services.header.navbar.navitem.logout}" />
</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
|
doc/it/unipi/thesis/andrea/esposito/onjag/test/KCoreMain$.html
|
roy20021/ONJAG
|
<?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>KCoreMain - ONJAG documentation - it.unipi.thesis.andrea.esposito.onjag.test.KCoreMain</title>
<meta name="description" content="KCoreMain - ONJAG documentation - it.unipi.thesis.andrea.esposito.onjag.test.KCoreMain" />
<meta name="keywords" content="KCoreMain ONJAG documentation it.unipi.thesis.andrea.esposito.onjag.test.KCoreMain" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link href="../../../../../../../lib/template.css" media="screen" type="text/css" rel="stylesheet" />
<link href="../../../../../../../lib/diagrams.css" media="screen" type="text/css" rel="stylesheet" id="diagrams-css" />
<script type="text/javascript">
if(top === self) {
var url = '../../../../../../../index.html';
var hash = 'it.unipi.thesis.andrea.esposito.onjag.test.KCoreMain$';
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">
<div id="definition">
<img src="../../../../../../../lib/object_big.png" />
<p id="owner"><a href="../../../../../../package.html" class="extype" name="it">it</a>.<a href="../../../../../package.html" class="extype" name="it.unipi">unipi</a>.<a href="../../../../package.html" class="extype" name="it.unipi.thesis">thesis</a>.<a href="../../../package.html" class="extype" name="it.unipi.thesis.andrea">andrea</a>.<a href="../../package.html" class="extype" name="it.unipi.thesis.andrea.esposito">esposito</a>.<a href="../package.html" class="extype" name="it.unipi.thesis.andrea.esposito.onjag">onjag</a>.<a href="package.html" class="extype" name="it.unipi.thesis.andrea.esposito.onjag.test">test</a></p>
<h1>KCoreMain</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">KCoreMain</span>
</span>
</h4>
<div id="comment" class="fullcommenttop"><div class="comment cmt"><p>Created by Andrea Esposito <and1989@gmail.com> on 06/02/14.
</p></div><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="it.unipi.thesis.andrea.esposito.onjag.test.KCoreMain"><span>KCoreMain</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="scala.Any#asInstanceOf" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="asInstanceOf[T0]:T0"></a>
<a id="asInstanceOf[T0]:T0"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">asInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Any.asInstanceOf.T0">T0</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li name="scala.AnyRef#clone" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="clone():Object"></a>
<a id="clone():AnyRef"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">clone</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.AnyRef">AnyRef</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../../../../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.CloneNotSupportedException]">...</span>
</span>)</span>
</dd></dl></div>
</li><li name="scala.AnyRef#eq" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="eq(x$1:AnyRef):Boolean"></a>
<a id="eq(AnyRef):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">eq</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#equals" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="equals(x$1:Any):Boolean"></a>
<a id="equals(Any):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">equals</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef#finalize" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="finalize():Unit"></a>
<a id="finalize():Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../../../../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="symbol">classOf[java.lang.Throwable]</span>
</span>)</span>
</dd></dl></div>
</li><li name="scala.AnyRef#getClass" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="getClass():Class[_]"></a>
<a id="getClass():Class[_]"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef#hashCode" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="hashCode():Int"></a>
<a id="hashCode():Int"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">hashCode</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.Any#isInstanceOf" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="isInstanceOf[T0]:Boolean"></a>
<a id="isInstanceOf[T0]:Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">isInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li name="it.unipi.thesis.andrea.esposito.onjag.test.KCoreMain#main" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped">
<a id="main(args:Array[String]):Unit"></a>
<a id="main(Array[String]):Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">main</span><span class="params">(<span name="args">args: <span class="extype" name="scala.Array">Array</span>[<span class="extype" name="scala.Predef.String">String</span>]</span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
</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="it.unipi.thesis.andrea.esposito.onjag.test.KCoreMain#printInitialGraph" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped">
<a id="printInitialGraph[K](vertices:org.apache.spark.rdd.RDD[(K,it.unipi.thesis.andrea.esposito.onjag.core.Vertex[K])]):Unit"></a>
<a id="printInitialGraph[K](RDD[(K,Vertex[K])]):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">printInitialGraph</span><span class="tparams">[<span name="K">K</span>]</span><span class="params">(<span name="vertices">vertices: <span class="extype" name="org.apache.spark.rdd.RDD">RDD</span>[(<span class="extype" name="it.unipi.thesis.andrea.esposito.onjag.test.KCoreMain.printInitialGraph.K">K</span>, <a href="../core/Vertex.html" class="extype" name="it.unipi.thesis.andrea.esposito.onjag.core.Vertex">Vertex</a>[<span class="extype" name="it.unipi.thesis.andrea.esposito.onjag.test.KCoreMain.printInitialGraph.K">K</span>])]</span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
</li><li name="it.unipi.thesis.andrea.esposito.onjag.test.KCoreMain#printResultGraph" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped">
<a id="printResultGraph[K](result:org.apache.spark.rdd.RDD[(K,it.unipi.thesis.andrea.esposito.onjag.core.Vertex[K])]):Unit"></a>
<a id="printResultGraph[K](RDD[(K,Vertex[K])]):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">printResultGraph</span><span class="tparams">[<span name="K">K</span>]</span><span class="params">(<span name="result">result: <span class="extype" name="org.apache.spark.rdd.RDD">RDD</span>[(<span class="extype" name="it.unipi.thesis.andrea.esposito.onjag.test.KCoreMain.printResultGraph.K">K</span>, <a href="../core/Vertex.html" class="extype" name="it.unipi.thesis.andrea.esposito.onjag.core.Vertex">Vertex</a>[<span class="extype" name="it.unipi.thesis.andrea.esposito.onjag.test.KCoreMain.printResultGraph.K">K</span>])]</span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
</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>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
</span>)</span>
</dd></dl></div>
</li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="wait(x$1:Long,x$2:Int):Unit"></a>
<a id="wait(Long,Int):Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>, <span name="arg1">arg1: <span class="extype" name="scala.Int">Int</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
</span>)</span>
</dd></dl></div>
</li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="wait(x$1:Long):Unit"></a>
<a id="wait(Long):Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
</span>)</span>
</dd></dl></div>
</li></ol>
</div>
</div>
<div id="inheritedMembers">
<div class="parent" name="scala.AnyRef">
<h3>Inherited from <span class="extype" name="scala.AnyRef">AnyRef</span></h3>
</div><div class="parent" name="scala.Any">
<h3>Inherited from <span class="extype" name="scala.Any">Any</span></h3>
</div>
</div>
<div id="groupedMembers">
<div class="group" name="Ungrouped">
<h3>Ungrouped</h3>
</div>
</div>
</div>
<div id="tooltip"></div>
<div id="footer"> </div>
<script defer="defer" type="text/javascript" id="jquery-js" src="../../../../../../../lib/jquery.js"></script><script defer="defer" type="text/javascript" id="jquery-ui-js" src="../../../../../../../lib/jquery-ui.js"></script><script defer="defer" type="text/javascript" id="tools-tooltip-js" src="../../../../../../../lib/tools.tooltip.js"></script><script defer="defer" type="text/javascript" id="template-js" src="../../../../../../../lib/template.js"></script>
</body>
</html>
|
www/template/main.html
|
Thomas55170/Mess
|
<div ng-controller="LoginCtrl">
<span>
<h5>Veuillez vous connectez</h5>
</span>
<span>
<button id="button-google" ng-click="connectGoogle()">Connexion avec Google</button>
</span>
</div>
|
src/app/border-component.css
|
katonap/ng2-test-seed
|
div {
border: 5px solid #EDF3F3;
border-radius: 1em;
text-align: center;
}
span {
display: inline-block;
font-size: 10px;
}
.inner {
margin: 5px;
padding: 5px;
}
.outer {
width: 400px;
}
|
content/jd/glowkit/1.16/com/destroystokyo/paper/event/executor/asm/class-use/ClassDefiner.html
|
GlowstoneMC/glowstonemc.github.io
|
<!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_292) on Fri Jul 02 16:35:40 UTC 2021 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Interface com.destroystokyo.paper.event.executor.asm.ClassDefiner (Glowkit 1.16.5-R0.1-SNAPSHOT API)</title>
<meta name="date" content="2021-07-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 Interface com.destroystokyo.paper.event.executor.asm.ClassDefiner (Glowkit 1.16.5-R0.1-SNAPSHOT API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../com/destroystokyo/paper/event/executor/asm/ClassDefiner.html" title="interface in com.destroystokyo.paper.event.executor.asm">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/destroystokyo/paper/event/executor/asm/class-use/ClassDefiner.html" target="_top">Frames</a></li>
<li><a href="ClassDefiner.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 com.destroystokyo.paper.event.executor.asm.ClassDefiner" class="title">Uses of Interface<br>com.destroystokyo.paper.event.executor.asm.ClassDefiner</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="../../../../../../../com/destroystokyo/paper/event/executor/asm/ClassDefiner.html" title="interface in com.destroystokyo.paper.event.executor.asm">ClassDefiner</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.destroystokyo.paper.event.executor.asm">com.destroystokyo.paper.event.executor.asm</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="com.destroystokyo.paper.event.executor.asm">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../com/destroystokyo/paper/event/executor/asm/ClassDefiner.html" title="interface in com.destroystokyo.paper.event.executor.asm">ClassDefiner</a> in <a href="../../../../../../../com/destroystokyo/paper/event/executor/asm/package-summary.html">com.destroystokyo.paper.event.executor.asm</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="../../../../../../../com/destroystokyo/paper/event/executor/asm/package-summary.html">com.destroystokyo.paper.event.executor.asm</a> that implement <a href="../../../../../../../com/destroystokyo/paper/event/executor/asm/ClassDefiner.html" title="interface in com.destroystokyo.paper.event.executor.asm">ClassDefiner</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="../../../../../../../com/destroystokyo/paper/event/executor/asm/SafeClassDefiner.html" title="class in com.destroystokyo.paper.event.executor.asm">SafeClassDefiner</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="../../../../../../../com/destroystokyo/paper/event/executor/asm/package-summary.html">com.destroystokyo.paper.event.executor.asm</a> that return <a href="../../../../../../../com/destroystokyo/paper/event/executor/asm/ClassDefiner.html" title="interface in com.destroystokyo.paper.event.executor.asm">ClassDefiner</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>static <a href="https://javadoc.io/doc/org.jetbrains/annotations-java5/20.1.0/org/jetbrains/annotations/NotNull.html?is-external=true" title="class or interface in org.jetbrains.annotations">@NotNull</a> <a href="../../../../../../../com/destroystokyo/paper/event/executor/asm/ClassDefiner.html" title="interface in com.destroystokyo.paper.event.executor.asm">ClassDefiner</a></code></td>
<td class="colLast"><span class="typeNameLabel">ClassDefiner.</span><code><span class="memberNameLink"><a href="../../../../../../../com/destroystokyo/paper/event/executor/asm/ClassDefiner.html#getInstance--">getInstance</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="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../com/destroystokyo/paper/event/executor/asm/ClassDefiner.html" title="interface in com.destroystokyo.paper.event.executor.asm">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/destroystokyo/paper/event/executor/asm/class-use/ClassDefiner.html" target="_top">Frames</a></li>
<li><a href="ClassDefiner.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 © 2021. All rights reserved.</small></p>
</body>
</html>
|
content/jd/glowkit/1.16/org/bukkit/event/player/class-use/PlayerInteractAtEntityEvent.html
|
GlowstoneMC/glowstonemc.github.io
|
<!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_292) on Fri Jul 02 16:35:39 UTC 2021 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.bukkit.event.player.PlayerInteractAtEntityEvent (Glowkit 1.16.5-R0.1-SNAPSHOT API)</title>
<meta name="date" content="2021-07-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.bukkit.event.player.PlayerInteractAtEntityEvent (Glowkit 1.16.5-R0.1-SNAPSHOT API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/bukkit/event/player/PlayerInteractAtEntityEvent.html" title="class in org.bukkit.event.player">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/bukkit/event/player/class-use/PlayerInteractAtEntityEvent.html" target="_top">Frames</a></li>
<li><a href="PlayerInteractAtEntityEvent.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.bukkit.event.player.PlayerInteractAtEntityEvent" class="title">Uses of Class<br>org.bukkit.event.player.PlayerInteractAtEntityEvent</h2>
</div>
<div class="classUseContainer">No usage of org.bukkit.event.player.PlayerInteractAtEntityEvent</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/bukkit/event/player/PlayerInteractAtEntityEvent.html" title="class in org.bukkit.event.player">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/bukkit/event/player/class-use/PlayerInteractAtEntityEvent.html" target="_top">Frames</a></li>
<li><a href="PlayerInteractAtEntityEvent.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 © 2021. All rights reserved.</small></p>
</body>
</html>
|
content/jd/glowstone/1.17/net/glowstone/i18n/ConsoleMessages.Warn.Block.html
|
GlowstoneMC/glowstonemc.github.io
|
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Fri Jul 02 03:26:51 UTC 2021 -->
<title>ConsoleMessages.Warn.Block (Glowstone 2021.7.1-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2021-07-02">
<meta name="description" content="declaration: package: net.glowstone.i18n, interface: ConsoleMessages, interface: Warn, interface: Block">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../script-dir/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../jquery-ui.overrides.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
<script type="text/javascript" src="../../../script-dir/jquery-3.5.1.min.js"></script>
<script type="text/javascript" src="../../../script-dir/jquery-ui.min.js"></script>
</head>
<body class="class-declaration-page">
<script type="text/javascript">var pathtoroot = "../../../";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="flex-box">
<header role="banner" class="flex-header">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="top-nav" id="navbar.top">
<div class="skip-nav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<ul id="navbar.top.firstrow" class="nav-list" title="Navigation">
<li><a href="../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="nav-bar-cell1-rev">Class</li>
<li><a href="class-use/ConsoleMessages.Warn.Block.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="sub-nav">
<div>
<ul class="sub-nav-list">
<li>Summary: </li>
<li><a href="#nested.class.summary">Nested</a> | </li>
<li><a href="#field.summary">Field</a> | </li>
<li>Constr | </li>
<li>Method</li>
</ul>
<ul class="sub-nav-list">
<li>Detail: </li>
<li><a href="#field.detail">Field</a> | </li>
<li>Constr | </li>
<li>Method</li>
</ul>
</div>
<div class="nav-list-search"><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<span class="skip-nav" id="skip.navbar.top">
<!-- -->
</span></nav>
</header>
<div class="flex-content">
<main role="main">
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="sub-title"><span class="package-label-in-type">Package</span> <a href="package-summary.html">net.glowstone.i18n</a></div>
<h1 title="Interface ConsoleMessages.Warn.Block" class="title">Interface ConsoleMessages.Warn.Block</h1>
</div>
<section class="description">
<dl class="notes">
<dt>Enclosing interface:</dt>
<dd><a href="ConsoleMessages.Warn.html" title="interface in net.glowstone.i18n">ConsoleMessages.Warn</a></dd>
</dl>
<hr>
<div class="type-signature"><span class="modifiers">public static interface </span><span class="element-name type-name-label">ConsoleMessages.Warn.Block</span></div>
</section>
<section class="summary">
<ul class="summary-list">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<li>
<section class="nested-class-summary" id="nested.class.summary">
<h2>Nested Class Summary</h2>
<div class="caption"><span>Nested Classes</span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Interface</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>static interface </code></div>
<div class="col-second even-row-color"><code><span class="member-name-link"><a href="ConsoleMessages.Warn.Block.Chest.html" title="interface in net.glowstone.i18n">ConsoleMessages.Warn.Block.Chest</a></span></code></div>
<div class="col-last even-row-color"> </div>
<div class="col-first odd-row-color"><code>static interface </code></div>
<div class="col-second odd-row-color"><code><span class="member-name-link"><a href="ConsoleMessages.Warn.Block.DoubleSlab.html" title="interface in net.glowstone.i18n">ConsoleMessages.Warn.Block.DoubleSlab</a></span></code></div>
<div class="col-last odd-row-color"> </div>
</div>
</section>
</li>
<!-- =========== FIELD SUMMARY =========== -->
<li>
<section class="field-summary" id="field.summary">
<h2>Field Summary</h2>
<div class="caption"><span>Fields</span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Field</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>static <a href="LoggableLocalizedString.html" title="interface in net.glowstone.i18n">LoggableLocalizedString</a></code></div>
<div class="col-second even-row-color"><code><span class="member-name-link"><a href="#WRONG_BLOCK_DATA">WRONG_BLOCK_DATA</a></span></code></div>
<div class="col-last even-row-color"> </div>
<div class="col-first odd-row-color"><code>static <a href="LoggableLocalizedString.html" title="interface in net.glowstone.i18n">LoggableLocalizedString</a></code></div>
<div class="col-second odd-row-color"><code><span class="member-name-link"><a href="#WRONG_MATERIAL_DATA">WRONG_MATERIAL_DATA</a></span></code></div>
<div class="col-last odd-row-color"> </div>
</div>
</section>
</li>
</ul>
</section>
<section class="details">
<ul class="details-list">
<!-- ============ FIELD DETAIL =========== -->
<li>
<section class="field-details" id="field.detail">
<h2>Field Details</h2>
<ul class="member-list">
<li>
<section class="detail" id="WRONG_MATERIAL_DATA">
<h3>WRONG_MATERIAL_DATA</h3>
<div class="member-signature"><span class="modifiers">static final</span> <span class="return-type"><a href="LoggableLocalizedString.html" title="interface in net.glowstone.i18n">LoggableLocalizedString</a></span> <span class="element-name">WRONG_MATERIAL_DATA</span></div>
</section>
</li>
<li>
<section class="detail" id="WRONG_BLOCK_DATA">
<h3>WRONG_BLOCK_DATA</h3>
<div class="member-signature"><span class="modifiers">static final</span> <span class="return-type"><a href="LoggableLocalizedString.html" title="interface in net.glowstone.i18n">LoggableLocalizedString</a></span> <span class="element-name">WRONG_BLOCK_DATA</span></div>
</section>
</li>
</ul>
</section>
</li>
</ul>
</section>
<!-- ========= END OF CLASS DATA ========= -->
</main>
<footer role="contentinfo">
<hr>
<p class="legal-copy"><small>Copyright © 2021. All rights reserved.</small></p>
</footer>
</div>
</div>
</body>
</html>
|
English.lproj/CocoaPad Help/about/opensource.html
|
henrybw/CocoaPad
|
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<link href="../css/help.css" rel="stylesheet" media="all">
<title>The Source Code</title>
<meta name="copyright" content="Copyright 2004, 2005, 2007 Henry Weiss">
<meta name="description" content="Get your hands on CocoaPad's source code.">
<meta name="keywords" content="source, code, developer, program, programming, open source, listing, Xcode, Project Builder, Interface Builder, Objective-C, Cocoa, Objective, C, Objective C, Developer Tools, building, executable, header, implementation, class, object, .m, .h, project">
</head>
<body>
<a name="opensource"></a>
<div id="mainbox">
<div id="caticon">
<img src="../images/CocoaPad_small.png" alt="CocoaPad Icon" height="32" width="32">
</div>
<div id="pagetitle">
<h1>The Source Code</h1>
</div>
<p>Since CocoaPad is open source, the source code is given away. The code, along with some other stuff, is located in the <code>/Extras/Source/</code> folder on your installer disk image. The actual Xcode project files and Objective-C source code are in the <code>/Extras/Source/Source Code/</code> folder.
<table width="100%"><tr><td align="left" width="32"><img src="../images/stop.png" align="left" hspace="5" vspace="5"></td><td align="left" valign="top"><div id="message">The project files require Mac OS X 10.3 Panther and Xcode Tools 1.0 or later (they are <code>.xcode</code> files). The source files (<code>.h</code> and <code>.m</code> files) can be viewed with any text editor.</div></td></tr></table>
<p>Be sure to read the README in the <code>Source/</code> folder, so you know which files are which, how to build, etc.
<p>Although CocoaPad is relatively simple, you might want to understand the code better. That's why we've included the <code>Developer Notes</code> file, which contains notes on the program, the files, etc. Developer Notes is located in <code>/Extras/Source/</code>.
<p>If you have problems, you can always contact me at <a href="mailto:betacheese@gmail.com">betacheese@gmail.com</a>.
<p>Have fun!
<hr><p><a href="../index.html">Table of Contents</a></p>
</div>
</body>
</html>
|
doc/html/globals_enum.html
|
valvy/BlockSnake
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.10"/>
<title>BlockSnake: File Members</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="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">BlockSnake
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.10 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File List</span></a></li>
<li class="current"><a href="globals.html"><span>File Members</span></a></li>
</ul>
</div>
<div id="navrow3" class="tabs2">
<ul class="tablist">
<li><a href="globals.html"><span>All</span></a></li>
<li><a href="globals_type.html"><span>Typedefs</span></a></li>
<li class="current"><a href="globals_enum.html"><span>Enumerations</span></a></li>
</ul>
</div>
</div><!-- top -->
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="contents">
 <ul>
<li>Axis
: <a class="el" href="_matrix4x4_8hpp.html#ae3996976d8ffb3e58d88f58227473f8e">Matrix4x4.hpp</a>
</li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.10
</small></address>
</body>
</html>
|
Docs/QARules4Java/description/EJBRTPCV/EJBRTPCV.html
|
kit-transue/software-emancipation-discover
|
<html>
<body>
<p><b>The <i>ejbPostCreate()</i> method's <i>return</i> type must be <i>void</i>.</b></p>
<p>see REFERENCEs.</p>
<p><b>REFERENCE</b></p>
<p>"Enterprise JavaBeans Developer's Guide".<br>
http://java.sun.com/j2ee/j2sdkee/techdocs/guides/ejb/html/Entity.fm.html</p>
</body>
</html>
|
gradle/wrapper/dists/gradle-1.12-all/4ff8jj5a73a7zgj5nnzv1ubq0/gradle-1.12/docs/javadoc/org/gradle/nativebinaries/toolchain/PlatformConfigurableToolChain.html
|
Pushjet/Pushjet-Android
|
<!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_02) on Tue Apr 29 11:29:42 CEST 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>PlatformConfigurableToolChain (Gradle API 1.12)</title>
<meta name="date" content="2014-04-29">
<link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="PlatformConfigurableToolChain (Gradle API 1.12)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/gradle/nativebinaries/toolchain/GccTool.html" title="interface in org.gradle.nativebinaries.toolchain"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/gradle/nativebinaries/toolchain/TargetPlatformConfiguration.html" title="interface in org.gradle.nativebinaries.toolchain"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/gradle/nativebinaries/toolchain/PlatformConfigurableToolChain.html" target="_top">Frames</a></li>
<li><a href="PlatformConfigurableToolChain.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.gradle.nativebinaries.toolchain</div>
<h2 title="Interface PlatformConfigurableToolChain" class="title">Interface PlatformConfigurableToolChain</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Superinterfaces:</dt>
<dd><a href="../../../../org/gradle/api/Named.html" title="interface in org.gradle.api">Named</a>, <a href="../../../../org/gradle/nativebinaries/toolchain/ToolChain.html" title="interface in org.gradle.nativebinaries.toolchain">ToolChain</a></dd>
</dl>
<dl>
<dt>All Known Subinterfaces:</dt>
<dd><a href="../../../../org/gradle/nativebinaries/toolchain/Clang.html" title="interface in org.gradle.nativebinaries.toolchain">Clang</a>, <a href="../../../../org/gradle/nativebinaries/toolchain/Gcc.html" title="interface in org.gradle.nativebinaries.toolchain">Gcc</a></dd>
</dl>
<hr>
<br>
<pre><a href="../../../../org/gradle/api/Incubating.html" title="annotation in org.gradle.api">@Incubating</a>
public interface <span class="strong">PlatformConfigurableToolChain</span>
extends <a href="../../../../org/gradle/nativebinaries/toolchain/ToolChain.html" title="interface in org.gradle.nativebinaries.toolchain">ToolChain</a></pre>
<div class="block">A ToolChain that can handle additional platforms simply by configuring the NativeBinary.</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested_class_summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="nested_classes_inherited_from_class_org.gradle.api.Named">
<!-- -->
</a>
<h3>Nested classes/interfaces inherited from interface org.gradle.api.<a href="../../../../org/gradle/api/Named.html" title="interface in org.gradle.api">Named</a></h3>
<code><a href="../../../../org/gradle/api/Named.Namer.html" title="class in org.gradle.api">Named.Namer</a></code></li>
</ul>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/gradle/nativebinaries/toolchain/PlatformConfigurableToolChain.html#addPlatformConfiguration(org.gradle.nativebinaries.toolchain.TargetPlatformConfiguration)">addPlatformConfiguration</a></strong>(<a href="../../../../org/gradle/nativebinaries/toolchain/TargetPlatformConfiguration.html" title="interface in org.gradle.nativebinaries.toolchain">TargetPlatformConfiguration</a> platformConfig)</code>
<div class="block">Add configuration for a target platform.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/gradle/nativebinaries/toolchain/GccTool.html" title="interface in org.gradle.nativebinaries.toolchain">GccTool</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/gradle/nativebinaries/toolchain/PlatformConfigurableToolChain.html#getAssembler()">getAssembler</a></strong>()</code>
<div class="block">The assembler.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/gradle/nativebinaries/toolchain/GccTool.html" title="interface in org.gradle.nativebinaries.toolchain">GccTool</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/gradle/nativebinaries/toolchain/PlatformConfigurableToolChain.html#getCCompiler()">getCCompiler</a></strong>()</code>
<div class="block">The C++ compiler.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/gradle/nativebinaries/toolchain/GccTool.html" title="interface in org.gradle.nativebinaries.toolchain">GccTool</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/gradle/nativebinaries/toolchain/PlatformConfigurableToolChain.html#getCppCompiler()">getCppCompiler</a></strong>()</code>
<div class="block">The C compiler.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/gradle/nativebinaries/toolchain/GccTool.html" title="interface in org.gradle.nativebinaries.toolchain">GccTool</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/gradle/nativebinaries/toolchain/PlatformConfigurableToolChain.html#getLinker()">getLinker</a></strong>()</code>
<div class="block">The linker.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/gradle/nativebinaries/toolchain/GccTool.html" title="interface in org.gradle.nativebinaries.toolchain">GccTool</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/gradle/nativebinaries/toolchain/PlatformConfigurableToolChain.html#getStaticLibArchiver()">getStaticLibArchiver</a></strong>()</code>
<div class="block">The static library archiver.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.gradle.nativebinaries.toolchain.ToolChain">
<!-- -->
</a>
<h3>Methods inherited from interface org.gradle.nativebinaries.toolchain.<a href="../../../../org/gradle/nativebinaries/toolchain/ToolChain.html" title="interface in org.gradle.nativebinaries.toolchain">ToolChain</a></h3>
<code><a href="../../../../org/gradle/nativebinaries/toolchain/ToolChain.html#getDisplayName()">getDisplayName</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.gradle.api.Named">
<!-- -->
</a>
<h3>Methods inherited from interface org.gradle.api.<a href="../../../../org/gradle/api/Named.html" title="interface in org.gradle.api">Named</a></h3>
<code><a href="../../../../org/gradle/api/Named.html#getName()">getName</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="addPlatformConfiguration(org.gradle.nativebinaries.toolchain.TargetPlatformConfiguration)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addPlatformConfiguration</h4>
<pre>void addPlatformConfiguration(<a href="../../../../org/gradle/nativebinaries/toolchain/TargetPlatformConfiguration.html" title="interface in org.gradle.nativebinaries.toolchain">TargetPlatformConfiguration</a> platformConfig)</pre>
<div class="block">Add configuration for a target platform.</div>
</li>
</ul>
<a name="getCCompiler()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCCompiler</h4>
<pre><a href="../../../../org/gradle/nativebinaries/toolchain/GccTool.html" title="interface in org.gradle.nativebinaries.toolchain">GccTool</a> getCCompiler()</pre>
<div class="block">The C++ compiler.</div>
</li>
</ul>
<a name="getCppCompiler()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCppCompiler</h4>
<pre><a href="../../../../org/gradle/nativebinaries/toolchain/GccTool.html" title="interface in org.gradle.nativebinaries.toolchain">GccTool</a> getCppCompiler()</pre>
<div class="block">The C compiler.</div>
</li>
</ul>
<a name="getAssembler()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAssembler</h4>
<pre><a href="../../../../org/gradle/nativebinaries/toolchain/GccTool.html" title="interface in org.gradle.nativebinaries.toolchain">GccTool</a> getAssembler()</pre>
<div class="block">The assembler.</div>
</li>
</ul>
<a name="getLinker()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getLinker</h4>
<pre><a href="../../../../org/gradle/nativebinaries/toolchain/GccTool.html" title="interface in org.gradle.nativebinaries.toolchain">GccTool</a> getLinker()</pre>
<div class="block">The linker.</div>
</li>
</ul>
<a name="getStaticLibArchiver()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getStaticLibArchiver</h4>
<pre><a href="../../../../org/gradle/nativebinaries/toolchain/GccTool.html" title="interface in org.gradle.nativebinaries.toolchain">GccTool</a> getStaticLibArchiver()</pre>
<div class="block">The static library archiver.</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="../../../../org/gradle/nativebinaries/toolchain/GccTool.html" title="interface in org.gradle.nativebinaries.toolchain"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/gradle/nativebinaries/toolchain/TargetPlatformConfiguration.html" title="interface in org.gradle.nativebinaries.toolchain"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/gradle/nativebinaries/toolchain/PlatformConfigurableToolChain.html" target="_top">Frames</a></li>
<li><a href="PlatformConfigurableToolChain.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
server/src/weblab/core/templates/webclient_web/apps/lab/expinfo/expinfo.template.html
|
zstars/weblabdeusto
|
<script id="expinfo-template" type="x-template">
<div class="row">
<div class="col-lg-4 col-lg-push-4 text-center well">
<p>
<strong>{{ gettext("Experiment:") }}</strong> {{ experiment["name"] }}
</p>
<p>
<strong>{{ gettext("Category:") }}</strong> {{ experiment["category"] }}
</p>
</div>
</div>
</script>
|
rd_ui/app/views/new_widget_form.html
|
jmvasquez/redashtest
|
<div class="modal fade" id="add_query_dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" ng-disabled="saveInProgress" aria-hidden="true">×</button>
<h4 class="modal-title">Add Widget</h4>
</div>
<div class="modal-body">
<p class="btn-group">
<button type="button" class="btn btn-default" ng-class="{active: isVisualization()}" ng-click="setType('visualization')">Visualization</button>
<button type="button" class="btn btn-default" ng-class="{active: isTextBox()}" ng-click="setType('textbox')">Text Box</button>
</p>
<div ng-show="isTextBox()">
<div class="form-group">
<textarea class="form-control" ng-model="text" rows="3"></textarea>
</div>
<div ng-show="text">
<strong>Preview:</strong>
<p ng-bind-html="text | markdown"></p>
</div>
</div>
<div ng-show="isVisualization()">
<div class="form-group">
<ui-select ng-model="query.selected" theme="bootstrap" reset-search-input="false">
<ui-select-match placeholder="Search a query by name">{{$select.selected.name}}</ui-select-match>
<ui-select-choices repeat="q in queries"
refresh="searchQueries($select.search)"
refresh-delay="0">
<div ng-bind-html="q.name | highlight: $select.search | trustAsHtml"></div>
</ui-select-choices>
</ui-select>
</div>
<div ng-show="selected_query">
<div class="form-group">
<label for="">Choose Visualization</label>
<select ng-model="selectedVis" ng-options="vis as vis.name group by vis.type for vis in selected_query.visualizations" class="form-control"></select>
</div>
</div>
</div>
<div class="form-group">
<label for="">Widget Size</label>
<select class="form-control" ng-model="widgetSize"
ng-options="c.value as c.name for c in widgetSizes"></select>
</div>
<div class="checkbox">
<label title="Show table empty or filled.">
<input type="checkbox" ng-model="showAlways"> Show Always
</label>
</div>
<div class="checkbox">
<label title="Include this widget on the export or not.">
<input type="checkbox" ng-model="exportable.isExportable"> Include this widget on the export
</label>
</div>
<div ng-if="query.selected !== undefined && exportable.isExportable" class="form-group" ng-if="exportable.isExportable">
<label for="">Worksheet label for exporting widget</label>
<input type="text" class="form-control" ng-model="exportable.name">
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" ng-disabled="saveInProgress" data-dismiss="modal">Close</button>
<button type="button" class="btn btn-primary" ng-disabled="saveInProgress || !(selectedVis || isTextBox())" ng-click="saveWidget()">Add to Dashboard</button>
</div>
</div>
<!-- /.modal-content -->
</div>
<!-- /.modal-dialog -->
</div>
|
gradle/gradle-2.1/docs/javadoc/org/gradle/api/file/ContentFilterable.html
|
tkmnet/RCRS-ADF
|
<!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_02) on Mon Sep 08 12:46:29 CEST 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>ContentFilterable (Gradle API 2.1)</title>
<meta name="date" content="2014-09-08">
<link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ContentFilterable (Gradle API 2.1)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="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/gradle/api/file/ConfigurableFileTree.html" title="interface in org.gradle.api.file"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/gradle/api/file/CopyProcessingSpec.html" title="interface in org.gradle.api.file"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/gradle/api/file/ContentFilterable.html" target="_top">Frames</a></li>
<li><a href="ContentFilterable.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.gradle.api.file</div>
<h2 title="Interface ContentFilterable" class="title">Interface ContentFilterable</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Known Subinterfaces:</dt>
<dd><a href="../../../../org/gradle/api/file/CopyProcessingSpec.html" title="interface in org.gradle.api.file">CopyProcessingSpec</a>, <a href="../../../../org/gradle/api/file/CopySpec.html" title="interface in org.gradle.api.file">CopySpec</a>, <a href="../../../../org/gradle/api/file/FileCopyDetails.html" title="interface in org.gradle.api.file">FileCopyDetails</a></dd>
</dl>
<dl>
<dt>All Known Implementing Classes:</dt>
<dd><a href="../../../../org/gradle/api/tasks/bundling/AbstractArchiveTask.html" title="class in org.gradle.api.tasks.bundling">AbstractArchiveTask</a>, <a href="../../../../org/gradle/api/tasks/AbstractCopyTask.html" title="class in org.gradle.api.tasks">AbstractCopyTask</a>, <a href="../../../../org/gradle/api/tasks/Copy.html" title="class in org.gradle.api.tasks">Copy</a>, <a href="../../../../org/gradle/language/jvm/tasks/ProcessResources.html" title="class in org.gradle.language.jvm.tasks">ProcessResources</a>, <a href="../../../../org/gradle/api/tasks/Sync.html" title="class in org.gradle.api.tasks">Sync</a>, <a href="../../../../org/gradle/api/tasks/bundling/Tar.html" title="class in org.gradle.api.tasks.bundling">Tar</a>, <a href="../../../../org/gradle/api/tasks/bundling/Zip.html" title="class in org.gradle.api.tasks.bundling">Zip</a></dd>
</dl>
<hr>
<br>
<pre>public interface <span class="strong">ContentFilterable</span></pre>
<div class="block">Represents some binary resource whose content can be filtered.</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="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><a href="../../../../org/gradle/api/file/ContentFilterable.html" title="interface in org.gradle.api.file">ContentFilterable</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/gradle/api/file/ContentFilterable.html#expand(java.util.Map)">expand</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/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/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,?> properties)</code>
<div class="block">Expands property references in each file as it is copied.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/gradle/api/file/ContentFilterable.html" title="interface in org.gradle.api.file">ContentFilterable</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/gradle/api/file/ContentFilterable.html#filter(java.lang.Class)">filter</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><? extends <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/FilterReader.html?is-external=true" title="class or interface in java.io">FilterReader</a>> filterType)</code>
<div class="block">Adds a content filter to be used during the copy.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/gradle/api/file/ContentFilterable.html" title="interface in org.gradle.api.file">ContentFilterable</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/gradle/api/file/ContentFilterable.html#filter(groovy.lang.Closure)">filter</a></strong>(<a href="http://groovy.codehaus.org/gapi/groovy/lang/Closure.html?is-external=true" title="class or interface in groovy.lang">Closure</a> closure)</code>
<div class="block">Adds a content filter based on the provided closure.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/gradle/api/file/ContentFilterable.html" title="interface in org.gradle.api.file">ContentFilterable</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/gradle/api/file/ContentFilterable.html#filter(java.util.Map, java.lang.Class)">filter</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/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/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,?> properties,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><? extends <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/FilterReader.html?is-external=true" title="class or interface in java.io">FilterReader</a>> filterType)</code>
<div class="block">Adds a content filter to be used during the copy.</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="filter(java.util.Map, java.lang.Class)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>filter</h4>
<pre><a href="../../../../org/gradle/api/file/ContentFilterable.html" title="interface in org.gradle.api.file">ContentFilterable</a> filter(<a href="http://docs.oracle.com/javase/1.5.0/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/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,?> properties,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><? extends <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/FilterReader.html?is-external=true" title="class or interface in java.io">FilterReader</a>> filterType)</pre>
<div class="block"><p>Adds a content filter to be used during the copy. Multiple calls to filter, add additional filters to the
filter chain. Each filter should implement <code>java.io.FilterReader</code>. Include <code>org.apache.tools.ant.filters.*</code> for access to all the standard Ant filters.</p>
<p>Filter properties may be specified using groovy map syntax.</p>
<p> Examples:
<pre>
filter(HeadFilter, lines:25, skip:2)
filter(ReplaceTokens, tokens:[copyright:'2009', version:'2.3.1'])
</pre></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>properties</code> - map of filter properties</dd><dd><code>filterType</code> - Class of filter to add</dd>
<dt><span class="strong">Returns:</span></dt><dd>this</dd></dl>
</li>
</ul>
<a name="filter(java.lang.Class)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>filter</h4>
<pre><a href="../../../../org/gradle/api/file/ContentFilterable.html" title="interface in org.gradle.api.file">ContentFilterable</a> filter(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><? extends <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/FilterReader.html?is-external=true" title="class or interface in java.io">FilterReader</a>> filterType)</pre>
<div class="block"><p>Adds a content filter to be used during the copy. Multiple calls to filter, add additional filters to the
filter chain. Each filter should implement <code>java.io.FilterReader</code>. Include <code>org.apache.tools.ant.filters.*</code> for access to all the standard Ant filters.</p>
<p> Examples:
<pre>
filter(StripJavaComments)
filter(com.mycompany.project.CustomFilter)
</pre></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>filterType</code> - Class of filter to add</dd>
<dt><span class="strong">Returns:</span></dt><dd>this</dd></dl>
</li>
</ul>
<a name="filter(groovy.lang.Closure)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>filter</h4>
<pre><a href="../../../../org/gradle/api/file/ContentFilterable.html" title="interface in org.gradle.api.file">ContentFilterable</a> filter(<a href="http://groovy.codehaus.org/gapi/groovy/lang/Closure.html?is-external=true" title="class or interface in groovy.lang">Closure</a> closure)</pre>
<div class="block">Adds a content filter based on the provided closure. The Closure will be called with each line (stripped of line
endings) and should return a String to replace the line.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>closure</code> - to implement line based filtering</dd>
<dt><span class="strong">Returns:</span></dt><dd>this</dd></dl>
</li>
</ul>
<a name="expand(java.util.Map)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>expand</h4>
<pre><a href="../../../../org/gradle/api/file/ContentFilterable.html" title="interface in org.gradle.api.file">ContentFilterable</a> expand(<a href="http://docs.oracle.com/javase/1.5.0/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/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,?> properties)</pre>
<div class="block"><p>Expands property references in each file as it is copied. More specifically, each file is transformed using
Groovy's <a href="http://groovy.codehaus.org/gapi/groovy/text/SimpleTemplateEngine.html?is-external=true" title="class or interface in groovy.text"><code>SimpleTemplateEngine</code></a>. This means you can use simple property references, such as
<code>$property</code> or <code>${property}</code> in the file. You can also include arbitrary Groovy code in the
file, such as <code>${version ?: 'unknown'}</code> or <code>${classpath*.name.join(' ')}</code></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>properties</code> - to implement line based filtering</dd>
<dt><span class="strong">Returns:</span></dt><dd>this</dd></dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/gradle/api/file/ConfigurableFileTree.html" title="interface in org.gradle.api.file"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/gradle/api/file/CopyProcessingSpec.html" title="interface in org.gradle.api.file"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/gradle/api/file/ContentFilterable.html" target="_top">Frames</a></li>
<li><a href="ContentFilterable.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
core/server/Samples/CIDE/Help/win32.graph.freeimage.FreeImage_Clone.html
|
Devronium/ConceptApplicationServer
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>win32.graph.freeimage.FreeImage_Clone</title>
<link href="css/style.css" rel="stylesheet" type="text/css">
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
</head>
<body bgcolor="#ffffff">
<table border="0" width="100%" bgcolor="#F0F0FF">
<tr>
<td>Concept Framework 2.2 documentation</td>
<td align="right"><a href="index.html">Contents</a> | <a href="index_fun.html">Index</a></td>
</tr>
</table>
<h2><a href="win32.graph.freeimage.html">win32.graph.freeimage</a>.FreeImage_Clone</h2>
<table border="0" cellspacing="0" cellpadding="0" width="500" style="border-style:solid;border-width:1px;border-color:#D0D0D0;">
<tr bgcolor="#f0f0f0">
<td><i>Name</i></td>
<td><i>Version</i></td>
<td><i>Deprecated</i></td>
</tr>
<tr bgcolor="#fafafa">
<td><b>FreeImage_Clone</b></td>
<td>version 1.0</td>
<td>no</td>
</tr>
</table>
<br />
<b>Prototype:</b><br />
<table bgcolor="#F0F0F0" width="100%" style="border-style:solid;border-width:1px;border-color:#D0D0D0;"><tr><td><b>number FreeImage_Clone(number dib)</b></td></tr></table>
<br />
<br />
<b>Description:</b><br />
<table width="100%" bgcolor="#FAFAFF" style="border-style:solid;border-width:1px;border-color:#D0D0D0;">
<tr><td>
Make an exact reproduction of an existing bitmap, including metadata and attached profile if any.
</td></tr>
</table>
<br />
<b>Returns:</b><br />
Return the cloned image handle.
<br />
<br />
<!--
<p>
<a href="http://validator.w3.org/check?uri=referer"><img
src="http://www.w3.org/Icons/valid-html40"
alt="Valid HTML 4.0 Transitional" height="31" width="88" border="0"></a>
<a href="http://jigsaw.w3.org/css-validator/">
<img style="border:0;width:88px;height:31px"
src="http://jigsaw.w3.org/css-validator/images/vcss"
alt="Valid CSS!" border="0"/>
</a>
</p>
-->
<table bgcolor="#F0F0F0" width="100%"><tr><td>Documented by Eduard Suica, generation time: Sun Jan 27 18:15:20 2013
GMT</td><td align="right">(c)2013 <a href="http://www.devronium.com">Devronium Applications</a></td></tr></table>
</body>
</html>
|
doc/autobahntestresults/snacka_case_7_7_4.html
|
stuffmatic/snacka
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<style lang="css">
body {
background-color: #F4F4F4;
color: #333;
font-family: Segoe UI,Tahoma,Arial,Verdana,sans-serif;
}
p#intro {
font-family: Cambria,serif;
font-size: 1.1em;
color: #444;
}
p#intro a {
color: #444;
}
p#intro a:visited {
color: #444;
}
.block {
background-color: #e0e0e0;
padding: 16px;
margin: 20px;
}
p.case_text_block {
border-radius: 10px;
border: 1px solid #aaa;
padding: 16px;
margin: 4px 20px;
color: #444;
}
p.case_desc {
}
p.case_expect {
}
p.case_outcome {
}
p.case_closing_beh {
}
pre.http_dump {
font-family: Consolas, "Courier New", monospace;
font-size: 0.8em;
color: #333;
border-radius: 10px;
border: 1px solid #aaa;
padding: 16px;
margin: 4px 20px;
}
span.case_pickle {
font-family: Consolas, "Courier New", monospace;
font-size: 0.7em;
color: #000;
}
p#case_result,p#close_result {
border-radius: 10px;
background-color: #e8e2d1;
padding: 20px;
margin: 20px;
}
h1 {
margin-left: 60px;
}
h2 {
margin-left: 30px;
}
h3 {
margin-left: 50px;
}
a.up {
float: right;
border-radius: 16px;
margin-top: 16px;
margin-bottom: 10px;
margin-right: 30px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 2px;
padding-top: 2px;
background-color: #666;
color: #fff;
text-decoration: none;
font-size: 0.8em;
}
a.up:visited {
}
a.up:hover {
background-color: #028ec9;
}
</style>
<style lang="css">
p.case {
color: #fff;
border-radius: 10px;
padding: 20px;
margin: 12px 20px;
font-size: 1.2em;
}
p.case_ok {
background-color: #0a0;
}
p.case_non_strict, p.case_no_close {
background-color: #9a0;
}
p.case_info {
background-color: #4095BF;
}
p.case_failed {
background-color: #900;
}
table {
border-collapse: collapse;
border-spacing: 0px;
margin-left: 80px;
margin-bottom: 12px;
margin-top: 0px;
}
td
{
margin: 0;
font-size: 0.8em;
border: 1px #fff solid;
padding-top: 6px;
padding-bottom: 6px;
padding-left: 16px;
padding-right: 16px;
text-align: right;
}
td.right {
text-align: right;
}
td.left {
text-align: left;
}
tr.stats_header {
color: #eee;
background-color: #000;
}
tr.stats_row {
color: #000;
background-color: #fc3;
}
tr.stats_total {
color: #fff;
background-color: #888;
}
div#wirelog {
margin-top: 20px;
margin-bottom: 80px;
}
pre.wirelog_rx_octets {color: #aaa; margin: 0; background-color: #060; padding: 2px;}
pre.wirelog_tx_octets {color: #aaa; margin: 0; background-color: #600; padding: 2px;}
pre.wirelog_tx_octets_sync {color: #aaa; margin: 0; background-color: #606; padding: 2px;}
pre.wirelog_rx_frame {color: #fff; margin: 0; background-color: #0a0; padding: 2px;}
pre.wirelog_tx_frame {color: #fff; margin: 0; background-color: #a00; padding: 2px;}
pre.wirelog_tx_frame_sync {color: #fff; margin: 0; background-color: #a0a; padding: 2px;}
pre.wirelog_delay {color: #fff; margin: 0; background-color: #000; padding: 2px;}
pre.wirelog_kill_after {color: #fff; margin: 0; background-color: #000; padding: 2px;}
pre.wirelog_tcp_closed_by_me {color: #fff; margin: 0; background-color: #008; padding: 2px;}
pre.wirelog_tcp_closed_by_peer {color: #fff; margin: 0; background-color: #000; padding: 2px;}
</style>
</head>
<body>
<a name="top"></a>
<br/>
<center><a href="http://autobahn.ws/testsuite" title="Autobahn WebSockets Testsuite"><img src="http://autobahn.ws/static/img/ws_protocol_test_report.png" border="0" width="820" height="46" alt="Autobahn WebSockets Testsuite Report"></img></a></center>
<center><a href="http://autobahn.ws" title="Autobahn WebSockets"> <img src="http://autobahn.ws/static/img/ws_protocol_test_report_autobahn.png" border="0" width="300" height="68" alt="Autobahn WebSockets"> </img></a></center>
<br/>
<p class="case case_ok">snacka - <span style="font-size: 1.3em;"><b>Case 7.7.4</b></span> : Pass - <span style="font-size: 0.9em;"><b>1</b> ms @ 2013-09-26T21:20:12Z</a></p>
<p class="case_text_block case_desc"><b>Case Description</b><br/><br/>Send close with valid close code 1003</p>
<p class="case_text_block case_expect"><b>Case Expectation</b><br/><br/>Clean close with normal or echoed code</p>
<p class="case_text_block case_outcome">
<b>Case Outcome</b><br/><br/>Actual events match at least one expected.<br/><br/>
<i>Expected:</i><br/><span class="case_pickle">{'OK': []}</span><br/><br/>
<i>Observed:</i><br><span class="case_pickle">[]</span>
</p>
<p class="case_text_block case_closing_beh"><b>Case Closing Behavior</b><br/><br/>Connection was properly closed (OK)</p>
<br/><hr/>
<h2>Opening Handshake</h2>
<pre class="http_dump">GET /runCase?case=222&agent=snacka HTTP/1.1
Host: localhost:9001
Upgrade: websocket
Connection: Upgrade
Sec-WebSocket-Key:x3JJHMbDL1EzLkh9GBhXDw==
Sec-WebSocket-Version: 13</pre>
<pre class="http_dump">HTTP/1.1 101 Switching Protocols
Server: AutobahnTestSuite/0.5.5-0.5.14
Upgrade: WebSocket
Connection: Upgrade
Sec-WebSocket-Accept: HSmrc0sMlYUkAGmm5OPpG2HaGWk=</pre>
<br/><hr/>
<h2>Closing Behavior</h2>
<table>
<tr class="stats_header"><td>Key</td><td class="left">Value</td><td class="left">Description</td></tr>
<tr class="stats_row"><td>isServer</td><td class="left">True</td><td class="left">True, iff I (the fuzzer) am a server, and the peer is a client.</td></tr>
<tr class="stats_row"><td>closedByMe</td><td class="left">True</td><td class="left">True, iff I have initiated closing handshake (that is, did send close first).</td></tr>
<tr class="stats_row"><td>failedByMe</td><td class="left">False</td><td class="left">True, iff I have failed the WS connection (i.e. due to protocol error). Failing can be either by initiating closing handshake or brutal drop TCP.</td></tr>
<tr class="stats_row"><td>droppedByMe</td><td class="left">True</td><td class="left">True, iff I dropped the TCP connection.</td></tr>
<tr class="stats_row"><td>wasClean</td><td class="left">True</td><td class="left">True, iff full WebSockets closing handshake was performed (close frame sent and received) _and_ the server dropped the TCP (which is its responsibility).</td></tr>
<tr class="stats_row"><td>wasNotCleanReason</td><td class="left">None</td><td class="left">When wasClean == False, the reason what happened.</td></tr>
<tr class="stats_row"><td>wasServerConnectionDropTimeout</td><td class="left">False</td><td class="left">When we are a client, and we expected the server to drop the TCP, but that didn't happen in time, this gets True.</td></tr>
<tr class="stats_row"><td>wasOpenHandshakeTimeout</td><td class="left">False</td><td class="left">When performing the opening handshake, but the peer did not finish in time, this gets True.</td></tr>
<tr class="stats_row"><td>wasCloseHandshakeTimeout</td><td class="left">False</td><td class="left">When we initiated a closing handshake, but the peer did not respond in time, this gets True.</td></tr>
<tr class="stats_row"><td>localCloseCode</td><td class="left">1003</td><td class="left">The close code I sent in close frame (if any).</td></tr>
<tr class="stats_row"><td>localCloseReason</td><td class="left">None</td><td class="left">The close reason I sent in close frame (if any).</td></tr>
<tr class="stats_row"><td>remoteCloseCode</td><td class="left">1003</td><td class="left">The close code the peer sent me in close frame (if any).</td></tr>
<tr class="stats_row"><td>remoteCloseReason</td><td class="left">None</td><td class="left">The close reason the peer sent me in close frame (if any).</td></tr>
</table> <br/><hr/>
<h2>Wire Statistics</h2>
<h3>Octets Received by Chop Size</h3>
<table>
<tr class="stats_header"><td>Chop Size</td><td>Count</td><td>Octets</td></tr>
<tr class="stats_row"><td>8</td><td>1</td><td>8</td></tr>
<tr class="stats_row"><td>181</td><td>1</td><td>181</td></tr>
<tr class="stats_total"><td>Total</td><td>2</td><td>189</td></tr>
</table>
<h3>Octets Transmitted by Chop Size</h3>
<table>
<tr class="stats_header"><td>Chop Size</td><td>Count</td><td>Octets</td></tr>
<tr class="stats_row"><td>4</td><td>1</td><td>4</td></tr>
<tr class="stats_row"><td>169</td><td>1</td><td>169</td></tr>
<tr class="stats_total"><td>Total</td><td>2</td><td>173</td></tr>
</table>
<h3>Frames Received by Opcode</h3>
<table>
<tr class="stats_header"><td>Opcode</td><td>Count</td></tr>
<tr class="stats_row"><td>8</td><td>1</td></tr>
<tr class="stats_total"><td>Total</td><td>1</td></tr>
</table>
<h3>Frames Transmitted by Opcode</h3>
<table>
<tr class="stats_header"><td>Opcode</td><td>Count</td></tr>
<tr class="stats_row"><td>8</td><td>1</td></tr>
<tr class="stats_total"><td>Total</td><td>1</td></tr>
</table>
<br/><hr/>
<h2>Wire Log</h2>
<div id="wirelog">
<pre class="wirelog_rx_octets">000 RX OCTETS: 474554202f72756e436173653f636173653d323232266167656e743d736e61636b6120485454502f312e310d0a486f73743a</pre>
<pre class="wirelog_rx_octets"> 206c6f63616c686f73743a393030 ...</pre>
<pre class="wirelog_tx_octets">001 TX OCTETS: 485454502f312e312031303120537769746368696e672050726f746f636f6c730d0a5365727665723a204175746f6261686e</pre>
<pre class="wirelog_tx_octets"> 5465737453756974652f302e352e ...</pre>
<pre class="wirelog_tx_frame">002 TX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=2, MASK=None, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=None, SYNC=False</pre>
<pre class="wirelog_tx_frame"> 0x03eb</pre>
<pre class="wirelog_tx_octets">003 TX OCTETS: 880203eb</pre>
<pre class="wirelog_kill_after">004 FAIL CONNECTION AFTER 1.000000 sec</pre>
<pre class="wirelog_rx_octets">005 RX OCTETS: 888262fd32e86116</pre>
<pre class="wirelog_rx_frame">006 RX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=2, MASKED=True, MASK=3632666433326538</pre>
<pre class="wirelog_rx_frame"> 0x03eb</pre>
<pre class="wirelog_tcp_closed_by_me">007 TCP DROPPED BY ME</pre>
</div>
<br/><hr/>
</body>
</html>
|
client/img/style.css
|
MattMcNam/webspec
|
body {
margin: 0px;
background-color: #000;
color: #fff;
font-family: 'Roboto Condensed', sans-serif;
}
#webspec {
width: 100%;
height: 100%;
margin: 0px;
}
#errorTitle {
font-size: x-large;
}
.errorbox {
text-align: center;
width: 300px;
height: 100px;
position: absolute;
left: 50%;
top: 50%;
margin: -100px 0 0 -150px;
opacity: 0;
-webkit-transition: opacity 1s ease;
-moz-transition: opacity 1s ease;
-o-transition: opacity 1s ease;
-ms-transition: opacity 1s ease;
transition: opacity 1s ease;
background-color: #777;
border-radius: 15px;
-moz-border-radius: 15px;
padding: 10px;
}
.boxShow {
opacity: 1;
}
|
deps/asio-1.10.1/doc/asio/reference/basic_socket/lowest_layer_type.html
|
laeotropic/HTTP-Proxy
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::lowest_layer_type</title>
<link rel="stylesheet" href="../../../boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="../../../index.html" title="Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket">
<link rel="prev" href="lowest_layer/overload2.html" title="basic_socket::lowest_layer (2 of 2 overloads)">
<link rel="next" href="max_connections.html" title="basic_socket::max_connections">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr><td valign="top"><img alt="asio C++ library" width="250" height="60" src="../../../asio.png"></td></tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="lowest_layer/overload2.html"><img src="../../../prev.png" alt="Prev"></a><a accesskey="u" href="../basic_socket.html"><img src="../../../up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../home.png" alt="Home"></a><a accesskey="n" href="max_connections.html"><img src="../../../next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="asio.reference.basic_socket.lowest_layer_type"></a><a class="link" href="lowest_layer_type.html" title="basic_socket::lowest_layer_type">basic_socket::lowest_layer_type</a>
</h4></div></div></div>
<p>
<a class="indexterm" name="idp111483088"></a>
A <a class="link" href="../basic_socket.html" title="basic_socket"><code class="computeroutput"><span class="identifier">basic_socket</span></code></a> is always the lowest
layer.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">basic_socket</span><span class="special"><</span> <span class="identifier">Protocol</span><span class="special">,</span> <span class="identifier">SocketService</span> <span class="special">></span> <span class="identifier">lowest_layer_type</span><span class="special">;</span>
</pre>
<h6>
<a name="asio.reference.basic_socket.lowest_layer_type.h0"></a>
<span><a name="asio.reference.basic_socket.lowest_layer_type.types"></a></span><a class="link" href="lowest_layer_type.html#asio.reference.basic_socket.lowest_layer_type.types">Types</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup>
<col>
<col>
</colgroup>
<thead><tr>
<th>
<p>
Name
</p>
</th>
<th>
<p>
Description
</p>
</th>
</tr></thead>
<tbody>
<tr>
<td>
<p>
<a class="link" href="broadcast.html" title="basic_socket::broadcast"><span class="bold"><strong>broadcast</strong></span></a>
</p>
</td>
<td>
<p>
Socket option to permit sending of broadcast messages.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="bytes_readable.html" title="basic_socket::bytes_readable"><span class="bold"><strong>bytes_readable</strong></span></a>
</p>
</td>
<td>
<p>
IO control command to get the amount of data that can be read
without blocking.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="debug.html" title="basic_socket::debug"><span class="bold"><strong>debug</strong></span></a>
</p>
</td>
<td>
<p>
Socket option to enable socket-level debugging.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="do_not_route.html" title="basic_socket::do_not_route"><span class="bold"><strong>do_not_route</strong></span></a>
</p>
</td>
<td>
<p>
Socket option to prevent routing, use local interfaces only.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="enable_connection_aborted.html" title="basic_socket::enable_connection_aborted"><span class="bold"><strong>enable_connection_aborted</strong></span></a>
</p>
</td>
<td>
<p>
Socket option to report aborted connections on accept.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="endpoint_type.html" title="basic_socket::endpoint_type"><span class="bold"><strong>endpoint_type</strong></span></a>
</p>
</td>
<td>
<p>
The endpoint type.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="implementation_type.html" title="basic_socket::implementation_type"><span class="bold"><strong>implementation_type</strong></span></a>
</p>
</td>
<td>
<p>
The underlying implementation type of I/O object.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="keep_alive.html" title="basic_socket::keep_alive"><span class="bold"><strong>keep_alive</strong></span></a>
</p>
</td>
<td>
<p>
Socket option to send keep-alives.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="linger.html" title="basic_socket::linger"><span class="bold"><strong>linger</strong></span></a>
</p>
</td>
<td>
<p>
Socket option to specify whether the socket lingers on close
if unsent data is present.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="lowest_layer_type.html" title="basic_socket::lowest_layer_type"><span class="bold"><strong>lowest_layer_type</strong></span></a>
</p>
</td>
<td>
<p>
A basic_socket is always the lowest layer.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="message_flags.html" title="basic_socket::message_flags"><span class="bold"><strong>message_flags</strong></span></a>
</p>
</td>
<td>
<p>
Bitmask type for flags that can be passed to send and receive
operations.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="native_handle_type.html" title="basic_socket::native_handle_type"><span class="bold"><strong>native_handle_type</strong></span></a>
</p>
</td>
<td>
<p>
The native representation of a socket.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="native_type.html" title="basic_socket::native_type"><span class="bold"><strong>native_type</strong></span></a>
</p>
</td>
<td>
<p>
(Deprecated: Use native_handle_type.) The native representation
of a socket.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="non_blocking_io.html" title="basic_socket::non_blocking_io"><span class="bold"><strong>non_blocking_io</strong></span></a>
</p>
</td>
<td>
<p>
(Deprecated: Use non_blocking().) IO control command to set the
blocking mode of the socket.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="protocol_type.html" title="basic_socket::protocol_type"><span class="bold"><strong>protocol_type</strong></span></a>
</p>
</td>
<td>
<p>
The protocol type.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="receive_buffer_size.html" title="basic_socket::receive_buffer_size"><span class="bold"><strong>receive_buffer_size</strong></span></a>
</p>
</td>
<td>
<p>
Socket option for the receive buffer size of a socket.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="receive_low_watermark.html" title="basic_socket::receive_low_watermark"><span class="bold"><strong>receive_low_watermark</strong></span></a>
</p>
</td>
<td>
<p>
Socket option for the receive low watermark.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="reuse_address.html" title="basic_socket::reuse_address"><span class="bold"><strong>reuse_address</strong></span></a>
</p>
</td>
<td>
<p>
Socket option to allow the socket to be bound to an address that
is already in use.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="send_buffer_size.html" title="basic_socket::send_buffer_size"><span class="bold"><strong>send_buffer_size</strong></span></a>
</p>
</td>
<td>
<p>
Socket option for the send buffer size of a socket.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="send_low_watermark.html" title="basic_socket::send_low_watermark"><span class="bold"><strong>send_low_watermark</strong></span></a>
</p>
</td>
<td>
<p>
Socket option for the send low watermark.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="service_type.html" title="basic_socket::service_type"><span class="bold"><strong>service_type</strong></span></a>
</p>
</td>
<td>
<p>
The type of the service that will be used to provide I/O operations.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="shutdown_type.html" title="basic_socket::shutdown_type"><span class="bold"><strong>shutdown_type</strong></span></a>
</p>
</td>
<td>
<p>
Different ways a socket may be shutdown.
</p>
</td>
</tr>
</tbody>
</table></div>
<h6>
<a name="asio.reference.basic_socket.lowest_layer_type.h1"></a>
<span><a name="asio.reference.basic_socket.lowest_layer_type.member_functions"></a></span><a class="link" href="lowest_layer_type.html#asio.reference.basic_socket.lowest_layer_type.member_functions">Member
Functions</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup>
<col>
<col>
</colgroup>
<thead><tr>
<th>
<p>
Name
</p>
</th>
<th>
<p>
Description
</p>
</th>
</tr></thead>
<tbody>
<tr>
<td>
<p>
<a class="link" href="assign.html" title="basic_socket::assign"><span class="bold"><strong>assign</strong></span></a>
</p>
</td>
<td>
<p>
Assign an existing native socket to the socket.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="async_connect.html" title="basic_socket::async_connect"><span class="bold"><strong>async_connect</strong></span></a>
</p>
</td>
<td>
<p>
Start an asynchronous connect.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="at_mark.html" title="basic_socket::at_mark"><span class="bold"><strong>at_mark</strong></span></a>
</p>
</td>
<td>
<p>
Determine whether the socket is at the out-of-band data mark.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="available.html" title="basic_socket::available"><span class="bold"><strong>available</strong></span></a>
</p>
</td>
<td>
<p>
Determine the number of bytes available for reading.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="basic_socket.html" title="basic_socket::basic_socket"><span class="bold"><strong>basic_socket</strong></span></a>
</p>
</td>
<td>
<p>
Construct a basic_socket without opening it.
</p>
<p>
Construct and open a basic_socket.
</p>
<p>
Construct a basic_socket, opening it and binding it to the given
local endpoint.
</p>
<p>
Construct a basic_socket on an existing native socket.
</p>
<p>
Move-construct a basic_socket from another.
</p>
<p>
Move-construct a basic_socket from a socket of another protocol
type.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="bind.html" title="basic_socket::bind"><span class="bold"><strong>bind</strong></span></a>
</p>
</td>
<td>
<p>
Bind the socket to the given local endpoint.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="cancel.html" title="basic_socket::cancel"><span class="bold"><strong>cancel</strong></span></a>
</p>
</td>
<td>
<p>
Cancel all asynchronous operations associated with the socket.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="close.html" title="basic_socket::close"><span class="bold"><strong>close</strong></span></a>
</p>
</td>
<td>
<p>
Close the socket.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="connect.html" title="basic_socket::connect"><span class="bold"><strong>connect</strong></span></a>
</p>
</td>
<td>
<p>
Connect the socket to the specified endpoint.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="get_io_service.html" title="basic_socket::get_io_service"><span class="bold"><strong>get_io_service</strong></span></a>
</p>
</td>
<td>
<p>
Get the io_service associated with the object.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="get_option.html" title="basic_socket::get_option"><span class="bold"><strong>get_option</strong></span></a>
</p>
</td>
<td>
<p>
Get an option from the socket.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="io_control.html" title="basic_socket::io_control"><span class="bold"><strong>io_control</strong></span></a>
</p>
</td>
<td>
<p>
Perform an IO control command on the socket.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="is_open.html" title="basic_socket::is_open"><span class="bold"><strong>is_open</strong></span></a>
</p>
</td>
<td>
<p>
Determine whether the socket is open.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="local_endpoint.html" title="basic_socket::local_endpoint"><span class="bold"><strong>local_endpoint</strong></span></a>
</p>
</td>
<td>
<p>
Get the local endpoint of the socket.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="lowest_layer.html" title="basic_socket::lowest_layer"><span class="bold"><strong>lowest_layer</strong></span></a>
</p>
</td>
<td>
<p>
Get a reference to the lowest layer.
</p>
<p>
Get a const reference to the lowest layer.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="native.html" title="basic_socket::native"><span class="bold"><strong>native</strong></span></a>
</p>
</td>
<td>
<p>
(Deprecated: Use native_handle().) Get the native socket representation.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="native_handle.html" title="basic_socket::native_handle"><span class="bold"><strong>native_handle</strong></span></a>
</p>
</td>
<td>
<p>
Get the native socket representation.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="native_non_blocking.html" title="basic_socket::native_non_blocking"><span class="bold"><strong>native_non_blocking</strong></span></a>
</p>
</td>
<td>
<p>
Gets the non-blocking mode of the native socket implementation.
</p>
<p>
Sets the non-blocking mode of the native socket implementation.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="non_blocking.html" title="basic_socket::non_blocking"><span class="bold"><strong>non_blocking</strong></span></a>
</p>
</td>
<td>
<p>
Gets the non-blocking mode of the socket.
</p>
<p>
Sets the non-blocking mode of the socket.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="open.html" title="basic_socket::open"><span class="bold"><strong>open</strong></span></a>
</p>
</td>
<td>
<p>
Open the socket using the specified protocol.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="operator_eq_.html" title="basic_socket::operator="><span class="bold"><strong>operator=</strong></span></a>
</p>
</td>
<td>
<p>
Move-assign a basic_socket from another.
</p>
<p>
Move-assign a basic_socket from a socket of another protocol
type.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="remote_endpoint.html" title="basic_socket::remote_endpoint"><span class="bold"><strong>remote_endpoint</strong></span></a>
</p>
</td>
<td>
<p>
Get the remote endpoint of the socket.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="set_option.html" title="basic_socket::set_option"><span class="bold"><strong>set_option</strong></span></a>
</p>
</td>
<td>
<p>
Set an option on the socket.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="shutdown.html" title="basic_socket::shutdown"><span class="bold"><strong>shutdown</strong></span></a>
</p>
</td>
<td>
<p>
Disable sends or receives on the socket.
</p>
</td>
</tr>
</tbody>
</table></div>
<h6>
<a name="asio.reference.basic_socket.lowest_layer_type.h2"></a>
<span><a name="asio.reference.basic_socket.lowest_layer_type.protected_member_functions"></a></span><a class="link" href="lowest_layer_type.html#asio.reference.basic_socket.lowest_layer_type.protected_member_functions">Protected
Member Functions</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup>
<col>
<col>
</colgroup>
<thead><tr>
<th>
<p>
Name
</p>
</th>
<th>
<p>
Description
</p>
</th>
</tr></thead>
<tbody>
<tr>
<td>
<p>
<a class="link" href="get_implementation.html" title="basic_socket::get_implementation"><span class="bold"><strong>get_implementation</strong></span></a>
</p>
</td>
<td>
<p>
Get the underlying implementation of the I/O object.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="get_service.html" title="basic_socket::get_service"><span class="bold"><strong>get_service</strong></span></a>
</p>
</td>
<td>
<p>
Get the service associated with the I/O object.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="_basic_socket.html" title="basic_socket::~basic_socket"><span class="bold"><strong>~basic_socket</strong></span></a>
</p>
</td>
<td>
<p>
Protected destructor to prevent deletion through this type.
</p>
</td>
</tr>
</tbody>
</table></div>
<h6>
<a name="asio.reference.basic_socket.lowest_layer_type.h3"></a>
<span><a name="asio.reference.basic_socket.lowest_layer_type.data_members"></a></span><a class="link" href="lowest_layer_type.html#asio.reference.basic_socket.lowest_layer_type.data_members">Data
Members</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup>
<col>
<col>
</colgroup>
<thead><tr>
<th>
<p>
Name
</p>
</th>
<th>
<p>
Description
</p>
</th>
</tr></thead>
<tbody>
<tr>
<td>
<p>
<a class="link" href="max_connections.html" title="basic_socket::max_connections"><span class="bold"><strong>max_connections</strong></span></a>
</p>
</td>
<td>
<p>
The maximum length of the queue of pending incoming connections.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="message_do_not_route.html" title="basic_socket::message_do_not_route"><span class="bold"><strong>message_do_not_route</strong></span></a>
</p>
</td>
<td>
<p>
Specify that the data should not be subject to routing.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="message_end_of_record.html" title="basic_socket::message_end_of_record"><span class="bold"><strong>message_end_of_record</strong></span></a>
</p>
</td>
<td>
<p>
Specifies that the data marks the end of a record.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="message_out_of_band.html" title="basic_socket::message_out_of_band"><span class="bold"><strong>message_out_of_band</strong></span></a>
</p>
</td>
<td>
<p>
Process out-of-band data.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="message_peek.html" title="basic_socket::message_peek"><span class="bold"><strong>message_peek</strong></span></a>
</p>
</td>
<td>
<p>
Peek at incoming data without removing it from the input queue.
</p>
</td>
</tr>
</tbody>
</table></div>
<h6>
<a name="asio.reference.basic_socket.lowest_layer_type.h4"></a>
<span><a name="asio.reference.basic_socket.lowest_layer_type.protected_data_members"></a></span><a class="link" href="lowest_layer_type.html#asio.reference.basic_socket.lowest_layer_type.protected_data_members">Protected
Data Members</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup>
<col>
<col>
</colgroup>
<thead><tr>
<th>
<p>
Name
</p>
</th>
<th>
<p>
Description
</p>
</th>
</tr></thead>
<tbody>
<tr>
<td>
<p>
<a class="link" href="implementation.html" title="basic_socket::implementation"><span class="bold"><strong>implementation</strong></span></a>
</p>
</td>
<td>
<p>
(Deprecated: Use get_implementation().) The underlying implementation
of the I/O object.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="service.html" title="basic_socket::service"><span class="bold"><strong>service</strong></span></a>
</p>
</td>
<td>
<p>
(Deprecated: Use get_service().) The service associated with
the I/O object.
</p>
</td>
</tr>
</tbody>
</table></div>
<p>
The <a class="link" href="../basic_socket.html" title="basic_socket"><code class="computeroutput"><span class="identifier">basic_socket</span></code></a>
class template provides functionality that is common to both stream-oriented
and datagram-oriented sockets.
</p>
<h6>
<a name="asio.reference.basic_socket.lowest_layer_type.h5"></a>
<span><a name="asio.reference.basic_socket.lowest_layer_type.thread_safety"></a></span><a class="link" href="lowest_layer_type.html#asio.reference.basic_socket.lowest_layer_type.thread_safety">Thread
Safety</a>
</h6>
<p>
<span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
<span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h6>
<a name="asio.reference.basic_socket.lowest_layer_type.h6"></a>
<span><a name="asio.reference.basic_socket.lowest_layer_type.requirements"></a></span><a class="link" href="lowest_layer_type.html#asio.reference.basic_socket.lowest_layer_type.requirements">Requirements</a>
</h6>
<p>
<span class="emphasis"><em>Header: </em></span><code class="literal">asio/basic_socket.hpp</code>
</p>
<p>
<span class="emphasis"><em>Convenience header: </em></span><code class="literal">asio.hpp</code>
</p>
</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 © 2003-2013 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="lowest_layer/overload2.html"><img src="../../../prev.png" alt="Prev"></a><a accesskey="u" href="../basic_socket.html"><img src="../../../up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../home.png" alt="Home"></a><a accesskey="n" href="max_connections.html"><img src="../../../next.png" alt="Next"></a>
</div>
</body>
</html>
|
templates/images/form_source.html
|
DevangS/CoralNet
|
{% comment %}
This form template is meant to be used with the "include" template tag.
{% endcomment %}
<fieldset>
<legend class="small">General Information</legend>
{% include "form_generic.html" with form=sourceForm.fieldsets.general_info %}
</fieldset>
<fieldset>
<legend class="small">Location Keys</legend>
<span class="helptext_long">
This is how you organize your source's images. Location keys are a hierarchy of categories.
As the name suggests, location keys typically refer to the location where the image was taken,
but this is not strictly required. Here's an example:<br /><br />
Suppose you take your coral images at 3 different islands: North, South, and East. At each
island, you take photos at 3 different coral habitats based on their distance from the shore:
Fringing Reef, 5m out, and 10m out. For each island + habitat combination, you have multiple
images with no particular organization to them.<br /><br />
In this case you would have 3 location keys: Key 1 would be Island, Key 2 would be Habitat, and
Key 3 would be something arbitrary to differentiate between images, like Number. When you
upload an image, you'll specify the "location values" that correspond to each of these keys.
For example, one image may have the values North, 5m out, and 4, indicating that it's the 4th
image that is from North island at 5m out.<br /><br />
{% if source_form_type == "new" %}
You can have 1 to 5 location keys, depending on how much organization you need. Once you've
uploaded some images, you'll be able to search through them using location values: you can
search for all the images that are from the North island, all the images that are from the
South island's fringing reef, and so on.<br /><br />
NOTE: Once you create your source, you cannot change the number of location keys.
You'll only be able to change the keys' names. So please take the time now to think
carefully about the organization of your source.
NOTE2: The image acquisition date is always part of the image metadata, along with several other fields, such as camera, water quality etc. There is therefore no need to use e.g. 'year' as a location key.
{% else %} {# edit #}
Once you've uploaded some images, you'll be able to search through them using location
values: you can search for all the images that are from the North island, all the images
that are from the South island's fringing reef, and so on.<br /><br />
NOTE: Since you are editing a source that's already been created, you cannot change the
number of location keys. You can only change the keys' names.
{% endif %}
</span>
{% include "form_generic.html" with form=location_key_form %}
</fieldset>
<fieldset>
<legend class="small">Image Annotation</legend>
<legend class="smaller">Default image height</legend>
<span class="helptext">{{ sourceForm.image_height_in_cm.help_text|linebreaksbr }}</span>
{% include "form_generic_one_field.html" with field=sourceForm.image_height_in_cm dont_show_help_text="True" %}
<hr class="light"/>
<legend class="smaller">Default image annotation area</legend>
<span class="helptext">{{ annotationAreaForm.form_help_text|linebreaksbr }}</span>
{% include "annotations/form_annotation_area.html" with form=annotationAreaForm type="percent" %}
<hr class="light"/>
<legend class="smaller">Point generation method</legend>
<span class="helptext">{{ pointGenForm.form_help_text|linebreaksbr }}</span>
{% include "form_generic.html" with form=pointGenForm %}
{# Careful with boolean short-circuiting - 'source' is only available if we are editing a source. #}
{% if source_form_type == "edit" and not source.enable_robot_classifier %}
<hr class="light"/>
<legend class="smaller">Machine annotation</legend>
<span class="helptext">
Status:
Disabled. If you wish to enable machine annotation for this
source, please
<a href="{% url contact %}" target="_blank">contact us</a>.
</span>
{% endif %}
{% if source_form_type == "new" or source.enable_robot_classifier %}
<hr class="light"/>
<legend class="smaller">Level of alleviation</legend>
<span class="helptext_long">
The CoralNet alleviate feature offers a trade-off between fully automated and fully manual annotation. This is done by auto-accepting machine annotations when they are sufficiently confident. Please refer to our <a href="https://vimeo.com/channels/coralnet/133397508"> instruction video</a> for an overview and <a href="http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0130312">this study</a> for more details.<br/><br/>
This auto-acceptance happens when you enter the annotation tool for an image. Effectively, the machine's most confident points are "alleviated" from your annotation workload (for that image). Alleviated annotation decisions are treated as 'Confirmed', and are included when you export your annotations. <br/><br/>
Users control this functionality by specifying the level of alleviation. For example, with 40% alleviation, the machine learning algorithm ("robot") will do 40% of the point annotations and leave the remaining 60% for the human operator. This level of alleviation is NOT per image, but the average across all remaining images. Some (easy) images may be fully alleviated, while other (harder) may have very little alleviated points. 0% alleviation corresponds to no alleviation (i.e. fully manual annotation).<br/><br/>
When the first robot version is trained for your source, you can see the trade-off between the level of alleviation and the annotation accuracy. We recommend that you set the alleviation level to 0% until you have seen this trade-off curve. You can then adjust the alleviation level. <br/><br/>
<a href="http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0130312">This study</a> suggests that a 5% drop is annotation accuracy has marginal (if any) impact on derived cover estimates. We therefore suggest that you set the level of alleviation corresponding to a 5% drop in accuracy.<br/><br/>
NOTE1: The level of alleviation should not be confused with the confidence scores that are displayed during manual annotation. Once you set your desired level of alleviation, this is translated to a confidence score by the back-end, and any robot prediction above that confidence will be automatically accepted.
<br/><br/>
NOTE2: Machine annotations that have <strong>not</strong> been Confirmed can optionally also be included in your export (see the 'export' page) <br/><br/>
</span>
{% include "form_generic_one_field.html" with field=sourceForm.alleviate_threshold dont_show_help_text="True" %}
{% endif %}
</fieldset>
<fieldset>
<legend class="small">World Location</legend>
<span class="helptext">To get your source's coordinates, try <a href="http://www.latlong.net/" target="_blank">latlong.net</a>.<br />
Later, we'll use this information to integrate with Google Maps.</span>
{% include "form_generic.html" with form=sourceForm.fieldsets.world_location %}
</fieldset>
|
lib/polymer_animation/polymer_blink.html
|
bwu-dart-graveyard/polymer_elements
|
<!DOCTYPE html>
<!--
Copyright (c) 2013, the polymer_elements.dart project authors. Please see
the AUTHORS file for details. All rights reserved. Use of this source code is
governed by a BSD-style license that can be found in the LICENSE file.
This work is a port of the polymer-elements from the Polymer project,
http://www.polymer-project.org/.
-->
<link rel="import" href="polymer_animation.html">
<polymer-element name="polymer-blink" extends="polymer-animation">
<template><content></content></template>
<script type="application/dart;component=1" src="polymer_blink.dart"></script>
</polymer-element>
|
ats/static/ats/css/atsstyle.css
|
dictoss/active-task-summary
|
/*****************************************************************
* defintion of ats stylesheet
*****************************************************************/
/*
* global definition
*/
/* initialize line span */
h1,h2,h3,h4,h5,h6,p,ul,ol,dl
{
margin-top: 0;
margin-bottom: 0;
}
body
{
background-color : #ffffff;
font-size : 14px;
}
div.all
{
margin-right: auto;
margin-left: auto;
}
h2,h3
{
margin-top: 10px;
margin-bottom: 10px;
}
/*
* box header
*/
/* not IE */
div.boxheader
{
height: 30px;
padding: 10px 10px 20px 10px;
margin: 0px 0px 0px 0px;
}
/* IE 6.0 */
html div.boxheader
{
overflow: hidden;
height: 30px;
padding: 5px 5px 5px 5px;
margin: 0px 0px 0px 0px;
}
div.boxkeyvisual
{
height: 20px;
width: 300px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
/*
* box keyvisual
*/
/* IE 6.0 */
div.boxkeyvisual
{
float: left;
height: 20px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
html div.boxkeyvisual
{
float: left;
height: 20px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
/*
* box notice
*/
div.boxnotice
{
float: right;
padding: 0px 0px 0px 0px;
marging: 0px 0px 0px 0px;
background-color : #ffffff;
}
html div.boxnotice
{
float: right;
padding: 0px 0px 0px 0px;
marging: 0px 0px 0px 0px;
background-color : #ffffff;
}
div.boxnotice p.userstatus
{
text-align: right;
}
/*
* box global navi
*/
div.boxgnavi
{
left : 0px;
height: 0px;
marging: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
background-color : #ffffff;
}
#globalnavilist
{
list-style-type: none;
float: left;
background-color : #ffffff;
}
#globalnavilist li
{
float: left;
width: 180px;
height: 10px;
font-weight: bold;
}
#globalnavilist a
{
display: block;
padding-top :10px;
padding-bottom :10px;
background-color : #ffffff;
border: 2px solid #797979;
color: #eef5ef;
text-decoration: none;
text-align: center;
}
#globalnavilist2
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
float: left;
background-color : #ffffff;
}
#globalnavilist2 li
{
float: left;
width: 180px;
height: 10px;
font-weight: bold;
}
#globalnavilist2 a
{
display: block;
padding-top :10px;
padding-bottom :10px;
background-color : #ffffff;
color: #eef5ef;
text-decoration: none;
text-align: center;
}
/*
* box sub-navi
*/
div.boxsubnavi
{
float: left;
width : 100px;
background-color: #ffffff;
margin: 5px 0px 0px 0px;
padding: 5px 0px 0px 0px;
}
#subnavilist
{
margin-left: 0;
margin-bottom: 10px;
padding-left: 0;
list-style-type: none;
width: 175px;
}
#subnavilist li
{
/*
display: block;
border: 0px solid #797979;
*/
padding-left: 10px;
padding-top: 5px;
padding-bottom: 5px;
font-weight: bold;
text-align: left;
color: black;
list-style: none;
}
#subnavilist a
{
/*
display: block;
border: 1px solid #797979;
*/
padding-left: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
text-decoration: none;
}
/*
* box main
*/
div.boxmain
{
float : left;
background-color: #ffffff;
margin: 10px 0px 0px 10px;
padding: 10px 10px 10px 10px;
line-height : 130%;
}
div.boxmain h2
{
line-height : 150%;
}
div.boxmain pre.source
{
color: #ffffff;
background-color: #000000;
margin: 10px 0px 0px 10px;
padding: 10px 10px 10px 10px;
overflow: auto;
}
/*
* box booter
*/
div.boxfooter
{
clear: both;
text-align: center;
vertical-align: middle;
background-color: #ffffff;
margin: 0px 0px 0px 0px;
padding: 10px 10px 10px 10px;
}
/*
* table
*/
td.num
{
text-align: right;
}
/*
* list
*/
/*
* other
*/
h1
{
text-align : center;
}
h2
{
}
|
slick_dev/trunk/Slick/javadoc/org/newdawn/slick/svg/inkscape/class-use/RectProcessor.html
|
SenshiSentou/SourceFight
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Sun Aug 26 15:13:10 EDT 2012 -->
<TITLE>
Uses of Class org.newdawn.slick.svg.inkscape.RectProcessor (Slick - The 2D Library)
</TITLE>
<META NAME="date" CONTENT="2012-08-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.newdawn.slick.svg.inkscape.RectProcessor (Slick - The 2D Library)";
}
}
</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/newdawn/slick/svg/inkscape/RectProcessor.html" title="class in org.newdawn.slick.svg.inkscape"><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/newdawn/slick/svg/inkscape//class-useRectProcessor.html" target="_top"><B>FRAMES</B></A>
<A HREF="RectProcessor.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.newdawn.slick.svg.inkscape.RectProcessor</B></H2>
</CENTER>
No usage of org.newdawn.slick.svg.inkscape.RectProcessor
<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/newdawn/slick/svg/inkscape/RectProcessor.html" title="class in org.newdawn.slick.svg.inkscape"><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/newdawn/slick/svg/inkscape//class-useRectProcessor.html" target="_top"><B>FRAMES</B></A>
<A HREF="RectProcessor.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>
<i>Copyright © 2006 New Dawn Software. All Rights Reserved.</i>
</BODY>
</HTML>
|
XStatAPI/docs/api/org/xsaas/xstat/entity/class-use/InformantInfo.html
|
wangxin39/xstat
|
<!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_12) on Thu Jun 11 16:35:04 CST 2009 -->
<TITLE>
Àà org.xsaas.xstat.entity.InformantInfo µÄʹÓà (µ÷²éͳ¼ÆÈí¼þ·þÎñƽ̨ API)
</TITLE>
<META NAME="date" CONTENT="2009-06-11">
<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="Àà org.xsaas.xstat.entity.InformantInfo µÄʹÓà (µ÷²éͳ¼ÆÈí¼þ·þÎñƽ̨ 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="Ìø¹ýµ¼º½Á´½Ó"></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>¸ÅÊö</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Èí¼þ°ü</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/xsaas/xstat/entity/InformantInfo.html" title="org.xsaas.xstat.entity ÖеÄÀà"><FONT CLASS="NavBarFont1"><B>Àà</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>ʹÓÃ</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Ê÷</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Òѹýʱ</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Ë÷Òý</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>°ïÖú</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">
ÉÏÒ»¸ö
ÏÂÒ»¸ö</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/xsaas/xstat/entity/\class-useInformantInfo.html" target="_top"><B>¿ò¼Ü</B></A>
<A HREF="InformantInfo.html" target="_top"><B>ÎÞ¿ò¼Ü</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>ËùÓÐÀà</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>ËùÓÐÀà</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Àà org.xsaas.xstat.entity.InformantInfo<br>µÄʹÓÃ</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">
ʹÓà <A HREF="../../../../../org/xsaas/xstat/entity/InformantInfo.html" title="org.xsaas.xstat.entity ÖеÄÀà">InformantInfo</A> µÄÈí¼þ°ü</FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.xsaas.xstat.business"><B>org.xsaas.xstat.business</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.xsaas.xstat.business.service"><B>org.xsaas.xstat.business.service</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.xsaas.xstat.dao"><B>org.xsaas.xstat.dao</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.xsaas.xstat.dao.hibernate"><B>org.xsaas.xstat.dao.hibernate</B></A></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<A NAME="org.xsaas.xstat.business"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<A HREF="../../../../../org/xsaas/xstat/business/package-summary.html">org.xsaas.xstat.business</A> ÖÐ <A HREF="../../../../../org/xsaas/xstat/entity/InformantInfo.html" title="org.xsaas.xstat.entity ÖеÄÀà">InformantInfo</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">·µ»Ø <A HREF="../../../../../org/xsaas/xstat/entity/InformantInfo.html" title="org.xsaas.xstat.entity ÖеÄÀà">InformantInfo</A> µÄ <A HREF="../../../../../org/xsaas/xstat/business/package-summary.html">org.xsaas.xstat.business</A> Öеķ½·¨</FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/xsaas/xstat/entity/InformantInfo.html" title="org.xsaas.xstat.entity ÖеÄÀà">InformantInfo</A></CODE></FONT></TD>
<TD><CODE><B>IInformantInfoService.</B><B><A HREF="../../../../../org/xsaas/xstat/business/IInformantInfoService.html#getInformantInfo(java.lang.Long)">getInformantInfo</A></B>(java.lang.Long informantID)</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">·µ»Ø±äÁ¿ÀàÐÍΪ <A HREF="../../../../../org/xsaas/xstat/entity/InformantInfo.html" title="org.xsaas.xstat.entity ÖеÄÀà">InformantInfo</A> µÄÀàÐ굀 <A HREF="../../../../../org/xsaas/xstat/business/package-summary.html">org.xsaas.xstat.business</A> Öеķ½·¨</FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.List<<A HREF="../../../../../org/xsaas/xstat/entity/InformantInfo.html" title="org.xsaas.xstat.entity ÖеÄÀà">InformantInfo</A>></CODE></FONT></TD>
<TD><CODE><B>IInformantInfoService.</B><B><A HREF="../../../../../org/xsaas/xstat/business/IInformantInfoService.html#findInformantInfoByPage(int, int)">findInformantInfoByPage</A></B>(int firstResult,
int maxResult)</CODE>
<BR>
·ÖÒ³ÐÅÏ¢</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.List<<A HREF="../../../../../org/xsaas/xstat/entity/InformantInfo.html" title="org.xsaas.xstat.entity ÖеÄÀà">InformantInfo</A>></CODE></FONT></TD>
<TD><CODE><B>IInformantInfoService.</B><B><A HREF="../../../../../org/xsaas/xstat/business/IInformantInfoService.html#findInformantInfoByPage(long, int, int)">findInformantInfoByPage</A></B>(long clientID,
int firstResult,
int maxResult)</CODE>
<BR>
·ÖÒ³ÐÅÏ¢</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.List<<A HREF="../../../../../org/xsaas/xstat/entity/InformantInfo.html" title="org.xsaas.xstat.entity ÖеÄÀà">InformantInfo</A>></CODE></FONT></TD>
<TD><CODE><B>IInformantInfoService.</B><B><A HREF="../../../../../org/xsaas/xstat/business/IInformantInfoService.html#findPageByDelStatus(int, int)">findPageByDelStatus</A></B>(int firstResult,
int maxResult)</CODE>
<BR>
ɾ³ý״̬·ÖÒ³ÐÅÏ¢</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.List<<A HREF="../../../../../org/xsaas/xstat/entity/InformantInfo.html" title="org.xsaas.xstat.entity ÖеÄÀà">InformantInfo</A>></CODE></FONT></TD>
<TD><CODE><B>IInformantInfoService.</B><B><A HREF="../../../../../org/xsaas/xstat/business/IInformantInfoService.html#getInformantInfoList()">getInformantInfoList</A></B>()</CODE>
<BR>
»ñÈ¡±»¼ì²â¶ÔÏóÐÅÏ¢Áбí</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.List<<A HREF="../../../../../org/xsaas/xstat/entity/InformantInfo.html" title="org.xsaas.xstat.entity ÖеÄÀà">InformantInfo</A>></CODE></FONT></TD>
<TD><CODE><B>IInformantInfoService.</B><B><A HREF="../../../../../org/xsaas/xstat/business/IInformantInfoService.html#getInformantInfoList(java.lang.Long)">getInformantInfoList</A></B>(java.lang.Long clientID)</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">²ÎÊýÀàÐÍΪ <A HREF="../../../../../org/xsaas/xstat/entity/InformantInfo.html" title="org.xsaas.xstat.entity ÖеÄÀà">InformantInfo</A> µÄ <A HREF="../../../../../org/xsaas/xstat/business/package-summary.html">org.xsaas.xstat.business</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>IInformantInfoService.</B><B><A HREF="../../../../../org/xsaas/xstat/business/IInformantInfoService.html#deleteInformantInfo(org.xsaas.xstat.entity.InformantInfo)">deleteInformantInfo</A></B>(<A HREF="../../../../../org/xsaas/xstat/entity/InformantInfo.html" title="org.xsaas.xstat.entity ÖеÄÀà">InformantInfo</A> data)</CODE>
<BR>
ɾ³ý±»¼ì²â¶ÔÏóÐÅÏ¢</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>IInformantInfoService.</B><B><A HREF="../../../../../org/xsaas/xstat/business/IInformantInfoService.html#saveInformantInfo(org.xsaas.xstat.entity.InformantInfo)">saveInformantInfo</A></B>(<A HREF="../../../../../org/xsaas/xstat/entity/InformantInfo.html" title="org.xsaas.xstat.entity ÖеÄÀà">InformantInfo</A> data)</CODE>
<BR>
±£´æ±»¼ì²â¶ÔÏóÐÅÏ¢</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>IInformantInfoService.</B><B><A HREF="../../../../../org/xsaas/xstat/business/IInformantInfoService.html#updateInformantInfo(org.xsaas.xstat.entity.InformantInfo)">updateInformantInfo</A></B>(<A HREF="../../../../../org/xsaas/xstat/entity/InformantInfo.html" title="org.xsaas.xstat.entity ÖеÄÀà">InformantInfo</A> data)</CODE>
<BR>
¸üб»¼ì²â¶ÔÏóÐÅÏ¢</TD>
</TR>
</TABLE>
<P>
<A NAME="org.xsaas.xstat.business.service"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<A HREF="../../../../../org/xsaas/xstat/business/service/package-summary.html">org.xsaas.xstat.business.service</A> ÖÐ <A HREF="../../../../../org/xsaas/xstat/entity/InformantInfo.html" title="org.xsaas.xstat.entity ÖеÄÀà">InformantInfo</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">·µ»Ø <A HREF="../../../../../org/xsaas/xstat/entity/InformantInfo.html" title="org.xsaas.xstat.entity ÖеÄÀà">InformantInfo</A> µÄ <A HREF="../../../../../org/xsaas/xstat/business/service/package-summary.html">org.xsaas.xstat.business.service</A> Öеķ½·¨</FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/xsaas/xstat/entity/InformantInfo.html" title="org.xsaas.xstat.entity ÖеÄÀà">InformantInfo</A></CODE></FONT></TD>
<TD><CODE><B>InformantInfoService.</B><B><A HREF="../../../../../org/xsaas/xstat/business/service/InformantInfoService.html#getInformantInfo(java.lang.Long)">getInformantInfo</A></B>(java.lang.Long informantID)</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">·µ»Ø±äÁ¿ÀàÐÍΪ <A HREF="../../../../../org/xsaas/xstat/entity/InformantInfo.html" title="org.xsaas.xstat.entity ÖеÄÀà">InformantInfo</A> µÄÀàÐ굀 <A HREF="../../../../../org/xsaas/xstat/business/service/package-summary.html">org.xsaas.xstat.business.service</A> Öеķ½·¨</FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.List<<A HREF="../../../../../org/xsaas/xstat/entity/InformantInfo.html" title="org.xsaas.xstat.entity ÖеÄÀà">InformantInfo</A>></CODE></FONT></TD>
<TD><CODE><B>InformantInfoService.</B><B><A HREF="../../../../../org/xsaas/xstat/business/service/InformantInfoService.html#findInformantInfoByPage(int, int)">findInformantInfoByPage</A></B>(int firstResult,
int maxResult)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.List<<A HREF="../../../../../org/xsaas/xstat/entity/InformantInfo.html" title="org.xsaas.xstat.entity ÖеÄÀà">InformantInfo</A>></CODE></FONT></TD>
<TD><CODE><B>InformantInfoService.</B><B><A HREF="../../../../../org/xsaas/xstat/business/service/InformantInfoService.html#findInformantInfoByPage(long, int, int)">findInformantInfoByPage</A></B>(long clientID,
int firstResult,
int maxResult)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.List<<A HREF="../../../../../org/xsaas/xstat/entity/InformantInfo.html" title="org.xsaas.xstat.entity ÖеÄÀà">InformantInfo</A>></CODE></FONT></TD>
<TD><CODE><B>InformantInfoService.</B><B><A HREF="../../../../../org/xsaas/xstat/business/service/InformantInfoService.html#findPageByDelStatus(int, int)">findPageByDelStatus</A></B>(int firstResult,
int maxResult)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.List<<A HREF="../../../../../org/xsaas/xstat/entity/InformantInfo.html" title="org.xsaas.xstat.entity ÖеÄÀà">InformantInfo</A>></CODE></FONT></TD>
<TD><CODE><B>InformantInfoService.</B><B><A HREF="../../../../../org/xsaas/xstat/business/service/InformantInfoService.html#getInformantInfoList()">getInformantInfoList</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.List<<A HREF="../../../../../org/xsaas/xstat/entity/InformantInfo.html" title="org.xsaas.xstat.entity ÖеÄÀà">InformantInfo</A>></CODE></FONT></TD>
<TD><CODE><B>InformantInfoService.</B><B><A HREF="../../../../../org/xsaas/xstat/business/service/InformantInfoService.html#getInformantInfoList(java.lang.Long)">getInformantInfoList</A></B>(java.lang.Long clientID)</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">²ÎÊýÀàÐÍΪ <A HREF="../../../../../org/xsaas/xstat/entity/InformantInfo.html" title="org.xsaas.xstat.entity ÖеÄÀà">InformantInfo</A> µÄ <A HREF="../../../../../org/xsaas/xstat/business/service/package-summary.html">org.xsaas.xstat.business.service</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>InformantInfoService.</B><B><A HREF="../../../../../org/xsaas/xstat/business/service/InformantInfoService.html#deleteInformantInfo(org.xsaas.xstat.entity.InformantInfo)">deleteInformantInfo</A></B>(<A HREF="../../../../../org/xsaas/xstat/entity/InformantInfo.html" title="org.xsaas.xstat.entity ÖеÄÀà">InformantInfo</A> data)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>InformantInfoService.</B><B><A HREF="../../../../../org/xsaas/xstat/business/service/InformantInfoService.html#saveInformantInfo(org.xsaas.xstat.entity.InformantInfo)">saveInformantInfo</A></B>(<A HREF="../../../../../org/xsaas/xstat/entity/InformantInfo.html" title="org.xsaas.xstat.entity ÖеÄÀà">InformantInfo</A> data)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>InformantInfoService.</B><B><A HREF="../../../../../org/xsaas/xstat/business/service/InformantInfoService.html#updateInformantInfo(org.xsaas.xstat.entity.InformantInfo)">updateInformantInfo</A></B>(<A HREF="../../../../../org/xsaas/xstat/entity/InformantInfo.html" title="org.xsaas.xstat.entity ÖеÄÀà">InformantInfo</A> data)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="org.xsaas.xstat.dao"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<A HREF="../../../../../org/xsaas/xstat/dao/package-summary.html">org.xsaas.xstat.dao</A> ÖÐ <A HREF="../../../../../org/xsaas/xstat/entity/InformantInfo.html" title="org.xsaas.xstat.entity ÖеÄÀà">InformantInfo</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">·µ»Ø <A HREF="../../../../../org/xsaas/xstat/entity/InformantInfo.html" title="org.xsaas.xstat.entity ÖеÄÀà">InformantInfo</A> µÄ <A HREF="../../../../../org/xsaas/xstat/dao/package-summary.html">org.xsaas.xstat.dao</A> Öеķ½·¨</FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/xsaas/xstat/entity/InformantInfo.html" title="org.xsaas.xstat.entity ÖеÄÀà">InformantInfo</A></CODE></FONT></TD>
<TD><CODE><B>IInformantInfoDao.</B><B><A HREF="../../../../../org/xsaas/xstat/dao/IInformantInfoDao.html#getInformantInfo(java.lang.Long)">getInformantInfo</A></B>(java.lang.Long informantID)</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">·µ»Ø±äÁ¿ÀàÐÍΪ <A HREF="../../../../../org/xsaas/xstat/entity/InformantInfo.html" title="org.xsaas.xstat.entity ÖеÄÀà">InformantInfo</A> µÄÀàÐ굀 <A HREF="../../../../../org/xsaas/xstat/dao/package-summary.html">org.xsaas.xstat.dao</A> Öеķ½·¨</FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.List<<A HREF="../../../../../org/xsaas/xstat/entity/InformantInfo.html" title="org.xsaas.xstat.entity ÖеÄÀà">InformantInfo</A>></CODE></FONT></TD>
<TD><CODE><B>IInformantInfoDao.</B><B><A HREF="../../../../../org/xsaas/xstat/dao/IInformantInfoDao.html#findInformantInfoByPage(int, int)">findInformantInfoByPage</A></B>(int firstResult,
int maxResult)</CODE>
<BR>
·ÖÒ³ÐÅÏ¢</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.List<<A HREF="../../../../../org/xsaas/xstat/entity/InformantInfo.html" title="org.xsaas.xstat.entity ÖеÄÀà">InformantInfo</A>></CODE></FONT></TD>
<TD><CODE><B>IInformantInfoDao.</B><B><A HREF="../../../../../org/xsaas/xstat/dao/IInformantInfoDao.html#findInformantInfoByPage(long, int, int)">findInformantInfoByPage</A></B>(long clientID,
int firstResult,
int maxResult)</CODE>
<BR>
·ÖÒ³ÐÅÏ¢</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.List<<A HREF="../../../../../org/xsaas/xstat/entity/InformantInfo.html" title="org.xsaas.xstat.entity ÖеÄÀà">InformantInfo</A>></CODE></FONT></TD>
<TD><CODE><B>IInformantInfoDao.</B><B><A HREF="../../../../../org/xsaas/xstat/dao/IInformantInfoDao.html#findPageByDelStatus(int, int)">findPageByDelStatus</A></B>(int firstResult,
int maxResult)</CODE>
<BR>
ɾ³ý״̬·ÖÒ³ÐÅÏ¢</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.List<<A HREF="../../../../../org/xsaas/xstat/entity/InformantInfo.html" title="org.xsaas.xstat.entity ÖеÄÀà">InformantInfo</A>></CODE></FONT></TD>
<TD><CODE><B>IInformantInfoDao.</B><B><A HREF="../../../../../org/xsaas/xstat/dao/IInformantInfoDao.html#getInformantInfoList()">getInformantInfoList</A></B>()</CODE>
<BR>
»ñÈ¡±»¼ì²â¶ÔÏóÐÅÏ¢Áбí</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.List<<A HREF="../../../../../org/xsaas/xstat/entity/InformantInfo.html" title="org.xsaas.xstat.entity ÖеÄÀà">InformantInfo</A>></CODE></FONT></TD>
<TD><CODE><B>IInformantInfoDao.</B><B><A HREF="../../../../../org/xsaas/xstat/dao/IInformantInfoDao.html#getInformantInfoList(java.lang.Long)">getInformantInfoList</A></B>(java.lang.Long clientID)</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">²ÎÊýÀàÐÍΪ <A HREF="../../../../../org/xsaas/xstat/entity/InformantInfo.html" title="org.xsaas.xstat.entity ÖеÄÀà">InformantInfo</A> µÄ <A HREF="../../../../../org/xsaas/xstat/dao/package-summary.html">org.xsaas.xstat.dao</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>IInformantInfoDao.</B><B><A HREF="../../../../../org/xsaas/xstat/dao/IInformantInfoDao.html#deleteInformantInfo(org.xsaas.xstat.entity.InformantInfo)">deleteInformantInfo</A></B>(<A HREF="../../../../../org/xsaas/xstat/entity/InformantInfo.html" title="org.xsaas.xstat.entity ÖеÄÀà">InformantInfo</A> data)</CODE>
<BR>
ɾ³ý±»¼ì²â¶ÔÏóÐÅÏ¢</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>IInformantInfoDao.</B><B><A HREF="../../../../../org/xsaas/xstat/dao/IInformantInfoDao.html#saveInformantInfo(org.xsaas.xstat.entity.InformantInfo)">saveInformantInfo</A></B>(<A HREF="../../../../../org/xsaas/xstat/entity/InformantInfo.html" title="org.xsaas.xstat.entity ÖеÄÀà">InformantInfo</A> data)</CODE>
<BR>
±£´æ±»¼ì²â¶ÔÏóÐÅÏ¢</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>IInformantInfoDao.</B><B><A HREF="../../../../../org/xsaas/xstat/dao/IInformantInfoDao.html#updateInformantInfo(org.xsaas.xstat.entity.InformantInfo)">updateInformantInfo</A></B>(<A HREF="../../../../../org/xsaas/xstat/entity/InformantInfo.html" title="org.xsaas.xstat.entity ÖеÄÀà">InformantInfo</A> data)</CODE>
<BR>
¸üб»¼ì²â¶ÔÏóÐÅÏ¢</TD>
</TR>
</TABLE>
<P>
<A NAME="org.xsaas.xstat.dao.hibernate"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<A HREF="../../../../../org/xsaas/xstat/dao/hibernate/package-summary.html">org.xsaas.xstat.dao.hibernate</A> ÖÐ <A HREF="../../../../../org/xsaas/xstat/entity/InformantInfo.html" title="org.xsaas.xstat.entity ÖеÄÀà">InformantInfo</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">·µ»Ø <A HREF="../../../../../org/xsaas/xstat/entity/InformantInfo.html" title="org.xsaas.xstat.entity ÖеÄÀà">InformantInfo</A> µÄ <A HREF="../../../../../org/xsaas/xstat/dao/hibernate/package-summary.html">org.xsaas.xstat.dao.hibernate</A> Öеķ½·¨</FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/xsaas/xstat/entity/InformantInfo.html" title="org.xsaas.xstat.entity ÖеÄÀà">InformantInfo</A></CODE></FONT></TD>
<TD><CODE><B>InformantInfoDao.</B><B><A HREF="../../../../../org/xsaas/xstat/dao/hibernate/InformantInfoDao.html#getInformantInfo(java.lang.Long)">getInformantInfo</A></B>(java.lang.Long informantID)</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">·µ»Ø±äÁ¿ÀàÐÍΪ <A HREF="../../../../../org/xsaas/xstat/entity/InformantInfo.html" title="org.xsaas.xstat.entity ÖеÄÀà">InformantInfo</A> µÄÀàÐ굀 <A HREF="../../../../../org/xsaas/xstat/dao/hibernate/package-summary.html">org.xsaas.xstat.dao.hibernate</A> Öеķ½·¨</FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.List<<A HREF="../../../../../org/xsaas/xstat/entity/InformantInfo.html" title="org.xsaas.xstat.entity ÖеÄÀà">InformantInfo</A>></CODE></FONT></TD>
<TD><CODE><B>InformantInfoDao.</B><B><A HREF="../../../../../org/xsaas/xstat/dao/hibernate/InformantInfoDao.html#findInformantInfoByPage(int, int)">findInformantInfoByPage</A></B>(int firstResult,
int maxResult)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.List<<A HREF="../../../../../org/xsaas/xstat/entity/InformantInfo.html" title="org.xsaas.xstat.entity ÖеÄÀà">InformantInfo</A>></CODE></FONT></TD>
<TD><CODE><B>InformantInfoDao.</B><B><A HREF="../../../../../org/xsaas/xstat/dao/hibernate/InformantInfoDao.html#findInformantInfoByPage(long, int, int)">findInformantInfoByPage</A></B>(long clientID,
int firstResult,
int maxResult)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.List<<A HREF="../../../../../org/xsaas/xstat/entity/InformantInfo.html" title="org.xsaas.xstat.entity ÖеÄÀà">InformantInfo</A>></CODE></FONT></TD>
<TD><CODE><B>InformantInfoDao.</B><B><A HREF="../../../../../org/xsaas/xstat/dao/hibernate/InformantInfoDao.html#findPageByDelStatus(int, int)">findPageByDelStatus</A></B>(int firstResult,
int maxResult)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.List<<A HREF="../../../../../org/xsaas/xstat/entity/InformantInfo.html" title="org.xsaas.xstat.entity ÖеÄÀà">InformantInfo</A>></CODE></FONT></TD>
<TD><CODE><B>InformantInfoDao.</B><B><A HREF="../../../../../org/xsaas/xstat/dao/hibernate/InformantInfoDao.html#getInformantInfoList()">getInformantInfoList</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.List<<A HREF="../../../../../org/xsaas/xstat/entity/InformantInfo.html" title="org.xsaas.xstat.entity ÖеÄÀà">InformantInfo</A>></CODE></FONT></TD>
<TD><CODE><B>InformantInfoDao.</B><B><A HREF="../../../../../org/xsaas/xstat/dao/hibernate/InformantInfoDao.html#getInformantInfoList(java.lang.Long)">getInformantInfoList</A></B>(java.lang.Long clientID)</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">²ÎÊýÀàÐÍΪ <A HREF="../../../../../org/xsaas/xstat/entity/InformantInfo.html" title="org.xsaas.xstat.entity ÖеÄÀà">InformantInfo</A> µÄ <A HREF="../../../../../org/xsaas/xstat/dao/hibernate/package-summary.html">org.xsaas.xstat.dao.hibernate</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>InformantInfoDao.</B><B><A HREF="../../../../../org/xsaas/xstat/dao/hibernate/InformantInfoDao.html#deleteInformantInfo(org.xsaas.xstat.entity.InformantInfo)">deleteInformantInfo</A></B>(<A HREF="../../../../../org/xsaas/xstat/entity/InformantInfo.html" title="org.xsaas.xstat.entity ÖеÄÀà">InformantInfo</A> data)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>InformantInfoDao.</B><B><A HREF="../../../../../org/xsaas/xstat/dao/hibernate/InformantInfoDao.html#saveInformantInfo(org.xsaas.xstat.entity.InformantInfo)">saveInformantInfo</A></B>(<A HREF="../../../../../org/xsaas/xstat/entity/InformantInfo.html" title="org.xsaas.xstat.entity ÖеÄÀà">InformantInfo</A> data)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>InformantInfoDao.</B><B><A HREF="../../../../../org/xsaas/xstat/dao/hibernate/InformantInfoDao.html#updateInformantInfo(org.xsaas.xstat.entity.InformantInfo)">updateInformantInfo</A></B>(<A HREF="../../../../../org/xsaas/xstat/entity/InformantInfo.html" title="org.xsaas.xstat.entity ÖеÄÀà">InformantInfo</A> data)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Ìø¹ýµ¼º½Á´½Ó"></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>¸ÅÊö</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Èí¼þ°ü</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/xsaas/xstat/entity/InformantInfo.html" title="org.xsaas.xstat.entity ÖеÄÀà"><FONT CLASS="NavBarFont1"><B>Àà</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>ʹÓÃ</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Ê÷</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Òѹýʱ</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Ë÷Òý</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>°ïÖú</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">
ÉÏÒ»¸ö
ÏÂÒ»¸ö</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/xsaas/xstat/entity/\class-useInformantInfo.html" target="_top"><B>¿ò¼Ü</B></A>
<A HREF="InformantInfo.html" target="_top"><B>ÎÞ¿ò¼Ü</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>ËùÓÐÀà</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>ËùÓÐÀà</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<i>Copyright © 2008 ±±¾©°¬µÏÖÇÈíÐÅÏ¢¼¼ÊõÓÐÏÞÔðÈι«Ë¾. All Rights Reserved.</i><br/><i><a href="http://www.idea-soft.cn" target="_blank">http://www.idea-soft.cn</a></i> <i><a href="http://www.iaicc.cn" target="_blank">http://www.iaicc.cn</a></i> <i><a href="http://www.xsaas.org" target="_blank">http://www.xsaas.org</a></i>
</BODY>
</HTML>
|
servicewrapper/doc/uk/org/mygrid/cagrid/servicewrapper/service/ncbiblast/service/globus/resource/class-use/NCBIBlastResourceConfiguration.html
|
NCIP/taverna-grid
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_14) on Fri Sep 18 14:09:16 BST 2009 -->
<TITLE>
Uses of Class uk.org.mygrid.cagrid.servicewrapper.service.ncbiblast.service.globus.resource.NCBIBlastResourceConfiguration
</TITLE>
<META NAME="date" CONTENT="2009-09-18">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class uk.org.mygrid.cagrid.servicewrapper.service.ncbiblast.service.globus.resource.NCBIBlastResourceConfiguration";
}
}
</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="../../../../../../../../../../../uk/org/mygrid/cagrid/servicewrapper/service/ncbiblast/service/globus/resource/NCBIBlastResourceConfiguration.html" title="class in uk.org.mygrid.cagrid.servicewrapper.service.ncbiblast.service.globus.resource"><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-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">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../../../../../index.html?uk/org/mygrid/cagrid/servicewrapper/service/ncbiblast/service/globus/resource/\class-useNCBIBlastResourceConfiguration.html" target="_top"><B>FRAMES</B></A>
<A HREF="NCBIBlastResourceConfiguration.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>uk.org.mygrid.cagrid.servicewrapper.service.ncbiblast.service.globus.resource.NCBIBlastResourceConfiguration</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="../../../../../../../../../../../uk/org/mygrid/cagrid/servicewrapper/service/ncbiblast/service/globus/resource/NCBIBlastResourceConfiguration.html" title="class in uk.org.mygrid.cagrid.servicewrapper.service.ncbiblast.service.globus.resource">NCBIBlastResourceConfiguration</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#uk.org.mygrid.cagrid.servicewrapper.service.ncbiblast.service.globus.resource"><B>uk.org.mygrid.cagrid.servicewrapper.service.ncbiblast.service.globus.resource</B></A></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<A NAME="uk.org.mygrid.cagrid.servicewrapper.service.ncbiblast.service.globus.resource"><!-- --></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="../../../../../../../../../../../uk/org/mygrid/cagrid/servicewrapper/service/ncbiblast/service/globus/resource/NCBIBlastResourceConfiguration.html" title="class in uk.org.mygrid.cagrid.servicewrapper.service.ncbiblast.service.globus.resource">NCBIBlastResourceConfiguration</A> in <A HREF="../../../../../../../../../../../uk/org/mygrid/cagrid/servicewrapper/service/ncbiblast/service/globus/resource/package-summary.html">uk.org.mygrid.cagrid.servicewrapper.service.ncbiblast.service.globus.resource</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">Methods in <A HREF="../../../../../../../../../../../uk/org/mygrid/cagrid/servicewrapper/service/ncbiblast/service/globus/resource/package-summary.html">uk.org.mygrid.cagrid.servicewrapper.service.ncbiblast.service.globus.resource</A> that return <A HREF="../../../../../../../../../../../uk/org/mygrid/cagrid/servicewrapper/service/ncbiblast/service/globus/resource/NCBIBlastResourceConfiguration.html" title="class in uk.org.mygrid.cagrid.servicewrapper.service.ncbiblast.service.globus.resource">NCBIBlastResourceConfiguration</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../../../../../uk/org/mygrid/cagrid/servicewrapper/service/ncbiblast/service/globus/resource/NCBIBlastResourceConfiguration.html" title="class in uk.org.mygrid.cagrid.servicewrapper.service.ncbiblast.service.globus.resource">NCBIBlastResourceConfiguration</A></CODE></FONT></TD>
<TD><CODE><B>NCBIBlastResourceBase.</B><B><A HREF="../../../../../../../../../../../uk/org/mygrid/cagrid/servicewrapper/service/ncbiblast/service/globus/resource/NCBIBlastResourceBase.html#getConfiguration()">getConfiguration</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="../../../../../../../../../../../uk/org/mygrid/cagrid/servicewrapper/service/ncbiblast/service/globus/resource/NCBIBlastResourceConfiguration.html" title="class in uk.org.mygrid.cagrid.servicewrapper.service.ncbiblast.service.globus.resource"><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-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">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../../../../../index.html?uk/org/mygrid/cagrid/servicewrapper/service/ncbiblast/service/globus/resource/\class-useNCBIBlastResourceConfiguration.html" target="_top"><B>FRAMES</B></A>
<A HREF="NCBIBlastResourceConfiguration.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/css/losofacebook-posts.css
|
pekkis/losonaamakirja
|
/* Posts */
#wall textarea {
width: 100%;
}
#wall ul {
display: block;
list-style-type: none;
margin: 0;
padding: 0;
}
#wall ul ul {
font-size: smaller;
margin-left: 85px;
}
#wall ul ul li {
margin: 15px 0;
padding-top: 15px;
border-top: 1px solid #999;
}
#wall ul ul li.comment img {
float: left;
width: 50px;
}
#wall ul ul li > div {
margin-left: 60px;
}
#wall li.post img {
float: left;
width: 75px;
}
#wall li.post > div {
padding-left: 85px;
}
img.mini {
width: 20px;
height: 20px;
}
|
public/css/beamer.css
|
jaspermeijaard/Event-Intranet
|
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 300;
src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url('../fonts/sourcesanspro300.woff') format('woff');
}
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 400;
src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url('../fonts/sourcesanspro400.woff') format('woff');
}
@font-face {
font-family: 'digi';
src: url('../fonts/dsdigi-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'headliner';
src: url('../fonts/headliner-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
body {
background-color: black;
font-family: 'Source Sans Pro';
font-weight: 300;
overflow: hidden;
}
.font-digi {
font-family: 'digi';
}
.font-headliner {
font-family: 'headliner';
}
.beamer-viewport {
width: 1024px;
height: 768px;
background: url('../img/bg.jpg');
background-size: 100% auto;
color: white;
position: relative;
margin: 0 auto;
}
p {
margin: 0;
}
.title.font-headliner {
font-size: 45px;
line-height: 45px;
letter-spacing: 5px;
-webkit-transform: rotate(1deg);
-moz-transform: rotate(1deg);
-o-transform: rotate(1deg);
writing-mode: lr-tb;
}
.bl-message {
position: absolute;
left: 0;
top: 0;
width: 500px;
font-family: 'Source Sans Pro';
font-weight: 300;
}
.bl-message .title {
margin: 20px 0 0 20px;
}
.bl-message > .content {
margin: 20px 20px 0 20px;
height: 140px;
position: relative;
overflow: hidden;
font-size: 18px;
line-height: 22px;
}
.message-info {
position: absolute;
right: 10px;
top: 30px;
width: 180px;
text-align: center;
line-height: 14px;
color: #c5c5c5;
}
.message-template > .content {
display: block;
}
.message-template > .about {
display: block;
font-size: 14px;
color: #c5c5c5;
margin-top: 8px;
}
.bl-tweet {
position: absolute;
right: 0;
top: 0;
width: 470px;
height: 280px;
}
.bl-tweet > .content {
margin: 20px 0 0 0;
padding: 0 30px 0 0px;
font-family: 'Source Sans Pro';
font-weight: 300;
height: 180px;
overflow: hidden;
position: relative;
}
.bl-tweet .title {
margin: 0 0 0 0;
color: #00ffed;
}
.bl-tweet .slider {
width: 440px;
position: absolute;
top: 0;
}
.tweet-template {
width: 440px;
height: 180px;
float: left;
}
.tweet-template .content {
margin-top: 20px;
display: block;
font-size: 18px;
line-height: 22px;
max-height: 90px;
overflow: hidden;
padding: 0 0 0 20px;
}
.tweet-template .about {
font-size: 14px;
color: #c5c5c5;
margin-top: 8px;
display: block;
margin-left: 40px;
}
.tweet-info {
color: #008176;
line-height: 14px;
position: absolute;
left: 302px;
bottom: -6px;
text-align: center;
width: 50px;
font-size: 16px;
font-weight: 400;
}
.bl-score {
position: absolute;
left: 20px;
bottom: 0;
right: 0;
height: 54%;
}
.bl-score .title {
margin-top: -110px;
margin-left: 20px;
font-size: 80px;
}
.bl-score .content {
margin: 50px 14px 0 14px;
}
.bottle-wrap {
position: absolute;
-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}
.bottle {
height: 401px;
width: 147px;
float: left;
margin: 0 6px;
position: relative;
}
.bottle .digit {
position: absolute;
top: 30px;
right: 0;
font-size: 30px;
text-align: center;
width: 68px;
color: #00ffed;
}
.bottle .digit.mo-large {
font-size: 24px;
}
.bottle .bar .relative {
position: relative;
width: 63px;
height: 262px;
}
.bottle .bar {
position: absolute;
top: 110px;
left: 30px;
right: 54px;
bottom: 29px;
}
.bottle .bar .fill {
background-color: white;
opacity: 0.35;
position: absolute;
height: 0%;
bottom: 0;
right: 0;
left: 0;
}
.bottle .rotate {
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
width: 250px;
height: 147px;
position: absolute;
left: -9px;
top: 166px;
}
.bottle .info .nr {
display: block;
margin: 0 0 0 0;
font-size: 12px;
text-transform: uppercase;
text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8);
font-family: 'Source Sans Pro';
font-weight: 400;
}
.bottle .info .name {
display: block;
margin: -6px 0 0 0;
font-size: 20px;
font-weight: bold;
line-height: 24px;
text-transform: uppercase;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8);
font-family: 'Source Sans Pro';
font-weight: 300;
}
#message-template {
display: none;
}
.bl-message > .content {
position: relative;
}
.bl-message .slider {
position: absolute;
width: 460px;
top: 0;
}
.message-template {
float: left;
width: 460px;
height: 140px;
position: relative;
overflow:hidden;
}
|
doc/app/classes/Constants/Stat.html
|
pld/pairwise
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Module: Constants::Stat</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
<script type="text/javascript">
// <![CDATA[
function popupCode( url ) {
window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
}
function toggleCode( id ) {
if ( document.getElementById )
elem = document.getElementById( id );
else if ( document.all )
elem = eval( "document.all." + id );
else
return false;
elemStyle = elem.style;
if ( elemStyle.display != "block" ) {
elemStyle.display = "block"
} else {
elemStyle.display = "none"
}
return true;
}
// Make codeblocks hidden by default
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
// ]]>
</script>
</head>
<body>
<div id="classHeader">
<table class="header-table">
<tr class="top-aligned-row">
<td><strong>Module</strong></td>
<td class="class-name-in-header">Constants::Stat</td>
</tr>
<tr class="top-aligned-row">
<td><strong>In:</strong></td>
<td>
<a href="../../files/lib/constants_rb.html">
lib/constants.rb
</a>
<br />
</td>
</tr>
</table>
</div>
<!-- banner header -->
<div id="bodyContent">
<div id="contextContent">
</div>
</div>
<!-- if includes -->
<div id="section">
<div id="constants-list">
<h3 class="section-bar">Constants</h3>
<div class="name-list">
<table summary="Constants">
<tr class="top-aligned-row context-row">
<td class="context-item-name">DEFAULT_RANK_ALGO</td>
<td>=</td>
<td class="context-item-value">2</td>
</tr>
</table>
</div>
</div>
<!-- if method_list -->
</div>
<div id="validator-badges">
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
</div>
</body>
</html>
|
trap-network-nio1/dependencies.html
|
princeofdarkness76/trap
|
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia at 2014-11-25
| Rendered using Apache Maven Fluido Skin 1.3.0
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="Date-Revision-yyyymmdd" content="20141125" />
<meta http-equiv="Content-Language" content="en" />
<title>TrAP Networking: Sockets using NIO1 (Legacy) - Project Dependencies</title>
<link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
<link rel="stylesheet" href="./css/site.css" />
<link rel="stylesheet" href="./css/print.css" media="print" />
<script type="text/javascript" src="./js/apache-maven-fluido-1.3.0.min.js"></script>
</head>
<body class="topBarDisabled">
<div class="container-fluid">
<div id="banner">
<div class="pull-left">
<div id="bannerLeft">
<h2>TrAP Networking: Sockets using NIO1 (Legacy)</h2>
</div>
</div>
<div class="pull-right"> </div>
<div class="clear"><hr/></div>
</div>
<div id="breadcrumbs">
<ul class="breadcrumb">
<li id="publishDate">Last Published: 2014-11-25</li>
<li class="divider">|</li> <li id="projectVersion">Version: 1.3</li>
<li class="divider">|</li> <li class="">
<a href="../index.html" title="Trap">
Trap</a>
</li>
<li class="divider ">/</li>
<li class="">
<a href="./" title="TrAP Networking: Sockets using NIO1 (Legacy)">
TrAP Networking: Sockets using NIO1 (Legacy)</a>
</li>
<li class="divider ">/</li>
<li class="">Project Dependencies</li>
</ul>
</div>
<div class="row-fluid">
<div id="leftColumn" class="span3">
<div class="well sidebar-nav">
<ul class="nav nav-list">
<li class="nav-header">Trap 1.3</li>
<li>
<a href="../index.html" title="Introduction">
<i class="none"></i>
Introduction</a>
</li>
<li>
<a href="../trap-api/quickstart.html" title="Java Quickstart">
<i class="none"></i>
Java Quickstart</a>
</li>
<li>
<a href="../trap-js/index.html" title="JavaScript Quickstart">
<i class="none"></i>
JavaScript Quickstart</a>
</li>
<li>
<a href="../channels.html" title="Channels">
<i class="none"></i>
Channels</a>
</li>
<li>
<a href="../configuration.html" title="Configuration">
<i class="none"></i>
Configuration</a>
</li>
<li class="nav-header">Language Specific Documentation</li>
<li>
<a href="../trap-api/index.html" title="Java">
<i class="none"></i>
Java</a>
</li>
<li>
<a href="../trap-js/index.html" title="JavaScript">
<i class="none"></i>
JavaScript</a>
</li>
<li class="nav-header">Project Documentation</li>
<li>
<a href="project-info.html" title="Project Information">
<i class="icon-chevron-down"></i>
Project Information</a>
<ul class="nav nav-list">
<li>
<a href="index.html" title="About">
<i class="none"></i>
About</a>
</li>
<li>
<a href="plugin-management.html" title="Plugin Management">
<i class="none"></i>
Plugin Management</a>
</li>
<li>
<a href="distribution-management.html" title="Distribution Management">
<i class="none"></i>
Distribution Management</a>
</li>
<li>
<a href="dependency-info.html" title="Dependency Information">
<i class="none"></i>
Dependency Information</a>
</li>
<li>
<a href="dependency-convergence.html" title="Dependency Convergence">
<i class="none"></i>
Dependency Convergence</a>
</li>
<li>
<a href="source-repository.html" title="Source Repository">
<i class="none"></i>
Source Repository</a>
</li>
<li>
<a href="mail-lists.html" title="Mailing Lists">
<i class="none"></i>
Mailing Lists</a>
</li>
<li>
<a href="issue-tracking.html" title="Issue Tracking">
<i class="none"></i>
Issue Tracking</a>
</li>
<li>
<a href="integration.html" title="Continuous Integration">
<i class="none"></i>
Continuous Integration</a>
</li>
<li>
<a href="plugins.html" title="Project Plugins">
<i class="none"></i>
Project Plugins</a>
</li>
<li>
<a href="license.html" title="Project License">
<i class="none"></i>
Project License</a>
</li>
<li>
<a href="dependency-management.html" title="Dependency Management">
<i class="none"></i>
Dependency Management</a>
</li>
<li>
<a href="team-list.html" title="Project Team">
<i class="none"></i>
Project Team</a>
</li>
<li>
<a href="project-summary.html" title="Project Summary">
<i class="none"></i>
Project Summary</a>
</li>
<li class="active">
<a href="#"><i class="none"></i>Dependencies</a>
</li>
</ul>
</li>
<li>
<a href="project-reports.html" title="Project Reports">
<i class="icon-chevron-right"></i>
Project Reports</a>
</li>
</ul>
<form id="search-form" action="http://www.google.com/search" method="get" >
<input value="ericssonresearch.github.io/trap/trap-network-nio1/" name="sitesearch" type="hidden"/>
<input class="search-query" name="q" id="query" type="text" />
</form>
<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script>
<hr class="divider" />
<div id="poweredBy">
<div class="clear"></div>
<div class="clear"></div>
<div class="clear"></div>
<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
<img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
</a>
</div>
</div>
</div>
<div id="bodyColumn" class="span9" >
<a name="Project_Dependencies"></a>
<div class="section">
<h2>Project Dependencies<a name="Project_Dependencies"></a></h2><a name="Project_Dependencies_compile"></a>
<div class="section">
<h3>compile<a name="compile"></a></h3>
<p>The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:</p>
<table border="0" class="table table-striped">
<tr class="a">
<th>GroupId</th>
<th>ArtifactId</th>
<th>Version</th>
<th>Type</th>
<th>License</th></tr>
<tr class="b">
<td>com.ericsson.research.trap</td>
<td><a class="externalLink" href="http://ericssonresearch.github.io/trap/trap-network/trap-network-nio/">trap-network-nio</a></td>
<td>1.3</td>
<td>jar</td>
<td><a class="externalLink" href="http://opensource.org/licenses/BSD-3-Clause">BSD 3-clause</a></td></tr>
<tr class="a">
<td>com.ericsson.research.trap</td>
<td><a class="externalLink" href="http://ericssonresearch.github.io/trap/trap-utils-api/">trap-utils-api</a></td>
<td>1.3</td>
<td>jar</td>
<td><a class="externalLink" href="http://opensource.org/licenses/BSD-3-Clause">BSD 3-clause</a></td></tr></table></div><a name="Project_Dependencies_test"></a>
<div class="section">
<h3>test<a name="test"></a></h3>
<p>The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:</p>
<table border="0" class="table table-striped">
<tr class="a">
<th>GroupId</th>
<th>ArtifactId</th>
<th>Version</th>
<th>Type</th>
<th>License</th></tr>
<tr class="b">
<td>junit</td>
<td><a class="externalLink" href="http://junit.org">junit</a></td>
<td>4.10</td>
<td>jar</td>
<td><a class="externalLink" href="http://www.opensource.org/licenses/cpl1.0.txt">Common Public License Version 1.0</a></td></tr></table></div></div><a name="Project_Transitive_Dependencies"></a>
<div class="section">
<h2>Project Transitive Dependencies<a name="Project_Transitive_Dependencies"></a></h2>
<p>The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.</p><a name="Project_Transitive_Dependencies_test"></a>
<div class="section">
<h3>test<a name="test"></a></h3>
<p>The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:</p>
<table border="0" class="table table-striped">
<tr class="a">
<th>GroupId</th>
<th>ArtifactId</th>
<th>Version</th>
<th>Type</th>
<th>License</th></tr>
<tr class="b">
<td>org.hamcrest</td>
<td>hamcrest-core</td>
<td>1.1</td>
<td>jar</td>
<td><a class="externalLink" href="http://www.opensource.org/licenses/bsd-license.php">BSD style</a></td></tr></table></div></div><a name="Project_Dependency_Graph"></a>
<div class="section">
<h2>Project Dependency Graph<a name="Project_Dependency_Graph"></a></h2><script language="javascript" type="text/javascript">
function toggleDependencyDetail( divId, imgId )
{
var div = document.getElementById( divId );
var img = document.getElementById( imgId );
if( div.style.display == '' )
{
div.style.display = 'none';
img.src='./images/icon_info_sml.gif';
}
else
{
div.style.display = '';
img.src='./images/close.gif';
}
}
</script>
<a name="Dependency_Tree"></a>
<div class="section">
<h3>Dependency Tree<a name="Dependency_Tree"></a></h3>
<ul>
<li>com.ericsson.research.trap:trap-network-nio1:jar:1.3 <img id="_img1" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_dep0', '_img1' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_dep0" style="display:none">
<table border="0" class="table table-striped">
<tr class="a">
<th>TrAP Networking: Sockets using NIO1 (Legacy)</th></tr>
<tr class="b">
<td>
<p><b>Description: </b>java.nio managed sockets (TCP). Server and Client sockets.</p>
<p><b>URL: </b><a class="externalLink" href="http://ericssonresearch.github.io/trap/trap-network-nio1/">http://ericssonresearch.github.io/trap/trap-network-nio1/</a></p>
<p><b>Project License: </b><a class="externalLink" href="http://opensource.org/licenses/BSD-3-Clause">BSD 3-clause</a></p></td></tr></table></div>
<ul>
<li>junit:junit:jar:4.10 (test) <img id="_img3" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_dep2', '_img3' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_dep2" style="display:none">
<table border="0" class="table table-striped">
<tr class="a">
<th>JUnit</th></tr>
<tr class="b">
<td>
<p><b>Description: </b>JUnit is a regression testing framework written by Erich Gamma and Kent Beck.
It is used by the developer who implements unit tests in Java.</p>
<p><b>URL: </b><a class="externalLink" href="http://junit.org">http://junit.org</a></p>
<p><b>Project License: </b><a class="externalLink" href="http://www.opensource.org/licenses/cpl1.0.txt">Common Public License Version 1.0</a></p></td></tr></table></div>
<ul>
<li>org.hamcrest:hamcrest-core:jar:1.1 (test) <img id="_img5" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_dep4', '_img5' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_dep4" style="display:none">
<table border="0" class="table table-striped">
<tr class="a">
<th>Hamcrest Core</th></tr>
<tr class="b">
<td>
<p><b>Description: </b>There is currently no description associated with this project.</p>
<p><b>Project License: </b><a class="externalLink" href="http://www.opensource.org/licenses/bsd-license.php">BSD style</a></p></td></tr></table></div></li></ul></li>
<li>com.ericsson.research.trap:trap-utils-api:jar:1.3 (compile) <img id="_img7" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_dep6', '_img7' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_dep6" style="display:none">
<table border="0" class="table table-striped">
<tr class="a">
<th>TrAP Utils API</th></tr>
<tr class="b">
<td>
<p><b>Description: </b>Parent pom for the Transport Abstraction Package. This defines all properties for the children.
The Transport Abstraction Package, or trap, provides an overlaying socket api that can be used across multiple underlying transports, while supporting reconnects, wifi/cellular handover, compression and multiplexing.</p>
<p><b>URL: </b><a class="externalLink" href="http://ericssonresearch.github.io/trap/trap-utils-api/">http://ericssonresearch.github.io/trap/trap-utils-api/</a></p>
<p><b>Project License: </b><a class="externalLink" href="http://opensource.org/licenses/BSD-3-Clause">BSD 3-clause</a></p></td></tr></table></div></li>
<li>com.ericsson.research.trap:trap-network-nio:jar:1.3 (compile) <img id="_img9" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_dep8', '_img9' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_dep8" style="display:none">
<table border="0" class="table table-striped">
<tr class="a">
<th>trap-network-nio</th></tr>
<tr class="b">
<td>
<p><b>Description: </b>Protocol implementations for non-blocking sockets and websockets.</p>
<p><b>URL: </b><a class="externalLink" href="http://ericssonresearch.github.io/trap/trap-network/trap-network-nio/">http://ericssonresearch.github.io/trap/trap-network/trap-network-nio/</a></p>
<p><b>Project License: </b><a class="externalLink" href="http://opensource.org/licenses/BSD-3-Clause">BSD 3-clause</a></p></td></tr></table></div></li></ul></li></ul></div></div><a name="Licenses"></a>
<div class="section">
<h2>Licenses<a name="Licenses"></a></h2>
<p><b>BSD 3-clause: </b>TrAP Networking: Sockets using NIO1 (Legacy), TrAP Utils API, trap-network-nio</p>
<p><b>BSD style: </b>Hamcrest Core</p>
<p><b>Common Public License Version 1.0: </b>JUnit</p></div><a name="Dependency_File_Details"></a>
<div class="section">
<h2>Dependency File Details<a name="Dependency_File_Details"></a></h2>
<table border="0" class="table table-striped">
<tr class="a">
<th>Filename</th>
<th>Size</th>
<th>Entries</th>
<th>Classes</th>
<th>Packages</th>
<th>JDK Rev</th>
<th>Debug</th></tr>
<tr class="b">
<td>trap-network-nio-1.3.jar</td>
<td>5.23 kB</td>
<td>18</td>
<td>6</td>
<td>1</td>
<td>1.6</td>
<td>debug</td></tr>
<tr class="a">
<td>trap-utils-api-1.3.jar</td>
<td>45.97 kB</td>
<td>48</td>
<td>35</td>
<td>2</td>
<td>1.5</td>
<td>debug</td></tr>
<tr class="b">
<td>junit-4.10.jar</td>
<td>247.23 kB</td>
<td>290</td>
<td>252</td>
<td>31</td>
<td>1.5</td>
<td>debug</td></tr>
<tr class="a">
<td>hamcrest-core-1.1.jar</td>
<td>74.85 kB</td>
<td>54</td>
<td>21</td>
<td>3</td>
<td>1.5</td>
<td>debug</td></tr>
<tr class="b">
<th>Total</th>
<th>Size</th>
<th>Entries</th>
<th>Classes</th>
<th>Packages</th>
<th>JDK Rev</th>
<th>Debug</th></tr>
<tr class="a">
<td>4</td>
<td>373.28 kB</td>
<td>410</td>
<td>314</td>
<td>37</td>
<td>1.6</td>
<td>4</td></tr>
<tr class="b">
<td>compile: 2</td>
<td>compile: 51.21 kB</td>
<td>compile: 66</td>
<td>compile: 41</td>
<td>compile: 3</td>
<td>-</td>
<td>compile: 2</td></tr>
<tr class="a">
<td>test: 2</td>
<td>test: 322.07 kB</td>
<td>test: 344</td>
<td>test: 273</td>
<td>test: 34</td>
<td>-</td>
<td>test: 2</td></tr></table></div><a name="Dependency_Repository_Locations"></a>
<div class="section">
<h2>Dependency Repository Locations<a name="Dependency_Repository_Locations"></a></h2>
<table border="0" class="table table-striped">
<tr class="a">
<th>Repo ID</th>
<th>URL</th>
<th>Release</th>
<th>Snapshot</th>
<th>Blacklisted</th></tr>
<tr class="b">
<td>warp-releases</td>
<td><a class="externalLink" href="http://cf.ericsson.net/nexus/content/repositories/warp-releases/">http://cf.ericsson.net/nexus/content/repositories/warp-releases/</a></td>
<td>Yes</td>
<td>Yes</td>
<td>Yes</td></tr>
<tr class="a">
<td>central</td>
<td><a class="externalLink" href="http://repo.maven.apache.org/maven2">http://repo.maven.apache.org/maven2</a></td>
<td>Yes</td>
<td>-</td>
<td>-</td></tr>
<tr class="b">
<td>trap-snapshots</td>
<td><a class="externalLink" href="https://oss.sonatype.com/content/repositories/snapshots">https://oss.sonatype.com/content/repositories/snapshots</a></td>
<td>-</td>
<td>Yes</td>
<td>-</td></tr></table>
<p>Repository locations for each of the Dependencies.</p>
<table border="0" class="table table-striped">
<tr class="a">
<th>Artifact</th>
<th>central</th>
<th>airbourne-trap-snapshots</th></tr>
<tr class="b">
<td>com.ericsson.research.trap:trap-network-nio:jar:1.3</td>
<td><a class="externalLink" href="http://repo.maven.apache.org/maven2/com/ericsson/research/trap/trap-network-nio/1.3/trap-network-nio-1.3.jar"><img alt="Found at http://repo.maven.apache.org/maven2" src="images/icon_success_sml.gif" /></a></td>
<td>-</td></tr>
<tr class="a">
<td>com.ericsson.research.trap:trap-utils-api:jar:1.3</td>
<td><a class="externalLink" href="http://repo.maven.apache.org/maven2/com/ericsson/research/trap/trap-utils-api/1.3/trap-utils-api-1.3.jar"><img alt="Found at http://repo.maven.apache.org/maven2" src="images/icon_success_sml.gif" /></a></td>
<td>-</td></tr>
<tr class="b">
<td>junit:junit:jar:4.10</td>
<td><a class="externalLink" href="http://repo.maven.apache.org/maven2/junit/junit/4.10/junit-4.10.jar"><img alt="Found at http://repo.maven.apache.org/maven2" src="images/icon_success_sml.gif" /></a></td>
<td>-</td></tr>
<tr class="a">
<td>org.hamcrest:hamcrest-core:jar:1.1</td>
<td><a class="externalLink" href="http://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.jar"><img alt="Found at http://repo.maven.apache.org/maven2" src="images/icon_success_sml.gif" /></a></td>
<td>-</td></tr>
<tr class="b">
<th>Total</th>
<th>central</th>
<th>airbourne-trap-snapshots</th></tr>
<tr class="a">
<td>4 (compile: 2, test: 2)</td>
<td>4</td>
<td>0</td></tr></table></div>
</div>
</div>
</div>
<hr/>
<footer>
<div class="container-fluid">
<div class="row span12">Copyright © 2014
<a href="https://www.ericsson.com">Ericsson AB</a>.
All Rights Reserved.
</div>
</div>
</footer>
</body>
</html>
|
dist/index.html
|
coderofsalvation/typeshave.js
|
<html>
<body>
<script src="typeshave.min.js"/></script>
<script>
typeshave = require("typeshave");
typeshave.verbose = 1;
typesafe = require("typeshave").typesafe;
var foo = typesafe({
foo: { type: "string" },
bar: { type: "integer" },
bes: { type: "boolean" }
}, function(foo,bar,bes){
alert("ok data passed!");
});
foo( "flop",123, true );
</script>
</body>
</html>
|
core/features/dateParsing/TestCases/individual/SlashSeparator/1044.html
|
operasoftware/presto-testo
|
<!DOCTYPE html>
<html>
<meta charset="utf-8">
<title>Date parser test — new Date('x') — 6</title>
<script src="../date_test.js"></script>
<p>Failed (Script did not run)</p>
<script>
test_date_invalid("6", "Invalid Date")
</script>
</html>
|
doc/jp/ac/maslab/ando/aiwolf/client/player/base/package-frame.html
|
NONONOexe/AndoAgent
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="ja">
<head>
<!-- Generated by javadoc (1.8.0_60) on Fri Jan 29 17:30:57 JST 2016 -->
<title>jp.ac.maslab.ando.aiwolf.client.player.base</title>
<meta name="date" content="28-01-29">
<link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../../script.js"></script>
</head>
<body>
<h1 class="bar"><a href="../../../../../../../../jp/ac/maslab/ando/aiwolf/client/player/base/package-summary.html" target="classFrame">jp.ac.maslab.ando.aiwolf.client.player.base</a></h1>
<div class="indexContainer">
<h2 title="クラス">クラス</h2>
<ul title="クラス">
<li><a href="BodyGuardBase.html" title="jp.ac.maslab.ando.aiwolf.client.player.base内のクラス" target="classFrame">BodyGuardBase</a></li>
<li><a href="MediumBase.html" title="jp.ac.maslab.ando.aiwolf.client.player.base内のクラス" target="classFrame">MediumBase</a></li>
<li><a href="PossessedBase.html" title="jp.ac.maslab.ando.aiwolf.client.player.base内のクラス" target="classFrame">PossessedBase</a></li>
<li><a href="RoleBase.html" title="jp.ac.maslab.ando.aiwolf.client.player.base内のクラス" target="classFrame">RoleBase</a></li>
<li><a href="SeerBase.html" title="jp.ac.maslab.ando.aiwolf.client.player.base内のクラス" target="classFrame">SeerBase</a></li>
<li><a href="VillagerBase.html" title="jp.ac.maslab.ando.aiwolf.client.player.base内のクラス" target="classFrame">VillagerBase</a></li>
<li><a href="VillagerSide.html" title="jp.ac.maslab.ando.aiwolf.client.player.base内のクラス" target="classFrame">VillagerSide</a></li>
<li><a href="WerewolfSide.html" title="jp.ac.maslab.ando.aiwolf.client.player.base内のクラス" target="classFrame">WerewolfSide</a></li>
</ul>
</div>
</body>
</html>
|
src/doxygen/html/classMipsISA_1_1ThreadFault.html
|
wnoc-drexel/gem5-stable
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>gem5: MipsISA::ThreadFault Class Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.7 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li id="current"><a href="classes.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td><label> <u>S</u>earch for </label></td>
<td><input type="text" name="query" value="" size="20" accesskey="s"/></td>
</tr>
</table>
</form>
</li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="classes.html"><span>Alphabetical List</span></a></li>
<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 class="nav">
<a class="el" href="namespaceMipsISA.html">MipsISA</a>::<a class="el" href="classMipsISA_1_1ThreadFault.html">ThreadFault</a></div>
<h1>MipsISA::ThreadFault Class Reference</h1><!-- doxytag: class="MipsISA::ThreadFault" --><!-- doxytag: inherits="MipsISA::MipsFault" --><code>#include <<a class="el" href="arch_2mips_2faults_8hh-source.html">faults.hh</a>></code>
<p>
<p>Inheritance diagram for MipsISA::ThreadFault:
<p><center><img src="classMipsISA_1_1ThreadFault.png" usemap="#MipsISA::ThreadFault_map" border="0" alt=""></center>
<map name="MipsISA::ThreadFault_map">
<area href="classMipsISA_1_1MipsFault.html" alt="MipsISA::MipsFault< T >" shape="rect" coords="0,168,151,192">
<area href="classMipsISA_1_1MipsFaultBase.html" alt="MipsISA::MipsFaultBase" shape="rect" coords="0,112,151,136">
<area href="classFaultBase.html" alt="FaultBase" shape="rect" coords="0,56,151,80">
<area href="classRefCounted.html" alt="RefCounted" shape="rect" coords="0,0,151,24">
</map>
<a href="classMipsISA_1_1ThreadFault-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
<p>
<p>
Definition at line <a class="el" href="arch_2mips_2faults_8hh-source.html#l00122">122</a> of file <a class="el" href="arch_2mips_2faults_8hh-source.html">faults.hh</a>.<hr>The documentation for this class was generated from the following file:<ul>
<li>arch/mips/<a class="el" href="arch_2mips_2faults_8hh-source.html">faults.hh</a></ul>
<hr size="1"><address style="align: right;"><small>
Generated on Fri Apr 17 12:41:15 2015 for gem5 by <a href="http://www.doxygen.org/index.html"> doxygen</a> 1.4.7</small></address>
</body>
</html>
|
native_client_sdk/doc_generated/pepper_dev/c/group___interfaces.html
|
ChromiumWebApps/chromium
|
{{+bindTo:partials.standard_nacl_article}}
<h1>Interfaces</h1>
<div id="doxygen-ref">
{{- dummy div to appease doxygen -}}
<div>
<!-- Generated by Doxygen 1.7.6.1 -->
</div>
<!--header-->
<div class="contents">
<h2>
Data Structures</h2><table class="memberdecls">
<tr><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___audio__1__1.html">PPB_Audio</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">The <code>PPB_Audio</code> interface contains pointers to several functions for handling audio resources. <a href="struct_p_p_b___audio__1__1.html#details">More...</a><br /></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___audio_config__1__1.html">PPB_AudioConfig</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">The <code>PPB_AudioConfig</code> interface contains pointers to several functions for establishing your audio configuration within the browser. <a href="struct_p_p_b___audio_config__1__1.html#details">More...</a><br /></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___audio_frame__0__1.html">PPB_AudioFrame</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___console__1__0.html">PPB_Console</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___core__1__0.html">PPB_Core</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">The <code>PPB_Core</code> interface contains pointers to functions related to memory management, time, and threads on the browser. <a href="struct_p_p_b___core__1__0.html#details">More...</a><br /></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___file_i_o__1__1.html">PPB_FileIO</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">The <code>PPB_FileIO</code> struct is used to operate on a regular file (PP_FileType_Regular). <a href="struct_p_p_b___file_i_o__1__1.html#details">More...</a><br /></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___file_mapping__0__1.html">PPB_FileMapping</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">PPB_FileMapping contains functions for mapping and unmapping files into and out of memory. <a href="struct_p_p_b___file_mapping__0__1.html#details">More...</a><br /></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___file_ref__1__2.html">PPB_FileRef</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">The <code>PPB_FileRef</code> struct represents a "weak pointer" to a file in a file system. <a href="struct_p_p_b___file_ref__1__2.html#details">More...</a><br /></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___file_system__1__0.html">PPB_FileSystem</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">The <code>PPB_FileSystem</code> struct identifies the file system type associated with a file. <a href="struct_p_p_b___file_system__1__0.html#details">More...</a><br /></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___fullscreen__1__0.html">PPB_Fullscreen</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">The <code>PPB_Fullscreen</code> interface is implemented by the browser. <a href="struct_p_p_b___fullscreen__1__0.html#details">More...</a><br /></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___gamepad__1__0.html">PPB_Gamepad</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">The <code>PPB_Gamepad</code> interface allows retrieving data from gamepad/joystick devices that are connected to the system. <a href="struct_p_p_b___gamepad__1__0.html#details">More...</a><br /></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___graphics2_d__1__1.html">PPB_Graphics2D</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight"><code>PPB_Graphics2D</code> defines the interface for a 2D graphics context. <a href="struct_p_p_b___graphics2_d__1__1.html#details">More...</a><br /></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___graphics3_d__1__0.html">PPB_Graphics3D</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight"><code>PPB_Graphics3D</code> defines the interface for a 3D graphics context. <a href="struct_p_p_b___graphics3_d__1__0.html#details">More...</a><br /></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___host_resolver__1__0.html">PPB_HostResolver</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">The <code>PPB_HostResolver</code> interface supports host name resolution. <a href="struct_p_p_b___host_resolver__1__0.html#details">More...</a><br /></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___image_data__1__0.html">PPB_ImageData</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">The <code>PPB_ImageData</code> interface contains pointers to several functions for determining the browser's treatment of image data. <a href="struct_p_p_b___image_data__1__0.html#details">More...</a><br /></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___input_event__1__0.html">PPB_InputEvent</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">The <code>PPB_InputEvent</code> interface contains pointers to several functions related to generic input events on the browser. <a href="struct_p_p_b___input_event__1__0.html#details">More...</a><br /></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___mouse_input_event__1__1.html">PPB_MouseInputEvent</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">The <code>PPB_MouseInputEvent</code> interface contains pointers to several functions related to mouse input events. <a href="struct_p_p_b___mouse_input_event__1__1.html#details">More...</a><br /></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___wheel_input_event__1__0.html">PPB_WheelInputEvent</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">The <code>PPB_WheelIputEvent</code> interface contains pointers to several functions related to wheel input events. <a href="struct_p_p_b___wheel_input_event__1__0.html#details">More...</a><br /></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___keyboard_input_event__1__2.html">PPB_KeyboardInputEvent</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">The <code>PPB_KeyboardInputEvent</code> interface contains pointers to several functions related to keyboard input events. <a href="struct_p_p_b___keyboard_input_event__1__2.html#details">More...</a><br /></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___touch_input_event__1__0.html">PPB_TouchInputEvent</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">The <code>PPB_TouchInputEvent</code> interface contains pointers to several functions related to touch events. <a href="struct_p_p_b___touch_input_event__1__0.html#details">More...</a><br /></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___i_m_e_input_event__1__0.html">PPB_IMEInputEvent</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___instance__1__0.html">PPB_Instance</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">The PPB_Instance interface contains pointers to functions related to the module instance on a web page. <a href="struct_p_p_b___instance__1__0.html#details">More...</a><br /></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___media_stream_audio_track__0__1.html">PPB_MediaStreamAudioTrack</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___media_stream_video_track__0__1.html">PPB_MediaStreamVideoTrack</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___message_loop__1__0.html">PPB_MessageLoop</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">A message loop allows PPAPI calls to be issued on a thread. <a href="struct_p_p_b___message_loop__1__0.html#details">More...</a><br /></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___messaging__1__0.html">PPB_Messaging</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">The <code>PPB_Messaging</code> interface is implemented by the browser and is related to sending messages to JavaScript message event listeners on the DOM element associated with specific module instance. <a href="struct_p_p_b___messaging__1__0.html#details">More...</a><br /></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___mouse_cursor__1__0.html">PPB_MouseCursor</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">The <code>PPB_MouseCursor</code> allows setting the mouse cursor. <a href="struct_p_p_b___mouse_cursor__1__0.html#details">More...</a><br /></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___mouse_lock__1__0.html">PPB_MouseLock</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">The <code>PPB_MouseLock</code> interface is implemented by the browser. <a href="struct_p_p_b___mouse_lock__1__0.html#details">More...</a><br /></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___net_address__1__0.html">PPB_NetAddress</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">The <code>PPB_NetAddress</code> interface provides operations on network addresses. <a href="struct_p_p_b___net_address__1__0.html#details">More...</a><br /></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___network_list__1__0.html">PPB_NetworkList</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">The <code>PPB_NetworkList</code> is used to represent a list of network interfaces and their configuration. <a href="struct_p_p_b___network_list__1__0.html#details">More...</a><br /></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___network_monitor__1__0.html">PPB_NetworkMonitor</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">The <code>PPB_NetworkMonitor</code> allows to get network interfaces configuration and monitor network configuration changes. <a href="struct_p_p_b___network_monitor__1__0.html#details">More...</a><br /></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___network_proxy__1__0.html">PPB_NetworkProxy</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">This interface provides a way to determine the appropriate proxy settings for a given URL. <a href="struct_p_p_b___network_proxy__1__0.html#details">More...</a><br /></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___t_c_p_socket__1__1.html">PPB_TCPSocket</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">The <code>PPB_TCPSocket</code> interface provides TCP socket operations. <a href="struct_p_p_b___t_c_p_socket__1__1.html#details">More...</a><br /></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___text_input_controller__1__0.html">PPB_TextInputController</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight"><code>PPB_TextInputController</code> provides a set of functions for giving hints to the browser about the text input status of plugins, and functions for controlling input method editors (IMEs). <a href="struct_p_p_b___text_input_controller__1__0.html#details">More...</a><br /></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___u_d_p_socket__1__0.html">PPB_UDPSocket</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">The <code>PPB_UDPSocket</code> interface provides UDP socket operations. <a href="struct_p_p_b___u_d_p_socket__1__0.html#details">More...</a><br /></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___u_r_l_loader__1__0.html">PPB_URLLoader</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">The <b>PPB_URLLoader</b> interface contains pointers to functions for loading URLs. <a href="struct_p_p_b___u_r_l_loader__1__0.html#details">More...</a><br /></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___u_r_l_request_info__1__0.html">PPB_URLRequestInfo</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">The <code>PPB_URLRequestInfo</code> interface is used to create and handle URL requests. <a href="struct_p_p_b___u_r_l_request_info__1__0.html#details">More...</a><br /></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___u_r_l_response_info__1__0.html">PPB_URLResponseInfo</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">The PPB_URLResponseInfo interface contains APIs for examining URL responses. <a href="struct_p_p_b___u_r_l_response_info__1__0.html#details">More...</a><br /></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___var__1__1.html">PPB_Var</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">PPB_Var API. <a href="struct_p_p_b___var__1__1.html#details">More...</a><br /></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___var_array__1__0.html">PPB_VarArray</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___var_array_buffer__1__0.html">PPB_VarArrayBuffer</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">The <code>PPB_VarArrayBuffer</code> interface provides a way to interact with JavaScript ArrayBuffers, which represent a contiguous sequence of bytes. <a href="struct_p_p_b___var_array_buffer__1__0.html#details">More...</a><br /></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___var_dictionary__1__0.html">PPB_VarDictionary</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">A dictionary var contains key-value pairs with unique keys. <a href="struct_p_p_b___var_dictionary__1__0.html#details">More...</a><br /></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___video_frame__0__1.html">PPB_VideoFrame</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___view__1__1.html">PPB_View</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight"><code>PPB_View</code> represents the state of the view of an instance. <a href="struct_p_p_b___view__1__1.html#details">More...</a><br /></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___web_socket__1__0.html">PPB_WebSocket</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">The <code>PPB_WebSocket</code> interface provides bi-directional, full-duplex, communications over a single TCP socket. <a href="struct_p_p_b___web_socket__1__0.html#details">More...</a><br /></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_p___graphics3_d__1__0.html">PPP_Graphics3D</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight"><code>PPP_Graphics3D</code> defines the notification interface for a 3D graphics context. <a href="struct_p_p_p___graphics3_d__1__0.html#details">More...</a><br /></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_p___input_event__0__1.html">PPP_InputEvent</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_p___instance__1__1.html">PPP_Instance</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">The <code>PPP_Instance</code> interface contains pointers to a series of functions that you must implement in your module. <a href="struct_p_p_p___instance__1__1.html#details">More...</a><br /></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_p___messaging__1__0.html">PPP_Messaging</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">The <code>PPP_Messaging</code> interface contains pointers to functions that you must implement to handle postMessage events on the associated DOM element. <a href="struct_p_p_p___messaging__1__0.html#details">More...</a><br /></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_p___mouse_lock__1__0.html">PPP_MouseLock</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">The <code>PPP_MouseLock</code> interface contains a function that you must implement to receive mouse lock events from the browser. <a href="struct_p_p_p___mouse_lock__1__0.html#details">More...</a><br /></td></tr>
</table><h2>
Typedefs</h2><table class="memberdecls">
<tr><td class="memItemLeft" align="right" valign="top">typedef struct <a class="el" href="struct_p_p_b___audio__1__1.html">PPB_Audio</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group___interfaces.html#gaa420ab6e5eec1d780700bb505fe7d7f5">PPB_Audio</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef struct <a class="el" href="struct_p_p_b___audio_config__1__1.html">PPB_AudioConfig</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group___interfaces.html#ga6c784ebe92dee70d03a685298a8b8345">PPB_AudioConfig</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef struct <a class="el" href="struct_p_p_b___console__1__0.html">PPB_Console</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group___interfaces.html#gab38f2ca92926b53d58d1cf2ce6320ebb">PPB_Console</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef struct <a class="el" href="struct_p_p_b___core__1__0.html">PPB_Core</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group___interfaces.html#ga34a986157c49afcad3537479bc5361e9">PPB_Core</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef struct <a class="el" href="struct_p_p_b___file_i_o__1__1.html">PPB_FileIO</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group___interfaces.html#ga7b7a4f4317a5af9982ba79d60f04db69">PPB_FileIO</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef struct <a class="el" href="struct_p_p_b___file_system__1__0.html">PPB_FileSystem</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group___interfaces.html#gae5ad593b6aff864c6bd0acc09d6cc5e9">PPB_FileSystem</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef struct <a class="el" href="struct_p_p_b___fullscreen__1__0.html">PPB_Fullscreen</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group___interfaces.html#ga965dcf552ef79d1a41e0c24db2cf5c3c">PPB_Fullscreen</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef struct <a class="el" href="struct_p_p_b___gamepad__1__0.html">PPB_Gamepad</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group___interfaces.html#ga57baea75086a666a92489da807f16f2a">PPB_Gamepad</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef struct <a class="el" href="struct_p_p_b___graphics2_d__1__1.html">PPB_Graphics2D</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group___interfaces.html#gaf9f8348d3315d8bb014b401f733ebdb6">PPB_Graphics2D</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef struct <a class="el" href="struct_p_p_b___graphics3_d__1__0.html">PPB_Graphics3D</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group___interfaces.html#ga2865870b49481aae8ed416c06c58a7c0">PPB_Graphics3D</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef struct <a class="el" href="struct_p_p_b___host_resolver__1__0.html">PPB_HostResolver</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group___interfaces.html#ga72b9bd04eeace0c69f4e454b7cc4e440">PPB_HostResolver</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef struct <a class="el" href="struct_p_p_b___image_data__1__0.html">PPB_ImageData</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group___interfaces.html#ga17e05bbe7da0d6d7b61b6f78c5913c37">PPB_ImageData</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef struct <a class="el" href="struct_p_p_b___input_event__1__0.html">PPB_InputEvent</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group___interfaces.html#gac221fa16a0d0daa0bf171a477b465396">PPB_InputEvent</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef struct <br class="typebreak" />
<a class="el" href="struct_p_p_b___mouse_input_event__1__1.html">PPB_MouseInputEvent</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group___interfaces.html#ga3fcedb0e992eebaf7d9b1b60aacceafc">PPB_MouseInputEvent</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef struct <br class="typebreak" />
<a class="el" href="struct_p_p_b___wheel_input_event__1__0.html">PPB_WheelInputEvent</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group___interfaces.html#gaaefb7f24240d14faa56dfdba8c116889">PPB_WheelInputEvent</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef struct <br class="typebreak" />
<a class="el" href="struct_p_p_b___keyboard_input_event__1__2.html">PPB_KeyboardInputEvent</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group___interfaces.html#ga65db91594ac92762680dc3cdff4f14c1">PPB_KeyboardInputEvent</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef struct <br class="typebreak" />
<a class="el" href="struct_p_p_b___touch_input_event__1__0.html">PPB_TouchInputEvent</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group___interfaces.html#ga3d25b1582fc1e6b94f53ecfb21422d6c">PPB_TouchInputEvent</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef struct <br class="typebreak" />
<a class="el" href="struct_p_p_b___i_m_e_input_event__1__0.html">PPB_IMEInputEvent</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group___interfaces.html#gaaa0c327650de77066ea8e2ec8f5589c5">PPB_IMEInputEvent</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef struct <a class="el" href="struct_p_p_b___instance__1__0.html">PPB_Instance</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group___interfaces.html#gaf2ed3cc24968d8681b52cf70eae066ca">PPB_Instance</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef struct <a class="el" href="struct_p_p_b___message_loop__1__0.html">PPB_MessageLoop</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group___interfaces.html#gae3eb3482b0fb57fb6a4eb05c07908788">PPB_MessageLoop</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef struct <a class="el" href="struct_p_p_b___messaging__1__0.html">PPB_Messaging</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group___interfaces.html#gac53fe3a3b5941f8b3608349f58ee24f0">PPB_Messaging</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef struct <a class="el" href="struct_p_p_b___mouse_cursor__1__0.html">PPB_MouseCursor</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group___interfaces.html#gae583d9ea6381e1e4cb7b462c35c5d1de">PPB_MouseCursor</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef struct <a class="el" href="struct_p_p_b___mouse_lock__1__0.html">PPB_MouseLock</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group___interfaces.html#ga9d5fa32b9c90b100400161025fda2617">PPB_MouseLock</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef struct <a class="el" href="struct_p_p_b___net_address__1__0.html">PPB_NetAddress</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group___interfaces.html#gad6c325ff5a0a74f318a680971d0a7c52">PPB_NetAddress</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef struct <a class="el" href="struct_p_p_b___network_list__1__0.html">PPB_NetworkList</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group___interfaces.html#ga675af1709086b2a750d28da442c41f8a">PPB_NetworkList</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef struct <br class="typebreak" />
<a class="el" href="struct_p_p_b___network_monitor__1__0.html">PPB_NetworkMonitor</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group___interfaces.html#ga873d8c5cd49f7b3c8ad5b4caabd1e8e6">PPB_NetworkMonitor</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef struct <a class="el" href="struct_p_p_b___network_proxy__1__0.html">PPB_NetworkProxy</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group___interfaces.html#gaf8338a682417267c8525446ef1de85b1">PPB_NetworkProxy</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef struct <a class="el" href="struct_p_p_b___t_c_p_socket__1__1.html">PPB_TCPSocket</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group___interfaces.html#ga0f72e14a6cf9631bd733ded1f8ba4d9f">PPB_TCPSocket</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef struct <br class="typebreak" />
<a class="el" href="struct_p_p_b___text_input_controller__1__0.html">PPB_TextInputController</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group___interfaces.html#gab387085f6044f3a0b1631d119d22a942">PPB_TextInputController</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef struct <a class="el" href="struct_p_p_b___u_d_p_socket__1__0.html">PPB_UDPSocket</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group___interfaces.html#gaf04d893ccf01c5d1cfcadee5fcc869d1">PPB_UDPSocket</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef struct <a class="el" href="struct_p_p_b___u_r_l_loader__1__0.html">PPB_URLLoader</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group___interfaces.html#ga307f562a9e41991de7c80b75cd7f379c">PPB_URLLoader</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef struct <br class="typebreak" />
<a class="el" href="struct_p_p_b___u_r_l_request_info__1__0.html">PPB_URLRequestInfo</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group___interfaces.html#gad60387934d9e235d3d145ee5a1fb4e74">PPB_URLRequestInfo</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef struct <br class="typebreak" />
<a class="el" href="struct_p_p_b___u_r_l_response_info__1__0.html">PPB_URLResponseInfo</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group___interfaces.html#gad63e57584aea115126b6922b141cf745">PPB_URLResponseInfo</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef struct <a class="el" href="struct_p_p_b___var__1__1.html">PPB_Var</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group___interfaces.html#ga7363a88a6e5058841915641c1b2923ad">PPB_Var</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef struct <a class="el" href="struct_p_p_b___var_array__1__0.html">PPB_VarArray</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group___interfaces.html#gaad75327f1ecc75e58c2805fc4740d3c6">PPB_VarArray</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef struct <br class="typebreak" />
<a class="el" href="struct_p_p_b___var_array_buffer__1__0.html">PPB_VarArrayBuffer</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group___interfaces.html#gab26d5bb032f5438d02faf5bdf7b208cb">PPB_VarArrayBuffer</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef struct <br class="typebreak" />
<a class="el" href="struct_p_p_b___var_dictionary__1__0.html">PPB_VarDictionary</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group___interfaces.html#ga69826004b5c32232c9639090f3e1db2e">PPB_VarDictionary</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef struct <a class="el" href="struct_p_p_b___view__1__1.html">PPB_View</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group___interfaces.html#gaccc39c5c499011d13be37e23868a04f3">PPB_View</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef struct <a class="el" href="struct_p_p_b___web_socket__1__0.html">PPB_WebSocket</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group___interfaces.html#gad0e152d14cefb0b480228f3fc7070faf">PPB_WebSocket</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef struct <a class="el" href="struct_p_p_p___graphics3_d__1__0.html">PPP_Graphics3D</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group___interfaces.html#gab9b763d2ae6ef08a8f18069728f418eb">PPP_Graphics3D</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef struct <a class="el" href="struct_p_p_p___input_event__0__1.html">PPP_InputEvent</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group___interfaces.html#ga9c2577b1c089f77e1e467d74bd97a940">PPP_InputEvent</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef struct <a class="el" href="struct_p_p_p___instance__1__1.html">PPP_Instance</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group___interfaces.html#ga3397638d116e4171368bf18fcb91ef11">PPP_Instance</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef struct <a class="el" href="struct_p_p_p___messaging__1__0.html">PPP_Messaging</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group___interfaces.html#ga1b4374f30360ab34679a159083db7e4d">PPP_Messaging</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef struct <a class="el" href="struct_p_p_p___mouse_lock__1__0.html">PPP_MouseLock</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group___interfaces.html#gae600e8f5b6005b02378e6eb9f51b11cb">PPP_MouseLock</a></td></tr>
</table>
<hr /><h2>Typedef Documentation</h2>
<a class="anchor" id="gaa420ab6e5eec1d780700bb505fe7d7f5"></a><!-- doxytag: member="ppb_audio.h::PPB_Audio" ref="gaa420ab6e5eec1d780700bb505fe7d7f5" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef struct <a class="el" href="struct_p_p_b___audio__1__1.html">PPB_Audio</a> <a class="el" href="group___interfaces.html#gaa420ab6e5eec1d780700bb505fe7d7f5">PPB_Audio</a></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="ga6c784ebe92dee70d03a685298a8b8345"></a><!-- doxytag: member="ppb_audio_config.h::PPB_AudioConfig" ref="ga6c784ebe92dee70d03a685298a8b8345" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef struct <a class="el" href="struct_p_p_b___audio_config__1__1.html">PPB_AudioConfig</a> <a class="el" href="group___interfaces.html#ga6c784ebe92dee70d03a685298a8b8345">PPB_AudioConfig</a></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="gab38f2ca92926b53d58d1cf2ce6320ebb"></a><!-- doxytag: member="ppb_console.h::PPB_Console" ref="gab38f2ca92926b53d58d1cf2ce6320ebb" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef struct <a class="el" href="struct_p_p_b___console__1__0.html">PPB_Console</a> <a class="el" href="group___interfaces.html#gab38f2ca92926b53d58d1cf2ce6320ebb">PPB_Console</a></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="ga34a986157c49afcad3537479bc5361e9"></a><!-- doxytag: member="ppb_core.h::PPB_Core" ref="ga34a986157c49afcad3537479bc5361e9" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef struct <a class="el" href="struct_p_p_b___core__1__0.html">PPB_Core</a> <a class="el" href="group___interfaces.html#ga34a986157c49afcad3537479bc5361e9">PPB_Core</a></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="ga7b7a4f4317a5af9982ba79d60f04db69"></a><!-- doxytag: member="ppb_file_io.h::PPB_FileIO" ref="ga7b7a4f4317a5af9982ba79d60f04db69" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef struct <a class="el" href="struct_p_p_b___file_i_o__1__1.html">PPB_FileIO</a> <a class="el" href="group___interfaces.html#ga7b7a4f4317a5af9982ba79d60f04db69">PPB_FileIO</a></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="gae5ad593b6aff864c6bd0acc09d6cc5e9"></a><!-- doxytag: member="ppb_file_system.h::PPB_FileSystem" ref="gae5ad593b6aff864c6bd0acc09d6cc5e9" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef struct <a class="el" href="struct_p_p_b___file_system__1__0.html">PPB_FileSystem</a> <a class="el" href="group___interfaces.html#gae5ad593b6aff864c6bd0acc09d6cc5e9">PPB_FileSystem</a></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="ga965dcf552ef79d1a41e0c24db2cf5c3c"></a><!-- doxytag: member="ppb_fullscreen.h::PPB_Fullscreen" ref="ga965dcf552ef79d1a41e0c24db2cf5c3c" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef struct <a class="el" href="struct_p_p_b___fullscreen__1__0.html">PPB_Fullscreen</a> <a class="el" href="group___interfaces.html#ga965dcf552ef79d1a41e0c24db2cf5c3c">PPB_Fullscreen</a></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="ga57baea75086a666a92489da807f16f2a"></a><!-- doxytag: member="ppb_gamepad.h::PPB_Gamepad" ref="ga57baea75086a666a92489da807f16f2a" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef struct <a class="el" href="struct_p_p_b___gamepad__1__0.html">PPB_Gamepad</a> <a class="el" href="group___interfaces.html#ga57baea75086a666a92489da807f16f2a">PPB_Gamepad</a></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="gaf9f8348d3315d8bb014b401f733ebdb6"></a><!-- doxytag: member="ppb_graphics_2d.h::PPB_Graphics2D" ref="gaf9f8348d3315d8bb014b401f733ebdb6" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef struct <a class="el" href="struct_p_p_b___graphics2_d__1__1.html">PPB_Graphics2D</a> <a class="el" href="group___interfaces.html#gaf9f8348d3315d8bb014b401f733ebdb6">PPB_Graphics2D</a></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="ga2865870b49481aae8ed416c06c58a7c0"></a><!-- doxytag: member="ppb_graphics_3d.h::PPB_Graphics3D" ref="ga2865870b49481aae8ed416c06c58a7c0" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef struct <a class="el" href="struct_p_p_b___graphics3_d__1__0.html">PPB_Graphics3D</a> <a class="el" href="group___interfaces.html#ga2865870b49481aae8ed416c06c58a7c0">PPB_Graphics3D</a></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="ga72b9bd04eeace0c69f4e454b7cc4e440"></a><!-- doxytag: member="ppb_host_resolver.h::PPB_HostResolver" ref="ga72b9bd04eeace0c69f4e454b7cc4e440" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef struct <a class="el" href="struct_p_p_b___host_resolver__1__0.html">PPB_HostResolver</a> <a class="el" href="group___interfaces.html#ga72b9bd04eeace0c69f4e454b7cc4e440">PPB_HostResolver</a></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="ga17e05bbe7da0d6d7b61b6f78c5913c37"></a><!-- doxytag: member="ppb_image_data.h::PPB_ImageData" ref="ga17e05bbe7da0d6d7b61b6f78c5913c37" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef struct <a class="el" href="struct_p_p_b___image_data__1__0.html">PPB_ImageData</a> <a class="el" href="group___interfaces.html#ga17e05bbe7da0d6d7b61b6f78c5913c37">PPB_ImageData</a></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="gaaa0c327650de77066ea8e2ec8f5589c5"></a><!-- doxytag: member="ppb_input_event.h::PPB_IMEInputEvent" ref="gaaa0c327650de77066ea8e2ec8f5589c5" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef struct <a class="el" href="struct_p_p_b___i_m_e_input_event__1__0.html">PPB_IMEInputEvent</a> <a class="el" href="group___interfaces.html#gaaa0c327650de77066ea8e2ec8f5589c5">PPB_IMEInputEvent</a></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="gac221fa16a0d0daa0bf171a477b465396"></a><!-- doxytag: member="ppb_input_event.h::PPB_InputEvent" ref="gac221fa16a0d0daa0bf171a477b465396" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef struct <a class="el" href="struct_p_p_b___input_event__1__0.html">PPB_InputEvent</a> <a class="el" href="group___interfaces.html#gac221fa16a0d0daa0bf171a477b465396">PPB_InputEvent</a></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="gaf2ed3cc24968d8681b52cf70eae066ca"></a><!-- doxytag: member="ppb_instance.h::PPB_Instance" ref="gaf2ed3cc24968d8681b52cf70eae066ca" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef struct <a class="el" href="struct_p_p_b___instance__1__0.html">PPB_Instance</a> <a class="el" href="group___interfaces.html#gaf2ed3cc24968d8681b52cf70eae066ca">PPB_Instance</a></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="ga65db91594ac92762680dc3cdff4f14c1"></a><!-- doxytag: member="ppb_input_event.h::PPB_KeyboardInputEvent" ref="ga65db91594ac92762680dc3cdff4f14c1" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef struct <a class="el" href="struct_p_p_b___keyboard_input_event__1__2.html">PPB_KeyboardInputEvent</a> <a class="el" href="group___interfaces.html#ga65db91594ac92762680dc3cdff4f14c1">PPB_KeyboardInputEvent</a></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="gae3eb3482b0fb57fb6a4eb05c07908788"></a><!-- doxytag: member="ppb_message_loop.h::PPB_MessageLoop" ref="gae3eb3482b0fb57fb6a4eb05c07908788" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef struct <a class="el" href="struct_p_p_b___message_loop__1__0.html">PPB_MessageLoop</a> <a class="el" href="group___interfaces.html#gae3eb3482b0fb57fb6a4eb05c07908788">PPB_MessageLoop</a></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="gac53fe3a3b5941f8b3608349f58ee24f0"></a><!-- doxytag: member="ppb_messaging.h::PPB_Messaging" ref="gac53fe3a3b5941f8b3608349f58ee24f0" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef struct <a class="el" href="struct_p_p_b___messaging__1__0.html">PPB_Messaging</a> <a class="el" href="group___interfaces.html#gac53fe3a3b5941f8b3608349f58ee24f0">PPB_Messaging</a></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="gae583d9ea6381e1e4cb7b462c35c5d1de"></a><!-- doxytag: member="ppb_mouse_cursor.h::PPB_MouseCursor" ref="gae583d9ea6381e1e4cb7b462c35c5d1de" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef struct <a class="el" href="struct_p_p_b___mouse_cursor__1__0.html">PPB_MouseCursor</a> <a class="el" href="group___interfaces.html#gae583d9ea6381e1e4cb7b462c35c5d1de">PPB_MouseCursor</a></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="ga3fcedb0e992eebaf7d9b1b60aacceafc"></a><!-- doxytag: member="ppb_input_event.h::PPB_MouseInputEvent" ref="ga3fcedb0e992eebaf7d9b1b60aacceafc" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef struct <a class="el" href="struct_p_p_b___mouse_input_event__1__1.html">PPB_MouseInputEvent</a> <a class="el" href="group___interfaces.html#ga3fcedb0e992eebaf7d9b1b60aacceafc">PPB_MouseInputEvent</a></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="ga9d5fa32b9c90b100400161025fda2617"></a><!-- doxytag: member="ppb_mouse_lock.h::PPB_MouseLock" ref="ga9d5fa32b9c90b100400161025fda2617" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef struct <a class="el" href="struct_p_p_b___mouse_lock__1__0.html">PPB_MouseLock</a> <a class="el" href="group___interfaces.html#ga9d5fa32b9c90b100400161025fda2617">PPB_MouseLock</a></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="gad6c325ff5a0a74f318a680971d0a7c52"></a><!-- doxytag: member="ppb_net_address.h::PPB_NetAddress" ref="gad6c325ff5a0a74f318a680971d0a7c52" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef struct <a class="el" href="struct_p_p_b___net_address__1__0.html">PPB_NetAddress</a> <a class="el" href="group___interfaces.html#gad6c325ff5a0a74f318a680971d0a7c52">PPB_NetAddress</a></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="ga675af1709086b2a750d28da442c41f8a"></a><!-- doxytag: member="ppb_network_list.h::PPB_NetworkList" ref="ga675af1709086b2a750d28da442c41f8a" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef struct <a class="el" href="struct_p_p_b___network_list__1__0.html">PPB_NetworkList</a> <a class="el" href="group___interfaces.html#ga675af1709086b2a750d28da442c41f8a">PPB_NetworkList</a></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="ga873d8c5cd49f7b3c8ad5b4caabd1e8e6"></a><!-- doxytag: member="ppb_network_monitor.h::PPB_NetworkMonitor" ref="ga873d8c5cd49f7b3c8ad5b4caabd1e8e6" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef struct <a class="el" href="struct_p_p_b___network_monitor__1__0.html">PPB_NetworkMonitor</a> <a class="el" href="group___interfaces.html#ga873d8c5cd49f7b3c8ad5b4caabd1e8e6">PPB_NetworkMonitor</a></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="gaf8338a682417267c8525446ef1de85b1"></a><!-- doxytag: member="ppb_network_proxy.h::PPB_NetworkProxy" ref="gaf8338a682417267c8525446ef1de85b1" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef struct <a class="el" href="struct_p_p_b___network_proxy__1__0.html">PPB_NetworkProxy</a> <a class="el" href="group___interfaces.html#gaf8338a682417267c8525446ef1de85b1">PPB_NetworkProxy</a></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="ga0f72e14a6cf9631bd733ded1f8ba4d9f"></a><!-- doxytag: member="ppb_tcp_socket.h::PPB_TCPSocket" ref="ga0f72e14a6cf9631bd733ded1f8ba4d9f" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef struct <a class="el" href="struct_p_p_b___t_c_p_socket__1__1.html">PPB_TCPSocket</a> <a class="el" href="group___interfaces.html#ga0f72e14a6cf9631bd733ded1f8ba4d9f">PPB_TCPSocket</a></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="gab387085f6044f3a0b1631d119d22a942"></a><!-- doxytag: member="ppb_text_input_controller.h::PPB_TextInputController" ref="gab387085f6044f3a0b1631d119d22a942" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef struct <a class="el" href="struct_p_p_b___text_input_controller__1__0.html">PPB_TextInputController</a> <a class="el" href="group___interfaces.html#gab387085f6044f3a0b1631d119d22a942">PPB_TextInputController</a></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="ga3d25b1582fc1e6b94f53ecfb21422d6c"></a><!-- doxytag: member="ppb_input_event.h::PPB_TouchInputEvent" ref="ga3d25b1582fc1e6b94f53ecfb21422d6c" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef struct <a class="el" href="struct_p_p_b___touch_input_event__1__0.html">PPB_TouchInputEvent</a> <a class="el" href="group___interfaces.html#ga3d25b1582fc1e6b94f53ecfb21422d6c">PPB_TouchInputEvent</a></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="gaf04d893ccf01c5d1cfcadee5fcc869d1"></a><!-- doxytag: member="ppb_udp_socket.h::PPB_UDPSocket" ref="gaf04d893ccf01c5d1cfcadee5fcc869d1" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef struct <a class="el" href="struct_p_p_b___u_d_p_socket__1__0.html">PPB_UDPSocket</a> <a class="el" href="group___interfaces.html#gaf04d893ccf01c5d1cfcadee5fcc869d1">PPB_UDPSocket</a></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="ga307f562a9e41991de7c80b75cd7f379c"></a><!-- doxytag: member="ppb_url_loader.h::PPB_URLLoader" ref="ga307f562a9e41991de7c80b75cd7f379c" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef struct <a class="el" href="struct_p_p_b___u_r_l_loader__1__0.html">PPB_URLLoader</a> <a class="el" href="group___interfaces.html#ga307f562a9e41991de7c80b75cd7f379c">PPB_URLLoader</a></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="gad60387934d9e235d3d145ee5a1fb4e74"></a><!-- doxytag: member="ppb_url_request_info.h::PPB_URLRequestInfo" ref="gad60387934d9e235d3d145ee5a1fb4e74" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef struct <a class="el" href="struct_p_p_b___u_r_l_request_info__1__0.html">PPB_URLRequestInfo</a> <a class="el" href="group___interfaces.html#gad60387934d9e235d3d145ee5a1fb4e74">PPB_URLRequestInfo</a></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="gad63e57584aea115126b6922b141cf745"></a><!-- doxytag: member="ppb_url_response_info.h::PPB_URLResponseInfo" ref="gad63e57584aea115126b6922b141cf745" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef struct <a class="el" href="struct_p_p_b___u_r_l_response_info__1__0.html">PPB_URLResponseInfo</a> <a class="el" href="group___interfaces.html#gad63e57584aea115126b6922b141cf745">PPB_URLResponseInfo</a></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="ga7363a88a6e5058841915641c1b2923ad"></a><!-- doxytag: member="ppb_var.h::PPB_Var" ref="ga7363a88a6e5058841915641c1b2923ad" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef struct <a class="el" href="struct_p_p_b___var__1__1.html">PPB_Var</a> <a class="el" href="group___interfaces.html#ga7363a88a6e5058841915641c1b2923ad">PPB_Var</a></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="gaad75327f1ecc75e58c2805fc4740d3c6"></a><!-- doxytag: member="ppb_var_array.h::PPB_VarArray" ref="gaad75327f1ecc75e58c2805fc4740d3c6" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef struct <a class="el" href="struct_p_p_b___var_array__1__0.html">PPB_VarArray</a> <a class="el" href="group___interfaces.html#gaad75327f1ecc75e58c2805fc4740d3c6">PPB_VarArray</a></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="gab26d5bb032f5438d02faf5bdf7b208cb"></a><!-- doxytag: member="ppb_var_array_buffer.h::PPB_VarArrayBuffer" ref="gab26d5bb032f5438d02faf5bdf7b208cb" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef struct <a class="el" href="struct_p_p_b___var_array_buffer__1__0.html">PPB_VarArrayBuffer</a> <a class="el" href="group___interfaces.html#gab26d5bb032f5438d02faf5bdf7b208cb">PPB_VarArrayBuffer</a></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="ga69826004b5c32232c9639090f3e1db2e"></a><!-- doxytag: member="ppb_var_dictionary.h::PPB_VarDictionary" ref="ga69826004b5c32232c9639090f3e1db2e" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef struct <a class="el" href="struct_p_p_b___var_dictionary__1__0.html">PPB_VarDictionary</a> <a class="el" href="group___interfaces.html#ga69826004b5c32232c9639090f3e1db2e">PPB_VarDictionary</a></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="gaccc39c5c499011d13be37e23868a04f3"></a><!-- doxytag: member="ppb_view.h::PPB_View" ref="gaccc39c5c499011d13be37e23868a04f3" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef struct <a class="el" href="struct_p_p_b___view__1__1.html">PPB_View</a> <a class="el" href="group___interfaces.html#gaccc39c5c499011d13be37e23868a04f3">PPB_View</a></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="gad0e152d14cefb0b480228f3fc7070faf"></a><!-- doxytag: member="ppb_websocket.h::PPB_WebSocket" ref="gad0e152d14cefb0b480228f3fc7070faf" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef struct <a class="el" href="struct_p_p_b___web_socket__1__0.html">PPB_WebSocket</a> <a class="el" href="group___interfaces.html#gad0e152d14cefb0b480228f3fc7070faf">PPB_WebSocket</a></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="gaaefb7f24240d14faa56dfdba8c116889"></a><!-- doxytag: member="ppb_input_event.h::PPB_WheelInputEvent" ref="gaaefb7f24240d14faa56dfdba8c116889" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef struct <a class="el" href="struct_p_p_b___wheel_input_event__1__0.html">PPB_WheelInputEvent</a> <a class="el" href="group___interfaces.html#gaaefb7f24240d14faa56dfdba8c116889">PPB_WheelInputEvent</a></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="gab9b763d2ae6ef08a8f18069728f418eb"></a><!-- doxytag: member="ppp_graphics_3d.h::PPP_Graphics3D" ref="gab9b763d2ae6ef08a8f18069728f418eb" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef struct <a class="el" href="struct_p_p_p___graphics3_d__1__0.html">PPP_Graphics3D</a> <a class="el" href="group___interfaces.html#gab9b763d2ae6ef08a8f18069728f418eb">PPP_Graphics3D</a></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="ga9c2577b1c089f77e1e467d74bd97a940"></a><!-- doxytag: member="ppp_input_event.h::PPP_InputEvent" ref="ga9c2577b1c089f77e1e467d74bd97a940" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef struct <a class="el" href="struct_p_p_p___input_event__0__1.html">PPP_InputEvent</a> <a class="el" href="group___interfaces.html#ga9c2577b1c089f77e1e467d74bd97a940">PPP_InputEvent</a></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="ga3397638d116e4171368bf18fcb91ef11"></a><!-- doxytag: member="ppp_instance.h::PPP_Instance" ref="ga3397638d116e4171368bf18fcb91ef11" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef struct <a class="el" href="struct_p_p_p___instance__1__1.html">PPP_Instance</a> <a class="el" href="group___interfaces.html#ga3397638d116e4171368bf18fcb91ef11">PPP_Instance</a></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="ga1b4374f30360ab34679a159083db7e4d"></a><!-- doxytag: member="ppp_messaging.h::PPP_Messaging" ref="ga1b4374f30360ab34679a159083db7e4d" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef struct <a class="el" href="struct_p_p_p___messaging__1__0.html">PPP_Messaging</a> <a class="el" href="group___interfaces.html#ga1b4374f30360ab34679a159083db7e4d">PPP_Messaging</a></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="gae600e8f5b6005b02378e6eb9f51b11cb"></a><!-- doxytag: member="ppp_mouse_lock.h::PPP_MouseLock" ref="gae600e8f5b6005b02378e6eb9f51b11cb" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef struct <a class="el" href="struct_p_p_p___mouse_lock__1__0.html">PPP_MouseLock</a> <a class="el" href="group___interfaces.html#gae600e8f5b6005b02378e6eb9f51b11cb">PPP_MouseLock</a></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
</div><!-- contents -->
</div>
{{/partials.standard_nacl_article}}
|
doc/ref/html/class_w_s_t_m_1_1_w_channel.html
|
bretthall/Wyatt-STM
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.10"/>
<title>Wyatt-STM: WSTM::WChannel< Data_t > Class Template Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Wyatt-STM
 <span id="projectnumber">1.0.0</span>
</div>
<div id="projectbrief">Software transactional memory system developed at Wyatt Technology</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.10 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="modules.html"><span>Modules</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>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</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>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespace_w_s_t_m.html">WSTM</a></li><li class="navelem"><a class="el" href="class_w_s_t_m_1_1_w_channel.html">WChannel</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-types">Public Types</a> |
<a href="#pub-methods">Public Member Functions</a> |
<a href="#friends">Friends</a> |
<a href="class_w_s_t_m_1_1_w_channel-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">WSTM::WChannel< Data_t > Class Template Reference<div class="ingroups"><a class="el" href="group___channel.html">Multi-cast Channels</a></div></div> </div>
</div><!--header-->
<div class="contents">
<p>The write end of a transactional multi-cast channel.
<a href="class_w_s_t_m_1_1_w_channel.html#details">More...</a></p>
<p><code>#include <<a class="el" href="channel_8h_source.html">channel.h</a>></code></p>
<div class="dynheader">
Inheritance diagram for WSTM::WChannel< Data_t >:</div>
<div class="dyncontent">
<div class="center">
<img src="class_w_s_t_m_1_1_w_channel.png" usemap="#WSTM::WChannel< Data_t >_map" alt=""/>
<map id="WSTM::WChannel< Data_t >_map" name="WSTM::WChannel< Data_t >_map">
</map>
</div></div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-types"></a>
Public Types</h2></td></tr>
<tr class="memitem:abd107a26fe4bde3b68e8b7af87a235f9"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="abd107a26fe4bde3b68e8b7af87a235f9"></a>
using </td><td class="memItemRight" valign="bottom"><a class="el" href="class_w_s_t_m_1_1_w_channel.html#abd107a26fe4bde3b68e8b7af87a235f9">Data</a> = Data_t</td></tr>
<tr class="memdesc:abd107a26fe4bde3b68e8b7af87a235f9"><td class="mdescLeft"> </td><td class="mdescRight">The type of data sent through the channel. <br /></td></tr>
<tr class="separator:abd107a26fe4bde3b68e8b7af87a235f9"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a6d12c7808a3f2d953f61ce94bf5edf36"><td class="memItemLeft" align="right" valign="top">using </td><td class="memItemRight" valign="bottom"><a class="el" href="class_w_s_t_m_1_1_w_channel.html#a6d12c7808a3f2d953f61ce94bf5edf36">WReaderInitFunc</a> = std::function< Data_t(<a class="el" href="class_w_s_t_m_1_1_w_atomic.html">WAtomic</a> &)></td></tr>
<tr class="memdesc:a6d12c7808a3f2d953f61ce94bf5edf36"><td class="mdescLeft"> </td><td class="mdescRight">Intial message generation function. <a href="#a6d12c7808a3f2d953f61ce94bf5edf36">More...</a><br /></td></tr>
<tr class="separator:a6d12c7808a3f2d953f61ce94bf5edf36"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a150f3f40aa8d88f3515794ac5066f18a"><td class="memItemLeft" align="right" valign="top">using </td><td class="memItemRight" valign="bottom"><a class="el" href="class_w_s_t_m_1_1_w_channel.html#a150f3f40aa8d88f3515794ac5066f18a">WWriteSignal</a> = boost::signals2::signal< void()></td></tr>
<tr class="memdesc:a150f3f40aa8d88f3515794ac5066f18a"><td class="mdescLeft"> </td><td class="mdescRight">Signal emitted when the channel is written to. <a href="#a150f3f40aa8d88f3515794ac5066f18a">More...</a><br /></td></tr>
<tr class="separator:a150f3f40aa8d88f3515794ac5066f18a"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:aa0ef9da779746135a92ec9e335c893bc"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="class_w_s_t_m_1_1_w_channel.html#aa0ef9da779746135a92ec9e335c893bc">WChannel</a> (<a class="el" href="class_w_s_t_m_1_1_w_channel.html#a6d12c7808a3f2d953f61ce94bf5edf36">WReaderInitFunc</a> m_readerInit=<a class="el" href="class_w_s_t_m_1_1_w_channel.html#a6d12c7808a3f2d953f61ce94bf5edf36">WReaderInitFunc</a>())</td></tr>
<tr class="memdesc:aa0ef9da779746135a92ec9e335c893bc"><td class="mdescLeft"> </td><td class="mdescRight">Creates an empty channel. <a href="#aa0ef9da779746135a92ec9e335c893bc">More...</a><br /></td></tr>
<tr class="separator:aa0ef9da779746135a92ec9e335c893bc"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a19a50aec1253c74f28093d6f35dc853f"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="class_w_s_t_m_1_1_w_channel.html#a19a50aec1253c74f28093d6f35dc853f">SetReaderInitFunc</a> (<a class="el" href="class_w_s_t_m_1_1_w_channel.html#a6d12c7808a3f2d953f61ce94bf5edf36">WReaderInitFunc</a> readerInit)</td></tr>
<tr class="memdesc:a19a50aec1253c74f28093d6f35dc853f"><td class="mdescLeft"> </td><td class="mdescRight">Sets the reader initialization function for this channel replacing any existing reader initialization function. <a href="#a19a50aec1253c74f28093d6f35dc853f">More...</a><br /></td></tr>
<tr class="separator:a19a50aec1253c74f28093d6f35dc853f"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a5ef2ae7785c3fc9fd979cef7fdc3ea05"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="class_w_s_t_m_1_1_w_channel.html#a5ef2ae7785c3fc9fd979cef7fdc3ea05">Write</a> (const <a class="el" href="class_w_s_t_m_1_1_w_channel.html#abd107a26fe4bde3b68e8b7af87a235f9">Data</a> &data, <a class="el" href="class_w_s_t_m_1_1_w_atomic.html">WAtomic</a> &at)</td></tr>
<tr class="memdesc:a5ef2ae7785c3fc9fd979cef7fdc3ea05"><td class="mdescLeft"> </td><td class="mdescRight">Writes a message to the channel. <a href="#a5ef2ae7785c3fc9fd979cef7fdc3ea05">More...</a><br /></td></tr>
<tr class="separator:a5ef2ae7785c3fc9fd979cef7fdc3ea05"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a989445aae77943e93c08901b5c5f8a6a"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="class_w_s_t_m_1_1_w_channel.html#a989445aae77943e93c08901b5c5f8a6a">Write</a> (const <a class="el" href="class_w_s_t_m_1_1_w_channel.html#abd107a26fe4bde3b68e8b7af87a235f9">Data</a> &data)</td></tr>
<tr class="memdesc:a989445aae77943e93c08901b5c5f8a6a"><td class="mdescLeft"> </td><td class="mdescRight">Writes a message to the channel. <a href="#a989445aae77943e93c08901b5c5f8a6a">More...</a><br /></td></tr>
<tr class="separator:a989445aae77943e93c08901b5c5f8a6a"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a181dd845e2f95f3600b28b766ffd4ae4"><td class="memTemplParams" colspan="2">template<typename Handler_t > </td></tr>
<tr class="memitem:a181dd845e2f95f3600b28b766ffd4ae4"><td class="memTemplItemLeft" align="right" valign="top">auto </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="class_w_s_t_m_1_1_w_channel.html#a181dd845e2f95f3600b28b766ffd4ae4">ConnectToWriteSignal</a> (Handler_t &&h)</td></tr>
<tr class="memdesc:a181dd845e2f95f3600b28b766ffd4ae4"><td class="mdescLeft"> </td><td class="mdescRight">Connects a handler to the channels write signal. <a href="#a181dd845e2f95f3600b28b766ffd4ae4">More...</a><br /></td></tr>
<tr class="separator:a181dd845e2f95f3600b28b766ffd4ae4"><td class="memSeparator" colspan="2"> </td></tr>
<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr class="memitem:a98e7bce663cccfaee70b89e9051389b7"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="class_w_s_t_m_1_1_w_channel.html#a98e7bce663cccfaee70b89e9051389b7">WChannel</a> (<a class="el" href="class_w_s_t_m_1_1_w_channel.html">WChannel</a> &&c)</td></tr>
<tr class="memdesc:a98e7bce663cccfaee70b89e9051389b7"><td class="mdescLeft"> </td><td class="mdescRight">Moves the logical channel from the given <a class="el" href="class_w_s_t_m_1_1_w_channel.html" title="The write end of a transactional multi-cast channel. ">WChannel</a> object so that this object owns it. <a href="#a98e7bce663cccfaee70b89e9051389b7">More...</a><br /></td></tr>
<tr class="separator:a98e7bce663cccfaee70b89e9051389b7"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a080a7ef123fd63de2c90830ebb39e1d4"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_w_s_t_m_1_1_w_channel.html">WChannel</a> & </td><td class="memItemRight" valign="bottom"><a class="el" href="class_w_s_t_m_1_1_w_channel.html#a080a7ef123fd63de2c90830ebb39e1d4">operator=</a> (<a class="el" href="class_w_s_t_m_1_1_w_channel.html">WChannel</a> &&c)</td></tr>
<tr class="memdesc:a080a7ef123fd63de2c90830ebb39e1d4"><td class="mdescLeft"> </td><td class="mdescRight">Moves the logical channel from the given <a class="el" href="class_w_s_t_m_1_1_w_channel.html" title="The write end of a transactional multi-cast channel. ">WChannel</a> object so that this object owns it. <a href="#a080a7ef123fd63de2c90830ebb39e1d4">More...</a><br /></td></tr>
<tr class="separator:a080a7ef123fd63de2c90830ebb39e1d4"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="friends"></a>
Friends</h2></td></tr>
<tr class="memitem:a83455c66e46732ab089b8c71753b1b71"><td class="memTemplParams" colspan="2"><a class="anchor" id="a83455c66e46732ab089b8c71753b1b71"></a>
template<typename > </td></tr>
<tr class="memitem:a83455c66e46732ab089b8c71753b1b71"><td class="memTemplItemLeft" align="right" valign="top">class </td><td class="memTemplItemRight" valign="bottom"><b>WReadOnlyChannel</b></td></tr>
<tr class="separator:a83455c66e46732ab089b8c71753b1b71"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:adcaf1fa534ec18b6dd02c90fb0292130"><td class="memTemplParams" colspan="2"><a class="anchor" id="adcaf1fa534ec18b6dd02c90fb0292130"></a>
template<typename > </td></tr>
<tr class="memitem:adcaf1fa534ec18b6dd02c90fb0292130"><td class="memTemplItemLeft" align="right" valign="top">class </td><td class="memTemplItemRight" valign="bottom"><b>WChannelWriter</b></td></tr>
<tr class="separator:adcaf1fa534ec18b6dd02c90fb0292130"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ad86f9dc1e01e4bbe8011678ba85e26d8"><td class="memTemplParams" colspan="2"><a class="anchor" id="ad86f9dc1e01e4bbe8011678ba85e26d8"></a>
template<typename > </td></tr>
<tr class="memitem:ad86f9dc1e01e4bbe8011678ba85e26d8"><td class="memTemplItemLeft" align="right" valign="top">class </td><td class="memTemplItemRight" valign="bottom"><b>WChannelReader</b></td></tr>
<tr class="separator:ad86f9dc1e01e4bbe8011678ba85e26d8"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><h3>template<typename Data_t><br />
class WSTM::WChannel< Data_t ></h3>
<p>The write end of a transactional multi-cast channel. </p>
<p>Messages are written into the channel using the Write method of this class. The messages are then received by <a class="el" href="class_w_s_t_m_1_1_w_channel_reader.html" title="The read end of a multi-cast channel. ">WChannelReader</a> objects. Write and read operation are protected within STM transactions. One can also create custom initial messages for new readers and register callbacks that are called when a message is written to the channel.</p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">Data_t</td><td>The type of data sent through the channel. This type must be copyable. Normally this should be a std::shared_ptr<const Val_t> where Val_t is the actual data type being sent. Note that all readers of the channel will get the same copy of the data, so if the data is mutable you could run into problems. </td></tr>
</table>
</dd>
</dl>
<p>Definition at line <a class="el" href="channel_8h_source.html#l00244">244</a> of file <a class="el" href="channel_8h_source.html">channel.h</a>.</p>
</div><h2 class="groupheader">Member Typedef Documentation</h2>
<a class="anchor" id="a6d12c7808a3f2d953f61ce94bf5edf36"></a>
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<typename Data_t> </div>
<table class="memname">
<tr>
<td class="memname">using <a class="el" href="class_w_s_t_m_1_1_w_channel.html">WSTM::WChannel</a>< Data_t >::<a class="el" href="class_w_s_t_m_1_1_w_channel.html#a6d12c7808a3f2d953f61ce94bf5edf36">WReaderInitFunc</a> = std::function<Data_t (<a class="el" href="class_w_s_t_m_1_1_w_atomic.html">WAtomic</a>&)></td>
</tr>
</table>
</div><div class="memdoc">
<p>Intial message generation function. </p>
<p>This function will be called for each <a class="el" href="class_w_s_t_m_1_1_w_channel_reader.html" title="The read end of a multi-cast channel. ">WChannelReader</a> object connected to the channel. It is called within a STM transaction, the <a class="el" href="class_w_s_t_m_1_1_w_atomic.html" title="Functions passed to Atomically must take a reference to one of these objects as their only argument...">WAtomic</a> object is passed in. The returned value is set as the first message that the new <a class="el" href="class_w_s_t_m_1_1_w_channel_reader.html" title="The read end of a multi-cast channel. ">WChannelReader</a> object sees, only the new <a class="el" href="class_w_s_t_m_1_1_w_channel_reader.html" title="The read end of a multi-cast channel. ">WChannelReader</a> object will see this message. </p>
<p>Definition at line <a class="el" href="channel_8h_source.html#l00264">264</a> of file <a class="el" href="channel_8h_source.html">channel.h</a>.</p>
</div>
</div>
<a class="anchor" id="a150f3f40aa8d88f3515794ac5066f18a"></a>
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<typename Data_t> </div>
<table class="memname">
<tr>
<td class="memname">using <a class="el" href="class_w_s_t_m_1_1_w_channel.html">WSTM::WChannel</a>< Data_t >::<a class="el" href="class_w_s_t_m_1_1_w_channel.html#a150f3f40aa8d88f3515794ac5066f18a">WWriteSignal</a> = boost::signals2::signal<void ()></td>
</tr>
</table>
</div><div class="memdoc">
<p>Signal emitted when the channel is written to. </p>
<p>This signal mainly exists so that GUI code can receive window messages when a channel has something in it to read. If you need to wait for a channel to be written to you are better off using <a class="el" href="class_w_s_t_m_1_1_w_channel_reader.html#a4f8b7c5cadf15ce0f0471f9c7d26d4c0" title="Checks for available messages. ">WChannelReader::RetryIfEmpty</a>. </p>
<p>Definition at line <a class="el" href="channel_8h_source.html#l00339">339</a> of file <a class="el" href="channel_8h_source.html">channel.h</a>.</p>
</div>
</div>
<h2 class="groupheader">Constructor & Destructor Documentation</h2>
<a class="anchor" id="aa0ef9da779746135a92ec9e335c893bc"></a>
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<typename Data_t> </div>
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="class_w_s_t_m_1_1_w_channel.html">WSTM::WChannel</a>< Data_t >::<a class="el" href="class_w_s_t_m_1_1_w_channel.html">WChannel</a> </td>
<td>(</td>
<td class="paramtype"><a class="el" href="class_w_s_t_m_1_1_w_channel.html#a6d12c7808a3f2d953f61ce94bf5edf36">WReaderInitFunc</a> </td>
<td class="paramname"><em>m_readerInit</em> = <code><a class="el" href="class_w_s_t_m_1_1_w_channel.html#a6d12c7808a3f2d953f61ce94bf5edf36">WReaderInitFunc</a> ()</code></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Creates an empty channel. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">m_readerInit</td><td>The reader initialization function. This function generates the first message sent to a new reader. It is called once for each reader that is created from this channel at the time that the reader is being created. If it is invalid then no initial message will be sent to new readers. </td></tr>
</table>
</dd>
</dl>
<p>Definition at line <a class="el" href="channel_8h_source.html#l00274">274</a> of file <a class="el" href="channel_8h_source.html">channel.h</a>.</p>
</div>
</div>
<a class="anchor" id="a98e7bce663cccfaee70b89e9051389b7"></a>
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<typename Data_t> </div>
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="class_w_s_t_m_1_1_w_channel.html">WSTM::WChannel</a>< Data_t >::<a class="el" href="class_w_s_t_m_1_1_w_channel.html">WChannel</a> </td>
<td>(</td>
<td class="paramtype"><a class="el" href="class_w_s_t_m_1_1_w_channel.html">WChannel</a>< Data_t > && </td>
<td class="paramname"><em>c</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Moves the logical channel from the given <a class="el" href="class_w_s_t_m_1_1_w_channel.html" title="The write end of a transactional multi-cast channel. ">WChannel</a> object so that this object owns it. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">c</td><td>The <a class="el" href="class_w_s_t_m_1_1_w_channel.html" title="The write end of a transactional multi-cast channel. ">WChannel</a> object to move from.</td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>This <a class="el" href="class_w_s_t_m_1_1_w_channel.html" title="The write end of a transactional multi-cast channel. ">WChannel</a> object. </dd></dl>
<p>Definition at line <a class="el" href="channel_8h_source.html#l00286">286</a> of file <a class="el" href="channel_8h_source.html">channel.h</a>.</p>
</div>
</div>
<h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="a181dd845e2f95f3600b28b766ffd4ae4"></a>
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<typename Data_t> </div>
<div class="memtemplate">
template<typename Handler_t > </div>
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">auto <a class="el" href="class_w_s_t_m_1_1_w_channel.html">WSTM::WChannel</a>< Data_t >::ConnectToWriteSignal </td>
<td>(</td>
<td class="paramtype">Handler_t && </td>
<td class="paramname"><em>h</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Connects a handler to the channels write signal. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">h</td><td>The signal handler to connect.</td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The boost::signals2::connection object for the established connection.</dd></dl>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="class_w_s_t_m_1_1_w_channel.html#a150f3f40aa8d88f3515794ac5066f18a" title="Signal emitted when the channel is written to. ">WWriteSignal</a> </dd></dl>
<p>Definition at line <a class="el" href="channel_8h_source.html#l00351">351</a> of file <a class="el" href="channel_8h_source.html">channel.h</a>.</p>
</div>
</div>
<a class="anchor" id="a080a7ef123fd63de2c90830ebb39e1d4"></a>
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<typename Data_t> </div>
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="class_w_s_t_m_1_1_w_channel.html">WChannel</a>& <a class="el" href="class_w_s_t_m_1_1_w_channel.html">WSTM::WChannel</a>< Data_t >::operator= </td>
<td>(</td>
<td class="paramtype"><a class="el" href="class_w_s_t_m_1_1_w_channel.html">WChannel</a>< Data_t > && </td>
<td class="paramname"><em>c</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Moves the logical channel from the given <a class="el" href="class_w_s_t_m_1_1_w_channel.html" title="The write end of a transactional multi-cast channel. ">WChannel</a> object so that this object owns it. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">c</td><td>The <a class="el" href="class_w_s_t_m_1_1_w_channel.html" title="The write end of a transactional multi-cast channel. ">WChannel</a> object to move from.</td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>This <a class="el" href="class_w_s_t_m_1_1_w_channel.html" title="The write end of a transactional multi-cast channel. ">WChannel</a> object. </dd></dl>
<p>Definition at line <a class="el" href="channel_8h_source.html#l00290">290</a> of file <a class="el" href="channel_8h_source.html">channel.h</a>.</p>
</div>
</div>
<a class="anchor" id="a19a50aec1253c74f28093d6f35dc853f"></a>
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<typename Data_t> </div>
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="class_w_s_t_m_1_1_w_channel.html">WSTM::WChannel</a>< Data_t >::SetReaderInitFunc </td>
<td>(</td>
<td class="paramtype"><a class="el" href="class_w_s_t_m_1_1_w_channel.html#a6d12c7808a3f2d953f61ce94bf5edf36">WReaderInitFunc</a> </td>
<td class="paramname"><em>readerInit</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Sets the reader initialization function for this channel replacing any existing reader initialization function. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">readerInit</td><td>The reader initialization function. This function generates the first message sent to a new reader. It is called once for each reader that is created from this channel at the time that the reader is being created. If it is invalid then no initial message will be sent to new readers. </td></tr>
</table>
</dd>
</dl>
<p>Definition at line <a class="el" href="channel_8h_source.html#l00306">306</a> of file <a class="el" href="channel_8h_source.html">channel.h</a>.</p>
</div>
</div>
<a class="anchor" id="a5ef2ae7785c3fc9fd979cef7fdc3ea05"></a>
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<typename Data_t> </div>
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="class_w_s_t_m_1_1_w_channel.html">WSTM::WChannel</a>< Data_t >::Write </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="class_w_s_t_m_1_1_w_channel.html#abd107a26fe4bde3b68e8b7af87a235f9">Data</a> & </td>
<td class="paramname"><em>data</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="class_w_s_t_m_1_1_w_atomic.html">WAtomic</a> & </td>
<td class="paramname"><em>at</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Writes a message to the channel. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">data</td><td>The message to write.</td></tr>
<tr><td class="paramname">at</td><td>The transaction to write the message within. </td></tr>
</table>
</dd>
</dl>
<p>Definition at line <a class="el" href="channel_8h_source.html#l00318">318</a> of file <a class="el" href="channel_8h_source.html">channel.h</a>.</p>
</div>
</div>
<a class="anchor" id="a989445aae77943e93c08901b5c5f8a6a"></a>
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<typename Data_t> </div>
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="class_w_s_t_m_1_1_w_channel.html">WSTM::WChannel</a>< Data_t >::Write </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="class_w_s_t_m_1_1_w_channel.html#abd107a26fe4bde3b68e8b7af87a235f9">Data</a> & </td>
<td class="paramname"><em>data</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Writes a message to the channel. </p>
<p>This version creates its own transaction to do the write operation within.</p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">data</td><td>The message to write. </td></tr>
</table>
</dd>
</dl>
<p>Definition at line <a class="el" href="channel_8h_source.html#l00329">329</a> of file <a class="el" href="channel_8h_source.html">channel.h</a>.</p>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li>C:/projects/Wyatt-STM/wstm/<a class="el" href="channel_8h_source.html">channel.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.10
</small></address>
</body>
</html>
|
doc/api/polymer_app_layout.behaviors/ImageElement/alt.html
|
lejard-h/polymer_app_layout_templates
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>alt property - ImageElement class - polymer_app_layout.behaviors library - Dart API</title>
<!-- required because all the links are pseudo-absolute -->
<base href="../..">
<link href='https://fonts.googleapis.com/css?family=Source+Code+Pro|Roboto:500,400italic,300,400' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="static-assets/prettify.css">
<link rel="stylesheet" href="static-assets/css/bootstrap.min.css">
<link rel="stylesheet" href="static-assets/styles.css">
<meta name="description" content="API docs for the alt property from the ImageElement class, for the Dart programming language.">
<link rel="icon" href="static-assets/favicon.png">
<!-- Do not remove placeholder -->
<!-- Header Placeholder -->
</head>
<body>
<div id="overlay-under-drawer"></div>
<header class="container-fluid" id="title">
<nav class="navbar navbar-fixed-top">
<div class="container">
<button id="sidenav-left-toggle" type="button"> </button>
<ol class="breadcrumbs gt-separated hidden-xs">
<li><a href="index.html">polymer_app_layout_template</a></li>
<li><a href="polymer_app_layout.behaviors/polymer_app_layout.behaviors-library.html">polymer_app_layout.behaviors</a></li>
<li><a href="polymer_app_layout.behaviors/ImageElement-class.html">ImageElement</a></li>
<li class="self-crumb">alt</li>
</ol>
<div class="self-name">alt</div>
</div>
</nav>
<div class="container masthead">
<ol class="breadcrumbs gt-separated visible-xs">
<li><a href="index.html">polymer_app_layout_template</a></li>
<li><a href="polymer_app_layout.behaviors/polymer_app_layout.behaviors-library.html">polymer_app_layout.behaviors</a></li>
<li><a href="polymer_app_layout.behaviors/ImageElement-class.html">ImageElement</a></li>
<li class="self-crumb">alt</li>
</ol>
<div class="title-description">
<h1 class="title">
<div class="kind">property</div> alt
</h1>
<!-- p class="subtitle">
</p -->
</div>
<ul class="subnav">
</ul>
</div>
</header>
<div class="container body">
<div class="col-xs-6 col-sm-3 sidebar sidebar-offcanvas-left">
<h5><a href="index.html">polymer_app_layout_template</a></h5>
<h5><a href="polymer_app_layout.behaviors/polymer_app_layout.behaviors-library.html">polymer_app_layout.behaviors</a></h5>
<h5><a href="polymer_app_layout.behaviors/ImageElement-class.html">ImageElement</a></h5>
<ol>
<li class="section-title"><a href="polymer_app_layout.behaviors/ImageElement-class.html#instance-properties">Properties</a></li>
<li><a href="polymer_app_layout.behaviors/ImageElement/alt.html">alt</a>
</li>
<li>attributes
</li>
<li>baseUri
</li>
<li>borderEdge
</li>
<li>childNodes
</li>
<li>children
</li>
<li>classes
</li>
<li>className
</li>
<li>client
</li>
<li>clientHeight
</li>
<li>clientLeft
</li>
<li>clientTop
</li>
<li>clientWidth
</li>
<li><a href="polymer_app_layout.behaviors/ImageElement/complete.html">complete</a>
</li>
<li>contentEdge
</li>
<li>contentEditable
</li>
<li>contextMenu
</li>
<li><a href="polymer_app_layout.behaviors/ImageElement/crossOrigin.html">crossOrigin</a>
</li>
<li><a href="polymer_app_layout.behaviors/ImageElement/currentSrc.html">currentSrc</a>
</li>
<li>dataset
</li>
<li>dir
</li>
<li>documentOffset
</li>
<li>draggable
</li>
<li>dropzone
</li>
<li>firstChild
</li>
<li><a href="polymer_app_layout.behaviors/ImageElement/height.html">height</a>
</li>
<li>hidden
</li>
<li>id
</li>
<li>innerHtml
</li>
<li>inputMethodContext
</li>
<li><a href="polymer_app_layout.behaviors/ImageElement/integrity.html">integrity</a>
</li>
<li>isContentEditable
</li>
<li><a href="polymer_app_layout.behaviors/ImageElement/isMap.html">isMap</a>
</li>
<li>lang
</li>
<li>lastChild
</li>
<li>localName
</li>
<li>marginEdge
</li>
<li>namespaceUri
</li>
<li><a href="polymer_app_layout.behaviors/ImageElement/naturalHeight.html">naturalHeight</a>
</li>
<li><a href="polymer_app_layout.behaviors/ImageElement/naturalWidth.html">naturalWidth</a>
</li>
<li>nextElementSibling
</li>
<li>nextNode
</li>
<li>nodeName
</li>
<li>nodes
</li>
<li>nodeType
</li>
<li>nodeValue
</li>
<li>offset
</li>
<li>offsetHeight
</li>
<li>offsetLeft
</li>
<li>offsetParent
</li>
<li>offsetTop
</li>
<li>offsetWidth
</li>
<li>on
</li>
<li>onAbort
</li>
<li>onBeforeCopy
</li>
<li>onBeforeCut
</li>
<li>onBeforePaste
</li>
<li>onBlur
</li>
<li>onCanPlay
</li>
<li>onCanPlayThrough
</li>
<li>onChange
</li>
<li>onClick
</li>
<li>onContextMenu
</li>
<li>onCopy
</li>
<li>onCut
</li>
<li>onDoubleClick
</li>
<li>onDrag
</li>
<li>onDragEnd
</li>
<li>onDragEnter
</li>
<li>onDragLeave
</li>
<li>onDragOver
</li>
<li>onDragStart
</li>
<li>onDrop
</li>
<li>onDurationChange
</li>
<li>onEmptied
</li>
<li>onEnded
</li>
<li>onError
</li>
<li>onFocus
</li>
<li>onFullscreenChange
</li>
<li>onFullscreenError
</li>
<li>onInput
</li>
<li>onInvalid
</li>
<li>onKeyDown
</li>
<li>onKeyPress
</li>
<li>onKeyUp
</li>
<li>onLoad
</li>
<li>onLoadedData
</li>
<li>onLoadedMetadata
</li>
<li>onMouseDown
</li>
<li>onMouseEnter
</li>
<li>onMouseLeave
</li>
<li>onMouseMove
</li>
<li>onMouseOut
</li>
<li>onMouseOver
</li>
<li>onMouseUp
</li>
<li>onMouseWheel
</li>
<li>onPaste
</li>
<li>onPause
</li>
<li>onPlay
</li>
<li>onPlaying
</li>
<li>onRateChange
</li>
<li>onReset
</li>
<li>onResize
</li>
<li>onScroll
</li>
<li>onSearch
</li>
<li>onSeeked
</li>
<li>onSeeking
</li>
<li>onSelect
</li>
<li>onSelectStart
</li>
<li>onStalled
</li>
<li>onSubmit
</li>
<li>onSuspend
</li>
<li>onTimeUpdate
</li>
<li>onTouchCancel
</li>
<li>onTouchEnd
</li>
<li>onTouchEnter
</li>
<li>onTouchLeave
</li>
<li>onTouchMove
</li>
<li>onTouchStart
</li>
<li>onTransitionEnd
</li>
<li>onVolumeChange
</li>
<li>onWaiting
</li>
<li>outerHtml
</li>
<li>ownerDocument
</li>
<li>paddingEdge
</li>
<li>parent
</li>
<li>parentNode
</li>
<li>previousElementSibling
</li>
<li>previousNode
</li>
<li>scrollHeight
</li>
<li>scrollLeft
</li>
<li>scrollTop
</li>
<li>scrollWidth
</li>
<li>shadowRoot
</li>
<li><a href="polymer_app_layout.behaviors/ImageElement/sizes.html">sizes</a>
</li>
<li>spellcheck
</li>
<li><a href="polymer_app_layout.behaviors/ImageElement/src.html">src</a>
</li>
<li><a href="polymer_app_layout.behaviors/ImageElement/srcset.html">srcset</a>
</li>
<li>style
</li>
<li>tabIndex
</li>
<li>tagName
</li>
<li>text
</li>
<li>title
</li>
<li>translate
</li>
<li><a href="polymer_app_layout.behaviors/ImageElement/useMap.html">useMap</a>
</li>
<li><a href="polymer_app_layout.behaviors/ImageElement/width.html">width</a>
</li>
<li>xtag
</li>
<li class="section-title"><a href="polymer_app_layout.behaviors/ImageElement-class.html#constructors">Constructors</a></li>
<li><a href="polymer_app_layout.behaviors/ImageElement/ImageElement.html">ImageElement</a></li>
<li><a href="polymer_app_layout.behaviors/ImageElement/ImageElement.created.html">created</a></li>
<li class="section-title"><a href="polymer_app_layout.behaviors/ImageElement-class.html#methods">Methods</a></li>
<li>addEventListener
</li>
<li>animate
</li>
<li>append
</li>
<li>appendHtml
</li>
<li>appendText
</li>
<li>attached
</li>
<li>attributeChanged
</li>
<li>blur
</li>
<li>click
</li>
<li>clone
</li>
<li>contains
</li>
<li>createFragment
</li>
<li>createShadowRoot
</li>
<li>detached
</li>
<li>dispatchEvent
</li>
<li>enteredView
</li>
<li>focus
</li>
<li>getAnimationPlayers
</li>
<li>getAttribute
</li>
<li>getAttributeNS
</li>
<li>getBoundingClientRect
</li>
<li>getClientRects
</li>
<li>getComputedStyle
</li>
<li>getDestinationInsertionPoints
</li>
<li>getElementsByClassName
</li>
<li>getNamespacedAttributes
</li>
<li>hasChildNodes
</li>
<li>insertAdjacentElement
</li>
<li>insertAdjacentHtml
</li>
<li>insertAdjacentText
</li>
<li>insertAllBefore
</li>
<li>insertBefore
</li>
<li>leftView
</li>
<li>matches
</li>
<li>matchesWithAncestors
</li>
<li>offsetTo
</li>
<li>query
</li>
<li>queryAll
</li>
<li>querySelector
</li>
<li>querySelectorAll
</li>
<li>remove
</li>
<li>removeEventListener
</li>
<li>replaceWith
</li>
<li>requestFullscreen
</li>
<li>requestPointerLock
</li>
<li>scrollIntoView
</li>
<li>setAttribute
</li>
<li>setAttributeNS
</li>
<li>setInnerHtml
</li>
<li>toString
</li>
</ol>
</div><!--/.sidebar-offcanvas-->
<div class="col-xs-12 col-sm-9 col-md-6 main-content">
<section class="multi-line-signature">
<span class="returntype">String</span>
<span class="name ">alt</span>
<div class="readable-writable">
read / write
</div>
</section>
<section class="desc markdown">
<p class="no-docs">Not documented.</p>
</section>
</div> <!-- /.main-content -->
</div> <!-- container -->
<footer>
<div class="container-fluid">
<div class="container">
<p class="text-center">
<span class="no-break">
polymer_app_layout_template 0.1.0 api docs
</span>
•
<span class="copyright no-break">
<a href="https://www.dartlang.org">
<img src="static-assets/favicon.png" alt="Dart" title="Dart"width="16" height="16">
</a>
</span>
•
<span class="copyright no-break">
<a href="http://creativecommons.org/licenses/by-sa/4.0/">cc license</a>
</span>
</p>
</div>
</div>
</footer>
<script src="static-assets/prettify.js"></script>
<script src="static-assets/script.js"></script>
<!-- Do not remove placeholder -->
<!-- Footer Placeholder -->
</body>
</html>
|
views/create.html
|
jonschwadron/secret-message
|
<h1>your create page</h1>
|
doc/api/polymer_app_layout.behaviors/HiddenInputElement-class.html
|
lejard-h/polymer_app_layout_templates
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>HiddenInputElement class - polymer_app_layout.behaviors library - Dart API</title>
<!-- required because all the links are pseudo-absolute -->
<base href="..">
<link href='https://fonts.googleapis.com/css?family=Source+Code+Pro|Roboto:500,400italic,300,400' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="static-assets/prettify.css">
<link rel="stylesheet" href="static-assets/css/bootstrap.min.css">
<link rel="stylesheet" href="static-assets/styles.css">
<meta name="description" content="API docs for the HiddenInputElement class from the polymer_app_layout.behaviors library, for the Dart programming language.">
<link rel="icon" href="static-assets/favicon.png">
<!-- Do not remove placeholder -->
<!-- Header Placeholder -->
</head>
<body>
<div id="overlay-under-drawer"></div>
<header class="container-fluid" id="title">
<nav class="navbar navbar-fixed-top">
<div class="container">
<button id="sidenav-left-toggle" type="button"> </button>
<ol class="breadcrumbs gt-separated hidden-xs">
<li><a href="index.html">polymer_app_layout_template</a></li>
<li><a href="polymer_app_layout.behaviors/polymer_app_layout.behaviors-library.html">polymer_app_layout.behaviors</a></li>
<li class="self-crumb">HiddenInputElement</li>
</ol>
<div class="self-name">HiddenInputElement</div>
</div>
</nav>
<div class="container masthead">
<ol class="breadcrumbs gt-separated visible-xs">
<li><a href="index.html">polymer_app_layout_template</a></li>
<li><a href="polymer_app_layout.behaviors/polymer_app_layout.behaviors-library.html">polymer_app_layout.behaviors</a></li>
<li class="self-crumb">HiddenInputElement</li>
</ol>
<div class="title-description">
<h1 class="title">
<div class="kind">class</div> HiddenInputElement
</h1>
<!-- p class="subtitle">
Hidden input which is not intended to be seen or edited by the user.
</p -->
</div>
<ul class="subnav">
<li><a href="polymer_app_layout.behaviors/HiddenInputElement-class.html#constructors">Constructors</a></li>
</ul>
</div>
</header>
<div class="container body">
<div class="col-xs-6 col-sm-3 col-md-3 sidebar sidebar-offcanvas-left">
<h5><a href="index.html">polymer_app_layout_template</a></h5>
<h5><a href="polymer_app_layout.behaviors/polymer_app_layout.behaviors-library.html">polymer_app_layout.behaviors</a></h5>
<ol>
<li class="section-title"><a href="polymer_app_layout.behaviors/polymer_app_layout.behaviors-library.html#typedefs">Typedefs</a></li>
<li><a href="polymer_app_layout.behaviors/DatabaseCallback.html">DatabaseCallback</a></li>
<li><a href="polymer_app_layout.behaviors/EventListener.html">EventListener</a></li>
<li><a href="polymer_app_layout.behaviors/FontFaceSetForEachCallback.html">FontFaceSetForEachCallback</a></li>
<li><a href="polymer_app_layout.behaviors/HeadersForEachCallback.html">HeadersForEachCallback</a></li>
<li><a href="polymer_app_layout.behaviors/MediaDeviceInfoCallback.html">MediaDeviceInfoCallback</a></li>
<li><a href="polymer_app_layout.behaviors/MediaStreamTrackSourcesCallback.html">MediaStreamTrackSourcesCallback</a></li>
<li><a href="polymer_app_layout.behaviors/MetadataCallback.html">MetadataCallback</a></li>
<li><a href="polymer_app_layout.behaviors/MidiErrorCallback.html">MidiErrorCallback</a></li>
<li><a href="polymer_app_layout.behaviors/MidiSuccessCallback.html">MidiSuccessCallback</a></li>
<li><a href="polymer_app_layout.behaviors/MutationCallback.html">MutationCallback</a></li>
<li><a href="polymer_app_layout.behaviors/RequestAnimationFrameCallback.html">RequestAnimationFrameCallback</a></li>
<li><a href="polymer_app_layout.behaviors/RtcStatsCallback.html">RtcStatsCallback</a></li>
<li><a href="polymer_app_layout.behaviors/StorageErrorCallback.html">StorageErrorCallback</a></li>
<li><a href="polymer_app_layout.behaviors/StorageQuotaCallback.html">StorageQuotaCallback</a></li>
<li><a href="polymer_app_layout.behaviors/StorageUsageCallback.html">StorageUsageCallback</a></li>
<li><a href="polymer_app_layout.behaviors/TimeoutHandler.html">TimeoutHandler</a></li>
<li><a href="polymer_app_layout.behaviors/VoidCallback.html">VoidCallback</a></li>
<li class="section-title"><a href="polymer_app_layout.behaviors/polymer_app_layout.behaviors-library.html#properties">Properties</a></li>
<li><a href="polymer_app_layout.behaviors/document.html">document</a></li>
<li><a href="polymer_app_layout.behaviors/htmlBlinkMap.html">htmlBlinkMap</a></li>
<li><a href="polymer_app_layout.behaviors/window.html">window</a></li>
<li class="section-title"><a href="polymer_app_layout.behaviors/polymer_app_layout.behaviors-library.html#functions">Functions</a></li>
<li><a href="polymer_app_layout.behaviors/make_dart_rectangle.html">make_dart_rectangle</a></li>
<li><a href="polymer_app_layout.behaviors/query.html">query</a></li>
<li><a href="polymer_app_layout.behaviors/queryAll.html">queryAll</a></li>
<li><a href="polymer_app_layout.behaviors/querySelector.html">querySelector</a></li>
<li><a href="polymer_app_layout.behaviors/querySelectorAll.html">querySelectorAll</a></li>
<li><a href="polymer_app_layout.behaviors/spawnDomUri.html">spawnDomUri</a></li>
<li><a href="polymer_app_layout.behaviors/unwrap_jso.html">unwrap_jso</a></li>
<li><a href="polymer_app_layout.behaviors/wrap_jso.html">wrap_jso</a></li>
<li><a href="polymer_app_layout.behaviors/wrap_jso_list.html">wrap_jso_list</a></li>
<li class="section-title"><a href="polymer_app_layout.behaviors/polymer_app_layout.behaviors-library.html#classes">Classes</a></li>
<li><a href="polymer_app_layout.behaviors/AbstractWorker-class.html">AbstractWorker</a></li>
<li><a href="polymer_app_layout.behaviors/AnchorElement-class.html">AnchorElement</a></li>
<li><a href="polymer_app_layout.behaviors/Animation-class.html">Animation</a></li>
<li><a href="polymer_app_layout.behaviors/AnimationEffect-class.html">AnimationEffect</a></li>
<li><a href="polymer_app_layout.behaviors/AnimationEvent-class.html">AnimationEvent</a></li>
<li><a href="polymer_app_layout.behaviors/AnimationNode-class.html">AnimationNode</a></li>
<li><a href="polymer_app_layout.behaviors/AnimationPlayer-class.html">AnimationPlayer</a></li>
<li><a href="polymer_app_layout.behaviors/AnimationPlayerEvent-class.html">AnimationPlayerEvent</a></li>
<li><a href="polymer_app_layout.behaviors/AnimationTimeline-class.html">AnimationTimeline</a></li>
<li><a href="polymer_app_layout.behaviors/ApplicationCache-class.html">ApplicationCache</a></li>
<li><a href="polymer_app_layout.behaviors/ApplicationCacheErrorEvent-class.html">ApplicationCacheErrorEvent</a></li>
<li><a href="polymer_app_layout.behaviors/AreaElement-class.html">AreaElement</a></li>
<li><a href="polymer_app_layout.behaviors/AudioElement-class.html">AudioElement</a></li>
<li><a href="polymer_app_layout.behaviors/AudioTrack-class.html">AudioTrack</a></li>
<li><a href="polymer_app_layout.behaviors/AudioTrackList-class.html">AudioTrackList</a></li>
<li><a href="polymer_app_layout.behaviors/AutocompleteErrorEvent-class.html">AutocompleteErrorEvent</a></li>
<li><a href="polymer_app_layout.behaviors/BarProp-class.html">BarProp</a></li>
<li><a href="polymer_app_layout.behaviors/BaseElement-class.html">BaseElement</a></li>
<li><a href="polymer_app_layout.behaviors/BatteryManager-class.html">BatteryManager</a></li>
<li><a href="polymer_app_layout.behaviors/BeforeUnloadEvent-class.html">BeforeUnloadEvent</a></li>
<li><a href="polymer_app_layout.behaviors/Blob-class.html">Blob</a></li>
<li><a href="polymer_app_layout.behaviors/Body-class.html">Body</a></li>
<li><a href="polymer_app_layout.behaviors/BodyElement-class.html">BodyElement</a></li>
<li><a href="polymer_app_layout.behaviors/BRElement-class.html">BRElement</a></li>
<li><a href="polymer_app_layout.behaviors/ButtonElement-class.html">ButtonElement</a></li>
<li><a href="polymer_app_layout.behaviors/ButtonInputElement-class.html">ButtonInputElement</a></li>
<li><a href="polymer_app_layout.behaviors/CacheStorage-class.html">CacheStorage</a></li>
<li><a href="polymer_app_layout.behaviors/Canvas2DContextAttributes-class.html">Canvas2DContextAttributes</a></li>
<li><a href="polymer_app_layout.behaviors/CanvasElement-class.html">CanvasElement</a></li>
<li><a href="polymer_app_layout.behaviors/CanvasGradient-class.html">CanvasGradient</a></li>
<li><a href="polymer_app_layout.behaviors/CanvasImageSource-class.html">CanvasImageSource</a></li>
<li><a href="polymer_app_layout.behaviors/CanvasPattern-class.html">CanvasPattern</a></li>
<li><a href="polymer_app_layout.behaviors/CanvasRenderingContext-class.html">CanvasRenderingContext</a></li>
<li><a href="polymer_app_layout.behaviors/CanvasRenderingContext2D-class.html">CanvasRenderingContext2D</a></li>
<li><a href="polymer_app_layout.behaviors/CDataSection-class.html">CDataSection</a></li>
<li><a href="polymer_app_layout.behaviors/CharacterData-class.html">CharacterData</a></li>
<li><a href="polymer_app_layout.behaviors/CheckboxInputElement-class.html">CheckboxInputElement</a></li>
<li><a href="polymer_app_layout.behaviors/ChildNode-class.html">ChildNode</a></li>
<li><a href="polymer_app_layout.behaviors/CircularGeofencingRegion-class.html">CircularGeofencingRegion</a></li>
<li><a href="polymer_app_layout.behaviors/CloseEvent-class.html">CloseEvent</a></li>
<li><a href="polymer_app_layout.behaviors/Comment-class.html">Comment</a></li>
<li><a href="polymer_app_layout.behaviors/CompositionEvent-class.html">CompositionEvent</a></li>
<li><a href="polymer_app_layout.behaviors/Console-class.html">Console</a></li>
<li><a href="polymer_app_layout.behaviors/ConsoleBase-class.html">ConsoleBase</a></li>
<li><a href="polymer_app_layout.behaviors/ContentElement-class.html">ContentElement</a></li>
<li><a href="polymer_app_layout.behaviors/Coordinates-class.html">Coordinates</a></li>
<li><a href="polymer_app_layout.behaviors/Credential-class.html">Credential</a></li>
<li><a href="polymer_app_layout.behaviors/CredentialsContainer-class.html">CredentialsContainer</a></li>
<li><a href="polymer_app_layout.behaviors/Crypto-class.html">Crypto</a></li>
<li><a href="polymer_app_layout.behaviors/CryptoKey-class.html">CryptoKey</a></li>
<li><a href="polymer_app_layout.behaviors/Css-class.html">Css</a></li>
<li><a href="polymer_app_layout.behaviors/CssCharsetRule-class.html">CssCharsetRule</a></li>
<li><a href="polymer_app_layout.behaviors/CssClassSet-class.html">CssClassSet</a></li>
<li><a href="polymer_app_layout.behaviors/CssFilterRule-class.html">CssFilterRule</a></li>
<li><a href="polymer_app_layout.behaviors/CssFontFaceRule-class.html">CssFontFaceRule</a></li>
<li><a href="polymer_app_layout.behaviors/CssImportRule-class.html">CssImportRule</a></li>
<li><a href="polymer_app_layout.behaviors/CssKeyframeRule-class.html">CssKeyframeRule</a></li>
<li><a href="polymer_app_layout.behaviors/CssKeyframesRule-class.html">CssKeyframesRule</a></li>
<li><a href="polymer_app_layout.behaviors/CssMediaRule-class.html">CssMediaRule</a></li>
<li><a href="polymer_app_layout.behaviors/CssPageRule-class.html">CssPageRule</a></li>
<li><a href="polymer_app_layout.behaviors/CssRect-class.html">CssRect</a></li>
<li><a href="polymer_app_layout.behaviors/CssRule-class.html">CssRule</a></li>
<li><a href="polymer_app_layout.behaviors/CssStyleDeclaration-class.html">CssStyleDeclaration</a></li>
<li><a href="polymer_app_layout.behaviors/CssStyleDeclarationBase-class.html">CssStyleDeclarationBase</a></li>
<li><a href="polymer_app_layout.behaviors/CssStyleRule-class.html">CssStyleRule</a></li>
<li><a href="polymer_app_layout.behaviors/CssStyleSheet-class.html">CssStyleSheet</a></li>
<li><a href="polymer_app_layout.behaviors/CssSupportsRule-class.html">CssSupportsRule</a></li>
<li><a href="polymer_app_layout.behaviors/CssViewportRule-class.html">CssViewportRule</a></li>
<li><a href="polymer_app_layout.behaviors/CustomEvent-class.html">CustomEvent</a></li>
<li><a href="polymer_app_layout.behaviors/CustomStream-class.html">CustomStream</a></li>
<li><a href="polymer_app_layout.behaviors/DataListElement-class.html">DataListElement</a></li>
<li><a href="polymer_app_layout.behaviors/DataTransfer-class.html">DataTransfer</a></li>
<li><a href="polymer_app_layout.behaviors/DataTransferItem-class.html">DataTransferItem</a></li>
<li><a href="polymer_app_layout.behaviors/DataTransferItemList-class.html">DataTransferItemList</a></li>
<li><a href="polymer_app_layout.behaviors/DateInputElement-class.html">DateInputElement</a></li>
<li><a href="polymer_app_layout.behaviors/DedicatedWorkerGlobalScope-class.html">DedicatedWorkerGlobalScope</a></li>
<li><a href="polymer_app_layout.behaviors/DeprecatedStorageInfo-class.html">DeprecatedStorageInfo</a></li>
<li><a href="polymer_app_layout.behaviors/DeprecatedStorageQuota-class.html">DeprecatedStorageQuota</a></li>
<li><a href="polymer_app_layout.behaviors/DetailsElement-class.html">DetailsElement</a></li>
<li><a href="polymer_app_layout.behaviors/DeviceAcceleration-class.html">DeviceAcceleration</a></li>
<li><a href="polymer_app_layout.behaviors/DeviceLightEvent-class.html">DeviceLightEvent</a></li>
<li><a href="polymer_app_layout.behaviors/DeviceMotionEvent-class.html">DeviceMotionEvent</a></li>
<li><a href="polymer_app_layout.behaviors/DeviceOrientationEvent-class.html">DeviceOrientationEvent</a></li>
<li><a href="polymer_app_layout.behaviors/DeviceRotationRate-class.html">DeviceRotationRate</a></li>
<li><a href="polymer_app_layout.behaviors/DialogElement-class.html">DialogElement</a></li>
<li><a href="polymer_app_layout.behaviors/Dimension-class.html">Dimension</a></li>
<li><a href="polymer_app_layout.behaviors/DirectoryEntry-class.html">DirectoryEntry</a></li>
<li><a href="polymer_app_layout.behaviors/DirectoryReader-class.html">DirectoryReader</a></li>
<li><a href="polymer_app_layout.behaviors/DivElement-class.html">DivElement</a></li>
<li><a href="polymer_app_layout.behaviors/DListElement-class.html">DListElement</a></li>
<li><a href="polymer_app_layout.behaviors/Document-class.html">Document</a></li>
<li><a href="polymer_app_layout.behaviors/DocumentFragment-class.html">DocumentFragment</a></li>
<li><a href="polymer_app_layout.behaviors/DomError-class.html">DomError</a></li>
<li><a href="polymer_app_layout.behaviors/DomException-class.html">DomException</a></li>
<li><a href="polymer_app_layout.behaviors/DomImplementation-class.html">DomImplementation</a></li>
<li><a href="polymer_app_layout.behaviors/DomIterator-class.html">DomIterator</a></li>
<li><a href="polymer_app_layout.behaviors/DomMatrix-class.html">DomMatrix</a></li>
<li><a href="polymer_app_layout.behaviors/DomMatrixReadOnly-class.html">DomMatrixReadOnly</a></li>
<li><a href="polymer_app_layout.behaviors/DomParser-class.html">DomParser</a></li>
<li><a href="polymer_app_layout.behaviors/DomPoint-class.html">DomPoint</a></li>
<li><a href="polymer_app_layout.behaviors/DomPointReadOnly-class.html">DomPointReadOnly</a></li>
<li><a href="polymer_app_layout.behaviors/DomRectReadOnly-class.html">DomRectReadOnly</a></li>
<li><a href="polymer_app_layout.behaviors/DomSettableTokenList-class.html">DomSettableTokenList</a></li>
<li><a href="polymer_app_layout.behaviors/DomStringList-class.html">DomStringList</a></li>
<li><a href="polymer_app_layout.behaviors/DomStringMap-class.html">DomStringMap</a></li>
<li><a href="polymer_app_layout.behaviors/DomTokenList-class.html">DomTokenList</a></li>
<li><a href="polymer_app_layout.behaviors/Element-class.html">Element</a></li>
<li><a href="polymer_app_layout.behaviors/ElementEvents-class.html">ElementEvents</a></li>
<li><a href="polymer_app_layout.behaviors/ElementList-class.html">ElementList</a></li>
<li><a href="polymer_app_layout.behaviors/ElementStream-class.html">ElementStream</a></li>
<li><a href="polymer_app_layout.behaviors/ElementUpgrader-class.html">ElementUpgrader</a></li>
<li><a href="polymer_app_layout.behaviors/EmailInputElement-class.html">EmailInputElement</a></li>
<li><a href="polymer_app_layout.behaviors/EmbedElement-class.html">EmbedElement</a></li>
<li><a href="polymer_app_layout.behaviors/Entry-class.html">Entry</a></li>
<li><a href="polymer_app_layout.behaviors/ErrorEvent-class.html">ErrorEvent</a></li>
<li><a href="polymer_app_layout.behaviors/Event-class.html">Event</a></li>
<li><a href="polymer_app_layout.behaviors/Events-class.html">Events</a></li>
<li><a href="polymer_app_layout.behaviors/EventSource-class.html">EventSource</a></li>
<li><a href="polymer_app_layout.behaviors/EventStreamProvider-class.html">EventStreamProvider</a></li>
<li><a href="polymer_app_layout.behaviors/EventTarget-class.html">EventTarget</a></li>
<li><a href="polymer_app_layout.behaviors/ExtendableEvent-class.html">ExtendableEvent</a></li>
<li><a href="polymer_app_layout.behaviors/FederatedCredential-class.html">FederatedCredential</a></li>
<li><a href="polymer_app_layout.behaviors/FetchEvent-class.html">FetchEvent</a></li>
<li><a href="polymer_app_layout.behaviors/FieldSetElement-class.html">FieldSetElement</a></li>
<li><a href="polymer_app_layout.behaviors/File-class.html">File</a></li>
<li><a href="polymer_app_layout.behaviors/FileEntry-class.html">FileEntry</a></li>
<li><a href="polymer_app_layout.behaviors/FileError-class.html">FileError</a></li>
<li><a href="polymer_app_layout.behaviors/FileList-class.html">FileList</a></li>
<li><a href="polymer_app_layout.behaviors/FileReader-class.html">FileReader</a></li>
<li><a href="polymer_app_layout.behaviors/FileStream-class.html">FileStream</a></li>
<li><a href="polymer_app_layout.behaviors/FileSystem-class.html">FileSystem</a></li>
<li><a href="polymer_app_layout.behaviors/FileUploadInputElement-class.html">FileUploadInputElement</a></li>
<li><a href="polymer_app_layout.behaviors/FileWriter-class.html">FileWriter</a></li>
<li><a href="polymer_app_layout.behaviors/FixedSizeListIterator-class.html">FixedSizeListIterator</a></li>
<li><a href="polymer_app_layout.behaviors/FocusEvent-class.html">FocusEvent</a></li>
<li><a href="polymer_app_layout.behaviors/FontFace-class.html">FontFace</a></li>
<li><a href="polymer_app_layout.behaviors/FontFaceSet-class.html">FontFaceSet</a></li>
<li><a href="polymer_app_layout.behaviors/FontFaceSetLoadEvent-class.html">FontFaceSetLoadEvent</a></li>
<li><a href="polymer_app_layout.behaviors/FormData-class.html">FormData</a></li>
<li><a href="polymer_app_layout.behaviors/FormElement-class.html">FormElement</a></li>
<li><a href="polymer_app_layout.behaviors/Gamepad-class.html">Gamepad</a></li>
<li><a href="polymer_app_layout.behaviors/GamepadButton-class.html">GamepadButton</a></li>
<li><a href="polymer_app_layout.behaviors/GamepadEvent-class.html">GamepadEvent</a></li>
<li><a href="polymer_app_layout.behaviors/Geofencing-class.html">Geofencing</a></li>
<li><a href="polymer_app_layout.behaviors/GeofencingRegion-class.html">GeofencingRegion</a></li>
<li><a href="polymer_app_layout.behaviors/Geolocation-class.html">Geolocation</a></li>
<li><a href="polymer_app_layout.behaviors/Geoposition-class.html">Geoposition</a></li>
<li><a href="polymer_app_layout.behaviors/GlobalEventHandlers-class.html">GlobalEventHandlers</a></li>
<li><a href="polymer_app_layout.behaviors/HashChangeEvent-class.html">HashChangeEvent</a></li>
<li><a href="polymer_app_layout.behaviors/HeadElement-class.html">HeadElement</a></li>
<li><a href="polymer_app_layout.behaviors/Headers-class.html">Headers</a></li>
<li><a href="polymer_app_layout.behaviors/HeadingElement-class.html">HeadingElement</a></li>
<li><a href="polymer_app_layout.behaviors/HiddenInputElement-class.html">HiddenInputElement</a></li>
<li><a href="polymer_app_layout.behaviors/History-class.html">History</a></li>
<li><a href="polymer_app_layout.behaviors/HistoryBase-class.html">HistoryBase</a></li>
<li><a href="polymer_app_layout.behaviors/HRElement-class.html">HRElement</a></li>
<li><a href="polymer_app_layout.behaviors/HtmlCollection-class.html">HtmlCollection</a></li>
<li><a href="polymer_app_layout.behaviors/HtmlDocument-class.html">HtmlDocument</a></li>
<li><a href="polymer_app_layout.behaviors/HtmlElement-class.html">HtmlElement</a></li>
<li><a href="polymer_app_layout.behaviors/HtmlFormControlsCollection-class.html">HtmlFormControlsCollection</a></li>
<li><a href="polymer_app_layout.behaviors/HtmlHtmlElement-class.html">HtmlHtmlElement</a></li>
<li><a href="polymer_app_layout.behaviors/HtmlOptionsCollection-class.html">HtmlOptionsCollection</a></li>
<li><a href="polymer_app_layout.behaviors/HttpRequest-class.html">HttpRequest</a></li>
<li><a href="polymer_app_layout.behaviors/HttpRequestEventTarget-class.html">HttpRequestEventTarget</a></li>
<li><a href="polymer_app_layout.behaviors/HttpRequestUpload-class.html">HttpRequestUpload</a></li>
<li><a href="polymer_app_layout.behaviors/IconBehavior-class.html">IconBehavior</a></li>
<li><a href="polymer_app_layout.behaviors/IFrameElement-class.html">IFrameElement</a></li>
<li><a href="polymer_app_layout.behaviors/ImageBitmap-class.html">ImageBitmap</a></li>
<li><a href="polymer_app_layout.behaviors/ImageButtonInputElement-class.html">ImageButtonInputElement</a></li>
<li><a href="polymer_app_layout.behaviors/ImageData-class.html">ImageData</a></li>
<li><a href="polymer_app_layout.behaviors/ImageElement-class.html">ImageElement</a></li>
<li><a href="polymer_app_layout.behaviors/ImmutableListMixin-class.html">ImmutableListMixin</a></li>
<li><a href="polymer_app_layout.behaviors/InjectedScriptHost-class.html">InjectedScriptHost</a></li>
<li><a href="polymer_app_layout.behaviors/InputElement-class.html">InputElement</a></li>
<li><a href="polymer_app_layout.behaviors/InputElementBase-class.html">InputElementBase</a></li>
<li><a href="polymer_app_layout.behaviors/InputMethodContext-class.html">InputMethodContext</a></li>
<li><a href="polymer_app_layout.behaviors/InstallEvent-class.html">InstallEvent</a></li>
<li><a href="polymer_app_layout.behaviors/KeyboardEvent-class.html">KeyboardEvent</a></li>
<li><a href="polymer_app_layout.behaviors/KeyboardEventStream-class.html">KeyboardEventStream</a></li>
<li><a href="polymer_app_layout.behaviors/KeyCode-class.html">KeyCode</a></li>
<li><a href="polymer_app_layout.behaviors/KeyEvent-class.html">KeyEvent</a></li>
<li><a href="polymer_app_layout.behaviors/KeygenElement-class.html">KeygenElement</a></li>
<li><a href="polymer_app_layout.behaviors/KeyLocation-class.html">KeyLocation</a></li>
<li><a href="polymer_app_layout.behaviors/LabelElement-class.html">LabelElement</a></li>
<li><a href="polymer_app_layout.behaviors/LeftNavBehavior-class.html">LeftNavBehavior</a></li>
<li><a href="polymer_app_layout.behaviors/LegendElement-class.html">LegendElement</a></li>
<li><a href="polymer_app_layout.behaviors/LIElement-class.html">LIElement</a></li>
<li><a href="polymer_app_layout.behaviors/LinkElement-class.html">LinkElement</a></li>
<li><a href="polymer_app_layout.behaviors/LocalCredential-class.html">LocalCredential</a></li>
<li><a href="polymer_app_layout.behaviors/LocalDateTimeInputElement-class.html">LocalDateTimeInputElement</a></li>
<li><a href="polymer_app_layout.behaviors/Location-class.html">Location</a></li>
<li><a href="polymer_app_layout.behaviors/LocationBase-class.html">LocationBase</a></li>
<li><a href="polymer_app_layout.behaviors/MapElement-class.html">MapElement</a></li>
<li><a href="polymer_app_layout.behaviors/MediaController-class.html">MediaController</a></li>
<li><a href="polymer_app_layout.behaviors/MediaDeviceInfo-class.html">MediaDeviceInfo</a></li>
<li><a href="polymer_app_layout.behaviors/MediaElement-class.html">MediaElement</a></li>
<li><a href="polymer_app_layout.behaviors/MediaError-class.html">MediaError</a></li>
<li><a href="polymer_app_layout.behaviors/MediaKeyError-class.html">MediaKeyError</a></li>
<li><a href="polymer_app_layout.behaviors/MediaKeyEvent-class.html">MediaKeyEvent</a></li>
<li><a href="polymer_app_layout.behaviors/MediaKeyMessageEvent-class.html">MediaKeyMessageEvent</a></li>
<li><a href="polymer_app_layout.behaviors/MediaKeyNeededEvent-class.html">MediaKeyNeededEvent</a></li>
<li><a href="polymer_app_layout.behaviors/MediaKeys-class.html">MediaKeys</a></li>
<li><a href="polymer_app_layout.behaviors/MediaKeySession-class.html">MediaKeySession</a></li>
<li><a href="polymer_app_layout.behaviors/MediaList-class.html">MediaList</a></li>
<li><a href="polymer_app_layout.behaviors/MediaQueryList-class.html">MediaQueryList</a></li>
<li><a href="polymer_app_layout.behaviors/MediaQueryListEvent-class.html">MediaQueryListEvent</a></li>
<li><a href="polymer_app_layout.behaviors/MediaSource-class.html">MediaSource</a></li>
<li><a href="polymer_app_layout.behaviors/MediaStream-class.html">MediaStream</a></li>
<li><a href="polymer_app_layout.behaviors/MediaStreamEvent-class.html">MediaStreamEvent</a></li>
<li><a href="polymer_app_layout.behaviors/MediaStreamTrack-class.html">MediaStreamTrack</a></li>
<li><a href="polymer_app_layout.behaviors/MediaStreamTrackEvent-class.html">MediaStreamTrackEvent</a></li>
<li><a href="polymer_app_layout.behaviors/MemoryInfo-class.html">MemoryInfo</a></li>
<li><a href="polymer_app_layout.behaviors/MenuElement-class.html">MenuElement</a></li>
<li><a href="polymer_app_layout.behaviors/MenuItemElement-class.html">MenuItemElement</a></li>
<li><a href="polymer_app_layout.behaviors/MessageChannel-class.html">MessageChannel</a></li>
<li><a href="polymer_app_layout.behaviors/MessageEvent-class.html">MessageEvent</a></li>
<li><a href="polymer_app_layout.behaviors/MessagePort-class.html">MessagePort</a></li>
<li><a href="polymer_app_layout.behaviors/Metadata-class.html">Metadata</a></li>
<li><a href="polymer_app_layout.behaviors/MetaElement-class.html">MetaElement</a></li>
<li><a href="polymer_app_layout.behaviors/MeterElement-class.html">MeterElement</a></li>
<li><a href="polymer_app_layout.behaviors/MidiAccess-class.html">MidiAccess</a></li>
<li><a href="polymer_app_layout.behaviors/MidiConnectionEvent-class.html">MidiConnectionEvent</a></li>
<li><a href="polymer_app_layout.behaviors/MidiInput-class.html">MidiInput</a></li>
<li><a href="polymer_app_layout.behaviors/MidiInputMap-class.html">MidiInputMap</a></li>
<li><a href="polymer_app_layout.behaviors/MidiMessageEvent-class.html">MidiMessageEvent</a></li>
<li><a href="polymer_app_layout.behaviors/MidiOutput-class.html">MidiOutput</a></li>
<li><a href="polymer_app_layout.behaviors/MidiOutputMap-class.html">MidiOutputMap</a></li>
<li><a href="polymer_app_layout.behaviors/MidiPort-class.html">MidiPort</a></li>
<li><a href="polymer_app_layout.behaviors/MimeType-class.html">MimeType</a></li>
<li><a href="polymer_app_layout.behaviors/MimeTypeArray-class.html">MimeTypeArray</a></li>
<li><a href="polymer_app_layout.behaviors/ModElement-class.html">ModElement</a></li>
<li><a href="polymer_app_layout.behaviors/MonthInputElement-class.html">MonthInputElement</a></li>
<li><a href="polymer_app_layout.behaviors/MouseEvent-class.html">MouseEvent</a></li>
<li><a href="polymer_app_layout.behaviors/MutationObserver-class.html">MutationObserver</a></li>
<li><a href="polymer_app_layout.behaviors/MutationRecord-class.html">MutationRecord</a></li>
<li><a href="polymer_app_layout.behaviors/Navigator-class.html">Navigator</a></li>
<li><a href="polymer_app_layout.behaviors/NavigatorCpu-class.html">NavigatorCpu</a></li>
<li><a href="polymer_app_layout.behaviors/NavigatorID-class.html">NavigatorID</a></li>
<li><a href="polymer_app_layout.behaviors/NavigatorLanguage-class.html">NavigatorLanguage</a></li>
<li><a href="polymer_app_layout.behaviors/NavigatorOnLine-class.html">NavigatorOnLine</a></li>
<li><a href="polymer_app_layout.behaviors/NavigatorUserMediaError-class.html">NavigatorUserMediaError</a></li>
<li><a href="polymer_app_layout.behaviors/NetworkInformation-class.html">NetworkInformation</a></li>
<li><a href="polymer_app_layout.behaviors/Node-class.html">Node</a></li>
<li><a href="polymer_app_layout.behaviors/NodeFilter-class.html">NodeFilter</a></li>
<li><a href="polymer_app_layout.behaviors/NodeIterator-class.html">NodeIterator</a></li>
<li><a href="polymer_app_layout.behaviors/NodeList-class.html">NodeList</a></li>
<li><a href="polymer_app_layout.behaviors/NodeTreeSanitizer-class.html">NodeTreeSanitizer</a></li>
<li><a href="polymer_app_layout.behaviors/NodeValidator-class.html">NodeValidator</a></li>
<li><a href="polymer_app_layout.behaviors/NodeValidatorBuilder-class.html">NodeValidatorBuilder</a></li>
<li><a href="polymer_app_layout.behaviors/Notification-class.html">Notification</a></li>
<li><a href="polymer_app_layout.behaviors/NumberInputElement-class.html">NumberInputElement</a></li>
<li><a href="polymer_app_layout.behaviors/ObjectElement-class.html">ObjectElement</a></li>
<li><a href="polymer_app_layout.behaviors/OListElement-class.html">OListElement</a></li>
<li><a href="polymer_app_layout.behaviors/OptGroupElement-class.html">OptGroupElement</a></li>
<li><a href="polymer_app_layout.behaviors/OptionElement-class.html">OptionElement</a></li>
<li><a href="polymer_app_layout.behaviors/OutputElement-class.html">OutputElement</a></li>
<li><a href="polymer_app_layout.behaviors/OverflowEvent-class.html">OverflowEvent</a></li>
<li><a href="polymer_app_layout.behaviors/PageTransitionEvent-class.html">PageTransitionEvent</a></li>
<li><a href="polymer_app_layout.behaviors/ParagraphElement-class.html">ParagraphElement</a></li>
<li><a href="polymer_app_layout.behaviors/ParamElement-class.html">ParamElement</a></li>
<li><a href="polymer_app_layout.behaviors/ParentNode-class.html">ParentNode</a></li>
<li><a href="polymer_app_layout.behaviors/PasswordInputElement-class.html">PasswordInputElement</a></li>
<li><a href="polymer_app_layout.behaviors/Path2D-class.html">Path2D</a></li>
<li><a href="polymer_app_layout.behaviors/Performance-class.html">Performance</a></li>
<li><a href="polymer_app_layout.behaviors/PerformanceEntry-class.html">PerformanceEntry</a></li>
<li><a href="polymer_app_layout.behaviors/PerformanceMark-class.html">PerformanceMark</a></li>
<li><a href="polymer_app_layout.behaviors/PerformanceMeasure-class.html">PerformanceMeasure</a></li>
<li><a href="polymer_app_layout.behaviors/PerformanceNavigation-class.html">PerformanceNavigation</a></li>
<li><a href="polymer_app_layout.behaviors/PerformanceResourceTiming-class.html">PerformanceResourceTiming</a></li>
<li><a href="polymer_app_layout.behaviors/PerformanceTiming-class.html">PerformanceTiming</a></li>
<li><a href="polymer_app_layout.behaviors/PictureElement-class.html">PictureElement</a></li>
<li><a href="polymer_app_layout.behaviors/Platform-class.html">Platform</a></li>
<li><a href="polymer_app_layout.behaviors/Plugin-class.html">Plugin</a></li>
<li><a href="polymer_app_layout.behaviors/PluginArray-class.html">PluginArray</a></li>
<li><a href="polymer_app_layout.behaviors/PluginPlaceholderElement-class.html">PluginPlaceholderElement</a></li>
<li><a href="polymer_app_layout.behaviors/Point-class.html">Point</a></li>
<li><a href="polymer_app_layout.behaviors/PolymerIncludeElementBehavior-class.html">PolymerIncludeElementBehavior</a></li>
<li><a href="polymer_app_layout.behaviors/PolymerRouteBehavior-class.html">PolymerRouteBehavior</a></li>
<li><a href="polymer_app_layout.behaviors/PopStateEvent-class.html">PopStateEvent</a></li>
<li><a href="polymer_app_layout.behaviors/PositionError-class.html">PositionError</a></li>
<li><a href="polymer_app_layout.behaviors/PreElement-class.html">PreElement</a></li>
<li><a href="polymer_app_layout.behaviors/Presentation-class.html">Presentation</a></li>
<li><a href="polymer_app_layout.behaviors/ProcessingInstruction-class.html">ProcessingInstruction</a></li>
<li><a href="polymer_app_layout.behaviors/ProgressElement-class.html">ProgressElement</a></li>
<li><a href="polymer_app_layout.behaviors/ProgressEvent-class.html">ProgressEvent</a></li>
<li><a href="polymer_app_layout.behaviors/PushEvent-class.html">PushEvent</a></li>
<li><a href="polymer_app_layout.behaviors/PushManager-class.html">PushManager</a></li>
<li><a href="polymer_app_layout.behaviors/PushRegistration-class.html">PushRegistration</a></li>
<li><a href="polymer_app_layout.behaviors/QuoteElement-class.html">QuoteElement</a></li>
<li><a href="polymer_app_layout.behaviors/RadioButtonInputElement-class.html">RadioButtonInputElement</a></li>
<li><a href="polymer_app_layout.behaviors/Range-class.html">Range</a></li>
<li><a href="polymer_app_layout.behaviors/RangeInputElement-class.html">RangeInputElement</a></li>
<li><a href="polymer_app_layout.behaviors/RangeInputElementBase-class.html">RangeInputElementBase</a></li>
<li><a href="polymer_app_layout.behaviors/ReadableStream-class.html">ReadableStream</a></li>
<li><a href="polymer_app_layout.behaviors/ReadyState-class.html">ReadyState</a></li>
<li><a href="polymer_app_layout.behaviors/Rectangle-class.html">Rectangle</a></li>
<li><a href="polymer_app_layout.behaviors/RelatedEvent-class.html">RelatedEvent</a></li>
<li><a href="polymer_app_layout.behaviors/ResetButtonInputElement-class.html">ResetButtonInputElement</a></li>
<li><a href="polymer_app_layout.behaviors/ResourceProgressEvent-class.html">ResourceProgressEvent</a></li>
<li><a href="polymer_app_layout.behaviors/RtcDataChannel-class.html">RtcDataChannel</a></li>
<li><a href="polymer_app_layout.behaviors/RtcDataChannelEvent-class.html">RtcDataChannelEvent</a></li>
<li><a href="polymer_app_layout.behaviors/RtcDtmfSender-class.html">RtcDtmfSender</a></li>
<li><a href="polymer_app_layout.behaviors/RtcDtmfToneChangeEvent-class.html">RtcDtmfToneChangeEvent</a></li>
<li><a href="polymer_app_layout.behaviors/RtcIceCandidate-class.html">RtcIceCandidate</a></li>
<li><a href="polymer_app_layout.behaviors/RtcIceCandidateEvent-class.html">RtcIceCandidateEvent</a></li>
<li><a href="polymer_app_layout.behaviors/RtcPeerConnection-class.html">RtcPeerConnection</a></li>
<li><a href="polymer_app_layout.behaviors/RtcSessionDescription-class.html">RtcSessionDescription</a></li>
<li><a href="polymer_app_layout.behaviors/RtcStatsReport-class.html">RtcStatsReport</a></li>
<li><a href="polymer_app_layout.behaviors/RtcStatsResponse-class.html">RtcStatsResponse</a></li>
<li><a href="polymer_app_layout.behaviors/Screen-class.html">Screen</a></li>
<li><a href="polymer_app_layout.behaviors/ScreenOrientation-class.html">ScreenOrientation</a></li>
<li><a href="polymer_app_layout.behaviors/ScriptElement-class.html">ScriptElement</a></li>
<li><a href="polymer_app_layout.behaviors/ScrollAlignment-class.html">ScrollAlignment</a></li>
<li><a href="polymer_app_layout.behaviors/SearchInputElement-class.html">SearchInputElement</a></li>
<li><a href="polymer_app_layout.behaviors/SecurityPolicyViolationEvent-class.html">SecurityPolicyViolationEvent</a></li>
<li><a href="polymer_app_layout.behaviors/SelectElement-class.html">SelectElement</a></li>
<li><a href="polymer_app_layout.behaviors/Selection-class.html">Selection</a></li>
<li><a href="polymer_app_layout.behaviors/ServiceWorkerClient-class.html">ServiceWorkerClient</a></li>
<li><a href="polymer_app_layout.behaviors/ServiceWorkerClients-class.html">ServiceWorkerClients</a></li>
<li><a href="polymer_app_layout.behaviors/ServiceWorkerContainer-class.html">ServiceWorkerContainer</a></li>
<li><a href="polymer_app_layout.behaviors/ServiceWorkerGlobalScope-class.html">ServiceWorkerGlobalScope</a></li>
<li><a href="polymer_app_layout.behaviors/ServiceWorkerRegistration-class.html">ServiceWorkerRegistration</a></li>
<li><a href="polymer_app_layout.behaviors/ShadowElement-class.html">ShadowElement</a></li>
<li><a href="polymer_app_layout.behaviors/ShadowRoot-class.html">ShadowRoot</a></li>
<li><a href="polymer_app_layout.behaviors/SharedWorker-class.html">SharedWorker</a></li>
<li><a href="polymer_app_layout.behaviors/SharedWorkerGlobalScope-class.html">SharedWorkerGlobalScope</a></li>
<li><a href="polymer_app_layout.behaviors/SourceBuffer-class.html">SourceBuffer</a></li>
<li><a href="polymer_app_layout.behaviors/SourceBufferList-class.html">SourceBufferList</a></li>
<li><a href="polymer_app_layout.behaviors/SourceElement-class.html">SourceElement</a></li>
<li><a href="polymer_app_layout.behaviors/SourceInfo-class.html">SourceInfo</a></li>
<li><a href="polymer_app_layout.behaviors/SpanElement-class.html">SpanElement</a></li>
<li><a href="polymer_app_layout.behaviors/SpeechGrammar-class.html">SpeechGrammar</a></li>
<li><a href="polymer_app_layout.behaviors/SpeechGrammarList-class.html">SpeechGrammarList</a></li>
<li><a href="polymer_app_layout.behaviors/SpeechRecognition-class.html">SpeechRecognition</a></li>
<li><a href="polymer_app_layout.behaviors/SpeechRecognitionAlternative-class.html">SpeechRecognitionAlternative</a></li>
<li><a href="polymer_app_layout.behaviors/SpeechRecognitionError-class.html">SpeechRecognitionError</a></li>
<li><a href="polymer_app_layout.behaviors/SpeechRecognitionEvent-class.html">SpeechRecognitionEvent</a></li>
<li><a href="polymer_app_layout.behaviors/SpeechRecognitionResult-class.html">SpeechRecognitionResult</a></li>
<li><a href="polymer_app_layout.behaviors/SpeechSynthesis-class.html">SpeechSynthesis</a></li>
<li><a href="polymer_app_layout.behaviors/SpeechSynthesisEvent-class.html">SpeechSynthesisEvent</a></li>
<li><a href="polymer_app_layout.behaviors/SpeechSynthesisUtterance-class.html">SpeechSynthesisUtterance</a></li>
<li><a href="polymer_app_layout.behaviors/SpeechSynthesisVoice-class.html">SpeechSynthesisVoice</a></li>
<li><a href="polymer_app_layout.behaviors/Storage-class.html">Storage</a></li>
<li><a href="polymer_app_layout.behaviors/StorageEvent-class.html">StorageEvent</a></li>
<li><a href="polymer_app_layout.behaviors/StorageInfo-class.html">StorageInfo</a></li>
<li><a href="polymer_app_layout.behaviors/StorageQuota-class.html">StorageQuota</a></li>
<li><a href="polymer_app_layout.behaviors/StyleElement-class.html">StyleElement</a></li>
<li><a href="polymer_app_layout.behaviors/StyleMedia-class.html">StyleMedia</a></li>
<li><a href="polymer_app_layout.behaviors/StyleSheet-class.html">StyleSheet</a></li>
<li><a href="polymer_app_layout.behaviors/SubmitButtonInputElement-class.html">SubmitButtonInputElement</a></li>
<li><a href="polymer_app_layout.behaviors/TableCaptionElement-class.html">TableCaptionElement</a></li>
<li><a href="polymer_app_layout.behaviors/TableCellElement-class.html">TableCellElement</a></li>
<li><a href="polymer_app_layout.behaviors/TableColElement-class.html">TableColElement</a></li>
<li><a href="polymer_app_layout.behaviors/TableElement-class.html">TableElement</a></li>
<li><a href="polymer_app_layout.behaviors/TableRowElement-class.html">TableRowElement</a></li>
<li><a href="polymer_app_layout.behaviors/TableSectionElement-class.html">TableSectionElement</a></li>
<li><a href="polymer_app_layout.behaviors/TelephoneInputElement-class.html">TelephoneInputElement</a></li>
<li><a href="polymer_app_layout.behaviors/TemplateElement-class.html">TemplateElement</a></li>
<li><a href="polymer_app_layout.behaviors/Text-class.html">Text</a></li>
<li><a href="polymer_app_layout.behaviors/TextAreaElement-class.html">TextAreaElement</a></li>
<li><a href="polymer_app_layout.behaviors/TextEvent-class.html">TextEvent</a></li>
<li><a href="polymer_app_layout.behaviors/TextInputElement-class.html">TextInputElement</a></li>
<li><a href="polymer_app_layout.behaviors/TextInputElementBase-class.html">TextInputElementBase</a></li>
<li><a href="polymer_app_layout.behaviors/TextMetrics-class.html">TextMetrics</a></li>
<li><a href="polymer_app_layout.behaviors/TextTrack-class.html">TextTrack</a></li>
<li><a href="polymer_app_layout.behaviors/TextTrackCue-class.html">TextTrackCue</a></li>
<li><a href="polymer_app_layout.behaviors/TextTrackCueList-class.html">TextTrackCueList</a></li>
<li><a href="polymer_app_layout.behaviors/TextTrackList-class.html">TextTrackList</a></li>
<li><a href="polymer_app_layout.behaviors/TimeInputElement-class.html">TimeInputElement</a></li>
<li><a href="polymer_app_layout.behaviors/TimeRanges-class.html">TimeRanges</a></li>
<li><a href="polymer_app_layout.behaviors/Timing-class.html">Timing</a></li>
<li><a href="polymer_app_layout.behaviors/TitleElement-class.html">TitleElement</a></li>
<li><a href="polymer_app_layout.behaviors/ToolbarBehavior-class.html">ToolbarBehavior</a></li>
<li><a href="polymer_app_layout.behaviors/Touch-class.html">Touch</a></li>
<li><a href="polymer_app_layout.behaviors/TouchEvent-class.html">TouchEvent</a></li>
<li><a href="polymer_app_layout.behaviors/TouchList-class.html">TouchList</a></li>
<li><a href="polymer_app_layout.behaviors/TrackElement-class.html">TrackElement</a></li>
<li><a href="polymer_app_layout.behaviors/TrackEvent-class.html">TrackEvent</a></li>
<li><a href="polymer_app_layout.behaviors/TransitionEvent-class.html">TransitionEvent</a></li>
<li><a href="polymer_app_layout.behaviors/TreeWalker-class.html">TreeWalker</a></li>
<li><a href="polymer_app_layout.behaviors/UIEvent-class.html">UIEvent</a></li>
<li><a href="polymer_app_layout.behaviors/UListElement-class.html">UListElement</a></li>
<li><a href="polymer_app_layout.behaviors/UnknownElement-class.html">UnknownElement</a></li>
<li><a href="polymer_app_layout.behaviors/UriPolicy-class.html">UriPolicy</a></li>
<li><a href="polymer_app_layout.behaviors/Url-class.html">Url</a></li>
<li><a href="polymer_app_layout.behaviors/UrlInputElement-class.html">UrlInputElement</a></li>
<li><a href="polymer_app_layout.behaviors/UrlUtils-class.html">UrlUtils</a></li>
<li><a href="polymer_app_layout.behaviors/UrlUtilsReadOnly-class.html">UrlUtilsReadOnly</a></li>
<li><a href="polymer_app_layout.behaviors/ValidityState-class.html">ValidityState</a></li>
<li><a href="polymer_app_layout.behaviors/VideoElement-class.html">VideoElement</a></li>
<li><a href="polymer_app_layout.behaviors/VideoPlaybackQuality-class.html">VideoPlaybackQuality</a></li>
<li><a href="polymer_app_layout.behaviors/VideoTrack-class.html">VideoTrack</a></li>
<li><a href="polymer_app_layout.behaviors/VideoTrackList-class.html">VideoTrackList</a></li>
<li><a href="polymer_app_layout.behaviors/VttCue-class.html">VttCue</a></li>
<li><a href="polymer_app_layout.behaviors/VttRegion-class.html">VttRegion</a></li>
<li><a href="polymer_app_layout.behaviors/VttRegionList-class.html">VttRegionList</a></li>
<li><a href="polymer_app_layout.behaviors/WebSocket-class.html">WebSocket</a></li>
<li><a href="polymer_app_layout.behaviors/WeekInputElement-class.html">WeekInputElement</a></li>
<li><a href="polymer_app_layout.behaviors/WheelEvent-class.html">WheelEvent</a></li>
<li><a href="polymer_app_layout.behaviors/Window-class.html">Window</a></li>
<li><a href="polymer_app_layout.behaviors/WindowBase-class.html">WindowBase</a></li>
<li><a href="polymer_app_layout.behaviors/WindowBase64-class.html">WindowBase64</a></li>
<li><a href="polymer_app_layout.behaviors/WindowEventHandlers-class.html">WindowEventHandlers</a></li>
<li><a href="polymer_app_layout.behaviors/Worker-class.html">Worker</a></li>
<li><a href="polymer_app_layout.behaviors/WorkerConsole-class.html">WorkerConsole</a></li>
<li><a href="polymer_app_layout.behaviors/WorkerGlobalScope-class.html">WorkerGlobalScope</a></li>
<li><a href="polymer_app_layout.behaviors/WorkerPerformance-class.html">WorkerPerformance</a></li>
<li><a href="polymer_app_layout.behaviors/XmlDocument-class.html">XmlDocument</a></li>
<li><a href="polymer_app_layout.behaviors/XmlSerializer-class.html">XmlSerializer</a></li>
<li><a href="polymer_app_layout.behaviors/XPathEvaluator-class.html">XPathEvaluator</a></li>
<li><a href="polymer_app_layout.behaviors/XPathExpression-class.html">XPathExpression</a></li>
<li><a href="polymer_app_layout.behaviors/XPathNSResolver-class.html">XPathNSResolver</a></li>
<li><a href="polymer_app_layout.behaviors/XPathResult-class.html">XPathResult</a></li>
<li><a href="polymer_app_layout.behaviors/XsltProcessor-class.html">XsltProcessor</a></li>
</ol>
</div>
<div class="col-xs-12 col-sm-9 col-md-6 main-content">
<section class="desc markdown">
<p>Hidden input which is not intended to be seen or edited by the user.</p>
</section>
<section>
<dl class="dl-horizontal">
<dt>Implements</dt>
<dd>
<ul class="comma-separated class-relationships">
<li><a href="dart-html/InputElementBase-class.html">InputElementBase</a></li>
</ul>
</dd>
</dl>
</section>
<section class="summary" id="instance-properties">
<h2>Properties</h2>
<dl class="properties">
<dt id="attributes" class="property">
<span class="top-level-variable-type">Map<String,String></span>
<span class="name ">attributes</span>
</dt>
<dd>
<div class="readable-writable">
read / write, <span class="is-inherited">inherited</span>
</div>
All attributes on this element.
</dd>
<dt id="autofocus" class="property">
<span class="top-level-variable-type">bool</span>
<span class="name ">autofocus</span>
</dt>
<dd>
<div class="readable-writable">
read / write, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="baseUri" class="property">
<span class="top-level-variable-type">String</span>
<span class="name ">baseUri</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="borderEdge" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/CssRect-class.html">CssRect</a></span>
<span class="name ">borderEdge</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
Access the dimensions and position of this element's content + padding +
border box.
</dd>
<dt id="childNodes" class="property">
<span class="top-level-variable-type">List<<a href="dart-html/Node-class.html">Node</a>></span>
<span class="name ">childNodes</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
A list of this node's children.
</dd>
<dt id="children" class="property">
<span class="top-level-variable-type">List<<a href="dart-html/Element-class.html">Element</a>></span>
<span class="name ">children</span>
</dt>
<dd>
<div class="readable-writable">
read / write, <span class="is-inherited">inherited</span>
</div>
List of the direct children of this element.
</dd>
<dt id="classes" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/CssClassSet-class.html">CssClassSet</a></span>
<span class="name ">classes</span>
</dt>
<dd>
<div class="readable-writable">
read / write, <span class="is-inherited">inherited</span>
</div>
The set of CSS classes applied to this element.
</dd>
<dt id="className" class="property">
<span class="top-level-variable-type">String</span>
<span class="name ">className</span>
</dt>
<dd>
<div class="readable-writable">
read / write, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="client" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/Rectangle-class.html">Rectangle</a></span>
<span class="name ">client</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
Gets the position of this element relative to the client area of the page.
</dd>
<dt id="clientHeight" class="property">
<span class="top-level-variable-type">int</span>
<span class="name ">clientHeight</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="clientLeft" class="property">
<span class="top-level-variable-type">int</span>
<span class="name ">clientLeft</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="clientTop" class="property">
<span class="top-level-variable-type">int</span>
<span class="name ">clientTop</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="clientWidth" class="property">
<span class="top-level-variable-type">int</span>
<span class="name ">clientWidth</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="contentEdge" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/CssRect-class.html">CssRect</a></span>
<span class="name ">contentEdge</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
Access this element's content position.
</dd>
<dt id="contentEditable" class="property">
<span class="top-level-variable-type">String</span>
<span class="name ">contentEditable</span>
</dt>
<dd>
<div class="readable-writable">
read / write, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="contextMenu" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/MenuElement-class.html">MenuElement</a></span>
<span class="name ">contextMenu</span>
</dt>
<dd>
<div class="readable-writable">
read / write, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="dataset" class="property">
<span class="top-level-variable-type">Map<String,String></span>
<span class="name ">dataset</span>
</dt>
<dd>
<div class="readable-writable">
read / write, <span class="is-inherited">inherited</span>
</div>
Allows access to all custom data attributes (data-*) set on this element.
</dd>
<dt id="dir" class="property">
<span class="top-level-variable-type">String</span>
<span class="name ">dir</span>
</dt>
<dd>
<div class="readable-writable">
read / write, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="disabled" class="property">
<span class="top-level-variable-type">bool</span>
<span class="name ">disabled</span>
</dt>
<dd>
<div class="readable-writable">
read / write, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="documentOffset" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/Point-class.html">Point</a></span>
<span class="name ">documentOffset</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
Provides the coordinates of the element relative to the top of the
document.
</dd>
<dt id="draggable" class="property">
<span class="top-level-variable-type">bool</span>
<span class="name ">draggable</span>
</dt>
<dd>
<div class="readable-writable">
read / write, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="dropzone" class="property">
<span class="top-level-variable-type">String</span>
<span class="name ">dropzone</span>
</dt>
<dd>
<div class="readable-writable">
read / write, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="firstChild" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/Node-class.html">Node</a></span>
<span class="name ">firstChild</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
The first child of this node.
</dd>
<dt id="hidden" class="property">
<span class="top-level-variable-type">bool</span>
<span class="name ">hidden</span>
</dt>
<dd>
<div class="readable-writable">
read / write, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="id" class="property">
<span class="top-level-variable-type">String</span>
<span class="name ">id</span>
</dt>
<dd>
<div class="readable-writable">
read / write, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="incremental" class="property">
<span class="top-level-variable-type">bool</span>
<span class="name ">incremental</span>
</dt>
<dd>
<div class="readable-writable">
read / write, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="indeterminate" class="property">
<span class="top-level-variable-type">bool</span>
<span class="name ">indeterminate</span>
</dt>
<dd>
<div class="readable-writable">
read / write, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="innerHtml" class="property">
<span class="top-level-variable-type">String</span>
<span class="name ">innerHtml</span>
</dt>
<dd>
<div class="readable-writable">
read / write, <span class="is-inherited">inherited</span>
</div>
Parses the HTML fragment and sets it as the contents of this element.
</dd>
<dt id="isContentEditable" class="property">
<span class="top-level-variable-type">bool</span>
<span class="name ">isContentEditable</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="labels" class="property">
<span class="top-level-variable-type">List<<a href="dart-html/Node-class.html">Node</a>></span>
<span class="name ">labels</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="lang" class="property">
<span class="top-level-variable-type">String</span>
<span class="name ">lang</span>
</dt>
<dd>
<div class="readable-writable">
read / write, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="lastChild" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/Node-class.html">Node</a></span>
<span class="name ">lastChild</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
The last child of this node.
</dd>
<dt id="localName" class="property">
<span class="top-level-variable-type">String</span>
<span class="name ">localName</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="marginEdge" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/CssRect-class.html">CssRect</a></span>
<span class="name ">marginEdge</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
Access the dimensions and position of this element's content + padding +
border + margin box.
</dd>
<dt id="name" class="property">
<span class="top-level-variable-type">String</span>
<span class="name ">name</span>
</dt>
<dd>
<div class="readable-writable">
read / write, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="namespaceUri" class="property">
<span class="top-level-variable-type">String</span>
<span class="name ">namespaceUri</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
A URI that identifies the XML namespace of this element.
</dd>
<dt id="nextElementSibling" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/Element-class.html">Element</a></span>
<span class="name ">nextElementSibling</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="nextNode" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/Node-class.html">Node</a></span>
<span class="name ">nextNode</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
The next sibling node.
</dd>
<dt id="nodeName" class="property">
<span class="top-level-variable-type">String</span>
<span class="name ">nodeName</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
The name of this node.
</dd>
<dt id="nodes" class="property">
<span class="top-level-variable-type">List<<a href="dart-html/Node-class.html">Node</a>></span>
<span class="name ">nodes</span>
</dt>
<dd>
<div class="readable-writable">
read / write, <span class="is-inherited">inherited</span>
</div>
A modifiable list of this node's children.
</dd>
<dt id="nodeType" class="property">
<span class="top-level-variable-type">int</span>
<span class="name ">nodeType</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
The type of node.
</dd>
<dt id="nodeValue" class="property">
<span class="top-level-variable-type">String</span>
<span class="name ">nodeValue</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
The value of this node.
</dd>
<dt id="offset" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/Rectangle-class.html">Rectangle</a></span>
<span class="name ">offset</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
Gets the offset of this element relative to its offsetParent.
</dd>
<dt id="offsetHeight" class="property">
<span class="top-level-variable-type">int</span>
<span class="name ">offsetHeight</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="offsetLeft" class="property">
<span class="top-level-variable-type">int</span>
<span class="name ">offsetLeft</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="offsetParent" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/Element-class.html">Element</a></span>
<span class="name ">offsetParent</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="offsetTop" class="property">
<span class="top-level-variable-type">int</span>
<span class="name ">offsetTop</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="offsetWidth" class="property">
<span class="top-level-variable-type">int</span>
<span class="name ">offsetWidth</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="on" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementEvents-class.html">ElementEvents</a></span>
<span class="name ">on</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
This is an ease-of-use accessor for event streams which should only be
used when an explicit accessor is not available.
</dd>
<dt id="onAbort" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/Event-class.html">Event</a>></span>
<span class="name ">onAbort</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
Stream of <code class="prettyprint lang-dart">abort</code> events handled by this <code class="prettyprint lang-dart">Element</code>.
</dd>
<dt id="onBeforeCopy" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/Event-class.html">Event</a>></span>
<span class="name ">onBeforeCopy</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
Stream of <code class="prettyprint lang-dart">beforecopy</code> events handled by this <code class="prettyprint lang-dart">Element</code>.
</dd>
<dt id="onBeforeCut" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/Event-class.html">Event</a>></span>
<span class="name ">onBeforeCut</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
Stream of <code class="prettyprint lang-dart">beforecut</code> events handled by this <code class="prettyprint lang-dart">Element</code>.
</dd>
<dt id="onBeforePaste" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/Event-class.html">Event</a>></span>
<span class="name ">onBeforePaste</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
Stream of <code class="prettyprint lang-dart">beforepaste</code> events handled by this <code class="prettyprint lang-dart">Element</code>.
</dd>
<dt id="onBlur" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/Event-class.html">Event</a>></span>
<span class="name ">onBlur</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
Stream of <code class="prettyprint lang-dart">blur</code> events handled by this <code class="prettyprint lang-dart">Element</code>.
</dd>
<dt id="onCanPlay" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/Event-class.html">Event</a>></span>
<span class="name ">onCanPlay</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="onCanPlayThrough" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/Event-class.html">Event</a>></span>
<span class="name ">onCanPlayThrough</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="onChange" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/Event-class.html">Event</a>></span>
<span class="name ">onChange</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
Stream of <code class="prettyprint lang-dart">change</code> events handled by this <code class="prettyprint lang-dart">Element</code>.
</dd>
<dt id="onClick" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/MouseEvent-class.html">MouseEvent</a>></span>
<span class="name ">onClick</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
Stream of <code class="prettyprint lang-dart">click</code> events handled by this <code class="prettyprint lang-dart">Element</code>.
</dd>
<dt id="onContextMenu" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/MouseEvent-class.html">MouseEvent</a>></span>
<span class="name ">onContextMenu</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
Stream of <code class="prettyprint lang-dart">contextmenu</code> events handled by this <code class="prettyprint lang-dart">Element</code>.
</dd>
<dt id="onCopy" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/Event-class.html">Event</a>></span>
<span class="name ">onCopy</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
Stream of <code class="prettyprint lang-dart">copy</code> events handled by this <code class="prettyprint lang-dart">Element</code>.
</dd>
<dt id="onCut" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/Event-class.html">Event</a>></span>
<span class="name ">onCut</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
Stream of <code class="prettyprint lang-dart">cut</code> events handled by this <code class="prettyprint lang-dart">Element</code>.
</dd>
<dt id="onDoubleClick" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/Event-class.html">Event</a>></span>
<span class="name ">onDoubleClick</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
Stream of <code class="prettyprint lang-dart">doubleclick</code> events handled by this <code class="prettyprint lang-dart">Element</code>.
</dd>
<dt id="onDrag" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/MouseEvent-class.html">MouseEvent</a>></span>
<span class="name ">onDrag</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
A stream of <code class="prettyprint lang-dart">drag</code> events fired when this element currently being dragged.
</dd>
<dt id="onDragEnd" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/MouseEvent-class.html">MouseEvent</a>></span>
<span class="name ">onDragEnd</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
A stream of <code class="prettyprint lang-dart">dragend</code> events fired when this element completes a drag
operation.
</dd>
<dt id="onDragEnter" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/MouseEvent-class.html">MouseEvent</a>></span>
<span class="name ">onDragEnter</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
A stream of <code class="prettyprint lang-dart">dragenter</code> events fired when a dragged object is first dragged
over this element.
</dd>
<dt id="onDragLeave" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/MouseEvent-class.html">MouseEvent</a>></span>
<span class="name ">onDragLeave</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
A stream of <code class="prettyprint lang-dart">dragleave</code> events fired when an object being dragged over this
element leaves this element's target area.
</dd>
<dt id="onDragOver" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/MouseEvent-class.html">MouseEvent</a>></span>
<span class="name ">onDragOver</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
A stream of <code class="prettyprint lang-dart">dragover</code> events fired when a dragged object is currently
being dragged over this element.
</dd>
<dt id="onDragStart" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/MouseEvent-class.html">MouseEvent</a>></span>
<span class="name ">onDragStart</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
A stream of <code class="prettyprint lang-dart">dragstart</code> events fired when this element starts being
dragged.
</dd>
<dt id="onDrop" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/MouseEvent-class.html">MouseEvent</a>></span>
<span class="name ">onDrop</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
A stream of <code class="prettyprint lang-dart">drop</code> events fired when a dragged object is dropped on this
element.
</dd>
<dt id="onDurationChange" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/Event-class.html">Event</a>></span>
<span class="name ">onDurationChange</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="onEmptied" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/Event-class.html">Event</a>></span>
<span class="name ">onEmptied</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="onEnded" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/Event-class.html">Event</a>></span>
<span class="name ">onEnded</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="onError" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/Event-class.html">Event</a>></span>
<span class="name ">onError</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
Stream of <code class="prettyprint lang-dart">error</code> events handled by this <code class="prettyprint lang-dart">Element</code>.
</dd>
<dt id="onFocus" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/Event-class.html">Event</a>></span>
<span class="name ">onFocus</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
Stream of <code class="prettyprint lang-dart">focus</code> events handled by this <code class="prettyprint lang-dart">Element</code>.
</dd>
<dt id="onFullscreenChange" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/Event-class.html">Event</a>></span>
<span class="name ">onFullscreenChange</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
Stream of <code class="prettyprint lang-dart">fullscreenchange</code> events handled by this <code class="prettyprint lang-dart">Element</code>.
</dd>
<dt id="onFullscreenError" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/Event-class.html">Event</a>></span>
<span class="name ">onFullscreenError</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
Stream of <code class="prettyprint lang-dart">fullscreenerror</code> events handled by this <code class="prettyprint lang-dart">Element</code>.
</dd>
<dt id="onInput" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/Event-class.html">Event</a>></span>
<span class="name ">onInput</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
Stream of <code class="prettyprint lang-dart">input</code> events handled by this <code class="prettyprint lang-dart">Element</code>.
</dd>
<dt id="onInvalid" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/Event-class.html">Event</a>></span>
<span class="name ">onInvalid</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
Stream of <code class="prettyprint lang-dart">invalid</code> events handled by this <code class="prettyprint lang-dart">Element</code>.
</dd>
<dt id="onKeyDown" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/KeyboardEvent-class.html">KeyboardEvent</a>></span>
<span class="name ">onKeyDown</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
Stream of <code class="prettyprint lang-dart">keydown</code> events handled by this <code class="prettyprint lang-dart">Element</code>.
</dd>
<dt id="onKeyPress" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/KeyboardEvent-class.html">KeyboardEvent</a>></span>
<span class="name ">onKeyPress</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
Stream of <code class="prettyprint lang-dart">keypress</code> events handled by this <code class="prettyprint lang-dart">Element</code>.
</dd>
<dt id="onKeyUp" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/KeyboardEvent-class.html">KeyboardEvent</a>></span>
<span class="name ">onKeyUp</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
Stream of <code class="prettyprint lang-dart">keyup</code> events handled by this <code class="prettyprint lang-dart">Element</code>.
</dd>
<dt id="onLoad" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/Event-class.html">Event</a>></span>
<span class="name ">onLoad</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
Stream of <code class="prettyprint lang-dart">load</code> events handled by this <code class="prettyprint lang-dart">Element</code>.
</dd>
<dt id="onLoadedData" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/Event-class.html">Event</a>></span>
<span class="name ">onLoadedData</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="onLoadedMetadata" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/Event-class.html">Event</a>></span>
<span class="name ">onLoadedMetadata</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="onMouseDown" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/MouseEvent-class.html">MouseEvent</a>></span>
<span class="name ">onMouseDown</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
Stream of <code class="prettyprint lang-dart">mousedown</code> events handled by this <code class="prettyprint lang-dart">Element</code>.
</dd>
<dt id="onMouseEnter" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/MouseEvent-class.html">MouseEvent</a>></span>
<span class="name ">onMouseEnter</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
Stream of <code class="prettyprint lang-dart">mouseenter</code> events handled by this <code class="prettyprint lang-dart">Element</code>.
</dd>
<dt id="onMouseLeave" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/MouseEvent-class.html">MouseEvent</a>></span>
<span class="name ">onMouseLeave</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
Stream of <code class="prettyprint lang-dart">mouseleave</code> events handled by this <code class="prettyprint lang-dart">Element</code>.
</dd>
<dt id="onMouseMove" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/MouseEvent-class.html">MouseEvent</a>></span>
<span class="name ">onMouseMove</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
Stream of <code class="prettyprint lang-dart">mousemove</code> events handled by this <code class="prettyprint lang-dart">Element</code>.
</dd>
<dt id="onMouseOut" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/MouseEvent-class.html">MouseEvent</a>></span>
<span class="name ">onMouseOut</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
Stream of <code class="prettyprint lang-dart">mouseout</code> events handled by this <code class="prettyprint lang-dart">Element</code>.
</dd>
<dt id="onMouseOver" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/MouseEvent-class.html">MouseEvent</a>></span>
<span class="name ">onMouseOver</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
Stream of <code class="prettyprint lang-dart">mouseover</code> events handled by this <code class="prettyprint lang-dart">Element</code>.
</dd>
<dt id="onMouseUp" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/MouseEvent-class.html">MouseEvent</a>></span>
<span class="name ">onMouseUp</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
Stream of <code class="prettyprint lang-dart">mouseup</code> events handled by this <code class="prettyprint lang-dart">Element</code>.
</dd>
<dt id="onMouseWheel" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/WheelEvent-class.html">WheelEvent</a>></span>
<span class="name ">onMouseWheel</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
Stream of <code class="prettyprint lang-dart">mousewheel</code> events handled by this <code class="prettyprint lang-dart">Element</code>.
</dd>
<dt id="onPaste" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/Event-class.html">Event</a>></span>
<span class="name ">onPaste</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
Stream of <code class="prettyprint lang-dart">paste</code> events handled by this <code class="prettyprint lang-dart">Element</code>.
</dd>
<dt id="onPause" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/Event-class.html">Event</a>></span>
<span class="name ">onPause</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="onPlay" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/Event-class.html">Event</a>></span>
<span class="name ">onPlay</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="onPlaying" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/Event-class.html">Event</a>></span>
<span class="name ">onPlaying</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="onRateChange" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/Event-class.html">Event</a>></span>
<span class="name ">onRateChange</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="onReset" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/Event-class.html">Event</a>></span>
<span class="name ">onReset</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
Stream of <code class="prettyprint lang-dart">reset</code> events handled by this <code class="prettyprint lang-dart">Element</code>.
</dd>
<dt id="onResize" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/Event-class.html">Event</a>></span>
<span class="name ">onResize</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="onScroll" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/Event-class.html">Event</a>></span>
<span class="name ">onScroll</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
Stream of <code class="prettyprint lang-dart">scroll</code> events handled by this <code class="prettyprint lang-dart">Element</code>.
</dd>
<dt id="onSearch" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/Event-class.html">Event</a>></span>
<span class="name ">onSearch</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
Stream of <code class="prettyprint lang-dart">search</code> events handled by this <code class="prettyprint lang-dart">Element</code>.
</dd>
<dt id="onSeeked" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/Event-class.html">Event</a>></span>
<span class="name ">onSeeked</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="onSeeking" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/Event-class.html">Event</a>></span>
<span class="name ">onSeeking</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="onSelect" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/Event-class.html">Event</a>></span>
<span class="name ">onSelect</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
Stream of <code class="prettyprint lang-dart">select</code> events handled by this <code class="prettyprint lang-dart">Element</code>.
</dd>
<dt id="onSelectStart" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/Event-class.html">Event</a>></span>
<span class="name ">onSelectStart</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
Stream of <code class="prettyprint lang-dart">selectstart</code> events handled by this <code class="prettyprint lang-dart">Element</code>.
</dd>
<dt id="onStalled" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/Event-class.html">Event</a>></span>
<span class="name ">onStalled</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="onSubmit" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/Event-class.html">Event</a>></span>
<span class="name ">onSubmit</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
Stream of <code class="prettyprint lang-dart">submit</code> events handled by this <code class="prettyprint lang-dart">Element</code>.
</dd>
<dt id="onSuspend" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/Event-class.html">Event</a>></span>
<span class="name ">onSuspend</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="onTimeUpdate" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/Event-class.html">Event</a>></span>
<span class="name ">onTimeUpdate</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="onTouchCancel" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/TouchEvent-class.html">TouchEvent</a>></span>
<span class="name ">onTouchCancel</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
Stream of <code class="prettyprint lang-dart">touchcancel</code> events handled by this <code class="prettyprint lang-dart">Element</code>.
</dd>
<dt id="onTouchEnd" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/TouchEvent-class.html">TouchEvent</a>></span>
<span class="name ">onTouchEnd</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
Stream of <code class="prettyprint lang-dart">touchend</code> events handled by this <code class="prettyprint lang-dart">Element</code>.
</dd>
<dt id="onTouchEnter" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/TouchEvent-class.html">TouchEvent</a>></span>
<span class="name ">onTouchEnter</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
Stream of <code class="prettyprint lang-dart">touchenter</code> events handled by this <code class="prettyprint lang-dart">Element</code>.
</dd>
<dt id="onTouchLeave" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/TouchEvent-class.html">TouchEvent</a>></span>
<span class="name ">onTouchLeave</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
Stream of <code class="prettyprint lang-dart">touchleave</code> events handled by this <code class="prettyprint lang-dart">Element</code>.
</dd>
<dt id="onTouchMove" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/TouchEvent-class.html">TouchEvent</a>></span>
<span class="name ">onTouchMove</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
Stream of <code class="prettyprint lang-dart">touchmove</code> events handled by this <code class="prettyprint lang-dart">Element</code>.
</dd>
<dt id="onTouchStart" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/TouchEvent-class.html">TouchEvent</a>></span>
<span class="name ">onTouchStart</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
Stream of <code class="prettyprint lang-dart">touchstart</code> events handled by this <code class="prettyprint lang-dart">Element</code>.
</dd>
<dt id="onTransitionEnd" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/TransitionEvent-class.html">TransitionEvent</a>></span>
<span class="name ">onTransitionEnd</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
Stream of <code class="prettyprint lang-dart">transitionend</code> events handled by this <code class="prettyprint lang-dart">Element</code>.
</dd>
<dt id="onVolumeChange" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/Event-class.html">Event</a>></span>
<span class="name ">onVolumeChange</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="onWaiting" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ElementStream-class.html">ElementStream</a><<a href="dart-html/Event-class.html">Event</a>></span>
<span class="name ">onWaiting</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="outerHtml" class="property">
<span class="top-level-variable-type">String</span>
<span class="name ">outerHtml</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="ownerDocument" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/Document-class.html">Document</a></span>
<span class="name ">ownerDocument</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
The document this node belongs to.
</dd>
<dt id="paddingEdge" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/CssRect-class.html">CssRect</a></span>
<span class="name ">paddingEdge</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
Access the dimensions and position of this element's content + padding box.
</dd>
<dt id="parent" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/Element-class.html">Element</a></span>
<span class="name ">parent</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
The parent element of this node.
</dd>
<dt id="parentNode" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/Node-class.html">Node</a></span>
<span class="name ">parentNode</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
The parent node of this node.
</dd>
<dt id="previousElementSibling" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/Element-class.html">Element</a></span>
<span class="name ">previousElementSibling</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="previousNode" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/Node-class.html">Node</a></span>
<span class="name ">previousNode</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
The previous sibling node.
</dd>
<dt id="scrollHeight" class="property">
<span class="top-level-variable-type">int</span>
<span class="name ">scrollHeight</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="scrollLeft" class="property">
<span class="top-level-variable-type">int</span>
<span class="name ">scrollLeft</span>
</dt>
<dd>
<div class="readable-writable">
read / write, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="scrollTop" class="property">
<span class="top-level-variable-type">int</span>
<span class="name ">scrollTop</span>
</dt>
<dd>
<div class="readable-writable">
read / write, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="scrollWidth" class="property">
<span class="top-level-variable-type">int</span>
<span class="name ">scrollWidth</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="shadowRoot" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ShadowRoot-class.html">ShadowRoot</a></span>
<span class="name ">shadowRoot</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="spellcheck" class="property">
<span class="top-level-variable-type">bool</span>
<span class="name ">spellcheck</span>
</dt>
<dd>
<div class="readable-writable">
read / write, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="style" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/CssStyleDeclaration-class.html">CssStyleDeclaration</a></span>
<span class="name ">style</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="tabIndex" class="property">
<span class="top-level-variable-type">int</span>
<span class="name ">tabIndex</span>
</dt>
<dd>
<div class="readable-writable">
read / write, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="tagName" class="property">
<span class="top-level-variable-type">String</span>
<span class="name ">tagName</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="text" class="property">
<span class="top-level-variable-type">String</span>
<span class="name ">text</span>
</dt>
<dd>
<div class="readable-writable">
read / write, <span class="is-inherited">inherited</span>
</div>
All text within this node and its decendents.
</dd>
<dt id="title" class="property">
<span class="top-level-variable-type">String</span>
<span class="name ">title</span>
</dt>
<dd>
<div class="readable-writable">
read / write, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="translate" class="property">
<span class="top-level-variable-type">bool</span>
<span class="name ">translate</span>
</dt>
<dd>
<div class="readable-writable">
read / write, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="validationMessage" class="property">
<span class="top-level-variable-type">String</span>
<span class="name ">validationMessage</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="validity" class="property">
<span class="top-level-variable-type"><a href="polymer_app_layout/ValidityState-class.html">ValidityState</a></span>
<span class="name ">validity</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="value" class="property">
<span class="top-level-variable-type">String</span>
<span class="name ">value</span>
</dt>
<dd>
<div class="readable-writable">
read / write, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="willValidate" class="property">
<span class="top-level-variable-type">bool</span>
<span class="name ">willValidate</span>
</dt>
<dd>
<div class="readable-writable">
read-only, <span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="xtag" class="property">
<span class="top-level-variable-type">dynamic</span>
<span class="name ">xtag</span>
</dt>
<dd>
<div class="readable-writable">
read / write, <span class="is-inherited">inherited</span>
</div>
Experimental support for <a href="http://dvcs.w3.org/hg/webcomponents/raw-file/tip/explainer/index.html">web components</a>. This field stores a
reference to the component implementation. It was inspired by Mozilla's
<a href="http://x-tags.org/">x-tags</a> project. Please note: in the future it may be possible to
<code class="prettyprint lang-dart">extend Element</code> from your class, in which case this field will be
deprecated.
</dd>
</dl>
</section>
<section class="summary" id="constructors">
<h2>Constructors</h2>
<dl class="constructor-summary-list">
<dt id="HiddenInputElement" class="callable">
<span class="name"><a href="polymer_app_layout.behaviors/HiddenInputElement/HiddenInputElement.html">HiddenInputElement</a></span><span class="signature">()</span>
</dt>
<dd>
</dd>
</dl>
</section>
<section class="summary" id="instance-methods">
<h2>Methods</h2>
<dl class="callables">
<dt id="addEventListener" class="callable">
<span class="name ">addEventListener</span><span class="signature">(<wbr><span class="parameter" id="addEventListener-param-type"><span class="type-annotation">String</span> <span class="parameter-name">type</span></span>, <span class="parameter" id="addEventListener-param-listener"><span class="type-annotation">dynamic</span> <span class="parameter-name">listener</span>(<span class="parameter" id="EventListener-param-event"><span class="type-annotation"><a href="polymer_app_layout/Event-class.html">Event</a></span> <span class="parameter-name">event</span></span>)</span>, [<span class="parameter" id="addEventListener-param-useCapture"><span class="type-annotation">bool</span> <span class="parameter-name">useCapture</span></span>])
→
<span class="returntype">void</span>
</span>
</dt>
<dd>
<div>
<span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="animate" class="callable">
<span class="name ">animate</span><span class="signature">(<wbr><span class="parameter" id="animate-param-effect"><span class="type-annotation">Object</span> <span class="parameter-name">effect</span></span>, [<span class="parameter" id="animate-param-timing"><span class="type-annotation">Object</span> <span class="parameter-name">timing</span></span>])
→
<span class="returntype"><a href="dart-html/AnimationPlayer-class.html">AnimationPlayer</a></span>
</span>
</dt>
<dd>
<div>
<span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="append" class="callable">
<span class="name ">append</span><span class="signature">(<wbr><span class="parameter" id="append-param-newChild"><span class="type-annotation"><a href="polymer_app_layout/Node-class.html">Node</a></span> <span class="parameter-name">newChild</span></span>)
→
<span class="returntype"><a href="dart-html/Node-class.html">Node</a></span>
</span>
</dt>
<dd>
<div>
<span class="is-inherited">inherited</span>
</div>
Adds a node to the end of the child <a href="polymer_app_layout/Node/nodes.html">nodes</a> list of this node.
</dd>
<dt id="appendHtml" class="callable">
<span class="name ">appendHtml</span><span class="signature">(<wbr><span class="parameter" id="appendHtml-param-text"><span class="type-annotation">String</span> <span class="parameter-name">text</span></span>, {<span class="parameter" id="appendHtml-param-validator"><span class="type-annotation"><a href="polymer_app_layout/NodeValidator-class.html">NodeValidator</a></span> <span class="parameter-name">validator</span></span>, <span class="parameter" id="appendHtml-param-treeSanitizer"><span class="type-annotation"><a href="polymer_app_layout/NodeTreeSanitizer-class.html">NodeTreeSanitizer</a></span> <span class="parameter-name">treeSanitizer</span></span>})
→
<span class="returntype">void</span>
</span>
</dt>
<dd>
<div>
<span class="is-inherited">inherited</span>
</div>
Parses the specified text as HTML and adds the resulting node after the
last child of this element.
</dd>
<dt id="appendText" class="callable">
<span class="name ">appendText</span><span class="signature">(<wbr><span class="parameter" id="appendText-param-text"><span class="type-annotation">String</span> <span class="parameter-name">text</span></span>)
→
<span class="returntype">void</span>
</span>
</dt>
<dd>
<div>
<span class="is-inherited">inherited</span>
</div>
Adds the specified text after the last child of this element.
</dd>
<dt id="attached" class="callable">
<span class="name ">attached</span><span class="signature">(<wbr>)
→
<span class="returntype">void</span>
</span>
</dt>
<dd>
<div>
<span class="is-inherited">inherited</span>
</div>
Called by the DOM when this element has been inserted into the live
document.
</dd>
<dt id="attributeChanged" class="callable">
<span class="name ">attributeChanged</span><span class="signature">(<wbr><span class="parameter" id="attributeChanged-param-name"><span class="type-annotation">String</span> <span class="parameter-name">name</span></span>, <span class="parameter" id="attributeChanged-param-oldValue"><span class="type-annotation">String</span> <span class="parameter-name">oldValue</span></span>, <span class="parameter" id="attributeChanged-param-newValue"><span class="type-annotation">String</span> <span class="parameter-name">newValue</span></span>)
→
<span class="returntype">void</span>
</span>
</dt>
<dd>
<div>
<span class="is-inherited">inherited</span>
</div>
Called by the DOM whenever an attribute on this has been changed.
</dd>
<dt id="blur" class="callable">
<span class="name ">blur</span><span class="signature">(<wbr>)
→
<span class="returntype">void</span>
</span>
</dt>
<dd>
<div>
<span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="checkValidity" class="callable">
<span class="name ">checkValidity</span><span class="signature">(<wbr>)
→
<span class="returntype">bool</span>
</span>
</dt>
<dd>
<div>
<span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="click" class="callable">
<span class="name ">click</span><span class="signature">(<wbr>)
→
<span class="returntype">void</span>
</span>
</dt>
<dd>
<div>
<span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="clone" class="callable">
<span class="name ">clone</span><span class="signature">(<wbr><span class="parameter" id="clone-param-deep"><span class="type-annotation">bool</span> <span class="parameter-name">deep</span></span>)
→
<span class="returntype"><a href="dart-html/Node-class.html">Node</a></span>
</span>
</dt>
<dd>
<div>
<span class="is-inherited">inherited</span>
</div>
Returns a copy of this node.
</dd>
<dt id="contains" class="callable">
<span class="name ">contains</span><span class="signature">(<wbr><span class="parameter" id="contains-param-other"><span class="type-annotation"><a href="polymer_app_layout/Node-class.html">Node</a></span> <span class="parameter-name">other</span></span>)
→
<span class="returntype">bool</span>
</span>
</dt>
<dd>
<div>
<span class="is-inherited">inherited</span>
</div>
Returns true if this node contains the specified node.
</dd>
<dt id="createFragment" class="callable">
<span class="name ">createFragment</span><span class="signature">(<wbr><span class="parameter" id="createFragment-param-html"><span class="type-annotation">String</span> <span class="parameter-name">html</span></span>, {<span class="parameter" id="createFragment-param-validator"><span class="type-annotation"><a href="polymer_app_layout/NodeValidator-class.html">NodeValidator</a></span> <span class="parameter-name">validator</span></span>, <span class="parameter" id="createFragment-param-treeSanitizer"><span class="type-annotation"><a href="polymer_app_layout/NodeTreeSanitizer-class.html">NodeTreeSanitizer</a></span> <span class="parameter-name">treeSanitizer</span></span>})
→
<span class="returntype"><a href="dart-html/DocumentFragment-class.html">DocumentFragment</a></span>
</span>
</dt>
<dd>
<div>
<span class="is-inherited">inherited</span>
</div>
Create a DocumentFragment from the HTML fragment and ensure that it follows
the sanitization rules specified by the validator or treeSanitizer.
</dd>
<dt id="createShadowRoot" class="callable">
<span class="name ">createShadowRoot</span><span class="signature">(<wbr>)
→
<span class="returntype"><a href="dart-html/ShadowRoot-class.html">ShadowRoot</a></span>
</span>
</dt>
<dd>
<div>
<span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="detached" class="callable">
<span class="name ">detached</span><span class="signature">(<wbr>)
→
<span class="returntype">void</span>
</span>
</dt>
<dd>
<div>
<span class="is-inherited">inherited</span>
</div>
Called by the DOM when this element has been removed from the live
document.
</dd>
<dt id="dispatchEvent" class="callable">
<span class="name ">dispatchEvent</span><span class="signature">(<wbr><span class="parameter" id="dispatchEvent-param-event"><span class="type-annotation"><a href="polymer_app_layout/Event-class.html">Event</a></span> <span class="parameter-name">event</span></span>)
→
<span class="returntype">bool</span>
</span>
</dt>
<dd>
<div>
<span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="enteredView" class="callable">
<span class="name deprecated">enteredView</span><span class="signature">(<wbr>)
→
<span class="returntype">void</span>
</span>
</dt>
<dd>
<div>
<span class="is-inherited">inherited</span>
</div>
Deprecated*: override <a href="polymer_app_layout/Element/attached.html">attached</a> instead.
</dd>
<dt id="focus" class="callable">
<span class="name ">focus</span><span class="signature">(<wbr>)
→
<span class="returntype">void</span>
</span>
</dt>
<dd>
<div>
<span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="getAnimationPlayers" class="callable">
<span class="name ">getAnimationPlayers</span><span class="signature">(<wbr>)
→
<span class="returntype">List<<a href="dart-html/AnimationPlayer-class.html">AnimationPlayer</a>></span>
</span>
</dt>
<dd>
<div>
<span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="getAttribute" class="callable">
<span class="name ">getAttribute</span><span class="signature">(<wbr><span class="parameter" id="getAttribute-param-name"><span class="type-annotation">String</span> <span class="parameter-name">name</span></span>)
→
<span class="returntype">String</span>
</span>
</dt>
<dd>
<div>
<span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="getAttributeNS" class="callable">
<span class="name ">getAttributeNS</span><span class="signature">(<wbr><span class="parameter" id="getAttributeNS-param-namespaceURI"><span class="type-annotation">String</span> <span class="parameter-name">namespaceURI</span></span>, <span class="parameter" id="getAttributeNS-param-localName"><span class="type-annotation">String</span> <span class="parameter-name">localName</span></span>)
→
<span class="returntype">String</span>
</span>
</dt>
<dd>
<div>
<span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="getBoundingClientRect" class="callable">
<span class="name ">getBoundingClientRect</span><span class="signature">(<wbr>)
→
<span class="returntype"><a href="dart-html/Rectangle-class.html">Rectangle</a></span>
</span>
</dt>
<dd>
<div>
<span class="is-inherited">inherited</span>
</div>
Returns the smallest bounding rectangle that encompasses this element's
padding, scrollbar, and border.
</dd>
<dt id="getClientRects" class="callable">
<span class="name ">getClientRects</span><span class="signature">(<wbr>)
→
<span class="returntype">List<<a href="dart-math/Rectangle-class.html">Rectangle</a>></span>
</span>
</dt>
<dd>
<div>
<span class="is-inherited">inherited</span>
</div>
Returns a list of bounding rectangles for each box associated with this
element.
</dd>
<dt id="getComputedStyle" class="callable">
<span class="name ">getComputedStyle</span><span class="signature">(<wbr>[<span class="parameter" id="getComputedStyle-param-pseudoElement"><span class="type-annotation">String</span> <span class="parameter-name">pseudoElement</span></span>])
→
<span class="returntype"><a href="dart-html/CssStyleDeclaration-class.html">CssStyleDeclaration</a></span>
</span>
</dt>
<dd>
<div>
<span class="is-inherited">inherited</span>
</div>
The set of all CSS values applied to this element, including inherited
and default values.
</dd>
<dt id="getDestinationInsertionPoints" class="callable">
<span class="name ">getDestinationInsertionPoints</span><span class="signature">(<wbr>)
→
<span class="returntype">List<<a href="dart-html/Node-class.html">Node</a>></span>
</span>
</dt>
<dd>
<div>
<span class="is-inherited">inherited</span>
</div>
Returns a list of shadow DOM insertion points to which this element is
distributed.
</dd>
<dt id="getElementsByClassName" class="callable">
<span class="name ">getElementsByClassName</span><span class="signature">(<wbr><span class="parameter" id="getElementsByClassName-param-classNames"><span class="type-annotation">String</span> <span class="parameter-name">classNames</span></span>)
→
<span class="returntype">List<<a href="dart-html/Node-class.html">Node</a>></span>
</span>
</dt>
<dd>
<div>
<span class="is-inherited">inherited</span>
</div>
Returns a list of nodes with the given class name inside this element.
</dd>
<dt id="getNamespacedAttributes" class="callable">
<span class="name ">getNamespacedAttributes</span><span class="signature">(<wbr><span class="parameter" id="getNamespacedAttributes-param-namespace"><span class="type-annotation">String</span> <span class="parameter-name">namespace</span></span>)
→
<span class="returntype">Map<String,String></span>
</span>
</dt>
<dd>
<div>
<span class="is-inherited">inherited</span>
</div>
Gets a map for manipulating the attributes of a particular namespace.
</dd>
<dt id="hasChildNodes" class="callable">
<span class="name ">hasChildNodes</span><span class="signature">(<wbr>)
→
<span class="returntype">bool</span>
</span>
</dt>
<dd>
<div>
<span class="is-inherited">inherited</span>
</div>
Returns true if this node has any children.
</dd>
<dt id="insertAdjacentElement" class="callable">
<span class="name ">insertAdjacentElement</span><span class="signature">(<wbr><span class="parameter" id="insertAdjacentElement-param-where"><span class="type-annotation">String</span> <span class="parameter-name">where</span></span>, <span class="parameter" id="insertAdjacentElement-param-element"><span class="type-annotation"><a href="polymer_app_layout/Element-class.html">Element</a></span> <span class="parameter-name">element</span></span>)
→
<span class="returntype"><a href="dart-html/Element-class.html">Element</a></span>
</span>
</dt>
<dd>
<div>
<span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="insertAdjacentHtml" class="callable">
<span class="name ">insertAdjacentHtml</span><span class="signature">(<wbr><span class="parameter" id="insertAdjacentHtml-param-where"><span class="type-annotation">String</span> <span class="parameter-name">where</span></span>, <span class="parameter" id="insertAdjacentHtml-param-html"><span class="type-annotation">String</span> <span class="parameter-name">html</span></span>, {<span class="parameter" id="insertAdjacentHtml-param-validator"><span class="type-annotation"><a href="polymer_app_layout/NodeValidator-class.html">NodeValidator</a></span> <span class="parameter-name">validator</span></span>, <span class="parameter" id="insertAdjacentHtml-param-treeSanitizer"><span class="type-annotation"><a href="polymer_app_layout/NodeTreeSanitizer-class.html">NodeTreeSanitizer</a></span> <span class="parameter-name">treeSanitizer</span></span>})
→
<span class="returntype">void</span>
</span>
</dt>
<dd>
<div>
<span class="is-inherited">inherited</span>
</div>
Parses text as an HTML fragment and inserts it into the DOM at the
specified location.
</dd>
<dt id="insertAdjacentText" class="callable">
<span class="name ">insertAdjacentText</span><span class="signature">(<wbr><span class="parameter" id="insertAdjacentText-param-where"><span class="type-annotation">String</span> <span class="parameter-name">where</span></span>, <span class="parameter" id="insertAdjacentText-param-text"><span class="type-annotation">String</span> <span class="parameter-name">text</span></span>)
→
<span class="returntype">void</span>
</span>
</dt>
<dd>
<div>
<span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="insertAllBefore" class="callable">
<span class="name ">insertAllBefore</span><span class="signature">(<wbr><span class="parameter" id="insertAllBefore-param-newNodes"><span class="type-annotation">Iterable<<a href="dart-html/Node-class.html">Node</a>></span> <span class="parameter-name">newNodes</span></span>, <span class="parameter" id="insertAllBefore-param-refChild"><span class="type-annotation"><a href="polymer_app_layout/Node-class.html">Node</a></span> <span class="parameter-name">refChild</span></span>)
→
<span class="returntype"><a href="dart-html/Node-class.html">Node</a></span>
</span>
</dt>
<dd>
<div>
<span class="is-inherited">inherited</span>
</div>
Inserts all of the nodes into this node directly before refChild.
</dd>
<dt id="insertBefore" class="callable">
<span class="name ">insertBefore</span><span class="signature">(<wbr><span class="parameter" id="insertBefore-param-newChild"><span class="type-annotation"><a href="polymer_app_layout/Node-class.html">Node</a></span> <span class="parameter-name">newChild</span></span>, <span class="parameter" id="insertBefore-param-refChild"><span class="type-annotation"><a href="polymer_app_layout/Node-class.html">Node</a></span> <span class="parameter-name">refChild</span></span>)
→
<span class="returntype"><a href="dart-html/Node-class.html">Node</a></span>
</span>
</dt>
<dd>
<div>
<span class="is-inherited">inherited</span>
</div>
Inserts all of the nodes into this node directly before refChild.
</dd>
<dt id="leftView" class="callable">
<span class="name deprecated">leftView</span><span class="signature">(<wbr>)
→
<span class="returntype">void</span>
</span>
</dt>
<dd>
<div>
<span class="is-inherited">inherited</span>
</div>
Deprecated*: override <a href="polymer_app_layout/Element/detached.html">detached</a> instead.
</dd>
<dt id="matches" class="callable">
<span class="name ">matches</span><span class="signature">(<wbr><span class="parameter" id="matches-param-selectors"><span class="type-annotation">String</span> <span class="parameter-name">selectors</span></span>)
→
<span class="returntype">bool</span>
</span>
</dt>
<dd>
<div>
<span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="matchesWithAncestors" class="callable">
<span class="name ">matchesWithAncestors</span><span class="signature">(<wbr><span class="parameter" id="matchesWithAncestors-param-selectors"><span class="type-annotation">String</span> <span class="parameter-name">selectors</span></span>)
→
<span class="returntype">bool</span>
</span>
</dt>
<dd>
<div>
<span class="is-inherited">inherited</span>
</div>
Checks if this element or any of its parents match the CSS selectors.
</dd>
<dt id="offsetTo" class="callable">
<span class="name ">offsetTo</span><span class="signature">(<wbr><span class="parameter" id="offsetTo-param-parent"><span class="type-annotation"><a href="polymer_app_layout/Element-class.html">Element</a></span> <span class="parameter-name">parent</span></span>)
→
<span class="returntype"><a href="dart-html/Point-class.html">Point</a></span>
</span>
</dt>
<dd>
<div>
<span class="is-inherited">inherited</span>
</div>
Provides the offset of this element's <a href="polymer_app_layout/Element/borderEdge.html">borderEdge</a> relative to the
specified <code class="prettyprint lang-dart">parent</code>.
</dd>
<dt id="query" class="callable">
<span class="name deprecated">query</span><span class="signature">(<wbr><span class="parameter" id="query-param-relativeSelectors"><span class="type-annotation">String</span> <span class="parameter-name">relativeSelectors</span></span>)
→
<span class="returntype"><a href="dart-html/Element-class.html">Element</a></span>
</span>
</dt>
<dd>
<div>
<span class="is-inherited">inherited</span>
</div>
Alias for <a href="polymer_app_layout/Element/querySelector.html">querySelector</a>. Note this function is deprecated because its
semantics will be changing in the future.
</dd>
<dt id="queryAll" class="callable">
<span class="name deprecated">queryAll</span><span class="signature">(<wbr><span class="parameter" id="queryAll-param-relativeSelectors"><span class="type-annotation">String</span> <span class="parameter-name">relativeSelectors</span></span>)
→
<span class="returntype"><a href="dart-html/ElementList-class.html">ElementList</a><<a href="dart-html/Element-class.html">Element</a>></span>
</span>
</dt>
<dd>
<div>
<span class="is-inherited">inherited</span>
</div>
Alias for <a href="polymer_app_layout/Element/querySelectorAll.html">querySelectorAll</a>. Note this function is deprecated because its
semantics will be changing in the future.
</dd>
<dt id="querySelector" class="callable">
<span class="name ">querySelector</span><span class="signature">(<wbr><span class="parameter" id="querySelector-param-selectors"><span class="type-annotation">String</span> <span class="parameter-name">selectors</span></span>)
→
<span class="returntype"><a href="dart-html/Element-class.html">Element</a></span>
</span>
</dt>
<dd>
<div>
<span class="is-inherited">inherited</span>
</div>
Finds the first descendant element of this element that matches the
specified group of selectors.
</dd>
<dt id="querySelectorAll" class="callable">
<span class="name ">querySelectorAll</span><span class="signature">(<wbr><span class="parameter" id="querySelectorAll-param-selectors"><span class="type-annotation">String</span> <span class="parameter-name">selectors</span></span>)
→
<span class="returntype"><a href="dart-html/ElementList-class.html">ElementList</a><<a href="dart-html/Element-class.html">Element</a>></span>
</span>
</dt>
<dd>
<div>
<span class="is-inherited">inherited</span>
</div>
Finds all descendent elements of this element that match the specified
group of selectors.
</dd>
<dt id="remove" class="callable">
<span class="name ">remove</span><span class="signature">(<wbr>)
→
<span class="returntype">void</span>
</span>
</dt>
<dd>
<div>
<span class="is-inherited">inherited</span>
</div>
Removes this node from the DOM.
</dd>
<dt id="removeEventListener" class="callable">
<span class="name ">removeEventListener</span><span class="signature">(<wbr><span class="parameter" id="removeEventListener-param-type"><span class="type-annotation">String</span> <span class="parameter-name">type</span></span>, <span class="parameter" id="removeEventListener-param-listener"><span class="type-annotation">dynamic</span> <span class="parameter-name">listener</span>(<span class="parameter" id="EventListener-param-event"><span class="type-annotation"><a href="polymer_app_layout/Event-class.html">Event</a></span> <span class="parameter-name">event</span></span>)</span>, [<span class="parameter" id="removeEventListener-param-useCapture"><span class="type-annotation">bool</span> <span class="parameter-name">useCapture</span></span>])
→
<span class="returntype">void</span>
</span>
</dt>
<dd>
<div>
<span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="replaceWith" class="callable">
<span class="name ">replaceWith</span><span class="signature">(<wbr><span class="parameter" id="replaceWith-param-otherNode"><span class="type-annotation"><a href="polymer_app_layout/Node-class.html">Node</a></span> <span class="parameter-name">otherNode</span></span>)
→
<span class="returntype"><a href="dart-html/Node-class.html">Node</a></span>
</span>
</dt>
<dd>
<div>
<span class="is-inherited">inherited</span>
</div>
Replaces this node with another node.
</dd>
<dt id="requestFullscreen" class="callable">
<span class="name ">requestFullscreen</span><span class="signature">(<wbr>)
→
<span class="returntype">void</span>
</span>
</dt>
<dd>
<div>
<span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="requestPointerLock" class="callable">
<span class="name ">requestPointerLock</span><span class="signature">(<wbr>)
→
<span class="returntype">void</span>
</span>
</dt>
<dd>
<div>
<span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="scrollIntoView" class="callable">
<span class="name ">scrollIntoView</span><span class="signature">(<wbr>[<span class="parameter" id="scrollIntoView-param-alignment"><span class="type-annotation"><a href="polymer_app_layout/ScrollAlignment-class.html">ScrollAlignment</a></span> <span class="parameter-name">alignment</span></span>])
→
<span class="returntype">void</span>
</span>
</dt>
<dd>
<div>
<span class="is-inherited">inherited</span>
</div>
Scrolls this element into view.
</dd>
<dt id="setAttribute" class="callable">
<span class="name ">setAttribute</span><span class="signature">(<wbr><span class="parameter" id="setAttribute-param-name"><span class="type-annotation">String</span> <span class="parameter-name">name</span></span>, <span class="parameter" id="setAttribute-param-value"><span class="type-annotation">String</span> <span class="parameter-name">value</span></span>)
→
<span class="returntype">void</span>
</span>
</dt>
<dd>
<div>
<span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="setAttributeNS" class="callable">
<span class="name ">setAttributeNS</span><span class="signature">(<wbr><span class="parameter" id="setAttributeNS-param-namespaceURI"><span class="type-annotation">String</span> <span class="parameter-name">namespaceURI</span></span>, <span class="parameter" id="setAttributeNS-param-qualifiedName"><span class="type-annotation">String</span> <span class="parameter-name">qualifiedName</span></span>, <span class="parameter" id="setAttributeNS-param-value"><span class="type-annotation">String</span> <span class="parameter-name">value</span></span>)
→
<span class="returntype">void</span>
</span>
</dt>
<dd>
<div>
<span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="setCustomValidity" class="callable">
<span class="name ">setCustomValidity</span><span class="signature">(<wbr><span class="parameter" id="setCustomValidity-param-error"><span class="type-annotation">String</span> <span class="parameter-name">error</span></span>)
→
<span class="returntype">void</span>
</span>
</dt>
<dd>
<div>
<span class="is-inherited">inherited</span>
</div>
</dd>
<dt id="setInnerHtml" class="callable">
<span class="name ">setInnerHtml</span><span class="signature">(<wbr><span class="parameter" id="setInnerHtml-param-html"><span class="type-annotation">String</span> <span class="parameter-name">html</span></span>, {<span class="parameter" id="setInnerHtml-param-validator"><span class="type-annotation"><a href="polymer_app_layout/NodeValidator-class.html">NodeValidator</a></span> <span class="parameter-name">validator</span></span>, <span class="parameter" id="setInnerHtml-param-treeSanitizer"><span class="type-annotation"><a href="polymer_app_layout/NodeTreeSanitizer-class.html">NodeTreeSanitizer</a></span> <span class="parameter-name">treeSanitizer</span></span>})
→
<span class="returntype">void</span>
</span>
</dt>
<dd>
<div>
<span class="is-inherited">inherited</span>
</div>
Parses the HTML fragment and sets it as the contents of this element.
This ensures that the generated content follows the sanitization rules
specified by the validator or treeSanitizer.
</dd>
</dl>
</section>
</div> <!-- /.main-content -->
<div class="col-xs-6 col-sm-6 col-md-3 sidebar sidebar-offcanvas-right">
<h5>HiddenInputElement</h5>
<ol>
<li class="section-title"><a href="polymer_app_layout.behaviors/HiddenInputElement-class.html#constructors">Constructors</a></li>
<li><a href="polymer_app_layout.behaviors/HiddenInputElement/HiddenInputElement.html">HiddenInputElement</a></li>
<li class="section-title"><a href="polymer_app_layout.behaviors/HiddenInputElement-class.html#methods">Methods</a></li>
<li>addEventListener
</li>
<li>animate
</li>
<li>append
</li>
<li>appendHtml
</li>
<li>appendText
</li>
<li>attached
</li>
<li>attributeChanged
</li>
<li>blur
</li>
<li>checkValidity
</li>
<li>click
</li>
<li>clone
</li>
<li>contains
</li>
<li>createFragment
</li>
<li>createShadowRoot
</li>
<li>detached
</li>
<li>dispatchEvent
</li>
<li>enteredView
</li>
<li>focus
</li>
<li>getAnimationPlayers
</li>
<li>getAttribute
</li>
<li>getAttributeNS
</li>
<li>getBoundingClientRect
</li>
<li>getClientRects
</li>
<li>getComputedStyle
</li>
<li>getDestinationInsertionPoints
</li>
<li>getElementsByClassName
</li>
<li>getNamespacedAttributes
</li>
<li>hasChildNodes
</li>
<li>insertAdjacentElement
</li>
<li>insertAdjacentHtml
</li>
<li>insertAdjacentText
</li>
<li>insertAllBefore
</li>
<li>insertBefore
</li>
<li>leftView
</li>
<li>matches
</li>
<li>matchesWithAncestors
</li>
<li>offsetTo
</li>
<li>query
</li>
<li>queryAll
</li>
<li>querySelector
</li>
<li>querySelectorAll
</li>
<li>remove
</li>
<li>removeEventListener
</li>
<li>replaceWith
</li>
<li>requestFullscreen
</li>
<li>requestPointerLock
</li>
<li>scrollIntoView
</li>
<li>setAttribute
</li>
<li>setAttributeNS
</li>
<li>setCustomValidity
</li>
<li>setInnerHtml
</li>
</ol>
</div><!--/.sidebar-offcanvas-->
</div> <!-- container -->
<footer>
<div class="container-fluid">
<div class="container">
<p class="text-center">
<span class="no-break">
polymer_app_layout_template 0.1.0 api docs
</span>
•
<span class="copyright no-break">
<a href="https://www.dartlang.org">
<img src="static-assets/favicon.png" alt="Dart" title="Dart"width="16" height="16">
</a>
</span>
•
<span class="copyright no-break">
<a href="http://creativecommons.org/licenses/by-sa/4.0/">cc license</a>
</span>
</p>
</div>
</div>
</footer>
<script src="static-assets/prettify.js"></script>
<script src="static-assets/script.js"></script>
<!-- Do not remove placeholder -->
<!-- Footer Placeholder -->
</body>
</html>
|
v0.12.2/generated/statsmodels.tsa.statespace.kalman_smoother.KalmanSmoother.smooth_methods.html
|
statsmodels/statsmodels.github.io
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="lang:clipboard.copy" content="Copy to clipboard">
<meta name="lang:clipboard.copied" content="Copied to clipboard">
<meta name="lang:search.language" content="en">
<meta name="lang:search.pipeline.stopwords" content="True">
<meta name="lang:search.pipeline.trimmer" content="True">
<meta name="lang:search.result.none" content="No matching documents">
<meta name="lang:search.result.one" content="1 matching document">
<meta name="lang:search.result.other" content="# matching documents">
<meta name="lang:search.tokenizer" content="[\s\-]+">
<link href="https://fonts.gstatic.com/" rel="preconnect" crossorigin>
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono:400,500,700|Roboto:300,400,400i,700&display=fallback" rel="stylesheet">
<style>
body,
input {
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif
}
code,
kbd,
pre {
font-family: "Roboto Mono", "Courier New", Courier, monospace
}
</style>
<link rel="stylesheet" href="../_static/stylesheets/application.css"/>
<link rel="stylesheet" href="../_static/stylesheets/application-palette.css"/>
<link rel="stylesheet" href="../_static/stylesheets/application-fixes.css"/>
<link rel="stylesheet" href="../_static/fonts/material-icons.css"/>
<meta name="theme-color" content="#3f51b5">
<script src="../_static/javascripts/modernizr.js"></script>
<title>statsmodels.tsa.statespace.kalman_smoother.KalmanSmoother.smooth_methods — statsmodels</title>
<link rel="icon" type="image/png" sizes="32x32" href="../_static/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="../_static/icons/favicon-16x16.png">
<link rel="manifest" href="../_static/icons/site.webmanifest">
<link rel="mask-icon" href="../_static/icons/safari-pinned-tab.svg" color="#919191">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="msapplication-config" content="../_static/icons/browserconfig.xml">
<link rel="stylesheet" href="../_static/stylesheets/examples.css">
<link rel="stylesheet" href="../_static/stylesheets/deprecation.css">
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/material.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css" />
<script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
<script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
<script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script type="text/x-mathjax-config">MathJax.Hub.Config({"tex2jax": {"inlineMath": [["$", "$"], ["\\(", "\\)"]], "processEscapes": true, "ignoreClass": "document", "processClass": "math|output_area"}})</script>
<link rel="shortcut icon" href="../_static/favicon.ico"/>
<link rel="author" title="About these documents" href="../about.html" />
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="statsmodels.tsa.statespace.kalman_smoother.KalmanSmoother.smooth_univariate" href="statsmodels.tsa.statespace.kalman_smoother.KalmanSmoother.smooth_univariate.html" />
<link rel="prev" title="statsmodels.tsa.statespace.kalman_smoother.KalmanSmoother.smooth_method" href="statsmodels.tsa.statespace.kalman_smoother.KalmanSmoother.smooth_method.html" />
</head>
<body dir=ltr
data-md-color-primary=indigo data-md-color-accent=blue>
<svg class="md-svg">
<defs data-children-count="0">
<svg xmlns="http://www.w3.org/2000/svg" width="416" height="448" viewBox="0 0 416 448" id="__github"><path fill="currentColor" d="M160 304q0 10-3.125 20.5t-10.75 19T128 352t-18.125-8.5-10.75-19T96 304t3.125-20.5 10.75-19T128 256t18.125 8.5 10.75 19T160 304zm160 0q0 10-3.125 20.5t-10.75 19T288 352t-18.125-8.5-10.75-19T256 304t3.125-20.5 10.75-19T288 256t18.125 8.5 10.75 19T320 304zm40 0q0-30-17.25-51T296 232q-10.25 0-48.75 5.25Q229.5 240 208 240t-39.25-2.75Q130.75 232 120 232q-29.5 0-46.75 21T56 304q0 22 8 38.375t20.25 25.75 30.5 15 35 7.375 37.25 1.75h42q20.5 0 37.25-1.75t35-7.375 30.5-15 20.25-25.75T360 304zm56-44q0 51.75-15.25 82.75-9.5 19.25-26.375 33.25t-35.25 21.5-42.5 11.875-42.875 5.5T212 416q-19.5 0-35.5-.75t-36.875-3.125-38.125-7.5-34.25-12.875T37 371.5t-21.5-28.75Q0 312 0 260q0-59.25 34-99-6.75-20.5-6.75-42.5 0-29 12.75-54.5 27 0 47.5 9.875t47.25 30.875Q171.5 96 212 96q37 0 70 8 26.25-20.5 46.75-30.25T376 64q12.75 25.5 12.75 54.5 0 21.75-6.75 42 34 40 34 99.5z"/></svg>
</defs>
</svg>
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer">
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search">
<label class="md-overlay" data-md-component="overlay" for="__drawer"></label>
<a href="#generated/statsmodels.tsa.statespace.kalman_smoother.KalmanSmoother.smooth_methods" tabindex="1" class="md-skip"> Skip to content </a>
<header class="md-header" data-md-component="header">
<nav class="md-header-nav md-grid">
<div class="md-flex navheader">
<div class="md-flex__cell md-flex__cell--shrink">
<a href="../index.html" title="statsmodels"
class="md-header-nav__button md-logo">
<img src="../_static/statsmodels-logo-v2-bw.svg" height="26"
alt="statsmodels logo">
</a>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<label class="md-icon md-icon--menu md-header-nav__button" for="__drawer"></label>
</div>
<div class="md-flex__cell md-flex__cell--stretch">
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
<span class="md-header-nav__topic">statsmodels v0.12.2</span>
<span class="md-header-nav__topic"> statsmodels.tsa.statespace.kalman_smoother.KalmanSmoother.smooth_methods </span>
</div>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
<div class="md-search" data-md-component="search" role="dialog">
<label class="md-search__overlay" for="__search"></label>
<div class="md-search__inner" role="search">
<form class="md-search__form" action="../search.html" method="GET" name="search">
<input type="text" class="md-search__input" name="q" placeholder="Search"
autocapitalize="off" autocomplete="off" spellcheck="false"
data-md-component="query" data-md-state="active">
<label class="md-icon md-search__icon" for="__search"></label>
<button type="reset" class="md-icon md-search__icon" data-md-component="reset" tabindex="-1">

</button>
</form>
<div class="md-search__output">
<div class="md-search__scrollwrap" data-md-scrollfix>
<div class="md-search-result" data-md-component="result">
<div class="md-search-result__meta">
Type to start searching
</div>
<ol class="md-search-result__list"></ol>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<div class="md-header-nav__source">
<a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github">
<div class="md-source__icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28">
<use xlink:href="#__github" width="24" height="24"></use>
</svg>
</div>
<div class="md-source__repository">
statsmodels
</div>
</a>
</div>
</div>
<script src="../_static/javascripts/version_dropdown.js"></script>
<script>
var json_loc = "../_static/versions.json",
target_loc = "../../",
text = "Versions";
$( document ).ready( add_version_dropdown(json_loc, target_loc, text));
</script>
</div>
</nav>
</header>
<div class="md-container">
<nav class="md-tabs" data-md-component="tabs">
<div class="md-tabs__inner md-grid">
<ul class="md-tabs__list">
<li class="md-tabs__item"><a href="../user-guide.html" class="md-tabs__link">User Guide</a></li>
<li class="md-tabs__item"><a href="../statespace.html" class="md-tabs__link">Time Series Analysis by State Space Methods <code class="xref py py-mod docutils literal notranslate"><span class="pre">statespace</span></code></a></li>
<li class="md-tabs__item"><a href="statsmodels.tsa.statespace.kalman_smoother.KalmanSmoother.html" class="md-tabs__link">statsmodels.tsa.statespace.kalman_smoother.KalmanSmoother</a></li>
</ul>
</div>
</nav>
<main class="md-main">
<div class="md-main__inner md-grid" data-md-component="container">
<div class="md-sidebar md-sidebar--primary" data-md-component="navigation">
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--primary" data-md-level="0">
<label class="md-nav__title md-nav__title--site" for="__drawer">
<a href="../index.html" title="statsmodels" class="md-nav__button md-logo">
<img src="../_static/statsmodels-logo-v2-bw.svg" alt=" logo" width="48" height="48">
</a>
<a href="../index.html"
title="statsmodels">statsmodels v0.12.2</a>
</label>
<div class="md-nav__source">
<a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github">
<div class="md-source__icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28">
<use xlink:href="#__github" width="24" height="24"></use>
</svg>
</div>
<div class="md-source__repository">
statsmodels
</div>
</a>
</div>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../install.html" class="md-nav__link">Installing statsmodels</a>
</li>
<li class="md-nav__item">
<a href="../gettingstarted.html" class="md-nav__link">Getting started</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html" class="md-nav__link">User Guide</a>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../user-guide.html#background" class="md-nav__link">Background</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#regression-and-linear-models" class="md-nav__link">Regression and Linear Models</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#time-series-analysis" class="md-nav__link">Time Series Analysis</a>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../tsa.html" class="md-nav__link">Time Series analysis <code class="xref py py-mod docutils literal notranslate"><span class="pre">tsa</span></code></a>
</li>
<li class="md-nav__item">
<a href="../statespace.html" class="md-nav__link">Time Series Analysis by State Space Methods <code class="xref py py-mod docutils literal notranslate"><span class="pre">statespace</span></code></a>
</li>
<li class="md-nav__item">
<a href="../vector_ar.html" class="md-nav__link">Vector Autoregressions <code class="xref py py-mod docutils literal notranslate"><span class="pre">tsa.vector_ar</span></code></a>
</li></ul>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#other-models" class="md-nav__link">Other Models</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#statistics-and-tools" class="md-nav__link">Statistics and Tools</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#data-sets" class="md-nav__link">Data Sets</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#sandbox" class="md-nav__link">Sandbox</a>
</li></ul>
</li>
<li class="md-nav__item">
<a href="../examples/index.html" class="md-nav__link">Examples</a>
</li>
<li class="md-nav__item">
<a href="../api.html" class="md-nav__link">API Reference</a>
</li>
<li class="md-nav__item">
<a href="../about.html" class="md-nav__link">About statsmodels</a>
</li>
<li class="md-nav__item">
<a href="../dev/index.html" class="md-nav__link">Developer Page</a>
</li>
<li class="md-nav__item">
<a href="../release/index.html" class="md-nav__link">Release Notes</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<div class="md-sidebar md-sidebar--secondary" data-md-component="toc">
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--secondary">
<ul class="md-nav__list" data-md-scrollfix="">
<li class="md-nav__item"><a class="md-nav__extra_link" href="../_sources/generated/statsmodels.tsa.statespace.kalman_smoother.KalmanSmoother.smooth_methods.rst.txt">Show Source</a> </li>
<li id="searchbox" class="md-nav__item"></li>
</ul>
</nav>
</div>
</div>
</div>
<div class="md-content">
<article class="md-content__inner md-typeset" role="main">
<h1 id="generated-statsmodels-tsa-statespace-kalman-smoother-kalmansmoother-smooth-methods--page-root">statsmodels.tsa.statespace.kalman_smoother.KalmanSmoother.smooth_methods<a class="headerlink" href="#generated-statsmodels-tsa-statespace-kalman-smoother-kalmansmoother-smooth-methods--page-root" title="Permalink to this headline">¶</a></h1>
<dl class="py attribute">
<dt id="statsmodels.tsa.statespace.kalman_smoother.KalmanSmoother.smooth_methods">
<code class="sig-prename descclassname">KalmanSmoother.</code><code class="sig-name descname">smooth_methods</code><em class="property"> = ['smooth_conventional', 'smooth_alternative', 'smooth_classical']</em><a class="headerlink" href="#statsmodels.tsa.statespace.kalman_smoother.KalmanSmoother.smooth_methods" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
</article>
</div>
</div>
</main>
</div>
<footer class="md-footer">
<div class="md-footer-nav">
<nav class="md-footer-nav__inner md-grid">
<a href="statsmodels.tsa.statespace.kalman_smoother.KalmanSmoother.smooth_method.html" title="statsmodels.tsa.statespace.kalman_smoother.KalmanSmoother.smooth_method"
class="md-flex md-footer-nav__link md-footer-nav__link--prev"
rel="prev">
<div class="md-flex__cell md-flex__cell--shrink">
<i class="md-icon md-icon--arrow-back md-footer-nav__button"></i>
</div>
<div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title">
<span class="md-flex__ellipsis">
<span
class="md-footer-nav__direction"> Previous </span> statsmodels.tsa.statespace.kalman_smoother.KalmanSmoother.smooth_method </span>
</div>
</a>
<a href="statsmodels.tsa.statespace.kalman_smoother.KalmanSmoother.smooth_univariate.html" title="statsmodels.tsa.statespace.kalman_smoother.KalmanSmoother.smooth_univariate"
class="md-flex md-footer-nav__link md-footer-nav__link--next"
rel="next">
<div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title"><span
class="md-flex__ellipsis"> <span
class="md-footer-nav__direction"> Next </span> statsmodels.tsa.statespace.kalman_smoother.KalmanSmoother.smooth_univariate </span>
</div>
<div class="md-flex__cell md-flex__cell--shrink"><i
class="md-icon md-icon--arrow-forward md-footer-nav__button"></i>
</div>
</a>
</nav>
</div>
<div class="md-footer-meta md-typeset">
<div class="md-footer-meta__inner md-grid">
<div class="md-footer-copyright">
<div class="md-footer-copyright__highlight">
© Copyright 2009-2019, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers.
</div>
Last updated on
Feb 02, 2021.
<br/>
Created using
<a href="http://www.sphinx-doc.org/">Sphinx</a> 3.4.3.
and
<a href="https://github.com/bashtage/sphinx-material/">Material for
Sphinx</a>
</div>
</div>
</div>
</footer>
<script src="../_static/javascripts/application.js"></script>
<script>app.initialize({version: "1.0.4", url: {base: ".."}})</script>
</body>
</html>
|
MoPiX/extras/Model/soycReport/compile-report/initial-6-overallBreakdown.html
|
ToonTalk/mopix2
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<script type="text/javascript">
function show(elementName)
{
hp = document.getElementById(elementName);
hp.style.visibility = "Visible";
}
function hide(elementName)
{
hp = document.getElementById(elementName);
hp.style.visibility = "Hidden";
}
</script>
<title>
Application breakdown analysis
</title>
<style type="text/css" media="screen">
@import url('goog.css');
@import url('inlay.css');
@import url('soyc.css');
</style>
</head>
<body>
<div class="g-doc">
<div id="hd" class="g-section g-tpl-50-50 g-split">
<div class="g-unit g-first">
<p>
<a href="index.html" id="gwt-logo" class="soyc-ir">
<span>Google Web Toolkit</span>
</a>
</p>
</div>
<div class="g-unit">
</div>
</div>
<div id="soyc-appbar-lrg">
<div class="g-section g-tpl-75-25 g-split">
<div class="g-unit g-first">
<h1>Application breakdown analysis</h1>
</div>
<div class="g-unit"></div>
</div>
</div>
<div id="bd">
<h2>
<a
style="cursor:default;" onMouseOver="show('packageBreakdownPopup');" onMouseOut="hide('packageBreakdownPopup');">Package breakdown</a>
</h2></div>
<div class="soyc-popup" id="packageBreakdownPopup">
<table>
<tr><th><b>Package breakdown</b></th></tr>
<tr><td>The package breakdown blames pieces of JavaScript code on Java packages wherever possible. Note that this is not possible for all code, so the sizes of the packages here will not normally add up to the full code size. More specifically, the sum will exclude strings, whitespace, and a few pieces of JavaScript code that are produced during compilation but cannot be attributed to any Java package.</td></tr>
</table>
</div>
<iframe class='soyc-iframe-package' src="initial-6-packageBreakdown.html" scrolling=auto></iframe>
<h2>
<a
style="cursor:default;" onMouseOver="show('codeTypeBreakdownPopup');" onMouseOut="hide('codeTypeBreakdownPopup');">Code Type Breakdown</a>
</h2>
<div class="soyc-popup" id="codeTypeBreakdownPopup">
<table>
<tr><th><b>Code Type Breakdown</b></th></tr>
<tr><td>The code type breakdown breaks down the JavaScript code according to its type or function. For example, it tells you how much of your code can be attributed to JRE, GWT-RPC, etc. As above, strings and some other JavaScript snippets are not included in the breakdown.</td></tr>
</table>
</div>
<iframe class='soyc-iframe-code' src="initial-6-codeTypeBreakdown.html" scrolling=auto></iframe>
</div>
</div>
</body>
</html>
|
obvious-example/target/site/apidocs/obvious/demo/sandbox/package-frame.html
|
jdfekete/obvious
|
<!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 Thu May 19 10:19:18 CEST 2011 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
obvious.demo.sandbox (obvious-example 0.0.1-SNAPSHOT API)
</TITLE>
<META NAME="date" CONTENT="2011-05-19">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
</HEAD>
<BODY BGCOLOR="white">
<FONT size="+1" CLASS="FrameTitleFont">
<A HREF="../../../obvious/demo/sandbox/package-summary.html" target="classFrame">obvious.demo.sandbox</A></FONT>
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
<TR>
<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
Classes</FONT>
<FONT CLASS="FrameItemFont">
<BR>
<A HREF="IvtkTableAndPrefuseScatterplotDemo.html" title="class in obvious.demo.sandbox" target="classFrame">IvtkTableAndPrefuseScatterplotDemo</A>
<BR>
<A HREF="PrefuseNetworkAndJungNetworkVisDemo.html" title="class in obvious.demo.sandbox" target="classFrame">PrefuseNetworkAndJungNetworkVisDemo</A>
<BR>
<A HREF="PrefuseNetworkAndPolylithciPrefuseNetworkVisDemo.html" title="class in obvious.demo.sandbox" target="classFrame">PrefuseNetworkAndPolylithciPrefuseNetworkVisDemo</A>
<BR>
<A HREF="PrefuseTableAndPolylithicPrefuseScatterplotVisDemo.html" title="class in obvious.demo.sandbox" target="classFrame">PrefuseTableAndPolylithicPrefuseScatterplotVisDemo</A></FONT></TD>
</TR>
</TABLE>
</BODY>
</HTML>
|
www/app/modules/administrative/settings/edit-setting.html
|
krishagni/openspecimen
|
<div>
<ng-form class="form-horizontal" name="settingForm" os-form-validator="settingForm" novalidate>
<div class="form-group">
<label class="col-xs-2 control-label" translate="settings.property">Property</label>
<div class="form-value col-xs-10">
<span>{{'settings.' + setting.module + '.' + setting.name | translate}}</span>
</div>
</div>
<div class="form-group">
<label class="col-xs-2 control-label" translate="settings.description">Description</label>
<div class="form-value col-xs-10">
<span>{{'settings.' + setting.module + '.' + setting.name + '_desc' | translate}}</span>
</div>
</div>
<div class="form-group">
<label class="col-xs-2 control-label" translate="settings.existing_value">Existing Value</label>
<div class="form-value col-xs-10" ng-switch on="setting.type">
<span ng-switch-when="BOOLEAN">
{{existingSetting.value | osBoolValue: 'common.enabled': 'common.disabled': 'common.not_specified'}}
</span>
<span ng-switch-when="CHAR" ng-switch on="existingSetting.value.charCodeAt(0) <= 32">
<span ng-switch-when="true">Code: {{existingSetting.value.charCodeAt(0)}}</span>
<span ng-switch-default>{{existingSetting.value | osNoValue}}</span>
</span>
<span ng-switch-default>
{{existingSetting.value | osNoValue}}
</span>
</div>
</div>
<div class="form-group">
<label class="col-xs-2 control-label" translate="settings.last_updated">Last Updated</label>
<div class="form-value col-xs-10">
<span translate="{{setting.activationDate | date: global.dateFmt}}"></span>
</div>
</div>
<div class="form-group">
<label class="col-xs-2 control-label" translate="settings.new_value">New Value</label>
<div class="col-xs-10">
<input type="text" name="value" class="form-control" ng-model="setting.value"
ng-if="setting.type == 'STRING' && !setting.secured"></input>
<input type="password" name="value" class="form-control" ng-model="setting.value"
ng-if="setting.type == 'STRING' && setting.secured"></input>
<input type="text" name="value" class="form-control" ng-model="setting.value"
ng-maxlength="1" ng-if="setting.type == 'CHAR'" ng-trim="false"></input>
<input type="text" name="value" class="form-control" ng-model="setting.value"
ng-pattern="/^[0-9]*$/" ng-if="setting.type == 'INT'"></input>
<div ng-if="setting.type == 'BOOLEAN'">
<div class="btn-group">
<button type="button" class="btn btn-default" name="value" ng-model="setting.value"
btn-radio="'true'" required translate="common.enabled">Enabled</button>
<button type="button" class="btn btn-default" name="value" ng-model="setting.value"
btn-radio="'false'" required translate="common.disabled">Disabled</button>
</div>
</div>
<div ng-if="setting.type == 'FILE'">
<form action="{{fileCtx.uploadUrl}}">
<div os-file-upload ctrl="fileCtx.ctrl"></div>
</form>
</div>
<div os-field-error field="settingForm.value"></div>
</div>
</div>
<div class="os-divider"></div>
<div class="form-group">
<div class="col-xs-offset-2 col-xs-10">
<button type="submit" class="btn btn-primary" os-form-submit="submit()">
<span translate="common.buttons.update">Update</span>
</button>
<button class="btn os-btn-text" os-form-cancel="cancel()">
<span translate="common.buttons.cancel">Cancel</span>
</button>
</div>
</div>
</ng-form>
</div>
|
colaboratory/resources/colab/css/cell.css
|
jupyter/colaboratory
|
.cell {
position: relative;
display: flex;
align-content: flex-start;
flex-direction: column;
}
.text > .main-content {
padding-left: 8px;
}
.inputarea, .text-top-div {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row;
flex-flow: row;
}
.code .inputarea {
/* editor resizes to this height on focus*/
min-height: 24px;
}
.markdown {
flex: 1;
}
.editor {
flex: 1;
}
.formview {
padding: 4px 8px;
flex: 1;
}
.formview-input {
width: 70%
}
.formview-full {
width: 100%;
}
.dragitem {
visibility: hidden;
height: 20px;
}
pre {
margin-top: 2px;
margin-bottom: 2px;
white-space: pre-wrap;
}
.completions {
position: absolute;
z-index: 10;
overflow: hidden;
border: 1px solid #ababab;
border-radius: 4px;
-webkit-box-shadow: 0px 6px 10px -1px #adadad;
-moz-box-shadow: 0px 6px 10px -1px #adadad;
box-shadow: 0px 6px 10px -1px #adadad;
}
.execution-count {
min-width: 32px;
text-align: center;
background-color: white;
font-family: monospace;
padding: 4px 0 0 4px;
margin-top: 7px;
}
.code.out-of-date * .output-info > .collaborator-img-me {
opacity: .4;
}
.code.up-to-date * .output-info > .collaborator-img-me {
opacity: 1.0;
}
.code.out-of-date * .execution-count {
color: gray;
}
.code.up-to-date * .execution-count {
color: black;
}
.code .editor {
border: 1px solid #ededed;
background: #f7f7f7;
margin: 4px;
padding: 4px;
}
.text * .editor {
display: none;
}
.text.edit * .editor {
border-top: 1px dashed grey;
display: block;
}
.main-content {
background: white;
}
.paper-shadow-bottom, .paper-shadow-top {
pointer-events: none;
}
.paper-shadow-top {
border-radius: inherit;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.main-content > .paper-shadow-bottom,
.main-content > .paper-shadow-top {
bottom: 8px;
}
.cell-collaborators > .paper-shadow-bottom,
.cell-collaborators > .paper-shadow-top {
right: 4px;
}
.code * .main-content {
border-radius: 2px;
}
.code * .editor.non-trusted * .CodeMirror-gutters {
background: #ECC4C4;
}
.code * .editor.non-trusted * .CodeMirror-linenumber {
color: black;
pointer-events: none;
}
.output {
font-family: monospace;
font-size: 10pt;
}
.output-content {
padding: 4px 0 4px 0;
display: flex;
}
.output-info {
width: 40px;
text-align: center;
}
.output-iframe-container {
flex: 1;
}
.output-iframe-container > iframe {
width: 100%;
border: 0px;
}
.raw-input-container {
font-family: monospace;
font-size: 10pt;
margin-left: 40px;
}
.editor > .CodeMirror {
background: transparent;
}
.CodeMirror {
height: auto;
overflow-x: hidden;
line-height: 1.08;
}
.CodeMirror-scroll {
height: auto;
overflow-y: hidden;
overflow-x: hidden;
}
.CodeMirror-hscrollbar {
overflow-x:hidden
}
.cell-collaborators {
position: absolute;
right: -30px;
z-index: 12; /* make sure the collaborators stays behind the header */
}
.cell-comments {
width: 130px;
height: 50px;
position: relative;
display: inline-block;
background: #fff;
border: solid 1px #cbcbcb;
box-shadow: 0 2px 4px rgba(0,0,0,.2);
padding: 0 10px 0 10px;
}
.cell-spacer{
display: inline-block;
width: 10px;
position: relative;
}
.cell-comments-area {
display: none;
position: absolute;
top: 30px;
right: -200px;
z-index: 12; /* make sure the collaborators stays behind the header */
}
.selected > .cell-comments-area {
display: block;
}
div.formview-title {
display: inline-flex;
justify-content: space-between;
width: 100%;
}
div.formview-title-text {
font-size: 12pt;
font-weight: 700;
}
div.formview-title > .goog-button {
background: white;
border: 1px solid black;
}
div.formview-title > .goog-button:hover {
background: lightgrey;
}
.add-cell {
height: 16px;
z-index: 20;
margin-top: -4px;
margin-bottom: -4px;
margin-right: 4px;
}
.add-cell:hover {
background: #f9f9f9;
}
.notebook-content > .add-cell {
position: relative;
}
.add-cell > hr {
margin: 7px auto 0 auto;
width: 144px;
border-style: solid;
border-top: none;
border-color: lightgrey;
visibility: hidden;
border-width: 2px;
}
.add-cell:hover > hr {
visibility: visible;
}
.notebook-content > .add-cell > hr {
padding-top: 8px;
border-left: none;
border-right: none;
}
.add-button {
position: absolute;
width: 32px;
height: 32px;
margin-top: -8px;
border-radius: 50%;
background-color: white;
text-align: center;
line-height: 32px;
font-size: 12pt;
font-weight: 500;
border: 1px solid transparent !important;
}
.add-code {
left: 0;
font-family: monospace;
}
.add-text {
left: 100px;
}
.add-button:hover {
cursor: default;
border: 1px solid #a1badf !important;
}
|
ApkSSL_Tester/libs/soot/doc/soot/jimple/spark/pag/class-use/GlobalVarNode.html
|
Phortran/SicurezzaInformatica
|
<!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 Jan 22 14:18:59 CET 2012 -->
<TITLE>
Uses of Class soot.jimple.spark.pag.GlobalVarNode (Soot API)
</TITLE>
<META NAME="date" CONTENT="2012-01-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="Uses of Class soot.jimple.spark.pag.GlobalVarNode (Soot 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="../../../../../soot/jimple/spark/pag/GlobalVarNode.html" title="class in soot.jimple.spark.pag"><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?soot/jimple/spark/pag//class-useGlobalVarNode.html" target="_top"><B>FRAMES</B></A>
<A HREF="GlobalVarNode.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>soot.jimple.spark.pag.GlobalVarNode</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="../../../../../soot/jimple/spark/pag/GlobalVarNode.html" title="class in soot.jimple.spark.pag">GlobalVarNode</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#soot.jimple.spark.pag"><B>soot.jimple.spark.pag</B></A></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<A NAME="soot.jimple.spark.pag"><!-- --></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="../../../../../soot/jimple/spark/pag/GlobalVarNode.html" title="class in soot.jimple.spark.pag">GlobalVarNode</A> in <A HREF="../../../../../soot/jimple/spark/pag/package-summary.html">soot.jimple.spark.pag</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">Methods in <A HREF="../../../../../soot/jimple/spark/pag/package-summary.html">soot.jimple.spark.pag</A> that return <A HREF="../../../../../soot/jimple/spark/pag/GlobalVarNode.html" title="class in soot.jimple.spark.pag">GlobalVarNode</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../soot/jimple/spark/pag/GlobalVarNode.html" title="class in soot.jimple.spark.pag">GlobalVarNode</A></CODE></FONT></TD>
<TD><CODE><B>PAG.</B><B><A HREF="../../../../../soot/jimple/spark/pag/PAG.html#findGlobalVarNode(java.lang.Object)">findGlobalVarNode</A></B>(<A HREF="http://java.sun.com/j2se/1.6.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> value)</CODE>
<BR>
Finds the GlobalVarNode for the variable value, or returns null.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../soot/jimple/spark/pag/GlobalVarNode.html" title="class in soot.jimple.spark.pag">GlobalVarNode</A></CODE></FONT></TD>
<TD><CODE><B>PAG.</B><B><A HREF="../../../../../soot/jimple/spark/pag/PAG.html#findGlobalVarNode(java.lang.Object)">findGlobalVarNode</A></B>(<A HREF="http://java.sun.com/j2se/1.6.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> value)</CODE>
<BR>
Finds the GlobalVarNode for the variable value, or returns null.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../soot/jimple/spark/pag/GlobalVarNode.html" title="class in soot.jimple.spark.pag">GlobalVarNode</A></CODE></FONT></TD>
<TD><CODE><B>PAG.</B><B><A HREF="../../../../../soot/jimple/spark/pag/PAG.html#makeGlobalVarNode(java.lang.Object, soot.Type)">makeGlobalVarNode</A></B>(<A HREF="http://java.sun.com/j2se/1.6.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> value,
<A HREF="../../../../../soot/Type.html" title="class in soot">Type</A> type)</CODE>
<BR>
Finds or creates the GlobalVarNode for the variable value, of type type.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../soot/jimple/spark/pag/GlobalVarNode.html" title="class in soot.jimple.spark.pag">GlobalVarNode</A></CODE></FONT></TD>
<TD><CODE><B>PAG.</B><B><A HREF="../../../../../soot/jimple/spark/pag/PAG.html#makeGlobalVarNode(java.lang.Object, soot.Type)">makeGlobalVarNode</A></B>(<A HREF="http://java.sun.com/j2se/1.6.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> value,
<A HREF="../../../../../soot/Type.html" title="class in soot">Type</A> type)</CODE>
<BR>
Finds or creates the GlobalVarNode for the variable value, of type type.</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="../../../../../soot/jimple/spark/pag/GlobalVarNode.html" title="class in soot.jimple.spark.pag"><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?soot/jimple/spark/pag//class-useGlobalVarNode.html" target="_top"><B>FRAMES</B></A>
<A HREF="GlobalVarNode.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>
|
public/css/admin/style.css
|
septembersixth/glory-blog
|
body {
padding-top: 60px;
padding-bottom: 40px;
font-family: sans-serif;
}
.zf-green {
color: #68b604;
}
.btn-success {
background-color: #57a900;
background-image: -moz-linear-gradient(top, #70d900, #57a900);
background-image: -ms-linear-gradient(top, #70d900, #57a900);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#57a900));
background-image: -webkit-linear-gradient(top, #70d900, #57a900);
background-image: -o-linear-gradient(top, #70d900, #57a900);
background-image: linear-gradient(top, #70d900, #57a900);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
background-color: #57a900;
}
.btn-success:active, .btn-success.active {
background-color: #57a900;
}
div.container a.brand {
background: url("../img/zf2-logo.png") no-repeat scroll 0 10px transparent;
margin-left: 0;
padding: 8px 20px 12px 40px;
}
|
development.html
|
Airlift-Framework/airlift-framework.github.com
|
---
layout: default
permalink: /development/
published: false
---
<div class="development">
{% include menu.html %}
<div class="plot">
<p>
<strong>Airlift</strong> is constantly being improved. We are always looking for help in the following areas. If you would like to contribute in any way, whether you are an intern, someone working with Google Summer of Code, or are just looking for a cool project to join, please <a href="http://www.lucidtechnics.com/about/">contact us</a>. We could use the help!
</p>
</div>
</div>
<div class="ideas">
<div class="idea">
<h1>Dictation Improvements</h1>
<div class="description">
<p>
Dictation is our English based domain specific language we use to describe a business' application resources. Airlift uses these Dictation based resource descriptions to produce Google App Engine specific code. The code we generate includes, but is not limited to, datastore persistence logic, resource validation and conversion, and application audit and security.
</div>
<div class="description">
<p>
Dictation is not perfect. We will like to improve Dictation's usability. One such way is to provide an editor that automatically detects syntax errors as well as improve Dictation's readability via keyword highlighting. This editor should be cloud based, but also usable offline. It should be easy enough to use that a non-technical person code create a valid Dictation file with ease.
</p>
<div class="links">
<ul style="list-style: none">
<li>Project Lead <a href="http://github.com/davezen1">David Hodge</a></li>
<li>Source Code <a href="https://github.com/LucidTechnics/dictation">Dictation</a></li>
</ul>
</div>
</div>
</div>
<div class="idea">
<h1>Google App Engine Service Api Enhancements</h1>
<div class="description">
<p>
Airlift's goal is twofold ... 1> make it easier to use Google's App Engine, and 2> provide JavaScript developer's a vehicle for creating server side code deployed on App Engine. Part of this goal can be achieved by simplifying the Google's API for App Engine services.
</div>
<div class="description">
<p>
We have had success simplifying the use of datastore, task queues, and memcache. We would like to do the same for the other App Engine APIs like search for instance, as well as provide APIs that integrate other Google services such as Cloud, Drive, Prediction, and other APIs.
</p>
<div class="links">
<ul style="list-style: none">
<li>
Project Lead <a href="http://github.com/bediako">Bediako George</a></li>
<li>Source Code <a href="https://github.com/LucidTechnics/Airlift">Airlift</a></li>
<li>APIs <a href="https://cloud.google.com/products/">Google Cloud Services</a></li>
</ul>
</div>
</div>
</div>
<div class="idea">
<h1>Airflow - automated workflow</h1>
<div class="description">
<p>
Airflow is a workflow generation framework built on Dictation and Airlift. It is designed to look at an application's Dictation file and create an underlying workflow framework that relies on Airlift generated code designed to automate manual workflow tasks.
</div>
<div class="description">
<p>
Using Airlift's inherently restful design along with the descriptive access information provided by a Dictation, it is possible to generate logic that provides automated resource monitoring and change notifications to system actors via email and other mechanisms. We call this process Airflow and are looking for help creating this open source bolt-on for Airlift.
</p>
<div class="links">
<ul style="list-style: none">
<li>Project Lead <a href="http://github.com/bediako">Bediako George</a></li>
<li>Source Code <a href="https://github.com/LucidTechnics/Airlift">Airlift</a></li>
</ul>
</div>
</div>
</div>
</div>
|
data/queries/results/result-2010-95.html
|
daonb/obudget
|
<!-- %BD_HTML%/SearchResult.htm -->
<HTML>
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1255">
<TITLE>úåöàú àéðèøðè - Takanot File</TITLE>
</HEAD>
<style>
<!--
TR.A_Table {font-color:#3e6ea6; background-color: #f7f9fb; font-size:11;font-family: Arial,}
TR.B_Table {font-color:#3e6ea6; background-color: #ecf1f6; font-size:11;font-family: Arial,}
TR.C {font-color:#1e4a7a; background-color: #A9CAEF;font-weight:bold; font-size:11;font-family: Arial,}
TR.clear { font-color:#1e4a7a; background-color: #FFFFFF;}
H5 { font-family:Arial, Helvetica, sans-serif; font-size: 14px;}
H3 { font-family:Arial, Helvetica, sans-serif; font-size: 16px;}
TD.A_Row { font-family: Arial, Helvetica, sans-serif; font-weight:bold; font-style: normal; color: #093300; font-size: 10px}
.defaultFont { color:#1f4a7b;font-family: Arial, Helvetica, sans-serif; font-size: 12px}
-->
</style>
<BODY dir=rtl class="defaultFont">
<CENTER>
<IMG src="/budget/Images/title1.jpg" align=bottom alt="ú÷öéá äîãéðä">
<TABLE align="center" border=0 cellspacing=0 cellpadding=0>
<TR align="center">
<TD><H3>úåöàú çéôåù ìùðú 2010</H3></TD>
</TR>
<TR align="center">
<!--<TD><H3>ðúåðé áéöåò ðëåðéí ìñåó çåãù 01/2011</H3></TD>-->
<TD><H3>ðúåðé áéöåò ëôé ùðøùîå áñôøé äðäìú äçùáåðåú ùì äîùøãéí - 01/2011<br></H3></TD>
</TR>
</TR align="center">
<TD><H3>àéï àçéãåú áéï äñòéôéí ìâáé îåòã òãëåï äðúåðéí</H3></TD>
</TR>
</TABLE>
<H5>äñëåîéí äéðí ùì çå÷ äú÷öéá äî÷åøé åáàìôé ù÷ìéí <BR>
</H5>
</CENTER>
<table width="100%" border="0" cellspacing="1" cellpadding="1" bgcolor="#8fbcee">
<TR class="C" align="center">
<TD valign=top width=50>ñòéó</TD>
<TD valign=top align="right" width=120>ùí ñòéó</TD>
<TD valign=top width=65>äåöàä ðèå</TD>
<TD valign=top width=65>äåöàä îåúðéú áäëðñä</TD>
<TD valign=top width=65>ñä"ë äåöàä</TD>
<TD valign=top width=65>äøùàä ìäúçééá</TD>
<TD valign=top width=65>ùéà ë"à</TD>
<TD valign=top width=40>ñä"ë ðåöì</TD>
<TD valign=top width=40>àçåæ ðåöì</TD>
</TR>
</TABLE>
<table width="100%" border="0" cellspacing="1" cellpadding="1" bgcolor="#8fbcee">
<TR class="B_Table" align="center">
<TD valign=top width=50> 95</TD>
<TD valign=top align="right" width=120> ðîì çãøä</TD>
<TD valign=top width=65> 32,000</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 32,000</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 5.0</TD>
<TD valign=top width=40> 22,325</TD>
<TD valign=top width=40> 69.77</TD>
</TR>
<TR class="A_Table" align="center">
<TD valign=top width=50> 9502</TD>
<TD valign=top align="right" width=120> äåöàåú ðîì çãøä</TD>
<TD valign=top width=65> 32,000</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 32,000</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 5.0</TD>
<TD valign=top width=40> 22,316</TD>
<TD valign=top width=40> 69.74</TD>
</TR>
<TR class="B_Table" align="center">
<TD valign=top width=50> 950201</TD>
<TD valign=top align="right" width=120> äåöàåú ðîì çãøä</TD>
<TD valign=top width=65> 32,000</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 32,000</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 5.0</TD>
<TD valign=top width=40> 22,316</TD>
<TD valign=top width=40> 69.74</TD>
</TR>
<TR class="A_Table" align="center">
<TD valign=top width=50> 9569</TD>
<TD valign=top align="right" width=120> çùáåï îòáø</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 0.0</TD>
<TD valign=top width=40> 9</TD>
<TD valign=top width=40> 0.00</TD>
</TR>
<TR class="B_Table" align="center">
<TD valign=top width=50> 956999</TD>
<TD valign=top align="right" width=120> çùáåï îòáø</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 0.0</TD>
<TD valign=top width=40> 9</TD>
<TD valign=top width=40> 0.00</TD>
</TR>
<TR class="A_Table" align="center">
<TD valign=top width=50> 9570</TD>
<TD valign=top align="right" width=120> äëðñåú ðîì çãøä</TD>
<TD valign=top width=65> 32,000</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 32,000</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 0.0</TD>
<TD valign=top width=40> 0</TD>
<TD valign=top width=40> 0.00</TD>
</TR>
<TR class="B_Table" align="center">
<TD valign=top width=50> 9572</TD>
<TD valign=top align="right" width=120> äëðñåú ðîì çãøä</TD>
<TD valign=top width=65> 32,000</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 32,000</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 0.0</TD>
<TD valign=top width=40> 22,343</TD>
<TD valign=top width=40> 69.82</TD>
</TR>
<TR class="A_Table" align="center">
<TD valign=top width=50> 957205</TD>
<TD valign=top align="right" width=120> äëðñåú ðîì çãøä</TD>
<TD valign=top width=65> 32,000</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 32,000</TD>
<TD valign=top width=65> 0</TD>
<TD valign=top width=65> 0.0</TD>
<TD valign=top width=40> 22,343</TD>
<TD valign=top width=40> 69.82</TD>
</TR>
</TABLE>
</CENTER>
<BR>
<CENTER>
<table border="0" cellspacing="1" cellpadding="3" bgcolor="#8fbcee" dir="rtl">
<TR class="C" align="center">
<TD class="A_Row" valign=top width=80>ñéëåí ãå"ç</TD>
<TD class="A_Row" valign=top width=60>äåöàä ðèå</TD>
<TD class="A_Row" valign=top width=60>äåöàä îåúðéú áäëðñä</TD>
<TD class="A_Row" valign=top width=60>ñä"ë äåöàä</TD>
<TD class="A_Row" valign=top width=60>äøùàä ìäúçééá</TD>
<TD class="A_Row" valign=top width=60>ùéà ë"à</TD>
<TD class="A_Row" valign=top width=50>ñä"ë ðåöì</TD>
<TD class="A_Row" valign=top width=50>àçåæ ðåöì</TD>
</TR>
<TR class="clear" align="center">
<TD class="A_Row" valign=top width=80> ú÷öéá î÷åøé</TD>
<TD class="A_Row" valign=top width=60> 64,000</TD>
<TD class="A_Row" valign=top width=60> 0</TD>
<TD class="A_Row" valign=top width=60> 64,000</TD>
<TD class="A_Row" valign=top width=60> 0</TD>
<TD class="A_Row" valign=top width=60> 5</TD>
<TD class="A_Row" valign=top width=50> </TD>
<TD class="A_Row" valign=top width=50> </TD>
</TR>
<!--<TR class="clear" align="center">
<TD class="A_Row" valign=top width=80> ú÷öéá òì ùéðåééå</TD>
<TD class="A_Row" valign=top width=60> 64,000</TD>
<TD class="A_Row" valign=top width=60> 0</TD>
<TD class="A_Row" valign=top width=60> 64,000</TD>
<TD class="A_Row" valign=top width=60> 0</TD>
<TD class="A_Row" valign=top width=60> 5</TD>
<TD class="A_Row" valign=top width=50> 44,668</TD>
<TD class="A_Row" valign=top width=50> 69.79</TD>
</TR>-->
</TABLE>
<CENTER>
<TABLE WIDTH="100" >
<TR>
<TD align="center" nowrap>
<IMG SRC="/budget/Images/semel.gif" HEIGHT=37 WIDTH=30 border = "0"><BR>
<FONT SIZE=-2>
<A HREF="http://www.mof.gov.il/rights.htm">
ëì äæëåéåú
©
.ùîåøåú,2005,îãéðú éùøàì<BR></A>
ðùîç ì÷áì àú äòøåúéëí åäöòåúéëí ìëúåáú:
</FONT>
<FONT SIZE=-2 dir=ltr>
<A HREF="mailto:Webmaster@mof.gov.il">Webmaster@mof.gov.il</A><BR>
</FONT>
</TD>
</TR>
</TABLE>
</CENTER>
</CENTER>
</BODY>
</HTML>
|
xcordion/spec/spec/concordion/command/assertEquals/nonString/NullResult.html
|
pobrelkey/xcordion
|
<html xmlns:concordion="http://www.concordion.org/2007/concordion">
<link href="../../../../../concordion.css" rel="stylesheet" type="text/css" />
<body>
<h1>Null Result</h1>
<p>
If the evaluation result is <code>null</code> then the string
"(null)" is used for performing the comparison.
</p>
<div class="example">
<h3>Example</h3>
<pre concordion:set="#snippet">
<span concordion:assertEquals="myMethod()"><b><em>(some expectation)</em></b></span>
</pre>
<table concordion:execute="#outcome = outcomeOfPerformingAssertEquals(#snippet, #expectedString, #result)">
<tr>
<th concordion:set="#result">myMethod()<br />Returns</th>
<th concordion:set="#expectedString">The Expectation</th>
<th concordion:assertEquals="#outcome">Outcome</th>
</tr>
<tr>
<td>null</td>
<td>(null)</td>
<td>SUCCESS</td>
</tr>
<tr>
<td>null</td>
<td>xyz</td>
<td>FAILURE</td>
</tr>
<tr>
<td>null</td>
<td>null</td>
<td>FAILURE</td>
</tr>
</table>
</div>
</body>
</html>
|
templates/simple_registration/password_reset_confirm.html
|
tedtieken/django-simple-registration
|
{% extends "base.html" %}
{% load i18n %}
{% block title %}{{block.super}} - Password Reset Confirm{% endblock %}
{% block content %}
{% if validlink %}
<form method="post" action=".">{% csrf_token %}
{{ form.as_p }}
<input type="submit" value="{% trans 'Submit' %}" />
</form>
{% else %}
<p>{% trans "Password reset failed" %}</p>
{% endif %}
{% endblock %}
|
software/cmts/doc/javadoc/gov/nih/nci/cbiit/cmts/test/MappingTest.html
|
NCIP/caadapter
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_21) on Mon Apr 16 12:29:32 EDT 2012 -->
<TITLE>
MappingTest
</TITLE>
<META NAME="date" CONTENT="2012-04-16">
<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="MappingTest";
}
}
</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="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="../../../../../../gov/nih/nci/cbiit/cmts/test/Hl7V2Test.html" title="class in gov.nih.nci.cbiit.cmts.test"><B>PREV CLASS</B></A>
<A HREF="../../../../../../gov/nih/nci/cbiit/cmts/test/TestCMTS_API.html" title="class in gov.nih.nci.cbiit.cmts.test"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?gov/nih/nci/cbiit/cmts/test/MappingTest.html" target="_top"><B>FRAMES</B></A>
<A HREF="MappingTest.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">
gov.nih.nci.cbiit.cmts.test</FONT>
<BR>
Class MappingTest</H2>
<PRE>
java.lang.Object
<IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><B>gov.nih.nci.cbiit.cmts.test.MappingTest</B>
</PRE>
<HR>
<DL>
<DT><PRE>public class <B>MappingTest</B><DT>extends java.lang.Object</DL>
</PRE>
<P>
This class is to test the Mapping functions
<P>
<P>
<DL>
<DT><B>Since:</B></DT>
<DD>CMTS v1.0</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="../../../../../../gov/nih/nci/cbiit/cmts/test/MappingTest.html#MappingTest()">MappingTest</A></B>()</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> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../gov/nih/nci/cbiit/cmts/test/MappingTest.html#setUp()">setUp</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../gov/nih/nci/cbiit/cmts/test/MappingTest.html#tearDown()">tearDown</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../gov/nih/nci/cbiit/cmts/test/MappingTest.html#testFilePathRelatize()">testFilePathRelatize</A></B>()</CODE>
<BR>
Test file relative path</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../gov/nih/nci/cbiit/cmts/test/MappingTest.html#testFindNodeById()">testFindNodeById</A></B>()</CODE>
<BR>
test find node method</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../gov/nih/nci/cbiit/cmts/test/MappingTest.html#testMarshalMapping()">testMarshalMapping</A></B>()</CODE>
<BR>
test create Mapping from a pair of XSD and marshaling the Mapping</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../gov/nih/nci/cbiit/cmts/test/MappingTest.html#testParseHL7v2XSD()">testParseHL7v2XSD</A></B>()</CODE>
<BR>
test HL7 v2 XSD parsing and marshaling of the generated Model Object</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../gov/nih/nci/cbiit/cmts/test/MappingTest.html#testParseHL7v3XSD()">testParseHL7v3XSD</A></B>()</CODE>
<BR>
test HL7 v3 XSD parsing and marshaling of the generated Model Object</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../gov/nih/nci/cbiit/cmts/test/MappingTest.html#testParseXSD()">testParseXSD</A></B>()</CODE>
<BR>
test XSD parsing and marshaling of the generated Model Object</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../gov/nih/nci/cbiit/cmts/test/MappingTest.html#testUnmarshalMapping()">testUnmarshalMapping</A></B>()</CODE>
<BR>
test round trip marshaling and unmarshaling of Mapping</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>
<!-- ========= 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="MappingTest()"><!-- --></A><H3>
MappingTest</H3>
<PRE>
public <B>MappingTest</B>()</PRE>
<DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="setUp()"><!-- --></A><H3>
setUp</H3>
<PRE>
public void <B>setUp</B>()
throws java.lang.Exception</PRE>
<DL>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE>java.lang.Exception</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="tearDown()"><!-- --></A><H3>
tearDown</H3>
<PRE>
public void <B>tearDown</B>()
throws java.lang.Exception</PRE>
<DL>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE>java.lang.Exception</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="testParseXSD()"><!-- --></A><H3>
testParseXSD</H3>
<PRE>
public void <B>testParseXSD</B>()
throws java.lang.Exception</PRE>
<DL>
<DD>test XSD parsing and marshaling of the generated Model Object
<P>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE>java.lang.Exception</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="testParseHL7v2XSD()"><!-- --></A><H3>
testParseHL7v2XSD</H3>
<PRE>
public void <B>testParseHL7v2XSD</B>()
throws java.lang.Exception</PRE>
<DL>
<DD>test HL7 v2 XSD parsing and marshaling of the generated Model Object
<P>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE>java.lang.Exception</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="testParseHL7v3XSD()"><!-- --></A><H3>
testParseHL7v3XSD</H3>
<PRE>
public void <B>testParseHL7v3XSD</B>()
throws java.lang.Exception</PRE>
<DL>
<DD>test HL7 v3 XSD parsing and marshaling of the generated Model Object
<P>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE>java.lang.Exception</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="testFilePathRelatize()"><!-- --></A><H3>
testFilePathRelatize</H3>
<PRE>
public void <B>testFilePathRelatize</B>()</PRE>
<DL>
<DD>Test file relative path
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="testMarshalMapping()"><!-- --></A><H3>
testMarshalMapping</H3>
<PRE>
public void <B>testMarshalMapping</B>()
throws java.lang.Exception</PRE>
<DL>
<DD>test create Mapping from a pair of XSD and marshaling the Mapping
<P>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE>java.lang.Exception</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="testUnmarshalMapping()"><!-- --></A><H3>
testUnmarshalMapping</H3>
<PRE>
public void <B>testUnmarshalMapping</B>()
throws java.lang.Exception</PRE>
<DL>
<DD>test round trip marshaling and unmarshaling of Mapping
<P>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE>java.lang.Exception</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="testFindNodeById()"><!-- --></A><H3>
testFindNodeById</H3>
<PRE>
public void <B>testFindNodeById</B>()
throws java.lang.Exception</PRE>
<DL>
<DD>test find node method
<P>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE>java.lang.Exception</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="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="../../../../../../gov/nih/nci/cbiit/cmts/test/Hl7V2Test.html" title="class in gov.nih.nci.cbiit.cmts.test"><B>PREV CLASS</B></A>
<A HREF="../../../../../../gov/nih/nci/cbiit/cmts/test/TestCMTS_API.html" title="class in gov.nih.nci.cbiit.cmts.test"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?gov/nih/nci/cbiit/cmts/test/MappingTest.html" target="_top"><B>FRAMES</B></A>
<A HREF="MappingTest.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>
|
public/sistema/limitless/dimple_area_horizontal.html
|
luizaranda/sistema
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Limitless - Responsive Web Application Kit by Eugene Kopyov</title>
<!-- Global stylesheets -->
<link href="https://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700,900" rel="stylesheet" type="text/css">
<link href="assets/css/icons/icomoon/styles.css" rel="stylesheet" type="text/css">
<link href="assets/css/bootstrap.css" rel="stylesheet" type="text/css">
<link href="assets/css/core.css" rel="stylesheet" type="text/css">
<link href="assets/css/components.css" rel="stylesheet" type="text/css">
<link href="assets/css/colors.css" rel="stylesheet" type="text/css">
<!-- /global stylesheets -->
<!-- Core JS files -->
<script type="text/javascript" src="assets/js/plugins/loaders/pace.min.js"></script>
<script type="text/javascript" src="assets/js/core/libraries/jquery.min.js"></script>
<script type="text/javascript" src="assets/js/core/libraries/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/js/plugins/loaders/blockui.min.js"></script>
<!-- /core JS files -->
<!-- Theme JS files -->
<script type="text/javascript" src="assets/js/plugins/visualization/d3/d3.min.js"></script>
<script type="text/javascript" src="assets/js/plugins/visualization/dimple/dimple.min.js"></script>
<script type="text/javascript" src="assets/js/core/app.js"></script>
<script type="text/javascript" src="assets/js/charts/dimple/area/area_horizontal.js"></script>
<script type="text/javascript" src="assets/js/charts/dimple/area/area_horizontal_stacked.js"></script>
<script type="text/javascript" src="assets/js/charts/dimple/area/area_horizontal_stacked_normalized.js"></script>
<script type="text/javascript" src="assets/js/charts/dimple/area/area_horizontal_grouped.js"></script>
<script type="text/javascript" src="assets/js/charts/dimple/area/area_horizontal_stacked_grouped.js"></script>
<!-- /theme JS files -->
</head>
<body>
<!-- Main navbar -->
<div class="navbar navbar-inverse">
<div class="navbar-header">
<a class="navbar-brand" href="index.html"><img src="assets/images/logo_light.png" alt=""></a>
<ul class="nav navbar-nav pull-right visible-xs-block">
<li><a data-toggle="collapse" data-target="#navbar-mobile"><i class="icon-tree5"></i></a></li>
<li><a class="sidebar-mobile-main-toggle"><i class="icon-paragraph-justify3"></i></a></li>
</ul>
</div>
<div class="navbar-collapse collapse" id="navbar-mobile">
<ul class="nav navbar-nav">
<li>
<a class="sidebar-control sidebar-main-toggle hidden-xs">
<i class="icon-paragraph-justify3"></i>
</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="icon-git-compare"></i>
<span class="visible-xs-inline-block position-right">Git updates</span>
<span class="badge bg-warning-400">9</span>
</a>
<div class="dropdown-menu dropdown-content">
<div class="dropdown-content-heading">
Git updates
<ul class="icons-list">
<li><a href="#"><i class="icon-sync"></i></a></li>
</ul>
</div>
<ul class="media-list dropdown-content-body width-350">
<li class="media">
<div class="media-left">
<a href="#" class="btn border-primary text-primary btn-flat btn-rounded btn-icon btn-sm"><i class="icon-git-pull-request"></i></a>
</div>
<div class="media-body">
Drop the IE <a href="#">specific hacks</a> for temporal inputs
<div class="media-annotation">4 minutes ago</div>
</div>
</li>
<li class="media">
<div class="media-left">
<a href="#" class="btn border-warning text-warning btn-flat btn-rounded btn-icon btn-sm"><i class="icon-git-commit"></i></a>
</div>
<div class="media-body">
Add full font overrides for popovers and tooltips
<div class="media-annotation">36 minutes ago</div>
</div>
</li>
<li class="media">
<div class="media-left">
<a href="#" class="btn border-info text-info btn-flat btn-rounded btn-icon btn-sm"><i class="icon-git-branch"></i></a>
</div>
<div class="media-body">
<a href="#">Chris Arney</a> created a new <span class="text-semibold">Design</span> branch
<div class="media-annotation">2 hours ago</div>
</div>
</li>
<li class="media">
<div class="media-left">
<a href="#" class="btn border-success text-success btn-flat btn-rounded btn-icon btn-sm"><i class="icon-git-merge"></i></a>
</div>
<div class="media-body">
<a href="#">Eugene Kopyov</a> merged <span class="text-semibold">Master</span> and <span class="text-semibold">Dev</span> branches
<div class="media-annotation">Dec 18, 18:36</div>
</div>
</li>
<li class="media">
<div class="media-left">
<a href="#" class="btn border-primary text-primary btn-flat btn-rounded btn-icon btn-sm"><i class="icon-git-pull-request"></i></a>
</div>
<div class="media-body">
Have Carousel ignore keyboard events
<div class="media-annotation">Dec 12, 05:46</div>
</div>
</li>
</ul>
<div class="dropdown-content-footer">
<a href="#" data-popup="tooltip" title="All activity"><i class="icon-menu display-block"></i></a>
</div>
</div>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="icon-people"></i>
<span class="visible-xs-inline-block position-right">Users</span>
</a>
<div class="dropdown-menu dropdown-content">
<div class="dropdown-content-heading">
Users online
<ul class="icons-list">
<li><a href="#"><i class="icon-gear"></i></a></li>
</ul>
</div>
<ul class="media-list dropdown-content-body width-300">
<li class="media">
<div class="media-left"><img src="assets/images/placeholder.jpg" class="img-circle img-sm" alt=""></div>
<div class="media-body">
<a href="#" class="media-heading text-semibold">Jordana Ansley</a>
<span class="display-block text-muted text-size-small">Lead web developer</span>
</div>
<div class="media-right media-middle"><span class="status-mark border-success"></span></div>
</li>
<li class="media">
<div class="media-left"><img src="assets/images/placeholder.jpg" class="img-circle img-sm" alt=""></div>
<div class="media-body">
<a href="#" class="media-heading text-semibold">Will Brason</a>
<span class="display-block text-muted text-size-small">Marketing manager</span>
</div>
<div class="media-right media-middle"><span class="status-mark border-danger"></span></div>
</li>
<li class="media">
<div class="media-left"><img src="assets/images/placeholder.jpg" class="img-circle img-sm" alt=""></div>
<div class="media-body">
<a href="#" class="media-heading text-semibold">Hanna Walden</a>
<span class="display-block text-muted text-size-small">Project manager</span>
</div>
<div class="media-right media-middle"><span class="status-mark border-success"></span></div>
</li>
<li class="media">
<div class="media-left"><img src="assets/images/placeholder.jpg" class="img-circle img-sm" alt=""></div>
<div class="media-body">
<a href="#" class="media-heading text-semibold">Dori Laperriere</a>
<span class="display-block text-muted text-size-small">Business developer</span>
</div>
<div class="media-right media-middle"><span class="status-mark border-warning-300"></span></div>
</li>
<li class="media">
<div class="media-left"><img src="assets/images/placeholder.jpg" class="img-circle img-sm" alt=""></div>
<div class="media-body">
<a href="#" class="media-heading text-semibold">Vanessa Aurelius</a>
<span class="display-block text-muted text-size-small">UX expert</span>
</div>
<div class="media-right media-middle"><span class="status-mark border-grey-400"></span></div>
</li>
</ul>
<div class="dropdown-content-footer">
<a href="#" data-popup="tooltip" title="All users"><i class="icon-menu display-block"></i></a>
</div>
</div>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="icon-bubbles4"></i>
<span class="visible-xs-inline-block position-right">Messages</span>
<span class="badge bg-warning-400">2</span>
</a>
<div class="dropdown-menu dropdown-content width-350">
<div class="dropdown-content-heading">
Messages
<ul class="icons-list">
<li><a href="#"><i class="icon-compose"></i></a></li>
</ul>
</div>
<ul class="media-list dropdown-content-body">
<li class="media">
<div class="media-left">
<img src="assets/images/placeholder.jpg" class="img-circle img-sm" alt="">
<span class="badge bg-danger-400 media-badge">5</span>
</div>
<div class="media-body">
<a href="#" class="media-heading">
<span class="text-semibold">James Alexander</span>
<span class="media-annotation pull-right">04:58</span>
</a>
<span class="text-muted">who knows, maybe that would be the best thing for me...</span>
</div>
</li>
<li class="media">
<div class="media-left">
<img src="assets/images/placeholder.jpg" class="img-circle img-sm" alt="">
<span class="badge bg-danger-400 media-badge">4</span>
</div>
<div class="media-body">
<a href="#" class="media-heading">
<span class="text-semibold">Margo Baker</span>
<span class="media-annotation pull-right">12:16</span>
</a>
<span class="text-muted">That was something he was unable to do because...</span>
</div>
</li>
<li class="media">
<div class="media-left"><img src="assets/images/placeholder.jpg" class="img-circle img-sm" alt=""></div>
<div class="media-body">
<a href="#" class="media-heading">
<span class="text-semibold">Jeremy Victorino</span>
<span class="media-annotation pull-right">22:48</span>
</a>
<span class="text-muted">But that would be extremely strained and suspicious...</span>
</div>
</li>
<li class="media">
<div class="media-left"><img src="assets/images/placeholder.jpg" class="img-circle img-sm" alt=""></div>
<div class="media-body">
<a href="#" class="media-heading">
<span class="text-semibold">Beatrix Diaz</span>
<span class="media-annotation pull-right">Tue</span>
</a>
<span class="text-muted">What a strenuous career it is that I've chosen...</span>
</div>
</li>
<li class="media">
<div class="media-left"><img src="assets/images/placeholder.jpg" class="img-circle img-sm" alt=""></div>
<div class="media-body">
<a href="#" class="media-heading">
<span class="text-semibold">Richard Vango</span>
<span class="media-annotation pull-right">Mon</span>
</a>
<span class="text-muted">Other travelling salesmen live a life of luxury...</span>
</div>
</li>
</ul>
<div class="dropdown-content-footer">
<a href="#" data-popup="tooltip" title="All messages"><i class="icon-menu display-block"></i></a>
</div>
</div>
</li>
<li class="dropdown dropdown-user">
<a class="dropdown-toggle" data-toggle="dropdown">
<img src="assets/images/placeholder.jpg" alt="">
<span>Victoria</span>
<i class="caret"></i>
</a>
<ul class="dropdown-menu dropdown-menu-right">
<li><a href="#"><i class="icon-user-plus"></i> My profile</a></li>
<li><a href="#"><i class="icon-coins"></i> My balance</a></li>
<li><a href="#"><span class="badge badge-warning pull-right">58</span> <i class="icon-comment-discussion"></i> Messages</a></li>
<li class="divider"></li>
<li><a href="#"><i class="icon-cog5"></i> Account settings</a></li>
<li><a href="#"><i class="icon-switch2"></i> Logout</a></li>
</ul>
</li>
</ul>
</div>
</div>
<!-- /main navbar -->
<!-- Page container -->
<div class="page-container">
<!-- Page content -->
<div class="page-content">
<!-- Main sidebar -->
<div class="sidebar sidebar-main">
<div class="sidebar-content">
<!-- User menu -->
<div class="sidebar-user">
<div class="category-content">
<div class="media">
<a href="#" class="media-left"><img src="assets/images/placeholder.jpg" class="img-circle img-sm" alt=""></a>
<div class="media-body">
<span class="media-heading text-semibold">Victoria Baker</span>
<div class="text-size-mini text-muted">
<i class="icon-pin text-size-small"></i> Santa Ana, CA
</div>
</div>
<div class="media-right media-middle">
<ul class="icons-list">
<li>
<a href="#"><i class="icon-cog3"></i></a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- /user menu -->
<!-- Main navigation -->
<div class="sidebar-category sidebar-category-visible">
<div class="category-content no-padding">
<ul class="navigation navigation-main navigation-accordion">
<!-- Main -->
<li class="navigation-header"><span>Main</span> <i class="icon-menu" title="Main pages"></i></li>
<li><a href="index.html"><i class="icon-home4"></i> <span>Dashboard</span></a></li>
<li>
<a href="#"><i class="icon-stack2"></i> <span>Page layouts</span></a>
<ul>
<li><a href="layout_navbar_fixed.html">Fixed navbar</a></li>
<li><a href="layout_navbar_sidebar_fixed.html">Fixed navbar & sidebar</a></li>
<li><a href="layout_sidebar_fixed_native.html">Fixed sidebar native scroll</a></li>
<li><a href="layout_navbar_hideable.html">Hideable navbar</a></li>
<li><a href="layout_navbar_hideable_sidebar.html">Hideable & fixed sidebar</a></li>
<li><a href="layout_footer_fixed.html">Fixed footer</a></li>
<li class="navigation-divider"></li>
<li><a href="boxed_default.html">Boxed with default sidebar</a></li>
<li><a href="boxed_mini.html">Boxed with mini sidebar</a></li>
<li><a href="boxed_full.html">Boxed full width</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-copy"></i> <span>Layouts</span></a>
<ul>
<li><a href="index.html" id="layout1">Layout 1 <span class="label bg-warning-400">Current</span></a></li>
<li><a href="../../layout_2/LTR/index.html" id="layout2">Layout 2</a></li>
<li><a href="../../layout_3/LTR/index.html" id="layout3">Layout 3</a></li>
<li><a href="../../layout_4/LTR/index.html" id="layout4">Layout 4</a></li>
<li class="disabled"><a href="../../layout_5/LTR/index.html" id="layout5">Layout 5 <span class="label">Coming soon</span></a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-droplet2"></i> <span>Color system</span></a>
<ul>
<li><a href="colors_primary.html">Primary palette</a></li>
<li><a href="colors_danger.html">Danger palette</a></li>
<li><a href="colors_success.html">Success palette</a></li>
<li><a href="colors_warning.html">Warning palette</a></li>
<li><a href="colors_info.html">Info palette</a></li>
<li class="navigation-divider"></li>
<li><a href="colors_pink.html">Pink palette</a></li>
<li><a href="colors_violet.html">Violet palette</a></li>
<li><a href="colors_purple.html">Purple palette</a></li>
<li><a href="colors_indigo.html">Indigo palette</a></li>
<li><a href="colors_blue.html">Blue palette</a></li>
<li><a href="colors_teal.html">Teal palette</a></li>
<li><a href="colors_green.html">Green palette</a></li>
<li><a href="colors_orange.html">Orange palette</a></li>
<li><a href="colors_brown.html">Brown palette</a></li>
<li><a href="colors_grey.html">Grey palette</a></li>
<li><a href="colors_slate.html">Slate palette</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-stack"></i> <span>Starter kit</span></a>
<ul>
<li><a href="starters/horizontal_nav.html">Horizontal navigation</a></li>
<li><a href="starters/1_col.html">1 column</a></li>
<li><a href="starters/2_col.html">2 columns</a></li>
<li>
<a href="#">3 columns</a>
<ul>
<li><a href="starters/3_col_dual.html">Dual sidebars</a></li>
<li><a href="starters/3_col_double.html">Double sidebars</a></li>
</ul>
</li>
<li><a href="starters/4_col.html">4 columns</a></li>
<li>
<a href="#">Detached layout</a>
<ul>
<li><a href="starters/detached_left.html">Left sidebar</a></li>
<li><a href="starters/detached_right.html">Right sidebar</a></li>
<li><a href="starters/detached_sticky.html">Sticky sidebar</a></li>
</ul>
</li>
<li><a href="starters/layout_boxed.html">Boxed layout</a></li>
<li class="navigation-divider"></li>
<li><a href="starters/layout_navbar_fixed_main.html">Fixed main navbar</a></li>
<li><a href="starters/layout_navbar_fixed_secondary.html">Fixed secondary navbar</a></li>
<li><a href="starters/layout_navbar_fixed_both.html">Both navbars fixed</a></li>
<li><a href="starters/layout_fixed.html">Fixed layout</a></li>
</ul>
</li>
<li><a href="changelog.html"><i class="icon-list-unordered"></i> <span>Changelog <span class="label bg-blue-400">1.2.1</span></span></a></li>
<li><a href="../RTL/index.html"><i class="icon-width"></i> <span>RTL version</span></a></li>
<!-- /main -->
<!-- Forms -->
<li class="navigation-header"><span>Forms</span> <i class="icon-menu" title="Forms"></i></li>
<li>
<a href="#"><i class="icon-pencil3"></i> <span>Form components</span></a>
<ul>
<li><a href="form_inputs_basic.html">Basic inputs</a></li>
<li><a href="form_checkboxes_radios.html">Checkboxes & radios</a></li>
<li><a href="form_input_groups.html">Input groups</a></li>
<li><a href="form_controls_extended.html">Extended controls</a></li>
<li>
<a href="#">Selects</a>
<ul>
<li><a href="form_select2.html">Select2 selects</a></li>
<li><a href="form_multiselect.html">Bootstrap multiselect</a></li>
<li><a href="form_select_box_it.html">SelectBoxIt selects</a></li>
<li><a href="form_bootstrap_select.html">Bootstrap selects</a></li>
</ul>
</li>
<li><a href="form_tag_inputs.html">Tag inputs</a></li>
<li><a href="form_dual_listboxes.html">Dual Listboxes</a></li>
<li><a href="form_editable.html">Editable forms</a></li>
<li><a href="form_validation.html">Validation</a></li>
<li><a href="form_inputs_grid.html">Inputs grid</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-footprint"></i> <span>Wizards</span></a>
<ul>
<li><a href="wizard_steps.html">Steps wizard</a></li>
<li><a href="wizard_form.html">Form wizard</a></li>
<li><a href="wizard_stepy.html">Stepy wizard</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-spell-check"></i> <span>Editors</span></a>
<ul>
<li><a href="editor_summernote.html">Summernote editor</a></li>
<li><a href="editor_ckeditor.html">CKEditor</a></li>
<li><a href="editor_wysihtml5.html">WYSIHTML5 editor</a></li>
<li><a href="editor_code.html">Code editor</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-select2"></i> <span>Pickers</span></a>
<ul>
<li><a href="picker_date.html">Date & time pickers</a></li>
<li><a href="picker_color.html">Color pickers</a></li>
<li><a href="picker_location.html">Location pickers</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-insert-template"></i> <span>Form layouts</span></a>
<ul>
<li><a href="form_layout_vertical.html">Vertical form</a></li>
<li><a href="form_layout_horizontal.html">Horizontal form</a></li>
</ul>
</li>
<!-- /forms -->
<!-- Appearance -->
<li class="navigation-header"><span>Appearance</span> <i class="icon-menu" title="Appearance"></i></li>
<li>
<a href="#"><i class="icon-grid"></i> <span>Components</span></a>
<ul>
<li><a href="components_modals.html">Modals</a></li>
<li><a href="components_dropdowns.html">Dropdown menus</a></li>
<li><a href="components_tabs.html">Tabs component</a></li>
<li><a href="components_pills.html">Pills component</a></li>
<li><a href="components_navs.html">Accordion and navs</a></li>
<li><a href="components_buttons.html">Buttons</a></li>
<li><a href="components_notifications_pnotify.html">PNotify notifications</a></li>
<li><a href="components_notifications_others.html">Other notifications</a></li>
<li><a href="components_popups.html">Tooltips and popovers</a></li>
<li><a href="components_alerts.html">Alerts</a></li>
<li><a href="components_pagination.html">Pagination</a></li>
<li><a href="components_labels.html">Labels and badges</a></li>
<li><a href="components_loaders.html">Loaders and bars</a></li>
<li><a href="components_thumbnails.html">Thumbnails</a></li>
<li><a href="components_page_header.html">Page header</a></li>
<li><a href="components_breadcrumbs.html">Breadcrumbs</a></li>
<li><a href="components_media.html">Media objects</a></li>
<li><a href="components_affix.html">Affix and Scrollspy</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-puzzle2"></i> <span>Content appearance</span></a>
<ul>
<li><a href="appearance_content_panels.html">Content panels</a></li>
<li><a href="appearance_panel_heading.html">Panel heading elements</a></li>
<li><a href="appearance_draggable_panels.html">Draggable panels</a></li>
<li><a href="appearance_text_styling.html">Text styling</a></li>
<li><a href="appearance_typography.html">Typography</a></li>
<li><a href="appearance_helpers.html">Helper classes</a></li>
<li><a href="appearance_syntax_highlighter.html">Syntax highlighter</a></li>
<li><a href="appearance_content_grid.html">Grid system</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-gift"></i> <span>Extra components</span></a>
<ul>
<li><a href="extra_sliders_noui.html">NoUI sliders</a></li>
<li><a href="extra_sliders_ion.html">Ion range sliders</a></li>
<li><a href="extra_session_timeout.html">Session timeout</a></li>
<li><a href="extra_idle_timeout.html">Idle timeout</a></li>
<li><a href="extra_trees.html">Dynamic tree views</a></li>
<li><a href="extra_context_menu.html">Context menu</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-spinner2 spinner"></i> <span>Animations</span></a>
<ul>
<li><a href="animations_css3.html">CSS3 animations</a></li>
<li>
<a href="#">Velocity animations</a>
<ul>
<li><a href="animations_velocity_basic.html">Basic usage</a></li>
<li><a href="animations_velocity_ui.html">UI pack effects</a></li>
<li><a href="animations_velocity_examples.html">Advanced examples</a></li>
</ul>
</li>
</ul>
</li>
<li>
<a href="#"><i class="icon-thumbs-up2"></i> <span>Icons</span></a>
<ul>
<li><a href="icons_glyphicons.html">Glyphicons</a></li>
<li><a href="icons_icomoon.html">Icomoon</a></li>
<li><a href="icons_fontawesome.html">Font awesome</a></li>
</ul>
</li>
<!-- /appearance -->
<!-- Layout -->
<li class="navigation-header"><span>Layout</span> <i class="icon-menu" title="Layout options"></i></li>
<li>
<a href="#"><i class="icon-indent-decrease2"></i> <span>Sidebars</span></a>
<ul>
<li><a href="sidebar_default_collapse.html">Default collapsible</a></li>
<li><a href="sidebar_default_hide.html">Default hideable</a></li>
<li><a href="sidebar_mini_collapse.html">Mini collapsible</a></li>
<li><a href="sidebar_mini_hide.html">Mini hideable</a></li>
<li>
<a href="#">Dual sidebar</a>
<ul>
<li><a href="sidebar_dual.html">Dual sidebar</a></li>
<li><a href="sidebar_dual_double_collapse.html">Dual double collapse</a></li>
<li><a href="sidebar_dual_double_hide.html">Dual double hide</a></li>
<li><a href="sidebar_dual_swap.html">Swap sidebars</a></li>
</ul>
</li>
<li>
<a href="#">Double sidebar</a>
<ul>
<li><a href="sidebar_double_collapse.html">Collapse main sidebar</a></li>
<li><a href="sidebar_double_hide.html">Hide main sidebar</a></li>
<li><a href="sidebar_double_fix_default.html">Fix default width</a></li>
<li><a href="sidebar_double_fix_mini.html">Fix mini width</a></li>
<li><a href="sidebar_double_visible.html">Opposite sidebar visible</a></li>
</ul>
</li>
<li>
<a href="#">Detached sidebar</a>
<ul>
<li><a href="sidebar_detached_left.html">Left position</a></li>
<li><a href="sidebar_detached_right.html">Right position</a></li>
<li><a href="sidebar_detached_sticky_custom.html">Sticky (custom scroll)</a></li>
<li><a href="sidebar_detached_sticky_native.html">Sticky (native scroll)</a></li>
<li><a href="sidebar_detached_separate.html">Separate categories</a></li>
</ul>
</li>
<li><a href="sidebar_hidden.html">Hidden sidebar</a></li>
<li><a href="sidebar_light.html">Light sidebar</a></li>
<li><a href="sidebar_components.html">Sidebar components</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-sort"></i> <span>Vertical navigation</span></a>
<ul>
<li><a href="navigation_vertical_collapsible.html">Collapsible menu</a></li>
<li><a href="navigation_vertical_accordion.html">Accordion menu</a></li>
<li><a href="navigation_vertical_sizing.html">Navigation sizing</a></li>
<li><a href="navigation_vertical_bordered.html">Bordered navigation</a></li>
<li><a href="navigation_vertical_right_icons.html">Right icons</a></li>
<li><a href="navigation_vertical_labels_badges.html">Labels and badges</a></li>
<li><a href="navigation_vertical_disabled.html">Disabled navigation links</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-transmission"></i> <span>Horizontal navigation</span></a>
<ul>
<li><a href="navigation_horizontal_click.html">Submenu on click</a></li>
<li><a href="navigation_horizontal_hover.html">Submenu on hover</a></li>
<li><a href="navigation_horizontal_elements.html">With custom elements</a></li>
<li><a href="navigation_horizontal_tabs.html">Tabbed navigation</a></li>
<li><a href="navigation_horizontal_disabled.html">Disabled navigation links</a></li>
<li><a href="navigation_horizontal_mega.html">Horizontal mega menu</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-menu3"></i> <span>Navbars</span></a>
<ul>
<li><a href="navbar_single.html">Single navbar</a></li>
<li>
<a href="#">Multiple navbars</a>
<ul>
<li><a href="navbar_multiple_navbar_navbar.html">Navbar + navbar</a></li>
<li><a href="navbar_multiple_navbar_header.html">Navbar + header</a></li>
<li><a href="navbar_multiple_header_navbar.html">Header + navbar</a></li>
<li><a href="navbar_multiple_top_bottom.html">Top + bottom</a></li>
</ul>
</li>
<li><a href="navbar_colors.html">Color options</a></li>
<li><a href="navbar_sizes.html">Sizing options</a></li>
<li><a href="navbar_hideable.html">Hide on scroll</a></li>
<li><a href="navbar_components.html">Navbar components</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-tree5"></i> <span>Menu levels</span></a>
<ul>
<li><a href="#"><i class="icon-IE"></i> Second level</a></li>
<li>
<a href="#"><i class="icon-firefox"></i> Second level with child</a>
<ul>
<li><a href="#"><i class="icon-android"></i> Third level</a></li>
<li>
<a href="#"><i class="icon-apple2"></i> Third level with child</a>
<ul>
<li><a href="#"><i class="icon-html5"></i> Fourth level</a></li>
<li><a href="#"><i class="icon-css3"></i> Fourth level</a></li>
</ul>
</li>
<li><a href="#"><i class="icon-windows"></i> Third level</a></li>
</ul>
</li>
<li><a href="#"><i class="icon-chrome"></i> Second level</a></li>
</ul>
</li>
<!-- /layout -->
<!-- Data visualization -->
<li class="navigation-header"><span>Data visualization</span> <i class="icon-menu" title="Data visualization"></i></li>
<li>
<a href="#"><i class="icon-graph"></i> <span>Echarts library</span></a>
<ul>
<li><a href="echarts_lines_areas.html">Lines and areas</a></li>
<li><a href="echarts_columns_waterfalls.html">Columns and waterfalls</a></li>
<li><a href="echarts_bars_tornados.html">Bars and tornados</a></li>
<li><a href="echarts_scatter.html">Scatter charts</a></li>
<li><a href="echarts_pies_donuts.html">Pies and donuts</a></li>
<li><a href="echarts_funnels_chords.html">Funnels and chords</a></li>
<li><a href="echarts_candlesticks_others.html">Candlesticks and others</a></li>
<li><a href="echarts_combinations.html">Chart combinations</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-statistics"></i> <span>D3 library</span></a>
<ul>
<li><a href="d3_lines_basic.html">Simple lines</a></li>
<li><a href="d3_lines_advanced.html">Advanced lines</a></li>
<li><a href="d3_bars_basic.html">Simple bars</a></li>
<li><a href="d3_bars_advanced.html">Advanced bars</a></li>
<li><a href="d3_pies.html">Pie charts</a></li>
<li><a href="d3_circle_diagrams.html">Circle diagrams</a></li>
<li><a href="d3_tree.html">Tree layout</a></li>
<li><a href="d3_other.html">Other charts</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-stats-dots"></i> <span>Dimple library</span></a>
<ul>
<li>
<a href="#">Line charts</a>
<ul>
<li><a href="dimple_lines_horizontal.html">Horizontal orientation</a></li>
<li><a href="dimple_lines_vertical.html">Vertical orientation</a></li>
</ul>
</li>
<li>
<a href="#">Bar charts</a>
<ul>
<li><a href="dimple_bars_horizontal.html">Horizontal orientation</a></li>
<li><a href="dimple_bars_vertical.html">Vertical orientation</a></li>
</ul>
</li>
<li>
<a href="#">Area charts</a>
<ul>
<li class="active"><a href="dimple_area_horizontal.html">Horizontal orientation</a></li>
<li><a href="dimple_area_vertical.html">Vertical orientation</a></li>
</ul>
</li>
<li>
<a href="#">Step charts</a>
<ul>
<li><a href="dimple_step_horizontal.html">Horizontal orientation</a></li>
<li><a href="dimple_step_vertical.html">Vertical orientation</a></li>
</ul>
</li>
<li><a href="dimple_pies.html">Pie charts</a></li>
<li><a href="dimple_rings.html">Ring charts</a></li>
<li><a href="dimple_scatter.html">Scatter charts</a></li>
<li><a href="dimple_bubble.html">Bubble charts</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-stats-bars"></i> <span>C3 library</span></a>
<ul>
<li><a href="c3_lines_areas.html">Lines and areas</a></li>
<li><a href="c3_bars_pies.html">Bars and pies</a></li>
<li><a href="c3_advanced.html">Advanced examples</a></li>
<li><a href="c3_axis.html">Chart axis</a></li>
<li><a href="c3_grid.html">Grid options</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-google"></i> <span>Google visualization</span></a>
<ul>
<li><a href="google_lines.html">Line charts</a></li>
<li><a href="google_bars.html">Bar charts</a></li>
<li><a href="google_pies.html">Pie charts</a></li>
<li><a href="google_scatter_bubble.html">Bubble & scatter charts</a></li>
<li><a href="google_other.html">Other charts</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-map5"></i> <span>Maps integration</span></a>
<ul>
<li>
<a href="#">Google maps</a>
<ul>
<li><a href="maps_google_basic.html">Basics</a></li>
<li><a href="maps_google_controls.html">Controls</a></li>
<li><a href="maps_google_markers.html">Markers</a></li>
<li><a href="maps_google_drawings.html">Map drawings</a></li>
<li><a href="maps_google_layers.html">Layers</a></li>
</ul>
</li>
<li><a href="maps_vector.html">Vector maps</a></li>
</ul>
</li>
<!-- /data visualization -->
<!-- Extensions -->
<li class="navigation-header"><span>Extensions</span> <i class="icon-menu" title="Extensions"></i></li>
<li>
<a href="#"><i class="icon-puzzle4"></i> <span>Extensions</span></a>
<ul>
<li><a href="extension_image_cropper.html">Image cropper</a></li>
<li><a href="extension_blockui.html">Block UI</a></li>
<li><a href="extension_dnd.html">Drag and drop</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-popout"></i> <span>JQuery UI</span></a>
<ul>
<li><a href="jqueryui_interactions.html">Interactions</a></li>
<li><a href="jqueryui_forms.html">Forms</a></li>
<li><a href="jqueryui_components.html">Components</a></li>
<li><a href="jqueryui_sliders.html">Sliders</a></li>
<li><a href="jqueryui_navigation.html">Navigation</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-upload"></i> <span>File uploaders</span></a>
<ul>
<li><a href="uploader_plupload.html">Plupload</a></li>
<li><a href="uploader_bootstrap.html">Bootstrap file uploader</a></li>
<li><a href="uploader_dropzone.html">Dropzone</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-calendar3"></i> <span>Event calendars</span></a>
<ul>
<li><a href="extension_fullcalendar_views.html">Basic views</a></li>
<li><a href="extension_fullcalendar_styling.html">Event styling</a></li>
<li><a href="extension_fullcalendar_formats.html">Language and time</a></li>
<li><a href="extension_fullcalendar_advanced.html">Advanced usage</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-sphere"></i> <span>Internationalization</span></a>
<ul>
<li><a href="internationalization_switch_direct.html">Direct translation</a></li>
<li><a href="internationalization_switch_query.html">Querystring parameter</a></li>
<li><a href="internationalization_on_init.html">Set language on init</a></li>
<li><a href="internationalization_after_init.html">Set language after init</a></li>
<li><a href="internationalization_fallback.html">Language fallback</a></li>
<li><a href="internationalization_callbacks.html">Callbacks</a></li>
</ul>
</li>
<!-- /extensions -->
<!-- Tables -->
<li class="navigation-header"><span>Tables</span> <i class="icon-menu" title="Tables"></i></li>
<li>
<a href="#"><i class="icon-table2"></i> <span>Basic tables</span></a>
<ul>
<li><a href="table_basic.html">Basic examples</a></li>
<li><a href="table_sizing.html">Table sizing</a></li>
<li><a href="table_borders.html">Table borders</a></li>
<li><a href="table_styling.html">Table styling</a></li>
<li><a href="table_elements.html">Table elements</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-grid7"></i> <span>Data tables</span></a>
<ul>
<li><a href="datatable_basic.html">Basic initialization</a></li>
<li><a href="datatable_styling.html">Basic styling</a></li>
<li><a href="datatable_advanced.html">Advanced examples</a></li>
<li><a href="datatable_sorting.html">Sorting options</a></li>
<li><a href="datatable_api.html">Using API</a></li>
<li><a href="datatable_data_sources.html">Data sources</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-alignment-unalign"></i> <span>Data tables extensions</span></a>
<ul>
<li><a href="datatable_extension_reorder.html">Columns reorder</a></li>
<li><a href="datatable_extension_row_reorder.html">Row reorder</a></li>
<li><a href="datatable_extension_fixed_columns.html">Fixed columns</a></li>
<li><a href="datatable_extension_fixed_header.html">Fixed header</a></li>
<li><a href="datatable_extension_autofill.html">Auto fill</a></li>
<li><a href="datatable_extension_key_table.html">Key table</a></li>
<li><a href="datatable_extension_scroller.html">Scroller</a></li>
<li><a href="datatable_extension_select.html">Select</a></li>
<li>
<a href="#">Buttons</a>
<ul>
<li><a href="datatable_extension_buttons_init.html">Initialization</a></li>
<li><a href="datatable_extension_buttons_flash.html">Flash buttons</a></li>
<li><a href="datatable_extension_buttons_print.html">Print buttons</a></li>
<li><a href="datatable_extension_buttons_html5.html">HTML5 buttons</a></li>
</ul>
</li>
<li><a href="datatable_extension_colvis.html">Columns visibility</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-file-spreadsheet"></i> <span>Handsontable</span></a>
<ul>
<li><a href="handsontable_basic.html">Basic configuration</a></li>
<li><a href="handsontable_advanced.html">Advanced setup</a></li>
<li><a href="handsontable_cols.html">Column features</a></li>
<li><a href="handsontable_cells.html">Cell features</a></li>
<li><a href="handsontable_types.html">Basic cell types</a></li>
<li><a href="handsontable_custom_checks.html">Custom & checkboxes</a></li>
<li><a href="handsontable_ac_password.html">Autocomplete & password</a></li>
<li><a href="handsontable_search.html">Search</a></li>
<li><a href="handsontable_context.html">Context menu</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-versions"></i> <span>Responsive options</span></a>
<ul>
<li><a href="table_responsive.html">Responsive basic tables</a></li>
<li><a href="datatable_responsive.html">Responsive data tables</a></li>
</ul>
</li>
<!-- /tables -->
<!-- Page kits -->
<li class="navigation-header"><span>Page kits</span> <i class="icon-menu" title="Page kits"></i></li>
<li>
<a href="#"><i class="icon-task"></i> <span>Task manager</span></a>
<ul>
<li><a href="task_manager_grid.html">Task grid</a></li>
<li><a href="task_manager_list.html">Task list</a></li>
<li><a href="task_manager_detailed.html">Task detailed</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-cash3"></i> <span>Invoicing</span></a>
<ul>
<li><a href="invoice_template.html">Invoice template</a></li>
<li><a href="invoice_grid.html">Invoice grid</a></li>
<li><a href="invoice_archive.html">Invoice archive</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-people"></i> <span>User pages</span></a>
<ul>
<li><a href="user_pages_cards.html">User cards</a></li>
<li><a href="user_pages_list.html">User list</a></li>
<li><a href="user_pages_profile.html">Simple profile</a></li>
<li><a href="user_pages_profile_cover.html">Profile with cover</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-user-plus"></i> <span>Login & registration</span></a>
<ul>
<li><a href="login_simple.html">Simple login</a></li>
<li><a href="login_advanced.html">More login info</a></li>
<li><a href="login_registration.html">Simple registration</a></li>
<li><a href="login_registration_advanced.html">More registration info</a></li>
<li><a href="login_unlock.html">Unlock user</a></li>
<li><a href="login_password_recover.html">Reset password</a></li>
<li><a href="login_hide_navbar.html">Hide navbar</a></li>
<li><a href="login_transparent.html">Transparent box</a></li>
<li><a href="login_background.html">Background option</a></li>
<li><a href="login_validation.html">With validation</a></li>
<li><a href="login_tabbed.html">Tabbed form</a></li>
<li><a href="login_modals.html">Inside modals</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-magazine"></i> <span>Timelines</span></a>
<ul>
<li><a href="timelines_left.html">Left timeline</a></li>
<li><a href="timelines_right.html">Right timeline</a></li>
<li><a href="timelines_center.html">Centered timeline</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-lifebuoy"></i> <span>Support</span></a>
<ul>
<li><a href="support_conversation_layouts.html">Conversation layouts</a></li>
<li><a href="support_conversation_options.html">Conversation options</a></li>
<li><a href="support_knowledgebase.html">Knowledgebase</a></li>
<li><a href="support_faq.html">FAQ page</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-search4"></i> <span>Search</span></a>
<ul>
<li><a href="search_basic.html">Basic search results</a></li>
<li><a href="search_users.html">User search results</a></li>
<li><a href="search_images.html">Image search results</a></li>
<li><a href="search_videos.html">Video search results</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-images2"></i> <span>Gallery</span></a>
<ul>
<li><a href="gallery_grid.html">Media grid</a></li>
<li><a href="gallery_titles.html">Media with titles</a></li>
<li><a href="gallery_description.html">Media with description</a></li>
<li><a href="gallery_library.html">Media library</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-warning"></i> <span>Error pages</span></a>
<ul>
<li><a href="error_403.html">Error 403</a></li>
<li><a href="error_404.html">Error 404</a></li>
<li><a href="error_405.html">Error 405</a></li>
<li><a href="error_500.html">Error 500</a></li>
<li><a href="error_503.html">Error 503</a></li>
<li><a href="error_offline.html">Offline page</a></li>
</ul>
</li>
<!-- /page kits -->
</ul>
</div>
</div>
<!-- /main navigation -->
</div>
</div>
<!-- /main sidebar -->
<!-- Main content -->
<div class="content-wrapper">
<!-- Page header -->
<div class="page-header">
<div class="page-header-content">
<div class="page-title">
<h4><i class="icon-arrow-left52 position-left"></i> <span class="text-semibold">Dimple</span> - Horizontal Areas</h4>
</div>
<div class="heading-elements">
<div class="heading-btn-group">
<a href="#" class="btn btn-link btn-float has-text"><i class="icon-bars-alt text-primary"></i><span>Statistics</span></a>
<a href="#" class="btn btn-link btn-float has-text"><i class="icon-calculator text-primary"></i> <span>Invoices</span></a>
<a href="#" class="btn btn-link btn-float has-text"><i class="icon-calendar5 text-primary"></i> <span>Schedule</span></a>
</div>
</div>
</div>
<div class="breadcrumb-line">
<ul class="breadcrumb">
<li><a href="index.html"><i class="icon-home2 position-left"></i> Home</a></li>
<li><a href="dimple_area_horizontal.html">Dimple</a></li>
<li class="active">Horizontal areas</li>
</ul>
<ul class="breadcrumb-elements">
<li><a href="#"><i class="icon-comment-discussion position-left"></i> Support</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="icon-gear position-left"></i>
Settings
<span class="caret"></span>
</a>
<ul class="dropdown-menu dropdown-menu-right">
<li><a href="#"><i class="icon-user-lock"></i> Account security</a></li>
<li><a href="#"><i class="icon-statistics"></i> Analytics</a></li>
<li><a href="#"><i class="icon-accessibility"></i> Accessibility</a></li>
<li class="divider"></li>
<li><a href="#"><i class="icon-gear"></i> All settings</a></li>
</ul>
</li>
</ul>
</div>
</div>
<!-- /page header -->
<!-- Content area -->
<div class="content">
<!-- Basic area chart -->
<div class="panel panel-flat">
<div class="panel-heading">
<h6 class="panel-title text-semibold">Standard area chart</h6>
<div class="heading-elements">
<ul class="icons-list">
<li><a data-action="collapse"></a></li>
<li><a data-action="reload"></a></li>
<li><a data-action="close"></a></li>
</ul>
</div>
</div>
<div class="panel-body">
<div class="chart-container">
<div class="chart" id="dimple-area-horizontal"></div>
</div>
</div>
</div>
<!-- /basic area chart -->
<!-- Stacked area chart -->
<div class="panel panel-flat">
<div class="panel-heading">
<h6 class="panel-title text-semibold">Stacked area chart</h6>
<div class="heading-elements">
<ul class="icons-list">
<li><a data-action="collapse"></a></li>
<li><a data-action="reload"></a></li>
<li><a data-action="close"></a></li>
</ul>
</div>
</div>
<div class="panel-body">
<div class="chart-container">
<div class="chart" id="dimple-area-horizontal-stacked"></div>
</div>
</div>
</div>
<!-- /stacked area chart -->
<!-- Normalized stacked area chart -->
<div class="panel panel-flat">
<div class="panel-heading">
<h6 class="panel-title text-semibold">Normalized stacked area chart</h6>
<div class="heading-elements">
<ul class="icons-list">
<li><a data-action="collapse"></a></li>
<li><a data-action="reload"></a></li>
<li><a data-action="close"></a></li>
</ul>
</div>
</div>
<div class="panel-body">
<div class="chart-container">
<div class="chart" id="dimple-area-horizontal-stacked-normalized"></div>
</div>
</div>
</div>
<!-- /normalized stacked area chart -->
<!-- Grouped area chart -->
<div class="panel panel-flat">
<div class="panel-heading">
<h6 class="panel-title text-semibold">Grouped area chart</h6>
<div class="heading-elements">
<ul class="icons-list">
<li><a data-action="collapse"></a></li>
<li><a data-action="reload"></a></li>
<li><a data-action="close"></a></li>
</ul>
</div>
</div>
<div class="panel-body">
<div class="chart-container">
<div class="chart" id="dimple-area-horizontal-grouped"></div>
</div>
</div>
</div>
<!-- /grouped area chart -->
<!-- Grouped stacked area chart -->
<div class="panel panel-flat">
<div class="panel-heading">
<h6 class="panel-title text-semibold">Grouped stacked area chart</h6>
<div class="heading-elements">
<ul class="icons-list">
<li><a data-action="collapse"></a></li>
<li><a data-action="reload"></a></li>
<li><a data-action="close"></a></li>
</ul>
</div>
</div>
<div class="panel-body">
<div class="chart-container">
<div class="chart" id="dimple-area-horizontal-stacked-grouped"></div>
</div>
</div>
</div>
<!-- /grouped stacked area chart -->
<!-- Footer -->
<div class="footer text-muted">
© 2015. <a href="#">Limitless Web App Kit</a> by <a href="http://themeforest.net/user/Kopyov" target="_blank">Eugene Kopyov</a>
</div>
<!-- /footer -->
</div>
<!-- /content area -->
</div>
<!-- /main content -->
</div>
<!-- /page content -->
</div>
<!-- /page container -->
</body>
</html>
|
frontend/modules/bussness/assets/css/bussness.css
|
baranov-nt/ektscp
|
/* Catalog */
#select_city_chosen {
width: 100% !important;
}
#companyform_categories_chosen {
width: 100% !important;
}
.has-error > .chosen-container {
border: 1px solid #a94442 !important;
border-radius: 5px;
}
|
Login/Login.html
|
krystouf/injazfuj
|
<!DOCTYPE html>
<html>
<head data-gwd-animation-mode="proMode">
<meta charset="utf-8">
<title>Login</title>
<meta name="generator" content="Google Web Designer 1.4.2.0915">
<style type="text/css">
html, body {
width: 100%;
height: 100%;
margin: 0px;
}
.gwd-div-1yun {
width: 1024px;
height: 100%;
margin: auto;
background-color: transparent;
}
</style>
</head>
<body class="gwd-body">
<div class="gwd-div-1yun"></div>
<gwd_animation_label_element data-label-name="label-1" data-label-time="0" data-label-animation-class-name="label-1"></gwd_animation_label_element>
</body>
</html>
|
lightcrafts/help/Spanish/Styles-Exporting.html
|
MarinnaCole/LightZone
|
<!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="es-ES" xml:lang="es-ES">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>LightZone: Styles: Exporting</title><!--[if lt IE 7]>
<script defer type="text/javascript" src="IE_PNG.js"></script>
<link rel="stylesheet" type="text/css" href="IE.css" media="all"/>
<![endif]-->
<meta name="description" content="How to export your styles."/>
<link rel="stylesheet" type="text/css" href="Help.css" media="all"/>
<link rel="stylesheet" type="text/css" href="Platform.css" media="all"/>
</head>
<body>
<div id="banner">
<div id="banner_left">
<a href="index.html">Ayuda de LightZone</a>
</div>
<div id="banner_right">
<a href="index/index.html">Index</a>
</div>
</div><!-- LC_Index: styles > converting --><!-- LC_Index: lzt files -->
<a name="Styles-Exporting"></a>
<img src="images/app_icon-32.png" width="32" height="32"
class="title_icon"/>
<h2>Styles: Exporting</h2>
<a href="Styles-Importing.html" id="next">4 of 6</a>
<p>
After <a href="Styles-Creating.html">creating</a>
one or more styles,
you can export them as LightZone Style files
(having an <code>lzt</code> extension)
that can be
<a href="Styles-Importing.html">imported</a>
into LightZone on other computers.
</p>
<div class="task_box">
<h3>To export a style:</h3>
<ol>
<li>
Select File > Manage Styles...
</li>
<li>
Select the style you want to export.
</li>
<li>
Click Export...
</li>
<li>
Navigate to the folder where you want to export the style file to.
</li>
<li>
Click Choose.
(The style will be written to a file having an <code>lzt</code>
extension.)
</li>
<li>
Click OK.
</li>
</ol>
</div>
<div>
<h4>See also:</h4>
<ul>
<li>
<a href="Styles-Importing.html">Styles: Importing</a>
</li>
</ul>
</div>
</body>
</html><!-- vim:set et sw=2 ts=2: -->
|
app/index.html
|
Granze/polymer-codelab-messina
|
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Polymer Codelab Messina</title>
<link rel="stylesheet" href="styles/main.css">
<script src="bower_components/webcomponentsjs/webcomponents-lite.js"></script>
<link rel="import" href="elements/elements.html">
</head>
<body unresolved>
<template is="dom-bind" id="app">
<iron-ajax url="api/users.json" last-response="{{data}}" auto></iron-ajax>
<app-header shadow>
<app-toolbar>
<a href="/">
<h3>Best app ever</h3>
</a>
</app-toolbar>
</app-header>
<iron-pages attr-for-selected="data-route" selected="[[route]]">
<section data-route="home">
<paper-material>
<table class="users">
<tr>
<th>Name</th>
<th>Surname</th>
<th>Company</th>
</tr>
<template is="dom-repeat" items="[[data]]" as="u">
<tr id="[[u.id]]" on-tap="viewDetail">
<td>[[u.name]]</td>
<td>[[u.surname]]</td>
<td>[[u.company]]</td>
</tr>
</template>
</table>
</paper-material>
</section>
<section data-route="user">
<user-detail users="[[data]]" user-id="[[params.id]]"></user-detail>
</section>
</iron-pages>
</template>
<script src="scripts/app.js"></script>
</body>
</html>
|
examples/public/layers/change-source-leaflet.html
|
splashblot/cartodb.js
|
<!DOCTYPE html>
<html>
<head>
<title>Change source | CARTO</title>
<meta name="viewport" content="initial-scale=1.0">
<meta charset="utf-8">
<!-- Include Leaflet -->
<script src="https://unpkg.com/leaflet@1.2.0/dist/leaflet.js"></script>
<link href="https://unpkg.com/leaflet@1.2.0/dist/leaflet.css" rel="stylesheet">
<!-- Include CARTO.js -->
<script src="../../../dist/public/carto.js"></script>
<style>
* {
box-sizing: border-box;
}
body, *{ margin: 0; padding: 0; }
#map {
position: absolute;
height: 100%;
width: 100%;
z-index: 0;
}
#controls {
position: absolute;
padding: 20px;
background: white;
top: 12px;
right: 12px;
box-shadow: 0 0 16px rgba(0, 0, 0, 0.12);
border-radius: 4px;
width: 200px;
color: #2E3C43;
z-index: 2;
}
#controls li {
list-style-type: none;
margin: 0 0 8px 0;
display: flex;
vertical-align: middle;
}
#controls li input {
margin: 0 8px 0 0;
}
#controls li label {
font: 12px/16px 'Open Sans';
cursor: pointer;
}
#controls li:last-child {
margin-bottom: 0;
}
#controls li:hover {
cursor: pointer;
}
</style>
</head>
<body>
<div id="map"></div>
<div id="controls">
<ul>
<li onclick="setAllCities()">
<input type="radio" name="style" value="01" checked id="red">
<label for="red">All cities</label>
</li>
<li onclick="setEuropeCities()">
<input type="radio" name="style" value="02" id="green">
<label for="green">Europe cities</label>
</li>
<li onclick="setSpainCities()">
<input type="radio" name="style" value="03" id="blue">
<label for="blue">Spain cities</label>
</li>
</ul>
</div>
<script>
const map = L.map('map').setView([30, 0], 3);
L.tileLayer('https://{s}.basemaps.cartocdn.com/rastertiles/voyager_nolabels/{z}/{x}/{y}.png', {
maxZoom: 18
}).addTo(map);
const client = new carto.Client({
apiKey: 'YOUR_API_KEY',
username: 'cartojs-test'
});
const source = new carto.source.SQL(`
SELECT *
FROM ne_10m_populated_places_simple
`);
const style = new carto.style.CartoCSS(`
#layer {
marker-width: 7;
marker-fill: #EE4D5A;
marker-line-color: #FFFFFF;
}
`);
const layer = new carto.layer.Layer(source, style);
client.addLayer(layer);
client.getLeafletLayer().addTo(map);
function setAllCities() {
source.setQuery(`
SELECT *
FROM ne_10m_populated_places_simple
`);
}
function setEuropeCities() {
source.setQuery(`
SELECT *
FROM ne_10m_populated_places_simple
WHERE adm0name IN (SELECT admin FROM ne_adm0_europe)
`);
}
function setSpainCities() {
source.setQuery(`
SELECT *
FROM ne_10m_populated_places_simple
WHERE adm0name = \'Spain\'
`);
}
</script>
</body>
</html>
|
framework/Targets/phpaccounts_0_5_3/application/templates/clients.tmpl.html
|
UMD-SEAM/bugbox
|
<patTemplate:tmpl name="menu">
<div id="topmenu">
<div id="menutitle">
<img src="images/icons/gnome/stock/generic/stock_people.png">Clients
</div>
<ul>
<li><form action="?page=clients&action=new" method="POST">New:
<input type="submit" name="Submit" value="invoice">
<input type="submit" name="Submit" value="project">
<input type="submit" name="Submit" value="quote">
<input type="submit" name="Submit" value="timesheet"></form></li>
<li><a href="?page=clients&action=list_clients"><img src="images/icons/gnome/stock/form/stock_insert-form.png">List ({CLIENTS}) Clients</a></li>
<li><a href="?page=clients&action=new_client"><img src="images/icons/gnome/stock/document/stock_new.png">Create New Client</a></li>
</ul>
</div>
</patTemplate:tmpl>
<patTemplate:tmpl name="no_clients">
<div class="centered">
<fieldset>
<legend>You have no clients!</legend>
Please create a client to begin:<br>
<a href="?page=clients&action=new_client"><img src="images/icons/gnome/stock/document/stock_new.png">Create New Client</a>
</fieldset>
</div>
</patTemplate:tmpl>
<patTemplate:tmpl name="list_clients">
<div class="centered">
<table class="results">
<tr>
<td colspan="9" class="heading2">
<img src="images/icons/gnome/stock/generic/stock_people.png"> {CLIENTS} Clients
</td>
</tr>
<tr>
<th class="cella"><a href="?page=clients&action=list_clients&order=Company_Name&order_direction={COMPANY_NAME}" title="Sort by name {COMPANY_NAME}">Company Name</a></th>
<th class="cellb">Invoices</th>
<th class="cella">Unpaid</th>
<th class="cellb">Quotes</th>
<th class="cella">Projects</th>
<th class="cellb"><a href="?page=clients&action=list_clients&order=Timesheets&order_direction={TIMESHEETS}" title="Sort by timesheets {TIMESHEETS}">Timesheets</a></th>
<th class="cella">Statement</th>
<th class="cellb">View</th>
<th class="cella">Delete</th>
</tr>
<patTemplate:link src="results" />
<tr>
<td colspan="2"></td>
<th class="cella">_HTML_CURENCY_SYMBOL_{GRAND_TOTAL_UNPAID}</td>
</table>
</div>
</patTemplate:tmpl>
<patTemplate:tmpl name="results">
<tr>
<td class="cell{I}a"><a title="view client" href="?page=clients&action=view_client&Client_ID={ID}">{COMPANY_NAME}</a></td>
<td class="cell{I}b"><a title="view invoices" href="?page=clients&action=view_invoices&Client_ID={ID}">{INVOICES}</a></td>
<td class="cell{I}a">
_HTML_CURENCY_SYMBOL_{TOTAL_UNPAID}
<patTemplate:link src="unpaid_invoices" />
</td>
<td class="cell{I}b"><a title="view quotes" href="?page=clients&action=view_quotes&Client_ID={ID}">{QUOTES}</a></td>
<td class="cell{I}a"><a title="view projects" href="?page=clients&action=view_projects&Client_ID={ID}">{PROJECTS}</a></td>
<td class="cell{I}b"><a title="view timesheets" href="?page=clients&action=timesheet_summary&Client_ID={ID}">{TIMESHEETS}</a></td>
<td class="cell{I}a"><a title="view statement" href="?page=clients&action=view_statement&Client_ID={ID}"><img src="images/icons/16x16/spreadsheet.png"></a></td>
<td class="cell{I}b"><a title="view client" href="?page=clients&action=view_client&Client_ID={ID}"><img src="images/icons/16x16/viewmag.png"></a></td>
<td class="cell{I}a"><a title="delete client" href="?page=clients&action=delete_client&Client_ID={ID}"><img src="images/icons/gnome_small/stock/generic/stock_stop.png"></a></td>
</tr>
</patTemplate:tmpl>
<patTemplate:tmpl name="unpaid_invoices">
<a href="?page=clients&action=edit_invoice&Invoice_ID={ID}" class="red" title="{DATE} value: _HTML_CURENCY_SYMBOL_{VALUE} paid: _HTML_CURENCY_SYMBOL_{PAID} balance: _HTML_CURENCY_SYMBOL_{BALANCE} ">{REFERENCE}</a>
</patTemplate:tmpl>
<patTemplate:tmpl name="view_client">
<div class="centered">
<h3><a href="?page=clients&action=list_clients">Back to client list <img src="images/icons/32x32/undo.png" class="inlineicon"></a></h3>
{FORM}
<fieldset>
<legend>Actions</legend>
<table>
</tr>
<tr>
<td>
<ul class="menu">
<li><a href="?page=clients&action=view_statement&Client_ID={CLIENT_ID}"><img src="images/icons/gnome/stock/text/stock_insert-footer.png">Statement</a></li>
<li><a href="?page=clients&action=timesheet_summary&Client_ID={CLIENT_ID}"><img src="images/icons/gnome/stock/generic/stock_new-appointment.png"> {TIMESHEETS} Timesheets</a></li>
<li> <a href="?page=clients&action=view_invoices&Client_ID={CLIENT_ID}"><img src="images/icons/gnome/stock/chart/stock_chart-toggle-legend.png"> {INVOICES} Invoices</a> </li>
<li> <a href="?page=clients&action=view_quotes&Client_ID={CLIENT_ID}"><img src="images/icons/gnome/stock/document/stock_task.png"> {QUOTES} Quotes</a> </li>
<li> <a href="?page=clients&action=view_projects&Client_ID={CLIENT_ID}"><img src="images/icons/gnome/stock/generic/stock_dialog-info.png"> {PROJECTS} Projects</a> </li>
<li> <a href="?page=clients&action=invoice_wizard&Client_ID={CLIENT_ID}"><img src="images/icons/16x16/pdf.png">Invoice Wizard</a> </li>
</ul>
</td>
</tr>
</table>
</fieldset>
</div>
</patTemplate:tmpl>
<patTemplate:tmpl name="view_statement">
<div class="centered">
<p>
<table class="results">
<tr>
<td colspan="9" class="heading">
<a href="?page=clients&action=view_statement&Client_ID={CLIENT_ID}&Start_Timestamp={LAST_START_TIMESTAMP}" title="back"><img src="images/icons/arrow-left.gif"></a>
Statement {YEAR} <a href="?page=clients&action=view_client&Client_ID={CLIENT_ID}"><span class="client">{CLIENT}</span></a> <a href="?page=clients&action=view_statement&pdf=true&Client_ID={CLIENT_ID}&Start_Timestamp={START_TIMESTAMP}"><img src="images/icons/16x16/pdf.png" title="Print PDF Statement"></a>
<a href="?page=clients&action=view_statement&Client_ID={CLIENT_ID}&Start_Timestamp={NEXT_START_TIMESTAMP}" title="back"><img src="images/icons/arrow-right.gif"></a>
</td>
</tr>
<tr>
<th class="cella">Date</th>
<th class="cellb">Invoice Ref</th>
<th class="cella">Invoice Value</th>
<th class="cellb">Payment Value</th>
<th class="cella">Balance</th>
</tr>
<patTemplate:link src="statement_results" />
<tr>
<td></td>
<td></td>
<td></td>
<th>Final Balance</th>
<th class="cella"><span class="{CLASS}">{BALANCE}</span></th>
</tr>
</table>
</p>
</div>
</patTemplate:tmpl>
<patTemplate:tmpl name="statement_results">
<tr>
<td class="cell{I}a">{DATE}</td>
<td class="cell{I}b"><a title="view invoice" href="?page=clients&action=edit_invoice&Invoice_ID={INVOICE_ID}">{REFERENCE}</a></td>
<td class="cell{I}a"><a title="view invoice" href="?page=clients&action=edit_invoice&Invoice_ID={INVOICE_ID}">{INVOICE}</td>
<td class="cell{I}b">{PAYMENT}</span></td>
<td class="cell{I}a"><b class="{CLASS}">_HTML_CURENCY_SYMBOL_{BALANCE}</b></td>
</tr>
</patTemplate:tmpl>
<patTemplate:tmpl name="edit_invoice">
<div class="centered">
<form action="?page=clients&action=submit_invoice&Client_ID={CLIENT_ID}&Invoice_ID={INVOICE_ID}" method="POST">
<p>
<table class="edit">
<tr>
<td colspan="4" class="heading2">
<img src="images/icons/gnome/stock/chart/stock_chart-toggle-legend.png" class="middle">
Invoice for <a href="?page=clients&action=view_client&Client_ID={CLIENT_ID}"><span class="client">{CLIENT}</span></a>
</td>
</tr>
<tr>
<th>Client</th>
<td>{CLIENT_SELECT}</td>
<th>Date</td>
<td>{DATE_SELECT}</td>
</tr>
<tr>
<th>Payments</th>
<td>{PAYMENTS}
<b>Total Value</b>
_HTML_CURENCY_SYMBOL_{PAYMENTS_VALUE}</td>
<th>Reference:</th>
<td><input type="text" name="Reference" value="{REFERENCE}" size="8">
</tr>
<tr>
<th>Value</th>
<td>_HTML_CURENCY_SYMBOL_<input type="text" name="Value" value="{VALUE}" size="8"></td>
<th>Invoice Address</td>
<td><textarea name="Invoice_Address" rows="4" cols="40">{INVOICE_ADDRESS}</textarea></td>
</tr>
<tr>
<th>Description</td>
<td colspan="3"><textarea name="Description" rows="5" cols="80">{DESCRIPTION}</textarea></td>
</tr>
<tr>
<th>Send Reminders</th>
<td><input type="checkbox" name="Reminders" value="yes" {REMINDER}></td>
<th>Invoicing</th>
<th>[ <a title="Mail pdf invoice" href="?page=clients&action=print_invoice&Invoice_ID={INVOICE_ID}&Client_ID={CLIENT_ID}&mail=true">Mail</a> ] [ <a title="print pdf invoice" href="?page=clients&action=print_invoice&Invoice_ID={INVOICE_ID}&Client_ID={CLIENT_ID}" target="_blank"><img
src="images/icons/16x16/pdf.png" >Print</a> ]
[ <a title="print pdf invoice reminder" href="?page=clients&action=print_invoice_reminder&Invoice_ID={INVOICE_ID}&Client_ID={CLIENT_ID}" target="_blank"><img
src="images/icons/16x16/pdf.png" target="_blank">Print Reminder</a> ]
</tr>
<tr>
<th>Sent Reminders</th>
<td>
<patTemplate:link src="sent_reminders" />
<th colspan="2">
<input type="submit" name="Submit" value="Submit">
<patTemplate:link src="make_repeat_invoice_button" />
<patTemplate:link src="repeat_invoice_link" />
<input type="submit" name="Submit" value="Delete" class="delete"> </th>
</tr>
</table>
</p>
</form>
<p>
<form action="?page=clients&action=new_payment&Invoice_ID={INVOICE_ID}" method="POST">
<table class="results">
<tr>
<td colspan="5" class="heading2">Payments</td>
</tr>
<tr>
<th class="cella">Date</th>
<th class="cellb">Value</th>
<th class="cella">Mehtod</th>
<th class="cellb">Receipt</th>
<th class="cella">Delete</th>
</tr>
<patTemplate:link src="payment_results" />
<tr>
<th class="cella">{PAYMENT_DATE_SELECT}</th>
<th class="cellb"><input type="text" name="Value" value="{BALANCE}" size="8"></th>
<th class="cella">{PAYMENT_METHOD_SELECT}</th>
<th class="cellb" colspan="2"><input type="submit" value="Make New Payment"></th>
</tr>
</table>
</form>
</p>
</div>
</patTemplate:tmpl>
<patTemplate:tmpl name="sent_reminders" visibility="hidden">
<a target="_blank" href="?page=clients&action=show_mail&Mail_ID={MAIL_ID}">{TYPE}</a>
</patTemplate:tmpl>
<patTemplate:tmpl name="make_repeat_invoice_button" visibility="hidden">
<input type="submit" name="Submit" value="Make Repeat Invoice">
</patTemplate:tmpl>
<patTemplate:tmpl name="repeat_invoice_link" visibility="hidden">
<a href="?page=clients&action=edit_repeat_invoice&Invoice_ID={INVOICE_ID}">view Repeat Invoice</a>
</patTemplate:tmpl>
<patTemplate:tmpl name="payment_results" visibility="hidden">
<tr>
<td class="cell{I}a">{DATE}</td>
<td class="cell{I}b">_HTML_CURENCY_SYMBOL_{VALUE}</td>
<td class="cell{I}a">{PAYMENT_METHOD}</td>
<td class="cell{I}b">[ <a title="print pdf receipt" href="?page=clients&action=print_receipt&Invoice_Payment_ID={ID}&Invoice_ID={INVOICE_ID}" target="_blank">receipt</a> ]</td>
<td class="cell{I}a"><a title="delete payment" href="?page=clients&action=delete_payment&Invoice_Payment_ID={ID}&Invoice_ID={INVOICE_ID}"><img
src="images/icons/gnome_small/stock/generic/stock_stop.png"></a></td>
</tr>
</patTemplate:tmpl>
<patTemplate:tmpl name="edit_repeat_invoice">
<div class="centered">
<form action="?page=clients&action=submit_repeat_invoice&Client_ID={CLIENT_ID}&Invoice_ID={INVOICE_ID}" method="POST">
<p>
<table class="edit">
<tr>
<td colspan="4" class="heading2">
<img src="images/icons/gnome/stock/chart/stock_chart-toggle-legend.png" class="middle">
Repeat Invoice for <a href="?page=clients&action=view_client&Client_ID={CLIENT_ID}"><span class="client">{COMPANY_NAME}</span></a>
</td>
</tr>
<tr>
<th>Original Invoice</th>
<td><a href="?page=clients&action=edit_invoice&Invoice_ID={INVOICE_ID}">{INVOICE_ID}</a></td>
<th>Start Date</td>
<td>{DATE}</td>
</tr>
<tr>
<th>Value</th>
<td>_HTML_CURENCY_SYMBOL_{VALUE}</td>
<th>Repeat</td>
<td>
On
<select name="Day">
<patTemplate:link src="day_results" />
</select>
of
<select name="Month">
<patTemplate:link src="month_results" />
</select>
</td>
</tr>
<tr>
<th>Send Reminders</th>
<td><input type="checkbox" name="Reminders" value="yes" {REMINDERS}></td>
<th colspan="2">
<select name="Active">
<option value="yes" {ACTIVE}>Active</option>
<option value="no" {INACTIVE}>Inactive</option>
</select>
<input type="submit" name="Submit" value="Submit">
<input type="submit" name="Submit" value="Delete" class="delete"></th>
</tr>
</table>
</p>
</form>
<p>
<table class="results">
<tr>
<td colspan="6" class="heading2">Invoices</td>
</tr>
<tr>
<th class="cella">Ref</th>
<th class="cellb">Date</th>
<th class="cella">Value</th>
<th class="cellb">Due</th>
<th class="cella">Payments</th>
<th class="cellb">Delete</th>
</tr>
<patTemplate:link src="repeat_invoice_results" />
</tr>
<tr>
<th class="cella"><a href="?page=clients&action=create_repeat_invoice&Invoice_ID={INVOICE_ID}"><img src="images/icons/gnome/stock/chart/stock_chart-toggle-legend.png" alt="invoice" /></a></th>
<th class="cellb" colspan="5"><a href="?page=clients&action=create_repeat_invoice&Invoice_ID={INVOICE_ID}">Manualy Add An Invoice</a></th>
</tr>
</table>
</p>
</div>
</patTemplate:tmpl>
<patTemplate:tmpl name="day_results">
<option value="{I}" {SELECTED}>{DAY}</option>
</patTemplate:tmpl>
<patTemplate:tmpl name="month_results">
<option value="{I}" {SELECTED}>{MONTH}</option>
</patTemplate:tmpl>
<patTemplate:tmpl name="repeat_invoice_results" visibility="hidden">
<tr>
<td class="cell{I}a"><a href="?page=clients&action=edit_invoice&Invoice_ID={INVOICE_ID}">{REFERENCE}</a></td>
<td class="cell{I}b">{DATE}</td>
<td class="cell{I}a">_HTML_CURENCY_SYMBOL_{VALUE}</td>
<td class="cell{I}b"><span class="red">{DUE}</a></td>
<td class="cell{I}a"><span class="red">{PAYMENTS}</a></td>
<td class="cell{I}b"><a title="delete payment" href="?page=clients&action=delete_invoice&Invoice_ID={INVOICE_ID}&Client_ID={CLIENT_ID}"><img
src="images/icons/gnome_small/stock/generic/stock_stop.png"></a></td>
</tr>
</patTemplate:tmpl>
<patTemplate:tmpl name="cant_delete_invoice">
<h3 class="warning"><img src="images/icons/gnome/stock/generic/stock_stop.png"> Payments made already, <a href="?{ACTION}&Confirm=true&Double_Confirm=true" title="click here to confirm delete">CONFIRM DELETE</a></h3>
</patTemplate:tmpl>
<patTemplate:tmpl name="cant_delete_repeat_invoice">
<h3 class="warning"><img src="images/icons/gnome/stock/generic/stock_stop.png"> This is a repeat invoice, deleting this will stop any further repeats aswell, <a href="?{ACTION}&Confirm=true&Double_Confirm=true" title="click here to confirm delete">CONFIRM DELETE</a></h3>
</patTemplate:tmpl>
<patTemplate:tmpl name="invoice_sent">
<h2>Invoice Sent</h2>
</patTemplate:tmpl>
<patTemplate:tmpl name="edit_quote">
<div class="centered">
<form action="?page=clients&action=submit_quote&Client_ID={CLIENT_ID}&Quote_ID={ID}" method="POST">
<p>
<table class="edit">
<tr>
<td colspan="4" class="heading2">
<img src="images/icons/gnome/stock/document/stock_task.png" class="middle">
Quote for <a href="?page=clients&action=view_client&Client_ID={CLIENT_ID}"><span class="client">{CLIENT}</span></a>
</td>
</tr>
<tr>
<th>Client</th>
<td>{CLIENT_SELECT}</td>
<th>Date</td>
<td>{DATE_SELECT}</td>
</tr>
<tr>
<th>Title</th>
<td colspan="3"><input type="text" name="Title" value="{TITLE}"</td>
</tr>
<tr>
<th>Description</td>
<td colspan="3"><textarea name="Description" rows="9" cols="80">{DESCRIPTION}</textarea></td>
</tr>
<tr>
<th>Value</th>
<td>_HTML_CURENCY_SYMBOL_<input type="text" name="Value" value="{VALUE}" size="8"></td>
<th>Quote Address</td>
<td><textarea name="Quote_Address" rows="4" cols="40">{QUOTE_ADDRESS}</textarea></td>
</tr>
<tr>
<th>Approved By</th>
<td><input type="text" name="Approved_Name" value="{APPROVED_NAME}"></td>
<th>Date Approved</td>
<td>{APPROVED_DATE_SELECT}</td>
</tr>
<tr>
<tr>
<th colspan="4">[ <a title="print pdf quote" href="?page=clients&action=print_quote&Quote_ID={ID}&Client_ID={CLIENT_ID}"><img
src="images/icons/16x16/pdf.png" target="_blank" target="_blank">Print</a> ]
<input type="submit" name="Submit" value="Submit"> <input type="submit" name="Submit" value="Delete" class="delete"></th>
</tr>
</table>
</p>
</form>
</div>
</patTemplate:tmpl>
<patTemplate:tmpl name="edit_project">
<div class="centered">
<form action="?page=clients&action=submit_project&Client_ID={CLIENT_ID}&Project_ID={ID}" method="POST">
<p>
<table class="edit">
<tr>
<td colspan="4" class="heading2">
<img src="images/icons/gnome/stock/generic/stock_dialog-info.png" class="middle">
Project for <a href="?page=clients&action=view_client&Client_ID={CLIENT_ID}"><span class="client">{CLIENT}</span></a>
</td>
</tr>
<tr>
<th>Client</th>
<td>{CLIENT_SELECT}</td>
<th>Date Opened</td>
<td>{DATE_OPENED_SELECT}</td>
</tr>
<tr>
<th>Title</th>
<td colspan="3"><input type="text" name="Title" value="{TITLE}"</td>
</tr>
<tr>
<th>Description</td>
<td colspan="3"><textarea name="Description" row="4" cols="60">{DESCRIPTION}</textarea></td>
</tr>
<tr>
<th>Closed</th>
<td><input type="checkbox" name="Closed" value="closed" {CLOSED}></td>
<th>Date Closed</td>
<td>{DATE_CLOSED_SELECT}</td>
</tr>
<tr>
<tr>
<td><a href="?page=clients&action=view_timesheet&Client_ID={CLIENT_ID}&Project_ID={ID}">view timesheets</a></td>
<th colspan="3">[ <a title="print pdf project" href="?page=clients&action=print_project&Project_ID={ID}&Client_ID={CLIENT_ID}"><img
src="images/icons/16x16/pdf.png" target="_blank" target="_blank">Print</a> ]
<input type="submit" name="Submit" value="Submit"> <input type="submit" name="Submit" value="Delete" class="delete"></th>
</tr>
</table>
</p>
</form>
</div>
</patTemplate:tmpl>
<patTemplate:tmpl name="choose_client">
<div class="centered">
<fieldset>
<legend>Choose Client</legend>
<form action="?page=clients&action={ACTION}" method="post">
{CLIENT_SELECT_LIST}
<input type="submit" value="Go">
</form>
</fieldset>
</div>
</patTemplate:tmpl>
<patTemplate:tmpl name="show_mail">
<div class="centered">
<table class="edit">
<tr>
<th>Date</th>
<td>{DATE}</td>
<th>To</th>
<td>{EMAIL}</td>
<th>Subject</th>
<td>{SUBJECT}</td>
</tr>
<tr>
<th>Message</th>
<td colspan="5">
<pre>{MESSAGE}</pre>
</td>
</tr>
</table>
</div>
</patTemplate:tmpl>
|
doc/api/hetimatorrent.util/BitfieldPlus/getPieceAtRandom.html
|
kyorohiro/dart_hetimatorrent
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>getPieceAtRandom method - BitfieldPlus class - hetimatorrent.util library - Dart API</title>
<!-- required because all the links are pseudo-absolute -->
<base href="../..">
<link href='https://fonts.googleapis.com/css?family=Source+Code+Pro|Roboto:500,400italic,300,400' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="static-assets/prettify.css">
<link rel="stylesheet" href="static-assets/css/bootstrap.min.css">
<link rel="stylesheet" href="static-assets/styles.css">
<meta name="description" content="API docs for the getPieceAtRandom method from the BitfieldPlus class, for the Dart programming language.">
<link rel="icon" href="static-assets/favicon.png">
<!-- Do not remove placeholder -->
<!-- Header Placeholder -->
</head>
<body>
<div id="overlay-under-drawer"></div>
<header class="container-fluid" id="title">
<nav class="navbar navbar-fixed-top">
<div class="container">
<button id="sidenav-left-toggle" type="button"> </button>
<ol class="breadcrumbs gt-separated hidden-xs">
<li><a href="index.html">hetimatorrent</a></li>
<li><a href="hetimatorrent.util/hetimatorrent.util-library.html">hetimatorrent.util</a></li>
<li><a href="hetimatorrent.util/BitfieldPlus-class.html">BitfieldPlus</a></li>
<li class="self-crumb">getPieceAtRandom</li>
</ol>
<div class="self-name">getPieceAtRandom</div>
</div>
</nav>
<div class="container masthead">
<ol class="breadcrumbs gt-separated visible-xs">
<li><a href="index.html">hetimatorrent</a></li>
<li><a href="hetimatorrent.util/hetimatorrent.util-library.html">hetimatorrent.util</a></li>
<li><a href="hetimatorrent.util/BitfieldPlus-class.html">BitfieldPlus</a></li>
<li class="self-crumb">getPieceAtRandom</li>
</ol>
<div class="title-description">
<h1 class="title">
<div class="kind">method</div> getPieceAtRandom
</h1>
<!-- p class="subtitle">
</p -->
</div>
<ul class="subnav">
<li><a href="hetimatorrent.util/BitfieldPlus/getPieceAtRandom.html#source">Source</a></li>
</ul>
</div>
</header>
<div class="container body">
<div class="col-xs-6 col-sm-3 sidebar sidebar-offcanvas-left">
<h5><a href="index.html">hetimatorrent</a></h5>
<h5><a href="hetimatorrent.util/hetimatorrent.util-library.html">hetimatorrent.util</a></h5>
<h5><a href="hetimatorrent.util/BitfieldPlus-class.html">BitfieldPlus</a></h5>
<ol>
<li class="section-title"><a href="hetimatorrent.util/BitfieldPlus-class.html#instance-properties">Properties</a></li>
<li><a href="hetimatorrent.util/BitfieldPlus/innerField.html">innerField</a>
</li>
<li><a href="hetimatorrent.util/BitfieldPlus/rawValue.html">rawValue</a>
</li>
<li><a href="hetimatorrent.util/BitfieldPlus/value.html">value</a>
</li>
<li class="section-title"><a href="hetimatorrent.util/BitfieldPlus-class.html#constructors">Constructors</a></li>
<li><a href="hetimatorrent.util/BitfieldPlus/BitfieldPlus.html">BitfieldPlus</a></li>
<li class="section-title"><a href="hetimatorrent.util/BitfieldPlus-class.html#methods">Methods</a></li>
<li><a href="hetimatorrent.util/BitfieldPlus/change.html">change</a>
</li>
<li><a href="hetimatorrent.util/BitfieldPlus/getBinary.html">getBinary</a>
</li>
<li><a href="hetimatorrent.util/BitfieldPlus/getIsOn.html">getIsOn</a>
</li>
<li><a href="hetimatorrent.util/BitfieldPlus/getOffPieceAtRandom.html">getOffPieceAtRandom</a>
</li>
<li><a href="hetimatorrent.util/BitfieldPlus/getOffPieceAtRandomPerByte.html">getOffPieceAtRandomPerByte</a>
</li>
<li><a href="hetimatorrent.util/BitfieldPlus/getOnPieceAtRandom.html">getOnPieceAtRandom</a>
</li>
<li><a href="hetimatorrent.util/BitfieldPlus/getOnPieceAtRandomPerByte.html">getOnPieceAtRandomPerByte</a>
</li>
<li><a href="hetimatorrent.util/BitfieldPlus/getPieceAtRandom.html">getPieceAtRandom</a>
</li>
<li><a href="hetimatorrent.util/BitfieldPlus/getPieceAtRandomPerByte.html">getPieceAtRandomPerByte</a>
</li>
<li><a href="hetimatorrent.util/BitfieldPlus/isAllOff.html">isAllOff</a>
</li>
<li><a href="hetimatorrent.util/BitfieldPlus/isAllOffPerByte.html">isAllOffPerByte</a>
</li>
<li><a href="hetimatorrent.util/BitfieldPlus/isAllOn.html">isAllOn</a>
</li>
<li><a href="hetimatorrent.util/BitfieldPlus/isAllOnPerByte.html">isAllOnPerByte</a>
</li>
<li><a href="hetimatorrent.util/BitfieldPlus/lengthPerBit.html">lengthPerBit</a>
</li>
<li><a href="hetimatorrent.util/BitfieldPlus/lengthPerByte.html">lengthPerByte</a>
</li>
<li><a href="hetimatorrent.util/BitfieldPlus/oneClear.html">oneClear</a>
</li>
<li><a href="hetimatorrent.util/BitfieldPlus/setIsOn.html">setIsOn</a>
</li>
<li><a href="hetimatorrent.util/BitfieldPlus/update.html">update</a>
</li>
<li><a href="hetimatorrent.util/BitfieldPlus/writeBytes.html">writeBytes</a>
</li>
<li><a href="hetimatorrent.util/BitfieldPlus/zeroClear.html">zeroClear</a>
</li>
</ol>
</div><!--/.sidebar-offcanvas-->
<div class="col-xs-12 col-sm-9 col-md-6 main-content">
<section class="multi-line-signature">
<span class="returntype">int</span>
<span class="name ">getPieceAtRandom</span>(
<br>
<div class="parameters">
<span class="parameter" id="getPieceAtRandom-param-isOff"><span class="type-annotation">bool</span> <span class="parameter-name">isOff</span></span>
</div>
) </section>
<section class="desc markdown">
<p class="no-docs">Not documented.</p>
</section>
<section class="summary source-code" id="source">
<h2>Source</h2>
<pre><code class="prettyprint lang-dart">int getPieceAtRandom(bool isOff) {
int byteLength = innerField.lengthPerByte();
if (byteLength <= 0) {
return -1;
}
int ia = _rand.nextInt(byteLength);
bool findedAtIA = false;
for (int i = ia; i < byteLength; i++) {
if (isOff) {
if (!innerField.isAllOnPerByte(i)) {
ia = i;
findedAtIA = true;
break;
}
} else {
if (!innerField.isAllOffPerByte(i)) {
ia = i;
findedAtIA = true;
break;
}
}
}
if (!findedAtIA) {
for (int i = ia; i >= 0; i--) {
if (isOff) {
if (!innerField.isAllOnPerByte(i)) {
ia = i;
findedAtIA = true;
break;
}
} else {
if (!innerField.isAllOffPerByte(i)) {
ia = i;
findedAtIA = true;
break;
}
}
}
}
if (!findedAtIA) {
return -1;
}
if (isOff) {
return getOffPieceAtRandomPerByte(ia);
} else {
return getOnPieceAtRandomPerByte(ia);
}
}</code></pre>
</section>
</div> <!-- /.main-content -->
</div> <!-- container -->
<footer>
<div class="container-fluid">
<div class="container">
<p class="text-center">
<span class="no-break">
hetimatorrent 0.0.1 api docs
</span>
•
<span class="copyright no-break">
<a href="https://www.dartlang.org">
<img src="static-assets/favicon.png" alt="Dart" title="Dart"width="16" height="16">
</a>
</span>
•
<span class="copyright no-break">
<a href="http://creativecommons.org/licenses/by-sa/4.0/">cc license</a>
</span>
</p>
</div>
</div>
</footer>
<script src="static-assets/prettify.js"></script>
<script src="static-assets/script.js"></script>
<!-- Do not remove placeholder -->
<!-- Footer Placeholder -->
</body>
</html>
|
webapp/src/main/webapp/src/widget/templates/HtmlSlideShow.html
|
vivo-project/Vitro
|
<div style="position: relative; padding: 3px;">
<div dojoAttachPoint="controlsContainer">
<input type="button" value="pause"
dojoAttachPoint="startStopButton"
dojoAttachEvent="onClick: togglePaused;">
</div>
<div style="position: relative; width: 800px; height: 600px;"
dojoAttachPoint="imagesContainer"
dojoAttachEvent="onClick: togglePaused;">
<img dojoAttachPoint="img1" class="slideShowImg"
style="z-index: 1;" />
<img dojoAttachPoint="img2" class="slideShowImg"
style="z-index: 0;" />
</div>
</div>
|
public/template/css/font-awesome.css
|
professorwaldir/zf2.front
|
/* Font Awesome
the iconic font designed for use with Twitter Bootstrap
-------------------------------------------------------
The full suite of pictographic icons, examples, and documentation
can be found at: http://fortawesome.github.com/Font-Awesome/
License
-------------------------------------------------------
The Font Awesome webfont, CSS, and LESS files are licensed under CC BY 3.0:
http://creativecommons.org/licenses/by/3.0/ A mention of
'Font Awesome - http://fortawesome.github.com/Font-Awesome' in human-readable
source code is considered acceptable attribution (most common on the web).
If human readable source code is not available to the end user, a mention in
an 'About' or 'Credits' screen is considered acceptable (most common in desktop
or mobile software).
Contact
-------------------------------------------------------
Email: dave@davegandy.com
Twitter: http://twitter.com/fortaweso_me
Work: http://lemonwi.se co-founder
*/
@font-face {
font-family: "FontAwesome";
src: url('../font/fontawesome-webfont.eot');
src: url('../font/fontawesome-webfont.eot?#iefix') format('eot'), url('../font/fontawesome-webfont.woff') format('woff'), url('../font/fontawesome-webfont.ttf') format('truetype'), url('../font/fontawesome-webfont.svg#FontAwesome') format('svg');
font-weight: normal;
font-style: normal;
}
/* Font Awesome styles
------------------------------------------------------- */
[class^="icon-"]:before, [class*=" icon-"]:before {
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
display: inline-block;
text-decoration: inherit;
}
a [class^="icon-"], a [class*=" icon-"] {
display: inline-block;
text-decoration: inherit;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
vertical-align: top;
font-size: 1.3333333333333333em;
}
.btn [class^="icon-"], .btn [class*=" icon-"] {
/* keeps button heights with and without icons the same */
line-height: .9em;
}
li [class^="icon-"], li [class*=" icon-"] {
display: inline-block;
width: 1.25em;
text-align: center;
}
li .icon-large[class^="icon-"], li .icon-large[class*=" icon-"] {
/* 1.5 increased font size for icon-large * 1.25 width */
width: 1.875em;
}
li[class^="icon-"], li[class*=" icon-"] {
margin-left: 0;
list-style-type: none;
}
li[class^="icon-"]:before, li[class*=" icon-"]:before {
text-indent: -2em;
text-align: center;
}
li[class^="icon-"].icon-large:before, li[class*=" icon-"].icon-large:before {
text-indent: -1.3333333333333333em;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.icon-glass:before { content: "\f000"; }
.icon-music:before { content: "\f001"; }
.icon-search:before { content: "\f002"; }
.icon-envelope:before { content: "\f003"; }
.icon-heart:before { content: "\f004"; }
.icon-star:before { content: "\f005"; }
.icon-star-empty:before { content: "\f006"; }
.icon-user:before { content: "\f007"; }
.icon-film:before { content: "\f008"; }
.icon-th-large:before { content: "\f009"; }
.icon-th:before { content: "\f00a"; }
.icon-th-list:before { content: "\f00b"; }
.icon-ok:before { content: "\f00c"; }
.icon-remove:before { content: "\f00d"; }
.icon-zoom-in:before { content: "\f00e"; }
.icon-zoom-out:before { content: "\f010"; }
.icon-off:before { content: "\f011"; }
.icon-signal:before { content: "\f012"; }
.icon-cog:before { content: "\f013"; }
.icon-trash:before { content: "\f014"; }
.icon-home:before { content: "\f015"; }
.icon-file:before { content: "\f016"; }
.icon-time:before { content: "\f017"; }
.icon-road:before { content: "\f018"; }
.icon-download-alt:before { content: "\f019"; }
.icon-download:before { content: "\f01a"; }
.icon-upload:before { content: "\f01b"; }
.icon-inbox:before { content: "\f01c"; }
.icon-play-circle:before { content: "\f01d"; }
.icon-repeat:before { content: "\f01e"; }
/* \f020 doesn't work in Safari. all shifted one down */
.icon-refresh:before { content: "\f021"; }
.icon-list-alt:before { content: "\f022"; }
.icon-lock:before { content: "\f023"; }
.icon-flag:before { content: "\f024"; }
.icon-headphones:before { content: "\f025"; }
.icon-volume-off:before { content: "\f026"; }
.icon-volume-down:before { content: "\f027"; }
.icon-volume-up:before { content: "\f028"; }
.icon-qrcode:before { content: "\f029"; }
.icon-barcode:before { content: "\f02a"; }
.icon-tag:before { content: "\f02b"; }
.icon-tags:before { content: "\f02c"; }
.icon-book:before { content: "\f02d"; }
.icon-bookmark:before { content: "\f02e"; }
.icon-print:before { content: "\f02f"; }
.icon-camera:before { content: "\f030"; }
.icon-font:before { content: "\f031"; }
.icon-bold:before { content: "\f032"; }
.icon-italic:before { content: "\f033"; }
.icon-text-height:before { content: "\f034"; }
.icon-text-width:before { content: "\f035"; }
.icon-align-left:before { content: "\f036"; }
.icon-align-center:before { content: "\f037"; }
.icon-align-right:before { content: "\f038"; }
.icon-align-justify:before { content: "\f039"; }
.icon-list:before { content: "\f03a"; }
.icon-indent-left:before { content: "\f03b"; }
.icon-indent-right:before { content: "\f03c"; }
.icon-facetime-video:before { content: "\f03d"; }
.icon-picture:before { content: "\f03e"; }
.icon-pencil:before { content: "\f040"; }
.icon-map-marker:before { content: "\f041"; }
.icon-adjust:before { content: "\f042"; }
.icon-tint:before { content: "\f043"; }
.icon-edit:before { content: "\f044"; }
.icon-share:before { content: "\f045"; }
.icon-check:before { content: "\f046"; }
.icon-move:before { content: "\f047"; }
.icon-step-backward:before { content: "\f048"; }
.icon-fast-backward:before { content: "\f049"; }
.icon-backward:before { content: "\f04a"; }
.icon-play:before { content: "\f04b"; }
.icon-pause:before { content: "\f04c"; }
.icon-stop:before { content: "\f04d"; }
.icon-forward:before { content: "\f04e"; }
.icon-fast-forward:before { content: "\f050"; }
.icon-step-forward:before { content: "\f051"; }
.icon-eject:before { content: "\f052"; }
.icon-chevron-left:before { content: "\f053"; }
.icon-chevron-right:before { content: "\f054"; }
.icon-plus-sign:before { content: "\f055"; }
.icon-minus-sign:before { content: "\f056"; }
.icon-remove-sign:before { content: "\f057"; }
.icon-ok-sign:before { content: "\f058"; }
.icon-question-sign:before { content: "\f059"; }
.icon-info-sign:before { content: "\f05a"; }
.icon-screenshot:before { content: "\f05b"; }
.icon-remove-circle:before { content: "\f05c"; }
.icon-ok-circle:before { content: "\f05d"; }
.icon-ban-circle:before { content: "\f05e"; }
.icon-arrow-left:before { content: "\f060"; }
.icon-arrow-right:before { content: "\f061"; }
.icon-arrow-up:before { content: "\f062"; }
.icon-arrow-down:before { content: "\f063"; }
.icon-share-alt:before { content: "\f064"; }
.icon-resize-full:before { content: "\f065"; }
.icon-resize-small:before { content: "\f066"; }
.icon-plus:before { content: "\f067"; }
.icon-minus:before { content: "\f068"; }
.icon-asterisk:before { content: "\f069"; }
.icon-exclamation-sign:before { content: "\f06a"; }
.icon-gift:before { content: "\f06b"; }
.icon-leaf:before { content: "\f06c"; }
.icon-fire:before { content: "\f06d"; }
.icon-eye-open:before { content: "\f06e"; }
.icon-eye-close:before { content: "\f070"; }
.icon-warning-sign:before { content: "\f071"; }
.icon-plane:before { content: "\f072"; }
.icon-calendar:before { content: "\f073"; }
.icon-random:before { content: "\f074"; }
.icon-comment:before { content: "\f075"; }
.icon-magnet:before { content: "\f076"; }
.icon-chevron-up:before { content: "\f077"; }
.icon-chevron-down:before { content: "\f078"; }
.icon-retweet:before { content: "\f079"; }
.icon-shopping-cart:before { content: "\f07a"; }
.icon-folder-close:before { content: "\f07b"; }
.icon-folder-open:before { content: "\f07c"; }
.icon-resize-vertical:before { content: "\f07d"; }
.icon-resize-horizontal:before { content: "\f07e"; }
.icon-bar-chart:before { content: "\f080"; }
.icon-twitter-sign:before { content: "\f081"; }
.icon-facebook-sign:before { content: "\f082"; }
.icon-camera-retro:before { content: "\f083"; }
.icon-key:before { content: "\f084"; }
.icon-cogs:before { content: "\f085"; }
.icon-comments:before { content: "\f086"; }
.icon-thumbs-up:before { content: "\f087"; }
.icon-thumbs-down:before { content: "\f088"; }
.icon-star-half:before { content: "\f089"; }
.icon-heart-empty:before { content: "\f08a"; }
.icon-signout:before { content: "\f08b"; }
.icon-linkedin-sign:before { content: "\f08c"; }
.icon-pushpin:before { content: "\f08d"; }
.icon-external-link:before { content: "\f08e"; }
.icon-signin:before { content: "\f090"; }
.icon-trophy:before { content: "\f091"; }
.icon-github-sign:before { content: "\f092"; }
.icon-upload-alt:before { content: "\f093"; }
.icon-lemon:before { content: "\f094"; }
.icon-phone:before { content: "\f095"; }
.icon-check-empty:before { content: "\f096"; }
.icon-bookmark-empty:before { content: "\f097"; }
.icon-phone-sign:before { content: "\f098"; }
.icon-twitter:before { content: "\f099"; }
.icon-facebook:before { content: "\f09a"; }
.icon-github:before { content: "\f09b"; }
.icon-unlock:before { content: "\f09c"; }
.icon-credit-card:before { content: "\f09d"; }
.icon-rss:before { content: "\f09e"; }
.icon-hdd:before { content: "\f0a0"; }
.icon-bullhorn:before { content: "\f0a1"; }
.icon-bell:before { content: "\f0a2"; }
.icon-certificate:before { content: "\f0a3"; }
.icon-hand-right:before { content: "\f0a4"; }
.icon-hand-left:before { content: "\f0a5"; }
.icon-hand-up:before { content: "\f0a6"; }
.icon-hand-down:before { content: "\f0a7"; }
.icon-circle-arrow-left:before { content: "\f0a8"; }
.icon-circle-arrow-right:before { content: "\f0a9"; }
.icon-circle-arrow-up:before { content: "\f0aa"; }
.icon-circle-arrow-down:before { content: "\f0ab"; }
.icon-globe:before { content: "\f0ac"; }
.icon-wrench:before { content: "\f0ad"; }
.icon-tasks:before { content: "\f0ae"; }
.icon-filter:before { content: "\f0b0"; }
.icon-briefcase:before { content: "\f0b1"; }
.icon-fullscreen:before { content: "\f0b2"; }
.icon-group:before { content: "\f0c0"; }
.icon-link:before { content: "\f0c1"; }
.icon-cloud:before { content: "\f0c2"; }
.icon-beaker:before { content: "\f0c3"; }
.icon-cut:before { content: "\f0c4"; }
.icon-copy:before { content: "\f0c5"; }
.icon-paper-clip:before { content: "\f0c6"; }
.icon-save:before { content: "\f0c7"; }
.icon-sign-blank:before { content: "\f0c8"; }
.icon-reorder:before { content: "\f0c9"; }
.icon-list-ul:before { content: "\f0ca"; }
.icon-list-ol:before { content: "\f0cb"; }
.icon-strikethrough:before { content: "\f0cc"; }
.icon-underline:before { content: "\f0cd"; }
.icon-table:before { content: "\f0ce"; }
.icon-magic:before { content: "\f0d0"; }
.icon-truck:before { content: "\f0d1"; }
.icon-pinterest:before { content: "\f0d2"; }
.icon-pinterest-sign:before { content: "\f0d3"; }
.icon-google-plus-sign:before { content: "\f0d4"; }
.icon-google-plus:before { content: "\f0d5"; }
.icon-money:before { content: "\f0d6"; }
.icon-caret-down:before { content: "\f0d7"; }
.icon-caret-up:before { content: "\f0d8"; }
.icon-caret-left:before { content: "\f0d9"; }
.icon-caret-right:before { content: "\f0da"; }
.icon-columns:before { content: "\f0db"; }
.icon-sort:before { content: "\f0dc"; }
.icon-sort-down:before { content: "\f0dd"; }
.icon-sort-up:before { content: "\f0de"; }
.icon-envelope-alt:before { content: "\f0e0"; }
.icon-linkedin:before { content: "\f0e1"; }
.icon-undo:before { content: "\f0e2"; }
.icon-legal:before { content: "\f0e3"; }
.icon-dashboard:before { content: "\f0e4"; }
.icon-comment-alt:before { content: "\f0e5"; }
.icon-comments-alt:before { content: "\f0e6"; }
.icon-bolt:before { content: "\f0e7"; }
.icon-sitemap:before { content: "\f0e8"; }
.icon-umbrella:before { content: "\f0e9"; }
.icon-paste:before { content: "\f0ea"; }
.icon-user-md:before { content: "\f200"; }
|
app/bower_components/iron-list/test/basic.html
|
fuzzdota/chromeapp-native-messaging-sample
|
<!DOCTYPE html><!--
@license
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE
The complete set of authors may be found at http://polymer.github.io/AUTHORS
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS
--><html><head>
<meta charset="UTF-8">
<title>iron-list test</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<script src="../../webcomponentsjs/webcomponents-lite.js"></script>
<script src="../../web-component-tester/browser.js"></script>
<script src="../../test-fixture/test-fixture-mocha.js"></script>
<link rel="import" href="../../test-fixture/test-fixture.html">
<link rel="import" href="helpers.html">
<link rel="import" href="x-list.html">
</head>
<body>
<test-fixture id="trivialList">
<template>
<x-list></x-list>
</template>
</test-fixture>
<script src="basic.html.0.js"></script>
</body></html>
|
hpc-historias-clinicas/templates/inter_consultas/interconsultas_form.html
|
btenaglia/hpc-historias-clinicas
|
<!-- ------------------------------
NUEVA DE INTER CONSULTAS
--------------------------------- -->
{% extends 'inter_consultas/_interconsultas_base.html' %}
{% load crispy_forms_tags %}
{% block ic_volver %}
<!-- link Volver -->
<a href="{% url 'inter_consultas:list' historia.id %}"><i class="fa fa-reply"> Volver</i></a>
<!-- / link Volver -->
{% endblock ic_volver %}
{% block ic_titulo %}
{% if form.instance.id %}
Editar
{% else %}
Nueva
{% endif %}
Inter Consulta
{% endblock ic_titulo %}
{% block ic_contenido %}
<form class="form-horizontal" method="post">
{% csrf_token %}
{{ form|crispy }}
<div class="control-group">
<div class="controls">
<button type="submit" class="btn btn-primary"><i class="fa fa-check"></i> Confirmar</button>
<a href="{% url 'inter_consultas:list' historia.id %}">Cancelar</a>
</div>
</div>
</form>
{% endblock ic_contenido %}
|
Themes/AdvancedSimplicity/Styles/Buttons.css
|
ryankeeter/Orchard-Theme
|
/* Blue Button */
.btn-blue{
background:#80a9da;
background:-webkit-gradient(linear,left top,left bottom,color-stop(#80a9da,0),color-stop(#96c56f,1));
background:-webkit-linear-gradient(top, #80a9da 0%, #6f97c5 100%);
background:-moz-linear-gradient(top, #80a9da 0%, #6f97c5 100%);
background:-o-linear-gradient(top, #80a9da 0%, #6f97c5 100%);
background:linear-gradient(top, #80a9da 0%, #6f97c5 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#80a9da', endColorstr='#6f97c5',GradientType=0 );
padding-left:90px;
padding-right:105px;
height:90px;
width: 150px;
display:inline-block;
position:relative;
border:1px solid #5d81ab;
-webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
-moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
float:left;
clear:both;
margin:10px 0px;
overflow:hidden;
-webkit-transition:box-shadow 0.3s ease-in-out;
-moz-transition:box-shadow 0.3s ease-in-out;
-o-transition:box-shadow 0.3s ease-in-out;
transition:box-shadow 0.3s ease-in-out;
text-decoration: none;
color: White;
}
.btn-blue img{
position:absolute;
left:15px;
top:13px;
border:none;
-webkit-transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-o-transition:all 0.3s ease-in-out;
transition:all 0.3s ease-in-out;
}
.btn-blue .btn-blue-slide-text{
position:absolute;
font-size:36px;
top:35px;
left:18px;
color:#bde086;
opacity:0;
text-shadow:0px 1px 1px rgba(255,255,255,0.4);
-webkit-transition:opacity 0.2s ease-in-out;
-moz-transition:opacity 0.2s ease-in-out;
-o-transition:opacity 0.2s ease-in-out;
transition:opacity 0.2s ease-in-out;
}
.btn-blue-text{
padding-top:13px;
padding-left: 13px;
display:block;
font-size:30px;
text-shadow:0px -1px 1px #5d81ab;
}
.btn-blue-text small{
display:block;
font-size:11px;
letter-spacing:1px;
}
.btn-blue-icon-right{
position:absolute;
right:0px;
top:0px;
height:100%;
width:80px;
border-left:1px solid #5d81ab;
-webkit-box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
-moz-box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
}
.btn-blue-icon-right span{
width:38px;
height:38px;
opacity:0.7;
-webkit-border-radius:20px;
-moz-border-radius:20px;
border-radius:20px;
position:absolute;
left:50%;
top:50%;
margin:-20px 0px 0px -20px;
border:1px solid rgba(0,0,0,0.5);
background:#4e5c50 url("../content/arrow_right.png") no-repeat center center;
-webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.3) inset, 0px 1px 2px rgba(255,255,255,0.5);
-moz-box-shadow:0px 1px 1px rgba(255,255,255,0.3) inset, 0px 1px 2px rgba(255,255,255,0.5);
box-shadow:0px 1px 1px rgba(255,255,255,0.3) inset, 0px 1px 2px rgba(255,255,255,0.5);
-webkit-transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-o-transition:all 0.3s ease-in-out;
transition:all 0.3s ease-in-out;
}
.btn-blue:hover{
-webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
-moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
text-decoration: none;
}
.btn-blue:hover img{
-webkit-transform:scale(10);
-moz-transform:scale(10);
-ms-transform:scale(10);
-o-transform:scale(10);
transform:scale(10);
opacity:0;
}
.btn-blue:hover .btn-blue-slide-text,
.btn-blue:hover .btn-blue-icon-right span{
opacity:1;
}
.btn-blue:active{
position:relative;
top:1px;
background:#5d81ab;
-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
border-color:#80a9da;
}
.btn-blue:active .btn-blue-icon-right span{
-webkit-transform:scale(1.4);
-moz-transform:scale(1.4);
-ms-transform:scale(1.4);
-o-transform:scale(1.4);
transform:scale(1.4);
}
/* Green Button */
.btn-green{
background:#a9db80;
background:-webkit-gradient(linear,left top,left bottom,color-stop(#a9db80,0),color-stop(#96c56f,1));
background:-webkit-linear-gradient(top, #a9db80 0%, #96c56f 100%);
background:-moz-linear-gradient(top, #a9db80 0%, #96c56f 100%);
background:-o-linear-gradient(top, #a9db80 0%, #96c56f 100%);
background:linear-gradient(top, #a9db80 0%, #96c56f 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9db80', endColorstr='#96c56f',GradientType=0 );
padding-left:90px;
padding-right:105px;
height:90px;
width: 150px;
display:inline-block;
position:relative;
border:1px solid #80ab5d;
-webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
-moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
float:left;
clear:both;
margin:10px 0px;
overflow:hidden;
-webkit-transition:box-shadow 0.3s ease-in-out;
-moz-transition:box-shadow 0.3s ease-in-out;
-o-transition:box-shadow 0.3s ease-in-out;
transition:box-shadow 0.3s ease-in-out;
text-decoration: none;
color: White;
}
.btn-green img{
position:absolute;
left:15px;
top:13px;
border:none;
-webkit-transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-o-transition:all 0.3s ease-in-out;
transition:all 0.3s ease-in-out;
}
.btn-green .btn-green-slide-text{
position:absolute;
font-size:36px;
top:35px;
left:18px;
color:#6d954e;
opacity:0;
text-shadow:0px 1px 1px rgba(255,255,255,0.4);
-webkit-transition:opacity 0.2s ease-in-out;
-moz-transition:opacity 0.2s ease-in-out;
-o-transition:opacity 0.2s ease-in-out;
transition:opacity 0.2s ease-in-out;
}
.btn-green-text{
padding-top:13px;
padding-left: 13px;
display:block;
font-size:30px;
text-shadow:0px -1px 1px #80ab5d;
}
.btn-green-text small{
display:block;
font-size:11px;
letter-spacing:1px;
}
.btn-green-icon-right{
position:absolute;
right:0px;
top:0px;
height:100%;
width:80px;
border-left:1px solid #80ab5d;
-webkit-box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
-moz-box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
}
.btn-green-icon-right span{
width:38px;
height:38px;
opacity:0.7;
-webkit-border-radius:20px;
-moz-border-radius:20px;
border-radius:20px;
position:absolute;
left:50%;
top:50%;
margin:-20px 0px 0px -20px;
border:1px solid rgba(0,0,0,0.5);
background:#4e5c50 url("../content/arrow_right.png") no-repeat center center;
-webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.3) inset, 0px 1px 2px rgba(255,255,255,0.5);
-moz-box-shadow:0px 1px 1px rgba(255,255,255,0.3) inset, 0px 1px 2px rgba(255,255,255,0.5);
box-shadow:0px 1px 1px rgba(255,255,255,0.3) inset, 0px 1px 2px rgba(255,255,255,0.5);
-webkit-transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-o-transition:all 0.3s ease-in-out;
transition:all 0.3s ease-in-out;
}
.btn-green:hover{
-webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
-moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
text-decoration: none;
}
.btn-green:hover img{
-webkit-transform:scale(10);
-moz-transform:scale(10);
-ms-transform:scale(10);
-o-transform:scale(10);
transform:scale(10);
opacity:0;
}
.btn-green:hover .btn-green-slide-text,
.btn-green:hover .btn-green-icon-right span{
opacity:1;
}
.btn-green:active{
position:relative;
top:1px;
background:#80ab5d;
-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
border-color:#a9db80;
}
.btn-green:active .btn-green-icon-right span{
-webkit-transform:scale(1.4);
-moz-transform:scale(1.4);
-ms-transform:scale(1.4);
-o-transform:scale(1.4);
transform:scale(1.4);
}
/* Long Blue Button */
.btn-long-blue{
background:#80a9da;
background:-webkit-gradient(linear,left top,left bottom,color-stop(#80a9da,0),color-stop(#6f97c5,1));
background:-webkit-linear-gradient(top, #80a9da 0%, #6f97c5 100%);
background:-moz-linear-gradient(top, #80a9da 0%, #6f97c5 100%);
background:-o-linear-gradient(top, #80a9da 0%, #6f97c5 100%);
background:linear-gradient(top, #80a9da 0%, #6f97c5 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#80a9da', endColorstr='#6f97c5',GradientType=0 );
padding-left:20px;
padding-right:80px;
height:38px;
display:inline-block;
position:relative;
border:1px solid #5d81ab;
-webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
-moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
-webkit-border-radius:20px;
-moz-border-radius:20px;
border-radius:20px;
float:left;
clear:both;
margin:10px 0px;
overflow:hidden;
-webkit-transition:all 0.3s linear;
-moz-transition:all 0.3s linear;
-o-transition:all 0.3s linear;
transition:all 0.3s linear;
}
.btn-long-blue-text{
padding-top:5px;
display:block;
font-size:18px;
white-space:nowrap;
text-shadow:0px 1px 1px rgba(255,255,255,0.3);
color:#446388;
-webkit-transition:all 0.2s linear;
-moz-transition:all 0.2s linear;
-o-transition:all 0.2s linear;
transition:all 0.2s linear;
}
.btn-long-blue-slide-text{
position:absolute;
height:100%;
top:0px;
right:52px;
width:0px;
background:#63707e;
text-shadow:0px -1px 1px #363f49;
color:#fff;
font-size:18px;
white-space:nowrap;
text-transform:uppercase;
text-align:left;
text-indent:10px;
overflow:hidden;
line-height:38px;
-webkit-box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
-moz-box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
-webkit-transition:width 0.3s linear;
-moz-transition:width 0.3s linear;
-o-transition:width 0.3s linear;
transition:width 0.3s linear;
}
.btn-long-blue-icon-right{
position:absolute;
right:0px;
top:0px;
height:100%;
width:52px;
border-left:1px solid #5d81ab;
-webkit-box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
-moz-box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
}
.btn-long-blue-icon-right span{
width:38px;
height:38px;
opacity:0.7;
position:absolute;
left:50%;
top:50%;
margin:-20px 0px 0px -20px;
background:transparent url(../content/arrow_right.png) no-repeat 50% 55%;
-webkit-transition:all 0.3s linear;
-moz-transition:all 0.3s linear;
-o-transition:all 0.3s linear;
transition:all 0.3s linear;
}
.btn-long-blue:hover{
padding-right:180px;
-webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
-moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
}
.btn-long-blue:hover .btn-long-blue-text{
text-shadow:0px 1px 1px #5d81ab;
color:#fff;
}
.btn-long-blue:hover .btn-long-blue-slide-text{
width:100px;
}
.btn-long-blue:hover .btn-long-blue-icon-right span{
opacity:1;
}
.btn-long-blue:active{
position:relative;
top:1px;
background:#5d81ab;
-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
border-color:#80a9da;
}
|
assets/js/angularTemplates/post.html
|
bhargav175/materialhtml5
|
<div class="" >
<div class="card blue-grey darken-1">
<div class="card-content white-text">
<a href="post/{{post.slug}}"><span class="card-title">{{post.title}}</span></a>
<div ng-bind-html="post.content | trustHtmlExample"></div>
</div>
<div class="card-action">
<a href="post/{{post.slug}}">{{post.date | date}}</a>
</div>
</div>
</div>
|
apg-api/webpage/apg-api.html
|
ldthomas/apg-js2-examples
|
<!DOCTYPE html>
<html lang="en">
<head>
<title>web-conv</title>
<meta charset="utf-8">
<link rel="stylesheet" href="../../weblinks/apg-lib-min.css">
</head>
<body onload="onload()">
<h1>Test the bundled apg API</h1>
<p>Have a look at "apg-api.html" & "apg-api.js" to see how it is used.</p>
<p>Click on "generate" to generate a grammar object from the SABNF grammar.<br>
(Errors are not reported in detail.)</p>
<p>
Then click the "parse" button to use the generated grammar object to parse the input string.</p>
<p class="title">
<b>SABNF grammar:</b>
</p>
<textarea id="grammar" rows="20" cols="75" style="float: left;"></textarea>
<p> <input type="button" value="generate" style="width: 100px;" onclick="generate()"></p>
<p class="title" style="clear: left;">
<br>
<b>SABNF input string:</b>
</p>
<textarea id="input" rows="20" cols="75" style="float: left;"></textarea>
<p> <input type="button" value="parse" style="width: 100px;" onclick="parse()"></p>
<p class="title" style="clear: left;">
<br><b>output:</b>
</p>
<div id="output">Translation will appear here.</div>
<script src="../../weblinks/apg-lib-min.js"></script>
<script src="../../weblinks/apg-api-min.js"></script>
<script src="./apg-api.js" charset="utf-8"></script>
</body>
</html>
|
lib/boost_1.75.0/libs/numeric/odeint/doc/html/boost/numeric/odeint/bulirsch_stoer_dense_out.html
|
stan-dev/math
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Class template bulirsch_stoer_dense_out</title>
<link rel="stylesheet" href="../../../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../../../index.html" title="Chapter 1. Boost.Numeric.Odeint">
<link rel="up" href="../../../header/boost/numeric/odeint/stepper/bulirsch_stoer_dense_out_hpp.html" title="Header <boost/numeric/odeint/stepper/bulirsch_stoer_dense_out.hpp>">
<link rel="prev" href="../../../header/boost/numeric/odeint/stepper/bulirsch_stoer_dense_out_hpp.html" title="Header <boost/numeric/odeint/stepper/bulirsch_stoer_dense_out.hpp>">
<link rel="next" href="../../../header/boost/numeric/odeint/stepper/controlled_adams_bashforth_moulton_hpp.html" title="Header <boost/numeric/odeint/stepper/controlled_adams_bashforth_moulton.hpp>">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../logo.jpg"></td>
<td align="center"><a href="../../../../../../../../index.html">Home</a></td>
<td align="center"><a href="../../../../../../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../../../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="../../../header/boost/numeric/odeint/stepper/bulirsch_stoer_dense_out_hpp.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../header/boost/numeric/odeint/stepper/bulirsch_stoer_dense_out_hpp.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../../../header/boost/numeric/odeint/stepper/controlled_adams_bashforth_moulton_hpp.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.numeric.odeint.bulirsch_stoer_dense_out"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Class template bulirsch_stoer_dense_out</span></h2>
<p>boost::numeric::odeint::bulirsch_stoer_dense_out — The Bulirsch-Stoer algorithm. </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="../../../header/boost/numeric/odeint/stepper/bulirsch_stoer_dense_out_hpp.html" title="Header <boost/numeric/odeint/stepper/bulirsch_stoer_dense_out.hpp>">boost/numeric/odeint/stepper/bulirsch_stoer_dense_out.hpp</a>>
</span><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> State<span class="special">,</span> <span class="keyword">typename</span> Value <span class="special">=</span> <span class="keyword">double</span><span class="special">,</span> <span class="keyword">typename</span> Deriv <span class="special">=</span> <span class="identifier">State</span><span class="special">,</span>
<span class="keyword">typename</span> Time <span class="special">=</span> <span class="identifier">Value</span><span class="special">,</span>
<span class="keyword">typename</span> Algebra <span class="special">=</span> <span class="keyword">typename</span> <span class="identifier">algebra_dispatcher</span><span class="special"><</span> <span class="identifier">State</span> <span class="special">></span><span class="special">::</span><span class="identifier">algebra_type</span><span class="special">,</span>
<span class="keyword">typename</span> Operations <span class="special">=</span> <span class="keyword">typename</span> <span class="identifier">operations_dispatcher</span><span class="special"><</span> <span class="identifier">State</span> <span class="special">></span><span class="special">::</span><span class="identifier">operations_type</span><span class="special">,</span>
<span class="keyword">typename</span> Resizer <span class="special">=</span> <span class="identifier">initially_resizer</span><span class="special">></span>
<span class="keyword">class</span> <a class="link" href="bulirsch_stoer_dense_out.html" title="Class template bulirsch_stoer_dense_out">bulirsch_stoer_dense_out</a> <span class="special">{</span>
<span class="keyword">public</span><span class="special">:</span>
<span class="comment">// types</span>
<span class="keyword">typedef</span> <span class="identifier">State</span> <a name="boost.numeric.odeint.bulirsch_stoer_dense_out.state_type"></a><span class="identifier">state_type</span><span class="special">;</span>
<span class="keyword">typedef</span> <span class="identifier">Value</span> <a name="boost.numeric.odeint.bulirsch_stoer_dense_out.value_type"></a><span class="identifier">value_type</span><span class="special">;</span>
<span class="keyword">typedef</span> <span class="identifier">Deriv</span> <a name="boost.numeric.odeint.bulirsch_stoer_dense_out.deriv_type"></a><span class="identifier">deriv_type</span><span class="special">;</span>
<span class="keyword">typedef</span> <span class="identifier">Time</span> <a name="boost.numeric.odeint.bulirsch_stoer_dense_out.time_type"></a><span class="identifier">time_type</span><span class="special">;</span>
<span class="keyword">typedef</span> <span class="identifier">Algebra</span> <a name="boost.numeric.odeint.bulirsch_stoer_dense_out.algebra_type"></a><span class="identifier">algebra_type</span><span class="special">;</span>
<span class="keyword">typedef</span> <span class="identifier">Operations</span> <a name="boost.numeric.odeint.bulirsch_stoer_dense_out.operations_type"></a><span class="identifier">operations_type</span><span class="special">;</span>
<span class="keyword">typedef</span> <span class="identifier">Resizer</span> <a name="boost.numeric.odeint.bulirsch_stoer_dense_out.resizer_type"></a><span class="identifier">resizer_type</span><span class="special">;</span>
<span class="keyword">typedef</span> <span class="identifier">dense_output_stepper_tag</span> <a name="boost.numeric.odeint.bulirsch_stoer_dense_out.stepper_category"></a><span class="identifier">stepper_category</span><span class="special">;</span>
<span class="comment">// <a class="link" href="bulirsch_stoer_dense_out.html#boost.numeric.odeint.bulirsch_stoer_dense_outconstruct-copy-destruct">construct/copy/destruct</a></span>
<a class="link" href="bulirsch_stoer_dense_out.html#idm45543037268144-bb"><span class="identifier">bulirsch_stoer_dense_out</span></a><span class="special">(</span><span class="identifier">value_type</span> <span class="special">=</span> <span class="number">1E</span><span class="special">-</span><span class="number">6</span><span class="special">,</span> <span class="identifier">value_type</span> <span class="special">=</span> <span class="number">1E</span><span class="special">-</span><span class="number">6</span><span class="special">,</span>
<span class="identifier">value_type</span> <span class="special">=</span> <span class="number">1</span><span class="special">.</span><span class="number">0</span><span class="special">,</span> <span class="identifier">value_type</span> <span class="special">=</span> <span class="number">1</span><span class="special">.</span><span class="number">0</span><span class="special">,</span>
<span class="identifier">time_type</span> <span class="special">=</span> <span class="keyword">static_cast</span><span class="special"><</span> <span class="identifier">time_type</span> <span class="special">></span><span class="special">(</span><span class="number">0</span><span class="special">)</span><span class="special">,</span>
<span class="keyword">bool</span> <span class="special">=</span> <span class="keyword">false</span><span class="special">)</span><span class="special">;</span>
<span class="comment">// <a class="link" href="bulirsch_stoer_dense_out.html#idm45543037318560-bb">public member functions</a></span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> System<span class="special">,</span> <span class="keyword">typename</span> StateIn<span class="special">,</span> <span class="keyword">typename</span> DerivIn<span class="special">,</span>
<span class="keyword">typename</span> StateOut<span class="special">,</span> <span class="keyword">typename</span> DerivOut<span class="special">></span>
<span class="identifier">controlled_step_result</span>
<a class="link" href="bulirsch_stoer_dense_out.html#idm45543037318000-bb"><span class="identifier">try_step</span></a><span class="special">(</span><span class="identifier">System</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">StateIn</span> <span class="special">&</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">DerivIn</span> <span class="special">&</span><span class="special">,</span> <span class="identifier">time_type</span> <span class="special">&</span><span class="special">,</span>
<span class="identifier">StateOut</span> <span class="special">&</span><span class="special">,</span> <span class="identifier">DerivOut</span> <span class="special">&</span><span class="special">,</span> <span class="identifier">time_type</span> <span class="special">&</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> StateType<span class="special">></span>
<span class="keyword">void</span> <a class="link" href="bulirsch_stoer_dense_out.html#idm45543037304512-bb"><span class="identifier">initialize</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">StateType</span> <span class="special">&</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">time_type</span> <span class="special">&</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">time_type</span> <span class="special">&</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> System<span class="special">></span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special"><</span> <span class="identifier">time_type</span><span class="special">,</span> <span class="identifier">time_type</span> <span class="special">></span> <a class="link" href="bulirsch_stoer_dense_out.html#idm45543037298784-bb"><span class="identifier">do_step</span></a><span class="special">(</span><span class="identifier">System</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> StateOut<span class="special">></span> <span class="keyword">void</span> <a class="link" href="bulirsch_stoer_dense_out.html#idm45543037293792-bb"><span class="identifier">calc_state</span></a><span class="special">(</span><span class="identifier">time_type</span><span class="special">,</span> <span class="identifier">StateOut</span> <span class="special">&</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="keyword">const</span> <span class="identifier">state_type</span> <span class="special">&</span> <a class="link" href="bulirsch_stoer_dense_out.html#idm45543037288752-bb"><span class="identifier">current_state</span></a><span class="special">(</span><span class="keyword">void</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="identifier">time_type</span> <a class="link" href="bulirsch_stoer_dense_out.html#idm45543037285600-bb"><span class="identifier">current_time</span></a><span class="special">(</span><span class="keyword">void</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="keyword">const</span> <span class="identifier">state_type</span> <span class="special">&</span> <a class="link" href="bulirsch_stoer_dense_out.html#idm45543037282464-bb"><span class="identifier">previous_state</span></a><span class="special">(</span><span class="keyword">void</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="identifier">time_type</span> <a class="link" href="bulirsch_stoer_dense_out.html#idm45543037279312-bb"><span class="identifier">previous_time</span></a><span class="special">(</span><span class="keyword">void</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="identifier">time_type</span> <a class="link" href="bulirsch_stoer_dense_out.html#idm45543037276192-bb"><span class="identifier">current_time_step</span></a><span class="special">(</span><span class="keyword">void</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="keyword">void</span> <a class="link" href="bulirsch_stoer_dense_out.html#idm45543037273088-bb"><span class="identifier">reset</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> StateIn<span class="special">></span> <span class="keyword">void</span> <a class="link" href="bulirsch_stoer_dense_out.html#idm45543037271920-bb"><span class="identifier">adjust_size</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">StateIn</span> <span class="special">&</span><span class="special">)</span><span class="special">;</span>
<span class="comment">// <a class="link" href="bulirsch_stoer_dense_out.html#idm45543037258304-bb">private member functions</a></span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> StateInOut<span class="special">,</span> <span class="keyword">typename</span> StateVector<span class="special">></span>
<span class="keyword">void</span> <a class="link" href="bulirsch_stoer_dense_out.html#idm45543037257728-bb"><span class="identifier">extrapolate</span></a><span class="special">(</span><span class="identifier">size_t</span><span class="special">,</span> <span class="identifier">StateVector</span> <span class="special">&</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">value_matrix</span> <span class="special">&</span><span class="special">,</span>
<span class="identifier">StateInOut</span> <span class="special">&</span><span class="special">,</span> <span class="identifier">size_t</span> <span class="special">=</span> <span class="number">0</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> StateVector<span class="special">></span>
<span class="keyword">void</span> <a class="link" href="bulirsch_stoer_dense_out.html#idm45543037251744-bb"><span class="identifier">extrapolate_dense_out</span></a><span class="special">(</span><span class="identifier">size_t</span><span class="special">,</span> <span class="identifier">StateVector</span> <span class="special">&</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">value_matrix</span> <span class="special">&</span><span class="special">,</span>
<span class="identifier">size_t</span> <span class="special">=</span> <span class="number">0</span><span class="special">)</span><span class="special">;</span>
<span class="identifier">time_type</span> <a class="link" href="bulirsch_stoer_dense_out.html#idm45543037247008-bb"><span class="identifier">calc_h_opt</span></a><span class="special">(</span><span class="identifier">time_type</span><span class="special">,</span> <span class="identifier">value_type</span><span class="special">,</span> <span class="identifier">size_t</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="keyword">bool</span> <a class="link" href="bulirsch_stoer_dense_out.html#idm45543037243824-bb"><span class="identifier">in_convergence_window</span></a><span class="special">(</span><span class="identifier">size_t</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="keyword">bool</span> <a class="link" href="bulirsch_stoer_dense_out.html#idm45543037242016-bb"><span class="identifier">should_reject</span></a><span class="special">(</span><span class="identifier">value_type</span><span class="special">,</span> <span class="identifier">size_t</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> StateIn1<span class="special">,</span> <span class="keyword">typename</span> DerivIn1<span class="special">,</span> <span class="keyword">typename</span> StateIn2<span class="special">,</span>
<span class="keyword">typename</span> DerivIn2<span class="special">></span>
<span class="identifier">value_type</span> <a class="link" href="bulirsch_stoer_dense_out.html#idm45543037239520-bb"><span class="identifier">prepare_dense_output</span></a><span class="special">(</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">StateIn1</span> <span class="special">&</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">DerivIn1</span> <span class="special">&</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">StateIn2</span> <span class="special">&</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">DerivIn2</span> <span class="special">&</span><span class="special">,</span>
<span class="identifier">time_type</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> DerivIn<span class="special">></span>
<span class="keyword">void</span> <a class="link" href="bulirsch_stoer_dense_out.html#idm45543037232016-bb"><span class="identifier">calculate_finite_difference</span></a><span class="special">(</span><span class="identifier">size_t</span><span class="special">,</span> <span class="identifier">size_t</span><span class="special">,</span> <span class="identifier">value_type</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">DerivIn</span> <span class="special">&</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> StateOut<span class="special">></span>
<span class="keyword">void</span> <a class="link" href="bulirsch_stoer_dense_out.html#idm45543037227552-bb"><span class="identifier">do_interpolation</span></a><span class="special">(</span><span class="identifier">time_type</span><span class="special">,</span> <span class="identifier">StateOut</span> <span class="special">&</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> StateIn<span class="special">></span> <span class="keyword">bool</span> <a class="link" href="bulirsch_stoer_dense_out.html#idm45543037224208-bb"><span class="identifier">resize_impl</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">StateIn</span> <span class="special">&</span><span class="special">)</span><span class="special">;</span>
<span class="identifier">state_type</span> <span class="special">&</span> <a class="link" href="bulirsch_stoer_dense_out.html#idm45543037221824-bb"><span class="identifier">get_current_state</span></a><span class="special">(</span><span class="keyword">void</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">const</span> <span class="identifier">state_type</span> <span class="special">&</span> <a class="link" href="bulirsch_stoer_dense_out.html#idm45543037220288-bb"><span class="identifier">get_current_state</span></a><span class="special">(</span><span class="keyword">void</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="identifier">state_type</span> <span class="special">&</span> <a class="link" href="bulirsch_stoer_dense_out.html#idm45543037218480-bb"><span class="identifier">get_old_state</span></a><span class="special">(</span><span class="keyword">void</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">const</span> <span class="identifier">state_type</span> <span class="special">&</span> <a class="link" href="bulirsch_stoer_dense_out.html#idm45543037216944-bb"><span class="identifier">get_old_state</span></a><span class="special">(</span><span class="keyword">void</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="identifier">deriv_type</span> <span class="special">&</span> <a class="link" href="bulirsch_stoer_dense_out.html#idm45543037215136-bb"><span class="identifier">get_current_deriv</span></a><span class="special">(</span><span class="keyword">void</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">const</span> <span class="identifier">deriv_type</span> <span class="special">&</span> <a class="link" href="bulirsch_stoer_dense_out.html#idm45543037213600-bb"><span class="identifier">get_current_deriv</span></a><span class="special">(</span><span class="keyword">void</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="identifier">deriv_type</span> <span class="special">&</span> <a class="link" href="bulirsch_stoer_dense_out.html#idm45543037211792-bb"><span class="identifier">get_old_deriv</span></a><span class="special">(</span><span class="keyword">void</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">const</span> <span class="identifier">deriv_type</span> <span class="special">&</span> <a class="link" href="bulirsch_stoer_dense_out.html#idm45543037210256-bb"><span class="identifier">get_old_deriv</span></a><span class="special">(</span><span class="keyword">void</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="keyword">void</span> <a class="link" href="bulirsch_stoer_dense_out.html#idm45543037208448-bb"><span class="identifier">toggle_current_state</span></a><span class="special">(</span><span class="keyword">void</span><span class="special">)</span><span class="special">;</span>
<span class="comment">// public data members</span>
<span class="keyword">static</span> <span class="keyword">const</span> <span class="identifier">size_t</span> <span class="identifier">m_k_max</span><span class="special">;</span>
<span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
<a name="idm45603640523168"></a><h2>Description</h2>
<p>The Bulirsch-Stoer is a controlled stepper that adjusts both step size and order of the method. The algorithm uses the modified midpoint and a polynomial extrapolation compute the solution. This class also provides dense output facility.</p>
<p>
</p>
<div class="refsect2">
<a name="idm45603640521984"></a><h3>Template Parameters</h3>
<div class="orderedlist"><ol class="orderedlist" type="1">
<li class="listitem">
<pre class="literallayout"><span class="keyword">typename</span> State</pre>
<p>The state type. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">typename</span> Value <span class="special">=</span> <span class="keyword">double</span></pre>
<p>The value type. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">typename</span> Deriv <span class="special">=</span> <span class="identifier">State</span></pre>
<p>The type representing the time derivative of the state. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">typename</span> Time <span class="special">=</span> <span class="identifier">Value</span></pre>
<p>The time representing the independent variable - the time. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">typename</span> Algebra <span class="special">=</span> <span class="keyword">typename</span> <span class="identifier">algebra_dispatcher</span><span class="special"><</span> <span class="identifier">State</span> <span class="special">></span><span class="special">::</span><span class="identifier">algebra_type</span></pre>
<p>The algebra type. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">typename</span> Operations <span class="special">=</span> <span class="keyword">typename</span> <span class="identifier">operations_dispatcher</span><span class="special"><</span> <span class="identifier">State</span> <span class="special">></span><span class="special">::</span><span class="identifier">operations_type</span></pre>
<p>The operations type. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">typename</span> Resizer <span class="special">=</span> <span class="identifier">initially_resizer</span></pre>
<p>The resizer policy type. </p>
</li>
</ol></div>
</div>
<div class="refsect2">
<a name="idm45603640491616"></a><h3>
<a name="boost.numeric.odeint.bulirsch_stoer_dense_outconstruct-copy-destruct"></a><code class="computeroutput">bulirsch_stoer_dense_out</code>
public
construct/copy/destruct</h3>
<div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem">
<pre class="literallayout"><a name="idm45543037268144-bb"></a><span class="identifier">bulirsch_stoer_dense_out</span><span class="special">(</span><span class="identifier">value_type</span> eps_abs <span class="special">=</span> <span class="number">1E</span><span class="special">-</span><span class="number">6</span><span class="special">,</span> <span class="identifier">value_type</span> eps_rel <span class="special">=</span> <span class="number">1E</span><span class="special">-</span><span class="number">6</span><span class="special">,</span>
<span class="identifier">value_type</span> factor_x <span class="special">=</span> <span class="number">1</span><span class="special">.</span><span class="number">0</span><span class="special">,</span>
<span class="identifier">value_type</span> factor_dxdt <span class="special">=</span> <span class="number">1</span><span class="special">.</span><span class="number">0</span><span class="special">,</span>
<span class="identifier">time_type</span> max_dt <span class="special">=</span> <span class="keyword">static_cast</span><span class="special"><</span> <span class="identifier">time_type</span> <span class="special">></span><span class="special">(</span><span class="number">0</span><span class="special">)</span><span class="special">,</span>
<span class="keyword">bool</span> control_interpolation <span class="special">=</span> <span class="keyword">false</span><span class="special">)</span><span class="special">;</span></pre>Constructs the <code class="computeroutput"><a class="link" href="bulirsch_stoer.html" title="Class template bulirsch_stoer">bulirsch_stoer</a></code> class, including initialization of the error bounds. <p>
</p>
<div class="variablelist"><table border="0" class="variablelist compact">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody><tr>
<td><p><span class="term">Parameters:</span></p></td>
<td><div class="variablelist"><table border="0" class="variablelist compact">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><code class="computeroutput">control_interpolation</code></span></p></td>
<td><p>Set true to additionally control the error of the interpolation. </p></td>
</tr>
<tr>
<td><p><span class="term"><code class="computeroutput">eps_abs</code></span></p></td>
<td><p>Absolute tolerance level. </p></td>
</tr>
<tr>
<td><p><span class="term"><code class="computeroutput">eps_rel</code></span></p></td>
<td><p>Relative tolerance level. </p></td>
</tr>
<tr>
<td><p><span class="term"><code class="computeroutput">factor_dxdt</code></span></p></td>
<td><p>Factor for the weight of the derivative. </p></td>
</tr>
<tr>
<td><p><span class="term"><code class="computeroutput">factor_x</code></span></p></td>
<td><p>Factor for the weight of the state. </p></td>
</tr>
</tbody>
</table></div></td>
</tr></tbody>
</table></div>
</li></ol></div>
</div>
<div class="refsect2">
<a name="idm45603640453392"></a><h3>
<a name="idm45543037318560-bb"></a><code class="computeroutput">bulirsch_stoer_dense_out</code> public member functions</h3>
<div class="orderedlist"><ol class="orderedlist" type="1">
<li class="listitem">
<pre class="literallayout"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> System<span class="special">,</span> <span class="keyword">typename</span> StateIn<span class="special">,</span> <span class="keyword">typename</span> DerivIn<span class="special">,</span>
<span class="keyword">typename</span> StateOut<span class="special">,</span> <span class="keyword">typename</span> DerivOut<span class="special">></span>
<span class="identifier">controlled_step_result</span>
<a name="idm45543037318000-bb"></a><span class="identifier">try_step</span><span class="special">(</span><span class="identifier">System</span> system<span class="special">,</span> <span class="keyword">const</span> <span class="identifier">StateIn</span> <span class="special">&</span> in<span class="special">,</span> <span class="keyword">const</span> <span class="identifier">DerivIn</span> <span class="special">&</span> dxdt<span class="special">,</span>
<span class="identifier">time_type</span> <span class="special">&</span> t<span class="special">,</span> <span class="identifier">StateOut</span> <span class="special">&</span> out<span class="special">,</span> <span class="identifier">DerivOut</span> <span class="special">&</span> dxdt_new<span class="special">,</span>
<span class="identifier">time_type</span> <span class="special">&</span> dt<span class="special">)</span><span class="special">;</span></pre>Tries to perform one step. <p>This method tries to do one step with step size dt. If the error estimate is to large, the step is rejected and the method returns fail and the step size dt is reduced. If the error estimate is acceptably small, the step is performed, success is returned and dt might be increased to make the steps as large as possible. This method also updates t if a step is performed. Also, the internal order of the stepper is adjusted if required.</p>
<p>
</p>
<div class="variablelist"><table border="0" class="variablelist compact">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term">Parameters:</span></p></td>
<td><div class="variablelist"><table border="0" class="variablelist compact">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><code class="computeroutput">dt</code></span></p></td>
<td><p>The step size. Updated. </p></td>
</tr>
<tr>
<td><p><span class="term"><code class="computeroutput">dxdt</code></span></p></td>
<td><p>The derivative of state. </p></td>
</tr>
<tr>
<td><p><span class="term"><code class="computeroutput">in</code></span></p></td>
<td><p>The state of the ODE which should be solved. </p></td>
</tr>
<tr>
<td><p><span class="term"><code class="computeroutput">out</code></span></p></td>
<td><p>Used to store the result of the step. </p></td>
</tr>
<tr>
<td><p><span class="term"><code class="computeroutput">system</code></span></p></td>
<td><p>The system function to solve, hence the r.h.s. of the ODE. It must fulfill the Simple System concept. </p></td>
</tr>
<tr>
<td><p><span class="term"><code class="computeroutput">t</code></span></p></td>
<td><p>The value of the time. Updated if the step is successful. </p></td>
</tr>
</tbody>
</table></div></td>
</tr>
<tr>
<td><p><span class="term">Returns:</span></p></td>
<td><p>success if the step was accepted, fail otherwise. </p></td>
</tr>
</tbody>
</table></div>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> StateType<span class="special">></span>
<span class="keyword">void</span> <a name="idm45543037304512-bb"></a><span class="identifier">initialize</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">StateType</span> <span class="special">&</span> x0<span class="special">,</span> <span class="keyword">const</span> <span class="identifier">time_type</span> <span class="special">&</span> t0<span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">time_type</span> <span class="special">&</span> dt0<span class="special">)</span><span class="special">;</span></pre>Initializes the dense output stepper. <p>
</p>
<div class="variablelist"><table border="0" class="variablelist compact">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody><tr>
<td><p><span class="term">Parameters:</span></p></td>
<td><div class="variablelist"><table border="0" class="variablelist compact">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><code class="computeroutput">dt0</code></span></p></td>
<td><p>The initial time step. </p></td>
</tr>
<tr>
<td><p><span class="term"><code class="computeroutput">t0</code></span></p></td>
<td><p>The initial time. </p></td>
</tr>
<tr>
<td><p><span class="term"><code class="computeroutput">x0</code></span></p></td>
<td><p>The initial state. </p></td>
</tr>
</tbody>
</table></div></td>
</tr></tbody>
</table></div>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> System<span class="special">></span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special"><</span> <span class="identifier">time_type</span><span class="special">,</span> <span class="identifier">time_type</span> <span class="special">></span> <a name="idm45543037298784-bb"></a><span class="identifier">do_step</span><span class="special">(</span><span class="identifier">System</span> system<span class="special">)</span><span class="special">;</span></pre>Does one time step. This is the main method that should be used to integrate an ODE with this stepper. <div class="note"><table border="0" summary="Note">
<tr>
<td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../../../../doc/src/images/note.png"></td>
<th align="left">Note</th>
</tr>
<tr><td align="left" valign="top"><p>initialize has to be called before using this method to set the initial conditions x,t and the stepsize. </p></td></tr>
</table></div>
<p>
</p>
<div class="variablelist"><table border="0" class="variablelist compact">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term">Parameters:</span></p></td>
<td><div class="variablelist"><table border="0" class="variablelist compact">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody><tr>
<td><p><span class="term"><code class="computeroutput">system</code></span></p></td>
<td><p>The system function to solve, hence the r.h.s. of the ordinary differential equation. It must fulfill the Simple System concept. </p></td>
</tr></tbody>
</table></div></td>
</tr>
<tr>
<td><p><span class="term">Returns:</span></p></td>
<td><p>Pair with start and end time of the integration step. </p></td>
</tr>
</tbody>
</table></div>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> StateOut<span class="special">></span> <span class="keyword">void</span> <a name="idm45543037293792-bb"></a><span class="identifier">calc_state</span><span class="special">(</span><span class="identifier">time_type</span> t<span class="special">,</span> <span class="identifier">StateOut</span> <span class="special">&</span> x<span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>Calculates the solution at an intermediate point within the last step. <p>
</p>
<div class="variablelist"><table border="0" class="variablelist compact">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody><tr>
<td><p><span class="term">Parameters:</span></p></td>
<td><div class="variablelist"><table border="0" class="variablelist compact">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><code class="computeroutput">t</code></span></p></td>
<td><p>The time at which the solution should be calculated, has to be in the current time interval. </p></td>
</tr>
<tr>
<td><p><span class="term"><code class="computeroutput">x</code></span></p></td>
<td><p>The output variable where the result is written into. </p></td>
</tr>
</tbody>
</table></div></td>
</tr></tbody>
</table></div>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">const</span> <span class="identifier">state_type</span> <span class="special">&</span> <a name="idm45543037288752-bb"></a><span class="identifier">current_state</span><span class="special">(</span><span class="keyword">void</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>Returns the current state of the solution. <p>
</p>
<div class="variablelist"><table border="0" class="variablelist compact">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody><tr>
<td><p><span class="term">Returns:</span></p></td>
<td><p>The current state of the solution x(t). </p></td>
</tr></tbody>
</table></div>
</li>
<li class="listitem">
<pre class="literallayout"><span class="identifier">time_type</span> <a name="idm45543037285600-bb"></a><span class="identifier">current_time</span><span class="special">(</span><span class="keyword">void</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>Returns the current time of the solution. <p>
</p>
<div class="variablelist"><table border="0" class="variablelist compact">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody><tr>
<td><p><span class="term">Returns:</span></p></td>
<td><p>The current time of the solution t. </p></td>
</tr></tbody>
</table></div>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">const</span> <span class="identifier">state_type</span> <span class="special">&</span> <a name="idm45543037282464-bb"></a><span class="identifier">previous_state</span><span class="special">(</span><span class="keyword">void</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>Returns the last state of the solution. <p>
</p>
<div class="variablelist"><table border="0" class="variablelist compact">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody><tr>
<td><p><span class="term">Returns:</span></p></td>
<td><p>The last state of the solution x(t-dt). </p></td>
</tr></tbody>
</table></div>
</li>
<li class="listitem">
<pre class="literallayout"><span class="identifier">time_type</span> <a name="idm45543037279312-bb"></a><span class="identifier">previous_time</span><span class="special">(</span><span class="keyword">void</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>Returns the last time of the solution. <p>
</p>
<div class="variablelist"><table border="0" class="variablelist compact">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody><tr>
<td><p><span class="term">Returns:</span></p></td>
<td><p>The last time of the solution t-dt. </p></td>
</tr></tbody>
</table></div>
</li>
<li class="listitem">
<pre class="literallayout"><span class="identifier">time_type</span> <a name="idm45543037276192-bb"></a><span class="identifier">current_time_step</span><span class="special">(</span><span class="keyword">void</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>Returns the current step size. <p>
</p>
<div class="variablelist"><table border="0" class="variablelist compact">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody><tr>
<td><p><span class="term">Returns:</span></p></td>
<td><p>The current step size. </p></td>
</tr></tbody>
</table></div>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">void</span> <a name="idm45543037273088-bb"></a><span class="identifier">reset</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre>Resets the internal state of the stepper. </li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> StateIn<span class="special">></span> <span class="keyword">void</span> <a name="idm45543037271920-bb"></a><span class="identifier">adjust_size</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">StateIn</span> <span class="special">&</span> x<span class="special">)</span><span class="special">;</span></pre>Adjust the size of all temporaries in the stepper manually. <p>
</p>
<div class="variablelist"><table border="0" class="variablelist compact">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody><tr>
<td><p><span class="term">Parameters:</span></p></td>
<td><div class="variablelist"><table border="0" class="variablelist compact">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody><tr>
<td><p><span class="term"><code class="computeroutput">x</code></span></p></td>
<td><p>A state from which the size of the temporaries to be resized is deduced. </p></td>
</tr></tbody>
</table></div></td>
</tr></tbody>
</table></div>
</li>
</ol></div>
</div>
<div class="refsect2">
<a name="idm45603640304656"></a><h3>
<a name="idm45543037258304-bb"></a><code class="computeroutput">bulirsch_stoer_dense_out</code> private member functions</h3>
<div class="orderedlist"><ol class="orderedlist" type="1">
<li class="listitem"><pre class="literallayout"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> StateInOut<span class="special">,</span> <span class="keyword">typename</span> StateVector<span class="special">></span>
<span class="keyword">void</span> <a name="idm45543037257728-bb"></a><span class="identifier">extrapolate</span><span class="special">(</span><span class="identifier">size_t</span> k<span class="special">,</span> <span class="identifier">StateVector</span> <span class="special">&</span> table<span class="special">,</span> <span class="keyword">const</span> <span class="identifier">value_matrix</span> <span class="special">&</span> coeff<span class="special">,</span>
<span class="identifier">StateInOut</span> <span class="special">&</span> xest<span class="special">,</span> <span class="identifier">size_t</span> order_start_index <span class="special">=</span> <span class="number">0</span><span class="special">)</span><span class="special">;</span></pre></li>
<li class="listitem"><pre class="literallayout"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> StateVector<span class="special">></span>
<span class="keyword">void</span> <a name="idm45543037251744-bb"></a><span class="identifier">extrapolate_dense_out</span><span class="special">(</span><span class="identifier">size_t</span> k<span class="special">,</span> <span class="identifier">StateVector</span> <span class="special">&</span> table<span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">value_matrix</span> <span class="special">&</span> coeff<span class="special">,</span>
<span class="identifier">size_t</span> order_start_index <span class="special">=</span> <span class="number">0</span><span class="special">)</span><span class="special">;</span></pre></li>
<li class="listitem"><pre class="literallayout"><span class="identifier">time_type</span> <a name="idm45543037247008-bb"></a><span class="identifier">calc_h_opt</span><span class="special">(</span><span class="identifier">time_type</span> h<span class="special">,</span> <span class="identifier">value_type</span> error<span class="special">,</span> <span class="identifier">size_t</span> k<span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li>
<li class="listitem"><pre class="literallayout"><span class="keyword">bool</span> <a name="idm45543037243824-bb"></a><span class="identifier">in_convergence_window</span><span class="special">(</span><span class="identifier">size_t</span> k<span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li>
<li class="listitem"><pre class="literallayout"><span class="keyword">bool</span> <a name="idm45543037242016-bb"></a><span class="identifier">should_reject</span><span class="special">(</span><span class="identifier">value_type</span> error<span class="special">,</span> <span class="identifier">size_t</span> k<span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li>
<li class="listitem"><pre class="literallayout"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> StateIn1<span class="special">,</span> <span class="keyword">typename</span> DerivIn1<span class="special">,</span> <span class="keyword">typename</span> StateIn2<span class="special">,</span>
<span class="keyword">typename</span> DerivIn2<span class="special">></span>
<span class="identifier">value_type</span> <a name="idm45543037239520-bb"></a><span class="identifier">prepare_dense_output</span><span class="special">(</span><span class="keyword">int</span> k<span class="special">,</span> <span class="keyword">const</span> <span class="identifier">StateIn1</span> <span class="special">&</span> x_start<span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">DerivIn1</span> <span class="special">&</span> dxdt_start<span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">StateIn2</span> <span class="special">&</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">DerivIn2</span> <span class="special">&</span><span class="special">,</span>
<span class="identifier">time_type</span> dt<span class="special">)</span><span class="special">;</span></pre></li>
<li class="listitem"><pre class="literallayout"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> DerivIn<span class="special">></span>
<span class="keyword">void</span> <a name="idm45543037232016-bb"></a><span class="identifier">calculate_finite_difference</span><span class="special">(</span><span class="identifier">size_t</span> j<span class="special">,</span> <span class="identifier">size_t</span> kappa<span class="special">,</span> <span class="identifier">value_type</span> fac<span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">DerivIn</span> <span class="special">&</span> dxdt<span class="special">)</span><span class="special">;</span></pre></li>
<li class="listitem"><pre class="literallayout"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> StateOut<span class="special">></span>
<span class="keyword">void</span> <a name="idm45543037227552-bb"></a><span class="identifier">do_interpolation</span><span class="special">(</span><span class="identifier">time_type</span> t<span class="special">,</span> <span class="identifier">StateOut</span> <span class="special">&</span> out<span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li>
<li class="listitem"><pre class="literallayout"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> StateIn<span class="special">></span> <span class="keyword">bool</span> <a name="idm45543037224208-bb"></a><span class="identifier">resize_impl</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">StateIn</span> <span class="special">&</span> x<span class="special">)</span><span class="special">;</span></pre></li>
<li class="listitem"><pre class="literallayout"><span class="identifier">state_type</span> <span class="special">&</span> <a name="idm45543037221824-bb"></a><span class="identifier">get_current_state</span><span class="special">(</span><span class="keyword">void</span><span class="special">)</span><span class="special">;</span></pre></li>
<li class="listitem"><pre class="literallayout"><span class="keyword">const</span> <span class="identifier">state_type</span> <span class="special">&</span> <a name="idm45543037220288-bb"></a><span class="identifier">get_current_state</span><span class="special">(</span><span class="keyword">void</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li>
<li class="listitem"><pre class="literallayout"><span class="identifier">state_type</span> <span class="special">&</span> <a name="idm45543037218480-bb"></a><span class="identifier">get_old_state</span><span class="special">(</span><span class="keyword">void</span><span class="special">)</span><span class="special">;</span></pre></li>
<li class="listitem"><pre class="literallayout"><span class="keyword">const</span> <span class="identifier">state_type</span> <span class="special">&</span> <a name="idm45543037216944-bb"></a><span class="identifier">get_old_state</span><span class="special">(</span><span class="keyword">void</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li>
<li class="listitem"><pre class="literallayout"><span class="identifier">deriv_type</span> <span class="special">&</span> <a name="idm45543037215136-bb"></a><span class="identifier">get_current_deriv</span><span class="special">(</span><span class="keyword">void</span><span class="special">)</span><span class="special">;</span></pre></li>
<li class="listitem"><pre class="literallayout"><span class="keyword">const</span> <span class="identifier">deriv_type</span> <span class="special">&</span> <a name="idm45543037213600-bb"></a><span class="identifier">get_current_deriv</span><span class="special">(</span><span class="keyword">void</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li>
<li class="listitem"><pre class="literallayout"><span class="identifier">deriv_type</span> <span class="special">&</span> <a name="idm45543037211792-bb"></a><span class="identifier">get_old_deriv</span><span class="special">(</span><span class="keyword">void</span><span class="special">)</span><span class="special">;</span></pre></li>
<li class="listitem"><pre class="literallayout"><span class="keyword">const</span> <span class="identifier">deriv_type</span> <span class="special">&</span> <a name="idm45543037210256-bb"></a><span class="identifier">get_old_deriv</span><span class="special">(</span><span class="keyword">void</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li>
<li class="listitem"><pre class="literallayout"><span class="keyword">void</span> <a name="idm45543037208448-bb"></a><span class="identifier">toggle_current_state</span><span class="special">(</span><span class="keyword">void</span><span class="special">)</span><span class="special">;</span></pre></li>
</ol></div>
</div>
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2009-2015 Karsten Ahnert and Mario Mulansky<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="../../../header/boost/numeric/odeint/stepper/bulirsch_stoer_dense_out_hpp.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../header/boost/numeric/odeint/stepper/bulirsch_stoer_dense_out_hpp.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../../../header/boost/numeric/odeint/stepper/controlled_adams_bashforth_moulton_hpp.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
documentation/esapi4php-core-1.0a-html/functions_0x6c.html
|
convisoappsec/swingset-php
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>ESAPI for PHP Core: Data Fields</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.1 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="main.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>Data Structures</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li class="current"><a href="functions.html"><span>Data Fields</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li class="current"><a href="functions.html"><span>All</span></a></li>
<li><a href="functions_func.html"><span>Functions</span></a></li>
<li><a href="functions_vars.html"><span>Variables</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="functions.html#index_$"><span>$</span></a></li>
<li><a href="functions_0x5f.html#index__"><span>_</span></a></li>
<li><a href="functions_0x61.html#index_a"><span>a</span></a></li>
<li><a href="functions_0x63.html#index_c"><span>c</span></a></li>
<li><a href="functions_0x64.html#index_d"><span>d</span></a></li>
<li><a href="functions_0x65.html#index_e"><span>e</span></a></li>
<li><a href="functions_0x66.html#index_f"><span>f</span></a></li>
<li><a href="functions_0x67.html#index_g"><span>g</span></a></li>
<li><a href="functions_0x68.html#index_h"><span>h</span></a></li>
<li><a href="functions_0x69.html#index_i"><span>i</span></a></li>
<li><a href="functions_0x6b.html#index_k"><span>k</span></a></li>
<li class="current"><a href="functions_0x6c.html#index_l"><span>l</span></a></li>
<li><a href="functions_0x6e.html#index_n"><span>n</span></a></li>
<li><a href="functions_0x72.html#index_r"><span>r</span></a></li>
<li><a href="functions_0x73.html#index_s"><span>s</span></a></li>
<li><a href="functions_0x74.html#index_t"><span>t</span></a></li>
<li><a href="functions_0x75.html#index_u"><span>u</span></a></li>
<li><a href="functions_0x76.html#index_v"><span>v</span></a></li>
<li><a href="functions_0x77.html#index_w"><span>w</span></a></li>
</ul>
</div>
</div>
<div class="contents">
Here is a list of all documented struct and union fields with links to the struct/union documentation for each field:
<h3><a class="anchor" id="index_l">- l -</a></h3><ul>
<li>load()
: <a class="el" href="interface_encrypted_properties.html#a73c9870b1d7d0f8e4355710fea26b72a">EncryptedProperties</a>
, <a class="el" href="class_default_encrypted_properties.html#a73c9870b1d7d0f8e4355710fea26b72a">DefaultEncryptedProperties</a>
</li>
<li>lock()
: <a class="el" href="class_default_user.html#a0bdd8976d36e7d04dc19d04ec064c8c0">DefaultUser</a>
</li>
<li>log()
: <a class="el" href="class_e_s_a_p_i.html#a70a626b5aaad52cef507d5624ffc22cb">ESAPI</a>
</li>
<li>logHTTPRequest()
: <a class="el" href="interface_h_t_t_p_utilities.html#ae3c1b71f4e6a6e9f2edf15039f89b126">HTTPUtilities</a>
, <a class="el" href="class_default_h_t_t_p_utilities.html#ae3c1b71f4e6a6e9f2edf15039f89b126">DefaultHTTPUtilities</a>
</li>
<li>login()
: <a class="el" href="class_file_based_authenticator.html#a726f8f7dc66f0d6bc60b97e92322d799">FileBasedAuthenticator</a>
, <a class="el" href="interface_authenticator.html#a726f8f7dc66f0d6bc60b97e92322d799">Authenticator</a>
</li>
<li>loginWithPassword()
: <a class="el" href="class_default_user.html#a03470476469e8153ff14b8eba51724fc">DefaultUser</a>
</li>
<li>logout()
: <a class="el" href="class_file_based_authenticator.html#a082405d89acd6835c3a7c7a08a7adbab">FileBasedAuthenticator</a>
, <a class="el" href="class_default_user.html#a082405d89acd6835c3a7c7a08a7adbab">DefaultUser</a>
, <a class="el" href="interface_authenticator.html#a082405d89acd6835c3a7c7a08a7adbab">Authenticator</a>
</li>
</ul>
</div>
<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Nov 18 15:13:37 2009 for ESAPI for PHP Core by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body>
</html>
|
docs/structcutlass_1_1gemm_1_1device_1_1DefaultGemmConfiguration_3_01arch_1_1OpClassTensorOp_00_01arc7291f9c01fb5d713dd4b081092756e21.html
|
NVIDIA/cutlass
|
<!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.11"/>
<title>CUTLASS: 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="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
</script><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="cutlass-logo-small.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">CUTLASS
</div>
<div id="projectbrief">CUDA Templates for Linear Algebra Subroutines and Solvers</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="modules.html"><span>Modules</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>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacecutlass.html">cutlass</a></li><li class="navelem"><a class="el" href="namespacecutlass_1_1gemm.html">gemm</a></li><li class="navelem"><a class="el" href="namespacecutlass_1_1gemm_1_1device.html">device</a></li><li class="navelem"><a class="el" href="structcutlass_1_1gemm_1_1device_1_1DefaultGemmConfiguration_3_01arch_1_1OpClassTensorOp_00_01arc8e2604a56dff3a7595da9ee0604ae55e.html">DefaultGemmConfiguration< arch::OpClassTensorOp, arch::Sm75, int4b_t, uint4b_t, ElementC, int32_t ></a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">cutlass::gemm::device::DefaultGemmConfiguration< arch::OpClassTensorOp, arch::Sm75, int4b_t, uint4b_t, ElementC, int32_t > Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="structcutlass_1_1gemm_1_1device_1_1DefaultGemmConfiguration_3_01arch_1_1OpClassTensorOp_00_01arc8e2604a56dff3a7595da9ee0604ae55e.html">cutlass::gemm::device::DefaultGemmConfiguration< arch::OpClassTensorOp, arch::Sm75, int4b_t, uint4b_t, ElementC, int32_t ></a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="structcutlass_1_1gemm_1_1device_1_1DefaultGemmConfiguration_3_01arch_1_1OpClassTensorOp_00_01arc8e2604a56dff3a7595da9ee0604ae55e.html#a2bdcad5fb78d4920309f2eb0acf8cda4">EpilogueOutputOp</a> typedef</td><td class="entry"><a class="el" href="structcutlass_1_1gemm_1_1device_1_1DefaultGemmConfiguration_3_01arch_1_1OpClassTensorOp_00_01arc8e2604a56dff3a7595da9ee0604ae55e.html">cutlass::gemm::device::DefaultGemmConfiguration< arch::OpClassTensorOp, arch::Sm75, int4b_t, uint4b_t, ElementC, int32_t ></a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="structcutlass_1_1gemm_1_1device_1_1DefaultGemmConfiguration_3_01arch_1_1OpClassTensorOp_00_01arc8e2604a56dff3a7595da9ee0604ae55e.html#a656bedbde76370f3ccead9eb39899373">InstructionShape</a> typedef</td><td class="entry"><a class="el" href="structcutlass_1_1gemm_1_1device_1_1DefaultGemmConfiguration_3_01arch_1_1OpClassTensorOp_00_01arc8e2604a56dff3a7595da9ee0604ae55e.html">cutlass::gemm::device::DefaultGemmConfiguration< arch::OpClassTensorOp, arch::Sm75, int4b_t, uint4b_t, ElementC, int32_t ></a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="structcutlass_1_1gemm_1_1device_1_1DefaultGemmConfiguration_3_01arch_1_1OpClassTensorOp_00_01arc8e2604a56dff3a7595da9ee0604ae55e.html#ad3c7885d5d5d68f86791ae020c2eeb34">kAlignmentA</a></td><td class="entry"><a class="el" href="structcutlass_1_1gemm_1_1device_1_1DefaultGemmConfiguration_3_01arch_1_1OpClassTensorOp_00_01arc8e2604a56dff3a7595da9ee0604ae55e.html">cutlass::gemm::device::DefaultGemmConfiguration< arch::OpClassTensorOp, arch::Sm75, int4b_t, uint4b_t, ElementC, int32_t ></a></td><td class="entry"><span class="mlabel">static</span></td></tr>
<tr><td class="entry"><a class="el" href="structcutlass_1_1gemm_1_1device_1_1DefaultGemmConfiguration_3_01arch_1_1OpClassTensorOp_00_01arc8e2604a56dff3a7595da9ee0604ae55e.html#a0142242cdec713b072b43a5b0e20a033">kAlignmentB</a></td><td class="entry"><a class="el" href="structcutlass_1_1gemm_1_1device_1_1DefaultGemmConfiguration_3_01arch_1_1OpClassTensorOp_00_01arc8e2604a56dff3a7595da9ee0604ae55e.html">cutlass::gemm::device::DefaultGemmConfiguration< arch::OpClassTensorOp, arch::Sm75, int4b_t, uint4b_t, ElementC, int32_t ></a></td><td class="entry"><span class="mlabel">static</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="structcutlass_1_1gemm_1_1device_1_1DefaultGemmConfiguration_3_01arch_1_1OpClassTensorOp_00_01arc8e2604a56dff3a7595da9ee0604ae55e.html#a0792c0d1d0c2b68348cb1a5c6f8c2ff5">kStages</a></td><td class="entry"><a class="el" href="structcutlass_1_1gemm_1_1device_1_1DefaultGemmConfiguration_3_01arch_1_1OpClassTensorOp_00_01arc8e2604a56dff3a7595da9ee0604ae55e.html">cutlass::gemm::device::DefaultGemmConfiguration< arch::OpClassTensorOp, arch::Sm75, int4b_t, uint4b_t, ElementC, int32_t ></a></td><td class="entry"><span class="mlabel">static</span></td></tr>
<tr><td class="entry"><a class="el" href="structcutlass_1_1gemm_1_1device_1_1DefaultGemmConfiguration_3_01arch_1_1OpClassTensorOp_00_01arc8e2604a56dff3a7595da9ee0604ae55e.html#a2484d95e3ce36c73af17038a0933c6c5">Operator</a> typedef</td><td class="entry"><a class="el" href="structcutlass_1_1gemm_1_1device_1_1DefaultGemmConfiguration_3_01arch_1_1OpClassTensorOp_00_01arc8e2604a56dff3a7595da9ee0604ae55e.html">cutlass::gemm::device::DefaultGemmConfiguration< arch::OpClassTensorOp, arch::Sm75, int4b_t, uint4b_t, ElementC, int32_t ></a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="structcutlass_1_1gemm_1_1device_1_1DefaultGemmConfiguration_3_01arch_1_1OpClassTensorOp_00_01arc8e2604a56dff3a7595da9ee0604ae55e.html#af11e9c28425c136d2809af1e8b638e47">ThreadblockShape</a> typedef</td><td class="entry"><a class="el" href="structcutlass_1_1gemm_1_1device_1_1DefaultGemmConfiguration_3_01arch_1_1OpClassTensorOp_00_01arc8e2604a56dff3a7595da9ee0604ae55e.html">cutlass::gemm::device::DefaultGemmConfiguration< arch::OpClassTensorOp, arch::Sm75, int4b_t, uint4b_t, ElementC, int32_t ></a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="structcutlass_1_1gemm_1_1device_1_1DefaultGemmConfiguration_3_01arch_1_1OpClassTensorOp_00_01arc8e2604a56dff3a7595da9ee0604ae55e.html#a6b9f61d5e2260e8664d5ad239a68b0fc">WarpShape</a> typedef</td><td class="entry"><a class="el" href="structcutlass_1_1gemm_1_1device_1_1DefaultGemmConfiguration_3_01arch_1_1OpClassTensorOp_00_01arc8e2604a56dff3a7595da9ee0604ae55e.html">cutlass::gemm::device::DefaultGemmConfiguration< arch::OpClassTensorOp, arch::Sm75, int4b_t, uint4b_t, ElementC, int32_t ></a></td><td class="entry"></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>
</body>
</html>
|
benchmarks/build/docs/javadoc/grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html
|
ashishbende/Lab2
|
<!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 Sun Mar 22 12:12:00 PDT 2015 -->
<title>Qpstest.StreamingOutputCallRequest.Builder (grpc-benchmarks 0.1.0-SNAPSHOT API)</title>
<meta name="date" content="2015-03-22">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Qpstest.StreamingOutputCallRequest.Builder (grpc-benchmarks 0.1.0-SNAPSHOT API)";
}
}
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,"i14":9,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10};
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="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="../../grpc/testing/Qpstest.StreamingOutputCallRequest.html" title="class in grpc.testing"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequestOrBuilder.html" title="interface in grpc.testing"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../index.html?grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html" target="_top">Frames</a></li>
<li><a href="Qpstest.StreamingOutputCallRequest.Builder.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">grpc.testing</div>
<h2 title="Class Qpstest.StreamingOutputCallRequest.Builder" class="title">Class Qpstest.StreamingOutputCallRequest.Builder</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>com.google.protobuf.AbstractMessageLite.Builder<BuilderType></li>
<li>
<ul class="inheritance">
<li>com.google.protobuf.AbstractMessage.Builder<BuilderType></li>
<li>
<ul class="inheritance">
<li>com.google.protobuf.GeneratedMessage.Builder<<a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html" title="class in grpc.testing">Qpstest.StreamingOutputCallRequest.Builder</a>></li>
<li>
<ul class="inheritance">
<li>grpc.testing.Qpstest.StreamingOutputCallRequest.Builder</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd>com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, <a href="../../grpc/testing/Qpstest.StreamingOutputCallRequestOrBuilder.html" title="interface in grpc.testing">Qpstest.StreamingOutputCallRequestOrBuilder</a>, java.lang.Cloneable</dd>
</dl>
<dl>
<dt>Enclosing class:</dt>
<dd><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.html" title="class in grpc.testing">Qpstest.StreamingOutputCallRequest</a></dd>
</dl>
<hr>
<br>
<pre>public static final class <span class="typeNameLabel">Qpstest.StreamingOutputCallRequest.Builder</span>
extends com.google.protobuf.GeneratedMessage.Builder<<a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html" title="class in grpc.testing">Qpstest.StreamingOutputCallRequest.Builder</a>>
implements <a href="../../grpc/testing/Qpstest.StreamingOutputCallRequestOrBuilder.html" title="interface in grpc.testing">Qpstest.StreamingOutputCallRequestOrBuilder</a></pre>
<div class="block">Protobuf type <code>grpc.testing.StreamingOutputCallRequest</code></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="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></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><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html" title="class in grpc.testing">Qpstest.StreamingOutputCallRequest.Builder</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html#addAllResponseParameters-java.lang.Iterable-">addAllResponseParameters</a></span>(java.lang.Iterable<? extends <a href="../../grpc/testing/Qpstest.ResponseParameters.html" title="class in grpc.testing">Qpstest.ResponseParameters</a>> values)</code>
<div class="block"><code>repeated .grpc.testing.ResponseParameters response_parameters = 2;</code></div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html" title="class in grpc.testing">Qpstest.StreamingOutputCallRequest.Builder</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html#addResponseParameters-int-grpc.testing.Qpstest.ResponseParameters.Builder-">addResponseParameters</a></span>(int index,
<a href="../../grpc/testing/Qpstest.ResponseParameters.Builder.html" title="class in grpc.testing">Qpstest.ResponseParameters.Builder</a> builderForValue)</code>
<div class="block"><code>repeated .grpc.testing.ResponseParameters response_parameters = 2;</code></div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html" title="class in grpc.testing">Qpstest.StreamingOutputCallRequest.Builder</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html#addResponseParameters-int-grpc.testing.Qpstest.ResponseParameters-">addResponseParameters</a></span>(int index,
<a href="../../grpc/testing/Qpstest.ResponseParameters.html" title="class in grpc.testing">Qpstest.ResponseParameters</a> value)</code>
<div class="block"><code>repeated .grpc.testing.ResponseParameters response_parameters = 2;</code></div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html" title="class in grpc.testing">Qpstest.StreamingOutputCallRequest.Builder</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html#addResponseParameters-grpc.testing.Qpstest.ResponseParameters.Builder-">addResponseParameters</a></span>(<a href="../../grpc/testing/Qpstest.ResponseParameters.Builder.html" title="class in grpc.testing">Qpstest.ResponseParameters.Builder</a> builderForValue)</code>
<div class="block"><code>repeated .grpc.testing.ResponseParameters response_parameters = 2;</code></div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html" title="class in grpc.testing">Qpstest.StreamingOutputCallRequest.Builder</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html#addResponseParameters-grpc.testing.Qpstest.ResponseParameters-">addResponseParameters</a></span>(<a href="../../grpc/testing/Qpstest.ResponseParameters.html" title="class in grpc.testing">Qpstest.ResponseParameters</a> value)</code>
<div class="block"><code>repeated .grpc.testing.ResponseParameters response_parameters = 2;</code></div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code><a href="../../grpc/testing/Qpstest.ResponseParameters.Builder.html" title="class in grpc.testing">Qpstest.ResponseParameters.Builder</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html#addResponseParametersBuilder--">addResponseParametersBuilder</a></span>()</code>
<div class="block"><code>repeated .grpc.testing.ResponseParameters response_parameters = 2;</code></div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code><a href="../../grpc/testing/Qpstest.ResponseParameters.Builder.html" title="class in grpc.testing">Qpstest.ResponseParameters.Builder</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html#addResponseParametersBuilder-int-">addResponseParametersBuilder</a></span>(int index)</code>
<div class="block"><code>repeated .grpc.testing.ResponseParameters response_parameters = 2;</code></div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.html" title="class in grpc.testing">Qpstest.StreamingOutputCallRequest</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html#build--">build</a></span>()</code> </td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.html" title="class in grpc.testing">Qpstest.StreamingOutputCallRequest</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html#buildPartial--">buildPartial</a></span>()</code> </td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html" title="class in grpc.testing">Qpstest.StreamingOutputCallRequest.Builder</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html#clear--">clear</a></span>()</code> </td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html" title="class in grpc.testing">Qpstest.StreamingOutputCallRequest.Builder</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html#clearPayload--">clearPayload</a></span>()</code>
<div class="block"><code>optional .grpc.testing.Payload payload = 3;</code></div>
</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html" title="class in grpc.testing">Qpstest.StreamingOutputCallRequest.Builder</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html#clearResponseParameters--">clearResponseParameters</a></span>()</code>
<div class="block"><code>repeated .grpc.testing.ResponseParameters response_parameters = 2;</code></div>
</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html" title="class in grpc.testing">Qpstest.StreamingOutputCallRequest.Builder</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html#clearResponseType--">clearResponseType</a></span>()</code>
<div class="block"><code>optional .grpc.testing.PayloadType response_type = 1 [default = COMPRESSABLE];</code></div>
</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.html" title="class in grpc.testing">Qpstest.StreamingOutputCallRequest</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html#getDefaultInstanceForType--">getDefaultInstanceForType</a></span>()</code> </td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code>static com.google.protobuf.Descriptors.Descriptor</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html#getDescriptor--">getDescriptor</a></span>()</code> </td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code>com.google.protobuf.Descriptors.Descriptor</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html#getDescriptorForType--">getDescriptorForType</a></span>()</code> </td>
</tr>
<tr id="i16" class="altColor">
<td class="colFirst"><code><a href="../../grpc/testing/Qpstest.Payload.html" title="class in grpc.testing">Qpstest.Payload</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html#getPayload--">getPayload</a></span>()</code>
<div class="block"><code>optional .grpc.testing.Payload payload = 3;</code></div>
</td>
</tr>
<tr id="i17" class="rowColor">
<td class="colFirst"><code><a href="../../grpc/testing/Qpstest.Payload.Builder.html" title="class in grpc.testing">Qpstest.Payload.Builder</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html#getPayloadBuilder--">getPayloadBuilder</a></span>()</code>
<div class="block"><code>optional .grpc.testing.Payload payload = 3;</code></div>
</td>
</tr>
<tr id="i18" class="altColor">
<td class="colFirst"><code><a href="../../grpc/testing/Qpstest.PayloadOrBuilder.html" title="interface in grpc.testing">Qpstest.PayloadOrBuilder</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html#getPayloadOrBuilder--">getPayloadOrBuilder</a></span>()</code>
<div class="block"><code>optional .grpc.testing.Payload payload = 3;</code></div>
</td>
</tr>
<tr id="i19" class="rowColor">
<td class="colFirst"><code><a href="../../grpc/testing/Qpstest.ResponseParameters.html" title="class in grpc.testing">Qpstest.ResponseParameters</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html#getResponseParameters-int-">getResponseParameters</a></span>(int index)</code>
<div class="block"><code>repeated .grpc.testing.ResponseParameters response_parameters = 2;</code></div>
</td>
</tr>
<tr id="i20" class="altColor">
<td class="colFirst"><code><a href="../../grpc/testing/Qpstest.ResponseParameters.Builder.html" title="class in grpc.testing">Qpstest.ResponseParameters.Builder</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html#getResponseParametersBuilder-int-">getResponseParametersBuilder</a></span>(int index)</code>
<div class="block"><code>repeated .grpc.testing.ResponseParameters response_parameters = 2;</code></div>
</td>
</tr>
<tr id="i21" class="rowColor">
<td class="colFirst"><code>java.util.List<<a href="../../grpc/testing/Qpstest.ResponseParameters.Builder.html" title="class in grpc.testing">Qpstest.ResponseParameters.Builder</a>></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html#getResponseParametersBuilderList--">getResponseParametersBuilderList</a></span>()</code>
<div class="block"><code>repeated .grpc.testing.ResponseParameters response_parameters = 2;</code></div>
</td>
</tr>
<tr id="i22" class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html#getResponseParametersCount--">getResponseParametersCount</a></span>()</code>
<div class="block"><code>repeated .grpc.testing.ResponseParameters response_parameters = 2;</code></div>
</td>
</tr>
<tr id="i23" class="rowColor">
<td class="colFirst"><code>java.util.List<<a href="../../grpc/testing/Qpstest.ResponseParameters.html" title="class in grpc.testing">Qpstest.ResponseParameters</a>></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html#getResponseParametersList--">getResponseParametersList</a></span>()</code>
<div class="block"><code>repeated .grpc.testing.ResponseParameters response_parameters = 2;</code></div>
</td>
</tr>
<tr id="i24" class="altColor">
<td class="colFirst"><code><a href="../../grpc/testing/Qpstest.ResponseParametersOrBuilder.html" title="interface in grpc.testing">Qpstest.ResponseParametersOrBuilder</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html#getResponseParametersOrBuilder-int-">getResponseParametersOrBuilder</a></span>(int index)</code>
<div class="block"><code>repeated .grpc.testing.ResponseParameters response_parameters = 2;</code></div>
</td>
</tr>
<tr id="i25" class="rowColor">
<td class="colFirst"><code>java.util.List<? extends <a href="../../grpc/testing/Qpstest.ResponseParametersOrBuilder.html" title="interface in grpc.testing">Qpstest.ResponseParametersOrBuilder</a>></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html#getResponseParametersOrBuilderList--">getResponseParametersOrBuilderList</a></span>()</code>
<div class="block"><code>repeated .grpc.testing.ResponseParameters response_parameters = 2;</code></div>
</td>
</tr>
<tr id="i26" class="altColor">
<td class="colFirst"><code><a href="../../grpc/testing/Qpstest.PayloadType.html" title="enum in grpc.testing">Qpstest.PayloadType</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html#getResponseType--">getResponseType</a></span>()</code>
<div class="block"><code>optional .grpc.testing.PayloadType response_type = 1 [default = COMPRESSABLE];</code></div>
</td>
</tr>
<tr id="i27" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html#hasPayload--">hasPayload</a></span>()</code>
<div class="block"><code>optional .grpc.testing.Payload payload = 3;</code></div>
</td>
</tr>
<tr id="i28" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html#hasResponseType--">hasResponseType</a></span>()</code>
<div class="block"><code>optional .grpc.testing.PayloadType response_type = 1 [default = COMPRESSABLE];</code></div>
</td>
</tr>
<tr id="i29" class="rowColor">
<td class="colFirst"><code>protected com.google.protobuf.GeneratedMessage.FieldAccessorTable</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html#internalGetFieldAccessorTable--">internalGetFieldAccessorTable</a></span>()</code> </td>
</tr>
<tr id="i30" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html#isInitialized--">isInitialized</a></span>()</code> </td>
</tr>
<tr id="i31" class="rowColor">
<td class="colFirst"><code><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html" title="class in grpc.testing">Qpstest.StreamingOutputCallRequest.Builder</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html#mergeFrom-com.google.protobuf.CodedInputStream-com.google.protobuf.ExtensionRegistryLite-">mergeFrom</a></span>(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)</code> </td>
</tr>
<tr id="i32" class="altColor">
<td class="colFirst"><code><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html" title="class in grpc.testing">Qpstest.StreamingOutputCallRequest.Builder</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html#mergeFrom-com.google.protobuf.Message-">mergeFrom</a></span>(com.google.protobuf.Message other)</code> </td>
</tr>
<tr id="i33" class="rowColor">
<td class="colFirst"><code><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html" title="class in grpc.testing">Qpstest.StreamingOutputCallRequest.Builder</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html#mergeFrom-grpc.testing.Qpstest.StreamingOutputCallRequest-">mergeFrom</a></span>(<a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.html" title="class in grpc.testing">Qpstest.StreamingOutputCallRequest</a> other)</code> </td>
</tr>
<tr id="i34" class="altColor">
<td class="colFirst"><code><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html" title="class in grpc.testing">Qpstest.StreamingOutputCallRequest.Builder</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html#mergePayload-grpc.testing.Qpstest.Payload-">mergePayload</a></span>(<a href="../../grpc/testing/Qpstest.Payload.html" title="class in grpc.testing">Qpstest.Payload</a> value)</code>
<div class="block"><code>optional .grpc.testing.Payload payload = 3;</code></div>
</td>
</tr>
<tr id="i35" class="rowColor">
<td class="colFirst"><code><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html" title="class in grpc.testing">Qpstest.StreamingOutputCallRequest.Builder</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html#removeResponseParameters-int-">removeResponseParameters</a></span>(int index)</code>
<div class="block"><code>repeated .grpc.testing.ResponseParameters response_parameters = 2;</code></div>
</td>
</tr>
<tr id="i36" class="altColor">
<td class="colFirst"><code><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html" title="class in grpc.testing">Qpstest.StreamingOutputCallRequest.Builder</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html#setPayload-grpc.testing.Qpstest.Payload.Builder-">setPayload</a></span>(<a href="../../grpc/testing/Qpstest.Payload.Builder.html" title="class in grpc.testing">Qpstest.Payload.Builder</a> builderForValue)</code>
<div class="block"><code>optional .grpc.testing.Payload payload = 3;</code></div>
</td>
</tr>
<tr id="i37" class="rowColor">
<td class="colFirst"><code><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html" title="class in grpc.testing">Qpstest.StreamingOutputCallRequest.Builder</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html#setPayload-grpc.testing.Qpstest.Payload-">setPayload</a></span>(<a href="../../grpc/testing/Qpstest.Payload.html" title="class in grpc.testing">Qpstest.Payload</a> value)</code>
<div class="block"><code>optional .grpc.testing.Payload payload = 3;</code></div>
</td>
</tr>
<tr id="i38" class="altColor">
<td class="colFirst"><code><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html" title="class in grpc.testing">Qpstest.StreamingOutputCallRequest.Builder</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html#setResponseParameters-int-grpc.testing.Qpstest.ResponseParameters.Builder-">setResponseParameters</a></span>(int index,
<a href="../../grpc/testing/Qpstest.ResponseParameters.Builder.html" title="class in grpc.testing">Qpstest.ResponseParameters.Builder</a> builderForValue)</code>
<div class="block"><code>repeated .grpc.testing.ResponseParameters response_parameters = 2;</code></div>
</td>
</tr>
<tr id="i39" class="rowColor">
<td class="colFirst"><code><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html" title="class in grpc.testing">Qpstest.StreamingOutputCallRequest.Builder</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html#setResponseParameters-int-grpc.testing.Qpstest.ResponseParameters-">setResponseParameters</a></span>(int index,
<a href="../../grpc/testing/Qpstest.ResponseParameters.html" title="class in grpc.testing">Qpstest.ResponseParameters</a> value)</code>
<div class="block"><code>repeated .grpc.testing.ResponseParameters response_parameters = 2;</code></div>
</td>
</tr>
<tr id="i40" class="altColor">
<td class="colFirst"><code><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html" title="class in grpc.testing">Qpstest.StreamingOutputCallRequest.Builder</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html#setResponseType-grpc.testing.Qpstest.PayloadType-">setResponseType</a></span>(<a href="../../grpc/testing/Qpstest.PayloadType.html" title="enum in grpc.testing">Qpstest.PayloadType</a> value)</code>
<div class="block"><code>optional .grpc.testing.PayloadType response_type = 1 [default = COMPRESSABLE];</code></div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.com.google.protobuf.GeneratedMessage.Builder">
<!-- -->
</a>
<h3>Methods inherited from class com.google.protobuf.GeneratedMessage.Builder</h3>
<code>addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.com.google.protobuf.AbstractMessage.Builder">
<!-- -->
</a>
<h3>Methods inherited from class com.google.protobuf.AbstractMessage.Builder</h3>
<code>findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.com.google.protobuf.AbstractMessageLite.Builder">
<!-- -->
</a>
<h3>Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder</h3>
<code>addAll, newUninitializedMessageException</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.com.google.protobuf.MessageOrBuilder">
<!-- -->
</a>
<h3>Methods inherited from interface com.google.protobuf.MessageOrBuilder</h3>
<code>findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getDescriptor--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDescriptor</h4>
<pre>public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()</pre>
</li>
</ul>
<a name="internalGetFieldAccessorTable--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>internalGetFieldAccessorTable</h4>
<pre>protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>internalGetFieldAccessorTable</code> in class <code>com.google.protobuf.GeneratedMessage.Builder<<a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html" title="class in grpc.testing">Qpstest.StreamingOutputCallRequest.Builder</a>></code></dd>
</dl>
</li>
</ul>
<a name="clear--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>clear</h4>
<pre>public <a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html" title="class in grpc.testing">Qpstest.StreamingOutputCallRequest.Builder</a> clear()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>clear</code> in interface <code>com.google.protobuf.Message.Builder</code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>clear</code> in interface <code>com.google.protobuf.MessageLite.Builder</code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>clear</code> in class <code>com.google.protobuf.GeneratedMessage.Builder<<a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html" title="class in grpc.testing">Qpstest.StreamingOutputCallRequest.Builder</a>></code></dd>
</dl>
</li>
</ul>
<a name="getDescriptorForType--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDescriptorForType</h4>
<pre>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>getDescriptorForType</code> in interface <code>com.google.protobuf.Message.Builder</code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>getDescriptorForType</code> in interface <code>com.google.protobuf.MessageOrBuilder</code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>getDescriptorForType</code> in class <code>com.google.protobuf.GeneratedMessage.Builder<<a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html" title="class in grpc.testing">Qpstest.StreamingOutputCallRequest.Builder</a>></code></dd>
</dl>
</li>
</ul>
<a name="getDefaultInstanceForType--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDefaultInstanceForType</h4>
<pre>public <a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.html" title="class in grpc.testing">Qpstest.StreamingOutputCallRequest</a> getDefaultInstanceForType()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>getDefaultInstanceForType</code> in interface <code>com.google.protobuf.MessageLiteOrBuilder</code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>getDefaultInstanceForType</code> in interface <code>com.google.protobuf.MessageOrBuilder</code></dd>
</dl>
</li>
</ul>
<a name="build--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>build</h4>
<pre>public <a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.html" title="class in grpc.testing">Qpstest.StreamingOutputCallRequest</a> build()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>build</code> in interface <code>com.google.protobuf.Message.Builder</code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>build</code> in interface <code>com.google.protobuf.MessageLite.Builder</code></dd>
</dl>
</li>
</ul>
<a name="buildPartial--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>buildPartial</h4>
<pre>public <a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.html" title="class in grpc.testing">Qpstest.StreamingOutputCallRequest</a> buildPartial()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>buildPartial</code> in interface <code>com.google.protobuf.Message.Builder</code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>buildPartial</code> in interface <code>com.google.protobuf.MessageLite.Builder</code></dd>
</dl>
</li>
</ul>
<a name="mergeFrom-com.google.protobuf.Message-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>mergeFrom</h4>
<pre>public <a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html" title="class in grpc.testing">Qpstest.StreamingOutputCallRequest.Builder</a> mergeFrom(com.google.protobuf.Message other)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>mergeFrom</code> in interface <code>com.google.protobuf.Message.Builder</code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>mergeFrom</code> in class <code>com.google.protobuf.AbstractMessage.Builder<<a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html" title="class in grpc.testing">Qpstest.StreamingOutputCallRequest.Builder</a>></code></dd>
</dl>
</li>
</ul>
<a name="mergeFrom-grpc.testing.Qpstest.StreamingOutputCallRequest-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>mergeFrom</h4>
<pre>public <a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html" title="class in grpc.testing">Qpstest.StreamingOutputCallRequest.Builder</a> mergeFrom(<a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.html" title="class in grpc.testing">Qpstest.StreamingOutputCallRequest</a> other)</pre>
</li>
</ul>
<a name="isInitialized--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isInitialized</h4>
<pre>public final boolean isInitialized()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>isInitialized</code> in interface <code>com.google.protobuf.MessageLiteOrBuilder</code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>isInitialized</code> in class <code>com.google.protobuf.GeneratedMessage.Builder<<a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html" title="class in grpc.testing">Qpstest.StreamingOutputCallRequest.Builder</a>></code></dd>
</dl>
</li>
</ul>
<a name="mergeFrom-com.google.protobuf.CodedInputStream-com.google.protobuf.ExtensionRegistryLite-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>mergeFrom</h4>
<pre>public <a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html" title="class in grpc.testing">Qpstest.StreamingOutputCallRequest.Builder</a> mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>mergeFrom</code> in interface <code>com.google.protobuf.Message.Builder</code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>mergeFrom</code> in interface <code>com.google.protobuf.MessageLite.Builder</code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>mergeFrom</code> in class <code>com.google.protobuf.AbstractMessage.Builder<<a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html" title="class in grpc.testing">Qpstest.StreamingOutputCallRequest.Builder</a>></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.io.IOException</code></dd>
</dl>
</li>
</ul>
<a name="hasResponseType--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hasResponseType</h4>
<pre>public boolean hasResponseType()</pre>
<div class="block"><code>optional .grpc.testing.PayloadType response_type = 1 [default = COMPRESSABLE];</code>
<pre>
Desired payload type in the response from the server.
If response_type is RANDOM, the payload from each response in the stream
might be of different types. This is to simulate a mixed type of payload
stream.
</pre></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequestOrBuilder.html#hasResponseType--">hasResponseType</a></code> in interface <code><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequestOrBuilder.html" title="interface in grpc.testing">Qpstest.StreamingOutputCallRequestOrBuilder</a></code></dd>
</dl>
</li>
</ul>
<a name="getResponseType--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getResponseType</h4>
<pre>public <a href="../../grpc/testing/Qpstest.PayloadType.html" title="enum in grpc.testing">Qpstest.PayloadType</a> getResponseType()</pre>
<div class="block"><code>optional .grpc.testing.PayloadType response_type = 1 [default = COMPRESSABLE];</code>
<pre>
Desired payload type in the response from the server.
If response_type is RANDOM, the payload from each response in the stream
might be of different types. This is to simulate a mixed type of payload
stream.
</pre></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequestOrBuilder.html#getResponseType--">getResponseType</a></code> in interface <code><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequestOrBuilder.html" title="interface in grpc.testing">Qpstest.StreamingOutputCallRequestOrBuilder</a></code></dd>
</dl>
</li>
</ul>
<a name="setResponseType-grpc.testing.Qpstest.PayloadType-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setResponseType</h4>
<pre>public <a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html" title="class in grpc.testing">Qpstest.StreamingOutputCallRequest.Builder</a> setResponseType(<a href="../../grpc/testing/Qpstest.PayloadType.html" title="enum in grpc.testing">Qpstest.PayloadType</a> value)</pre>
<div class="block"><code>optional .grpc.testing.PayloadType response_type = 1 [default = COMPRESSABLE];</code>
<pre>
Desired payload type in the response from the server.
If response_type is RANDOM, the payload from each response in the stream
might be of different types. This is to simulate a mixed type of payload
stream.
</pre></div>
</li>
</ul>
<a name="clearResponseType--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>clearResponseType</h4>
<pre>public <a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html" title="class in grpc.testing">Qpstest.StreamingOutputCallRequest.Builder</a> clearResponseType()</pre>
<div class="block"><code>optional .grpc.testing.PayloadType response_type = 1 [default = COMPRESSABLE];</code>
<pre>
Desired payload type in the response from the server.
If response_type is RANDOM, the payload from each response in the stream
might be of different types. This is to simulate a mixed type of payload
stream.
</pre></div>
</li>
</ul>
<a name="getResponseParametersList--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getResponseParametersList</h4>
<pre>public java.util.List<<a href="../../grpc/testing/Qpstest.ResponseParameters.html" title="class in grpc.testing">Qpstest.ResponseParameters</a>> getResponseParametersList()</pre>
<div class="block"><code>repeated .grpc.testing.ResponseParameters response_parameters = 2;</code></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequestOrBuilder.html#getResponseParametersList--">getResponseParametersList</a></code> in interface <code><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequestOrBuilder.html" title="interface in grpc.testing">Qpstest.StreamingOutputCallRequestOrBuilder</a></code></dd>
</dl>
</li>
</ul>
<a name="getResponseParametersCount--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getResponseParametersCount</h4>
<pre>public int getResponseParametersCount()</pre>
<div class="block"><code>repeated .grpc.testing.ResponseParameters response_parameters = 2;</code></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequestOrBuilder.html#getResponseParametersCount--">getResponseParametersCount</a></code> in interface <code><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequestOrBuilder.html" title="interface in grpc.testing">Qpstest.StreamingOutputCallRequestOrBuilder</a></code></dd>
</dl>
</li>
</ul>
<a name="getResponseParameters-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getResponseParameters</h4>
<pre>public <a href="../../grpc/testing/Qpstest.ResponseParameters.html" title="class in grpc.testing">Qpstest.ResponseParameters</a> getResponseParameters(int index)</pre>
<div class="block"><code>repeated .grpc.testing.ResponseParameters response_parameters = 2;</code></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequestOrBuilder.html#getResponseParameters-int-">getResponseParameters</a></code> in interface <code><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequestOrBuilder.html" title="interface in grpc.testing">Qpstest.StreamingOutputCallRequestOrBuilder</a></code></dd>
</dl>
</li>
</ul>
<a name="setResponseParameters-int-grpc.testing.Qpstest.ResponseParameters-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setResponseParameters</h4>
<pre>public <a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html" title="class in grpc.testing">Qpstest.StreamingOutputCallRequest.Builder</a> setResponseParameters(int index,
<a href="../../grpc/testing/Qpstest.ResponseParameters.html" title="class in grpc.testing">Qpstest.ResponseParameters</a> value)</pre>
<div class="block"><code>repeated .grpc.testing.ResponseParameters response_parameters = 2;</code></div>
</li>
</ul>
<a name="setResponseParameters-int-grpc.testing.Qpstest.ResponseParameters.Builder-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setResponseParameters</h4>
<pre>public <a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html" title="class in grpc.testing">Qpstest.StreamingOutputCallRequest.Builder</a> setResponseParameters(int index,
<a href="../../grpc/testing/Qpstest.ResponseParameters.Builder.html" title="class in grpc.testing">Qpstest.ResponseParameters.Builder</a> builderForValue)</pre>
<div class="block"><code>repeated .grpc.testing.ResponseParameters response_parameters = 2;</code></div>
</li>
</ul>
<a name="addResponseParameters-grpc.testing.Qpstest.ResponseParameters-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addResponseParameters</h4>
<pre>public <a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html" title="class in grpc.testing">Qpstest.StreamingOutputCallRequest.Builder</a> addResponseParameters(<a href="../../grpc/testing/Qpstest.ResponseParameters.html" title="class in grpc.testing">Qpstest.ResponseParameters</a> value)</pre>
<div class="block"><code>repeated .grpc.testing.ResponseParameters response_parameters = 2;</code></div>
</li>
</ul>
<a name="addResponseParameters-int-grpc.testing.Qpstest.ResponseParameters-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addResponseParameters</h4>
<pre>public <a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html" title="class in grpc.testing">Qpstest.StreamingOutputCallRequest.Builder</a> addResponseParameters(int index,
<a href="../../grpc/testing/Qpstest.ResponseParameters.html" title="class in grpc.testing">Qpstest.ResponseParameters</a> value)</pre>
<div class="block"><code>repeated .grpc.testing.ResponseParameters response_parameters = 2;</code></div>
</li>
</ul>
<a name="addResponseParameters-grpc.testing.Qpstest.ResponseParameters.Builder-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addResponseParameters</h4>
<pre>public <a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html" title="class in grpc.testing">Qpstest.StreamingOutputCallRequest.Builder</a> addResponseParameters(<a href="../../grpc/testing/Qpstest.ResponseParameters.Builder.html" title="class in grpc.testing">Qpstest.ResponseParameters.Builder</a> builderForValue)</pre>
<div class="block"><code>repeated .grpc.testing.ResponseParameters response_parameters = 2;</code></div>
</li>
</ul>
<a name="addResponseParameters-int-grpc.testing.Qpstest.ResponseParameters.Builder-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addResponseParameters</h4>
<pre>public <a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html" title="class in grpc.testing">Qpstest.StreamingOutputCallRequest.Builder</a> addResponseParameters(int index,
<a href="../../grpc/testing/Qpstest.ResponseParameters.Builder.html" title="class in grpc.testing">Qpstest.ResponseParameters.Builder</a> builderForValue)</pre>
<div class="block"><code>repeated .grpc.testing.ResponseParameters response_parameters = 2;</code></div>
</li>
</ul>
<a name="addAllResponseParameters-java.lang.Iterable-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addAllResponseParameters</h4>
<pre>public <a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html" title="class in grpc.testing">Qpstest.StreamingOutputCallRequest.Builder</a> addAllResponseParameters(java.lang.Iterable<? extends <a href="../../grpc/testing/Qpstest.ResponseParameters.html" title="class in grpc.testing">Qpstest.ResponseParameters</a>> values)</pre>
<div class="block"><code>repeated .grpc.testing.ResponseParameters response_parameters = 2;</code></div>
</li>
</ul>
<a name="clearResponseParameters--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>clearResponseParameters</h4>
<pre>public <a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html" title="class in grpc.testing">Qpstest.StreamingOutputCallRequest.Builder</a> clearResponseParameters()</pre>
<div class="block"><code>repeated .grpc.testing.ResponseParameters response_parameters = 2;</code></div>
</li>
</ul>
<a name="removeResponseParameters-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>removeResponseParameters</h4>
<pre>public <a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html" title="class in grpc.testing">Qpstest.StreamingOutputCallRequest.Builder</a> removeResponseParameters(int index)</pre>
<div class="block"><code>repeated .grpc.testing.ResponseParameters response_parameters = 2;</code></div>
</li>
</ul>
<a name="getResponseParametersBuilder-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getResponseParametersBuilder</h4>
<pre>public <a href="../../grpc/testing/Qpstest.ResponseParameters.Builder.html" title="class in grpc.testing">Qpstest.ResponseParameters.Builder</a> getResponseParametersBuilder(int index)</pre>
<div class="block"><code>repeated .grpc.testing.ResponseParameters response_parameters = 2;</code></div>
</li>
</ul>
<a name="getResponseParametersOrBuilder-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getResponseParametersOrBuilder</h4>
<pre>public <a href="../../grpc/testing/Qpstest.ResponseParametersOrBuilder.html" title="interface in grpc.testing">Qpstest.ResponseParametersOrBuilder</a> getResponseParametersOrBuilder(int index)</pre>
<div class="block"><code>repeated .grpc.testing.ResponseParameters response_parameters = 2;</code></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequestOrBuilder.html#getResponseParametersOrBuilder-int-">getResponseParametersOrBuilder</a></code> in interface <code><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequestOrBuilder.html" title="interface in grpc.testing">Qpstest.StreamingOutputCallRequestOrBuilder</a></code></dd>
</dl>
</li>
</ul>
<a name="getResponseParametersOrBuilderList--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getResponseParametersOrBuilderList</h4>
<pre>public java.util.List<? extends <a href="../../grpc/testing/Qpstest.ResponseParametersOrBuilder.html" title="interface in grpc.testing">Qpstest.ResponseParametersOrBuilder</a>> getResponseParametersOrBuilderList()</pre>
<div class="block"><code>repeated .grpc.testing.ResponseParameters response_parameters = 2;</code></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequestOrBuilder.html#getResponseParametersOrBuilderList--">getResponseParametersOrBuilderList</a></code> in interface <code><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequestOrBuilder.html" title="interface in grpc.testing">Qpstest.StreamingOutputCallRequestOrBuilder</a></code></dd>
</dl>
</li>
</ul>
<a name="addResponseParametersBuilder--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addResponseParametersBuilder</h4>
<pre>public <a href="../../grpc/testing/Qpstest.ResponseParameters.Builder.html" title="class in grpc.testing">Qpstest.ResponseParameters.Builder</a> addResponseParametersBuilder()</pre>
<div class="block"><code>repeated .grpc.testing.ResponseParameters response_parameters = 2;</code></div>
</li>
</ul>
<a name="addResponseParametersBuilder-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addResponseParametersBuilder</h4>
<pre>public <a href="../../grpc/testing/Qpstest.ResponseParameters.Builder.html" title="class in grpc.testing">Qpstest.ResponseParameters.Builder</a> addResponseParametersBuilder(int index)</pre>
<div class="block"><code>repeated .grpc.testing.ResponseParameters response_parameters = 2;</code></div>
</li>
</ul>
<a name="getResponseParametersBuilderList--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getResponseParametersBuilderList</h4>
<pre>public java.util.List<<a href="../../grpc/testing/Qpstest.ResponseParameters.Builder.html" title="class in grpc.testing">Qpstest.ResponseParameters.Builder</a>> getResponseParametersBuilderList()</pre>
<div class="block"><code>repeated .grpc.testing.ResponseParameters response_parameters = 2;</code></div>
</li>
</ul>
<a name="hasPayload--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hasPayload</h4>
<pre>public boolean hasPayload()</pre>
<div class="block"><code>optional .grpc.testing.Payload payload = 3;</code>
<pre>
Optional input payload sent along with the request.
</pre></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequestOrBuilder.html#hasPayload--">hasPayload</a></code> in interface <code><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequestOrBuilder.html" title="interface in grpc.testing">Qpstest.StreamingOutputCallRequestOrBuilder</a></code></dd>
</dl>
</li>
</ul>
<a name="getPayload--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPayload</h4>
<pre>public <a href="../../grpc/testing/Qpstest.Payload.html" title="class in grpc.testing">Qpstest.Payload</a> getPayload()</pre>
<div class="block"><code>optional .grpc.testing.Payload payload = 3;</code>
<pre>
Optional input payload sent along with the request.
</pre></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequestOrBuilder.html#getPayload--">getPayload</a></code> in interface <code><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequestOrBuilder.html" title="interface in grpc.testing">Qpstest.StreamingOutputCallRequestOrBuilder</a></code></dd>
</dl>
</li>
</ul>
<a name="setPayload-grpc.testing.Qpstest.Payload-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setPayload</h4>
<pre>public <a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html" title="class in grpc.testing">Qpstest.StreamingOutputCallRequest.Builder</a> setPayload(<a href="../../grpc/testing/Qpstest.Payload.html" title="class in grpc.testing">Qpstest.Payload</a> value)</pre>
<div class="block"><code>optional .grpc.testing.Payload payload = 3;</code>
<pre>
Optional input payload sent along with the request.
</pre></div>
</li>
</ul>
<a name="setPayload-grpc.testing.Qpstest.Payload.Builder-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setPayload</h4>
<pre>public <a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html" title="class in grpc.testing">Qpstest.StreamingOutputCallRequest.Builder</a> setPayload(<a href="../../grpc/testing/Qpstest.Payload.Builder.html" title="class in grpc.testing">Qpstest.Payload.Builder</a> builderForValue)</pre>
<div class="block"><code>optional .grpc.testing.Payload payload = 3;</code>
<pre>
Optional input payload sent along with the request.
</pre></div>
</li>
</ul>
<a name="mergePayload-grpc.testing.Qpstest.Payload-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>mergePayload</h4>
<pre>public <a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html" title="class in grpc.testing">Qpstest.StreamingOutputCallRequest.Builder</a> mergePayload(<a href="../../grpc/testing/Qpstest.Payload.html" title="class in grpc.testing">Qpstest.Payload</a> value)</pre>
<div class="block"><code>optional .grpc.testing.Payload payload = 3;</code>
<pre>
Optional input payload sent along with the request.
</pre></div>
</li>
</ul>
<a name="clearPayload--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>clearPayload</h4>
<pre>public <a href="../../grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html" title="class in grpc.testing">Qpstest.StreamingOutputCallRequest.Builder</a> clearPayload()</pre>
<div class="block"><code>optional .grpc.testing.Payload payload = 3;</code>
<pre>
Optional input payload sent along with the request.
</pre></div>
</li>
</ul>
<a name="getPayloadBuilder--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPayloadBuilder</h4>
<pre>public <a href="../../grpc/testing/Qpstest.Payload.Builder.html" title="class in grpc.testing">Qpstest.Payload.Builder</a> getPayloadBuilder()</pre>
<div class="block"><code>optional .grpc.testing.Payload payload = 3;</code>
<pre>
Optional input payload sent along with the request.
</pre></div>
</li>
</ul>
<a name="getPayloadOrBuilder--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getPayloadOrBuilder</h4>
<pre>public <a href="../../grpc/testing/Qpstest.PayloadOrBuilder.html" title="interface in grpc.testing">Qpstest.PayloadOrBuilder</a> getPayloadOrBuilder()</pre>
<div class="block"><code>optional .grpc.testing.Payload payload = 3;</code>
<pre>
Optional input payload sent along with the request.
</pre></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequestOrBuilder.html#getPayloadOrBuilder--">getPayloadOrBuilder</a></code> in interface <code><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequestOrBuilder.html" title="interface in grpc.testing">Qpstest.StreamingOutputCallRequestOrBuilder</a></code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="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="../../grpc/testing/Qpstest.StreamingOutputCallRequest.html" title="class in grpc.testing"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../grpc/testing/Qpstest.StreamingOutputCallRequestOrBuilder.html" title="interface in grpc.testing"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../index.html?grpc/testing/Qpstest.StreamingOutputCallRequest.Builder.html" target="_top">Frames</a></li>
<li><a href="Qpstest.StreamingOutputCallRequest.Builder.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
gcc-linaro-4.9-2015.02-3-x86_64_arm-linux-gnueabihf/share/doc/as.html/HPPA-Opcodes.html
|
AlbandeCrevoisier/ldd-athens
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- This file documents the GNU Assembler "as".
Copyright (C) 1991-2014 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
or any later version published by the Free Software Foundation;
with no Invariant Sections, with no Front-Cover Texts, and with no
Back-Cover Texts. A copy of the license is included in the
section entitled "GNU Free Documentation License".
-->
<!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ -->
<head>
<title>Using as: HPPA Opcodes</title>
<meta name="description" content="Using as: HPPA Opcodes">
<meta name="keywords" content="Using as: HPPA Opcodes">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="index.html#Top" rel="start" title="Top">
<link href="AS-Index.html#AS-Index" rel="index" title="AS Index">
<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
<link href="HPPA_002dDependent.html#HPPA_002dDependent" rel="up" title="HPPA-Dependent">
<link href="ESA_002f390_002dDependent.html#ESA_002f390_002dDependent" rel="next" title="ESA/390-Dependent">
<link href="HPPA-Directives.html#HPPA-Directives" rel="prev" title="HPPA Directives">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.indentedblock {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smallindentedblock {margin-left: 3.2em; font-size: smaller}
div.smalllisp {margin-left: 3.2em}
kbd {font-style:oblique}
pre.display {font-family: inherit}
pre.format {font-family: inherit}
pre.menu-comment {font-family: serif}
pre.menu-preformatted {font-family: serif}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
span.nocodebreak {white-space:nowrap}
span.nolinebreak {white-space:nowrap}
span.roman {font-family:serif; font-weight:normal}
span.sansserif {font-family:sans-serif; font-weight:normal}
ul.no-bullet {list-style: none}
-->
</style>
</head>
<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
<a name="HPPA-Opcodes"></a>
<div class="header">
<p>
Previous: <a href="HPPA-Directives.html#HPPA-Directives" accesskey="p" rel="prev">HPPA Directives</a>, Up: <a href="HPPA_002dDependent.html#HPPA_002dDependent" accesskey="u" rel="up">HPPA-Dependent</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="AS-Index.html#AS-Index" title="Index" rel="index">Index</a>]</p>
</div>
<hr>
<a name="Opcodes-8"></a>
<h4 class="subsection">9.13.6 Opcodes</h4>
<p>For detailed information on the HPPA machine instruction set, see
<cite>PA-RISC Architecture and Instruction Set Reference Manual</cite>
(HP 09740-90039).
</p>
</body>
</html>
|
templates/500.html
|
mozilla/sheriffs
|
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Internal server error</title>
<link rel="stylesheet" media="screen,projection,tv" href="/media/css/common.css" />
</head>
<body>
<div id="body">
<div id="header">
<h1>Mozilla Sheriff Duty</h1>
</div>
<div id="content">
<h2>Internal server error</h2>
<p>Sorry about this.</p>
</div>
</body>
</html>
|
mgserver/templates/login.html
|
Avamagic/mgserver-web-api
|
{% extends "base.html" %}
{% block title %}Sign in{% endblock %}
{% from "_formhelpers.html" import render_field %}
{% block content %}
<form class="form-signin" action="" method="POST">
<fieldset>
<legend>Please sign in</legend>
{%- if error -%}
<div class="control-group error">
<span class="help-block">{{ error }}</span>
</div>
{%- endif %}
{{ render_field(form.email, class="input-block-level") }}
{{ render_field(form.password, class="input-block-level") }}
<label class="checkbox">
{{ form.remember()|safe }}{{ form.remember.label.text }}
</label>
{{ form.hidden_tag() }}
<button class="btn btn-primary" type="submit">Sign in</button>
</fieldset>
</form>
{% endblock %}
|
trap-js/xref-test/com/ericsson/research/trap/tests/package-frame.html
|
princeofdarkness76/trap
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>TrAP JavaScript 1.3 Reference Package com.ericsson.research.trap.tests</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
</head>
<body>
<h3>
<a href="package-summary.html" target="classFrame">com.ericsson.research.trap.tests</a>
</h3>
<h3>Classes</h3>
<ul>
<li>
<a href="JSServerStart.html" target="classFrame">JSServerStart</a>
</li>
<li>
<a href="TestFull.html" target="classFrame">TestFull</a>
</li>
</ul>
</body>
</html>
|
mozbadges/site/account/templates/account/keys/detail.html
|
mozilla/mozilla-badges
|
{% extends "account/keys/base.html" %}
{% block content %}
<blockquote><p>{{ key.description }}</p></blockquote>
{% if actions %}
<table>
<thead>
<th>Action</th>
<td></td>
</thead>
{% for action in actions %}
<td>
{%- set url = action.content_object.get_absolute_url and action.content_object.get_absolute_url() -%}
{%- if url -%}
<a href="{{ url }}">
{{- action.notes -}}
</a>
{%- else -%}
{{ action.notes }}
{%- endif -%}
</td>
<td>
{{- time_since(action.created, fuzzy=False) -}}
</td>
{% endfor %}
</table>
{% else %}
<p>{{ _('This key has not been used yet.') }}</p>
{% endif %}
<p>
{% if key.is_disabled %}
<a title="{{ _('Activate key') }}"
href="{{ url('account:keys:activate', key.slug) }}">{{ _('Activate') }}</a>
{% else %}
<a title="{{ _('Disable key') }}"
href="{{ url('account:keys:disable', key.slug) }}">{{ _('Disable') }}</a>
{% endif %}
<a href="{{ url('account:keys:delete', key.slug) }}">{{ _('Delete') }}</a>
</p>
{% endblock %}
|
docs/haishinkit/com.haishinkit.amf.data/-as-xml-document/to-string.html
|
shogo4405/HaishinKit.java
|
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
<title>toString</title>
<link href="../../../images/logo-icon.svg" rel="icon" type="image/svg"><script>var pathToRoot = "../../../";</script> <script>const storage = localStorage.getItem("dokka-dark-mode")
const savedDarkMode = storage ? JSON.parse(storage) : false
if(savedDarkMode === true){
document.getElementsByTagName("html")[0].classList.add("theme-dark")
}</script>
<script type="text/javascript" src="../../../scripts/sourceset_dependencies.js" async="async"></script><link href="../../../styles/style.css" rel="Stylesheet"><link href="../../../styles/jetbrains-mono.css" rel="Stylesheet"><link href="../../../styles/main.css" rel="Stylesheet"><link href="../../../styles/prism.css" rel="Stylesheet"><link href="../../../styles/logo-styles.css" rel="Stylesheet"><script type="text/javascript" src="../../../scripts/clipboard.js" async="async"></script><script type="text/javascript" src="../../../scripts/navigation-loader.js" async="async"></script><script type="text/javascript" src="../../../scripts/platform-content-handler.js" async="async"></script><script type="text/javascript" src="../../../scripts/main.js" defer="defer"></script><script type="text/javascript" src="../../../scripts/prism.js" async="async"></script> </head>
<body>
<div class="navigation-wrapper" id="navigation-wrapper">
<div id="leftToggler"><span class="icon-toggler"></span></div>
<div class="library-name"><a href="../../../index.html">haishinkit</a></div>
<div>0.5.1</div>
<div class="pull-right d-flex"><button id="theme-toggle-button"><span id="theme-toggle"></span></button>
<div id="searchBar"></div>
</div>
</div>
<div id="container">
<div id="leftColumn">
<div id="sideMenu"></div>
</div>
<div id="main">
<div class="main-content" id="content" pageIds="haishinkit::com.haishinkit.amf.data/AsXmlDocument/toString/#/PointingToDeclaration//-473192002">
<div class="breadcrumbs"><a href="../../../index.html">haishinkit</a>/<a href="../index.html">com.haishinkit.amf.data</a>/<a href="index.html">AsXmlDocument</a>/<a href="to-string.html">toString</a></div>
<div class="cover ">
<h1 class="cover"><span>to</span><wbr></wbr><span><span>String</span></span></h1>
</div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":haishinkit:dokkaHtml/release"><div class="symbol monospace"><span class="token keyword">open </span><span class="token keyword">override </span><span class="token keyword">fun </span><a href="to-string.html"><span class="token function">toString</span></a><span class="token punctuation">(</span><span class="token punctuation">)</span><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
</div>
<div class="footer"><span class="go-to-top-icon"><a href="#content" id="go-to-top-link"></a></span><span>© 2022 Copyright</span><span class="pull-right"><span>Generated by </span><a href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span></div>
</div>
</div>
</body>
</html>
|
gcc-linaro-4.9-2015.02-3-x86_64_arm-linux-gnueabihf/share/doc/as.html/arm_005fsave.html
|
AlbandeCrevoisier/ldd-athens
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- This file documents the GNU Assembler "as".
Copyright (C) 1991-2014 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
or any later version published by the Free Software Foundation;
with no Invariant Sections, with no Front-Cover Texts, and with no
Back-Cover Texts. A copy of the license is included in the
section entitled "GNU Free Documentation License".
-->
<!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ -->
<!-- This file redirects to the location of a node or anchor -->
<head>
<title>Using as: arm_save</title>
<meta name="description" content="Using as: arm_save">
<meta name="keywords" content="Using as: arm_save">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.indentedblock {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smallindentedblock {margin-left: 3.2em; font-size: smaller}
div.smalllisp {margin-left: 3.2em}
kbd {font-style:oblique}
pre.display {font-family: inherit}
pre.format {font-family: inherit}
pre.menu-comment {font-family: serif}
pre.menu-preformatted {font-family: serif}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
span.nocodebreak {white-space:nowrap}
span.nolinebreak {white-space:nowrap}
span.roman {font-family:serif; font-weight:normal}
span.sansserif {font-family:sans-serif; font-weight:normal}
ul.no-bullet {list-style: none}
-->
</style>
<meta http-equiv="Refresh" content="0; url=ARM-Directives.html#arm_005fsave">
</head>
<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
<p>The node you are looking for is at <a href="ARM-Directives.html#arm_005fsave">arm_save</a>.</p>
</body>
|
demo/book_chapters.html
|
IntegralExplorer/Keshif
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Book Chapters</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<script type="text/javascript" src="../js/jquery-1.11.1.min.js"></script>
<script type="text/javascript" src="../js/d3.3.5.5.min.js" charset="utf-8"></script>
<script type="text/javascript" src="../keshif.js" charset="utf-8"></script>
<link rel="stylesheet" href="../keshif.css"/ type="text/css">
<link rel="stylesheet" href="../font-awesome/css/font-awesome.min.css">
<script type="text/javascript" src="./js/demo.js" charset="utf-8"></script>
<link rel="stylesheet" href="./css/style.css"/ type="text/css">
<script type="text/javascript">
function pad(num, size) {
var s = num+"";
while (s.length < size) s = "0" + s;
return s;
};
google.setOnLoadCallback(function(){
browser = new kshf.Browser({
domID: "#chart_div",
barChartWidth: 90,
leftPanelLabelWidth: 230,
source: {
gdocId: '1nqZTWMr2xsYawyQlT6zjwV4pW5ZKRiQPd24jOkNJVYM',
tables: "Book Chapters"
},
summaries: [
{ title: "Domain Properties",
value: function(){
var r=[];
if(this['Number & Quantity']===1) r.push('Number & Quantity = 1.0');
if(this['Shape & Space']===1) r.push('Shape & Space = 1.0');
if(this['Shape & Space']===0.5) r.push('Shape & Space = 0.5');
if(this['Function']===1) r.push('Function = 1.0');
if(this['Function']===0.5) r.push('Function = 0.5');
if(this['Chance & Data']===1) r.push('Chance & Data = 1.0');
if(this['Arrangement']===1) r.push('Arrangement = 1.0');
return r;
},
catSortBy: function(){
switch(this.id){
case 'Number & Quantity = 1.0': return 1;
case 'Shape & Space = 0.5': return 2;
case 'Shape & Space = 1.0': return 3;
case 'Function = 0.5': return 4;
case 'Function = 1.0': return 5;
case 'Chance & Data = 1.0': return 6;
case 'Arrangement = 1.0': return 7;
}
} },
{ title: "Modeling / Formulating" },
{ title: "Manipulating / Transforming" },
{ title: "Inferring / Drawing Conclusions" },
{ title: "Communicating" },
],
itemDisplay: {
sortColWidth: 45,
detailsToggle: "zoom",
sortingOpts: { title: 'id', label: function(){ return this.Code+pad(this.id,3); }, inverse: true },
textSearch: "Name",
recordView: function(){
var str="";
str+="<div class='chapterTitle'>"+this.Name+"</div>";
str+="<span class='numTable'>";
str+="<span class='act_mf act_"+this["Modeling / Formulating"]+"'>M/F</span>"
str+="<span class='act_tf act_"+this["Manipulating / Transforming"]+"'>M/T</span>"
str+="<span class='act_id act_"+this["Inferring / Drawing Conclusions"]+"'>I/D</span>"
str+="<span class='act_c act_"+this["Communicating"]+"'>C</span>"
str+="</span>";
str+="<span class='attrGroup'>Domains:</span> <span class='attrList'>";
if(this['Number & Quantity']){
str+="Number & Quantity ["+this['Number & Quantity']+"], ";
}
if(this['Shape & Space']){
str+="Shape & Space ["+this['Shape & Space']+"], ";
}
if(this['Function']){
str+="Function ["+this['Function']+"], ";
}
if(this['Arrangement']){
str+="Arrangement ["+this['Arrangement']+"], ";
}
if(this['Chance & Data']){
str+="Chance & Data ["+this['Chance & Data']+"], ";
}
str+="</span>";
return str;
}
}
});
});
</script>
<style>
#chart_div {
width: 1000px;
height: 690px;
}
.chapterTitle{
font-weight: 700;
text-decoration: underline;
font-size: 1.1em;
}
.attrGroup{
font-weight: 300;
font-size: 0.9em;
}
.attrList{
font-size: 0.9em;
font-weight: 300;
color: gray;
}
.listItem{
border-top: solid 1px lightgray;
}
.numTable{
float: right;
}
.numTable span{
display: inline-block;
width: 45px;
border-left: solid 1px gray;
border-right: solid 1px gray;
padding: 0px 3px;
text-align: center;
font-size: 0.8em;
color: gray;
}
.act_0:after{
content: ":0"; color:;
}
.act_1:after{
content: ":1";
}
.act_2:after{
content: ":2";
}
.act_3:after{
content: ":3";
}
.act_4:after{
content: ":4";
}
.act_0{
background-color: rgba(255, 204, 204,0.1);
}
.act_1{
background-color: rgba(255, 204, 204,0.4);
}
.act_2{
background-color: rgba(255, 204, 204,0.6);
}
.act_3{
background-color: rgba(255, 204, 204,0.8);
}
.act_4{
background-color: rgba(255, 204, 204,1);
}
</style>
</head>
<body>
<div class="contents"><div id="chart_div"></div></div>
</body>
</html>
|
documentation/api/core/db_XmlRpc_Generator_XmlWriter.html
|
wukchung/Home-development
|
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Zend Framework API Documentation</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta><link rel="stylesheet" href="css/black-tie/jquery-ui-1.8.2.custom.css" type="text/css"></link><link rel="stylesheet" href="css/jquery.treeview.css" type="text/css"></link><link rel="stylesheet" href="css/theme.css" type="text/css"></link><script type="text/javascript" src="js/jquery-1.4.2.min.js"></script><script type="text/javascript" src="js/jquery-ui-1.8.2.custom.min.js"></script><script type="text/javascript" src="js/jquery.cookie.js"></script><script type="text/javascript" src="js/jquery.treeview.js"></script><script type="text/javascript">
$(document).ready(function() {
$(".filetree").treeview({
collapsed: true,
persist: "cookie"
});
$("#accordion").accordion({
collapsible: true,
autoHeight: false,
fillSpace: true
});
$(".tabs").tabs();
});
</script></head><body><div xmlns="" class="content">
<div class="sub-page-main-header-api-documentation"><h2>API Documentation</h2></div>
<div class="dotted-line"></div>
</div>
<div xmlns="" id="content">
<script type="text/javascript" src="js/menu.js"></script><script>
$(document).ready(function() {
$('a.gripper').click(function() {
$(this).nextAll('div.code-tabs').slideToggle();
$(this).children('img').toggle();
return false;
});
$('div.code-tabs').hide();
$('a.gripper').show();
$('div.file-nav').show();
});
</script><h1 class="file">XmlRpc/Generator/XmlWriter.php</h1>
<div class="file-nav"><ul id="file-nav">
<li><a href="#top">Global</a></li>
<li>
<a href="#classes"><img src="images/icons/class.png" height="14">
Classes
</a><ul><li><a href="#%5CZend_XmlRpc_Generator_XmlWriter">\Zend_XmlRpc_Generator_XmlWriter</a></li></ul>
</li>
</ul></div>
<a name="top"></a><div id="file-description">
<p class="short-description">Zend Framework</p>
<div class="long-description"><p>LICENSE</p>
<p>This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.</p>
</div>
</div>
<dl class="file-info">
<dt>category</dt>
<dd>Zend
</dd>
<dt>copyright</dt>
<dd>Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
</dd>
<dt>license</dt>
<dd>
<a href="http://framework.zend.com/license/new-bsd">New BSD License</a>
</dd>
<dt>package</dt>
<dd>Zend_XmlRpc
</dd>
<dt>subpackage</dt>
<dd>Generator
</dd>
<dt>version</dt>
<dd>$Id: XmlWriter.php 24479 2011-09-26 20:10:08Z matthew $
</dd>
</dl>
<a name="classes"></a><a id="\Zend_XmlRpc_Generator_XmlWriter"></a><h2 class="class">\Zend_XmlRpc_Generator_XmlWriter<div class="to-top"><a href="#top">jump to top</a></div>
</h2>
<div class="class">
<p class="short-description">XML generator adapter based on XMLWriter</p>
<div class="long-description">
</div>
<dl class="class-info">
<dt>Extends from</dt>
<dd><a href="db_XmlRpc_Generator_GeneratorAbstract.html#%5CZend_XmlRpc_Generator_GeneratorAbstract">\Zend_XmlRpc_Generator_GeneratorAbstract</a></dd>
</dl>
<h3>Properties</h3>
<div>
<a id="\Zend_XmlRpc_Generator_XmlWriter::$_xmlWriter"></a><div class="property">
<a href="#" class="gripper"><img src="images/icons/arrow_right.png"><img src="images/icons/arrow_down.png" style="display: none;"></a><code><img src="images/icons/property.png" alt="Property"><img src="images/icons/visibility_protected.png" style="margin-right: 5px" alt="protected">\XMLWriter
<span class="highlight">$_xmlWriter</span>= ''
</code><div class="description">
<p class="short-description">XMLWriter instance</p></div>
<div class="code-tabs">
<div class="long-description">
</div>
<strong>Details</strong><dl class="property-info">
<dt>Type</dt>
<dd><a href="http://php.net/manual/en/class.xmlwriter.php">\XMLWriter</a></dd>
</dl>
</div>
<div class="clear"></div>
</div>
</div>
<h3>Methods</h3>
<div>
<a id="\Zend_XmlRpc_Generator_XmlWriter::__construct()"></a><div class="method inherited_from ">
<a href="#" class="gripper"><img src="images/icons/arrow_right.png"><img src="images/icons/arrow_down.png" style="display: none;"></a><code><img src="images/icons/method.png" alt="method"><img src="images/icons/visibility_public.png" style="margin-right: 5px" alt="public"><span class="highlight">__construct</span><span class="nb-faded-text">(
string $encoding
=
UTF-8
)
</span>
:
void</code><div class="description">
<p class="short_description">Construct new instance of the generator</p>
<small>Inherited from:
<a href="db_XmlRpc_Generator_GeneratorAbstract.html#%5CZend_XmlRpc_Generator_GeneratorAbstract::__construct()">\Zend_XmlRpc_Generator_GeneratorAbstract::__construct()</a></small>
</div>
<div class="code-tabs">
<div class="long-description">
</div>
<strong>Parameters</strong><table class="argument-info">
<thead><tr>
<th>Name</th>
<th>Type</th>
<th>Description</th>
</tr></thead>
<tr>
<th>$encoding</th>
<td>string</td>
<td><em><p>XML encoding, default UTF-8</p>
</em></td>
</tr>
</table>
</div>
<div class="clear"></div>
</div>
<a id="\Zend_XmlRpc_Generator_XmlWriter::__toString()"></a><div class="method inherited_from ">
<a href="#" class="gripper"><img src="images/icons/arrow_right.png"><img src="images/icons/arrow_down.png" style="display: none;"></a><code><img src="images/icons/method.png" alt="method"><img src="images/icons/visibility_public.png" style="margin-right: 5px" alt="public"><span class="highlight">__toString</span><span class="nb-faded-text">(
)
</span>
:
string</code><div class="description">
<p class="short_description">Returns XML without document declaration</p>
<small>Inherited from:
<a href="db_XmlRpc_Generator_GeneratorAbstract.html#%5CZend_XmlRpc_Generator_GeneratorAbstract::__toString()">\Zend_XmlRpc_Generator_GeneratorAbstract::__toString()</a></small>
</div>
<div class="code-tabs">
<div class="long-description">
</div>
<strong>Returns</strong><table class="argument-info">
<thead><tr>
<th>Type</th>
<th>Description</th>
</tr></thead>
<tr>
<td>string</td>
<td></td>
</tr>
</table>
</div>
<div class="clear"></div>
</div>
<a id="\Zend_XmlRpc_Generator_XmlWriter::_closeElement()"></a><div class="method">
<a href="#" class="gripper"><img src="images/icons/arrow_right.png"><img src="images/icons/arrow_down.png" style="display: none;"></a><code><img src="images/icons/method.png" alt="method"><img src="images/icons/visibility_protected.png" style="margin-right: 5px" alt="protected"><span class="highlight">_closeElement</span><span class="nb-faded-text">(
string $name
)
</span>
:
void</code><div class="description"><p class="short_description">Close an previously opened XML element</p></div>
<div class="code-tabs">
<div class="long-description">
</div>
<strong>Parameters</strong><table class="argument-info">
<thead><tr>
<th>Name</th>
<th>Type</th>
<th>Description</th>
</tr></thead>
<tr>
<th>$name</th>
<td>string</td>
<td><em></em></td>
</tr>
</table>
</div>
<div class="clear"></div>
</div>
<a id="\Zend_XmlRpc_Generator_XmlWriter::_init()"></a><div class="method">
<a href="#" class="gripper"><img src="images/icons/arrow_right.png"><img src="images/icons/arrow_down.png" style="display: none;"></a><code><img src="images/icons/method.png" alt="method"><img src="images/icons/visibility_protected.png" style="margin-right: 5px" alt="protected"><span class="highlight">_init</span><span class="nb-faded-text">(
)
</span>
:
void</code><div class="description"><p class="short_description">Initialized XMLWriter instance</p></div>
<div class="code-tabs"><div class="long-description">
</div></div>
<div class="clear"></div>
</div>
<a id="\Zend_XmlRpc_Generator_XmlWriter::_openElement()"></a><div class="method">
<a href="#" class="gripper"><img src="images/icons/arrow_right.png"><img src="images/icons/arrow_down.png" style="display: none;"></a><code><img src="images/icons/method.png" alt="method"><img src="images/icons/visibility_protected.png" style="margin-right: 5px" alt="protected"><span class="highlight">_openElement</span><span class="nb-faded-text">(
string $name
)
</span>
:
void</code><div class="description"><p class="short_description">Open a new XML element</p></div>
<div class="code-tabs">
<div class="long-description">
</div>
<strong>Parameters</strong><table class="argument-info">
<thead><tr>
<th>Name</th>
<th>Type</th>
<th>Description</th>
</tr></thead>
<tr>
<th>$name</th>
<td>string</td>
<td><em>XML element name</em></td>
</tr>
</table>
</div>
<div class="clear"></div>
</div>
<a id="\Zend_XmlRpc_Generator_XmlWriter::_writeTextData()"></a><div class="method">
<a href="#" class="gripper"><img src="images/icons/arrow_right.png"><img src="images/icons/arrow_down.png" style="display: none;"></a><code><img src="images/icons/method.png" alt="method"><img src="images/icons/visibility_protected.png" style="margin-right: 5px" alt="protected"><span class="highlight">_writeTextData</span><span class="nb-faded-text">(
string $text
)
</span>
:
void</code><div class="description"><p class="short_description">Write XML text data into the currently opened XML element</p></div>
<div class="code-tabs">
<div class="long-description">
</div>
<strong>Parameters</strong><table class="argument-info">
<thead><tr>
<th>Name</th>
<th>Type</th>
<th>Description</th>
</tr></thead>
<tr>
<th>$text</th>
<td>string</td>
<td><em>XML text data</em></td>
</tr>
</table>
</div>
<div class="clear"></div>
</div>
<a id="\Zend_XmlRpc_Generator_XmlWriter::closeElement()"></a><div class="method inherited_from ">
<a href="#" class="gripper"><img src="images/icons/arrow_right.png"><img src="images/icons/arrow_down.png" style="display: none;"></a><code><img src="images/icons/method.png" alt="method"><img src="images/icons/visibility_public.png" style="margin-right: 5px" alt="public"><span class="highlight">closeElement</span><span class="nb-faded-text">(
string $name
)
</span>
:
\Zend_XmlRpc_Generator_Abstract</code><div class="description">
<p class="short_description">End of an XML element</p>
<small>Inherited from:
<a href="db_XmlRpc_Generator_GeneratorAbstract.html#%5CZend_XmlRpc_Generator_GeneratorAbstract::closeElement()">\Zend_XmlRpc_Generator_GeneratorAbstract::closeElement()</a></small>
</div>
<div class="code-tabs">
<div class="long-description"><p>Method marks the end of an XML element</p>
</div>
<strong>Parameters</strong><table class="argument-info">
<thead><tr>
<th>Name</th>
<th>Type</th>
<th>Description</th>
</tr></thead>
<tr>
<th>$name</th>
<td>string</td>
<td><em>XML tag name</em></td>
</tr>
</table>
<strong>Returns</strong><table class="argument-info">
<thead><tr>
<th>Type</th>
<th>Description</th>
</tr></thead>
<tr>
<td>\Zend_XmlRpc_Generator_Abstract</td>
<td>Fluent interface</td>
</tr>
</table>
</div>
<div class="clear"></div>
</div>
<a id="\Zend_XmlRpc_Generator_XmlWriter::flush()"></a><div class="method inherited_from ">
<a href="#" class="gripper"><img src="images/icons/arrow_right.png"><img src="images/icons/arrow_down.png" style="display: none;"></a><code><img src="images/icons/method.png" alt="method"><img src="images/icons/visibility_public.png" style="margin-right: 5px" alt="public"><span class="highlight">flush</span><span class="nb-faded-text">(
)
</span>
:
string</code><div class="description">
<p class="short_description">Returns the XML as a string and flushes all internal buffers</p>
<small>Inherited from:
<a href="db_XmlRpc_Generator_GeneratorAbstract.html#%5CZend_XmlRpc_Generator_GeneratorAbstract::flush()">\Zend_XmlRpc_Generator_GeneratorAbstract::flush()</a></small>
</div>
<div class="code-tabs">
<div class="long-description">
</div>
<strong>Returns</strong><table class="argument-info">
<thead><tr>
<th>Type</th>
<th>Description</th>
</tr></thead>
<tr>
<td>string</td>
<td></td>
</tr>
</table>
</div>
<div class="clear"></div>
</div>
<a id="\Zend_XmlRpc_Generator_XmlWriter::getEncoding()"></a><div class="method inherited_from ">
<a href="#" class="gripper"><img src="images/icons/arrow_right.png"><img src="images/icons/arrow_down.png" style="display: none;"></a><code><img src="images/icons/method.png" alt="method"><img src="images/icons/visibility_public.png" style="margin-right: 5px" alt="public"><span class="highlight">getEncoding</span><span class="nb-faded-text">(
)
</span>
:
string</code><div class="description">
<p class="short_description">Return encoding</p>
<small>Inherited from:
<a href="db_XmlRpc_Generator_GeneratorAbstract.html#%5CZend_XmlRpc_Generator_GeneratorAbstract::getEncoding()">\Zend_XmlRpc_Generator_GeneratorAbstract::getEncoding()</a></small>
</div>
<div class="code-tabs">
<div class="long-description">
</div>
<strong>Returns</strong><table class="argument-info">
<thead><tr>
<th>Type</th>
<th>Description</th>
</tr></thead>
<tr>
<td>string</td>
<td></td>
</tr>
</table>
</div>
<div class="clear"></div>
</div>
<a id="\Zend_XmlRpc_Generator_XmlWriter::openElement()"></a><div class="method inherited_from ">
<a href="#" class="gripper"><img src="images/icons/arrow_right.png"><img src="images/icons/arrow_down.png" style="display: none;"></a><code><img src="images/icons/method.png" alt="method"><img src="images/icons/visibility_public.png" style="margin-right: 5px" alt="public"><span class="highlight">openElement</span><span class="nb-faded-text">(
string $name, string $value
=
null
)
</span>
:
\Zend_XmlRpc_Generator_Abstract</code><div class="description">
<p class="short_description">Start XML element</p>
<small>Inherited from:
<a href="db_XmlRpc_Generator_GeneratorAbstract.html#%5CZend_XmlRpc_Generator_GeneratorAbstract::openElement()">\Zend_XmlRpc_Generator_GeneratorAbstract::openElement()</a></small>
</div>
<div class="code-tabs">
<div class="long-description"><p>Method opens a new XML element with an element name and an optional value</p>
</div>
<strong>Parameters</strong><table class="argument-info">
<thead><tr>
<th>Name</th>
<th>Type</th>
<th>Description</th>
</tr></thead>
<tr>
<th>$name</th>
<td>string</td>
<td><em>XML tag name</em></td>
</tr>
<tr>
<th>$value</th>
<td>string</td>
<td><em>Optional value of the XML tag</em></td>
</tr>
</table>
<strong>Returns</strong><table class="argument-info">
<thead><tr>
<th>Type</th>
<th>Description</th>
</tr></thead>
<tr>
<td>\Zend_XmlRpc_Generator_Abstract</td>
<td>Fluent interface</td>
</tr>
</table>
</div>
<div class="clear"></div>
</div>
<a id="\Zend_XmlRpc_Generator_XmlWriter::saveXml()"></a><div class="method">
<a href="#" class="gripper"><img src="images/icons/arrow_right.png"><img src="images/icons/arrow_down.png" style="display: none;"></a><code><img src="images/icons/method.png" alt="method"><img src="images/icons/visibility_public.png" style="margin-right: 5px" alt="public"><span class="highlight">saveXml</span><span class="nb-faded-text">(
)
</span>
:
string</code><div class="description"><p class="short_description">Return XML as a string</p></div>
<div class="code-tabs">
<div class="long-description">
</div>
<strong>Returns</strong><table class="argument-info">
<thead><tr>
<th>Type</th>
<th>Description</th>
</tr></thead>
<tr>
<td>string</td>
<td></td>
</tr>
</table>
</div>
<div class="clear"></div>
</div>
<a id="\Zend_XmlRpc_Generator_XmlWriter::stripDeclaration()"></a><div class="method inherited_from ">
<a href="#" class="gripper"><img src="images/icons/arrow_right.png"><img src="images/icons/arrow_down.png" style="display: none;"></a><code><img src="images/icons/method.png" alt="method"><img src="images/icons/visibility_public.png" style="margin-right: 5px" alt="public"><span class="highlight">stripDeclaration</span><span class="nb-faded-text">(
string $xml
)
</span>
:
string</code><div class="description">
<p class="short_description">Removes XML declaration from a string</p>
<small>Inherited from:
<a href="db_XmlRpc_Generator_GeneratorAbstract.html#%5CZend_XmlRpc_Generator_GeneratorAbstract::stripDeclaration()">\Zend_XmlRpc_Generator_GeneratorAbstract::stripDeclaration()</a></small>
</div>
<div class="code-tabs">
<div class="long-description">
</div>
<strong>Parameters</strong><table class="argument-info">
<thead><tr>
<th>Name</th>
<th>Type</th>
<th>Description</th>
</tr></thead>
<tr>
<th>$xml</th>
<td>string</td>
<td><em></em></td>
</tr>
</table>
<strong>Returns</strong><table class="argument-info">
<thead><tr>
<th>Type</th>
<th>Description</th>
</tr></thead>
<tr>
<td>string</td>
<td></td>
</tr>
</table>
</div>
<div class="clear"></div>
</div>
</div>
</div>
</div>
<small xmlns="" class="footer">Documentation was generated by <a href="http://docblox-project.org">DocBlox 0.13.3</a>.
</small></body></html>
|
static/css/forms.css
|
aazhbd/qurananalyst01
|
/**
* An open source web application development framework for PHP 5 and above.
*
* @author ArticulateLogic Labs
* @author Abdullah Al Zakir Hossain, Email: aazhbd@yahoo.com
* @author Syeda Tasneem Rumy, Email: tasneemrumy@gmail.com
* @author Abdullah Al Zakir Hossain, Email: aazhbd@yahoo.com
* @copyright Copyright (c)2009-2010 ArticulateLogic Labs, creative software engineering
* @license www.articulatelogic.com/a/privacy, www.articulatelogic.com/a/terms
* @link http://www.articulatelogic.com
* @since Version 1.0
*
*/
form {
margin: 0;
width: auto;
}
fieldset {
color:#000;
padding: 0;
border-radius: 0.5em;
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
min-height: 30px;
overflow: hidden;
text-align: left;
}
fieldset > legend {
text-align: left;
color: #000;
border-radius: 0.5em;
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
}
fieldset > span, fieldset > div {
margin: 10px;
}
fieldset > span, fieldset > div > span {
display: block;
float: left;
text-align:left;
}
fieldset > span, fieldset > div > span {
margin-right: 1em;
}
fieldset > legend, fieldset label {
/*font-weight: bold;*/
}
fieldset label > label {
font-weight: normal;
}
fieldset ul, fieldset ol {
margin-top: 0;
margin-bottom: 0;
}
fieldset label > span, fieldset label > div, fieldset label > p {
font-weight: normal;
}
form .info {
font-size: 0.8em;
}
textarea, select {
margin: 0;
vertical-align: top;
font: .9em "Tahoma", Verdana, Helvetica, sans-serif;
}
.relatedcheckboxes, .relatedselects {
margin: 0;
}
.relatedcheckboxes > label > label {
font-size: 0.5em;
width: 17em;
display: block;
float: left;
}
input ,[type=text],[type=password], textarea, select {
border: 1px solid silver;
}
form .actions {
text-align: right;
}
form fieldset legend {
background: #F6F6F6 url('../images/menubgi.jpg') top left no-repeat;
border: none;
position: relative;
width: 80%;
padding: 0.5em;
border-bottom: 0.01em solid #DFEFEF;
border-radius: 0.5em;
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
}
form fieldset {
overflow: hidden;
background: #F6F6F6 url(../images/menubg.jpg) bottom right no-repeat;
border: none;
}
form .frmbtn {
color:#fff;
font: "Tahoma" 0.5em;
font-weight:bold;
background: url(../images/btnface.gif) #eee;
padding: 0.4em;
border: 1px solid #bbb;
}
form .frmbtn:hover {
border: 1px solid #ffc;
}
form #txtsrch{
width:280px;
}
form .log{
width:180px;
}
/* end of form formats */
|
javadoc/apollo/dataadapter/gamexml/TransactionXMLAdapter.html
|
genome-vendor/apollo
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_18) on Tue Jul 07 10:40:17 PDT 2009 -->
<TITLE>
TransactionXMLAdapter
</TITLE>
<META NAME="keywords" CONTENT="apollo.dataadapter.gamexml.TransactionXMLAdapter class">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="TransactionXMLAdapter";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#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="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="../../../apollo/dataadapter/gamexml/GAMESave.html" title="class in apollo.dataadapter.gamexml"><B>PREV CLASS</B></A>
<A HREF="../../../apollo/dataadapter/gamexml/XMLParser.html" title="class in apollo.dataadapter.gamexml"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?apollo/dataadapter/gamexml/TransactionXMLAdapter.html" target="_top"><B>FRAMES</B></A>
<A HREF="TransactionXMLAdapter.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> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: <A HREF="#field_detail">FIELD</A> | <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">
apollo.dataadapter.gamexml</FONT>
<BR>
Class TransactionXMLAdapter</H2>
<PRE>
java.lang.Object
<IMG SRC="../../../resources/inherit.gif" ALT="extended by "><B>apollo.dataadapter.gamexml.TransactionXMLAdapter</B>
</PRE>
<HR>
<DL>
<DT><PRE>public class <B>TransactionXMLAdapter</B><DT>extends java.lang.Object</DL>
</PRE>
<P>
This class is used to save and load Transaction objects into XML file.
<P>
<P>
<DL>
<DT><B>Author:</B></DT>
<DD>wgm</DD>
</DL>
<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 java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../apollo/dataadapter/gamexml/TransactionXMLAdapter.html#EXT_NAME">EXT_NAME</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected static org.apache.log4j.Logger</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../apollo/dataadapter/gamexml/TransactionXMLAdapter.html#logger">logger</A></B></CODE>
<BR>
</TD>
</TR>
</TABLE>
<!-- ======== 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="../../../apollo/dataadapter/gamexml/TransactionXMLAdapter.html#TransactionXMLAdapter()">TransactionXMLAdapter</A></B>()</CODE>
<BR>
Default constructor.</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="../../../apollo/dataadapter/gamexml/TransactionXMLAdapter.html#loadTransactions(java.lang.String, apollo.datamodel.CurationSet, apollo.dataadapter.CurationState)">loadTransactions</A></B>(java.lang.String fileName,
<A HREF="../../../apollo/datamodel/CurationSet.html" title="class in apollo.datamodel">CurationSet</A> curation,
<A HREF="../../../apollo/dataadapter/CurationState.html" title="class in apollo.dataadapter">CurationState</A> cs)</CODE>
<BR>
Loads (new) transactions from a transaction file (transaction file name is derived from
XML filename supplied to this method).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../apollo/dataadapter/gamexml/TransactionXMLAdapter.html#save(java.util.List)">save</A></B>(java.util.List transactions)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../apollo/dataadapter/gamexml/TransactionXMLAdapter.html#save(java.util.List, boolean)">save</A></B>(java.util.List transactions,
boolean writingSeparateFile)</CODE>
<BR>
Save a list of Transaction objects into a file.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../apollo/dataadapter/gamexml/TransactionXMLAdapter.html#setFileName(java.lang.String)">setFileName</A></B>(java.lang.String annotFileName)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../apollo/dataadapter/gamexml/TransactionXMLAdapter.html#setWriter(java.io.Writer)">setWriter</A></B>(java.io.Writer writer)</CODE>
<BR>
If writing to a game file GAMESave passes in the writer for the file</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="logger"><!-- --></A><H3>
logger</H3>
<PRE>
protected static final org.apache.log4j.Logger <B>logger</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="EXT_NAME"><!-- --></A><H3>
EXT_NAME</H3>
<PRE>
public static final java.lang.String <B>EXT_NAME</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#apollo.dataadapter.gamexml.TransactionXMLAdapter.EXT_NAME">Constant Field Values</A></DL>
</DL>
<!-- ========= 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="TransactionXMLAdapter()"><!-- --></A><H3>
TransactionXMLAdapter</H3>
<PRE>
public <B>TransactionXMLAdapter</B>()</PRE>
<DL>
<DD>Default constructor.
<P>
</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="setWriter(java.io.Writer)"><!-- --></A><H3>
setWriter</H3>
<PRE>
public void <B>setWriter</B>(java.io.Writer writer)</PRE>
<DL>
<DD>If writing to a game file GAMESave passes in the writer for the file
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setFileName(java.lang.String)"><!-- --></A><H3>
setFileName</H3>
<PRE>
public void <B>setFileName</B>(java.lang.String annotFileName)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="loadTransactions(java.lang.String, apollo.datamodel.CurationSet, apollo.dataadapter.CurationState)"><!-- --></A><H3>
loadTransactions</H3>
<PRE>
public static void <B>loadTransactions</B>(java.lang.String fileName,
<A HREF="../../../apollo/datamodel/CurationSet.html" title="class in apollo.datamodel">CurationSet</A> curation,
<A HREF="../../../apollo/dataadapter/CurationState.html" title="class in apollo.dataadapter">CurationState</A> cs)
throws java.io.IOException</PRE>
<DL>
<DD>Loads (new) transactions from a transaction file (transaction file name is derived from
XML filename supplied to this method).
Needs to be static because it's called from static methods. Is this bad?
sets curations transactions
<P>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="save(java.util.List)"><!-- --></A><H3>
save</H3>
<PRE>
public void <B>save</B>(java.util.List transactions)
throws java.io.IOException</PRE>
<DL>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="save(java.util.List, boolean)"><!-- --></A><H3>
save</H3>
<PRE>
public void <B>save</B>(java.util.List transactions,
boolean writingSeparateFile)
throws java.io.IOException</PRE>
<DL>
<DD>Save a list of Transaction objects into a file.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>transactions</CODE> - a list of Transactions to be saved<DD><CODE>writingSeparateFile</CODE> - if true writes header & closes Writer when done
<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</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="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="../../../apollo/dataadapter/gamexml/GAMESave.html" title="class in apollo.dataadapter.gamexml"><B>PREV CLASS</B></A>
<A HREF="../../../apollo/dataadapter/gamexml/XMLParser.html" title="class in apollo.dataadapter.gamexml"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?apollo/dataadapter/gamexml/TransactionXMLAdapter.html" target="_top"><B>FRAMES</B></A>
<A HREF="TransactionXMLAdapter.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> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: <A HREF="#field_detail">FIELD</A> | <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>
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.