path
stringlengths 5
312
| repo_name
stringlengths 5
116
| content
stringlengths 2
1.04M
|
---|---|---|
docs/new-pandas-doc/generated/pandas.DataFrame.quantile.html | datapythonista/datapythonista.github.io |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>pandas.DataFrame.quantile — pandas 0.24.0.dev0+81.g8d5032a8c.dirty documentation</title>
<link rel="stylesheet" href="../_static/nature.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="pandas.DataFrame.query" href="pandas.DataFrame.query.html" />
<link rel="prev" title="pandas.DataFrame.product" href="pandas.DataFrame.product.html" />
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="pandas.DataFrame.query.html" title="pandas.DataFrame.query"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="pandas.DataFrame.product.html" title="pandas.DataFrame.product"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../index.html">pandas 0.24.0.dev0+81.g8d5032a8c.dirty documentation</a> »</li>
<li class="nav-item nav-item-1"><a href="../api.html" >API Reference</a> »</li>
<li class="nav-item nav-item-2"><a href="pandas.DataFrame.html" accesskey="U">pandas.DataFrame</a> »</li>
</ul>
</div>
<div class="content-wrapper">
<div class="content">
<div class="document">
<div class="sphinxsidebar">
<h3>Table Of Contents</h3>
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../whatsnew.html">What’s New</a></li>
<li class="toctree-l1"><a class="reference internal" href="../install.html">Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="../contributing.html">Contributing to pandas</a></li>
<li class="toctree-l1"><a class="reference internal" href="../overview.html">Package overview</a></li>
<li class="toctree-l1"><a class="reference internal" href="../10min.html">10 Minutes to pandas</a></li>
<li class="toctree-l1"><a class="reference internal" href="../tutorials.html">Tutorials</a></li>
<li class="toctree-l1"><a class="reference internal" href="../cookbook.html">Cookbook</a></li>
<li class="toctree-l1"><a class="reference internal" href="../dsintro.html">Intro to Data Structures</a></li>
<li class="toctree-l1"><a class="reference internal" href="../basics.html">Essential Basic Functionality</a></li>
<li class="toctree-l1"><a class="reference internal" href="../text.html">Working with Text Data</a></li>
<li class="toctree-l1"><a class="reference internal" href="../options.html">Options and Settings</a></li>
<li class="toctree-l1"><a class="reference internal" href="../indexing.html">Indexing and Selecting Data</a></li>
<li class="toctree-l1"><a class="reference internal" href="../advanced.html">MultiIndex / Advanced Indexing</a></li>
<li class="toctree-l1"><a class="reference internal" href="../computation.html">Computational tools</a></li>
<li class="toctree-l1"><a class="reference internal" href="../missing_data.html">Working with missing data</a></li>
<li class="toctree-l1"><a class="reference internal" href="../groupby.html">Group By: split-apply-combine</a></li>
<li class="toctree-l1"><a class="reference internal" href="../merging.html">Merge, join, and concatenate</a></li>
<li class="toctree-l1"><a class="reference internal" href="../reshaping.html">Reshaping and Pivot Tables</a></li>
<li class="toctree-l1"><a class="reference internal" href="../timeseries.html">Time Series / Date functionality</a></li>
<li class="toctree-l1"><a class="reference internal" href="../timedeltas.html">Time Deltas</a></li>
<li class="toctree-l1"><a class="reference internal" href="../categorical.html">Categorical Data</a></li>
<li class="toctree-l1"><a class="reference internal" href="../visualization.html">Visualization</a></li>
<li class="toctree-l1"><a class="reference internal" href="../style.html">Styling</a></li>
<li class="toctree-l1"><a class="reference internal" href="../io.html">IO Tools (Text, CSV, HDF5, …)</a></li>
<li class="toctree-l1"><a class="reference internal" href="../enhancingperf.html">Enhancing Performance</a></li>
<li class="toctree-l1"><a class="reference internal" href="../sparse.html">Sparse data structures</a></li>
<li class="toctree-l1"><a class="reference internal" href="../gotchas.html">Frequently Asked Questions (FAQ)</a></li>
<li class="toctree-l1"><a class="reference internal" href="../r_interface.html">rpy2 / R interface</a></li>
<li class="toctree-l1"><a class="reference internal" href="../ecosystem.html">pandas Ecosystem</a></li>
<li class="toctree-l1"><a class="reference internal" href="../comparison_with_r.html">Comparison with R / R libraries</a></li>
<li class="toctree-l1"><a class="reference internal" href="../comparison_with_sql.html">Comparison with SQL</a></li>
<li class="toctree-l1"><a class="reference internal" href="../comparison_with_sas.html">Comparison with SAS</a></li>
<li class="toctree-l1"><a class="reference internal" href="../comparison_with_stata.html">Comparison with Stata</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="../api.html">API Reference</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="../api.html#input-output">Input/Output</a></li>
<li class="toctree-l2"><a class="reference internal" href="../api.html#general-functions">General functions</a></li>
<li class="toctree-l2"><a class="reference internal" href="../api.html#series">Series</a></li>
<li class="toctree-l2 current"><a class="reference internal" href="../api.html#dataframe">DataFrame</a><ul class="current">
<li class="toctree-l3"><a class="reference internal" href="../api.html#id1">Constructor</a></li>
<li class="toctree-l3"><a class="reference internal" href="../api.html#attributes-and-underlying-data">Attributes and underlying data</a></li>
<li class="toctree-l3"><a class="reference internal" href="../api.html#id2">Conversion</a></li>
<li class="toctree-l3"><a class="reference internal" href="../api.html#id3">Indexing, iteration</a></li>
<li class="toctree-l3"><a class="reference internal" href="../api.html#id4">Binary operator functions</a></li>
<li class="toctree-l3"><a class="reference internal" href="../api.html#id5">Function application, GroupBy & Window</a></li>
<li class="toctree-l3 current"><a class="reference internal" href="../api.html#api-dataframe-stats">Computations / Descriptive Stats</a><ul class="current">
<li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.abs.html">pandas.DataFrame.abs</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.all.html">pandas.DataFrame.all</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.any.html">pandas.DataFrame.any</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.clip.html">pandas.DataFrame.clip</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.clip_lower.html">pandas.DataFrame.clip_lower</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.clip_upper.html">pandas.DataFrame.clip_upper</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.compound.html">pandas.DataFrame.compound</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.corr.html">pandas.DataFrame.corr</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.corrwith.html">pandas.DataFrame.corrwith</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.count.html">pandas.DataFrame.count</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.cov.html">pandas.DataFrame.cov</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.cummax.html">pandas.DataFrame.cummax</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.cummin.html">pandas.DataFrame.cummin</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.cumprod.html">pandas.DataFrame.cumprod</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.cumsum.html">pandas.DataFrame.cumsum</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.describe.html">pandas.DataFrame.describe</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.diff.html">pandas.DataFrame.diff</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.eval.html">pandas.DataFrame.eval</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.kurt.html">pandas.DataFrame.kurt</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.kurtosis.html">pandas.DataFrame.kurtosis</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.mad.html">pandas.DataFrame.mad</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.max.html">pandas.DataFrame.max</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.mean.html">pandas.DataFrame.mean</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.median.html">pandas.DataFrame.median</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.min.html">pandas.DataFrame.min</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.mode.html">pandas.DataFrame.mode</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.pct_change.html">pandas.DataFrame.pct_change</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.prod.html">pandas.DataFrame.prod</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.product.html">pandas.DataFrame.product</a></li>
<li class="toctree-l4 current"><a class="current reference internal" href="#">pandas.DataFrame.quantile</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.rank.html">pandas.DataFrame.rank</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.round.html">pandas.DataFrame.round</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.sem.html">pandas.DataFrame.sem</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.skew.html">pandas.DataFrame.skew</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.sum.html">pandas.DataFrame.sum</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.std.html">pandas.DataFrame.std</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.var.html">pandas.DataFrame.var</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.nunique.html">pandas.DataFrame.nunique</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="../api.html#id7">Reindexing / Selection / Label manipulation</a></li>
<li class="toctree-l3"><a class="reference internal" href="../api.html#api-dataframe-missing">Missing data handling</a></li>
<li class="toctree-l3"><a class="reference internal" href="../api.html#reshaping-sorting-transposing">Reshaping, sorting, transposing</a></li>
<li class="toctree-l3"><a class="reference internal" href="../api.html#id9">Combining / joining / merging</a></li>
<li class="toctree-l3"><a class="reference internal" href="../api.html#id10">Time series-related</a></li>
<li class="toctree-l3"><a class="reference internal" href="../api.html#api-dataframe-plotting">Plotting</a></li>
<li class="toctree-l3"><a class="reference internal" href="../api.html#id12">Serialization / IO / Conversion</a></li>
<li class="toctree-l3"><a class="reference internal" href="../api.html#id13">Sparse</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="../api.html#panel">Panel</a></li>
<li class="toctree-l2"><a class="reference internal" href="../api.html#index">Index</a></li>
<li class="toctree-l2"><a class="reference internal" href="../api.html#numeric-index">Numeric Index</a></li>
<li class="toctree-l2"><a class="reference internal" href="../api.html#categoricalindex">CategoricalIndex</a></li>
<li class="toctree-l2"><a class="reference internal" href="../api.html#intervalindex">IntervalIndex</a></li>
<li class="toctree-l2"><a class="reference internal" href="../api.html#multiindex">MultiIndex</a></li>
<li class="toctree-l2"><a class="reference internal" href="../api.html#datetimeindex">DatetimeIndex</a></li>
<li class="toctree-l2"><a class="reference internal" href="../api.html#timedeltaindex">TimedeltaIndex</a></li>
<li class="toctree-l2"><a class="reference internal" href="../api.html#periodindex">PeriodIndex</a></li>
<li class="toctree-l2"><a class="reference internal" href="../api.html#scalars">Scalars</a></li>
<li class="toctree-l2"><a class="reference internal" href="../api.html#frequencies">Frequencies</a></li>
<li class="toctree-l2"><a class="reference internal" href="../api.html#window">Window</a></li>
<li class="toctree-l2"><a class="reference internal" href="../api.html#groupby">GroupBy</a></li>
<li class="toctree-l2"><a class="reference internal" href="../api.html#resampling">Resampling</a></li>
<li class="toctree-l2"><a class="reference internal" href="../api.html#style">Style</a></li>
<li class="toctree-l2"><a class="reference internal" href="../api.html#id43">Plotting</a></li>
<li class="toctree-l2"><a class="reference internal" href="../api.html#general-utility-functions">General utility functions</a></li>
<li class="toctree-l2"><a class="reference internal" href="../api.html#extensions">Extensions</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../developer.html">Developer</a></li>
<li class="toctree-l1"><a class="reference internal" href="../internals.html">Internals</a></li>
<li class="toctree-l1"><a class="reference internal" href="../extending.html">Extending Pandas</a></li>
<li class="toctree-l1"><a class="reference internal" href="../release.html">Release Notes</a></li>
</ul>
<h3 style="margin-top: 1.5em;">Search</h3>
<form class="search" action="../search.html" method="get">
<input type="text" name="q" size="18"/>
<input type="submit" value="Go"/>
<input type="hidden" name="check_keywords" value="yes"/>
<input type="hidden" name="area" value="default"/>
</form>
<p class="searchtip" style="font-size: 90%">
Enter search terms or a module, class or function name.
</p>
</div>
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<div class="section" id="pandas-dataframe-quantile">
<h1>pandas.DataFrame.quantile<a class="headerlink" href="#pandas-dataframe-quantile" title="Permalink to this headline">¶</a></h1>
<dl class="method">
<dt id="pandas.DataFrame.quantile">
<code class="descclassname">DataFrame.</code><code class="descname">quantile</code><span class="sig-paren">(</span><em>q=0.5</em>, <em>axis=0</em>, <em>numeric_only=True</em>, <em>interpolation='linear'</em><span class="sig-paren">)</span><a class="reference external" href="http://github.com/pandas-dev/pandas/blob/master/pandas/core/frame.py#L7083-L7175"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pandas.DataFrame.quantile" title="Permalink to this definition">¶</a></dt>
<dd><p>Return values at the given quantile over requested axis, a la
numpy.percentile.</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>q</strong> : float or array-like, default 0.5 (50% quantile)</p>
<blockquote>
<div><p>0 <= q <= 1, the quantile(s) to compute</p>
</div></blockquote>
<p><strong>axis</strong> : {0, 1, ‘index’, ‘columns’} (default 0)</p>
<blockquote>
<div><p>0 or ‘index’ for row-wise, 1 or ‘columns’ for column-wise</p>
</div></blockquote>
<p><strong>numeric_only</strong> : boolean, default True</p>
<blockquote>
<div><p>If False, the quantile of datetime and timedelta data will be
computed as well</p>
</div></blockquote>
<p><strong>interpolation</strong> : {‘linear’, ‘lower’, ‘higher’, ‘midpoint’, ‘nearest’}</p>
<blockquote>
<div><div class="versionadded">
<p><span class="versionmodified">New in version 0.18.0.</span></p>
</div>
<p>This optional parameter specifies the interpolation method to use,
when the desired quantile lies between two data points <cite>i</cite> and <cite>j</cite>:</p>
<ul class="simple">
<li>linear: <cite>i + (j - i) * fraction</cite>, where <cite>fraction</cite> is the
fractional part of the index surrounded by <cite>i</cite> and <cite>j</cite>.</li>
<li>lower: <cite>i</cite>.</li>
<li>higher: <cite>j</cite>.</li>
<li>nearest: <cite>i</cite> or <cite>j</cite> whichever is nearest.</li>
<li>midpoint: (<cite>i</cite> + <cite>j</cite>) / 2.</li>
</ul>
</div></blockquote>
</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first"><strong>quantiles</strong> : Series or DataFrame</p>
<blockquote class="last">
<div><ul class="simple">
<li>If <code class="docutils literal notranslate"><span class="pre">q</span></code> is an array, a DataFrame will be returned where the
index is <code class="docutils literal notranslate"><span class="pre">q</span></code>, the columns are the columns of self, and the
values are the quantiles.</li>
<li>If <code class="docutils literal notranslate"><span class="pre">q</span></code> is a float, a Series will be returned where the
index is the columns of self and the values are the quantiles.</li>
</ul>
</div></blockquote>
</td>
</tr>
</tbody>
</table>
<div class="admonition seealso">
<p class="first admonition-title">See also</p>
<p class="last"><a class="reference internal" href="pandas.core.window.Rolling.quantile.html#pandas.core.window.Rolling.quantile" title="pandas.core.window.Rolling.quantile"><code class="xref py py-obj docutils literal notranslate"><span class="pre">pandas.core.window.Rolling.quantile</span></code></a></p>
</div>
<p class="rubric">Examples</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="gp">>>> </span><span class="n">df</span> <span class="o">=</span> <span class="n">pd</span><span class="o">.</span><span class="n">DataFrame</span><span class="p">(</span><span class="n">np</span><span class="o">.</span><span class="n">array</span><span class="p">([[</span><span class="mi">1</span><span class="p">,</span> <span class="mi">1</span><span class="p">],</span> <span class="p">[</span><span class="mi">2</span><span class="p">,</span> <span class="mi">10</span><span class="p">],</span> <span class="p">[</span><span class="mi">3</span><span class="p">,</span> <span class="mi">100</span><span class="p">],</span> <span class="p">[</span><span class="mi">4</span><span class="p">,</span> <span class="mi">100</span><span class="p">]]),</span>
<span class="go"> columns=['a', 'b'])</span>
<span class="gp">>>> </span><span class="n">df</span><span class="o">.</span><span class="n">quantile</span><span class="p">(</span><span class="o">.</span><span class="mi">1</span><span class="p">)</span>
<span class="go">a 1.3</span>
<span class="go">b 3.7</span>
<span class="go">dtype: float64</span>
<span class="gp">>>> </span><span class="n">df</span><span class="o">.</span><span class="n">quantile</span><span class="p">([</span><span class="o">.</span><span class="mi">1</span><span class="p">,</span> <span class="o">.</span><span class="mi">5</span><span class="p">])</span>
<span class="go"> a b</span>
<span class="go">0.1 1.3 3.7</span>
<span class="go">0.5 2.5 55.0</span>
</pre></div>
</div>
<p>Specifying <cite>numeric_only=False</cite> will also compute the quantile of
datetime and timedelta data.</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="gp">>>> </span><span class="n">df</span> <span class="o">=</span> <span class="n">pd</span><span class="o">.</span><span class="n">DataFrame</span><span class="p">({</span><span class="s1">'A'</span><span class="p">:</span> <span class="p">[</span><span class="mi">1</span><span class="p">,</span> <span class="mi">2</span><span class="p">],</span>
<span class="go"> 'B': [pd.Timestamp('2010'),</span>
<span class="go"> pd.Timestamp('2011')],</span>
<span class="go"> 'C': [pd.Timedelta('1 days'),</span>
<span class="go"> pd.Timedelta('2 days')]})</span>
<span class="gp">>>> </span><span class="n">df</span><span class="o">.</span><span class="n">quantile</span><span class="p">(</span><span class="mf">0.5</span><span class="p">,</span> <span class="n">numeric_only</span><span class="o">=</span><span class="kc">False</span><span class="p">)</span>
<span class="go">A 1.5</span>
<span class="go">B 2010-07-02 12:00:00</span>
<span class="go">C 1 days 12:00:00</span>
<span class="go">Name: 0.5, dtype: object</span>
</pre></div>
</div>
</dd></dl>
</div>
</div>
</div>
</div>
<div class="clearer"></div>
</div>
</div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="pandas.DataFrame.query.html" title="pandas.DataFrame.query"
>next</a> |</li>
<li class="right" >
<a href="pandas.DataFrame.product.html" title="pandas.DataFrame.product"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../index.html">pandas 0.24.0.dev0+81.g8d5032a8c.dirty documentation</a> »</li>
<li class="nav-item nav-item-1"><a href="../api.html" >API Reference</a> »</li>
<li class="nav-item nav-item-2"><a href="pandas.DataFrame.html" >pandas.DataFrame</a> »</li>
</ul>
</div>
<style type="text/css">
.scrollToTop {
text-align: center;
font-weight: bold;
position: fixed;
bottom: 60px;
right: 40px;
display: none;
}
</style>
<a href="#" class="scrollToTop">Scroll To Top</a>
<script type="text/javascript">
$(document).ready(function() {
//Check to see if the window is top if not then display button
$(window).scroll(function() {
if ($(this).scrollTop() > 200) {
$('.scrollToTop').fadeIn();
} else {
$('.scrollToTop').fadeOut();
}
});
//Click event to scroll to top
$('.scrollToTop').click(function() {
$('html, body').animate({
scrollTop: 0
}, 500);
return false;
});
});
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-27880019-2']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html> |
phpcms/templates/default/content/show_videolist.html | johnshen/phpcms | {template "content","header"}
{php $video_cache = getcache('video', 'video');}
<link href="{CSS_PATH}vms/vms.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="{JS_PATH}cookie.js"></script>
<div class="clr ct show_pg">
<div class="crumbs"><a href="{APP_PATH}">首页</a> <span id="play_title"> > 我的播放列表 > {$title}</span></div>
<div class="ad">
<a href="http://www.phpcms.cn" title="随机广告位,欢迎访问PHPCMS.CN"><img src="http://www.phpcms.cn/statics/images/video/ad960x40.gif"></a>
</div>
<div class="lty1">
<div class="clr">
<div class="zj"><h5>{$title}</h5></div>
<div class="clr xxg">
<div class="clr">总播放:<span id="hits"></span> <span>|</span> 更新时间:{$inputtime}</div>
</div>
</div>
<div class="plbox clr">
{if $video_info[vid]!=""}
{player_code('video_player',$video_info['channelid'],$video_info['vid'],600,500)}
{else}
非常抱歉,该视频不存在,或者尚没有通过审核!
{/if}
</div>
<div class="sr">
<ul class="srli">
<li>
<strong>分享视频:</strong><a href="#" title="text" class=""></a>
<div class="clr sr_tag wp">
<!-- Baidu Button BEGIN -->
<div id="bdshare" class="bdshare_b" style="line-height: 12px;"><img src="http://share.baidu.com/static/images/type-button-5.jpg" />
<a class="shareCount"></a>
</div>
<script type="text/javascript" id="bdshare_js" data="type=button&uid=6434581" ></script>
<script type="text/javascript" id="bdshell_js"></script>
<script type="text/javascript">
document.getElementById("bdshell_js").src = "http://share.baidu.com/static/js/shell_v2.js?cdnversion=" + new Date().getHours();
</script>
<!-- Baidu Button END -->
</div>
</li>
<li>
<strong>嵌入代码:</strong>
<input name="html" id="html" type="text" size="50" class="fz_ipt" style="margin-left:2px;" ><input type="button" class="fz_btn" value="复制" onclick="copy_text(html);">
</li>
</ul>
</div>
<div class="clr bfj">
{if $video[data]}
{loop $video[data] $v}
<a href="{$v[url]}" >{$v[title]}</a>
{/loop}
{/if}
</div>
<div class="bk10"></div>
{if $allow_comment && module_exists('comment')}
<iframe src="{APP_PATH}index.php?m=comment&c=index&a=init&commentid={id_encode("content_$catid",$id,$siteid)}&iframe=1" width="100%" height="100%" id="comment_iframe" frameborder="0" scrolling="no"></iframe>
<div class="box">
<h5>评论排行</h5>
{pc:comment action="bang" siteid="$siteid" cache="3600"}
<ul class="content list blue f14 row-2">
{loop $data $r}
<li>·<a href="{$r[url]}" target="_blank">{str_cut($r[title], 40)}</a><span>({$r[total]})</span></li>
{/loop}
</ul>
{/pc}
</div>
{/if}
</div>
<div class="wp lty2">
<div class="box0">
<div class="nav">
<span class="more" onclick="delcookie('player_list');alert('已经清空播放列表!');javascript:window.location.href='{APP_PATH}';"><label for="lb">清空播放列表</label></span>
<h5>上升最快的视频</h5>
</div>
<div class="bct">
<div class="lbbox">
<ul class="c1 c2" id="select_video">
</ul>
</div>
</div>
</div>
<div class="ad">
<a href="http://www.phpcms.cn" title="随机广告位,欢迎访问PHPCMS.CN"><img src="http://www.phpcms.cn/statics/images/video/ad318x64.gif"></a>
</div>
<div class="box0">
<div class="nav"><h5>精彩推荐</h5></div>
<div class="bct">
<ul class="c1 c2">
{pc:content action="position" posid="18" catid="$catid" order="listorder DESC" num="6" return="info"}
{loop $info $v}
<li>
<div class="clr h77">
<a href="{$v[url]}" target="_blank" title="{$v[title]}"><img src="{$v[thumb]}" width="104" height="65" class="l"></a>
<div class="lh21"><a href="{$v[url]}" title="{$v[title]}" target="_blank">{str_cut($v[title],22,false)}</a></div>
<div class="sz"><span class="shows">播放次数:{get_views('c-'.$CATEGORYS[$v[catid]][modelid].'-'.$v['id'])}</span><span>评论:{get_comments(id_encode("content_$v[catid]",$v[id],$siteid))}</span></div>
</div>
</li>
{/loop}
{/pc}
</ul>
</div>
</div>
</div>
<div class="hr"></div>
</div>
<script language="JavaScript" src="{APP_PATH}api.php?op=count&id={$contentid}&modelid={$CATEGORYS[$catid][modelid]}"></script>
<script language="JavaScript">
<!--
$(function(){
var ck = getcookie('player_list');
show_playerlist();
$('#html').val('<embed src="{player_code('video_player',$video_info['channelid'],$video_info['vid'],600,500)}" quality="high" width="600" height="500" align="middle" allowScriptAccess="always" allowfullscreen="true" flashvars="auto=1" type="application/x-shockwave-flash"></embed>');
return false;
})
//设置COOKIE
function set_cookie(id,title){
setcookie('now',id);
}
//切换地址 playReady, playFinish.
function playReady() {
}
function playFinish(id,vid) {
var player_list = getcookie('player_list');
var now = getcookie('now');
if(player_list!=null){
var list_array=new Array();
var player=new Array();
list_array = player_list.split("|");
if(now==null){
alert('now 是空的');exit;
setcookie('now','0');
player=list_array[0].split("@");//url@标题@vid
document.getElementById('video_player').playVideoByVid(player[2]);
}else{
var new_now = parseInt(now)+1;
if(typeof(list_array[new_now])=="undefined"){
setcookie('now','0');
alert('播完了');
return false;
}
setcookie('now',new_now);
window.open($('#url'+new_now).attr("href"),'_self');
//return false;
}
}
}
// 数组循环
function show_playerlist() {
var player_list = getcookie('player_list');
var now = getcookie('now');
var content = "";
if(player_list!=null){
var list_array=new Array();
var player=new Array();
list_array = player_list.split("|");
for(var i=0;i<list_array.length;i++) {//调条记录循环
player=list_array[i].split("@");
if('{$contentid}'==player[2]){
var ac = 'ac';
}else {
var ac = '';
}
content +=("<li class='"+ac+"' id='playid"+i+"'><a href='"+player[0]+"' onclick='set_cookie("+i+");' id='url"+i+"' title='"+player[1]+"'>"+player[1].substring(0,24)+"</a></li>");
}
}else{
content = "<li>没有播放列表</li>";
}
$('#select_video').html(content);
}
//-->
</script>
{template "content","footer"}
|
extensions/amp-story/1.0/amp-story-interactive-poll.css | adup-tech/amphtml | /**
* Copyright 2020 The AMP HTML Authors. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* 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.
*/
.i-amphtml-story-interactive-option-container {
background-color: var(--i-amphtml-interactive-option-background-color) !important;
border-radius: 16px !important;
color: var(--i-amphtml-interactive-strong-text-color) !important;
font-weight: bold !important;
padding: 8px !important;
}
.i-amphtml-story-interactive-option {
display: flex !important;
align-items: center !important;
justify-content: space-between !important;
height: 58px !important;
overflow: hidden !important;
padding: 0px 12px !important;
position: relative !important;
box-shadow: var(--i-amphtml-interactive-chip-shadow), inset 0px 0px 0px 1px var(--i-amphtml-interactive-theme-border) !important;
-webkit-box-shadow: var(--i-amphtml-interactive-chip-shadow), inset 0px 0px 0px 1px var(--i-amphtml-interactive-theme-border) !important;
-moz-box-shadow: var(--i-amphtml-interactive-chip-shadow), inset 0px 0px 0px 1px var(--i-amphtml-interactive-theme-border) !important;
border-radius: 8px !important;
}
.i-amphtml-story-interactive-option:not(:first-child) {
margin-top: 8px !important;
}
.i-amphtml-story-interactive-option.i-amphtml-story-interactive-option-selected {
background-color: var(--i-amphtml-interactive-theme-shading);
box-shadow: var(--i-amphtml-interactive-chip-shadow-inset), inset 0px 0px 0px 1px var(--i-amphtml-interactive-theme-border) !important;
-webkit-box-shadow: var(--i-amphtml-interactive-chip-shadow-inset), inset 0px 0px 0px 1px var(--i-amphtml-interactive-theme-border) !important;
-moz-box-shadow: var(--i-amphtml-interactive-chip-shadow-inset), inset 0px 0px 0px 1px var(--i-amphtml-interactive-theme-border) !important;
animation: i-amphtml-interactive-animation-flash-background-color forwards var(--i-amphtml-interactive-animation-time) var(--i-amphtml-interactive-ease-out-curve) !important;
}
.i-amphtml-story-interactive-option::after {
content: '' !important;
background-color: var(--i-amphtml-interactive-theme-shading) !important;
position: absolute !important;
height: 100% !important;
width: 100% !important;
left: 0 !important;
top: 0 !important;
transform: translateX(-100%) !important;
transition: transform var(--i-amphtml-interactive-animation-time) var(--i-amphtml-interactive-ease-out-curve) !important;
}
.i-amphtml-story-interactive-poll-container[dir="rtl"] .i-amphtml-story-interactive-option::after {
transform: translateX(100%)!important;
}
.i-amphtml-story-interactive-post-selection .i-amphtml-story-interactive-option::after {
transform: translateX(calc(var(--option-percentage) - 100%)) !important;
}
.i-amphtml-story-interactive-poll-container.i-amphtml-story-interactive-post-selection[dir="rtl"] .i-amphtml-story-interactive-option::after {
transform: translateX(calc(100% - var(--option-percentage)))!important;
}
.i-amphtml-story-interactive-poll-container:not(.i-amphtml-story-interactive-has-data) .i-amphtml-story-interactive-option::after {
display: none !important;
}
.i-amphtml-story-interactive-option-text {
font-size: 22px !important;
margin: 0 !important;
z-index: 1 !important;
transition: transform var(--i-amphtml-interactive-animation-time) var(--i-amphtml-interactive-ease-out-curve) !important;
transform-origin: left !important;
white-space: nowrap !important;
overflow: hidden !important;
text-overflow: ellipsis !important;
}
.i-amphtml-story-interactive-poll-container[dir="rtl"] .i-amphtml-story-interactive-option-text{
transform-origin: right !important;
}
.i-amphtml-story-interactive-post-selection .i-amphtml-story-interactive-option-text {
transform: scale(0.72) !important;
}
.i-amphtml-story-interactive-option-percentage {
font-weight: 700 !important;
font-size: 28px !important;
margin: 0 !important;
opacity: 0 !important;
transition: transform var(--i-amphtml-interactive-animation-time) var(--i-amphtml-interactive-ease-out-curve) !important;
transform: translateX(60px) !important;
/* Percentage sign always goes to the right of the number, regardless of language. TODO(mszylkowski): rtl for arabic */
direction: ltr !important;
}
.i-amphtml-story-interactive-poll-container[dir="rtl"] .i-amphtml-story-interactive-option-percentage {
transform: translateX(-60px) !important;
}
.i-amphtml-story-interactive-poll-container.i-amphtml-story-interactive-post-selection[dir="rtl"] .i-amphtml-story-interactive-option-percentage,
.i-amphtml-story-interactive-poll-container.i-amphtml-story-interactive-post-selection:not([dir="rtl"]) .i-amphtml-story-interactive-option-percentage {
opacity: 1 !important;
transform: translateX(0px) !important;
}
.i-amphtml-story-interactive-option-percentage-sign {
font-size: 16px !important;
margin-left: -5px !important;
display: inline-block !important;
}
.i-amphtml-story-interactive-poll-container:not(.i-amphtml-story-interactive-has-data) .i-amphtml-story-interactive-option-percentage {
display: none !important;
}
|
docs/solr-core/org/apache/solr/handler/component/class-use/ResponseBuilder.GlobalCollectionStat.html | priyankajayaswal1/Solr-5.2-1-searching-and-indexing- | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_75) on Wed Jun 10 23:20:35 IST 2015 -->
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>Uses of Class org.apache.solr.handler.component.ResponseBuilder.GlobalCollectionStat (Solr 5.2.1 API)</title>
<meta name="date" content="2015-06-10">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.solr.handler.component.ResponseBuilder.GlobalCollectionStat (Solr 5.2.1 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/apache/solr/handler/component/ResponseBuilder.GlobalCollectionStat.html" title="class in org.apache.solr.handler.component">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/solr/handler/component/class-use/ResponseBuilder.GlobalCollectionStat.html" target="_top">Frames</a></li>
<li><a href="ResponseBuilder.GlobalCollectionStat.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.solr.handler.component.ResponseBuilder.GlobalCollectionStat" class="title">Uses of Class<br>org.apache.solr.handler.component.ResponseBuilder.GlobalCollectionStat</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../org/apache/solr/handler/component/ResponseBuilder.GlobalCollectionStat.html" title="class in org.apache.solr.handler.component">ResponseBuilder.GlobalCollectionStat</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.solr.handler.component">org.apache.solr.handler.component</a></td>
<td class="colLast">
<div class="block"><a href="../../../../../../org/apache/solr/handler/component/SearchComponent.html" title="class in org.apache.solr.handler.component"><code>SearchComponent</code></a> implementations for
use in <a href="../../../../../../org/apache/solr/handler/component/SearchHandler.html" title="class in org.apache.solr.handler.component"><code>SearchHandler</code></a></div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.apache.solr.handler.component">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/apache/solr/handler/component/ResponseBuilder.GlobalCollectionStat.html" title="class in org.apache.solr.handler.component">ResponseBuilder.GlobalCollectionStat</a> in <a href="../../../../../../org/apache/solr/handler/component/package-summary.html">org.apache.solr.handler.component</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../../org/apache/solr/handler/component/package-summary.html">org.apache.solr.handler.component</a> declared as <a href="../../../../../../org/apache/solr/handler/component/ResponseBuilder.GlobalCollectionStat.html" title="class in org.apache.solr.handler.component">ResponseBuilder.GlobalCollectionStat</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/solr/handler/component/ResponseBuilder.GlobalCollectionStat.html" title="class in org.apache.solr.handler.component">ResponseBuilder.GlobalCollectionStat</a></code></td>
<td class="colLast"><span class="strong">ResponseBuilder.</span><code><strong><a href="../../../../../../org/apache/solr/handler/component/ResponseBuilder.html#globalCollectionStat">globalCollectionStat</a></strong></code> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/apache/solr/handler/component/ResponseBuilder.GlobalCollectionStat.html" title="class in org.apache.solr.handler.component">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/solr/handler/component/class-use/ResponseBuilder.GlobalCollectionStat.html" target="_top">Frames</a></li>
<li><a href="ResponseBuilder.GlobalCollectionStat.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>
<i>Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.</i>
<script src='../../../../../../prettify.js' type='text/javascript'></script>
<script type='text/javascript'>
(function(){
var oldonload = window.onload;
if (typeof oldonload != 'function') {
window.onload = prettyPrint;
} else {
window.onload = function() {
oldonload();
prettyPrint();
}
}
})();
</script>
</small></p>
</body>
</html>
|
_layouts/front.html | clingonline/clingonline.github.io | <!DOCTYPE html>
<html lang="en">
{% include head.html %}
<body id="page-top">
{% include nav.html %}
{% include header.html %}
{% include features.html %}
{% include contact.html %}
{% include scripts.html %}
</body>
</html>
|
src/styles/helpers.css | nolawi/champs-dialog-sg | /**
* Copyright 2017 dialog LLC <[email protected]>
*/
:root {
--text-overflow-ellipsis: {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
};
--clearfix: {
&::after {
display: table;
clear: both;
content: '';
}
};
--no-select: {
cursor: default;
user-select: none;
};
--flex-fix: {
min-width: 0;
min-height: 0;
};
}
|
KoDeMat_TouchScreen/lib/hazelcast-3.4.2/hazelcast-3.4.2/docs/javadoc/com/hazelcast/cluster/client/package-frame.html | akiskip/KoDeMat-Collaboration-Platform-Application | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_45) on Thu Mar 26 16:48:34 UTC 2015 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
com.hazelcast.cluster.client (Hazelcast Root 3.4.2 API)
</TITLE>
<META NAME="date" CONTENT="2015-03-26">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
</HEAD>
<BODY BGCOLOR="white">
<FONT size="+1" CLASS="FrameTitleFont">
<A HREF="../../../../com/hazelcast/cluster/client/package-summary.html" target="classFrame">com.hazelcast.cluster.client</A></FONT>
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
<TR>
<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
Classes</FONT>
<FONT CLASS="FrameItemFont">
<BR>
<A HREF="AddMembershipListenerRequest.html" title="class in com.hazelcast.cluster.client" target="classFrame">AddMembershipListenerRequest</A>
<BR>
<A HREF="ClientMembershipEvent.html" title="class in com.hazelcast.cluster.client" target="classFrame">ClientMembershipEvent</A>
<BR>
<A HREF="ClientPingRequest.html" title="class in com.hazelcast.cluster.client" target="classFrame">ClientPingRequest</A>
<BR>
<A HREF="MemberAttributeChange.html" title="class in com.hazelcast.cluster.client" target="classFrame">MemberAttributeChange</A></FONT></TD>
</TR>
</TABLE>
</BODY>
</HTML>
|
_includes/footer.html | XinzhuLee/XinzhuLee.github.io | <!-- Footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<ul class="list-inline text-center">
{% if site.RSS %}
<li>
<a href="{{ "/feed.xml" | prepend: site.baseurl }}">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-rss fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
{% endif %}
{% if site.twitter_username %}
<li>
<a href="https://twitter.com/{{ site.twitter_username }}">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-twitter fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
{% endif %}
<!-- add Weibo, Zhihu by Hux, add target = "_blank" to <a> by Hux -->
{% if site.zhihu_username %}
<li>
<a target="_blank" href="https://www.zhihu.com/people/{{ site.zhihu_username }}">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-stack-1x fa-inverse">知</i>
</span>
</a>
</li>
{% endif %}
{% if site.weibo_username %}
<li>
<a target="_blank" href="http://weibo.com/{{ site.weibo_username }}">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-weibo fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
{% endif %}
{% if site.facebook_username %}
<li>
<a target="_blank" href="https://www.facebook.com/{{ site.facebook_username }}">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-facebook fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
{% endif %}
{% if site.github_username %}
<li>
<a target="_blank" href="https://github.com/{{ site.github_username }}">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-github fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
{% endif %}
{% if site.linkedin_username %}
<li>
<a target="_blank" href="https://www.linkedin.com/in/{{ site.linkedin_username }}">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-linkedin fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
{% endif %}
</ul>
<p class="copyright text-muted">
Copyright © {{ site.title }} {{ site.time | date: '%Y' }}
<!-- <br>
Theme by <a href="http://huangxuan.me">Hux</a> |
<iframe
style="margin-left: 2px; margin-bottom:-5px;"
frameborder="0" scrolling="0" width="91px" height="20px"
src="https://ghbtns.com/github-btn.html?user=huxpro&repo=huxpro.github.io&type=star&count=true" >
</iframe> -->
</p>
</div>
</div>
</div>
</footer>
<!-- jQuery -->
<script src="{{ "/js/jquery.min.js " | prepend: site.baseurl }}"></script>
<!-- Bootstrap Core JavaScript -->
<script src="{{ "/js/bootstrap.min.js " | prepend: site.baseurl }}"></script>
<!-- Custom Theme JavaScript -->
<script src="{{ "/js/hux-blog.min.js " | prepend: site.baseurl }}"></script>
<!-- async load function -->
<script>
function async(u, c) {
var d = document, t = 'script',
o = d.createElement(t),
s = d.getElementsByTagName(t)[0];
o.src = u;
if (c) { o.addEventListener('load', function (e) { c(null, e); }, false); }
s.parentNode.insertBefore(o, s);
}
</script>
<!--
Because of the native support for backtick-style fenced code blocks
right within the Markdown is landed in Github Pages,
From V1.6, There is no need for Highlight.js,
so Huxblog drops it officially.
- https://github.com/blog/2100-github-pages-now-faster-and-simpler-with-jekyll-3-0
- https://help.github.com/articles/creating-and-highlighting-code-blocks/
- https://github.com/jneen/rouge/wiki/list-of-supported-languages-and-lexers
-->
<!--
<script>
async("http://cdn.bootcss.com/highlight.js/8.6/highlight.min.js", function(){
hljs.initHighlightingOnLoad();
})
</script>
<link href="http://cdn.bootcss.com/highlight.js/8.6/styles/github.min.css" rel="stylesheet">
-->
<!-- jquery.tagcloud.js -->
<script>
// only load tagcloud.js in tag.html
if($('#tag_cloud').length !== 0){
async('{{ "/js/jquery.tagcloud.js" | prepend: site.baseurl }}',function(){
$.fn.tagcloud.defaults = {
//size: {start: 1, end: 1, unit: 'em'},
color: {start: '#bbbbee', end: '#0085a1'},
};
$('#tag_cloud a').tagcloud();
})
}
</script>
<!--fastClick.js -->
<script>
async("http://cdn.bootcss.com/fastclick/1.0.6/fastclick.min.js", function(){
var $nav = document.querySelector("nav");
if($nav) FastClick.attach($nav);
})
</script>
<!-- Google Analytics -->
{% if site.ga_track_id %}
<script>
// dynamic User by Hux
var _gaId = '{{ site.ga_track_id }}';
var _gaDomain = '{{ site.ga_domain }}';
// Originial
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', _gaId, _gaDomain);
ga('send', 'pageview');
</script>
{% endif %}
<!-- Baidu Tongji -->
{% if site.ba_track_id %}
<script>
// dynamic User by Hux
var _baId = '{{ site.ba_track_id }}';
// Originial
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "//hm.baidu.com/hm.js?" + _baId;
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
{% endif %}
<!-- Side Catalog -->
{% if page.catalog %}
<script type="text/javascript">
function generateCatalog (selector) {
var P = $('div.post-container'),a,n,t,l,i,c;
a = P.find('h1,h2,h3,h4,h5,h6');
a.each(function () {
n = $(this).prop('tagName').toLowerCase();
i = "#"+$(this).prop('id');
t = $(this).text();
c = $('<a href="'+i+'" rel="nofollow">'+t+'</a>');
l = $('<li class="'+n+'_nav"></li>').append(c);
$(selector).append(l);
});
return true;
}
generateCatalog(".catalog-body");
// toggle side catalog
$(".catalog-toggle").click((function(e){
e.preventDefault();
$('.side-catalog').toggleClass("fold")
}))
/*
* Doc: https://github.com/davist11/jQuery-One-Page-Nav
* Fork by Hux to support padding
*/
async("{{ '/js/jquery.nav.js' | prepend: site.baseurl }}", function () {
$('.catalog-body').onePageNav({
currentClass: "active",
changeHash: !1,
easing: "swing",
filter: "",
scrollSpeed: 700,
scrollOffset: 0,
scrollThreshold: .2,
begin: null,
end: null,
scrollChange: null,
padding: 80
});
});
</script>
{% endif %}
|
hadoop-0.2.0/docs/api/org/apache/hadoop/record/compiler/class-use/JFile.html | moreus/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.5.0_06) on Fri May 05 14:52:10 PDT 2006 -->
<TITLE>
Uses of Class org.apache.hadoop.record.compiler.JFile (Hadoop 0.2.0 API)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Uses of Class org.apache.hadoop.record.compiler.JFile (Hadoop 0.2.0 API)";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#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/record/compiler/JFile.html" title="class in org.apache.hadoop.record.compiler"><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/record/compiler//class-useJFile.html" target="_top"><B>FRAMES</B></A>
<A HREF="JFile.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.record.compiler.JFile</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/record/compiler/JFile.html" title="class in org.apache.hadoop.record.compiler">JFile</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.hadoop.record.compiler.generated"><B>org.apache.hadoop.record.compiler.generated</B></A></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.hadoop.record.compiler.generated"><!-- --></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/record/compiler/JFile.html" title="class in org.apache.hadoop.record.compiler">JFile</A> in <A HREF="../../../../../../org/apache/hadoop/record/compiler/generated/package-summary.html">org.apache.hadoop.record.compiler.generated</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/record/compiler/generated/package-summary.html">org.apache.hadoop.record.compiler.generated</A> that return <A HREF="../../../../../../org/apache/hadoop/record/compiler/JFile.html" title="class in org.apache.hadoop.record.compiler">JFile</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/record/compiler/JFile.html" title="class in org.apache.hadoop.record.compiler">JFile</A></CODE></FONT></TD>
<TD><CODE><B>Rcc.</B><B><A HREF="../../../../../../org/apache/hadoop/record/compiler/generated/Rcc.html#Include()">Include</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../org/apache/hadoop/record/compiler/JFile.html" title="class in org.apache.hadoop.record.compiler">JFile</A></CODE></FONT></TD>
<TD><CODE><B>Rcc.</B><B><A HREF="../../../../../../org/apache/hadoop/record/compiler/generated/Rcc.html#Input()">Input</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="../../../../../../org/apache/hadoop/record/compiler/JFile.html" title="class in org.apache.hadoop.record.compiler"><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/record/compiler//class-useJFile.html" target="_top"><B>FRAMES</B></A>
<A HREF="JFile.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 © 2006 The Apache Software Foundation
</BODY>
</HTML>
|
doc/org/openflow/protocol/OFActionTypeTest.html | fbotelho-university-code/poseidon | <!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_51) on Tue Aug 27 20:57:01 WEST 2013 -->
<TITLE>
OFActionTypeTest
</TITLE>
<META NAME="date" CONTENT="2013-08-27">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="OFActionTypeTest";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/OFActionTypeTest.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../org/openflow/protocol/Instantiable.html" title="interface in org.openflow.protocol"><B>PREV CLASS</B></A>
<A HREF="../../../org/openflow/protocol/OFBarrierReply.html" title="class in org.openflow.protocol"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?org/openflow/protocol/OFActionTypeTest.html" target="_top"><B>FRAMES</B></A>
<A HREF="OFActionTypeTest.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.openflow.protocol</FONT>
<BR>
Class OFActionTypeTest</H2>
<PRE>
java.lang.Object
<IMG SRC="../../../resources/inherit.gif" ALT="extended by ">junit.framework.Assert
<IMG SRC="../../../resources/inherit.gif" ALT="extended by ">junit.framework.TestCase
<IMG SRC="../../../resources/inherit.gif" ALT="extended by "><B>org.openflow.protocol.OFActionTypeTest</B>
</PRE>
<DL>
<DT><B>All Implemented Interfaces:</B> <DD>junit.framework.Test</DD>
</DL>
<HR>
<DL>
<DT><PRE>public class <B>OFActionTypeTest</B><DT>extends junit.framework.TestCase</DL>
</PRE>
<P>
<HR>
<P>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../org/openflow/protocol/OFActionTypeTest.html#OFActionTypeTest()">OFActionTypeTest</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="../../../org/openflow/protocol/OFActionTypeTest.html#testMapping()">testMapping</A></B>()</CODE>
<BR>
</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_junit.framework.TestCase"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class junit.framework.TestCase</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString</CODE></TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_junit.framework.Assert"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class junit.framework.Assert</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format</CODE></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, 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="OFActionTypeTest()"><!-- --></A><H3>
OFActionTypeTest</H3>
<PRE>
public <B>OFActionTypeTest</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="testMapping()"><!-- --></A><H3>
testMapping</H3>
<PRE>
public void <B>testMapping</B>()
throws java.lang.Exception</PRE>
<DL>
<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="class-use/OFActionTypeTest.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../org/openflow/protocol/Instantiable.html" title="interface in org.openflow.protocol"><B>PREV CLASS</B></A>
<A HREF="../../../org/openflow/protocol/OFBarrierReply.html" title="class in org.openflow.protocol"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?org/openflow/protocol/OFActionTypeTest.html" target="_top"><B>FRAMES</B></A>
<A HREF="OFActionTypeTest.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>
|
target/apidocs/com/webside/role/service/impl/package-use.html | ofpteam/ofp | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="zh">
<head>
<!-- Generated by javadoc (1.8.0_91) on Thu Jul 13 16:16:26 CST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>程序包 com.webside.role.service.impl的使用 (webside 0.0.1-SNAPSHOT API)</title>
<meta name="date" content="2017-07-13">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="\u7A0B\u5E8F\u5305 com.webside.role.service.impl\u7684\u4F7F\u7528 (webside 0.0.1-SNAPSHOT API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>您的浏览器已禁用 JavaScript。</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="跳过导航链接">跳过导航链接</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="导航">
<li><a href="../../../../../overview-summary.html">概览</a></li>
<li><a href="package-summary.html">程序包</a></li>
<li>类</li>
<li class="navBarCell1Rev">使用</li>
<li><a href="package-tree.html">树</a></li>
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
<li><a href="../../../../../index-all.html">索引</a></li>
<li><a href="../../../../../help-doc.html">帮助</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>上一个</li>
<li>下一个</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?com/webside/role/service/impl/package-use.html" target="_top">框架</a></li>
<li><a href="package-use.html" target="_top">无框架</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">所有类</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="程序包的使用 com.webside.role.service.impl" class="title">程序包的使用<br>com.webside.role.service.impl</h1>
</div>
<div class="contentContainer">没有com.webside.role.service.impl的用法</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="跳过导航链接">跳过导航链接</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="导航">
<li><a href="../../../../../overview-summary.html">概览</a></li>
<li><a href="package-summary.html">程序包</a></li>
<li>类</li>
<li class="navBarCell1Rev">使用</li>
<li><a href="package-tree.html">树</a></li>
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
<li><a href="../../../../../index-all.html">索引</a></li>
<li><a href="../../../../../help-doc.html">帮助</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>上一个</li>
<li>下一个</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?com/webside/role/service/impl/package-use.html" target="_top">框架</a></li>
<li><a href="package-use.html" target="_top">无框架</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">所有类</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2017. All rights reserved.</small></p>
</body>
</html>
|
Spring/jars/spring-framework-5.1.18.RELEASE/docs/javadoc-api/org/springframework/web/socket/config/annotation/class-use/DelegatingWebSocketConfiguration.html | akhr/java | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_232) on Tue Sep 15 08:53:08 UTC 2020 -->
<title>Uses of Class org.springframework.web.socket.config.annotation.DelegatingWebSocketConfiguration (Spring Framework 5.1.18.RELEASE API)</title>
<meta name="date" content="2020-09-15">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.springframework.web.socket.config.annotation.DelegatingWebSocketConfiguration (Spring Framework 5.1.18.RELEASE API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../org/springframework/web/socket/config/annotation/DelegatingWebSocketConfiguration.html" title="class in org.springframework.web.socket.config.annotation">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">Spring Framework</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/springframework/web/socket/config/annotation/class-use/DelegatingWebSocketConfiguration.html" target="_top">Frames</a></li>
<li><a href="DelegatingWebSocketConfiguration.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.springframework.web.socket.config.annotation.DelegatingWebSocketConfiguration" class="title">Uses of Class<br>org.springframework.web.socket.config.annotation.DelegatingWebSocketConfiguration</h2>
</div>
<div class="classUseContainer">No usage of org.springframework.web.socket.config.annotation.DelegatingWebSocketConfiguration</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../org/springframework/web/socket/config/annotation/DelegatingWebSocketConfiguration.html" title="class in org.springframework.web.socket.config.annotation">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">Spring Framework</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/springframework/web/socket/config/annotation/class-use/DelegatingWebSocketConfiguration.html" target="_top">Frames</a></li>
<li><a href="DelegatingWebSocketConfiguration.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>
|
Old_Stuff/JS/JS_Core/Homework/BrickBreaker.html | MLG369/MLG369.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>create canvas</title>
<link rel="stylesheet" href="../canvas/main.css">
<style>
div {
font-family: monospace;
font-size: 20px;
color: white;
}
</style>
</head>
<body>
<div>Break all the Bricks to win, use A and D keys to move</div>
<canvas width=600 height=600></canvas>
<script>
canvas = document.querySelector('canvas');
c = canvas.getContext('2d');
canvasHeight = 600;
canvasWidth = 600;
function Sound(file) {
this.sound = new Audio(file);
this.play = function() {
this.sound.load();
this.sound.play();
}
}
sound = new Sound('audio/bounce.wav')
// 540.1952278698604 655.9901418947481
function init() {
mousepos = {
x: null,
y: null
};
var column = 8;
var row = 3;
var bSpaceY = 30;
var bY = 10;
var bH = 20;
var bSpaceX = (canvasWidth - 10) / column
var bW = bSpaceX - 10;
var bX = 10;
blocks = []
for (var a = 0; a < row; a++) {
for (var b = 0; b < column; b++) {
blocks.push(new Block(bX, bY, bW, bH));
bX += bSpaceX;
}
bY += bSpaceY;
bX = 10
};
win = false;
}
function Restart(x, y, w, h) {
this.x = x;
this.y = y;
this.w = w;
this.h = h;
this.tx = this.x + 10;
this.ty = this.y + 10;
this.tw = this.w - 20;
this.draw = function() {
c.beginPath();
c.strokeStyle = 'lime';
c.strokeRect(this.x, this.y, this.w, this.h);
c.font = '30px Arial';
c.fillStyle = 'lime'
c.fillText('Restart', this.tx, this.ty, this.tw)
};
if (this.x <= mousepos.x && mousepos.x <= this.x + 100 && this.y <= mousepos.y && mousepos.y <= this.y + 40) {
cancelAnimationFrame = false;
restart.restart()
};
this.restart = function() {
init();
circle.x = Math.random() * 500 + 50
circle.y = Math.random() * 200 + 50
};
};
function Block(x, y, w, h) {
this.x = x
this.y = y
this.w = w
this.h = h
this.draw = function() {
c.fillStyle = 'Darkred';
c.fillRect(this.x, this.y, this.w, this.h)
}
this.hitDetection = function(cx, cy, i) {
if (this.x <= cx && cx <= this.x + this.w && cy - 20 <= this.y + this.h && this.y <= cy + 20) {
circle.ys = -circle.ys;
sound.play();
blocks.splice(i, 1)
};
if (this.y <= cy && cy <= this.y + this.h && cx + 20 >= this.x && this.x + bW >= cx - 20) {
circle.xs = -circle.xs;
sound.play();
blocks.splice(i, 1)
}
}
}
function Paddle(x, y, w, h) {
this.x = x
this.y = y
this.w = w
this.h = h
this.move = function() {
if (left == true && this.x > 0) {
this.x -= 8;
}
if (right == true && this.x + 100 < 600) {
this.x += 8;
}
}
this.draw = function() {
paddle.move();
c.fillStyle = 'red'
c.fillRect(this.x, this.y, this.w, this.h);
}
this.hitDetection = function(x, y) {
if (this.x < x + 20 && x - 20 < this.x + 100 && 584 >= y + 20 && y + 20 >= 580) {
circle.ys = -circle.ys;
sound.play();
}
}
}
var left = false
var right = false
document.addEventListener('keydown', function(e) {
key = e.keyCode;
if (key === 65 || key === 37) {
left = true;
} else if (key === 68 || key === 39) {
right = true;
}
});
document.addEventListener('keyup', function(e) {
key = e.keyCode;
if (key === 65 || key === 37) {
left = false;
} else if (key === 68 || key === 39) {
right = false;
} else if (key === 13) {
cancelAnimationFrame = false;
restart.restart()
}
});
mousepos = {
x: null,
y: null
}
canvas.addEventListener('click', function(e) {
mousepos.x = e.offsetX
mousepos.y = e.offsetY
});
function Circle(x, y, r) {
this.x = x
this.y = y
this.r = r
this.xs = 6
this.ys = 4
this.update = function() {
if (0 >= this.x - 20 || this.x + 20 >= 600) {
this.xs = -this.xs
sound.play();
}
if (0 >= this.y - 20) {
this.ys = -this.ys
sound.play();
}
if (this.y + 20 >= 600) {
cancelAnimationFrame = true
}
paddle.hitDetection(this.x, this.y);
for (var i = 0; i < blocks.length; i++) {
blocks[i].hitDetection(this.x, this.y, i);
}
this.x += this.xs;
this.y += this.ys;
}
this.draw = function() {
circle.update();
c.beginPath();
var g = c.createRadialGradient(this.x - 5, this.y - 5, 1, this.x, this.y, this.r)
g.addColorStop(0, 'yellow');
g.addColorStop(0.3, 'orange');
g.addColorStop(1, 'black');
c.fillStyle = g;
c.arc(this.x, this.y, this.r, 0, Math.PI * 2, false);
c.fill();
}
}
//////////// Column, Row for blocks ////////////
var column = 8;
var row = 3;
var bSpaceY = 30;
var bY = 10;
var bH = 20;
var bSpaceX = (canvasWidth - 10) / column
var bW = bSpaceX - 10;
var bX = 10;
blocks = []
for (var a = 0; a < row; a++) {
for (var b = 0; b < column; b++) {
blocks.push(new Block(bX, bY, bW, bH));
bX += bSpaceX;
}
bY += bSpaceY;
bX = 10
};
win = false;
paddle = new Paddle(250, 580, 100, 10);
circle = new Circle(Math.random() * 500 + 50, Math.random() * 200 + 50, 20);
cancelAnimationFrame = false;
function anim() {
requestAnimationFrame(anim)
if (blocks.length === 0) {
c.font = "50px Arial";
c.textBaseline = 'hanging';
c.fillStyle = 'Black';
c.fillText('You Win!', 200, 300, 180);
restart = new Restart(250, 360, 100, 40);
restart.draw();
} else if (cancelAnimationFrame === false) {
c.clearRect(0, 0, 600, 600);
paddle.draw();
circle.draw();
for (var i = 0; i < (blocks.length); i++) {
blocks[i].draw();
}
} else {
c.font = "50px Arial";
c.textBaseline = 'hanging';
c.fillStyle = 'Black';
c.fillText('Game Over!', 200, 300, 200);
restart = new Restart(250, 360, 100, 40);
restart.draw();
}
}
anim()
</script>
</body>
</html>
|
src/main/resources/templates/upload/upload.html | przodownikR1/imageMicroService | <html xmlns:th="http://www.thymeleaf.org"
xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout"
layout:decorator="fragments/layout">
<body>
<form method="post" enctype="multipart/form-data" class="form-horizontal">
<fieldset>
<legend th:text="#{nav.role}">File</legend>
<div class="form-group" th:classappend="${#fields.hasErrors('name')}? 'has-error has-feedback'">
<label for="name" class="col-sm-2 control-label" th:text="#{name}">Name</label>
<div class="col-xs-3">
<input type="text" id="name" name="name" th:field="*{name}" class="form-control" value="ee"/>
<span th:if="${#fields.hasErrors('name')}" th:errors="*{name}" class="help-block">error!</span>
</div>
</div>
<div class="form-group" th:classappend="${#fields.hasErrors('file')}? 'has-error has-feedback'">
<label for="file" class="col-sm-2 control-label" th:text="#{file}">File</label>
<div class="col-xs-3">
<input type="file" id="file" name="file" th:field="*{file}" class="form-control" value="ee"/>
<span th:if="${#fields.hasErrors('file')}" th:errors="*{file}" class="help-block">error!</span>
</div>
</div>
<div class="form-group">
<div class="col-sm-offset-2 col-sm-10">
<button type="submit" class="btn btn-primary">save</button>
</div>
</div>
</fieldset>
</form>
</div>
</body>
</html> |
pipeline/outputs/hdfs/jlogstash-java-docs/com/dtstack/jlogstash/format/package-use.html | DTStack/jlogstash | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="zh">
<head>
<!-- Generated by javadoc (1.8.0_111) on Mon Oct 22 12:02:26 CST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>程序包 com.dtstack.jlogstash.format的使用 (hdfs 1.0.0 API)</title>
<meta name="date" content="2018-10-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="\u7A0B\u5E8F\u5305 com.dtstack.jlogstash.format\u7684\u4F7F\u7528 (hdfs 1.0.0 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>您的浏览器已禁用 JavaScript。</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="跳过导航链接">跳过导航链接</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="导航">
<li><a href="../../../../overview-summary.html">概览</a></li>
<li><a href="package-summary.html">程序包</a></li>
<li>类</li>
<li class="navBarCell1Rev">使用</li>
<li><a href="package-tree.html">树</a></li>
<li><a href="../../../../deprecated-list.html">已过时</a></li>
<li><a href="../../../../index-all.html">索引</a></li>
<li><a href="../../../../help-doc.html">帮助</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>上一个</li>
<li>下一个</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/dtstack/jlogstash/format/package-use.html" target="_top">框架</a></li>
<li><a href="package-use.html" target="_top">无框架</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">所有类</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="程序包的使用 com.dtstack.jlogstash.format" class="title">程序包的使用<br>com.dtstack.jlogstash.format</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="使用表, 列表程序包和解释">
<caption><span>使用<a href="../../../../com/dtstack/jlogstash/format/package-summary.html">com.dtstack.jlogstash.format</a>的程序包</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">程序包</th>
<th class="colLast" scope="col">说明</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#com.dtstack.jlogstash.format">com.dtstack.jlogstash.format</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#com.dtstack.jlogstash.format.plugin">com.dtstack.jlogstash.format.plugin</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#com.dtstack.jlogstash.outputs">com.dtstack.jlogstash.outputs</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="com.dtstack.jlogstash.format">
<!-- -->
</a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="使用表, 列表类和解释">
<caption><span><a href="../../../../com/dtstack/jlogstash/format/package-summary.html">com.dtstack.jlogstash.format</a>使用的<a href="../../../../com/dtstack/jlogstash/format/package-summary.html">com.dtstack.jlogstash.format</a>中的类</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">类和说明</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../com/dtstack/jlogstash/format/class-use/CompressEnum.html#com.dtstack.jlogstash.format">CompressEnum</a> </td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../com/dtstack/jlogstash/format/class-use/ModeEnum.html#com.dtstack.jlogstash.format">ModeEnum</a> </td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../com/dtstack/jlogstash/format/class-use/OutputFormat.html#com.dtstack.jlogstash.format">OutputFormat</a> </td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../com/dtstack/jlogstash/format/class-use/StoreEnum.html#com.dtstack.jlogstash.format">StoreEnum</a> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="com.dtstack.jlogstash.format.plugin">
<!-- -->
</a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="使用表, 列表类和解释">
<caption><span><a href="../../../../com/dtstack/jlogstash/format/plugin/package-summary.html">com.dtstack.jlogstash.format.plugin</a>使用的<a href="../../../../com/dtstack/jlogstash/format/package-summary.html">com.dtstack.jlogstash.format</a>中的类</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">类和说明</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../com/dtstack/jlogstash/format/class-use/HdfsOutputFormat.html#com.dtstack.jlogstash.format.plugin">HdfsOutputFormat</a> </td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../com/dtstack/jlogstash/format/class-use/OutputFormat.html#com.dtstack.jlogstash.format.plugin">OutputFormat</a> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="com.dtstack.jlogstash.outputs">
<!-- -->
</a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="使用表, 列表类和解释">
<caption><span><a href="../../../../com/dtstack/jlogstash/outputs/package-summary.html">com.dtstack.jlogstash.outputs</a>使用的<a href="../../../../com/dtstack/jlogstash/format/package-summary.html">com.dtstack.jlogstash.format</a>中的类</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">类和说明</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../com/dtstack/jlogstash/format/class-use/HdfsOutputFormat.html#com.dtstack.jlogstash.outputs">HdfsOutputFormat</a> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="跳过导航链接">跳过导航链接</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="导航">
<li><a href="../../../../overview-summary.html">概览</a></li>
<li><a href="package-summary.html">程序包</a></li>
<li>类</li>
<li class="navBarCell1Rev">使用</li>
<li><a href="package-tree.html">树</a></li>
<li><a href="../../../../deprecated-list.html">已过时</a></li>
<li><a href="../../../../index-all.html">索引</a></li>
<li><a href="../../../../help-doc.html">帮助</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>上一个</li>
<li>下一个</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/dtstack/jlogstash/format/package-use.html" target="_top">框架</a></li>
<li><a href="package-use.html" target="_top">无框架</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">所有类</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2018. All rights reserved.</small></p>
</body>
</html>
|
contents/portfolio/css/cubeportfolio.css | ikehawk10/ikehawk10.github.io | /*!
* Cube Portfolio - Responsive jQuery Grid Plugin
*
* version: 4.1.1-dev (6 April, 2017)
* require: jQuery v1.7+
*
* Copyright 2013-2017, Mihai Buricea (http://scriptpie.com/cubeportfolio/live-preview/)
* Licensed under CodeCanyon License (http://codecanyon.net/licenses)
*
*/
.cbp,
.cbp *,
.cbp-l-filters-alignCenter .cbp-filter-counter:after,
.cbp-l-filters-alignRight .cbp-filter-counter:after,
.cbp-l-filters-button .cbp-filter-counter:after,
.cbp-l-filters-buttonCenter .cbp-filter-counter:after,
.cbp-l-filters-dropdownHeader:after,
.cbp-l-filters-text .cbp-filter-counter:after,
.cbp-popup-loadingBox:after,
.cbp-popup-wrap,
.cbp-popup-wrap *,
.cbp-popup-wrap:before,
.cbp:after {
box-sizing: border-box
}
.cbp-l-grid-agency-desc,
.cbp-l-grid-agency-title,
.cbp-l-grid-blog-title,
.cbp-l-grid-masonry-projects-desc,
.cbp-l-grid-masonry-projects-title,
.cbp-l-grid-projects-desc,
.cbp-l-grid-projects-title,
.cbp-l-grid-work-desc,
.cbp-l-grid-work-title {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis
}
.cbp-l-filters-alignCenter,
.cbp-l-filters-alignCenter *,
.cbp-l-filters-alignLeft,
.cbp-l-filters-alignLeft *,
.cbp-l-filters-alignRight,
.cbp-l-filters-alignRight *,
.cbp-l-filters-big,
.cbp-l-filters-big *,
.cbp-l-filters-button,
.cbp-l-filters-button *,
.cbp-l-filters-buttonCenter,
.cbp-l-filters-buttonCenter *,
.cbp-l-filters-dropdown,
.cbp-l-filters-dropdown *,
.cbp-l-filters-list,
.cbp-l-filters-list *,
.cbp-l-filters-text,
.cbp-l-filters-text *,
.cbp-l-filters-underline,
.cbp-l-filters-underline *,
.cbp-l-filters-work,
.cbp-l-filters-work *,
.cbp-l-loadMore-bgbutton,
.cbp-l-loadMore-bgbutton *,
.cbp-l-loadMore-button,
.cbp-l-loadMore-button *,
.cbp-l-loadMore-text,
.cbp-l-loadMore-text *,
.cbp-search,
.cbp-search * {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
box-sizing: border-box
}
.cbp-nav,
.cbp-popup-close,
.cbp-popup-next,
.cbp-popup-prev {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none
}
.cbp-lazyload:after,
.cbp-popup-loadingBox:after,
.cbp-popup-singlePageInline:after,
.cbp:after {
content: '';
position: absolute;
width: 34px;
height: 34px;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
-webkit-animation: cbp-rotation .8s infinite linear;
animation: cbp-rotation .8s infinite linear;
border-left: 3px solid rgba(114, 144, 182, .15);
border-right: 3px solid rgba(114, 144, 182, .15);
border-bottom: 3px solid rgba(114, 144, 182, .15);
border-top: 3px solid rgba(114, 144, 182, .8);
border-radius: 100%
}
.cbp-l-filters-alignCenter .cbp-filter-item:hover .cbp-filter-counter,
.cbp-l-filters-alignRight .cbp-filter-item:hover .cbp-filter-counter,
.cbp-l-filters-buttonCenter .cbp-filter-item:hover .cbp-filter-counter,
.cbp-l-filters-text .cbp-filter-item:hover .cbp-filter-counter {
opacity: 1;
-webkit-transform: translateY(-44px);
transform: translateY(-44px)
}
.cbp-l-filters-alignCenter .cbp-filter-counter,
.cbp-l-filters-alignRight .cbp-filter-counter,
.cbp-l-filters-button .cbp-filter-counter,
.cbp-l-filters-buttonCenter .cbp-filter-counter,
.cbp-l-filters-text .cbp-filter-counter {
font: 400 11px/18px "Open Sans Condensed", sans-serif;
border-radius: 3px;
color: #FFF;
margin: 0 auto;
padding: 4px 0;
text-align: center;
width: 34px;
position: absolute;
bottom: 0;
left: 0;
right: 0;
opacity: 0;
-webkit-transition: -webkit-transform .25s, opacity .25s;
transition: transform .25s, opacity .25s
}
.cbp-l-filters-alignCenter .cbp-filter-counter:after,
.cbp-l-filters-alignRight .cbp-filter-counter:after,
.cbp-l-filters-button .cbp-filter-counter:after,
.cbp-l-filters-buttonCenter .cbp-filter-counter:after,
.cbp-l-filters-text .cbp-filter-counter:after {
content: "";
position: absolute;
bottom: -4px;
left: 0;
right: 0;
margin: 0 auto;
width: 0;
height: 0;
border-left: 4px solid transparent;
border-right: 4px solid transparent
}
.cbp-item {
display: inline-block;
margin: 0 10px 20px 0
}
.cbp {
position: relative;
margin: 0 auto;
z-index: 1;
height: 400px
}
.cbp>* {
visibility: hidden
}
.cbp-popup-ready.cbp-popup-lightbox .cbp-popup-close,
.cbp-popup-ready.cbp-popup-lightbox .cbp-popup-next,
.cbp-popup-ready.cbp-popup-lightbox .cbp-popup-prev,
.cbp-ready>* {
visibility: visible
}
.cbp .cbp-item {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden
}
.cbp img {
display: block;
border: 0;
width: 100%;
height: auto
}
.cbp a,
.cbp a:active,
.cbp a:hover {
text-decoration: none;
outline: 0
}
.cbp-lazyload {
position: relative;
background: #fff;
display: block
}
.cbp-lazyload img {
opacity: 1
}
.cbp-lazyload img[data-cbp-src] {
opacity: 0
}
.cbp-lazyload img:not([data-cbp-src]) {
-webkit-transition: opacity .7s ease-in-out;
transition: opacity .7s ease-in-out
}
.cbp-lazyload:after {
z-index: 0
}
.cbp-wrapper-outer {
overflow: hidden;
position: relative;
margin: 0 auto
}
.cbp-wrapper,
.cbp-wrapper-helper,
.cbp-wrapper-outer {
list-style-type: none;
padding: 0;
width: 100%;
height: 100%;
z-index: 1
}
.cbp-wrapper,
.cbp-wrapper-helper {
margin: 0
}
.cbp-item-off,
.cbp-popup-lightbox .cbp-popup-close,
.cbp-popup-lightbox .cbp-popup-next,
.cbp-popup-lightbox .cbp-popup-prev,
.cbp-ready:after {
visibility: hidden
}
.cbp-ready:after {
display: none
}
.cbp-ready .cbp-item,
.cbp-ready .cbp-wrapper,
.cbp-ready .cbp-wrapper-helper {
position: absolute;
top: 0;
left: 0
}
.cbp-item-off {
z-index: -1;
pointer-events: none
}
.cbp-item-on2off {
z-index: 0
}
.cbp-item-off2on {
z-index: 1
}
.cbp-item-on2on {
z-index: 2
}
.cbp-item-wrapper {
width: 100%;
height: 100%;
position: relative;
top: 0;
left: 0
}
.cbp-l-inline img,
.cbp-l-project-related-wrap img {
display: block;
width: 100%;
height: auto;
border: 0
}
.cbp-updateItems {
-webkit-transition: height .5s ease-in-out!important;
transition: height .5s ease-in-out!important;
will-change: height
}
.cbp-updateItems .cbp-item {
-webkit-transition: top .5s ease-in-out, left .5s ease-in-out;
transition: top .5s ease-in-out, left .5s ease-in-out
}
.cbp-updateItems .cbp-item-loading {
-webkit-animation: fadeIn .5s ease-in-out;
animation: fadeIn .5s ease-in-out;
-webkit-transition: none;
transition: none
}
.cbp-removeItem {
-webkit-animation: fadeOut .5s ease-in-out;
animation: fadeOut .5s ease-in-out
}
.cbp-panel {
width: 94%;
max-width: 1170px;
margin: 0 auto
}
.cbp-misc-video {
position: relative;
height: 0;
padding-bottom: 56.25%;
background: #000;
text-align: center
}
.cbp-misc-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%
}
@-webkit-keyframes cbp-rotation {
0% {
-webkit-transform: rotate(0)
}
100% {
-webkit-transform: rotate(360deg)
}
}
@keyframes cbp-rotation {
0% {
transform: rotate(0)
}
100% {
transform: rotate(360deg)
}
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1
}
100% {
opacity: 0
}
}
@keyframes fadeOut {
0% {
opacity: 1
}
100% {
opacity: 0
}
}
.clearfix:after {
content: " ";
display: block;
height: 0;
clear: both
}
.cbp-l-filters-left {
float: left
}
.cbp-l-filters-right {
float: right
}
.cbp-caption,
.cbp-caption-activeWrap,
.cbp-caption-defaultWrap {
display: block
}
.cbp-caption-activeWrap {
background-color: #282727
}
.cbp-caption-active .cbp-caption,
.cbp-caption-active .cbp-caption-activeWrap,
.cbp-caption-active .cbp-caption-defaultWrap {
overflow: hidden;
position: relative;
z-index: 1
}
.cbp-caption-active .cbp-caption-defaultWrap {
top: 0
}
.cbp-caption-active .cbp-caption-activeWrap {
width: 100%;
position: absolute;
z-index: 2;
height: 100%
}
.cbp-l-caption-title {
color: #fff;
font: 400 16px/21px "Open Sans Condensed", sans-serif
}
.cbp-l-caption-desc {
color: #aaa;
font: 400 12px/16px "Open Sans Condensed", sans-serif
}
.cbp-l-caption-text {
font: 400 14px/21px "Open Sans Condensed", sans-serif;
color: #fff;
letter-spacing: 3px;
padding: 0 6px
}
.cbp-l-caption-buttonLeft,
.cbp-l-caption-buttonRight {
background-color: #547EB1;
color: #FFF;
display: inline-block;
font: 400 12px/30px "Open Sans Condensed", sans-serif;
min-width: 90px;
text-align: center;
margin: 4px;
padding: 0 6px
}
.cbp-l-caption-buttonLeft:hover,
.cbp-l-caption-buttonRight:hover {
opacity: .9
}
.cbp-caption-none .cbp-caption-activeWrap {
display: none
}
.cbp-l-caption-alignLeft .cbp-l-caption-body {
padding: 12px 30px
}
.cbp-caption-fadeIn .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-minimal .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-moveRight .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-opacity .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-overlayRightAlong .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-pushDown .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-pushTop .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-revealBottom .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-revealLeft .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-revealTop .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-zoom .cbp-l-caption-alignLeft .cbp-l-caption-body {
padding-top: 30px
}
.cbp-l-caption-alignCenter {
display: table;
width: 100%;
height: 100%
}
.cbp-l-caption-alignCenter .cbp-l-caption-body {
display: table-cell;
vertical-align: middle;
text-align: center;
padding: 0
}
.cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,
.cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
position: relative;
-webkit-transition: -webkit-transform .25s;
transition: transform .25s
}
.cbp-caption-overlayBottom .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,
.cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,
.cbp-caption-overlayBottomPush .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft {
-webkit-transform: translateX(-20px);
transform: translateX(-20px)
}
.cbp-caption-overlayBottom .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight,
.cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight,
.cbp-caption-overlayBottomPush .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
-webkit-transform: translateX(20px);
transform: translateX(20px)
}
.cbp-caption:hover .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,
.cbp-caption:hover .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
-webkit-transform: translateX(0);
transform: translateX(0)
}
@media only screen and (max-width:480px) {
.cbp-l-filters-left,
.cbp-l-filters-right {
width: 100%
}
.cbp-l-caption-alignLeft .cbp-l-caption-body {
padding: 9px 11px
}
.cbp-l-caption-title {
font-size: 14px;
line-height: 21px
}
.cbp-l-caption-desc {
font-size: 11px;
line-height: 14px
}
.cbp-l-caption-buttonLeft,
.cbp-l-caption-buttonRight {
font-size: 11px;
line-height: 28px;
min-width: 69px;
margin: 3px;
padding: 0 4px
}
.cbp-l-caption-text {
font-size: 13px;
letter-spacing: 1px
}
.cbp-l-filters-alignLeft {
text-align: center
}
}
@media only screen and (max-width:374px) {
.cbp-l-caption-alignLeft .cbp-l-caption-body {
padding: 8px 10px
}
.cbp-l-caption-title {
font-size: 13px;
line-height: 20px
}
.cbp-l-caption-desc {
font-size: 11px;
line-height: 14px
}
.cbp-l-caption-buttonLeft,
.cbp-l-caption-buttonRight {
font-size: 10px;
line-height: 28px;
min-width: 62px;
margin: 1px;
padding: 0 4px
}
}
.cbp-caption-fadeIn .cbp-caption-activeWrap {
opacity: 0;
top: 0;
background-color: rgba(0, 0, 0, .85);
-webkit-transition: opacity .5s;
transition: opacity .5s
}
.cbp-caption-fadeIn .cbp-caption:hover .cbp-caption-activeWrap {
opacity: 1
}
.cbp-caption-minimal .cbp-l-caption-desc,
.cbp-caption-minimal .cbp-l-caption-title {
position: relative;
left: 0;
opacity: 0;
-webkit-transition: -webkit-transform .35s ease-out;
transition: transform .35s ease-out
}
.cbp-caption-minimal .cbp-l-caption-title {
-webkit-transform: translateY(-50%);
transform: translateY(-50%)
}
.cbp-caption-minimal .cbp-l-caption-desc {
-webkit-transform: translateY(70%);
transform: translateY(70%)
}
.cbp-caption-minimal .cbp-caption:hover .cbp-l-caption-desc,
.cbp-caption-minimal .cbp-caption:hover .cbp-l-caption-title {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0)
}
.cbp-caption-minimal .cbp-caption-activeWrap {
top: 0;
background-color: #000;
background-color: rgba(0, 0, 0, .8);
opacity: 0
}
.cbp-caption-minimal .cbp-caption:hover .cbp-caption-activeWrap {
opacity: 1
}
.cbp-caption-moveRight .cbp-caption-activeWrap {
left: -100%;
top: 0;
-webkit-transition: -webkit-transform .35s;
transition: transform .35s
}
.cbp-caption-moveRight .cbp-caption:hover .cbp-caption-activeWrap {
-webkit-transform: translateX(100%);
transform: translateX(100%)
}
.cbp-caption-overlayBottom .cbp-caption-activeWrap {
height: 60px;
background-color: #181616;
background-color: rgba(24, 22, 22, .7);
-webkit-transition: -webkit-transform .25s;
transition: transform .25s
}
.cbp-caption-overlayBottom .cbp-caption:hover .cbp-caption-activeWrap {
-webkit-transform: translateY(-100%);
transform: translateY(-100%)
}
.cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,
.cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
-webkit-transition-duration: .35s;
transition-duration: .35s
}
.cbp-caption-overlayBottomAlong .cbp-caption-activeWrap,
.cbp-caption-overlayBottomAlong .cbp-caption-defaultWrap {
-webkit-transition: -webkit-transform .35s;
transition: transform .35s
}
.cbp-caption-overlayBottomAlong .cbp-caption-activeWrap {
height: 60px
}
.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-defaultWrap {
-webkit-transform: translateY(-30px);
transform: translateY(-30px)
}
.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-activeWrap {
-webkit-transform: translateY(-100%);
transform: translateY(-100%)
}
.cbp-caption-overlayBottomPush .cbp-caption-activeWrap,
.cbp-caption-overlayBottomPush .cbp-caption-defaultWrap {
-webkit-transition: -webkit-transform .25s;
transition: transform .25s
}
.cbp-caption-overlayBottomPush .cbp-caption-activeWrap {
height: 61px;
-webkit-transform: translateY(0);
transform: translateY(0)
}
.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-defaultWrap {
-webkit-transform: translateY(-60px);
transform: translateY(-60px)
}
.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-activeWrap {
-webkit-transform: translateY(-61px);
transform: translateY(-61px)
}
.cbp-caption-overlayBottomReveal .cbp-caption-defaultWrap {
z-index: 2;
-webkit-transition: -webkit-transform .25s;
transition: transform .25s
}
.cbp-caption-overlayBottomReveal .cbp-caption-activeWrap {
bottom: 0;
z-index: 1;
height: 47px
}
.cbp-caption-overlayBottomReveal .cbp-caption:hover .cbp-caption-defaultWrap {
-webkit-transform: translateY(-47px);
transform: translateY(-47px)
}
.cbp-caption-overlayRightAlong .cbp-caption-activeWrap,
.cbp-caption-overlayRightAlong .cbp-caption-defaultWrap {
-webkit-transition: -webkit-transform .4s;
transition: transform .4s
}
.cbp-caption-overlayRightAlong .cbp-caption-activeWrap {
top: 0;
left: -50%;
width: 50%
}
.cbp-caption-overlayRightAlong .cbp-caption:hover .cbp-caption-defaultWrap {
-webkit-transform: translateX(25%);
transform: translateX(25%)
}
.cbp-caption-overlayRightAlong .cbp-caption:hover .cbp-caption-activeWrap {
-webkit-transform: translateX(100%);
transform: translateX(100%)
}
.cbp-caption-pushDown .cbp-caption-activeWrap,
.cbp-caption-pushDown .cbp-caption-defaultWrap {
-webkit-transition: -webkit-transform .4s;
transition: transform .4s
}
.cbp-caption-pushDown .cbp-caption-activeWrap {
top: -100%
}
.cbp-caption-pushDown .cbp-caption:hover .cbp-caption-activeWrap,
.cbp-caption-pushDown .cbp-caption:hover .cbp-caption-defaultWrap {
-webkit-transform: translateY(100%);
transform: translateY(100%)
}
.cbp-caption-pushTop .cbp-caption-activeWrap,
.cbp-caption-pushTop .cbp-caption-defaultWrap {
-webkit-transition: -webkit-transform .4s;
transition: transform .4s
}
.cbp-caption-pushTop .cbp-caption-activeWrap {
height: 102%
}
.cbp-caption-pushTop .cbp-caption:hover .cbp-caption-defaultWrap {
-webkit-transform: translateY(-100%);
transform: translateY(-100%)
}
.cbp-caption-pushTop .cbp-caption:hover .cbp-caption-activeWrap {
-webkit-transform: translateY(-99%);
transform: translateY(-99%)
}
.cbp-caption-revealBottom .cbp-caption-defaultWrap {
z-index: 2;
-webkit-transition: -webkit-transform .4s;
transition: transform .4s
}
.cbp-caption-revealBottom .cbp-caption-activeWrap {
top: 0;
z-index: 1
}
.cbp-caption-revealBottom .cbp-caption:hover .cbp-caption-defaultWrap {
-webkit-transform: translateY(-100%);
transform: translateY(-100%)
}
.cbp-caption-revealLeft .cbp-caption-activeWrap {
left: 100%;
top: 0;
-webkit-transition: -webkit-transform .4s;
transition: transform .4s
}
.cbp-caption-revealLeft .cbp-caption:hover .cbp-caption-activeWrap {
-webkit-transform: translateX(-100%);
transform: translateX(-100%)
}
.cbp-caption-revealTop .cbp-caption-defaultWrap {
z-index: 2;
-webkit-transition: -webkit-transform .4s;
transition: transform .4s
}
.cbp-caption-revealTop .cbp-caption-activeWrap {
top: 0;
z-index: 1
}
.cbp-caption-revealTop .cbp-caption:hover .cbp-caption-defaultWrap {
-webkit-transform: translateY(100%);
transform: translateY(100%)
}
.cbp-caption-zoom .cbp-caption-defaultWrap {
-webkit-transition: -webkit-transform .35s ease-out;
transition: transform .35s ease-out
}
.cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap {
-webkit-transform: scale(1.25);
transform: scale(1.25)
}
.cbp-caption-zoom .cbp-caption-activeWrap {
opacity: 0;
top: 0;
background-color: rgba(0, 0, 0, .9);
-webkit-transition: opacity .4s;
transition: opacity .4s
}
.cbp-caption-zoom .cbp-caption:hover .cbp-caption-activeWrap {
opacity: 1
}
.cbp-caption-opacity .cbp-item {
padding: 1px
}
.cbp-caption-opacity .cbp-caption,
.cbp-caption-opacity .cbp-caption-activeWrap,
.cbp-caption-opacity .cbp-caption-defaultWrap {
background-color: transparent
}
.cbp-caption-opacity .cbp-caption {
border: 1px solid transparent
}
.cbp-caption-opacity .cbp-caption:hover {
border-color: #EDEDED
}
.cbp-caption-opacity .cbp-caption-defaultWrap {
opacity: 1;
-webkit-transition: opacity .4s;
transition: opacity .4s
}
.cbp-caption-opacity .cbp-caption:hover .cbp-caption-defaultWrap {
opacity: .8
}
.cbp-caption-opacity .cbp-caption:hover .cbp-caption-activeWrap {
top: 0
}
.cbp-caption-expand .cbp-caption-activeWrap {
height: auto;
background-color: transparent
}
.cbp-caption-expand .cbp-caption {
border-bottom: 1px dotted #eaeaea
}
.cbp-caption-expand .cbp-caption-defaultWrap {
cursor: pointer;
font: 500 16px/23px 'Open Sans Condensed', sans-serif;
color: #474747;
padding: 12px 0 11px 26px
}
.cbp-caption-expand .cbp-caption-defaultWrap svg {
position: absolute;
top: 16px;
left: 0
}
.cbp-l-caption-body a {
font: 400 14px/21px 'Open Sans Condensed', sans-serif
}
.cbp-caption-expand .cbp-l-caption-body {
font: 400 13px/21px 'Open Sans Condensed', sans-serif;
color: #888;
padding: 0 0 20px 26px
}
.cbp-caption-expand-active {
-webkit-transition: height .4s!important;
transition: height .4s!important
}
.cbp-caption-expand-active .cbp-item {
-webkit-transition: left .4s, top .4s!important;
transition: left .4s, top .4s!important
}
.cbp-caption-expand-open .cbp-caption-activeWrap {
-webkit-transition: height .4s;
transition: height .4s
}
.cbp-l-filters-alignCenter {
margin-bottom: 30px;
text-align: center;
font: 400 12px/21px sans-serif;
color: #DADADA
}
.cbp-l-filters-alignCenter .cbp-filter-item {
color: #949494;
cursor: pointer;
font: 400 13px/21px 'Open Sans Condensed', sans-serif;
padding: 0 12px;
position: relative;
overflow: visible;
margin: 0 0 10px;
display: inline-block;
-webkit-transition: color .3s ease-in-out;
transition: color .3s ease-in-out
}
.cbp-l-filters-alignCenter .cbp-filter-item:hover {
color: #2D2C2C
}
.cbp-l-filters-alignCenter .cbp-filter-item:hover .cbp-filter-counter {
-webkit-transform: translateY(-30px);
transform: translateY(-30px)
}
.cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active {
color: #2D2C2C;
cursor: default
}
.cbp-l-filters-alignCenter .cbp-filter-counter {
font: 400 11px/18px 'Open Sans Condensed', sans-serif;
background-color: #626161
}
.cbp-l-filters-alignCenter .cbp-filter-counter:after {
border-top: 4px solid #626161
}
.cbp-l-filters-alignLeft {
margin-bottom: 30px
}
.cbp-l-filters-alignLeft .cbp-filter-item {
background-color: #fff;
border: 1px solid #cdcdcd;
cursor: pointer;
font: 400 12px/30px 'Open Sans Condensed', sans-serif;
padding: 0 13px;
position: relative;
overflow: visible;
margin: 0 4px 10px;
display: inline-block;
color: #888;
-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border .3s ease-in-out;
transition: color .3s ease-in-out, background-color .3s ease-in-out, border .3s ease-in-out
}
.cbp-l-filters-alignLeft .cbp-filter-item:hover {
color: #111
}
.cbp-l-filters-alignLeft .cbp-filter-item.cbp-filter-item-active {
background-color: #6C7A89;
border: 1px solid #6C7A89;
color: #fff;
cursor: default
}
.cbp-l-filters-alignLeft .cbp-filter-item:first-child {
margin-left: 0
}
.cbp-l-filters-alignLeft .cbp-filter-item:last-child {
margin-right: 0
}
.cbp-l-filters-alignLeft .cbp-filter-counter {
display: inline
}
.cbp-l-filters-alignRight {
margin-bottom: 30px;
text-align: right
}
.cbp-l-filters-alignRight .cbp-filter-item {
background-color: transparent;
color: #8B8B8B;
cursor: pointer;
font: 400 11px/31px "Open Sans Condensed", sans-serif;
padding: 0 14px;
position: relative;
overflow: visible;
margin: 0 3px 10px;
border: 1px solid #E4E2E2;
text-transform: uppercase;
display: inline-block;
-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border .3s ease-in-out;
transition: color .3s ease-in-out, background-color .3s ease-in-out, border .3s ease-in-out
}
.cbp-l-filters-alignRight .cbp-filter-item:hover {
color: #2B3444
}
.cbp-l-filters-alignRight .cbp-filter-item.cbp-filter-item-active {
color: #FFF;
background-color: #049372;
border-color: #049372;
cursor: default
}
.cbp-l-filters-alignRight .cbp-filter-item:first-child {
margin-left: 0
}
.cbp-l-filters-alignRight .cbp-filter-item:last-child {
margin-right: 0
}
.cbp-l-filters-alignRight .cbp-filter-counter {
background-color: #049372
}
.cbp-l-filters-alignRight .cbp-filter-counter:after {
border-top: 4px solid #049372
}
.cbp-l-filters-button {
margin-bottom: 30px
}
.cbp-l-filters-button .cbp-filter-item:hover .cbp-filter-counter:after {
display: block
}
.cbp-l-filters-button .cbp-filter-item:hover .cbp-filter-counter {
bottom: 44px;
-ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1
}
.cbp-l-filters-button .cbp-filter-counter {
background-color: #545454
}
.cbp-l-filters-button .cbp-filter-counter:after {
border-top: 4px solid #545454
}
@media only screen and (max-width:480px) {
.cbp-l-filters-alignRight,
.cbp-l-filters-button {
text-align: center
}
}
.cbp-l-filters-buttonCenter {
margin-bottom: 30px;
text-align: center
}
.cbp-l-filters-buttonCenter .cbp-filter-item {
background-color: #FFF;
border: 1px solid #ECECEC;
color: #888;
cursor: pointer;
font: 400 12px/32px 'Open Sans Condensed', sans-serif;
margin: 0 10px 10px 0;
overflow: visible;
padding: 0 17px;
position: relative;
display: inline-block;
-webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out;
transition: color .3s ease-in-out, border-color .3s ease-in-out
}
.cbp-l-filters-buttonCenter .cbp-filter-item:hover {
color: #5d5d5d
}
.cbp-l-filters-buttonCenter .cbp-filter-item.cbp-filter-item-active {
color: #3B9CB3;
border-color: #8CD2E5;
cursor: default
}
.cbp-l-filters-buttonCenter .cbp-filter-item:first-child {
margin-left: 0
}
.cbp-l-filters-buttonCenter .cbp-filter-item:last-child {
margin-right: 0
}
.cbp-l-filters-buttonCenter .cbp-filter-counter {
font: 400 11px/18px 'Open Sans Condensed', sans-serif;
background-color: #68ABBC
}
.cbp-l-filters-buttonCenter .cbp-filter-counter:after {
border-top: 4px solid #68ABBC
}
.cbp-l-filters-dropdown {
margin-bottom: 40px;
height: 38px;
position: relative;
z-index: 5
}
.cbp-l-filters-dropdownWrap {
width: 200px;
position: absolute;
right: 0;
background: #4d4c4d
}
.cbp-l-filters-dropdownHeader {
font: 400 12px/38px "Open Sans Condensed", sans-serif;
margin: 0 17px;
color: #FFF;
cursor: default;
position: relative
}
.cbp-l-filters-dropdownHeader:after {
border-color: #fff transparent;
border-style: solid;
border-width: 5px 5px 0;
content: "";
height: 0;
position: absolute;
right: 0;
top: 50%;
width: 0;
margin-top: -1px
}
.cbp-l-filters-dropdownWrap.cbp-l-filters-dropdownWrap-open .cbp-l-filters-dropdownHeader:after {
border-width: 0 5px 5px
}
.cbp-l-filters-dropdownList {
display: none;
list-style: none;
margin: 0;
padding: 0
}
.cbp-l-filters-dropdownList>li {
margin: 0;
list-style: none
}
.cbp-l-filters-dropdownWrap.cbp-l-filters-dropdownWrap-open .cbp-l-filters-dropdownList {
display: block;
margin: 0
}
.cbp-l-filters-dropdownList .cbp-filter-item {
background: 0 0;
color: #b3b3b3;
width: 100%;
text-align: left;
font: 400 12px/40px "Open Sans Condensed", sans-serif;
margin: 0;
padding: 0 17px;
cursor: pointer;
border: none;
border-top: 1px solid #595959
}
.cbp-l-filters-dropdownList .cbp-filter-item:hover {
color: #e6e6e6
}
.cbp-l-filters-dropdownList .cbp-filter-item-active {
color: #fff;
cursor: default
}
.cbp-l-filters-dropdownWrap .cbp-filter-counter {
display: inline
}
.cbp-l-filters-dropdown-floated {
float: right;
margin-top: -2px;
margin-left: 20px;
width: 200px
}
@media only screen and (max-width:480px) {
.cbp-l-filters-dropdown-floated {
width: 100%;
margin-top: 0;
margin-left: 0
}
.cbp-l-filters-dropdownWrap {
right: 0;
left: 0;
margin: 0 auto
}
}
.cbp-l-filters-list {
margin-bottom: 30px;
content: "";
display: table;
clear: both
}
.cbp-l-filters-list .cbp-filter-item {
background-color: transparent;
color: #585252;
cursor: pointer;
font: 400 12px/35px "Open Sans Condensed", sans-serif;
padding: 0 18px;
position: relative;
overflow: visible;
margin: 0 0 10px;
float: left;
border: 1px solid #3288C4;
border-right-width: 0;
-webkit-transition: left .3s ease-in-out;
transition: left .3s ease-in-out
}
.cbp-l-filters-list .cbp-filter-item:hover {
color: #000
}
.cbp-l-filters-list .cbp-filter-item.cbp-filter-item-active {
cursor: default;
color: #FFF;
background-color: #3288C4
}
.cbp-l-filters-list-first {
border-radius: 6px 0 0 6px
}
.cbp-l-filters-list-last {
border-radius: 0 6px 6px 0;
border-right-width: 1px!important
}
.cbp-l-filters-list .cbp-filter-counter {
display: inline
}
@media only screen and (max-width:600px) {
.cbp-l-filters-list .cbp-filter-item {
margin-right: 5px;
border-radius: 6px;
border-right-width: 1px
}
}
.cbp-l-filters-work {
margin-bottom: 30px;
text-align: center
}
.cbp-l-filters-work .cbp-filter-item {
background-color: #FFF;
color: #888;
cursor: pointer;
font: 600 11px/37px "Open Sans Condensed", sans-serif;
margin: 0 5px 10px 0;
overflow: visible;
padding: 0 16px;
position: relative;
display: inline-block;
text-transform: uppercase;
-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
transition: color .3s ease-in-out, background-color .3s ease-in-out
}
.cbp-l-filters-work .cbp-filter-item:hover {
color: #fff;
background: #607D8B
}
.cbp-l-filters-work .cbp-filter-item.cbp-filter-item-active {
background-color: #607D8B;
color: #fff;
cursor: default
}
.cbp-l-filters-work .cbp-filter-item:first-child {
margin-left: 0
}
.cbp-l-filters-work .cbp-filter-item:last-child {
margin-right: 0
}
.cbp-l-filters-work .cbp-filter-counter {
font: 600 11px/37px "Open Sans Condensed", sans-serif;
text-align: center;
display: inline-block;
margin-left: 8px
}
.cbp-l-filters-work .cbp-filter-counter:before {
content: '('
}
.cbp-l-filters-work .cbp-filter-counter:after {
content: ')'
}
.cbp-l-filters-big {
margin-bottom: 30px;
text-align: center
}
.cbp-l-filters-big .cbp-filter-item {
color: #444;
cursor: pointer;
font: 400 15px/22px Roboto, sans-serif;
margin: 0 8px 10px;
padding: 10px 23px;
position: relative;
display: inline-block;
border: 1px solid transparent;
text-transform: uppercase;
-webkit-transition: color .3s ease-in-out, border .3s ease-in-out;
transition: color .3s ease-in-out, border .3s ease-in-out
}
.cbp-l-filters-big .cbp-filter-item:hover {
color: #888
}
.cbp-l-filters-big .cbp-filter-item.cbp-filter-item-active {
border-color: #d5d5d5;
color: #444;
cursor: default
}
.cbp-l-filters-big .cbp-filter-item:first-child {
margin-left: 0
}
.cbp-l-filters-big .cbp-filter-item:last-child {
margin-right: 0
}
.cbp-l-filters-text {
margin-bottom: 30px;
text-align: center;
font: 400 12px/21px Lato, sans-serif;
color: #DADADA;
padding: 0 15px
}
.cbp-l-filters-text .cbp-filter-item {
color: #949494;
cursor: pointer;
font: 400 13px/21px Lato, sans-serif;
padding: 0 12px;
position: relative;
overflow: visible;
margin: 0 0 10px;
display: inline-block;
-webkit-transition: color .3s ease-in-out;
transition: color .3s ease-in-out
}
.cbp-l-filters-text .cbp-filter-item:hover {
color: #2D2C2C
}
.cbp-l-filters-text .cbp-filter-item:hover .cbp-filter-counter {
-webkit-transform: translateY(-30px);
transform: translateY(-30px)
}
.cbp-l-filters-text .cbp-filter-item.cbp-filter-item-active {
color: #2D2C2C;
cursor: default
}
.cbp-l-filters-text .cbp-filter-counter {
background-color: #626161;
font: 400 11px/18px Lato, sans-serif
}
.cbp-l-filters-text .cbp-filter-counter:after {
border-top: 4px solid #626161
}
.cbp-l-filters-text-sort {
display: inline-block;
font: 400 13px/21px Lato, sans-serif;
color: #949494;
margin-right: 15px
}
@media only screen and (max-width:480px) {
.cbp-l-filters-text-sort {
display: block;
margin-bottom: 10px
}
.cbp-l-filters-underline {
text-align: center
}
}
.cbp-l-filters-underline {
margin-bottom: 30px
}
.cbp-l-filters-underline .cbp-filter-item {
border-bottom: 3px solid transparent;
cursor: pointer;
font: 600 14px/21px "Open Sans Condensed", sans-serif;
padding: 8px 10px;
position: relative;
overflow: visible;
margin: 0 20px 10px 0;
display: inline-block;
color: #787878;
-webkit-transition: color .25s ease-in-out, border-color .25s ease-in-out;
transition: color .25s ease-in-out, border-color .25s ease-in-out
}
.cbp-l-filters-underline .cbp-filter-item:hover {
color: #111
}
.cbp-l-filters-underline .cbp-filter-item.cbp-filter-item-active {
border-bottom-color: #666;
color: #444;
cursor: default
}
.cbp-popup-lightbox-counter,
.cbp-popup-lightbox-title {
font: 400 12px/18px "Open Sans Condensed", sans-serif;
color: #eee
}
.cbp-l-filters-underline .cbp-filter-item:first-child {
margin-left: 0
}
.cbp-l-filters-underline .cbp-filter-item:last-child {
margin-right: 0
}
.cbp-l-filters-underline .cbp-filter-counter {
display: inline
}
.cbp-animation-quicksand {
-webkit-transition: height .6s ease-in-out;
transition: height .6s ease-in-out;
will-change: height
}
.cbp-animation-quicksand .cbp-item {
-webkit-transition: -webkit-transform .6s ease-in-out;
transition: transform .6s ease-in-out;
-webkit-perspective: 1000px;
perspective: 1000px
}
.cbp-animation-quicksand .cbp-item-wrapper {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d
}
.cbp-animation-quicksand .cbp-item-on2off .cbp-item-wrapper {
-webkit-animation: quicksand-off .6s ease-out both;
animation: quicksand-off .6s ease-out both
}
.cbp-animation-quicksand .cbp-item-off2on .cbp-item-wrapper {
-webkit-animation: quicksand-on .6s ease-out both;
animation: quicksand-on .6s ease-out both
}
@-webkit-keyframes quicksand-off {
100% {
opacity: 0;
-webkit-transform: scale3d(0, 0, 0)
}
}
@keyframes quicksand-off {
100% {
opacity: 0;
transform: scale3d(0, 0, 0)
}
}
@-webkit-keyframes quicksand-on {
0% {
opacity: 0;
-webkit-transform: scale3d(0, 0, 0)
}
}
@keyframes quicksand-on {
0% {
opacity: 0;
transform: scale3d(0, 0, 0)
}
}
.cbp-animation-boxShadow,
.cbp-animation-fadeOut {
-webkit-transition: height .6s ease-in-out;
transition: height .6s ease-in-out;
will-change: height
}
.cbp-animation-boxShadow .cbp-item,
.cbp-animation-fadeOut .cbp-item {
-webkit-transition: -webkit-transform .6s ease-in-out;
transition: transform .6s ease-in-out;
-webkit-perspective: 1000px;
perspective: 1000px
}
.cbp-animation-boxShadow .cbp-item-wrapper,
.cbp-animation-fadeOut .cbp-item-wrapper {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d
}
.cbp-animation-boxShadow .cbp-item-on2off .cbp-item-wrapper,
.cbp-animation-fadeOut .cbp-item-on2off .cbp-item-wrapper {
-webkit-animation: fadeOut-off .6s ease-in-out both;
animation: fadeOut-off .6s ease-in-out both
}
.cbp-animation-boxShadow .cbp-item-off2on .cbp-item-wrapper,
.cbp-animation-fadeOut .cbp-item-off2on .cbp-item-wrapper {
-webkit-animation: fadeOut-on .6s ease-in-out both;
animation: fadeOut-on .6s ease-in-out both
}
@-webkit-keyframes fadeOut-off {
0% {
opacity: 1
}
100%,
80% {
opacity: 0
}
}
@keyframes fadeOut-off {
0% {
opacity: 1
}
100%,
80% {
opacity: 0
}
}
@-webkit-keyframes fadeOut-on {
0% {
opacity: 0
}
100% {
opacity: 1
}
}
@keyframes fadeOut-on {
0% {
opacity: 0
}
100% {
opacity: 1
}
}
.cbp-animation-flipOut {
-webkit-transition: height .7s ease-in-out;
transition: height .7s ease-in-out;
will-change: height
}
.cbp-animation-flipOut .cbp-item {
-webkit-transition: -webkit-transform .7s ease-in-out;
transition: transform .7s ease-in-out;
-webkit-perspective: 1000px;
perspective: 1000px
}
.cbp-animation-flipOut .cbp-item-wrapper {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d
}
.cbp-animation-flipOut .cbp-item-on2off .cbp-item-wrapper {
-webkit-animation: flipOut-out .7s both ease-in;
animation: flipOut-out .7s both ease-in
}
.cbp-animation-flipOut .cbp-item-off2on .cbp-item-wrapper {
-webkit-animation: flipOut-in .7s ease-out both;
animation: flipOut-in .7s ease-out both
}
@-webkit-keyframes flipOut-out {
100%,
50% {
-webkit-transform: translateZ(-1000px) rotateY(-90deg);
opacity: .2
}
}
@keyframes flipOut-out {
100%,
50% {
transform: translateZ(-1000px) rotateY(-90deg);
opacity: .2
}
}
@-webkit-keyframes flipOut-in {
0%,
50% {
-webkit-transform: translateZ(-1000px) rotateY(90deg);
opacity: .2
}
}
@keyframes flipOut-in {
0%,
50% {
transform: translateZ(-1000px) rotateY(90deg);
opacity: .2
}
}
.cbp-animation-flipBottom {
-webkit-transition: height .7s ease-in-out;
transition: height .7s ease-in-out;
will-change: height
}
.cbp-animation-flipBottom .cbp-item {
-webkit-transition: -webkit-transform .7s ease-in-out;
transition: transform .7s ease-in-out;
-webkit-perspective: 1000px;
perspective: 1000px
}
.cbp-animation-flipBottom .cbp-item-wrapper {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d
}
.cbp-animation-flipBottom .cbp-item-on2off .cbp-item-wrapper {
-webkit-animation: flipBottom-out .7s both ease-in;
animation: flipBottom-out .7s both ease-in
}
.cbp-animation-flipBottom .cbp-item-off2on .cbp-item-wrapper {
-webkit-animation: flipBottom-in .7s ease-out both;
animation: flipBottom-in .7s ease-out both
}
@-webkit-keyframes flipBottom-out {
100%,
50% {
-webkit-transform: translateZ(-1000px) rotateX(-90deg);
opacity: .2
}
}
@keyframes flipBottom-out {
100%,
50% {
transform: translateZ(-1000px) rotateX(-90deg);
opacity: .2
}
}
@-webkit-keyframes flipBottom-in {
0%,
50% {
-webkit-transform: translateZ(-1000px) rotateX(90deg);
opacity: .2
}
}
@keyframes flipBottom-in {
0%,
50% {
transform: translateZ(-1000px) rotateX(90deg);
opacity: .2
}
}
.cbp-animation-scaleSides {
-webkit-transition: height .6s ease-in-out;
transition: height .6s ease-in-out;
will-change: height
}
.cbp-animation-scaleSides .cbp-item {
-webkit-transition: -webkit-transform .6s ease-in-out;
transition: transform .6s ease-in-out;
-webkit-perspective: 1000px;
perspective: 1000px
}
.cbp-animation-fadeOutTop,
.cbp-animation-skew {
-webkit-transition: height .6s ease-in-out;
will-change: height
}
.cbp-animation-scaleSides .cbp-item-wrapper {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d
}
.cbp-animation-scaleSides .cbp-item-on2off .cbp-item-wrapper {
-webkit-animation: scaleSides-out .9s both;
animation: scaleSides-out .9s both
}
.cbp-animation-scaleSides .cbp-item-off2on .cbp-item-wrapper {
-webkit-animation: scaleSides-in .9s both;
animation: scaleSides-in .9s both
}
@-webkit-keyframes scaleSides-out {
100%,
50% {
-webkit-transform: scale(.6);
opacity: 0
}
}
@keyframes scaleSides-out {
100%,
50% {
transform: scale(.6);
opacity: 0
}
}
@-webkit-keyframes scaleSides-in {
0%,
50% {
-webkit-transform: scale(.6);
opacity: 0
}
}
@keyframes scaleSides-in {
0%,
50% {
transform: scale(.6);
opacity: 0
}
}
.cbp-animation-skew {
transition: height .6s ease-in-out
}
.cbp-animation-skew .cbp-item {
-webkit-transition: -webkit-transform .6s ease-in-out;
transition: transform .6s ease-in-out;
-webkit-perspective: 1000px;
perspective: 1000px
}
.cbp-animation-skew .cbp-item-wrapper {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d
}
.cbp-animation-skew .cbp-item-on2off .cbp-item-wrapper {
-webkit-animation: skew-off .6s ease-out both;
animation: skew-off .6s ease-out both
}
.cbp-animation-skew .cbp-item-off2on .cbp-item-wrapper {
-webkit-animation: skew-on .6s ease-out both;
animation: skew-on .6s ease-out both
}
@-webkit-keyframes skew-off {
100% {
opacity: 0;
-webkit-transform: scale3d(0, 0, 0) skew(20deg, 0)
}
}
@keyframes skew-off {
100% {
opacity: 0;
transform: scale3d(0, 0, 0) skew(20deg, 0)
}
}
@-webkit-keyframes skew-on {
0% {
opacity: 0;
-webkit-transform: scale3d(0, 0, 0) skew(0, 20deg)
}
}
@keyframes skew-on {
0% {
opacity: 0;
transform: scale3d(0, 0, 0) skew(0, 20deg)
}
}
.cbp-animation-fadeOutTop {
transition: height .6s ease-in-out
}
.cbp-animation-sequentially,
.cbp-animation-slideLeft {
-webkit-transition: height .6s ease-in-out;
will-change: height;
transition: height .6s ease-in-out
}
.cbp-animation-fadeOutTop .cbp-wrapper-outer {
overflow: visible
}
.cbp-animation-fadeOutTop .cbp-item {
-webkit-perspective: 1000px;
perspective: 1000px;
overflow: visible
}
.cbp-animation-fadeOutTop .cbp-item-wrapper {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d
}
.cbp-animation-fadeOutTop .cbp-wrapper-helper .cbp-item-wrapper {
-webkit-animation: fadeOutTop-out .6s both ease-in-out;
animation: fadeOutTop-out .6s both ease-in-out
}
.cbp-animation-fadeOutTop .cbp-wrapper .cbp-item-wrapper {
-webkit-animation: fadeOutTop-in .6s both ease-in-out;
animation: fadeOutTop-in .6s both ease-in-out
}
@-webkit-keyframes fadeOutTop-out {
0% {
-webkit-transform: translateY(0);
opacity: 1
}
100%,
50% {
-webkit-transform: translateY(-30px);
opacity: 0
}
}
@keyframes fadeOutTop-out {
0% {
transform: translateY(0);
opacity: 1
}
100%,
50% {
transform: translateY(-30px);
opacity: 0
}
}
@-webkit-keyframes fadeOutTop-in {
0%,
50% {
-webkit-transform: translateY(-30px);
opacity: 0
}
100% {
-webkit-transform: translateY(0);
opacity: 1
}
}
@keyframes fadeOutTop-in {
0%,
50% {
transform: translateY(-30px);
opacity: 0
}
100% {
transform: translateY(0);
opacity: 1
}
}
.cbp-animation-slideLeft .cbp-item {
-webkit-perspective: 1000px;
perspective: 1000px
}
.cbp-animation-slideLeft .cbp-item-wrapper {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d
}
.cbp-animation-slideLeft .cbp-wrapper-helper .cbp-item-wrapper {
-webkit-animation: slideLeft-out .8s both ease-in-out;
animation: slideLeft-out .8s both ease-in-out
}
.cbp-animation-slideLeft .cbp-wrapper .cbp-item-wrapper {
-webkit-animation: slideLeft-in .8s both ease-in-out;
animation: slideLeft-in .8s both ease-in-out
}
@-webkit-keyframes slideLeft-out {
0% {
opacity: 1;
transform: scale(1)
}
25% {
opacity: .75;
-webkit-transform: scale(.8)
}
100%,
75% {
opacity: .75;
-webkit-transform: scale(.8) translateX(-200%)
}
}
@keyframes slideLeft-out {
0% {
opacity: 1;
transform: scale(1)
}
25% {
opacity: .75;
transform: scale(.8)
}
100%,
75% {
opacity: .75;
transform: scale(.8) translateX(-200%)
}
}
@-webkit-keyframes slideLeft-in {
0%,
25% {
opacity: .75;
-webkit-transform: scale(.8) translateX(200%)
}
75% {
opacity: .75;
-webkit-transform: scale(.8)
}
100% {
opacity: 1;
-webkit-transform: scale(1) translateX(0)
}
}
@keyframes slideLeft-in {
0%,
25% {
opacity: .75;
transform: scale(.8) translateX(200%)
}
75% {
opacity: .75;
transform: scale(.8)
}
100% {
opacity: 1;
transform: scale(1) translateX(0)
}
}
.cbp-animation-3dflip,
.cbp-animation-flipOutDelay {
-webkit-transition: height .6s ease-in-out;
will-change: height
}
.cbp-animation-sequentially .cbp-wrapper-outer {
overflow: visible
}
.cbp-animation-sequentially .cbp-item {
-webkit-perspective: 1000px;
perspective: 1000px;
overflow: visible
}
.cbp-animation-sequentially .cbp-item-wrapper {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d
}
.cbp-animation-sequentially .cbp-wrapper-helper .cbp-item-wrapper {
-webkit-animation: fadeOutTop-out .6s both ease;
animation: fadeOutTop-out .6s both ease
}
.cbp-animation-sequentially .cbp-wrapper .cbp-item-wrapper {
-webkit-animation: fadeOutTop-in .6s both ease-out;
animation: fadeOutTop-in .6s both ease-out
}
.cbp-animation-3dflip {
transition: height .6s ease-in-out
}
.cbp-animation-3dflip .cbp-item {
-webkit-perspective: 1000px;
perspective: 1000px
}
.cbp-animation-3dflip .cbp-item-wrapper {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d
}
.cbp-animation-3dflip .cbp-wrapper-helper .cbp-item-wrapper {
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-animation: flip-out .6s both ease-in-out;
animation: flip-out .6s both ease-in-out
}
.cbp-animation-3dflip .cbp-wrapper .cbp-item-wrapper {
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-animation: flip-in .6s both ease-in-out;
animation: flip-in .6s both ease-in-out
}
@-webkit-keyframes flip-out {
100% {
opacity: 0;
-webkit-transform: rotateY(90deg)
}
}
@keyframes flip-out {
100% {
opacity: 0;
transform: rotateY(90deg)
}
}
@-webkit-keyframes flip-in {
0% {
opacity: 0;
-webkit-transform: rotateY(-90deg)
}
100% {
opacity: 1;
-webkit-transform: rotateY(0)
}
}
@keyframes flip-in {
0% {
opacity: 0;
transform: rotateY(-90deg)
}
100% {
opacity: 1;
transform: rotateY(0)
}
}
.cbp-animation-flipOutDelay {
transition: height .6s ease-in-out
}
.cbp-animation-rotateSides,
.cbp-animation-slideDelay {
-webkit-transition: height .6s ease-in-out;
will-change: height;
transition: height .6s ease-in-out
}
.cbp-animation-flipOutDelay .cbp-item {
-webkit-perspective: 1000px;
perspective: 1000px
}
.cbp-animation-flipOutDelay .cbp-item-wrapper {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d
}
.cbp-animation-flipOutDelay .cbp-wrapper-helper .cbp-item-wrapper {
-webkit-animation: flipOut-out 1s both ease-in;
animation: flipOut-out 1s both ease-in
}
.cbp-animation-flipOutDelay .cbp-wrapper .cbp-item-wrapper {
-webkit-animation: flipOut-in 1s both ease-out;
animation: flipOut-in 1s both ease-out
}
.cbp-animation-slideDelay .cbp-item {
-webkit-perspective: 1000px;
perspective: 1000px
}
.cbp-animation-slideDelay .cbp-item-wrapper {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d
}
.cbp-animation-slideDelay .cbp-wrapper-helper .cbp-item-wrapper {
-webkit-animation: slideDelay-out .5s both ease-in-out;
animation: slideDelay-out .5s both ease-in-out
}
.cbp-animation-slideDelay .cbp-wrapper .cbp-item-wrapper {
-webkit-animation: slideDelay-in .5s both ease-in-out;
animation: slideDelay-in .5s both ease-in-out
}
@-webkit-keyframes slideDelay-out {
100% {
-webkit-transform: translateX(-100%)
}
}
@keyframes slideDelay-out {
100% {
transform: translateX(-100%)
}
}
@-webkit-keyframes slideDelay-in {
0% {
-webkit-transform: translateX(100%)
}
100% {
-webkit-transform: translateX(0)
}
}
@keyframes slideDelay-in {
0% {
transform: translateX(100%)
}
100% {
transform: translateX(0)
}
}
.cbp-animation-foldLeft,
.cbp-animation-unfold {
-webkit-transition: height .6s ease-in-out;
will-change: height
}
.cbp-animation-rotateSides .cbp-item {
-webkit-perspective: 1000px;
perspective: 1000px
}
.cbp-animation-rotateSides .cbp-item-wrapper {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d
}
.cbp-animation-rotateSides .cbp-wrapper-helper .cbp-item-wrapper {
-webkit-transform-origin: -50% 50%;
-webkit-animation: rotateSides-out .5s both ease-in;
transform-origin: -50% 50%;
animation: rotateSides-out .5s both ease-in
}
.cbp-animation-rotateSides .cbp-wrapper .cbp-item-wrapper {
-webkit-transform-origin: 150% 50%;
-webkit-animation: rotateSides-in .6s both ease-out;
transform-origin: 150% 50%;
animation: rotateSides-in .6s both ease-out
}
@-webkit-keyframes rotateSides-out {
100% {
opacity: 0;
-webkit-transform: translateZ(-500px) rotateY(90deg)
}
}
@keyframes rotateSides-out {
100% {
opacity: 0;
transform: translateZ(-500px) rotateY(90deg)
}
}
@-webkit-keyframes rotateSides-in {
0%,
40% {
opacity: 0;
-webkit-transform: translateZ(-500px) rotateY(-90deg)
}
}
@keyframes rotateSides-in {
0%,
40% {
opacity: 0;
transform: translateZ(-500px) rotateY(-90deg)
}
}
.cbp-animation-foldLeft {
transition: height .6s ease-in-out
}
.cbp-animation-foldLeft .cbp-item {
-webkit-perspective: 1000px;
perspective: 1000px
}
.cbp-animation-foldLeft .cbp-item-wrapper {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d
}
.cbp-animation-foldLeft .cbp-wrapper-helper .cbp-item-wrapper {
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-animation: foldLeft-out .7s both;
animation: foldLeft-out .7s both
}
.cbp-animation-foldLeft .cbp-wrapper .cbp-item-wrapper {
-webkit-animation: foldLeft-in .7s both;
animation: foldLeft-in .7s both
}
@-webkit-keyframes foldLeft-out {
100% {
opacity: 0;
-webkit-transform: translateX(-100%) rotateY(-90deg)
}
}
@keyframes foldLeft-out {
100% {
opacity: 0;
transform: translateX(-100%) rotateY(-90deg)
}
}
@-webkit-keyframes foldLeft-in {
0% {
opacity: .3;
-webkit-transform: translateX(100%)
}
}
@keyframes foldLeft-in {
0% {
opacity: .3;
transform: translateX(100%)
}
}
.cbp-animation-unfold {
transition: height .6s ease-in-out
}
.cbp-animation-frontRow,
.cbp-animation-scaleDown {
-webkit-transition: height .6s ease-in-out;
will-change: height;
transition: height .6s ease-in-out
}
.cbp-animation-unfold .cbp-item {
-webkit-perspective: 1000px;
perspective: 1000px
}
.cbp-animation-unfold .cbp-item-wrapper {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d
}
.cbp-animation-unfold .cbp-wrapper-helper .cbp-item-wrapper {
-webkit-animation: unfold-out .8s both;
animation: unfold-out .8s both
}
.cbp-animation-unfold .cbp-wrapper .cbp-item-wrapper {
-webkit-transform-origin: 0 50%;
-webkit-animation: unfold-in .8s both;
transform-origin: 0 50%;
animation: unfold-in .8s both
}
@-webkit-keyframes unfold-out {
90% {
opacity: .3
}
100% {
opacity: 0;
-webkit-transform: translateX(-100%)
}
}
@keyframes unfold-out {
90% {
opacity: .3
}
100% {
opacity: 0;
transform: translateX(-100%)
}
}
@-webkit-keyframes unfold-in {
0% {
opacity: 0;
-webkit-transform: translateX(100%) rotateY(90deg)
}
}
@keyframes unfold-in {
0% {
opacity: 0;
transform: translateX(100%) rotateY(90deg)
}
}
.cbp-animation-scaleDown .cbp-item {
-webkit-perspective: 1000px;
perspective: 1000px
}
.cbp-animation-scaleDown .cbp-item-wrapper {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d
}
.cbp-animation-scaleDown .cbp-wrapper-helper .cbp-item-wrapper {
-webkit-animation: scaleDown-out .7s both;
animation: scaleDown-out .7s both
}
.cbp-animation-scaleDown .cbp-wrapper .cbp-item-wrapper {
-webkit-animation: scaleDown-in .6s both;
animation: scaleDown-in .6s both
}
@-webkit-keyframes scaleDown-out {
100% {
opacity: 0;
-webkit-transform: scale(.8)
}
}
@keyframes scaleDown-out {
100% {
opacity: 0;
transform: scale(.8)
}
}
@-webkit-keyframes scaleDown-in {
0% {
-webkit-transform: translateX(100%)
}
}
@keyframes scaleDown-in {
0% {
transform: translateX(100%)
}
}
.cbp-animation-bounceBottom,
.cbp-animation-rotateRoom {
-webkit-transition: height .6s ease-in-out;
will-change: height
}
.cbp-animation-frontRow .cbp-item {
-webkit-perspective: 1000px;
perspective: 1000px
}
.cbp-animation-frontRow .cbp-item-wrapper {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d
}
.cbp-animation-frontRow .cbp-wrapper-helper .cbp-item-wrapper {
-webkit-animation: frontRow-out .7s both ease;
animation: frontRow-out .7s both ease
}
.cbp-animation-frontRow .cbp-wrapper .cbp-item-wrapper {
-webkit-animation: frontRow-in .6s both ease;
animation: frontRow-in .6s both ease
}
@-webkit-keyframes frontRow-out {
100% {
-webkit-transform: translateX(-60%) scale(.8);
opacity: 0
}
}
@keyframes frontRow-out {
100% {
transform: translateX(-60%) scale(.8);
opacity: 0
}
}
@-webkit-keyframes frontRow-in {
0% {
-webkit-transform: translateX(100%) scale(.8)
}
100% {
opacity: 1;
-webkit-transform: translateX(0) scale(1)
}
}
@keyframes frontRow-in {
0% {
transform: translateX(100%) scale(.8)
}
100% {
opacity: 1;
transform: translateX(0) scale(1)
}
}
.cbp-animation-rotateRoom {
transition: height .6s ease-in-out
}
.cbp-animation-rotateRoom .cbp-item {
-webkit-perspective: 1000px;
perspective: 1000px
}
.cbp-animation-rotateRoom .cbp-item-wrapper {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d
}
.cbp-animation-rotateRoom .cbp-wrapper-helper .cbp-item-wrapper {
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-animation: rotateRoom-out .8s both ease;
animation: rotateRoom-out .8s both ease
}
.cbp-animation-rotateRoom .cbp-wrapper .cbp-item-wrapper {
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-animation: rotateRoom-in .8s both ease;
animation: rotateRoom-in .8s both ease
}
@-webkit-keyframes rotateRoom-out {
90% {
opacity: .3
}
100% {
opacity: 0;
-webkit-transform: translateX(-100%) rotateY(90deg)
}
}
@keyframes rotateRoom-out {
90% {
opacity: .3
}
100% {
opacity: 0;
transform: translateX(-100%) rotateY(90deg)
}
}
@-webkit-keyframes rotateRoom-in {
0% {
opacity: .3;
-webkit-transform: translateX(100%) rotateY(-90deg)
}
}
@keyframes rotateRoom-in {
0% {
opacity: .3;
transform: translateX(100%) rotateY(-90deg)
}
}
.cbp-animation-bounceBottom {
transition: height .6s ease-in-out
}
.cbp-animation-bounceLeft,
.cbp-animation-bounceTop {
-webkit-transition: height .6s ease-in-out;
will-change: height;
transition: height .6s ease-in-out
}
.cbp-animation-bounceBottom .cbp-wrapper-helper {
-webkit-animation: bounceBottom-out .6s both ease-in-out;
animation: bounceBottom-out .6s both ease-in-out
}
.cbp-animation-bounceBottom .cbp-wrapper {
-webkit-animation: bounceBottom-in .6s both ease-in-out;
animation: bounceBottom-in .6s both ease-in-out
}
@-webkit-keyframes bounceBottom-out {
100% {
-webkit-transform: translateY(100%);
opacity: 0
}
}
@keyframes bounceBottom-out {
100% {
transform: translateY(100%);
opacity: 0
}
}
@-webkit-keyframes bounceBottom-in {
0% {
-webkit-transform: translateY(100%);
opacity: 0
}
100% {
-webkit-transform: translateY(0);
opacity: 1
}
}
@keyframes bounceBottom-in {
0% {
transform: translateY(100%);
opacity: 0
}
100% {
transform: translateY(0);
opacity: 1
}
}
.cbp-animation-bounceLeft .cbp-wrapper-helper {
-webkit-animation: bounceLeft-out .6s both ease-in-out;
animation: bounceLeft-out .6s both ease-in-out
}
.cbp-animation-bounceLeft .cbp-wrapper {
-webkit-animation: bounceLeft-in .6s both ease-in-out;
animation: bounceLeft-in .6s both ease-in-out
}
@-webkit-keyframes bounceLeft-out {
100% {
-webkit-transform: translateX(-100%);
opacity: 0
}
}
@keyframes bounceLeft-out {
100% {
transform: translateX(-100%);
opacity: 0
}
}
@-webkit-keyframes bounceLeft-in {
0% {
-webkit-transform: translateX(-100%);
opacity: 0
}
100% {
-webkit-transform: translateX(0);
opacity: 1
}
}
@keyframes bounceLeft-in {
0% {
transform: translateX(-100%);
opacity: 0
}
100% {
transform: translateX(0);
opacity: 1
}
}
.cbp-animation-bounceTop .cbp-wrapper-helper {
-webkit-animation: bounceTop-out .6s both ease-in-out;
animation: bounceTop-out .6s both ease-in-out
}
.cbp-animation-bounceTop .cbp-wrapper {
-webkit-animation: bounceTop-in .6s both ease-in-out;
animation: bounceTop-in .6s both ease-in-out
}
@-webkit-keyframes bounceTop-out {
100% {
-webkit-transform: translateY(-100%);
opacity: 0
}
}
@keyframes bounceTop-out {
100% {
transform: translateY(-100%);
opacity: 0
}
}
@-webkit-keyframes bounceTop-in {
0% {
-webkit-transform: translateY(-100%);
opacity: 0
}
100% {
-webkit-transform: translateY(0);
opacity: 1
}
}
@keyframes bounceTop-in {
0% {
transform: translateY(-100%);
opacity: 0
}
100% {
transform: translateY(0);
opacity: 1
}
}
.cbp-animation-moveLeft {
-webkit-transition: height .6s ease-in-out;
transition: height .6s ease-in-out;
will-change: height
}
.cbp-animation-moveLeft .cbp-wrapper-helper {
-webkit-animation: moveLeft-out .6s both ease-in-out;
animation: moveLeft-out .6s both ease-in-out
}
.cbp-animation-moveLeft .cbp-wrapper {
-webkit-animation: moveLeft-in .6s both ease-in-out;
animation: moveLeft-in .6s both ease-in-out
}
@-webkit-keyframes moveLeft-out {
100% {
-webkit-transform: translateX(-100%);
opacity: 0
}
}
@keyframes moveLeft-out {
100% {
transform: translateX(-100%);
opacity: 0
}
}
@-webkit-keyframes moveLeft-in {
0% {
-webkit-transform: translateX(100%);
opacity: 0
}
100% {
-webkit-transform: translateX(0);
opacity: 1
}
}
@keyframes moveLeft-in {
0% {
transform: translateX(100%);
opacity: 0
}
100% {
transform: translateX(0);
opacity: 1
}
}
.cbp-displayType-bottomToTop {
-webkit-perspective: 1000px;
perspective: 1000px
}
.cbp-displayType-bottomToTop .cbp-item {
-webkit-animation: fadeInBottomToTop .3s both ease-in;
animation: fadeInBottomToTop .3s both ease-in
}
@-webkit-keyframes fadeInBottomToTop {
0% {
opacity: 0;
-webkit-transform: translateY(50px)
}
100% {
opacity: 1;
-webkit-transform: translateY(0)
}
}
@keyframes fadeInBottomToTop {
0% {
opacity: 0;
transform: translateY(50px)
}
100% {
opacity: 1;
transform: translateY(0)
}
}
.cbp-displayType-fadeIn {
-webkit-animation: fadeIn .5s both ease-in;
animation: fadeIn .5s both ease-in
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0
}
100% {
opacity: 1
}
}
@keyframes fadeIn {
0% {
opacity: 0
}
100% {
opacity: 1
}
}
.cbp-displayType-fadeInToTop {
-webkit-perspective: 1000px;
perspective: 1000px;
-webkit-animation: fadeInToTop .5s both ease-in;
animation: fadeInToTop .5s both ease-in
}
@-webkit-keyframes fadeInToTop {
0% {
opacity: 0;
-webkit-transform: translateY(30px)
}
100% {
opacity: 1;
-webkit-transform: translateY(0)
}
}
@keyframes fadeInToTop {
0% {
opacity: 0;
transform: translateY(30px)
}
100% {
opacity: 1;
transform: translateY(0)
}
}
.cbp-displayType-sequentially .cbp-item {
-webkit-animation: fadeIn .5s both ease-in;
animation: fadeIn .5s both ease-in
}
.cbp-lightbox img {
display: block;
border: 0;
width: 100%;
height: auto
}
.cbp-popup-ie8bg {
position: absolute;
width: 100%;
height: 100%;
min-height: 100%;
top: 0;
left: 0;
z-index: -1;
background: #000
}
.cbp-popup-wrap {
height: 100%;
text-align: center;
position: fixed;
width: 100%;
left: 0;
top: 0;
display: none;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
overflow-x: hidden;
z-index: 9990;
padding: 0 10px
}
.cbp-popup-wrap video {
outline: 0
}
.cbp-popup-lightbox {
background: rgba(0, 0, 0, .8);
display: flex;
justify-content: center;
align-items: center
}
.cbp-popup-content,
.cbp-popup-wrap:before {
display: inline-block;
vertical-align: middle
}
.cbp-popup-singlePage {
background: #fff;
padding: 0
}
.cbp-popup-wrap:before {
content: "";
height: 100%
}
.cbp-popup-content {
position: relative;
text-align: left;
max-width: 100%
}
.cbp-popup-lightbox .cbp-popup-content {
display: flex
}
.cbp-popup-singlePage .cbp-popup-content {
position: relative;
z-index: 1;
margin-top: 145px;
max-width: 1024px;
vertical-align: top;
width: 94%
}
.cbp-popup-singlePage .cbp-popup-content-basic {
position: relative;
z-index: 1;
margin-top: 104px;
vertical-align: top;
width: 100%;
display: inline-block;
text-align: left
}
.cbp-popup-lightbox-figure {
width: 100%;
position: relative;
padding: 20px 0
}
.cbp-popup-lightbox-bottom {
position: relative;
margin-top: 3px
}
.cbp-popup-lightbox-title {
padding-right: 50px
}
.cbp-popup-lightbox-counter {
position: absolute;
top: 0;
right: 0
}
.cbp-popup-lightbox-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}
.cbp-popup-lightbox-img[data-action] {
cursor: pointer
}
.cbp-popup-lightbox-isIframe .cbp-popup-content {
width: 75%;
display: inline-block
}
@media only screen and (max-width:768px) {
.cbp-popup-lightbox-isIframe .cbp-popup-content {
width: 95%
}
}
.cbp-popup-lightbox-isIframe .cbp-lightbox-bottom {
left: 0;
position: absolute;
top: 100%;
width: 100%;
margin-top: 3px
}
.cbp-popup-lightbox-iframe {
position: relative;
height: 0;
padding-bottom: 56.25%;
background: #000
}
.cbp-popup-lightbox-iframe iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}
.cbp-popup-lightbox-iframe audio {
margin-top: 27%
}
.cbp-popup-lightbox-iframe .cbp-popup-lightbox-bottom {
position: absolute;
left: 0;
top: 100%;
width: 100%
}
.cbp-popup-singlePage .cbp-popup-navigation-wrap {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 9990;
height: 104px;
background-color: #3D4750
}
.cbp-popup-singlePage .cbp-popup-navigation {
position: relative;
width: 100%;
height: 100%
}
.cbp-popup-singlePage-sticky .cbp-popup-navigation-wrap {
position: fixed;
top: 0!important
}
.cbp-popup-singlePage-counter {
color: #fff;
position: absolute;
margin: auto;
right: 40px;
top: 0;
bottom: 0;
font: 400 14px/30px "Open Sans Condensed", sans-serif;
height: 30px
}
.cbp-popup-lightbox .cbp-popup-next,
.cbp-popup-lightbox .cbp-popup-prev,
.cbp-popup-singlePage .cbp-popup-next,
.cbp-popup-singlePage .cbp-popup-prev {
width: 44px;
height: 44px;
top: 0;
margin: auto;
bottom: 0
}
@media only screen and (max-width:768px) {
.cbp-popup-singlePage-counter {
right: 3%
}
}
.cbp-popup-close,
.cbp-popup-next,
.cbp-popup-prev {
padding: 0;
border: none;
position: absolute;
cursor: pointer;
outline: 0;
user-select: none
}
.cbp-popup-lightbox .cbp-popup-prev {
background: url(../img/cbp-sprite.png) no-repeat;
left: 20px
}
.cbp-popup-lightbox .cbp-popup-prev:hover {
background-position: 0 -46px
}
.cbp-popup-singlePage .cbp-popup-prev {
background: url(../img/cbp-sprite.png) 0 -92px no-repeat;
right: 108px;
left: 0
}
.cbp-popup-singlePage .cbp-popup-prev:hover {
background-position: 0 -138px
}
.cbp-popup-lightbox .cbp-popup-next {
background: url(../img/cbp-sprite.png) -46px 0 no-repeat;
right: 20px
}
.cbp-popup-lightbox .cbp-popup-next:hover {
background-position: -46px -46px
}
.cbp-popup-singlePage .cbp-popup-next {
background: url(../img/cbp-sprite.png) -46px -92px no-repeat;
right: 0;
left: 108px
}
.cbp-popup-singlePage .cbp-popup-next:hover {
background-position: -46px -138px
}
.cbp-popup-lightbox .cbp-popup-close {
background: url(../img/cbp-sprite.png) -92px 0 no-repeat;
height: 40px;
width: 40px;
right: 20px;
top: 20px
}
.cbp-popup-lightbox .cbp-popup-close:hover {
background-position: -92px -46px
}
.cbp-popup-singlePage .cbp-popup-close {
background: url(../img/cbp-sprite.png) -92px -92px no-repeat;
height: 44px;
width: 44px;
margin: auto;
top: 0;
right: 0;
bottom: 0;
left: 0
}
.cbp-popup-singlePage .cbp-popup-close:hover {
background-position: -92px -138px
}
.cbp-popup-singlePage .cbp-popup-ie8bg {
background-color: #fff
}
@media only screen and (max-width:360px),
(max-height:600px) {
.cbp-popup-close,
.cbp-popup-next,
.cbp-popup-prev {
-webkit-transform: scale(.8);
transform: scale(.8)
}
.cbp-popup-lightbox .cbp-popup-close {
right: 10px;
top: 10px
}
.cbp-popup-lightbox .cbp-popup-next {
right: 10px
}
.cbp-popup-lightbox .cbp-popup-prev {
left: 10px
}
.cbp-popup-singlePage .cbp-popup-navigation-wrap {
height: 84px
}
.cbp-popup-singlePage .cbp-popup-content {
margin-top: 120px
}
}
.cbp-popup-loadingBox {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0
}
.cbp-popup-lightbox .cbp-popup-loadingBox:after {
border-left: 3px solid rgba(255, 255, 255, .3);
border-right: 3px solid rgba(255, 255, 255, .3);
border-bottom: 3px solid rgba(255, 255, 255, .3);
border-top: 3px solid rgba(255, 255, 255, .85)
}
.cbp-popup-ready .cbp-popup-loadingBox {
visibility: hidden;
display: none
}
.cbp-popup-loading .cbp-popup-loadingBox {
visibility: visible;
display: block
}
.cbp-popup-transitionend {
overflow-y: scroll
}
.cbp-popup-singlePage {
left: 100%;
-webkit-transition: left .6s ease-in-out;
transition: left .6s ease-in-out
}
.cbp-popup-singlePage.cbp-popup-loading .cbp-popup-content {
opacity: 0
}
.cbp-popup-singlePage-open {
left: 0
}
.cbp-popup-singlePage.cbp-popup-singlePage-fade {
left: 0;
opacity: 0;
-webkit-transition: opacity .25s ease-in-out;
transition: opacity .25s ease-in-out
}
.cbp-popup-singlePage-open.cbp-popup-singlePage-fade {
opacity: 1
}
.cbp-popup-singlePage.cbp-popup-singlePage-right {
left: -100%;
-webkit-transition: left .6s ease-in-out;
transition: left .6s ease-in-out
}
.cbp-popup-singlePage-open.cbp-popup-singlePage-right {
left: 0
}
.cbp-l-project-title {
color: #454444;
font: 600 42px/46px "Open Sans Condensed", sans-serif;
letter-spacing: 2px;
margin-bottom: 15px;
text-align: center;
text-transform: uppercase
}
.cbp-l-project-subtitle {
color: #787878;
font: 400 14px/21px "Open Sans Condensed", sans-serif;
margin: 0 auto 50px;
max-width: 500px;
text-align: center
}
.cbp-popup-singlePage .cbp-popup-content .cbp-l-project-img {
display: block;
margin: 0 auto;
max-width: 100%
}
.cbp-l-project-container {
overflow: hidden;
margin: 40px auto 0;
clear: both
}
.cbp-l-project-desc {
float: left;
width: 62%
}
.cbp-l-project-details {
float: right;
width: 38%;
padding-left: 60px;
margin-bottom: 15px
}
@media only screen and (max-width:768px) {
.cbp-l-project-title {
font-size: 30px;
line-height: 34px
}
.cbp-l-project-desc {
width: 100%
}
.cbp-l-project-details {
width: 100%;
margin-top: 20px;
padding-left: 0
}
}
.cbp-l-project-desc-title {
border-bottom: 1px solid #cdcdcd;
margin-bottom: 22px;
color: #444
}
.cbp-l-project-desc-title span,
.cbp-l-project-details-title span {
border-bottom: 1px solid #747474;
display: inline-block;
margin: 0 0 -1px;
font: 400 16px/36px "Open Sans Condensed", sans-serif;
padding: 0 5px 0 0
}
.cbp-l-project-desc-text {
font: 400 16px/20px "Open Sans Condensed", sans-serif;
color: #555;
margin-bottom: 20px
}
.cbp-l-project-details-title {
border-bottom: 1px solid #cdcdcd;
margin-bottom: 19px;
color: #444
}
.cbp-l-project-details-list {
margin: 0;
padding: 0;
list-style: none
}
.cbp-l-project-details-list>div,
.cbp-l-project-details-list>li {
border-bottom: 1px dotted #DFDFDF;
padding: inherit;
color: #666;
font: 400 14px/30px "Open Sans Condensed", sans-serif
}
.cbp-l-project-details-list>div:last-child,
.cbp-l-project-details-list>li:last-child {
border: none
}
.cbp-l-project-details-list strong {
display: inline-block;
color: #696969;
font-weight: 600;
min-width: 100px
}
.cbp-l-project-details-visit {
color: #FFF;
float: right;
clear: both;
text-decoration: none;
font: 400 11px/18px "Open Sans Condensed", sans-serif;
margin-top: 25px;
background-color: #62B57B;
padding: 8px 19px;
text-transform: uppercase;
letter-spacing: .5px
}
.cbp-l-project-details-visit:hover {
opacity: .9;
color: #fff
}
.cbp-l-project-related-wrap {
font-size: 0;
margin: 0;
padding: 0
}
.cbp-l-project-related-item {
margin-left: 5%;
max-width: 30%;
float: left
}
.cbp-l-project-related-item:first-child {
margin-left: 0
}
.cbp-l-project-related-title {
font: 700 14px/18px "Open Sans Condensed", sans-serif;
color: #474747;
margin-top: 20px
}
.cbp-l-project-related-link {
text-decoration: none
}
.cbp-l-project-related-link:hover {
opacity: .9
}
.cbp-l-member-img {
float: left;
width: 40%;
margin-top: 20px
}
.cbp-l-member-img img {
width: auto;
max-width: 100%;
height: auto;
display: inline-block;
border: 0
}
.cbp-popup-singlePageInline-close .cbp-popup-singlePageInline:after,
.cbp-popup-singlePageInline-ready:after {
display: none;
visibility: hidden
}
.cbp-l-member-info {
margin-top: 20px;
padding-left: 25px;
float: left;
width: 60%
}
@media only screen and (max-width:768px) {
.cbp-l-member-img {
width: 100%;
text-align: center
}
.cbp-l-member-info {
width: 100%;
padding-left: 0
}
}
.cbp-l-member-name {
font: 400 28px/28px "Open Sans Condensed", sans-serif;
color: #474747
}
.cbp-l-member-position {
font: 400 13px/21px "Open Sans Condensed", sans-serif;
color: #888;
margin-top: 6px
}
.cbp-l-member-desc {
font: 400 12px/18px "Open Sans Condensed", sans-serif;
margin-top: 25px;
color: #474747
}
.cbp-popup-singlePageInline-open {
-webkit-transition: height .5s 0s!important;
transition: height .5s 0s!important
}
.cbp-popup-singlePageInline-open .cbp-item {
-webkit-transition: -webkit-transform .5s 0s!important;
transition: transform .5s 0s!important
}
.cbp-popup-singlePageInline-close .cbp-popup-singlePageInline .cbp-popup-content,
.cbp-popup-singlePageInline-close .cbp-popup-singlePageInline .cbp-popup-navigation {
-webkit-transition-delay: 0;
transition-delay: 0
}
.cbp-popup-singlePageInline {
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 0;
overflow: hidden
}
.cbp-popup-singlePageInline .cbp-popup-content {
opacity: 0;
width: 100%;
z-index: 1;
min-height: 300px
}
.cbp-popup-singlePageInline .cbp-popup-content,
.cbp-popup-singlePageInline .cbp-popup-navigation {
-webkit-transition: opacity .4s ease-in .2s;
transition: opacity .4s ease-in .2s
}
.cbp-popup-singlePageInline .cbp-popup-navigation {
opacity: 0;
position: absolute;
top: 0;
right: 0;
z-index: 2;
width: 40px;
height: 40px
}
.cbp-popup-singlePageInline .cbp-popup-close {
background: url(../img/cbp-sprite.png) -92px 0 no-repeat;
height: 40px;
width: 40px;
right: 20px;
top: 30px
}
.cbp-popup-singlePageInline .cbp-popup-close:hover {
opacity: .7
}
.cbp-popup-singlePageInline-ready {
z-index: 4
}
.cbp-popup-singlePageInline-ready .cbp-popup-content,
.cbp-popup-singlePageInline-ready .cbp-popup-navigation {
opacity: 1
}
.cbp-singlePageInline-active {
opacity: .6!important
}
.cbp-l-inline {
margin: 20px 0;
overflow: hidden;
background: #FAFAFA;
padding: 30px
}
.cbp-l-inline-left {
float: left;
width: 44%
}
.cbp-l-project-img {
max-width: 100%
}
.cbp-l-inline-right {
float: right;
width: 56%;
padding-left: inherit
}
@media only screen and (max-width:768px) {
.cbp-l-inline-left {
width: 100%;
text-align: center;
margin-top: 40px
}
.cbp-l-inline-right {
width: 100%;
padding-left: 0;
margin-top: 20px
}
}
.cbp-l-inline-title {
font: 400 28px/30px "Open Sans Condensed", sans-serif;
color: #474747
}
.cbp-l-inline-subtitle {
font: 400 13px/21px "Open Sans Condensed", sans-serif;
color: #888;
margin-top: 7px
}
.cbp-l-inline-desc {
font: 400 13px/20px "Open Sans Condensed", sans-serif;
color: #474747;
margin-top: 25px;
margin-bottom: 20px
}
.cbp-l-inline-view-wrap {
text-align: right
}
.cbp-l-loadMore-bgbutton,
.cbp-l-loadMore-button,
.cbp-l-loadMore-text {
text-align: center
}
.cbp-l-inline-view {
font: 400 13px/35px "Open Sans Condensed", sans-serif;
color: #9C9C9C;
margin-top: 40px;
display: inline-block;
padding: 0 20px;
border: 1px solid #ccc;
text-decoration: none
}
.cbp-l-inline-view:hover {
color: #757575
}
.cbp-l-inline-details {
margin-bottom: 15px;
font: 13px/22px "Open Sans Condensed", sans-serif
}
.cbp-l-loadMore-button-defaultText,
.cbp-l-loadMore-defaultText {
display: block
}
.cbp-l-loadMore-button-loadingText,
.cbp-l-loadMore-button-noMoreLoading,
.cbp-l-loadMore-loadingText,
.cbp-l-loadMore-noMoreLoading {
display: none
}
.cbp-l-loadMore-loading .cbp-l-loadMore-button-loadingText,
.cbp-l-loadMore-loading .cbp-l-loadMore-loadingText {
display: block
}
.cbp-l-loadMore-loading .cbp-l-loadMore-button-defaultText,
.cbp-l-loadMore-loading .cbp-l-loadMore-button-noMoreLoading,
.cbp-l-loadMore-loading .cbp-l-loadMore-defaultText,
.cbp-l-loadMore-loading .cbp-l-loadMore-noMoreLoading {
display: none
}
.cbp-l-loadMore-stop .cbp-l-loadMore-button-noMoreLoading,
.cbp-l-loadMore-stop .cbp-l-loadMore-noMoreLoading {
display: block
}
.cbp-l-loadMore-stop .cbp-l-loadMore-button-defaultText,
.cbp-l-loadMore-stop .cbp-l-loadMore-button-loadingText,
.cbp-l-loadMore-stop .cbp-l-loadMore-defaultText,
.cbp-l-loadMore-stop .cbp-l-loadMore-loadingText {
display: none
}
.cbp-l-loadMore-bgbutton .cbp-l-loadMore-link {
border: 1px solid #DEDEDE;
color: #7E7B7B;
display: inline-block;
font: 400 13px/40px Lato, sans-serif;
min-width: 80px;
text-decoration: none;
padding: 0 50px;
margin-top: 50px;
outline: 0;
box-shadow: none;
letter-spacing: 1px;
-webkit-transition: color .25s;
transition: color .25s
}
.cbp-l-loadMore-bgbutton .cbp-l-loadMore-link.cbp-l-loadMore-loading,
.cbp-l-loadMore-bgbutton .cbp-l-loadMore-link:hover {
color: #B0B0B0
}
.cbp-l-loadMore-bgbutton .cbp-l-loadMore-link.cbp-l-loadMore-stop {
color: #B0B0B0;
cursor: default
}
.cbp-l-loadMore-button .cbp-l-loadMore-button-link,
.cbp-l-loadMore-button .cbp-l-loadMore-link {
border-bottom: 1px solid #DEDEDE;
color: #444;
display: inline-block;
font: 400 16px/36px "Open Sans Condensed", sans-serif;
min-width: 80px;
text-decoration: none;
padding: 0 30px;
outline: 0;
margin-top: 40px;
box-shadow: none;
-webkit-transition: color .25s;
transition: color .25s
}
.cbp-l-loadMore-button .cbp-l-loadMore-button-link.cbp-l-loadMore-loading,
.cbp-l-loadMore-button .cbp-l-loadMore-button-link:hover,
.cbp-l-loadMore-button .cbp-l-loadMore-link.cbp-l-loadMore-loading,
.cbp-l-loadMore-button .cbp-l-loadMore-link:hover {
color: #B0B0B0
}
.cbp-l-loadMore-button .cbp-l-loadMore-button-link.cbp-l-loadMore-button-stop,
.cbp-l-loadMore-button .cbp-l-loadMore-button-link.cbp-l-loadMore-stop,
.cbp-l-loadMore-button .cbp-l-loadMore-link.cbp-l-loadMore-button-stop,
.cbp-l-loadMore-button .cbp-l-loadMore-link.cbp-l-loadMore-stop {
cursor: default;
color: #B0B0B0
}
.cbp-l-loadMore-text .cbp-l-loadMore-link,
.cbp-l-loadMore-text .cbp-l-loadMore-text-link {
font: 400 15px "Open Sans Condensed", sans-serif;
color: #7E7B7B;
text-decoration: none;
cursor: pointer;
margin-top: 50px;
display: block
}
.cbp-l-loadMore-text .cbp-l-loadMore-stop,
.cbp-l-loadMore-text .cbp-l-loadMore-text-stop {
color: #B0B0B0;
cursor: default
}
.cbp-mode-slider {
-webkit-transition: height .35s;
transition: height .35s
}
.cbp-mode-slider .cbp-item,
.cbp-mode-slider .cbp-wrapper {
-webkit-transition: -webkit-transform .35s;
transition: transform .35s
}
.cbp-mode-slider .cbp-wrapper {
cursor: -webkit-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab
}
.cbp-mode-slider-dragStart * {
cursor: move!important;
cursor: -ms-grabbing!important;
cursor: -webkit-grabbing!important;
cursor: -moz-grabbing!important;
cursor: grabbing!important
}
.cbp-mode-slider-dragStart .cbp-wrapper {
-webkit-transition: none;
transition: none
}
.cbp-nav-next,
.cbp-nav-prev {
position: relative;
background: #7c8b90;
cursor: pointer;
display: inline-block;
margin-left: 1px;
height: 22px;
width: 21px
}
.cbp-nav-next {
border-radius: 0 2px 2px 0
}
.cbp-nav-prev {
border-radius: 2px 0 0 2px
}
.cbp-nav-next:hover,
.cbp-nav-prev:hover {
opacity: .8
}
.cbp-nav-next:after,
.cbp-nav-prev:after {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
background: url(../img/cbp-sprite.png) no-repeat;
height: 10px;
width: 7px
}
.cbp-nav-next:after {
background-position: -134px 0
}
.cbp-nav-prev:after {
background-position: -134px -12px
}
.cbp-nav-stop {
opacity: .5!important;
cursor: default!important
}
.cbp-nav {
user-select: none
}
.cbp-nav-controls {
position: absolute;
top: -51px;
right: 0;
z-index: 100
}
.cbp-nav-pagination {
position: absolute;
bottom: -30px;
right: 0;
z-index: 100;
left: 0;
text-align: center
}
.cbp-nav-pagination-item,
.cbp-pagination-item {
display: inline-block;
position: relative;
cursor: pointer
}
.cbp-nav-pagination-item {
width: 10px;
height: 10px;
border-radius: 50%;
margin: 0 4px;
background: #c2c2c2;
-webkit-transition: background .5s;
transition: background .5s
}
.cbp-nav-pagination-active {
background: #797979
}
.cbp-pagination-item {
max-width: 100px;
margin-top: 10px;
margin-right: 5px
}
.cbp-pagination-item img {
display: block;
width: 100%;
height: auto;
border: 0
}
.cbp-pagination-item:after {
content: '';
position: absolute;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, .5);
-webkit-transition: background .5s ease-in-out;
transition: background .5s ease-in-out
}
.cbp-pagination-active:after {
background: 0 0
}
.cbp-slider-item,
.cbp-slider-wrap {
margin: 0;
padding: 0;
list-style-type: none
}
.cbp-slider .cbp-nav-controls {
position: static
}
.cbp-slider .cbp-nav-next,
.cbp-slider .cbp-nav-prev {
background: 0 0;
position: absolute;
margin: auto;
top: 0;
bottom: 0;
z-index: 100;
width: 44px;
height: 44px
}
.cbp-slider .cbp-nav-next {
right: 25px;
left: auto
}
.cbp-slider .cbp-nav-prev {
left: 25px;
right: auto
}
.cbp-slider .cbp-nav-next:after,
.cbp-slider .cbp-nav-prev:after {
background: url(../img/cbp-sprite.png) no-repeat;
width: 44px;
height: 44px
}
.cbp-slider .cbp-nav-next:after {
background-position: -46px -92px
}
.cbp-slider .cbp-nav-next:hover:after {
background-position: -46px -46px
}
.cbp-slider .cbp-nav-prev:after {
background-position: 0 -92px
}
.cbp-slider .cbp-nav-prev:hover:after {
background-position: 0 -46px
}
.cbp-slider .cbp-nav-pagination {
text-align: right;
bottom: 20px;
right: 25px;
left: auto
}
.cbp-slider-edge .cbp-nav-controls {
position: static
}
.cbp-slider-edge .cbp-nav-next,
.cbp-slider-edge .cbp-nav-prev {
background: 0 0;
position: absolute;
margin: auto;
top: 0;
bottom: 0;
z-index: 100;
width: 44px;
height: 44px
}
.cbp-slider-edge .cbp-nav-next {
right: 0;
left: auto
}
.cbp-slider-edge .cbp-nav-prev {
left: 0;
right: auto
}
.cbp-slider-edge .cbp-nav-next:after,
.cbp-slider-edge .cbp-nav-prev:after {
background: url(../img/cbp-sprite.png) no-repeat;
width: 9px;
height: 16px
}
.cbp-slider-edge .cbp-nav-next:after {
background-position: -134px -24px
}
.cbp-slider-edge .cbp-nav-prev:after {
background-position: -134px -42px
}
.cbp-slider-edge .cbp-nav-pagination {
bottom: -50px
}
.cbp-slider-edge .cbp-nav-pagination-item {
border: 2px solid #0f0f0f;
opacity: .4;
background: 0 0
}
.cbp-slider-edge .cbp-nav-pagination-active {
background: #000
}
.cbp-slider-inline {
position: relative
}
.cbp-slider-inline .cbp-slider-item {
position: absolute;
width: 100%;
top: 0;
-webkit-transition: left .5s;
transition: left .5s
}
.cbp-slider-inline .cbp-slider-item--active {
position: relative;
z-index: 2
}
.cbp-slider-wrapper {
position: relative;
overflow: hidden
}
.cbp-slider-controls {
position: absolute;
top: 0;
right: 0;
z-index: 100;
opacity: 0;
-webkit-transition: opacity .7s ease-in-out;
transition: opacity .7s ease-in-out
}
.cbp-slider-inline-ready .cbp-slider-controls {
opacity: 1
}
.cbp-l-grid-blog-comments:hover,
.cbp-l-grid-slider-team-social a:hover,
.cbp-social-fb:hover,
.cbp-social-googleplus:hover,
.cbp-social-pinterest:hover,
.cbp-social-twitter:hover {
opacity: .8
}
.cbp-slider-next,
.cbp-slider-prev {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
float: left;
cursor: pointer;
position: relative;
width: 36px;
height: 36px;
background: #547EB1
}
.cbp-slider-next {
margin-left: 1px
}
.cbp-slider-next:after,
.cbp-slider-prev:after {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
background: url(../img/cbp-sprite.png) no-repeat;
width: 9px;
height: 16px
}
.cbp-slider-next:after {
background-position: -134px -60px
}
.cbp-slider-prev:after {
background-position: -134px -78px
}
.cbp-l-grid-agency .cbp-caption:after {
position: absolute;
content: '';
width: 0;
height: 0;
border-bottom: 10px solid #fff;
border-right: 10px solid transparent;
border-left: 10px solid transparent;
bottom: 0;
left: 50%;
margin-left: -5px;
z-index: 1
}
.cbp-l-grid-agency.cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap {
-webkit-transform: scale(1.15);
transform: scale(1.15)
}
.cbp-l-grid-agency-title {
margin-top: 18px;
font: 700 17px/24px Lato, sans-serif;
color: #666;
text-align: center;
padding: 0 4px
}
.cbp-item:hover .cbp-l-grid-agency-title {
color: #222
}
.cbp-l-grid-agency-desc {
font: 400 12px/21px "Open Sans Condensed", sans-serif;
color: #aaa;
text-align: center
}
@media only screen and (max-width:480px) {
.cbp-l-grid-agency-title {
font-size: 15px;
line-height: 21px
}
}
.cbp-l-grid-work.cbp-caption-zoom .cbp-caption-activeWrap {
background-color: rgba(0, 0, 0, .7)
}
.cbp-l-grid-work .cbp-item {
padding: 3px
}
.cbp-l-grid-work .cbp-item-wrapper {
background-color: #fff;
box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
padding: 7px 7px 27px;
border-top: 1px solid #F4F4F4
}
.cbp-l-grid-work-title {
margin-top: 17px;
font: 400 17px/25px "Roboto Condensed", sans-serif;
color: #607D8B;
text-align: center;
text-transform: uppercase;
display: block
}
.cbp-l-grid-work-title:hover {
color: #365D67
}
.cbp-l-grid-work-desc {
font: 400 11px/16px "Open Sans Condensed", sans-serif;
color: #888;
text-align: center;
text-transform: uppercase
}
@media only screen and (max-width:480px) {
.cbp-l-grid-work-title {
font-size: 15px;
line-height: 21px;
margin-top: 15px
}
.cbp-l-grid-work .cbp-item-wrapper {
padding-bottom: 18px
}
}
.cbp-l-grid-blog-title {
font: 400 18px/30px "Open Sans Condensed", sans-serif;
color: #444;
display: block;
margin-top: 17px
}
.cbp-l-grid-blog-comments,
.cbp-l-grid-blog-date {
font: 400 12px/18px "Open Sans Condensed", sans-serif
}
.cbp-l-grid-blog-title:hover {
color: #787878
}
.cbp-l-grid-blog-date {
color: #787878;
display: inline-block
}
.cbp-l-grid-blog-comments {
color: #3C6FBB;
display: inline-block
}
.cbp-l-grid-blog-desc {
font: 400 13px/18px "Open Sans Condensed", sans-serif;
color: #9B9B9B;
margin-top: 9px
}
.cbp-l-grid-blog-split {
margin: 0 4px;
font: 400 13px/16px "Open Sans Condensed", sans-serif;
color: #787878;
display: inline-block
}
.cbp-l-grid-clients {
height: 180px
}
.cbp-l-clients-title-block {
font: 400 32px/53px Roboto, sans-serif;
color: #666464;
text-align: center;
margin-bottom: 40px
}
.cbp-l-grid-faq .cbp-item {
width: 100%
}
.cbp-l-grid-projects-title {
font: 700 16px/21px "Open Sans Condensed", sans-serif;
color: #474747;
margin-top: 15px
}
.cbp-l-grid-projects-desc {
font: 400 16px/18px "Open Sans Condensed", sans-serif;
color: #444;
margin-top: 5px
}
@media only screen and (max-width:480px) {
.cbp-l-grid-projects-title {
margin-top: 12px
}
.cbp-l-grid-projects-desc {
margin-top: 3px
}
}
.cbp-l-grid-masonry-projects .cbp-caption-activeWrap {
background-color: #59a3b6;
background-color: rgba(89, 163, 182, .95)
}
.cbp-l-grid-masonry-projects .cbp-l-caption-buttonLeft,
.cbp-l-grid-masonry-projects .cbp-l-caption-buttonRight {
background-color: #545454
}
.cbp-l-grid-masonry-projects-title {
font: 500 15px/22px Roboto, sans-serif;
color: #59a3b6;
text-align: center;
display: block;
margin-top: 12px
}
.cbp-l-grid-masonry-projects-title:hover {
color: #457C8B
}
.cbp-l-grid-masonry-projects-desc {
font: 400 12px/18px Roboto, sans-serif;
color: #b2b2b2;
text-align: center
}
.cbp-l-grid-team-name {
font: 400 17px/24px "Open Sans Condensed", sans-serif;
color: #456297;
display: block;
text-align: center;
margin-top: 18px
}
.cbp-l-grid-team-name:hover {
color: #34425C
}
.cbp-l-grid-team-position {
font: italic 400 13px/21px "Open Sans Condensed", sans-serif;
color: #999;
text-align: center
}
@media only screen and (max-width:480px) {
.cbp-l-grid-team-name {
font-size: 15px;
line-height: 22px;
margin-top: 13px
}
.cbp-l-grid-team-position {
font-size: 12px;
line-height: 18px
}
}
.cbp-l-grid-mosaic-flat .cbp-caption-activeWrap {
background-color: #64C28E;
background-color: rgba(101, 199, 150, .95)
}
.cbp-l-grid-mosaic-flat .cbp-l-caption-title {
color: #FFF;
font: 400 14px/21px Lato, sans-serif;
text-transform: uppercase;
letter-spacing: 2px;
display: inline-block
}
.cbp-l-grid-mosaic-flat .cbp-l-caption-title:after {
content: '';
display: block;
width: 40%;
height: 1px;
background-color: #fff;
margin: 8px auto 0
}
@media only screen and (max-width:800px) {
.cbp-l-grid-mosaic-flat .cbp-l-caption-title:after {
display: none
}
}
.cbp-l-grid-mosaic-projects .cbp-caption-activeWrap {
background-color: #59a3b6;
background-color: rgba(89, 163, 182, .97)
}
.cbp-l-grid-mosaic .cbp-caption-activeWrap {
background-color: #FFEA71;
background-color: rgba(255, 234, 113, .95)
}
.cbp-l-grid-mosaic .cbp-l-caption-title {
color: #5A5A5A;
font: 500 18px/22px Roboto, sans-serif;
text-transform: uppercase;
margin-bottom: 5px
}
.cbp-l-grid-mosaic .cbp-l-caption-desc {
color: #585858;
font: 400 13px/20px Roboto, sans-serif
}
@media only screen and (max-width:480px) {
.cbp-l-grid-mosaic .cbp-l-caption-title {
font-size: 16px;
line-height: 22px;
margin-bottom: 0
}
.cbp-l-grid-mosaic .cbp-l-caption-desc {
font-size: 12px;
line-height: 18px
}
}
.cbp-l-slider-title-block {
border-bottom: 1px solid #cdcdcd;
margin-bottom: 22px
}
.cbp-l-slider-title-block div {
padding: 0 2px 6px 0;
display: inline-block;
border-bottom: 1px solid #a9a5a5;
color: #5e5e5e;
margin-bottom: -1px;
font: 15px/21px Roboto, sans-serif
}
.cbp-l-grid-slider-team-name {
float: left;
font: 20px/30px Roboto, sans-serif;
color: #494949;
margin-top: 16px
}
.cbp-l-grid-slider-team-position {
clear: both;
font: 14px/21px Roboto, sans-serif;
color: #A6A6A6
}
.cbp-l-grid-slider-team-desc {
font: 13px/20px Roboto, sans-serif;
color: #969696;
margin-top: 15px
}
.cbp-l-grid-slider-team-social {
float: right;
margin-top: 22px
}
.cbp-l-grid-slider-team-social a {
margin-left: 4px
}
@media only screen and (max-width:600px) {
.cbp-l-grid-slider-team-wrap {
float: left;
width: 100%;
margin-bottom: 10px
}
.cbp-l-grid-slider-team-name {
font-size: 17px;
line-height: 26px;
width: 100%;
margin-top: 12px;
text-align: center
}
.cbp-l-grid-slider-team-social {
width: 100%;
text-align: center;
margin-top: 8px
}
.cbp-l-grid-slider-team-position {
font-size: 13px;
line-height: 20px;
text-align: center
}
.cbp-l-grid-slider-team-desc {
font-size: 12px;
line-height: 18px;
margin-top: 10px;
text-align: center
}
}
.cbp-l-slider-testimonials-wrap {
background: #f8f9f9;
padding: 80px 0 110px;
border-width: 1px 0;
border-style: solid;
border-color: #dce1e2
}
.cbp-l-grid-slider-testimonials-body {
color: #424242;
max-width: 800px;
margin: 0 auto;
font: 20px/32px sans-serif;
text-align: center;
padding: 0 40px
}
.cbp-l-grid-slider-testimonials-footer {
font: 12px/19px Roboto, sans-serif;
color: #777;
text-align: center;
margin-bottom: 10px;
margin-top: 30px
}
.cbp-l-grid-tabs {
height: 100px
}
.cbp-l-grid-tabs .cbp-item {
font: 16px/24px 'Open Sans Condensed', sans-serif;
max-width: 700px;
width: 100%;
margin: 0 auto;
right: 0;
text-align: center;
color: #5a5a5a
}
.cbp-l-testimonials-title-block {
position: relative;
text-align: center;
font: 26px/36px Roboto, sans-serif;
color: #E7E7E7;
margin-bottom: 60px
}
.cbp-l-testimonials-title-block:after {
content: '';
position: absolute;
margin: 0 auto;
width: 23px;
height: 2px;
bottom: -6px;
background-color: #C2C2C2;
left: 0;
right: 0
}
.cbp-l-testimonials-wrap {
background: #2D2D2D;
padding: 60px 0 110px
}
.cbp-l-grid-testimonials-body {
color: #e7e7e7;
max-width: 800px;
margin: 0 auto;
font: 20px/32px Roboto, sans-serif;
text-align: center;
padding: 0 20px
}
.cbp-l-grid-testimonials-footer {
font: 12px/19px Roboto, sans-serif;
color: #C2C2C2;
text-align: center;
margin-bottom: 40px;
margin-top: 35px
}
.cbp-search {
position: relative;
width: 220px;
margin-bottom: 40px
}
.cbp-search-icon,
.cbp-search-nothing {
position: absolute;
top: 0;
text-align: center
}
.cbp-search .cbp-search-nothing {
display: none
}
.cbp-search-icon {
width: 32px;
height: 100%;
right: 0;
cursor: pointer;
pointer-events: none
}
.cbp-search-icon:after {
content: '';
display: block;
background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzczNzM3MyIgZD0iTTEyMTYgODMycTAtMTg1LTEzMS41LTMxNi41VDc2OCAzODQgNDUxLjUgNTE1LjUgMzIwIDgzMnQxMzEuNSAzMTYuNVQ3NjggMTI4MHQzMTYuNS0xMzEuNVQxMjE2IDgzMnptNTEyIDgzMnEwIDUyLTM4IDkwdC05MCAzOHEtNTQgMC05MC0zOGwtMzQzLTM0MnEtMTc5IDEyNC0zOTkgMTI0LTE0MyAwLTI3My41LTU1LjV0LTIyNS0xNTAtMTUwLTIyNVQ2NCA4MzJ0NTUuNS0yNzMuNSAxNTAtMjI1IDIyNS0xNTBUNzY4IDEyOHQyNzMuNSA1NS41IDIyNSAxNTAgMTUwIDIyNVQxNDcyIDgzMnEwIDIyMC0xMjQgMzk5bDM0MyAzNDNxMzcgMzcgMzcgOTB6Ii8+PC9zdmc+) center center no-repeat;
width: 100%;
height: 100%;
pointer-events: none
}
.cbp-search-input {
height: 36px;
padding: 0 32px 0 12px;
margin: 0;
border-radius: 1px;
border: 1px solid #c6c3c4;
font: 400 12px "Open Sans Condensed", sans-serif;
width: 100%
}
.cbp-search-input[value]+.cbp-search-icon {
pointer-events: auto
}
.cbp-search-input[value]+.cbp-search-icon:after {
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzczNzM3MyIgZD0iTTE0OTAgMTMyMnEwIDQwLTI4IDY4bC0xMzYgMTM2cS0yOCAyOC02OCAyOHQtNjgtMjhsLTI5NC0yOTQtMjk0IDI5NHEtMjggMjgtNjggMjh0LTY4LTI4bC0xMzYtMTM2cS0yOC0yOC0yOC02OHQyOC02OGwyOTQtMjk0LTI5NC0yOTRxLTI4LTI4LTI4LTY4dDI4LTY4bDEzNi0xMzZxMjgtMjggNjgtMjh0NjggMjhsMjk0IDI5NCAyOTQtMjk0cTI4LTI4IDY4LTI4dDY4IDI4bDEzNiAxMzZxMjggMjggMjggNjh0LTI4IDY4bC0yOTQgMjk0IDI5NCAyOTRxMjggMjggMjggNjh6Ii8+PC9zdmc+)
}
.cbp-search-nothing {
padding: 0 0 30px;
width: 100%;
font: 13px "Open Sans Condensed", sans-serif
}
@media only screen and (max-width:600px) {
.cbp-search {
width: 100%
}
}
.cbp-l-project-social {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex
}
.cbp-social-fb,
.cbp-social-googleplus,
.cbp-social-pinterest,
.cbp-social-twitter {
margin-right: 9px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex
}
.cbp-social-fb:focus,
.cbp-social-googleplus:focus,
.cbp-social-pinterest:focus,
.cbp-social-twitter:focus {
outline: 0
}
.cbp-social-fb path {
fill: #415C9B
}
.cbp-social-twitter path {
fill: #55acee
}
.cbp-social-googleplus path {
fill: #E57371
}
.cbp-social-pinterest path {
fill: #cb2027
}
.cbp-popup-content-wrap {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow-y: hidden;
overflow-x: hidden;
-webkit-overflow-scrolling: touch
}
.cbp-popup-transitionend .cbp-popup-content-wrap {
overflow-y: scroll
}
.cbp-popup-transitionend {
overflow-y: hidden;
} |
index.html | dmourmouras/website | <!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang=""> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>My Website, improved</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="stylesheet" href="css/bootstrap.min.css">
<style>
body {
padding-top: 50px;
padding-bottom: 20px;
}
</style>
<link rel="stylesheet" href="css/bootstrap-theme.min.css">
<link rel="stylesheet" href="css/main.css">
<script src="js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script>
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Project name</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<form class="navbar-form navbar-right" role="form">
<div class="form-group">
<input type="text" placeholder="Email" class="form-control">
</div>
<div class="form-group">
<input type="password" placeholder="Password" class="form-control">
</div>
<button type="submit" class="btn btn-success">Sign in</button>
</form>
</div><!--/.navbar-collapse -->
</div>
</nav>
<!-- Main jumbotron for a primary marketing message or call to action -->
<div class="jumbotron">
<div class="container">
<h1>Hello, world!</h1>
<p>This is a template for a simple marketing or informational website. It includes a large callout called a jumbotron and three supporting pieces of content. Use it as a starting point to create something more unique.</p>
<p><a class="btn btn-primary btn-lg" href="#" role="button">Learn more »</a></p>
</div>
</div>
<div class="container">
<!-- Example row of columns -->
<div class="row">
<div class="col-md-4">
<h2>Heading</h2>
<p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui. </p>
<p><a class="btn btn-default" href="#" role="button">View details »</a></p>
</div>
<div class="col-md-4">
<h2>Heading</h2>
<p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui. </p>
<p><a class="btn btn-default" href="#" role="button">View details »</a></p>
</div>
<div class="col-md-4">
<h2>Heading</h2>
<p>Donec sed odio dui. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Vestibulum id ligula porta felis euismod semper. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.</p>
<p><a class="btn btn-default" href="#" role="button">View details »</a></p>
</div>
</div>
<hr>
<footer>
<p>© Company 2015</p>
</footer>
</div> <!-- /container --> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.2.min.js"><\/script>')</script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="js/main.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='//www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-XXXXX-X','auto');ga('send','pageview');
</script>
</body>
</html>
|
DATASTAX_CASSANDRA-2.2.6/javadoc/org/apache/cassandra/cql3/restrictions/class-use/MultiColumnRestriction.IN.html | elisska/cloudera-cassandra | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Thu Apr 28 18:37:57 UTC 2016 -->
<title>Uses of Class org.apache.cassandra.cql3.restrictions.MultiColumnRestriction.IN (apache-cassandra API)</title>
<meta name="date" content="2016-04-28">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.cassandra.cql3.restrictions.MultiColumnRestriction.IN (apache-cassandra API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/apache/cassandra/cql3/restrictions/MultiColumnRestriction.IN.html" title="class in org.apache.cassandra.cql3.restrictions">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/cassandra/cql3/restrictions/class-use/MultiColumnRestriction.IN.html" target="_top">Frames</a></li>
<li><a href="MultiColumnRestriction.IN.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.cassandra.cql3.restrictions.MultiColumnRestriction.IN" class="title">Uses of Class<br>org.apache.cassandra.cql3.restrictions.MultiColumnRestriction.IN</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../org/apache/cassandra/cql3/restrictions/MultiColumnRestriction.IN.html" title="class in org.apache.cassandra.cql3.restrictions">MultiColumnRestriction.IN</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.cassandra.cql3.restrictions">org.apache.cassandra.cql3.restrictions</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.apache.cassandra.cql3.restrictions">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/apache/cassandra/cql3/restrictions/MultiColumnRestriction.IN.html" title="class in org.apache.cassandra.cql3.restrictions">MultiColumnRestriction.IN</a> in <a href="../../../../../../org/apache/cassandra/cql3/restrictions/package-summary.html">org.apache.cassandra.cql3.restrictions</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../../org/apache/cassandra/cql3/restrictions/MultiColumnRestriction.IN.html" title="class in org.apache.cassandra.cql3.restrictions">MultiColumnRestriction.IN</a> in <a href="../../../../../../org/apache/cassandra/cql3/restrictions/package-summary.html">org.apache.cassandra.cql3.restrictions</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>static class </code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/cassandra/cql3/restrictions/MultiColumnRestriction.InWithMarker.html" title="class in org.apache.cassandra.cql3.restrictions">MultiColumnRestriction.InWithMarker</a></strong></code>
<div class="block">An IN restriction that uses a single marker for a set of IN values that are tuples.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class </code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/cassandra/cql3/restrictions/MultiColumnRestriction.InWithValues.html" title="class in org.apache.cassandra.cql3.restrictions">MultiColumnRestriction.InWithValues</a></strong></code>
<div class="block">An IN restriction that has a set of terms for in values.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/apache/cassandra/cql3/restrictions/MultiColumnRestriction.IN.html" title="class in org.apache.cassandra.cql3.restrictions">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/cassandra/cql3/restrictions/class-use/MultiColumnRestriction.IN.html" target="_top">Frames</a></li>
<li><a href="MultiColumnRestriction.IN.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 © 2016 The Apache Software Foundation</small></p>
</body>
</html>
|
grails-app/assets/stylesheets/application.css | arief-hidayat/imms-bootstrap | /*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*
* Any CSS file within this directory can be referenced here using a relative path.
*
* You're free to add application-wide styles to this file and they'll appear at the top of the
* compiled file, but it's generally better to create a new file per style scope.
*
*= require imms.bootstrap.pack
*= require imms.datatable.pack
*= require_self
*/
|
dlib-18.18/docs/dlib/quantum_computing/quantum_computing_abstract.h.html | Nekel-Seyew/Complex-3D-Vector-Fields | <html><!-- Created using the cpp_pretty_printer from the dlib C++ library. See http://dlib.net for updates. --><head><title>dlib C++ Library - quantum_computing_abstract.h</title></head><body bgcolor='white'><pre>
<font color='#009900'>// Copyright (C) 2008 Davis E. King ([email protected])
</font><font color='#009900'>// License: Boost Software License See LICENSE.txt for the full license.
</font><font color='#0000FF'>#undef</font> DLIB_QUANTUM_COMPUTINg_ABSTRACT_
<font color='#0000FF'>#ifdef</font> DLIB_QUANTUM_COMPUTINg_ABSTRACT_
<font color='#0000FF'>#include</font> <font color='#5555FF'><</font>complex<font color='#5555FF'>></font>
<font color='#0000FF'>#include</font> "<a style='text-decoration:none' href='../matrix.h.html'>../matrix.h</a>"
<font color='#0000FF'>#include</font> "<a style='text-decoration:none' href='../rand.h.html'>../rand.h</a>"
<font color='#0000FF'>namespace</font> dlib
<b>{</b>
<font color='#009900'>// ----------------------------------------------------------------------------------------
</font>
<font color='#0000FF'>typedef</font> std::complex<font color='#5555FF'><</font><font color='#0000FF'><u>double</u></font><font color='#5555FF'>></font> qc_scalar_type;
<font color='#009900'>// ----------------------------------------------------------------------------------------
</font>
<font color='#0000FF'>class</font> <b><a name='quantum_register'></a>quantum_register</b>
<b>{</b>
<font color='#009900'>/*!
INITIAL VALUE
- num_bits() == 1
- state_vector().nr() == 2
- state_vector().nc() == 1
- state_vector()(0) == 1
- state_vector()(1) == 0
- probability_of_bit(0) == 0
- i.e. This register represents a single quantum bit and it is
completely in the 0 state.
WHAT THIS OBJECT REPRESENTS
This object represents a set of quantum bits.
!*/</font>
<font color='#0000FF'>public</font>:
<b><a name='quantum_register'></a>quantum_register</b><font face='Lucida Console'>(</font>
<font face='Lucida Console'>)</font>;
<font color='#009900'>/*!
ensures
- this object is properly initialized
!*/</font>
<font color='#0000FF'><u>int</u></font> <b><a name='num_bits'></a>num_bits</b> <font face='Lucida Console'>(</font>
<font face='Lucida Console'>)</font> <font color='#0000FF'>const</font>;
<font color='#009900'>/*!
ensures
- returns the number of quantum bits in this register
!*/</font>
<font color='#0000FF'><u>void</u></font> <b><a name='set_num_bits'></a>set_num_bits</b> <font face='Lucida Console'>(</font>
<font color='#0000FF'><u>int</u></font> new_num_bits
<font face='Lucida Console'>)</font>;
<font color='#009900'>/*!
requires
- 1 <= new_num_bits <= 30
ensures
- #num_bits() == new_num_bits
- #state_vector().nr() == 2^new_num_bits
(i.e. the size of the state_vector is exponential in the number of bits in a register)
- for all valid i:
- probability_of_bit(i) == 0
!*/</font>
<font color='#0000FF'><u>void</u></font> <b><a name='zero_all_bits'></a>zero_all_bits</b><font face='Lucida Console'>(</font>
<font face='Lucida Console'>)</font>;
<font color='#009900'>/*!
ensures
- for all valid i:
- probability_of_bit(i) == 0
!*/</font>
<font color='#0000FF'><u>void</u></font> <b><a name='append'></a>append</b> <font face='Lucida Console'>(</font>
<font color='#0000FF'>const</font> quantum_register<font color='#5555FF'>&</font> reg
<font face='Lucida Console'>)</font>;
<font color='#009900'>/*!
ensures
- #num_bits() == num_bits() + reg.num_bits()
- #this->state_vector() == tensor_product(this->state_vector(), reg.state_vector())
- The original bits in *this become the high order bits of the resulting
register and all the bits in reg end up as the low order bits in the
resulting register.
!*/</font>
<font color='#0000FF'><u>double</u></font> <b><a name='probability_of_bit'></a>probability_of_bit</b> <font face='Lucida Console'>(</font>
<font color='#0000FF'><u>int</u></font> bit
<font face='Lucida Console'>)</font> <font color='#0000FF'>const</font>;
<font color='#009900'>/*!
requires
- 0 <= bit < num_bits()
ensures
- returns the probability of measuring the given bit and it being in the 1 state.
- The returned value is also equal to the sum of norm(state_vector()(i)) for all
i where the bit'th bit in i is set to 1. (note that the lowest order bit is bit 0)
!*/</font>
<font color='#0000FF'>template</font> <font color='#5555FF'><</font><font color='#0000FF'>typename</font> rand_type<font color='#5555FF'>></font>
<font color='#0000FF'><u>bool</u></font> <b><a name='measure_bit'></a>measure_bit</b> <font face='Lucida Console'>(</font>
<font color='#0000FF'><u>int</u></font> bit,
rand_type<font color='#5555FF'>&</font> rnd
<font face='Lucida Console'>)</font>;
<font color='#009900'>/*!
requires
- 0 <= bit < num_bits()
- rand_type == an implementation of dlib/rand/rand_float_abstract.h
ensures
- measures the given bit in this register. Let R denote the boolean
result of the measurement, where true means the bit was measured to
have value 1 and false means it had a value of 0.
- if (R == true) then
- returns true
- #probability_of_bit(bit) == 1
- else
- returns false
- #probability_of_bit(bit) == 0
!*/</font>
<font color='#0000FF'>template</font> <font color='#5555FF'><</font><font color='#0000FF'>typename</font> rand_type<font color='#5555FF'>></font>
<font color='#0000FF'><u>bool</u></font> <b><a name='measure_and_remove_bit'></a>measure_and_remove_bit</b> <font face='Lucida Console'>(</font>
<font color='#0000FF'><u>int</u></font> bit,
rand_type<font color='#5555FF'>&</font> rnd
<font face='Lucida Console'>)</font>;
<font color='#009900'>/*!
requires
- num_bits() > 1
- 0 <= bit < num_bits()
- rand_type == an implementation of dlib/rand/rand_float_abstract.h
ensures
- measures the given bit in this register. Let R denote the boolean
result of the measurement, where true means the bit was measured to
have value 1 and false means it had a value of 0.
- #num_bits() == num_bits() - 1
- removes the bit that was measured from this register.
- if (R == true) then
- returns true
- else
- returns false
!*/</font>
<font color='#0000FF'>const</font> matrix<font color='#5555FF'><</font>qc_scalar_type,<font color='#979000'>0</font>,<font color='#979000'>1</font><font color='#5555FF'>></font><font color='#5555FF'>&</font> <b><a name='state_vector'></a>state_vector</b><font face='Lucida Console'>(</font>
<font face='Lucida Console'>)</font> <font color='#0000FF'>const</font>;
<font color='#009900'>/*!
ensures
- returns a const reference to the state vector that describes the state of
the quantum bits in this register.
!*/</font>
matrix<font color='#5555FF'><</font>qc_scalar_type,<font color='#979000'>0</font>,<font color='#979000'>1</font><font color='#5555FF'>></font><font color='#5555FF'>&</font> <b><a name='state_vector'></a>state_vector</b><font face='Lucida Console'>(</font>
<font face='Lucida Console'>)</font>;
<font color='#009900'>/*!
ensures
- returns a non-const reference to the state vector that describes the state of
the quantum bits in this register.
!*/</font>
<font color='#0000FF'><u>void</u></font> <b><a name='swap'></a>swap</b> <font face='Lucida Console'>(</font>
quantum_register<font color='#5555FF'>&</font> item
<font face='Lucida Console'>)</font>;
<font color='#009900'>/*!
ensures
- swaps *this and item
!*/</font>
<b>}</b>;
<font color='#0000FF'>inline</font> <font color='#0000FF'><u>void</u></font> <b><a name='swap'></a>swap</b> <font face='Lucida Console'>(</font>
quantum_register<font color='#5555FF'>&</font> a,
quantum_register<font color='#5555FF'>&</font> b
<font face='Lucida Console'>)</font> <b>{</b> a.<font color='#BB00BB'>swap</font><font face='Lucida Console'>(</font>b<font face='Lucida Console'>)</font>; <b>}</b>
<font color='#009900'>/*!
provides a global swap function
!*/</font>
<font color='#009900'>// ----------------------------------------------------------------------------------------
</font>
<font color='#0000FF'>template</font> <font color='#5555FF'><</font><font color='#0000FF'>typename</font> T<font color='#5555FF'>></font>
<font color='#0000FF'>class</font> <b><a name='gate_exp'></a>gate_exp</b>
<b>{</b>
<font color='#009900'>/*!
REQUIREMENTS ON T
T must be some object that inherits from gate_exp and implements its own
version of operator() and compute_state_element().
WHAT THIS OBJECT REPRESENTS
This object represents an expression that evaluates to a quantum gate
that operates on T::num_bits qubits.
This object makes it easy to create new types of gate objects. All
you need to do is inherit from gate_exp in the proper way and
then you can use your new gate objects in conjunction with all the
others.
!*/</font>
<font color='#0000FF'>public</font>:
<font color='#0000FF'>static</font> <font color='#0000FF'>const</font> <font color='#0000FF'><u>long</u></font> num_bits <font color='#5555FF'>=</font> T::num_bits;
<font color='#0000FF'>static</font> <font color='#0000FF'>const</font> <font color='#0000FF'><u>long</u></font> dims <font color='#5555FF'>=</font> T::dims;
<b><a name='gate_exp'></a>gate_exp</b><font face='Lucida Console'>(</font>
T<font color='#5555FF'>&</font> exp
<font face='Lucida Console'>)</font>;
<font color='#009900'>/*!
ensures
- #&ref() == &exp
!*/</font>
<font color='#0000FF'>const</font> qc_scalar_type <b><a name='operator'></a>operator</b><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font> <font face='Lucida Console'>(</font>
<font color='#0000FF'><u>long</u></font> r,
<font color='#0000FF'><u>long</u></font> c
<font face='Lucida Console'>)</font> <font color='#0000FF'>const</font>;
<font color='#009900'>/*!
requires
- 0 <= r < dims
- 0 <= c < dims
ensures
- returns ref()(r,c)
!*/</font>
<font color='#0000FF'><u>void</u></font> <b><a name='apply_gate_to'></a>apply_gate_to</b> <font face='Lucida Console'>(</font>
quantum_register<font color='#5555FF'>&</font> reg
<font face='Lucida Console'>)</font> <font color='#0000FF'>const</font>;
<font color='#009900'>/*!
requires
- reg.num_bits() == num_bits
ensures
- applies this quantum gate to the given quantum register
- Let M represent the matrix for this quantum gate, then
#reg().state_vector() = M*reg().state_vector()
!*/</font>
<font color='#0000FF'>template</font> <font color='#5555FF'><</font><font color='#0000FF'>typename</font> exp<font color='#5555FF'>></font>
qc_scalar_type <b><a name='compute_state_element'></a>compute_state_element</b> <font face='Lucida Console'>(</font>
<font color='#0000FF'>const</font> matrix_exp<font color='#5555FF'><</font>exp<font color='#5555FF'>></font><font color='#5555FF'>&</font> reg,
<font color='#0000FF'><u>long</u></font> row_idx
<font face='Lucida Console'>)</font> <font color='#0000FF'>const</font>;
<font color='#009900'>/*!
requires
- reg.nr() == dims
- reg.nc() == 1
- 0 <= row_idx < dims
ensures
- Let M represent the matrix for this gate, then
this function returns rowm(M*reg, row_idx)
(i.e. returns the row_idx row of what you get when you apply this
gate to the given column vector in reg)
- This function works by calling ref().compute_state_element(reg,row_idx)
!*/</font>
<font color='#0000FF'>const</font> T<font color='#5555FF'>&</font> <b><a name='ref'></a>ref</b><font face='Lucida Console'>(</font>
<font face='Lucida Console'>)</font>;
<font color='#009900'>/*!
ensures
- returns a reference to the subexpression contained in this object
!*/</font>
<font color='#0000FF'>const</font> matrix<font color='#5555FF'><</font>qc_scalar_type<font color='#5555FF'>></font> <b><a name='mat'></a>mat</b> <font face='Lucida Console'>(</font>
<font face='Lucida Console'>)</font> <font color='#0000FF'>const</font>;
<font color='#009900'>/*!
ensures
- returns a dense matrix object that contains the matrix for this gate
!*/</font>
<b>}</b>;
<font color='#009900'>// ----------------------------------------------------------------------------------------
</font>
<font color='#0000FF'>template</font> <font color='#5555FF'><</font><font color='#0000FF'>typename</font> T, <font color='#0000FF'>typename</font> U<font color='#5555FF'>></font>
<font color='#0000FF'>class</font> <b><a name='composite_gate'></a>composite_gate</b> : <font color='#0000FF'>public</font> gate_exp<font color='#5555FF'><</font>composite_gate<font color='#5555FF'><</font>T,U<font color='#5555FF'>></font> <font color='#5555FF'>></font>
<b>{</b>
<font color='#009900'>/*!
REQUIREMENTS ON T AND U
Both must be gate expressions that inherit from gate_exp
WHAT THIS OBJECT REPRESENTS
This object represents a quantum gate that is the tensor product of
two other quantum gates.
As an example, suppose you have 3 registers, reg_high, reg_low, and reg_all. Also
suppose that reg_all is what you get when you append reg_high and reg_low,
so reg_all.state_vector() == tensor_product(reg_high.state_vector(),reg_low.state_vector()).
Then applying a composite gate to reg_all would give you the same thing as
applying the lhs gate to reg_high and the rhs gate to reg_low and then appending
the two resulting registers. So the lhs gate of a composite_gate applies to
the high order bits of a regitser and the rhs gate applies to the lower order bits.
!*/</font>
<font color='#0000FF'>public</font>:
<b><a name='composite_gate'></a>composite_gate</b> <font face='Lucida Console'>(</font>
<font color='#0000FF'>const</font> composite_gate<font color='#5555FF'>&</font> g
<font face='Lucida Console'>)</font>;
<font color='#009900'>/*!
ensures
- *this is a copy of g
!*/</font>
<b><a name='composite_gate'></a>composite_gate</b><font face='Lucida Console'>(</font>
<font color='#0000FF'>const</font> gate_exp<font color='#5555FF'><</font>T<font color='#5555FF'>></font><font color='#5555FF'>&</font> lhs_,
<font color='#0000FF'>const</font> gate_exp<font color='#5555FF'><</font>U<font color='#5555FF'>></font><font color='#5555FF'>&</font> rhs_
<font face='Lucida Console'>)</font>:
<font color='#009900'>/*!
ensures
- #lhs == lhs_.ref()
- #rhs == rhs_.ref()
- #num_bits == T::num_bits + U::num_bits
- #dims == 2^num_bits
- #&ref() == this
!*/</font>
<font color='#0000FF'>const</font> qc_scalar_type <b><a name='operator'></a>operator</b><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font> <font face='Lucida Console'>(</font>
<font color='#0000FF'><u>long</u></font> r,
<font color='#0000FF'><u>long</u></font> c
<font face='Lucida Console'>)</font> <font color='#0000FF'>const</font>;
<font color='#009900'>/*!
requires
- 0 <= r < dims
- 0 <= c < dims
ensures
- Let M denote the tensor product of lhs with rhs, then this function
returns M(r,c)
(i.e. returns lhs(r/U::dims,c/U::dims)*rhs(r%U::dims, c%U::dims))
!*/</font>
<font color='#0000FF'>template</font> <font color='#5555FF'><</font><font color='#0000FF'>typename</font> exp<font color='#5555FF'>></font>
qc_scalar_type compute_state_element <font face='Lucida Console'>(</font>
<font color='#0000FF'>const</font> matrix_exp<font color='#5555FF'><</font>exp<font color='#5555FF'>></font><font color='#5555FF'>&</font> reg,
<font color='#0000FF'><u>long</u></font> row_idx
<font face='Lucida Console'>)</font> <font color='#0000FF'>const</font>;
<font color='#009900'>/*!
requires
- reg.nr() == dims
- reg.nc() == 1
- 0 <= row_idx < dims
ensures
- Let M represent the matrix for this gate, then this function
returns rowm(M*reg, row_idx)
(i.e. returns the row_idx row of what you get when you apply this
gate to the given column vector in reg)
- This function works by calling rhs.compute_state_element() and using elements
of the matrix in lhs.
!*/</font>
<font color='#0000FF'>static</font> <font color='#0000FF'>const</font> <font color='#0000FF'><u>long</u></font> num_bits;
<font color='#0000FF'>static</font> <font color='#0000FF'>const</font> <font color='#0000FF'><u>long</u></font> dims;
<font color='#0000FF'>const</font> T lhs;
<font color='#0000FF'>const</font> U rhs;
<b>}</b>;
<font color='#009900'>// ----------------------------------------------------------------------------------------
</font>
<font color='#0000FF'>template</font> <font color='#5555FF'><</font><font color='#0000FF'><u>long</u></font> bits<font color='#5555FF'>></font>
<font color='#0000FF'>class</font> <b><a name='gate'></a>gate</b> : <font color='#0000FF'>public</font> gate_exp<font color='#5555FF'><</font>gate<font color='#5555FF'><</font>bits<font color='#5555FF'>></font> <font color='#5555FF'>></font>
<b>{</b>
<font color='#009900'>/*!
REQUIREMENTS ON bits
0 < bits <= 30
WHAT THIS OBJECT REPRESENTS
This object represents a quantum gate that operates on bits qubits.
It stores its gate matrix explicitly in a dense in-memory matrix.
!*/</font>
<font color='#0000FF'>public</font>:
<b><a name='gate'></a>gate</b><font face='Lucida Console'>(</font>
<font face='Lucida Console'>)</font>;
<font color='#009900'>/*!
ensures
- num_bits == bits
- dims == 2^bits
- #&ref() == this
- for all valid r and c:
#(*this)(r,c) == 0
!*/</font>
<b><a name='gate'></a>gate</b> <font face='Lucida Console'>(</font>
<font color='#0000FF'>const</font> gate<font color='#5555FF'>&</font> g
<font face='Lucida Console'>)</font>;
<font color='#009900'>/*!
ensures
- *this is a copy of g
!*/</font>
<font color='#0000FF'>template</font> <font color='#5555FF'><</font><font color='#0000FF'>typename</font> T<font color='#5555FF'>></font>
<font color='#0000FF'>explicit</font> <b><a name='gate'></a>gate</b><font face='Lucida Console'>(</font>
<font color='#0000FF'>const</font> gate_exp<font color='#5555FF'><</font>T<font color='#5555FF'>></font><font color='#5555FF'>&</font> g
<font face='Lucida Console'>)</font>;
<font color='#009900'>/*!
requires
- T::num_bits == num_bits
ensures
- num_bits == bits
- dims == 2^bits
- #&ref() == this
- for all valid r and c:
#(*this)(r,c) == g(r,c)
!*/</font>
<font color='#0000FF'>const</font> qc_scalar_type<font color='#5555FF'>&</font> <b><a name='operator'></a>operator</b><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font> <font face='Lucida Console'>(</font>
<font color='#0000FF'><u>long</u></font> r,
<font color='#0000FF'><u>long</u></font> c
<font face='Lucida Console'>)</font> <font color='#0000FF'>const</font>;
<font color='#009900'>/*!
requires
- 0 <= r < dims
- 0 <= c < dims
ensures
- Let M denote the matrix for this gate, then this function
returns a const reference to M(r,c)
!*/</font>
qc_scalar_type<font color='#5555FF'>&</font> <b><a name='operator'></a>operator</b><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font> <font face='Lucida Console'>(</font>
<font color='#0000FF'><u>long</u></font> r,
<font color='#0000FF'><u>long</u></font> c
<font face='Lucida Console'>)</font>;
<font color='#009900'>/*!
requires
- 0 <= r < dims
- 0 <= c < dims
ensures
- Let M denote the matrix for this gate, then this function
returns a non-const reference to M(r,c)
!*/</font>
<font color='#0000FF'>template</font> <font color='#5555FF'><</font><font color='#0000FF'>typename</font> exp<font color='#5555FF'>></font>
qc_scalar_type <b><a name='compute_state_element'></a>compute_state_element</b> <font face='Lucida Console'>(</font>
<font color='#0000FF'>const</font> matrix_exp<font color='#5555FF'><</font>exp<font color='#5555FF'>></font><font color='#5555FF'>&</font> reg,
<font color='#0000FF'><u>long</u></font> row_idx
<font face='Lucida Console'>)</font> <font color='#0000FF'>const</font>;
<font color='#009900'>/*!
requires
- reg.nr() == dims
- reg.nc() == 1
- 0 <= row_idx < dims
ensures
- Let M represent the matrix for this gate, then this function
returns rowm(M*reg, row_idx)
(i.e. returns the row_idx row of what you get when you apply this
gate to the given column vector in reg)
!*/</font>
<font color='#0000FF'>static</font> <font color='#0000FF'>const</font> <font color='#0000FF'><u>long</u></font> num_bits;
<font color='#0000FF'>static</font> <font color='#0000FF'>const</font> <font color='#0000FF'><u>long</u></font> dims;
<b>}</b>;
<font color='#009900'>// ----------------------------------------------------------------------------------------
</font>
<font color='#0000FF'>template</font> <font color='#5555FF'><</font><font color='#0000FF'>typename</font> T, <font color='#0000FF'>typename</font> U<font color='#5555FF'>></font>
<font color='#0000FF'>const</font> composite_gate<font color='#5555FF'><</font>T,U<font color='#5555FF'>></font> <b><a name='operator'></a>operator</b>, <font face='Lucida Console'>(</font>
<font color='#0000FF'>const</font> gate_exp<font color='#5555FF'><</font>T<font color='#5555FF'>></font><font color='#5555FF'>&</font> lhs,
<font color='#0000FF'>const</font> gate_exp<font color='#5555FF'><</font>U<font color='#5555FF'>></font><font color='#5555FF'>&</font> rhs
<font face='Lucida Console'>)</font> <b>{</b> <font color='#0000FF'>return</font> composite_gate<font color='#5555FF'><</font>T,U<font color='#5555FF'>></font><font face='Lucida Console'>(</font>lhs,rhs<font face='Lucida Console'>)</font>; <b>}</b>
<font color='#009900'>/*!
ensures
- returns a composite_gate that represents the tensor product of the lhs
gate with the rhs gate.
!*/</font>
<font color='#009900'>// ----------------------------------------------------------------------------------------
</font>
<font color='#0000FF'>namespace</font> quantum_gates
<b>{</b>
<font color='#0000FF'>inline</font> <font color='#0000FF'>const</font> gate<font color='#5555FF'><</font><font color='#979000'>1</font><font color='#5555FF'>></font> <b><a name='hadamard'></a>hadamard</b><font face='Lucida Console'>(</font>
<font face='Lucida Console'>)</font>;
<font color='#009900'>/*!
ensures
- returns the Hadamard gate.
(i.e. A gate with a matrix of
|1, 1|
1/sqrt(2) * |1,-1| )
!*/</font>
<font color='#0000FF'>inline</font> <font color='#0000FF'>const</font> gate<font color='#5555FF'><</font><font color='#979000'>1</font><font color='#5555FF'>></font> <b><a name='x'></a>x</b><font face='Lucida Console'>(</font>
<font face='Lucida Console'>)</font>;
<font color='#009900'>/*!
ensures
- returns the not gate.
(i.e. A gate with a matrix of
|0, 1|
|1, 0| )
!*/</font>
<font color='#0000FF'>inline</font> <font color='#0000FF'>const</font> gate<font color='#5555FF'><</font><font color='#979000'>1</font><font color='#5555FF'>></font> <b><a name='y'></a>y</b><font face='Lucida Console'>(</font>
<font face='Lucida Console'>)</font>;
<font color='#009900'>/*!
ensures
- returns the y gate.
(i.e. A gate with a matrix of
|0,-i|
|i, 0| )
!*/</font>
<font color='#0000FF'>inline</font> <font color='#0000FF'>const</font> gate<font color='#5555FF'><</font><font color='#979000'>1</font><font color='#5555FF'>></font> <b><a name='z'></a>z</b><font face='Lucida Console'>(</font>
<font face='Lucida Console'>)</font>;
<font color='#009900'>/*!
ensures
- returns the z gate.
(i.e. A gate with a matrix of
|1, 0|
|0,-1| )
!*/</font>
<font color='#0000FF'>inline</font> <font color='#0000FF'>const</font> gate<font color='#5555FF'><</font><font color='#979000'>1</font><font color='#5555FF'>></font> <b><a name='noop'></a>noop</b><font face='Lucida Console'>(</font>
<font face='Lucida Console'>)</font>;
<font color='#009900'>/*!
ensures
- returns the no-op or identity gate.
(i.e. A gate with a matrix of
|1, 0|
|0, 1| )
!*/</font>
<font color='#0000FF'>template</font> <font color='#5555FF'><</font>
<font color='#0000FF'><u>int</u></font> control_bit,
<font color='#0000FF'><u>int</u></font> target_bit
<font color='#5555FF'>></font>
<font color='#0000FF'>class</font> <b><a name='cnot'></a>cnot</b> : <font color='#0000FF'>public</font> gate_exp<font color='#5555FF'><</font>cnot<font color='#5555FF'><</font>control_bit, target_bit<font color='#5555FF'>></font> <font color='#5555FF'>></font>
<b>{</b>
<font color='#009900'>/*!
REQUIREMENTS ON control_bit AND target_bit
- control_bit != target_bit
WHAT THIS OBJECT REPRESENTS
This object represents the controlled-not quantum gate. It is a gate that
operates on abs(control_bit-target_bit)+1 qubits.
In terms of the computational basis vectors, this gate maps input
vectors to output vectors in the following way:
- if (the input vector corresponds to a state where the control_bit
qubit is 1) then
- this gate outputs the computational basis vector that
corresponds to the state where the target_bit has been flipped
with respect to the input vector
- else
- this gate outputs the input vector unmodified
!*/</font>
<b>}</b>;
<font color='#0000FF'>template</font> <font color='#5555FF'><</font>
<font color='#0000FF'><u>int</u></font> control_bit1,
<font color='#0000FF'><u>int</u></font> control_bit2,
<font color='#0000FF'><u>int</u></font> target_bit
<font color='#5555FF'>></font>
<font color='#0000FF'>class</font> <b><a name='toffoli'></a>toffoli</b> : <font color='#0000FF'>public</font> gate_exp<font color='#5555FF'><</font>toffoli<font color='#5555FF'><</font>control_bit1, control_bit2, target_bit<font color='#5555FF'>></font> <font color='#5555FF'>></font>
<b>{</b>
<font color='#009900'>/*!
REQUIREMENTS ON control_bit1, control_bit2, AND target_bit
- all the arguments denote different bits, i.e.:
- control_bit1 != target_bit
- control_bit2 != target_bit
- control_bit1 != control_bit2
- The target bit can't be in-between the control bits, i.e.:
- (control_bit1 < target_bit && control_bit2 < target_bit) ||
(control_bit1 > target_bit && control_bit2 > target_bit)
WHAT THIS OBJECT REPRESENTS
This object represents the toffoli variant of a controlled-not quantum gate.
It is a gate that operates on max(abs(control_bit2-target_bit),abs(control_bit1-target_bit))+1
qubits.
In terms of the computational basis vectors, this gate maps input
vectors to output vectors in the following way:
- if (the input vector corresponds to a state where the control_bit1 and
control_bit2 qubits are 1) then
- this gate outputs the computational basis vector that
corresponds to the state where the target_bit has been flipped
with respect to the input vector
- else
- this gate outputs the input vector unmodified
!*/</font>
<b>}</b>;
<font color='#009900'>// ------------------------------------------------------------------------------------
</font>
<b>}</b>
<font color='#009900'>// ----------------------------------------------------------------------------------------
</font>
<b>}</b>
<font color='#0000FF'>#endif</font> <font color='#009900'>// DLIB_QUANTUM_COMPUTINg_ABSTRACT_
</font>
</pre></body></html> |
apache-cassandra-2.0.16/javadoc/org/apache/cassandra/cql/UpdateStatement.html | anuragkapur/cassandra-2.1.2-ak-skynet | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 18 14:08:33 EDT 2015 -->
<title>UpdateStatement (apache-cassandra API)</title>
<meta name="date" content="2015-06-18">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="UpdateStatement (apache-cassandra API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/UpdateStatement.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/cassandra/cql/Term.html" title="class in org.apache.cassandra.cql"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/apache/cassandra/cql/WhereClause.html" title="class in org.apache.cassandra.cql"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/cassandra/cql/UpdateStatement.html" target="_top">Frames</a></li>
<li><a href="UpdateStatement.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#fields_inherited_from_class_org.apache.cassandra.cql.AbstractModification">Field</a> | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.cassandra.cql</div>
<h2 title="Class UpdateStatement" class="title">Class UpdateStatement</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li><a href="../../../../org/apache/cassandra/cql/AbstractModification.html" title="class in org.apache.cassandra.cql">org.apache.cassandra.cql.AbstractModification</a></li>
<li>
<ul class="inheritance">
<li>org.apache.cassandra.cql.UpdateStatement</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="strong">UpdateStatement</span>
extends <a href="../../../../org/apache/cassandra/cql/AbstractModification.html" title="class in org.apache.cassandra.cql">AbstractModification</a></pre>
<div class="block">An <code>UPDATE</code> statement parsed from a CQL query statement.</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="fields_inherited_from_class_org.apache.cassandra.cql.AbstractModification">
<!-- -->
</a>
<h3>Fields inherited from class org.apache.cassandra.cql.<a href="../../../../org/apache/cassandra/cql/AbstractModification.html" title="class in org.apache.cassandra.cql">AbstractModification</a></h3>
<code><a href="../../../../org/apache/cassandra/cql/AbstractModification.html#cLevel">cLevel</a>, <a href="../../../../org/apache/cassandra/cql/AbstractModification.html#columnFamily">columnFamily</a>, <a href="../../../../org/apache/cassandra/cql/AbstractModification.html#defaultConsistency">defaultConsistency</a>, <a href="../../../../org/apache/cassandra/cql/AbstractModification.html#keyName">keyName</a>, <a href="../../../../org/apache/cassandra/cql/AbstractModification.html#keyspace">keyspace</a>, <a href="../../../../org/apache/cassandra/cql/AbstractModification.html#timestamp">timestamp</a>, <a href="../../../../org/apache/cassandra/cql/AbstractModification.html#timeToLive">timeToLive</a></code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../org/apache/cassandra/cql/UpdateStatement.html#UpdateStatement(java.lang.String,%20java.lang.String,%20java.lang.String,%20java.util.List,%20java.util.List,%20java.util.List,%20org.apache.cassandra.cql.Attributes)">UpdateStatement</a></strong>(java.lang.String keyspace,
java.lang.String columnFamily,
java.lang.String keyName,
java.util.List<<a href="../../../../org/apache/cassandra/cql/Term.html" title="class in org.apache.cassandra.cql">Term</a>> columnNames,
java.util.List<<a href="../../../../org/apache/cassandra/cql/Term.html" title="class in org.apache.cassandra.cql">Term</a>> columnValues,
java.util.List<<a href="../../../../org/apache/cassandra/cql/Term.html" title="class in org.apache.cassandra.cql">Term</a>> keys,
<a href="../../../../org/apache/cassandra/cql/Attributes.html" title="class in org.apache.cassandra.cql">Attributes</a> attrs)</code>
<div class="block">Creates a new UpdateStatement from a column family name, a consistency level,
key, and lists of column names and values.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../org/apache/cassandra/cql/UpdateStatement.html#UpdateStatement(java.lang.String,%20java.lang.String,%20java.lang.String,%20java.util.Map,%20java.util.List,%20org.apache.cassandra.cql.Attributes)">UpdateStatement</a></strong>(java.lang.String keyspace,
java.lang.String columnFamily,
java.lang.String keyName,
java.util.Map<<a href="../../../../org/apache/cassandra/cql/Term.html" title="class in org.apache.cassandra.cql">Term</a>,<a href="../../../../org/apache/cassandra/cql/Operation.html" title="class in org.apache.cassandra.cql">Operation</a>> columns,
java.util.List<<a href="../../../../org/apache/cassandra/cql/Term.html" title="class in org.apache.cassandra.cql">Term</a>> keys,
<a href="../../../../org/apache/cassandra/cql/Attributes.html" title="class in org.apache.cassandra.cql">Attributes</a> attrs)</code>
<div class="block">Creates a new UpdateStatement from a column family name, columns map, consistency
level, and key term.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/cql/UpdateStatement.html#getColumnFamily()">getColumnFamily</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.List<<a href="../../../../org/apache/cassandra/cql/Term.html" title="class in org.apache.cassandra.cql">Term</a>></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/cql/UpdateStatement.html#getColumnNames()">getColumnNames</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.Map<<a href="../../../../org/apache/cassandra/cql/Term.html" title="class in org.apache.cassandra.cql">Term</a>,<a href="../../../../org/apache/cassandra/cql/Operation.html" title="class in org.apache.cassandra.cql">Operation</a>></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/cql/UpdateStatement.html#getColumns()">getColumns</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.List<<a href="../../../../org/apache/cassandra/cql/Term.html" title="class in org.apache.cassandra.cql">Term</a>></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/cql/UpdateStatement.html#getColumnValues()">getColumnValues</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a><?></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/cql/UpdateStatement.html#getComparator(java.lang.String)">getComparator</a></strong>(java.lang.String keyspace)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/cassandra/db/ConsistencyLevel.html" title="enum in org.apache.cassandra.db">ConsistencyLevel</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/cql/UpdateStatement.html#getConsistencyLevel()">getConsistencyLevel</a></strong>()</code>
<div class="block">Returns the consistency level of this <code>UPDATE</code> statement, either
one parsed from the CQL statement, or the default level otherwise.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.List<<a href="../../../../org/apache/cassandra/cql/Term.html" title="class in org.apache.cassandra.cql">Term</a>></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/cql/UpdateStatement.html#getKeys()">getKeys</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a><?></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/cql/UpdateStatement.html#getKeyType(java.lang.String)">getKeyType</a></strong>(java.lang.String keyspace)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/cql/UpdateStatement.html#isSetConsistencyLevel()">isSetConsistencyLevel</a></strong>()</code>
<div class="block">True if an explicit consistency level was parsed from the statement.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.List<<a href="../../../../org/apache/cassandra/db/IMutation.html" title="interface in org.apache.cassandra.db">IMutation</a>></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/cql/UpdateStatement.html#prepareRowMutations(java.lang.String,%20org.apache.cassandra.thrift.ThriftClientState,%20java.util.List)">prepareRowMutations</a></strong>(java.lang.String keyspace,
<a href="../../../../org/apache/cassandra/thrift/ThriftClientState.html" title="class in org.apache.cassandra.thrift">ThriftClientState</a> clientState,
java.util.List<java.nio.ByteBuffer> variables)</code>
<div class="block">Convert statement into a list of mutations to apply on the server</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.List<<a href="../../../../org/apache/cassandra/db/IMutation.html" title="interface in org.apache.cassandra.db">IMutation</a>></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/cql/UpdateStatement.html#prepareRowMutations(java.lang.String,%20org.apache.cassandra.thrift.ThriftClientState,%20java.lang.Long,%20java.util.List)">prepareRowMutations</a></strong>(java.lang.String keyspace,
<a href="../../../../org/apache/cassandra/thrift/ThriftClientState.html" title="class in org.apache.cassandra.thrift">ThriftClientState</a> clientState,
java.lang.Long timestamp,
java.util.List<java.nio.ByteBuffer> variables)</code>
<div class="block">Convert statement into a list of mutations to apply on the server</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/cql/UpdateStatement.html#toString()">toString</a></strong>()</code> </td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.apache.cassandra.cql.AbstractModification">
<!-- -->
</a>
<h3>Methods inherited from class org.apache.cassandra.cql.<a href="../../../../org/apache/cassandra/cql/AbstractModification.html" title="class in org.apache.cassandra.cql">AbstractModification</a></h3>
<code><a href="../../../../org/apache/cassandra/cql/AbstractModification.html#getKeyName()">getKeyName</a>, <a href="../../../../org/apache/cassandra/cql/AbstractModification.html#getKeyspace()">getKeyspace</a>, <a href="../../../../org/apache/cassandra/cql/AbstractModification.html#getTimestamp(org.apache.cassandra.thrift.ThriftClientState)">getTimestamp</a>, <a href="../../../../org/apache/cassandra/cql/AbstractModification.html#getTimeToLive()">getTimeToLive</a>, <a href="../../../../org/apache/cassandra/cql/AbstractModification.html#isSetTimestamp()">isSetTimestamp</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="UpdateStatement(java.lang.String, java.lang.String, java.lang.String, java.util.Map, java.util.List, org.apache.cassandra.cql.Attributes)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>UpdateStatement</h4>
<pre>public UpdateStatement(java.lang.String keyspace,
java.lang.String columnFamily,
java.lang.String keyName,
java.util.Map<<a href="../../../../org/apache/cassandra/cql/Term.html" title="class in org.apache.cassandra.cql">Term</a>,<a href="../../../../org/apache/cassandra/cql/Operation.html" title="class in org.apache.cassandra.cql">Operation</a>> columns,
java.util.List<<a href="../../../../org/apache/cassandra/cql/Term.html" title="class in org.apache.cassandra.cql">Term</a>> keys,
<a href="../../../../org/apache/cassandra/cql/Attributes.html" title="class in org.apache.cassandra.cql">Attributes</a> attrs)</pre>
<div class="block">Creates a new UpdateStatement from a column family name, columns map, consistency
level, and key term.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>keyspace</code> - Keyspace (optional)</dd><dd><code>columnFamily</code> - column family name</dd><dd><code>keyName</code> - alias key name</dd><dd><code>columns</code> - a map of column name/values pairs</dd><dd><code>keys</code> - the keys to update</dd><dd><code>attrs</code> - additional attributes for statement (CL, timestamp, timeToLive)</dd></dl>
</li>
</ul>
<a name="UpdateStatement(java.lang.String, java.lang.String, java.lang.String, java.util.List, java.util.List, java.util.List, org.apache.cassandra.cql.Attributes)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>UpdateStatement</h4>
<pre>public UpdateStatement(java.lang.String keyspace,
java.lang.String columnFamily,
java.lang.String keyName,
java.util.List<<a href="../../../../org/apache/cassandra/cql/Term.html" title="class in org.apache.cassandra.cql">Term</a>> columnNames,
java.util.List<<a href="../../../../org/apache/cassandra/cql/Term.html" title="class in org.apache.cassandra.cql">Term</a>> columnValues,
java.util.List<<a href="../../../../org/apache/cassandra/cql/Term.html" title="class in org.apache.cassandra.cql">Term</a>> keys,
<a href="../../../../org/apache/cassandra/cql/Attributes.html" title="class in org.apache.cassandra.cql">Attributes</a> attrs)</pre>
<div class="block">Creates a new UpdateStatement from a column family name, a consistency level,
key, and lists of column names and values. It is intended for use with the
alternate update format, <code>INSERT</code>.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>keyspace</code> - Keyspace (optional)</dd><dd><code>columnFamily</code> - column family name</dd><dd><code>keyName</code> - alias key name</dd><dd><code>columnNames</code> - list of column names</dd><dd><code>columnValues</code> - list of column values (corresponds to names)</dd><dd><code>keys</code> - the keys to update</dd><dd><code>attrs</code> - additional attributes for statement (CL, timestamp, timeToLive)</dd></dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getConsistencyLevel()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getConsistencyLevel</h4>
<pre>public <a href="../../../../org/apache/cassandra/db/ConsistencyLevel.html" title="enum in org.apache.cassandra.db">ConsistencyLevel</a> getConsistencyLevel()</pre>
<div class="block">Returns the consistency level of this <code>UPDATE</code> statement, either
one parsed from the CQL statement, or the default level otherwise.</div>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="../../../../org/apache/cassandra/cql/AbstractModification.html#getConsistencyLevel()">getConsistencyLevel</a></code> in class <code><a href="../../../../org/apache/cassandra/cql/AbstractModification.html" title="class in org.apache.cassandra.cql">AbstractModification</a></code></dd>
<dt><span class="strong">Returns:</span></dt><dd>the consistency level as a Thrift enum.</dd></dl>
</li>
</ul>
<a name="isSetConsistencyLevel()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isSetConsistencyLevel</h4>
<pre>public boolean isSetConsistencyLevel()</pre>
<div class="block">True if an explicit consistency level was parsed from the statement.</div>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="../../../../org/apache/cassandra/cql/AbstractModification.html#isSetConsistencyLevel()">isSetConsistencyLevel</a></code> in class <code><a href="../../../../org/apache/cassandra/cql/AbstractModification.html" title="class in org.apache.cassandra.cql">AbstractModification</a></code></dd>
<dt><span class="strong">Returns:</span></dt><dd>true if a consistency was parsed, false otherwise.</dd></dl>
</li>
</ul>
<a name="prepareRowMutations(java.lang.String, org.apache.cassandra.thrift.ThriftClientState, java.util.List)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>prepareRowMutations</h4>
<pre>public java.util.List<<a href="../../../../org/apache/cassandra/db/IMutation.html" title="interface in org.apache.cassandra.db">IMutation</a>> prepareRowMutations(java.lang.String keyspace,
<a href="../../../../org/apache/cassandra/thrift/ThriftClientState.html" title="class in org.apache.cassandra.thrift">ThriftClientState</a> clientState,
java.util.List<java.nio.ByteBuffer> variables)
throws <a href="../../../../org/apache/cassandra/exceptions/InvalidRequestException.html" title="class in org.apache.cassandra.exceptions">InvalidRequestException</a>,
<a href="../../../../org/apache/cassandra/exceptions/UnauthorizedException.html" title="class in org.apache.cassandra.exceptions">UnauthorizedException</a></pre>
<div class="block">Convert statement into a list of mutations to apply on the server</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/apache/cassandra/cql/AbstractModification.html#prepareRowMutations(java.lang.String,%20org.apache.cassandra.thrift.ThriftClientState,%20java.util.List)">prepareRowMutations</a></code> in class <code><a href="../../../../org/apache/cassandra/cql/AbstractModification.html" title="class in org.apache.cassandra.cql">AbstractModification</a></code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>keyspace</code> - The working keyspace</dd><dd><code>clientState</code> - current client status</dd>
<dt><span class="strong">Returns:</span></dt><dd>list of the mutations</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../org/apache/cassandra/exceptions/InvalidRequestException.html" title="class in org.apache.cassandra.exceptions">InvalidRequestException</a></code> - on the wrong request</dd>
<dd><code><a href="../../../../org/apache/cassandra/exceptions/UnauthorizedException.html" title="class in org.apache.cassandra.exceptions">UnauthorizedException</a></code></dd></dl>
</li>
</ul>
<a name="prepareRowMutations(java.lang.String, org.apache.cassandra.thrift.ThriftClientState, java.lang.Long, java.util.List)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>prepareRowMutations</h4>
<pre>public java.util.List<<a href="../../../../org/apache/cassandra/db/IMutation.html" title="interface in org.apache.cassandra.db">IMutation</a>> prepareRowMutations(java.lang.String keyspace,
<a href="../../../../org/apache/cassandra/thrift/ThriftClientState.html" title="class in org.apache.cassandra.thrift">ThriftClientState</a> clientState,
java.lang.Long timestamp,
java.util.List<java.nio.ByteBuffer> variables)
throws <a href="../../../../org/apache/cassandra/exceptions/InvalidRequestException.html" title="class in org.apache.cassandra.exceptions">InvalidRequestException</a>,
<a href="../../../../org/apache/cassandra/exceptions/UnauthorizedException.html" title="class in org.apache.cassandra.exceptions">UnauthorizedException</a></pre>
<div class="block">Convert statement into a list of mutations to apply on the server</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/apache/cassandra/cql/AbstractModification.html#prepareRowMutations(java.lang.String,%20org.apache.cassandra.thrift.ThriftClientState,%20java.lang.Long,%20java.util.List)">prepareRowMutations</a></code> in class <code><a href="../../../../org/apache/cassandra/cql/AbstractModification.html" title="class in org.apache.cassandra.cql">AbstractModification</a></code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>keyspace</code> - The working keyspace</dd><dd><code>clientState</code> - current client status</dd><dd><code>timestamp</code> - global timestamp to use for all mutations</dd>
<dt><span class="strong">Returns:</span></dt><dd>list of the mutations</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../org/apache/cassandra/exceptions/InvalidRequestException.html" title="class in org.apache.cassandra.exceptions">InvalidRequestException</a></code> - on the wrong request</dd>
<dd><code><a href="../../../../org/apache/cassandra/exceptions/UnauthorizedException.html" title="class in org.apache.cassandra.exceptions">UnauthorizedException</a></code></dd></dl>
</li>
</ul>
<a name="getColumnFamily()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getColumnFamily</h4>
<pre>public java.lang.String getColumnFamily()</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="../../../../org/apache/cassandra/cql/AbstractModification.html#getColumnFamily()">getColumnFamily</a></code> in class <code><a href="../../../../org/apache/cassandra/cql/AbstractModification.html" title="class in org.apache.cassandra.cql">AbstractModification</a></code></dd>
</dl>
</li>
</ul>
<a name="getKeys()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getKeys</h4>
<pre>public java.util.List<<a href="../../../../org/apache/cassandra/cql/Term.html" title="class in org.apache.cassandra.cql">Term</a>> getKeys()</pre>
</li>
</ul>
<a name="getColumns()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getColumns</h4>
<pre>public java.util.Map<<a href="../../../../org/apache/cassandra/cql/Term.html" title="class in org.apache.cassandra.cql">Term</a>,<a href="../../../../org/apache/cassandra/cql/Operation.html" title="class in org.apache.cassandra.cql">Operation</a>> getColumns()
throws <a href="../../../../org/apache/cassandra/exceptions/InvalidRequestException.html" title="class in org.apache.cassandra.exceptions">InvalidRequestException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../org/apache/cassandra/exceptions/InvalidRequestException.html" title="class in org.apache.cassandra.exceptions">InvalidRequestException</a></code></dd></dl>
</li>
</ul>
<a name="toString()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>toString</h4>
<pre>public java.lang.String toString()</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code>toString</code> in class <code>java.lang.Object</code></dd>
</dl>
</li>
</ul>
<a name="getKeyType(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getKeyType</h4>
<pre>public <a href="../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a><?> getKeyType(java.lang.String keyspace)</pre>
</li>
</ul>
<a name="getComparator(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getComparator</h4>
<pre>public <a href="../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a><?> getComparator(java.lang.String keyspace)</pre>
</li>
</ul>
<a name="getColumnNames()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getColumnNames</h4>
<pre>public java.util.List<<a href="../../../../org/apache/cassandra/cql/Term.html" title="class in org.apache.cassandra.cql">Term</a>> getColumnNames()</pre>
</li>
</ul>
<a name="getColumnValues()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getColumnValues</h4>
<pre>public java.util.List<<a href="../../../../org/apache/cassandra/cql/Term.html" title="class in org.apache.cassandra.cql">Term</a>> getColumnValues()</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/UpdateStatement.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/cassandra/cql/Term.html" title="class in org.apache.cassandra.cql"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/apache/cassandra/cql/WhereClause.html" title="class in org.apache.cassandra.cql"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/cassandra/cql/UpdateStatement.html" target="_top">Frames</a></li>
<li><a href="UpdateStatement.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#fields_inherited_from_class_org.apache.cassandra.cql.AbstractModification">Field</a> | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2015 The Apache Software Foundation</small></p>
</body>
</html>
|
support/v7/appcompat/docs/android-support-v7-appcompat/android/support/v7/internal/widget/ActivityChooserModel.ActivitySorter.html | mkolbly/MortgageComparerProject | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_45) on Wed Aug 28 02:24:21 PDT 2013 -->
<TITLE>
ActivityChooserModel.ActivitySorter
</TITLE>
<META NAME="date" CONTENT="2013-08-28">
<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="ActivityChooserModel.ActivitySorter";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ActivityChooserModel.ActivitySorter.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="../../../../../android/support/v7/internal/widget/ActivityChooserModel.ActivityResolveInfo.html" title="class in android.support.v7.internal.widget"><B>PREV CLASS</B></A>
<A HREF="../../../../../android/support/v7/internal/widget/ActivityChooserModel.HistoricalRecord.html" title="class in android.support.v7.internal.widget"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?android/support/v7/internal/widget/ActivityChooserModel.ActivitySorter.html" target="_top"><B>FRAMES</B></A>
<A HREF="ActivityChooserModel.ActivitySorter.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
android.support.v7.internal.widget</FONT>
<BR>
Interface ActivityChooserModel.ActivitySorter</H2>
<DL>
<DT><B>Enclosing class:</B><DD><A HREF="../../../../../android/support/v7/internal/widget/ActivityChooserModel.html" title="class in android.support.v7.internal.widget">ActivityChooserModel</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public static interface <B>ActivityChooserModel.ActivitySorter</B></DL>
</PRE>
<P>
Defines a sorter that is responsible for sorting the activities
based on the provided historical choices and an intent.
<P>
<P>
<HR>
<P>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../android/support/v7/internal/widget/ActivityChooserModel.ActivitySorter.html#sort(Intent, java.util.List, java.util.List)">sort</A></B>(Intent intent,
java.util.List<<A HREF="../../../../../android/support/v7/internal/widget/ActivityChooserModel.ActivityResolveInfo.html" title="class in android.support.v7.internal.widget">ActivityChooserModel.ActivityResolveInfo</A>> activities,
java.util.List<<A HREF="../../../../../android/support/v7/internal/widget/ActivityChooserModel.HistoricalRecord.html" title="class in android.support.v7.internal.widget">ActivityChooserModel.HistoricalRecord</A>> historicalRecords)</CODE>
<BR>
Sorts the <code>activities</code> in descending order of relevance
based on previous history and an intent.</TD>
</TR>
</TABLE>
<P>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="sort(Intent, java.util.List, java.util.List)"><!-- --></A><H3>
sort</H3>
<PRE>
void <B>sort</B>(Intent intent,
java.util.List<<A HREF="../../../../../android/support/v7/internal/widget/ActivityChooserModel.ActivityResolveInfo.html" title="class in android.support.v7.internal.widget">ActivityChooserModel.ActivityResolveInfo</A>> activities,
java.util.List<<A HREF="../../../../../android/support/v7/internal/widget/ActivityChooserModel.HistoricalRecord.html" title="class in android.support.v7.internal.widget">ActivityChooserModel.HistoricalRecord</A>> historicalRecords)</PRE>
<DL>
<DD>Sorts the <code>activities</code> in descending order of relevance
based on previous history and an intent.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>intent</CODE> - The <CODE>Intent</CODE>.<DD><CODE>activities</CODE> - Activities to be sorted.<DD><CODE>historicalRecords</CODE> - Historical records.</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ActivityChooserModel.ActivitySorter.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="../../../../../android/support/v7/internal/widget/ActivityChooserModel.ActivityResolveInfo.html" title="class in android.support.v7.internal.widget"><B>PREV CLASS</B></A>
<A HREF="../../../../../android/support/v7/internal/widget/ActivityChooserModel.HistoricalRecord.html" title="class in android.support.v7.internal.widget"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?android/support/v7/internal/widget/ActivityChooserModel.ActivitySorter.html" target="_top"><B>FRAMES</B></A>
<A HREF="ActivityChooserModel.ActivitySorter.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
|
pages/forms/editors.html | Tjiahong/AdminLTE | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>AdminLTE 2 | Editors</title>
<!-- Tell the browser to be responsive to screen width -->
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<!-- Bootstrap 3.3.6 -->
<link rel="stylesheet" href="../../bootstrap/css/bootstrap.min.css">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css">
<!-- Ionicons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css">
<!-- Theme style -->
<link rel="stylesheet" href="../../dist/css/AdminLTE.min.css">
<!-- AdminLTE Skins. Choose a skin from the css/skins
folder instead of downloading all of them to reduce the load. -->
<link rel="stylesheet" href="../../dist/css/skins/_all-skins.min.css">
<!-- bootstrap wysihtml5 - text editor -->
<link rel="stylesheet" href="../../plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.min.css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="hold-transition skin-blue sidebar-mini">
<div class="wrapper">
<header class="main-header">
<!-- Logo -->
<a href="../../index2.html" class="logo">
<!-- mini logo for sidebar mini 50x50 pixels -->
<span class="logo-mini"><b>A</b>LT</span>
<!-- logo for regular state and mobile devices -->
<span class="logo-lg"><b>Admin</b>LTE</span>
</a>
<!-- Header Navbar: style can be found in header.less -->
<nav class="navbar navbar-static-top">
<!-- Sidebar toggle button-->
<a href="#" class="sidebar-toggle" data-toggle="offcanvas" role="button">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<div class="navbar-custom-menu">
<ul class="nav navbar-nav">
<!-- Messages: style can be found in dropdown.less-->
<li class="dropdown messages-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-envelope-o"></i>
<span class="label label-success">4</span>
</a>
<ul class="dropdown-menu">
<li class="header">You have 4 messages</li>
<li>
<!-- inner menu: contains the actual data -->
<ul class="menu">
<li><!-- start message -->
<a href="#">
<div class="pull-left">
<img src="../../dist/img/user2-160x160.jpg" class="img-circle" alt="User Image">
</div>
<h4>
Support Team
<small><i class="fa fa-clock-o"></i> 5 mins</small>
</h4>
<p>Why not buy a new awesome theme?</p>
</a>
</li>
<!-- end message -->
<li>
<a href="#">
<div class="pull-left">
<img src="../../dist/img/user3-128x128.jpg" class="img-circle" alt="User Image">
</div>
<h4>
AdminLTE Design Team
<small><i class="fa fa-clock-o"></i> 2 hours</small>
</h4>
<p>Why not buy a new awesome theme?</p>
</a>
</li>
<li>
<a href="#">
<div class="pull-left">
<img src="../../dist/img/user4-128x128.jpg" class="img-circle" alt="User Image">
</div>
<h4>
Developers
<small><i class="fa fa-clock-o"></i> Today</small>
</h4>
<p>Why not buy a new awesome theme?</p>
</a>
</li>
<li>
<a href="#">
<div class="pull-left">
<img src="../../dist/img/user3-128x128.jpg" class="img-circle" alt="User Image">
</div>
<h4>
Sales Department
<small><i class="fa fa-clock-o"></i> Yesterday</small>
</h4>
<p>Why not buy a new awesome theme?</p>
</a>
</li>
<li>
<a href="#">
<div class="pull-left">
<img src="../../dist/img/user4-128x128.jpg" class="img-circle" alt="User Image">
</div>
<h4>
Reviewers
<small><i class="fa fa-clock-o"></i> 2 days</small>
</h4>
<p>Why not buy a new awesome theme?</p>
</a>
</li>
</ul>
</li>
<li class="footer"><a href="#">See All Messages</a></li>
</ul>
</li>
<!-- Notifications: style can be found in dropdown.less -->
<li class="dropdown notifications-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-bell-o"></i>
<span class="label label-warning">10</span>
</a>
<ul class="dropdown-menu">
<li class="header">You have 10 notifications</li>
<li>
<!-- inner menu: contains the actual data -->
<ul class="menu">
<li>
<a href="#">
<i class="fa fa-users text-aqua"></i> 5 new members joined today
</a>
</li>
<li>
<a href="#">
<i class="fa fa-warning text-yellow"></i> Very long description here that may not fit into the
page and may cause design problems
</a>
</li>
<li>
<a href="#">
<i class="fa fa-users text-red"></i> 5 new members joined
</a>
</li>
<li>
<a href="#">
<i class="fa fa-shopping-cart text-green"></i> 25 sales made
</a>
</li>
<li>
<a href="#">
<i class="fa fa-user text-red"></i> You changed your username
</a>
</li>
</ul>
</li>
<li class="footer"><a href="#">View all</a></li>
</ul>
</li>
<!-- Tasks: style can be found in dropdown.less -->
<li class="dropdown tasks-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-flag-o"></i>
<span class="label label-danger">9</span>
</a>
<ul class="dropdown-menu">
<li class="header">You have 9 tasks</li>
<li>
<!-- inner menu: contains the actual data -->
<ul class="menu">
<li><!-- Task item -->
<a href="#">
<h3>
Design some buttons
<small class="pull-right">20%</small>
</h3>
<div class="progress xs">
<div class="progress-bar progress-bar-aqua" style="width: 20%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">
<span class="sr-only">20% Complete</span>
</div>
</div>
</a>
</li>
<!-- end task item -->
<li><!-- Task item -->
<a href="#">
<h3>
Create a nice theme
<small class="pull-right">40%</small>
</h3>
<div class="progress xs">
<div class="progress-bar progress-bar-green" style="width: 40%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">
<span class="sr-only">40% Complete</span>
</div>
</div>
</a>
</li>
<!-- end task item -->
<li><!-- Task item -->
<a href="#">
<h3>
Some task I need to do
<small class="pull-right">60%</small>
</h3>
<div class="progress xs">
<div class="progress-bar progress-bar-red" style="width: 60%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">
<span class="sr-only">60% Complete</span>
</div>
</div>
</a>
</li>
<!-- end task item -->
<li><!-- Task item -->
<a href="#">
<h3>
Make beautiful transitions
<small class="pull-right">80%</small>
</h3>
<div class="progress xs">
<div class="progress-bar progress-bar-yellow" style="width: 80%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">
<span class="sr-only">80% Complete</span>
</div>
</div>
</a>
</li>
<!-- end task item -->
</ul>
</li>
<li class="footer">
<a href="#">View all tasks</a>
</li>
</ul>
</li>
<!-- User Account: style can be found in dropdown.less -->
<li class="dropdown user user-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<img src="../../dist/img/user2-160x160.jpg" class="user-image" alt="User Image">
<span class="hidden-xs">Alexander Pierce</span>
</a>
<ul class="dropdown-menu">
<!-- User image -->
<li class="user-header">
<img src="../../dist/img/user2-160x160.jpg" class="img-circle" alt="User Image">
<p>
Alexander Pierce - Web Developer
<small>Member since Nov. 2012</small>
</p>
</li>
<!-- Menu Body -->
<li class="user-body">
<div class="row">
<div class="col-xs-4 text-center">
<a href="#">Followers</a>
</div>
<div class="col-xs-4 text-center">
<a href="#">Sales</a>
</div>
<div class="col-xs-4 text-center">
<a href="#">Friends</a>
</div>
</div>
<!-- /.row -->
</li>
<!-- Menu Footer-->
<li class="user-footer">
<div class="pull-left">
<a href="#" class="btn btn-default btn-flat">Profile</a>
</div>
<div class="pull-right">
<a href="#" class="btn btn-default btn-flat">Sign out</a>
</div>
</li>
</ul>
</li>
<!-- Control Sidebar Toggle Button -->
<li>
<a href="#" data-toggle="control-sidebar"><i class="fa fa-gears"></i></a>
</li>
</ul>
</div>
</nav>
</header>
<!-- Left side column. contains the logo and sidebar -->
<aside class="main-sidebar">
<!-- sidebar: style can be found in sidebar.less -->
<section class="sidebar">
<!-- Sidebar user panel -->
<div class="user-panel">
<div class="pull-left image">
<img src="../../dist/img/user2-160x160.jpg" class="img-circle" alt="User Image">
</div>
<div class="pull-left info">
<p>Alexander Pierce</p>
<a href="#"><i class="fa fa-circle text-success"></i> Online</a>
</div>
</div>
<!-- search form -->
<form action="#" method="get" class="sidebar-form">
<div class="input-group">
<input type="text" name="q" class="form-control" placeholder="Search...">
<span class="input-group-btn">
<button type="submit" name="search" id="search-btn" class="btn btn-flat"><i class="fa fa-search"></i>
</button>
</span>
</div>
</form>
<!-- /.search form -->
<!-- sidebar menu: : style can be found in sidebar.less -->
<ul class="sidebar-menu">
<li class="header">MAIN NAVIGATION</li>
<li class="treeview">
<a href="#">
<i class="fa fa-dashboard"></i> <span>Dashboard</span>
<span class="pull-right-container">
<i class="fa fa-angle-left pull-right"></i>
</span>
</a>
<ul class="treeview-menu">
<li><a href="../../index.html"><i class="fa fa-circle-o"></i> Dashboard v1</a></li>
<li><a href="../../index2.html"><i class="fa fa-circle-o"></i> Dashboard v2</a></li>
</ul>
</li>
<li class="treeview">
<a href="#">
<i class="fa fa-files-o"></i>
<span>Layout Options</span>
<span class="pull-right-container">
<span class="label label-primary pull-right">4</span>
</span>
</a>
<ul class="treeview-menu">
<li><a href="../layout/top-nav.html"><i class="fa fa-circle-o"></i> Top Navigation</a></li>
<li><a href="../layout/boxed.html"><i class="fa fa-circle-o"></i> Boxed</a></li>
<li><a href="../layout/fixed.html"><i class="fa fa-circle-o"></i> Fixed</a></li>
<li><a href="../layout/collapsed-sidebar.html"><i class="fa fa-circle-o"></i> Collapsed Sidebar</a></li>
</ul>
</li>
<li>
<a href="../widgets.html">
<i class="fa fa-th"></i> <span>Widgets</span>
<span class="pull-right-container">
<small class="label pull-right bg-green">new</small>
</span>
</a>
</li>
<li class="treeview">
<a href="#">
<i class="fa fa-pie-chart"></i>
<span>Charts</span>
<span class="pull-right-container">
<i class="fa fa-angle-left pull-right"></i>
</span>
</a>
<ul class="treeview-menu">
<li><a href="../charts/chartjs.html"><i class="fa fa-circle-o"></i> ChartJS</a></li>
<li><a href="../charts/morris.html"><i class="fa fa-circle-o"></i> Morris</a></li>
<li><a href="../charts/flot.html"><i class="fa fa-circle-o"></i> Flot</a></li>
<li><a href="../charts/inline.html"><i class="fa fa-circle-o"></i> Inline charts</a></li>
</ul>
</li>
<li class="treeview">
<a href="#">
<i class="fa fa-laptop"></i>
<span>UI Elements</span>
<span class="pull-right-container">
<i class="fa fa-angle-left pull-right"></i>
</span>
</a>
<ul class="treeview-menu">
<li><a href="../UI/general.html"><i class="fa fa-circle-o"></i> General</a></li>
<li><a href="../UI/icons.html"><i class="fa fa-circle-o"></i> Icons</a></li>
<li><a href="../UI/buttons.html"><i class="fa fa-circle-o"></i> Buttons</a></li>
<li><a href="../UI/sliders.html"><i class="fa fa-circle-o"></i> Sliders</a></li>
<li><a href="../UI/timeline.html"><i class="fa fa-circle-o"></i> Timeline</a></li>
<li><a href="../UI/modals.html"><i class="fa fa-circle-o"></i> Modals</a></li>
</ul>
</li>
<li class="treeview active">
<a href="#">
<i class="fa fa-edit"></i> <span>Forms</span>
<span class="pull-right-container">
<i class="fa fa-angle-left pull-right"></i>
</span>
</a>
<ul class="treeview-menu">
<li><a href="general.html"><i class="fa fa-circle-o"></i> General Elements</a></li>
<li><a href="advanced.html"><i class="fa fa-circle-o"></i> Advanced Elements</a></li>
<li class="active"><a href="editors.html"><i class="fa fa-circle-o"></i> Editors</a></li>
</ul>
</li>
<li class="treeview">
<a href="#">
<i class="fa fa-table"></i> <span>Tables</span>
<span class="pull-right-container">
<i class="fa fa-angle-left pull-right"></i>
</span>
</a>
<ul class="treeview-menu">
<li><a href="../tables/simple.html"><i class="fa fa-circle-o"></i> Simple tables</a></li>
<li><a href="../tables/data.html"><i class="fa fa-circle-o"></i> Data tables</a></li>
</ul>
</li>
<li>
<a href="../calendar.html">
<i class="fa fa-calendar"></i> <span>Calendar</span>
<span class="pull-right-container">
<small class="label pull-right bg-red">3</small>
<small class="label pull-right bg-blue">17</small>
</span>
</a>
</li>
<li>
<a href="../mailbox/mailbox.html">
<i class="fa fa-envelope"></i> <span>Mailbox</span>
<span class="pull-right-container">
<small class="label pull-right bg-yellow">12</small>
<small class="label pull-right bg-green">16</small>
<small class="label pull-right bg-red">5</small>
</span>
</a>
</li>
<li class="treeview">
<a href="#">
<i class="fa fa-folder"></i> <span>Examples</span>
<span class="pull-right-container">
<i class="fa fa-angle-left pull-right"></i>
</span>
</a>
<ul class="treeview-menu">
<li><a href="../examples/invoice.html"><i class="fa fa-circle-o"></i> Invoice</a></li>
<li><a href="../examples/profile.html"><i class="fa fa-circle-o"></i> Profile</a></li>
<li><a href="../examples/login.html"><i class="fa fa-circle-o"></i> Login</a></li>
<li><a href="../examples/register.html"><i class="fa fa-circle-o"></i> Register</a></li>
<li><a href="../examples/lockscreen.html"><i class="fa fa-circle-o"></i> Lockscreen</a></li>
<li><a href="../examples/404.html"><i class="fa fa-circle-o"></i> 404 Error</a></li>
<li><a href="../examples/500.html"><i class="fa fa-circle-o"></i> 500 Error</a></li>
<li><a href="../examples/blank.html"><i class="fa fa-circle-o"></i> Blank Page</a></li>
<li><a href="../examples/pace.html"><i class="fa fa-circle-o"></i> Pace Page</a></li>
</ul>
</li>
<li class="treeview">
<a href="#">
<i class="fa fa-share"></i> <span>Multilevel</span>
<span class="pull-right-container">
<i class="fa fa-angle-left pull-right"></i>
</span>
</a>
<ul class="treeview-menu">
<li><a href="#"><i class="fa fa-circle-o"></i> Level One</a></li>
<li>
<a href="#"><i class="fa fa-circle-o"></i> Level One
<span class="pull-right-container">
<i class="fa fa-angle-left pull-right"></i>
</span>
</a>
<ul class="treeview-menu">
<li><a href="#"><i class="fa fa-circle-o"></i> Level Two</a></li>
<li>
<a href="#"><i class="fa fa-circle-o"></i> Level Two
<span class="pull-right-container">
<i class="fa fa-angle-left pull-right"></i>
</span>
</a>
<ul class="treeview-menu">
<li><a href="#"><i class="fa fa-circle-o"></i> Level Three</a></li>
<li><a href="#"><i class="fa fa-circle-o"></i> Level Three</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="#"><i class="fa fa-circle-o"></i> Level One</a></li>
</ul>
</li>
<li><a href="../../documentation/index.html"><i class="fa fa-book"></i> <span>Documentation</span></a></li>
<!-- 文章管理 -->
<li class="treeview">
<a href="#">
<i class="glyphicon glyphicon-list-alt"></i> <span>文章管理</span>
<span class="pull-right-container">
<i class="fa fa-angle-left pull-right"></i>
</span>
</a>
<ul class="treeview-menu">
<li><a href="../tables/article.html"><i class="fa fa-circle-o"></i>文章管理</a></li>
<li><a href="#"><i class="fa fa-circle-o"></i>铝锭走势分析</a></li>
<li><a href="#"><i class="fa fa-circle-o"></i>国际铝行情</a></li>
<li><a href="#"><i class="fa fa-circle-o"></i>上海铝协动态</a></li>
</ul>
</li>
<li class="header">LABELS</li>
<li><a href="#"><i class="fa fa-circle-o text-red"></i> <span>Important</span></a></li>
<li><a href="#"><i class="fa fa-circle-o text-yellow"></i> <span>Warning</span></a></li>
<li><a href="#"><i class="fa fa-circle-o text-aqua"></i> <span>Information</span></a></li>
</ul>
</section>
<!-- /.sidebar -->
</aside>
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<!-- Content Header (Page header) -->
<section class="content-header">
<h1>
Text Editors
<small>Advanced form element</small>
</h1>
<ol class="breadcrumb">
<li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li>
<li><a href="#">Forms</a></li>
<li class="active">Editors</li>
</ol>
</section>
<!-- Main content -->
<section class="content">
<div class="row">
<div class="col-md-12">
<div class="box box-info">
<div class="box-header">
<h3 class="box-title">CK Editor
<small>Advanced and full of features</small>
</h3>
<!-- tools box -->
<div class="pull-right box-tools">
<button type="button" class="btn btn-info btn-sm" data-widget="collapse" data-toggle="tooltip" title="Collapse">
<i class="fa fa-minus"></i></button>
<button type="button" class="btn btn-info btn-sm" data-widget="remove" data-toggle="tooltip" title="Remove">
<i class="fa fa-times"></i></button>
</div>
<!-- /. tools -->
</div>
<!-- /.box-header -->
<div class="box-body pad">
<form>
<textarea id="editor1" name="editor1" rows="10" cols="80">
This is my textarea to be replaced with CKEditor.
</textarea>
</form>
</div>
</div>
<!-- /.box -->
<div class="box">
<div class="box-header">
<h3 class="box-title">Bootstrap WYSIHTML5
<small>Simple and fast</small>
</h3>
<!-- tools box -->
<div class="pull-right box-tools">
<button type="button" class="btn btn-default btn-sm" data-widget="collapse" data-toggle="tooltip" title="Collapse">
<i class="fa fa-minus"></i></button>
<button type="button" class="btn btn-default btn-sm" data-widget="remove" data-toggle="tooltip" title="Remove">
<i class="fa fa-times"></i></button>
</div>
<!-- /. tools -->
</div>
<!-- /.box-header -->
<div class="box-body pad">
<form>
<textarea class="textarea" placeholder="Place some text here" style="width: 100%; height: 200px; font-size: 14px; line-height: 18px; border: 1px solid #dddddd; padding: 10px;"></textarea>
</form>
</div>
</div>
</div>
<!-- /.col-->
</div>
<!-- ./row -->
</section>
<!-- /.content -->
</div>
<!-- /.content-wrapper -->
<footer class="main-footer">
<div class="pull-right hidden-xs">
<b>Version</b> 2.3.6
</div>
<strong>Copyright © 2014-2016 <a href="http://almsaeedstudio.com">Almsaeed Studio</a>.</strong> All rights
reserved.
</footer>
<!-- Control Sidebar -->
<aside class="control-sidebar control-sidebar-dark">
<!-- Create the tabs -->
<ul class="nav nav-tabs nav-justified control-sidebar-tabs">
<li><a href="#control-sidebar-home-tab" data-toggle="tab"><i class="fa fa-home"></i></a></li>
<li><a href="#control-sidebar-settings-tab" data-toggle="tab"><i class="fa fa-gears"></i></a></li>
</ul>
<!-- Tab panes -->
<div class="tab-content">
<!-- Home tab content -->
<div class="tab-pane" id="control-sidebar-home-tab">
<h3 class="control-sidebar-heading">Recent Activity</h3>
<ul class="control-sidebar-menu">
<li>
<a href="javascript:void(0)">
<i class="menu-icon fa fa-birthday-cake bg-red"></i>
<div class="menu-info">
<h4 class="control-sidebar-subheading">Langdon's Birthday</h4>
<p>Will be 23 on April 24th</p>
</div>
</a>
</li>
<li>
<a href="javascript:void(0)">
<i class="menu-icon fa fa-user bg-yellow"></i>
<div class="menu-info">
<h4 class="control-sidebar-subheading">Frodo Updated His Profile</h4>
<p>New phone +1(800)555-1234</p>
</div>
</a>
</li>
<li>
<a href="javascript:void(0)">
<i class="menu-icon fa fa-envelope-o bg-light-blue"></i>
<div class="menu-info">
<h4 class="control-sidebar-subheading">Nora Joined Mailing List</h4>
<p>[email protected]</p>
</div>
</a>
</li>
<li>
<a href="javascript:void(0)">
<i class="menu-icon fa fa-file-code-o bg-green"></i>
<div class="menu-info">
<h4 class="control-sidebar-subheading">Cron Job 254 Executed</h4>
<p>Execution time 5 seconds</p>
</div>
</a>
</li>
</ul>
<!-- /.control-sidebar-menu -->
<h3 class="control-sidebar-heading">Tasks Progress</h3>
<ul class="control-sidebar-menu">
<li>
<a href="javascript:void(0)">
<h4 class="control-sidebar-subheading">
Custom Template Design
<span class="label label-danger pull-right">70%</span>
</h4>
<div class="progress progress-xxs">
<div class="progress-bar progress-bar-danger" style="width: 70%"></div>
</div>
</a>
</li>
<li>
<a href="javascript:void(0)">
<h4 class="control-sidebar-subheading">
Update Resume
<span class="label label-success pull-right">95%</span>
</h4>
<div class="progress progress-xxs">
<div class="progress-bar progress-bar-success" style="width: 95%"></div>
</div>
</a>
</li>
<li>
<a href="javascript:void(0)">
<h4 class="control-sidebar-subheading">
Laravel Integration
<span class="label label-warning pull-right">50%</span>
</h4>
<div class="progress progress-xxs">
<div class="progress-bar progress-bar-warning" style="width: 50%"></div>
</div>
</a>
</li>
<li>
<a href="javascript:void(0)">
<h4 class="control-sidebar-subheading">
Back End Framework
<span class="label label-primary pull-right">68%</span>
</h4>
<div class="progress progress-xxs">
<div class="progress-bar progress-bar-primary" style="width: 68%"></div>
</div>
</a>
</li>
</ul>
<!-- /.control-sidebar-menu -->
</div>
<!-- /.tab-pane -->
<!-- Stats tab content -->
<div class="tab-pane" id="control-sidebar-stats-tab">Stats Tab Content</div>
<!-- /.tab-pane -->
<!-- Settings tab content -->
<div class="tab-pane" id="control-sidebar-settings-tab">
<form method="post">
<h3 class="control-sidebar-heading">General Settings</h3>
<div class="form-group">
<label class="control-sidebar-subheading">
Report panel usage
<input type="checkbox" class="pull-right" checked>
</label>
<p>
Some information about this general settings option
</p>
</div>
<!-- /.form-group -->
<div class="form-group">
<label class="control-sidebar-subheading">
Allow mail redirect
<input type="checkbox" class="pull-right" checked>
</label>
<p>
Other sets of options are available
</p>
</div>
<!-- /.form-group -->
<div class="form-group">
<label class="control-sidebar-subheading">
Expose author name in posts
<input type="checkbox" class="pull-right" checked>
</label>
<p>
Allow the user to show his name in blog posts
</p>
</div>
<!-- /.form-group -->
<h3 class="control-sidebar-heading">Chat Settings</h3>
<div class="form-group">
<label class="control-sidebar-subheading">
Show me as online
<input type="checkbox" class="pull-right" checked>
</label>
</div>
<!-- /.form-group -->
<div class="form-group">
<label class="control-sidebar-subheading">
Turn off notifications
<input type="checkbox" class="pull-right">
</label>
</div>
<!-- /.form-group -->
<div class="form-group">
<label class="control-sidebar-subheading">
Delete chat history
<a href="javascript:void(0)" class="text-red pull-right"><i class="fa fa-trash-o"></i></a>
</label>
</div>
<!-- /.form-group -->
</form>
</div>
<!-- /.tab-pane -->
</div>
</aside>
<!-- /.control-sidebar -->
<!-- Add the sidebar's background. This div must be placed
immediately after the control sidebar -->
<div class="control-sidebar-bg"></div>
</div>
<!-- ./wrapper -->
<!-- jQuery 2.2.3 -->
<script src="../../plugins/jQuery/jquery-2.2.3.min.js"></script>
<!-- Bootstrap 3.3.6 -->
<script src="../../bootstrap/js/bootstrap.min.js"></script>
<!-- FastClick -->
<script src="../../plugins/fastclick/fastclick.js"></script>
<!-- AdminLTE App -->
<script src="../../dist/js/app.min.js"></script>
<!-- AdminLTE for demo purposes -->
<script src="../../dist/js/demo.js"></script>
<!-- CK Editor -->
<script src="https://cdn.ckeditor.com/4.5.7/standard/ckeditor.js"></script>
<!-- Bootstrap WYSIHTML5 -->
<script src="../../plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.all.min.js"></script>
<script>
$(function () {
// Replace the <textarea id="editor1"> with a CKEditor
// instance, using default configuration.
CKEDITOR.replace('editor1');
//bootstrap WYSIHTML5 - text editor
$(".textarea").wysihtml5();
});
</script>
</body>
</html>
|
docs/html/functions_0x75.html | Cray/graphbuilder | <!-- This comment will put IE 6, 7 and 8 in quirks mode -->
<!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>GraphBuilder 2.0 (alpha): Class Members</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javaScript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body onload='searchBox.OnSelectItem(0);'>
<!-- Generated by Doxygen 1.6.1 -->
<script type="text/javascript"><!--
var searchBox = new SearchBox("searchBox", "search",false,'Search');
--></script>
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<img id="MSearchSelect" src="search/search.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)"/>
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</div>
</li>
</ul>
</div>
<div class="tabs">
<ul>
<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 class="current"><a href="functions.html"><span>Class Members</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>
<li><a href="functions_enum.html"><span>Enumerations</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_0x62.html#index_b"><span>b</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><a href="functions_0x6c.html#index_l"><span>l</span></a></li>
<li><a href="functions_0x6d.html#index_m"><span>m</span></a></li>
<li><a href="functions_0x6e.html#index_n"><span>n</span></a></li>
<li><a href="functions_0x6f.html#index_o"><span>o</span></a></li>
<li><a href="functions_0x70.html#index_p"><span>p</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 class="current"><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>
<li><a href="functions_0x78.html#index_x"><span>x</span></a></li>
<li><a href="functions_0x7a.html#index_z"><span>z</span></a></li>
</ul>
</div>
</div>
<div class="contents">
Here is a list of all class members with links to the classes they belong to:
<h3><a class="anchor" id="index_u">- u -</a></h3><ul>
<li>UNIQUE
: <a class="el" href="classcom_1_1intel_1_1hadoop_1_1graphbuilder_1_1pipeline_1_1output_1_1titan_1_1TitanCommandLineOptions.html#a2b3b842380c2d672ce0af1107cb8ae68">com::intel::hadoop::graphbuilder::pipeline::output::titan::TitanCommandLineOptions</a>
</li>
<li>updateConfigurationForMapper()
: <a class="el" href="interfacecom_1_1intel_1_1hadoop_1_1graphbuilder_1_1pipeline_1_1input_1_1InputConfiguration.html#a3c55b3652544452cf23a87e7c59d7c3c">com::intel::hadoop::graphbuilder::pipeline::input::InputConfiguration</a>
</li>
<li>updateJobForMapper()
: <a class="el" href="interfacecom_1_1intel_1_1hadoop_1_1graphbuilder_1_1pipeline_1_1input_1_1InputConfiguration.html#aef237afe76e81124a0d0c83d46777a0d">com::intel::hadoop::graphbuilder::pipeline::input::InputConfiguration</a>
</li>
<li>usesHBase()
: <a class="el" href="interfacecom_1_1intel_1_1hadoop_1_1graphbuilder_1_1pipeline_1_1input_1_1InputConfiguration.html#a9763d6094f09f379fa063297634f88b7">com::intel::hadoop::graphbuilder::pipeline::input::InputConfiguration</a>
</li>
</ul>
</div>
<!--- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark"> </span>Enumerations</a></div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 26 Dec 2013 for GraphBuilder 2.0 (alpha) 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>
|
doc/com/siemens/cmiv/avt/mvt/io/package-summary.html | OpenXIP/avt-mvt | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_11) on Fri Apr 30 11:06:46 CST 2010 -->
<TITLE>
com.siemens.cmiv.avt.mvt.io
</TITLE>
<META NAME="date" CONTENT="2010-04-30">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="com.siemens.cmiv.avt.mvt.io";
}
}
</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="../../../../../../com/siemens/cmiv/avt/mvt/datatype/package-summary.html"><B>PREV PACKAGE</B></A>
<A HREF="../../../../../../com/siemens/cmiv/avt/mvt/outlier/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?com/siemens/cmiv/avt/mvt/io/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 com.siemens.cmiv.avt.mvt.io
</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="../../../../../../com/siemens/cmiv/avt/mvt/io/SubjectList.html" title="interface in com.siemens.cmiv.avt.mvt.io">SubjectList</A></B></TD>
<TD> </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="../../../../../../com/siemens/cmiv/avt/mvt/io/SubjectListFactory.html" title="class in com.siemens.cmiv.avt.mvt.io">SubjectListFactory</A></B></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../com/siemens/cmiv/avt/mvt/io/SubjectListXml.html" title="class in com.siemens.cmiv.avt.mvt.io">SubjectListXml</A></B></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../com/siemens/cmiv/avt/mvt/io/XMLComputationList.html" title="class in com.siemens.cmiv.avt.mvt.io">XMLComputationList</A></B></TD>
<TD>Parses XML document.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../com/siemens/cmiv/avt/mvt/io/XMLMeasurement.html" title="class in com.siemens.cmiv.avt.mvt.io">XMLMeasurement</A></B></TD>
<TD>Parses XML document.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../com/siemens/cmiv/avt/mvt/io/XMLSubjectList.html" title="class in com.siemens.cmiv.avt.mvt.io">XMLSubjectList</A></B></TD>
<TD>Parses XML document.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../com/siemens/cmiv/avt/mvt/io/XMLSubjectListImpl.html" title="class in com.siemens.cmiv.avt.mvt.io">XMLSubjectListImpl</A></B></TD>
<TD>Parses XML document.</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="../../../../../../com/siemens/cmiv/avt/mvt/datatype/package-summary.html"><B>PREV PACKAGE</B></A>
<A HREF="../../../../../../com/siemens/cmiv/avt/mvt/outlier/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?com/siemens/cmiv/avt/mvt/io/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>
|
app/soc/templates/soc/role/edit.html | jamslevy/gsoc | {% extends "soc/models/edit.html" %}
{% comment %}
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.
{% endcomment %}
{% load forms_helpers %}
{% block scripts %}
{{ block.super }}
{% if gmaps_api_key %}
<script src="http://maps.google.com/maps?file=api&v=2&key={{ gmaps_api_key }}" type="text/javascript"></script>
<script type="text/javascript" src="/soc/content/js/map-090420.js"></script>
{% endif %}
{% endblock %}
{% block body_tag %}
{% if gmaps_api_key %}
<body onLoad="role_profile_gmap.map_load()" onunload="GUnload()">
{% else %}
{{ block.super }}
{% endif %}
{% endblock %}
{% block instructions %}
{{ block.super }}
{% if not gmaps_api_key %}
<br /><span class="error">Google Maps API key not present.
Please insert your key in <a href="/site/edit">Site Settings</a>, Google Maps field.
</span>
{% endif %}
{% endblock %}
{% block form_table %}
{{ block.super }}
{% if gmaps_api_key %}
<tr title="your location">
<td class="formfieldlabel">
<label for="id_location">Location:</label>
</td>
<td>
<div id="role_profile_map"></div>
</td>
<td></td>
<td></td>
<td></td>
</tr>
{% endif %}
{% endblock %}
|
WebClient/assets/css/mobile.css | milosmns/Timecrypt | #device-check, #landing-device-check {
background: #000000;
}
/****** landing start ******/
.landing-logo-container {
width: 100%;
height: 140px;
margin: 0 auto 10px auto;
padding-top: 15px;
background: rgba(0, 0, 0, 0.5);
}
.landing-logo {
width: 130px;
height: 125px;
}
.landing-social-container {
position: absolute;
display: inline-block;
width: 100%;
margin: 0 auto;
padding: 0 0 20px 0;
bottom: 0;
left: 0;
text-align: center;
}
.landing-social-container input {
height: 40px;
font-size: 0.6em;
font-weight: 300;
padding-left: 10px;
padding-right: 30px;
width: 250px;
text-align: center;
border: none;
background: rgba(0, 0, 0, 0.5);
}
.landing-social-container > img {
display: inline-block;
height: 34px;
width: 30px;
padding: 3px 5px;
margin-left: -45px;
vertical-align: bottom;
cursor: pointer;
background: rgba(0, 0, 0, 0.5);
opacity: 0.5;
}
.landing-social-container > img:hover {
opacity: 1;
}
.landing-social-container > a > img.social-icon {
width: 50px;
height: 50px;
margin: 15px 5px 0 5px;
opacity: 0.3;
}
.landing-social-container > a > img.social-icon:hover {
opacity: 1;
}
/****** landing end ******/
.container {
width: 100%;
}
.container > .logo-container > input {
width: 60%;
height: 50px;
margin-top: 8px;
}
.container > .logo-container .withLeftMargin {
margin-left: 5%;
}
nav, nav > ul, nav > ul > li {
height: 50px;
}
nav > ul > li {
padding-top: 30px;
}
nav > ul > li > img {
width: 25px;
height: 25px;
}
nav > ul > li.special > img {
width: 32px;
height: 23px;
margin-top: 2px;
}
.container > section.page-container {
height: 350px;
padding-top: 30px;
}
.container > button {
height: 70px;
}
.container > button > img {
width: 40px;
height: 30px;
margin-top: 5px;
}
/* info page */
div#page4 #address-icon {
margin-top: 25px;
}
div#page4 hr {
margin-bottom: 10px;
}
div#page4 input {
width: 60%;
font-size: 0.8em;
} |
quick-start/src/main/resources/static/css/quick-start.css | paxtonhare/marklogic-data-hub | body {
color: #2a2d2b;
background-color: lightgrey;
}
h1 {
color: #2a2d2b;
}
h2 {
color: #336699;
}
h3 {
color: #2a2d2b;
}
.link {
color: #336699;
}
a:hover, .link:hover {
font-weight: bold;
text-decoration: underline;
}
ul {
padding-left: 5px;
}
div#header {
background-color: #fff;
padding: 15px 15px;
color: #2a2d2b;
}
button, div#header button {
color: #ffffff;
}
.btn, div#header .btn, div#content div#sidebar .btn, ul.dropdown-menu {
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
}
div#header .alert {
margin: 5px 0px;
text-align: left;
}
.alert {
color: #fff;
}
.alert-info, .alert-success, .brand-info, .btn-success {
background-color: #4a9e43;
}
.alert-danger, .brand-danger {
background-color: #ff2a00;
}
.brand-primary, .btn-primary {
background-color: #336699;
}
.btn {
color: #fff;
}
.btn-default {
background-color: #444547;
}
.btn-default:hover {
background-color: #444547;
border-color: #2a2d2b;
color: #fff;
}
.sycned {
color: #4a9e43;
}
.unsycned {
color: #ff2a00;
}
div#message {
margin: 0px 5px;
}
.divider {
border: 10px solid #2a2d2b;
}
#content {
min-height: 450px;
padding: 0px;
box-shadow: 0px 5px 5px #888888;
background-color: #fff;
}
#content .divider {
border: 3px solid #2a2d2b;
margin: 20px -50px;
}
#content h2, #content li>h3, #content li>h4 {
display: inline-block;
margin-right: 10px;
}
#content .btn {
vertical-align: baseline;
}
#footer {
font-size: 12px;
text-align: center;
margin: 10px 0px;
}
ul.alert {
padding-left: 30px;
}
.spacing-top {
margin-top: 10px;
}
div#sitemenu {
text-align: right;
color: #ffffff;
}
button#headerDropdownMenu {
background-color: #404040;
border: 0px;
color: #ffffff;
}
div#sidebar {
background-color: #444547;
min-height: 450px;
}
div#sidebar h1, div#sidebar h2, div#sidebar h3, div#sidebar a {
color: #fff;
}
li>h1, li>h2, li>h3, li>h4 {
margin-top: 5px;
margin-bottom: 5px;
}
div#center {
background-color: #fff;
min-height: 450px;
padding: 30px 50px;
}
div.button-group-center {
text-align: center;
margin: 30px;
}
div.button-group-right {
float: right;
}
.modal-footer {
border-top: 0px;
}
.fa {
margin-right: 10px;
font-size: 24px;
}
li.folder, li.file {
list-style: none;
margin-left: 36px;
}
.row-flex {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
ul.abn-tree {
padding-left: 30px;
}
ul.abn-tree li.abn-tree-row a {
color: #2a2d2b;
font-size: 18px;
}
ul.nav.abn-tree i {
font-size: 18px;
}
.spinner {
float: right;
position: relative;
left: -50%;
text-align: left;
z-index: 1000;
color: #ff2a00;
}
.spinner > .child {
position: relative;
left: 50%;
float: right;
z-index: 1000;
}
.fa-spin {
font-size: 80px;
width: 0px;
margin: 0px;
}
.nav, .pagination, .carousel, .panel-title a {
cursor: pointer;
}
#progressBar {
background-color: #444547;
display: table;
height: 450px;
width: 100%;
}
#progressBar > div {
display: table-cell;
vertical-align: middle;
}
#progressBar > div {
margin-left: auto;
margin-right: auto;
width: 200px;
}
.progress {
height: 30px;
}
.progress span {
font-size: 25px;
line-height: 20px;
}
.progress-bar {
padding: 3px;
}
.deploy-errors {
border: 2px solid red;
padding: 10px;
background-color: #333;
color: white;
}
.deploy-errors h3 {
color: white;
margin: 0px 0px 10px 0px;
}
.error-msg {
font-weight: bold;
}
.error-loc {
margin-left: 20px;
}
.modal-sm {
width: 600px;
}
.modal-content {
width:inherit;
height:inherit;
margin: 0 auto;
}
.tree-scroller-cust1 {
height: 200px;
overflow-y: auto;
border-color: #ddd;
}
/* The starting CSS styles for the enter animation */
.fade.ng-enter {
transition:0.5s linear all;
opacity:0;
}
/* The finishing CSS styles for the enter animation */
.fade.ng-enter.ng-enter-active {
opacity:1;
}
/* now the element will fade out before it is removed from the DOM */
.fade.ng-leave {
transition:0.5s linear all;
opacity:1;
}
.fade.ng-leave.ng-leave-active {
opacity:0;
}
.caption {
font-style: italic;
font-weight: normal;
}
.hint {
color: #666;
}
.code {
font-weight: normal;
font-family: sans-serif;
}
.copy-icon {
font-size: 14px;
margin-left: 10px;
cursor: pointer;
}
.code textarea {
border: none;
width: 100%;
resize: none;
}
.code textarea:focus {
outline: none;
}
section {
border: 1px solid #ccc;
padding: 6px 12px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.navbar-default {
background-color: #2a2d2b;
color: white;
}
/* This is specifically for Swagger UI */
.swagger-validator {
display: none;
}
div.api-doc > div {
padding: 15px;
}
#img_logo {
margin: 0pt 10px;
height: 50px;
}
|
src/main/webapp/_inkOverlay.html | StackableRegiments/analyticalmetlx | <div id="silverlightControlHost">
<object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="800px" height="600px" id="silverlightObject">
<param name="source" value="static/sl/Overlay.xap"/>
<param name="onError" value="onSilverlightError" />
<param name="background" value="white" />
<param name="windowless" value="false" />
<!--
<param name="background" value="transparent" />
<param name="windowless" value="true" />
-->
<param name="minRuntimeVersion" value="3.0.40624.0" />
<param name="autoUpgrade" value="true" />
<param name="onLoad" value="pluginLoaded" />
<!--a href="http://go.microsoft.com/fwlink/?LinkID=149156&v=5.0.61118.0" style="text-decoration:none">
<img src="http://go.microsoft.com/fwlink/?LinkId=161376" alt="Get Microsoft Silverlight" style="border-style:none" />
</a-->
</object>
</div>
|
KoDeMat_TouchScreen/lib/hazelcast-3.4.2/hazelcast-3.4.2/docs/javadoc/com/hazelcast/queue/impl/operations/package-frame.html | akiskip/KoDeMat-Collaboration-Platform-Application | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_45) on Thu Mar 26 16:48:34 UTC 2015 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
com.hazelcast.queue.impl.operations (Hazelcast Root 3.4.2 API)
</TITLE>
<META NAME="date" CONTENT="2015-03-26">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
</HEAD>
<BODY BGCOLOR="white">
<FONT size="+1" CLASS="FrameTitleFont">
<A HREF="../../../../../com/hazelcast/queue/impl/operations/package-summary.html" target="classFrame">com.hazelcast.queue.impl.operations</A></FONT>
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
<TR>
<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
Classes</FONT>
<FONT CLASS="FrameItemFont">
<BR>
<A HREF="AddAllBackupOperation.html" title="class in com.hazelcast.queue.impl.operations" target="classFrame">AddAllBackupOperation</A>
<BR>
<A HREF="AddAllOperation.html" title="class in com.hazelcast.queue.impl.operations" target="classFrame">AddAllOperation</A>
<BR>
<A HREF="CheckAndEvictOperation.html" title="class in com.hazelcast.queue.impl.operations" target="classFrame">CheckAndEvictOperation</A>
<BR>
<A HREF="ClearBackupOperation.html" title="class in com.hazelcast.queue.impl.operations" target="classFrame">ClearBackupOperation</A>
<BR>
<A HREF="ClearOperation.html" title="class in com.hazelcast.queue.impl.operations" target="classFrame">ClearOperation</A>
<BR>
<A HREF="CompareAndRemoveBackupOperation.html" title="class in com.hazelcast.queue.impl.operations" target="classFrame">CompareAndRemoveBackupOperation</A>
<BR>
<A HREF="CompareAndRemoveOperation.html" title="class in com.hazelcast.queue.impl.operations" target="classFrame">CompareAndRemoveOperation</A>
<BR>
<A HREF="ContainsOperation.html" title="class in com.hazelcast.queue.impl.operations" target="classFrame">ContainsOperation</A>
<BR>
<A HREF="DrainBackupOperation.html" title="class in com.hazelcast.queue.impl.operations" target="classFrame">DrainBackupOperation</A>
<BR>
<A HREF="DrainOperation.html" title="class in com.hazelcast.queue.impl.operations" target="classFrame">DrainOperation</A>
<BR>
<A HREF="IsEmptyOperation.html" title="class in com.hazelcast.queue.impl.operations" target="classFrame">IsEmptyOperation</A>
<BR>
<A HREF="IteratorOperation.html" title="class in com.hazelcast.queue.impl.operations" target="classFrame">IteratorOperation</A>
<BR>
<A HREF="OfferBackupOperation.html" title="class in com.hazelcast.queue.impl.operations" target="classFrame">OfferBackupOperation</A>
<BR>
<A HREF="OfferOperation.html" title="class in com.hazelcast.queue.impl.operations" target="classFrame">OfferOperation</A>
<BR>
<A HREF="PeekOperation.html" title="class in com.hazelcast.queue.impl.operations" target="classFrame">PeekOperation</A>
<BR>
<A HREF="PollBackupOperation.html" title="class in com.hazelcast.queue.impl.operations" target="classFrame">PollBackupOperation</A>
<BR>
<A HREF="PollOperation.html" title="class in com.hazelcast.queue.impl.operations" target="classFrame">PollOperation</A>
<BR>
<A HREF="QueueBackupAwareOperation.html" title="class in com.hazelcast.queue.impl.operations" target="classFrame">QueueBackupAwareOperation</A>
<BR>
<A HREF="QueueOperation.html" title="class in com.hazelcast.queue.impl.operations" target="classFrame">QueueOperation</A>
<BR>
<A HREF="QueueReplicationOperation.html" title="class in com.hazelcast.queue.impl.operations" target="classFrame">QueueReplicationOperation</A>
<BR>
<A HREF="RemainingCapacityOperation.html" title="class in com.hazelcast.queue.impl.operations" target="classFrame">RemainingCapacityOperation</A>
<BR>
<A HREF="RemoveBackupOperation.html" title="class in com.hazelcast.queue.impl.operations" target="classFrame">RemoveBackupOperation</A>
<BR>
<A HREF="RemoveOperation.html" title="class in com.hazelcast.queue.impl.operations" target="classFrame">RemoveOperation</A>
<BR>
<A HREF="SizeOperation.html" title="class in com.hazelcast.queue.impl.operations" target="classFrame">SizeOperation</A></FONT></TD>
</TR>
</TABLE>
</BODY>
</HTML>
|
lib/JasperReport__5.6/docs/api/net/sf/jasperreports/engine/util/class-use/BigDecimalHandler.html | phurtado1112/cnaemvc | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="ro">
<head>
<!-- Generated by javadoc (version 1.7.0_07) on Tue May 27 14:37:25 EEST 2014 -->
<title>Uses of Interface net.sf.jasperreports.engine.util.BigDecimalHandler (JasperReports 5.6.0 API)</title>
<meta name="date" content="2014-05-27">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Interface net.sf.jasperreports.engine.util.BigDecimalHandler (JasperReports 5.6.0 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../net/sf/jasperreports/engine/util/BigDecimalHandler.html" title="interface in net.sf.jasperreports.engine.util">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?net/sf/jasperreports/engine/util/class-use/BigDecimalHandler.html" target="_top">Frames</a></li>
<li><a href="BigDecimalHandler.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 net.sf.jasperreports.engine.util.BigDecimalHandler" class="title">Uses of Interface<br>net.sf.jasperreports.engine.util.BigDecimalHandler</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../net/sf/jasperreports/engine/util/BigDecimalHandler.html" title="interface in net.sf.jasperreports.engine.util">BigDecimalHandler</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="#net.sf.jasperreports.engine.util">net.sf.jasperreports.engine.util</a></td>
<td class="colLast">
<div class="block">Contains utility classes for the core library.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="net.sf.jasperreports.engine.util">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../net/sf/jasperreports/engine/util/BigDecimalHandler.html" title="interface in net.sf.jasperreports.engine.util">BigDecimalHandler</a> in <a href="../../../../../../net/sf/jasperreports/engine/util/package-summary.html">net.sf.jasperreports.engine.util</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../../net/sf/jasperreports/engine/util/package-summary.html">net.sf.jasperreports.engine.util</a> that implement <a href="../../../../../../net/sf/jasperreports/engine/util/BigDecimalHandler.html" title="interface in net.sf.jasperreports.engine.util">BigDecimalHandler</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../../net/sf/jasperreports/engine/util/Java14BigDecimalHandler.html" title="class in net.sf.jasperreports.engine.util">Java14BigDecimalHandler</a></strong></code>
<div class="block"><a href="../../../../../../net/sf/jasperreports/engine/util/BigDecimalHandler.html" title="interface in net.sf.jasperreports.engine.util"><code>BigDecimalHandler</code></a> implementation used on Java 1.4.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../../net/sf/jasperreports/engine/util/Java15BigDecimalHandler.html" title="class in net.sf.jasperreports.engine.util">Java15BigDecimalHandler</a></strong></code>
<div class="block"><a href="../../../../../../net/sf/jasperreports/engine/util/BigDecimalHandler.html" title="interface in net.sf.jasperreports.engine.util"><code>BigDecimalHandler</code></a> implementation used on Java 1.5 or newer.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../net/sf/jasperreports/engine/util/BigDecimalHandler.html" title="interface in net.sf.jasperreports.engine.util">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?net/sf/jasperreports/engine/util/class-use/BigDecimalHandler.html" target="_top">Frames</a></li>
<li><a href="BigDecimalHandler.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>
<span style="font-decoration:none;font-family:Arial,Helvetica,sans-serif;font-size:8pt;font-style:normal;color:#000000;">© 2001-2010 Jaspersoft Corporation <a href="http://www.jaspersoft.com" target="_blank" style="color:#000000;">www.jaspersoft.com</a></span>
</small></p>
</body>
</html>
|
docs/kettle-engine/core/io.github.restioson.kettle.level/-box2-d-level/engine.html | Restioson/restioson.github.io | <HTML>
<HEAD>
<meta charset="UTF-8">
<title>Box2DLevel.engine - core</title>
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">core</a> / <a href="../index.html">io.github.restioson.kettle.level</a> / <a href="index.html">Box2DLevel</a> / <a href=".">engine</a><br/>
<br/>
<h1>engine</h1>
<a name="io.github.restioson.kettle.level.Box2DLevel$engine"></a>
<code><span class="keyword">val </span><span class="identifier">engine</span><span class="symbol">: </span><span class="identifier">Kettle</span></code> <a href="https://github.com/Restioson/kettle-engine/tree/master/core/src/kotlin/io/github/restioson/kettle/level/Box2DLevel.kt#L10">(source)</a>
</BODY>
</HTML>
|
app/iht/views/application/tnrb/permanent_home.scala.html | hmrc/iht-frontend | @*
* Copyright 2021 HM Revenue & Customs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*@
@import iht.models.RegistrationDetails
@import iht.models.application.tnrb._
@import iht.utils._
@import iht.utils.tnrb.TnrbHelperFixture
@import iht.models.application.tnrb.TnrbEligibiltyModel
@import iht.models.application.tnrb.WidowCheck
@import iht.config.AppConfig
@this(
implicit val appConfig: AppConfig,
form: FormWithCSRF,
ihtMainTemplateApplication: iht_main_template_application,
errorSummary: ihtHelpers.custom.error_summary,
inputYesNoRadioGroup: ihtHelpers.standard.input_yes_no_radio_group
)
@(partnerLivingInUkForm:Form[TnrbEligibiltyModel],
tnrbModel: TnrbEligibiltyModel,
widowCheck: WidowCheck,
cancelUrl:Call, registrationDetails: RegistrationDetails)(implicit request:Request[_], messages: Messages)
@deceasedName() = @{CommonHelper.getOrException(registrationDetails.deceasedDetails).name}
@partnerName() = @{TnrbHelperFixture().spouseOrCivilPartnerLabelGenitive(tnrbModel, widowCheck, deceasedName, true)}
@ihtMainTemplateApplication(
title = "",
browserTitle = Some(Messages("iht.registration.deceased.locationOfPermanentHome")),
cancelLabel=Some(Messages("page.iht.application.tnrb.returnToIncreasingThreshold")),
cancelUrl = Some(cancelUrl)
){
@errorSummary(partnerLivingInUkForm)
@form(action = iht.controllers.application.tnrb.routes.PermanentHomeController.onSubmit,'autoComplete -> "off") {
@inputYesNoRadioGroup(
partnerLivingInUkForm("isPartnerLivingInUk"),
'_hintText -> Html(Messages("page.iht.application.tnrb.permanentHome.question.hint")),
'_divClass -> Some("form-group"),
'_legend -> Messages("iht.estateReport.tnrb.permanentHome.question",partnerName),
'_legendClass -> Some("legend-with-heading"),
'_legendIsHeading -> true,
'_headingClass -> "heading-large"
)
<div id="action-button" class="form-group">
<button class="button" id="save-continue" name="action" value="save">@Messages("iht.saveAndContinue")</button>
</div>
}
}
|
target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_15_testAbaNumberCheck_32965_good_9pl.html | dcarda/aba.route.validator | <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" />
<link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media="all"/>
<link rel="stylesheet" href="../../../../../aui/css/aui-experimental.min.css" media="all"/>
<!--[if IE 9]><link rel="stylesheet" href="../../../../../aui/css/aui-ie9.min.css" media="all"/><![endif]-->
<style type="text/css" media="all">
@import url('../../../../../style.css');
@import url('../../../../../tree.css');
</style>
<script src="../../../../../jquery-1.8.3.min.js" type="text/javascript"></script>
<script src="../../../../../aui/js/aui.min.js" type="text/javascript"></script>
<script src="../../../../../aui/js/aui-experimental.min.js" type="text/javascript"></script>
<script src="../../../../../aui/js/aui-soy.min.js" type="text/javascript"></script>
<script src="../../../../../package-nodes-tree.js" type="text/javascript"></script>
<script src="../../../../../clover-tree.js" type="text/javascript"></script>
<script src="../../../../../clover.js" type="text/javascript"></script>
<script src="../../../../../clover-descriptions.js" type="text/javascript"></script>
<script src="../../../../../cloud.js" type="text/javascript"></script>
<title>ABA Route Transit Number Validator 1.0.1-SNAPSHOT</title>
</head>
<body>
<div id="page">
<header id="header" role="banner">
<nav class="aui-header aui-dropdown2-trigger-group" role="navigation">
<div class="aui-header-inner">
<div class="aui-header-primary">
<h1 id="logo" class="aui-header-logo aui-header-logo-clover">
<a href="http://openclover.org" title="Visit OpenClover home page"><span class="aui-header-logo-device">OpenClover</span></a>
</h1>
</div>
<div class="aui-header-secondary">
<ul class="aui-nav">
<li id="system-help-menu">
<a class="aui-nav-link" title="Open online documentation" target="_blank"
href="http://openclover.org/documentation">
<span class="aui-icon aui-icon-small aui-iconfont-help"> Help</span>
</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<div class="aui-page-panel">
<div class="aui-page-panel-inner">
<div class="aui-page-panel-nav aui-page-panel-nav-clover">
<div class="aui-page-header-inner" style="margin-bottom: 20px;">
<div class="aui-page-header-image">
<a href="http://cardatechnologies.com" target="_top">
<div class="aui-avatar aui-avatar-large aui-avatar-project">
<div class="aui-avatar-inner">
<img src="../../../../../img/clover_logo_large.png" alt="Clover icon"/>
</div>
</div>
</a>
</div>
<div class="aui-page-header-main" >
<h1>
<a href="http://cardatechnologies.com" target="_top">
ABA Route Transit Number Validator 1.0.1-SNAPSHOT
</a>
</h1>
</div>
</div>
<nav class="aui-navgroup aui-navgroup-vertical">
<div class="aui-navgroup-inner">
<ul class="aui-nav">
<li class="">
<a href="../../../../../dashboard.html">Project overview</a>
</li>
</ul>
<div class="aui-nav-heading packages-nav-heading">
<strong>Packages</strong>
</div>
<div class="aui-nav project-packages">
<form method="get" action="#" class="aui package-filter-container">
<input type="text" autocomplete="off" class="package-filter text"
placeholder="Type to filter packages..." name="package-filter" id="package-filter"
title="Start typing package name (or part of the name) to search through the tree. Use arrow keys and the Enter key to navigate."/>
</form>
<p class="package-filter-no-results-message hidden">
<small>No results found.</small>
</p>
<div class="packages-tree-wrapper" data-root-relative="../../../../../" data-package-name="com.cardatechnologies.utils.validators.abaroutevalidator">
<div class="packages-tree-container"></div>
<div class="clover-packages-lozenges"></div>
</div>
</div>
</div>
</nav> </div>
<section class="aui-page-panel-content">
<div class="aui-page-panel-content-clover">
<div class="aui-page-header-main"><ol class="aui-nav aui-nav-breadcrumbs">
<li><a href="../../../../../dashboard.html"> Project Clover database Sat Aug 7 2021 12:29:33 MDT</a></li>
<li><a href="test-pkg-summary.html">Package com.cardatechnologies.utils.validators.abaroutevalidator</a></li>
<li><a href="test-Test_AbaRouteValidator_15.html">Class Test_AbaRouteValidator_15</a></li>
</ol></div>
<h1 class="aui-h2-clover">
Test testAbaNumberCheck_32965_good
</h1>
<table class="aui">
<thead>
<tr>
<th>Test</th>
<th><label title="The test result. Either a Pass, Fail or Error.">Status</label></th>
<th><label title="When the test execution was started">Start time</label></th>
<th><label title="The total time in seconds taken to run this test.">Time (seconds)</label></th>
<th><label title="A failure or error message if the test is not successful.">Message</label></th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_15.html?line=10994#src-10994" >testAbaNumberCheck_32965_good</a>
</td>
<td>
<span class="sortValue">1</span><span class="aui-lozenge aui-lozenge-success">PASS</span>
</td>
<td>
7 Aug 12:44:22
</td>
<td>
0.0 </td>
<td>
<div></div>
<div class="errorMessage"></div>
</td>
</tr>
</tbody>
</table>
<div> </div>
<table class="aui aui-table-sortable">
<thead>
<tr>
<th style="white-space:nowrap;"><label title="A class that was directly hit by this test.">Target Class</label></th>
<th colspan="4"><label title="The percentage of coverage contributed by each single test.">Coverage contributed by</label> testAbaNumberCheck_32965_good</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</span>
  <a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/AbaRouteValidator.html?id=12585#AbaRouteValidator" title="AbaRouteValidator" name="sl-47">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</a>
</td>
<td>
<span class="sortValue">0.7352941</span>73.5%
</td>
<td class="align-middle" style="width: 100%" colspan="3">
<div>
<div title="73.5% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:73.5%"></div></div></div> </td>
</tr>
</tbody>
</table>
</div> <!-- class="aui-page-panel-content-clover" -->
<footer id="footer" role="contentinfo">
<section class="footer-body">
<ul>
<li>
Report generated by <a target="_new" href="http://openclover.org">OpenClover</a> v 4.4.1
on Sat Aug 7 2021 12:49:26 MDT using coverage data from Sat Aug 7 2021 12:47:23 MDT.
</li>
</ul>
<ul>
<li>OpenClover is free and open-source software. </li>
</ul>
</section>
</footer> </section> <!-- class="aui-page-panel-content" -->
</div> <!-- class="aui-page-panel-inner" -->
</div> <!-- class="aui-page-panel" -->
</div> <!-- id="page" -->
</body>
</html> |
src/client/ba/css/footer.css | javimosch/bastack | .footer__text {
font-family: Nunito, sans-serif;
font-size: 20px;
color: black;
font-weight: 900;
line-height: 60px;
padding: 0px 00px;
margin: 0px;
text-align: center;
}
.footer__text-right {
text-align: center;
}
@media only screen and (min-width: 320px) {
.footer__text {
}
.footer__text-right {
}
}
@media only screen and (min-width: 480px) {
.footer__text {
}
.footer__text-right {
}
}
@media only screen and (min-width: 768px) {
.footer__text {
}
.footer__text-right {
}
}
@media only screen and (min-width: 992px) {
.footer__text {
}
.footer__text-right {
float: right;
padding: 0px 10px 0px 0px;
}
}
@media only screen and (min-width: 1200px) {
.footer__text {
}
.footer__text-right {
}
} |
springmvc-examples/springmvc-annotation-beetl/src/main/webapp/WEB-INF/templates/welcome.html | kingsmiler/jeefw | <!DOCTYPE html>
<html lang="en">
<head>
<title>Home</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
</head>
<body>
<span>Time:</span>
<ul>
<li>From controller: ${time}</li>
<li>From Beetl</li>
</ul>
<span>Message: ${message}</span>
<span>submit: ${submit}</span>
</body>
</html>
|
libs/utils/src/lib/sync/components/questions/questions-viewer/questions-viewer.component.html | nycJSorg/angular-presentation | <h2>Ask a question:</h2>
<div class="question-form">
<mat-form-field>
<mat-label>Your question:</mat-label>
<textarea
maxlength="280"
style="height: 120px;"
required
matInput
#q
(keydown.control.enter)="addQuestion(q)"
(keydown.command.enter)="addQuestion(q)"
></textarea>
</mat-form-field>
<button
mat-raised-button
[disabled]="q.value.trim() === ''"
(click)="addQuestion(q)"
>
Submit
</button>
</div>
<ng-container *ngIf="questionsService.requireApproval$ | async">
<ng-container
*ngIf="questionsService.myUnapprovedQuestions$ | async as unapproved"
>
<mat-expansion-panel *ngIf="unapproved.length">
<mat-expansion-panel-header>
<mat-panel-title>
Your questions pending approval: {{ unapproved.length }}
</mat-panel-title>
</mat-expansion-panel-header>
<ng-container *ngFor="let question of unapproved">
<codelab-question
[question]="question"
[showControls]="false"
></codelab-question>
</ng-container>
</mat-expansion-panel>
</ng-container>
</ng-container>
<ng-container *ngIf="questionsService.publicQuestions$ | async as questions">
<ng-container *ngIf="questions.length">
<h2>All questions:</h2>
<codelab-question
*ngIf="questionsService.starredQuestion$ | async as question"
tabindex="0"
[question]="question"
class="starred"
></codelab-question>
<codelab-question-list [questions]="questions"></codelab-question-list>
</ng-container>
</ng-container>
|
mistraldashboard/default/templates/default/_booleanfield.html | openstack/mistral-dashboard | <span class="boolfield">
<i class="{{ type.color }} {{ type.icon }}" aria-hidden="true"></i>
{{ bool }}
</span>
|
webtool/html/info.html | midoks/chrome-extensions | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>快查网-chrome插件</title>
<script type="text/javascript" src="../js/jquery.js" charset="utf-8"></script>
<script type="text/javascript" src="../js/benchmark.js" charset="utf-8"></script>
<script type="text/javascript" src="../js/show_desktop.js" charset="utf-8"></script>
<script type="text/javascript" src="../js/test.js" charset="utf-8"></script>
</head>
<body>
<div id="test1" style="cursor:hand;">good</div>
</body>
</html>
|
web2/html/index.html | codemeow5/deployment | <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>ClickCloud | Rapid deployment</title>
<link rel="stylesheet" type="text/css" href="static/styles/font-awesome.css" />
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" href="static/styles/font-awesome-ie7.min.css">
<![endif]-->
<link rel="stylesheet" type="text/css" href="static/styles/master.css" />
<link rel="stylesheet" type="text/css" href="static/styles/index.css" /><!-- Only Hadoop Install -->
<script type="text/javascript" src="static/scripts/jquery.js"></script>
<script type="text/javascript" src="static/scripts/click.js"></script>
<script type="text/javascript">
window.addEventListener('load', function () {
crumbsContent = crumbs([{ name: 'Home', url: 'index.html' }, { name: 'Hadoop', url: '' }]);
var crumbs_ = document.getElementById('crumbs');
if (!!crumbs_) {
crumbs_.insertAdjacentHTML('afterBegin', crumbsContent);
}
clickgo(document.getElementsByClassName('alert'));
clicktoggle(document.getElementById('_01'),
document.getElementById('_01_'));
clicktoggle(document.getElementById('_02'),
document.getElementById('_02_'));
clickfocus(document.getElementsByClassName('_focus_'));
__IFRAME__ = document.getElementById('iframe_just_me');
window.switch_ = function (flag) {
switch (flag) {
case 'clusters':
iframe_switch('My Cluster', '>> Cluster list', [
{ url: 'parts/clusters', d: {} },
]);
break;
case 'host-add':
iframe_switch('Add Host', '>> Register your machine to the system', [
{ url: 'parts/host-add', d: {} },
]);
break;
case 'hosts':
iframe_switch('My Hosts', '>> Registered host', [
{ url: 'parts/hosts', d: {} },
]);
break;
case 'dns':
iframe_switch('Domain Name System', '>> Configuration /etc/hosts', [
{ url: 'parts/dns', d: {} },
]);
break;
case 'hs':
iframe_switch('Install Hadoop and Spark Enviroment', '>> include HDFS and YARN cluster', [
{ url: 'parts/hs', d: {} },
]);
break;
}
}
});
</script>
</head>
<body>
<div class="row-head">
<div class="column-logo">
</div>
</div>
<div class="row-navigation">
<div class="column-icons">
</div>
<div class="column-crumbs">
<div class="crumbs" id="crumbs"></div>
</div>
</div>
<div class="row-main">
<div class="column-list">
<ul>
<li><a class="_focus_" href="javascript:void(0);"><i class="icon-dashboard icon-large"></i>Dashboard</a></li>
<li><a class="_focus_" href="javascript:switch_('dns');"><i class="icon-book icon-large"></i>DNS</a></li>
<li>
<a id="_01" focus="1" href="javascript:void(0);"><i class="icon-book icon-large"></i>Hadoop</a>
<ul id="_01_">
<li><a class="_focus_" href="javascript:switch_('hs');">Install Hadoop and Spark</a></li>
</ul>
</li>
<li><a class="_focus_" href="javascript:void(0);"><i class="icon-tasks icon-large"></i>Tasks</a></li>
<li><a class="_focus_" href="javascript:void(0);"><i class="icon-bar-chart icon-large"></i>Monitor</a></li>
<li>
<a id="_02" focus="1" href="javascript:void(0);"><i class="icon-sitemap icon-large"></i>My Cluster</a>
<ul id="_02_">
<li><a class="_focus_" href="javascript:switch_('clusters');">Clusters</a></li>
<li><a class="_focus_" href="javascript:switch_('host-add');">Add Host</a></li>
<li><a class="_focus_" href="javascript:switch_('hosts');">Hosts</a></li>
</ul>
</li>
<li><a class="_focus_" href="javascript:void(0);"><i class="icon-lightbulb icon-large"></i>Issues</a></li>
<li><a class="_focus_" href="javascript:void(0);"><i class="icon-file icon-large"></i>Other Pages</a></li>
</ul>
</div>
<div class="column-board" id="board-main" style="display:none;">
<div class="title">
<span class="maintitle" id="board-main-title"></span>
<span class="subtitle" id="board-sub-title"></span>
</div>
<div class="alert">
<i class="icon-ok"></i> Welcome to use <b>ClickCloud</b> Deployment Service, the rapid deployment plan
</div>
<div id="iframe_just_me">
<!-- append to here-->
</div>
</div>
</div>
</body>
</html>
|
client/templates/includes/home_footer.html | Jasonudoo/mytestcase | <template name="home_footer">
<footer>
<section class="container">
<div class="blk-card-bg blk-card text-center">
<div class="client-logos">
<ul class="thumb-list">
<li>
<img src="https://d2jxbtsa1l6d79.cloudfront.net/assets/web/6.3.3/images/home/customers/soylent.svg" alt="" width="128">
</li>
<li>
<img src="https://d2jxbtsa1l6d79.cloudfront.net/assets/web/6.3.3/images/home/customers/freshdesk.png" alt="" width="156">
</li>
<li>
<img src="https://d2jxbtsa1l6d79.cloudfront.net/assets/web/6.3.3/images/home/customers/proxyclick.svg" alt="" width="125">
</li>
<li>
<img src="https://d2jxbtsa1l6d79.cloudfront.net/assets/web/6.3.3/images/home/customers/sharetribe.svg" alt="" width="218">
</li>
<li>
<img src="https://d2jxbtsa1l6d79.cloudfront.net/assets/web/6.3.3/images/home/customers/vinylmeplease.png" alt="" width="119">
</li>
</ul>
</div>
<h2 class="mar-t-zero">YOU’D FEEL A DEEP KINSHIP <br class="hidden-xs">WITH OUR CUSTOMERS.</h2>
<p>We know why. Because they’re all doing great work. Just like you.</p>
<div class="mar-t-sm mar-b-xs hidden-xs hidden-sm">
<a href="/trial-signup/" class="btn btn-sec btn-primary btn-primary-sec btn-md btn-suffix">
<img src="https://d2jxbtsa1l6d79.cloudfront.net/assets/web/6.3.3/images/home/chargebee-icon-white.svg" alt="" style="width: 30px; margin-top: -4px; margin-right: 10px;">
SIGN UP FOR FREE
</a>
</div>
<div class="hidden-xs hidden-sm"><a href="/pricing/" class="btn-flat">View our Plans and Pricing</a></div>
<!--Start Mobile-view Demo request -->
<div class="mar-t-sm mar-b-xs visible-xs visible-sm">
<a href="https://chargebee.typeform.com/to/PWNukp" data-mode="1" target="_blank" class="typeform-share btn btn-sec btn-primary btn-primary-sec btn-md btn-suffix">
<!-- <img src="https://d2jxbtsa1l6d79.cloudfront.net/assets/web/6.3.3/images/home/chargebee-icon-white.svg" alt=""> -->
Fancy a demo?
</a>
</div>
<div class="visible-xs visible-sm"><a href="/trial-signup/" class="btn-flat">SIGN UP FOR FREE</a></div>
<!--Start Mobile-view Demo request -->
<div class="blk-testimonial bg-light hidden-xs">
<blockquote>
<div class="media">
<div class="media-left">
<img class="media-object img-circle" src="https://d2jxbtsa1l6d79.cloudfront.net/assets/web/6.3.3/images/home/client-matt.jpeg" width="100" alt="">
</div>
<div class="media-body">
<div class="blk-clientdescription">
Chargebee has given us greater control over our member management and product diversification as well as deep insight into our revenue cycles and member cash flow.
</div>
<div class="blk-clientname">
Matt Fiedler, <div>Founder, Vinyl Me, Please</div>
</div>
</div>
</div>
</blockquote>
</div>
</div>
</section>
<section class="bg-light pad-y-md hidden-xs">
<div class="container">
<article class="footer-anchor-part">
<div class="row">
<div class="col-md-10 col-md-offset-2">
<div class="row">
<div class="col-sm-4">
<div class="footer-links">
<h6 class="text-uppercase">PRODUCT</h6>
<ul>
<li><a href="/subscriptions">Features</a></li>
<li><a href="/recurring-billing-saas.html">Recurring Billing - How It Works</a></li>
<li><a href="/features/eu-vat/">EU VAT</a></li>
<li><a href="/pricing/">Pricing and Plans</a></li>
<li><a href="/partners.html">Partners</a></li>
<li><a href="/integrations/">Integrations</a></li>
<li><a href="/features/webhooks/">Webhooks</a></li>
</ul>
</div>
<div class="footer-links">
<h6 class="text-uppercase">DEVELOPERS</h6>
<ul>
<li><a href="/developers/">Developer Central</a></li>
<li><a href="https://apidocs.chargebee.com/docs/api/" onclick="ga('send', 'event', 'website', 'click', 'api-docs');">API Reference</a></li>
<li><a href="/tutorials/">API Integration Tutorials</a></li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="footer-links">
<h6 class="text-uppercase">SUPPORT</h6>
<ul>
<li><a href="/docs/">Product Documentation</a></li>
<li><a href="/discussions/">Support</a></li>
<li><a href="/guides/trials">Guides</a></li>
<li><a href="/faq/">FAQ - Online Billing</a></li>
<li><a href="/status/" target="_blank">Chargebee Service Status</a></li>
</ul>
</div>
<div class="footer-links">
<h6 class="text-uppercase">PAYMENT GATEWAYS</h6>
<ul>
<li><a href="/payment-gateways/">Find a Payment Gateway</a></li>
<li><a href="/do-more-with-stripe.html">Do More With Stripe</a></li>
<li><a href="/payment-gateways/braintree/">Do More With Braintree</a></li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="footer-links">
<div class="chargebee-icon mar-b-xs"><img src="https://d2jxbtsa1l6d79.cloudfront.net/assets/web/6.3.3/images/home/chargebee-icon.svg" alt="" width="30"></div>
<ul>
<li><a href="/about/">About Us</a></li>
<li><a href="/customers/">Customers</a></li>
<li><a href="/blog/">Blog</a></li>
<li><a href="/security.html">Security</a></li>
<li><a href="/press/brand-guidelines/">Press</a></li>
<li><a href="/careers/">Careers</a></li>
<li><a href="/schedule-a-demo/">Schedule a Demo</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</article>
</div>
</section>
<section class="bg-dark-primary pad-y-md">
<div class="container">
<div class="row">
<div class="col-md-8">
<article class="blk-recent-activity">
<h5>FEATURED STORY</h5>
<div class="media">
<div class="media-left">
<a href="/blog/the-chargebee-redesign/">
<img class="media-object img-circle" src="/blog/images/posts/thumbs/chargebee-new-face.png" width="140" alt="">
</a>
</div>
<div class="media-body">
<h4 class="media-heading ff-brandon">
<a href="/blog/the-chargebee-redesign/">Spinning out the new Chargebee</a></h4>
<div class="post-author"><p><em>By Kirthika S</em></p></div>
<p>The decision to redesign Chargebee, how it came about, and where we're headed. <a href="/blog/the-chargebee-redesign/">Read More ></a></p>
</div>
</div>
</article>
</div>
<div class="col-md-4 hidden-sm">
<article class="blk-subscription">
<div class="mar-t-md mar-b-xs">
For more stories, product announcements, events, and walkthroughs, subscribe to our newsletter
</div>
<div class="blk-subscribe">
<form action="//chargebee.us4.list-manage.com/subscribe/post?u=e11a967531022bc3af44ad5ea&id=52a6570bc7" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate form" target="_blank" novalidate>
<input type="text" name="EMAIL" class="required email form-control" id="mce-EMAIL" placeholder="Enter your mail">
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="btn">
<span class="subscribe-placeholder">What's your email?</span>
</form>
</div>
</article>
</div>
</div>
</div>
</section>
<section class="bg-dark-primary blk-subfooter pad-y-sm">
<div class="container">
<div class="row">
<div class="col-sm-4 col-sm-push-8">
<ul class="blk-socialmedia">
<li><a href="/terms.html">Terms</a></li>
<li><a href="/privacy.html">Privacy</a></li>
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
</ul>
</div>
<div class="col-sm-4 hidden-xs text-center">
<div class="blk-copyright">
<a href="#"><img src="https://d2jxbtsa1l6d79.cloudfront.net/assets/web/6.3.3/images/home/chargebee-icon-gray.svg" alt="" width="30"></a>
</div>
</div>
<div class="col-sm-4 col-sm-pull-8">
<div class="blk-copyright">
©2015 Chargebee Inc. All rights reserved.
</div>
</div>
</div>
</div>
</section>
</footer>
<!-- End Footer-->
</template>
|
2.1/docs/Javadoc/org/drip/analytics/holset/class-use/IEPHoliday.html | tectronics/rootfinder | <!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) on Fri Feb 01 09:13:22 EST 2013 -->
<title>Uses of Class org.drip.analytics.holset.IEPHoliday</title>
<meta name="date" content="2013-02-01">
<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.drip.analytics.holset.IEPHoliday";
}
//-->
</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/drip/analytics/holset/IEPHoliday.html" title="class in org.drip.analytics.holset">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/drip/analytics/holset/\class-useIEPHoliday.html" target="_top">Frames</a></li>
<li><a href="IEPHoliday.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.drip.analytics.holset.IEPHoliday" class="title">Uses of Class<br>org.drip.analytics.holset.IEPHoliday</h2>
</div>
<div class="classUseContainer">No usage of org.drip.analytics.holset.IEPHoliday</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/drip/analytics/holset/IEPHoliday.html" title="class in org.drip.analytics.holset">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/drip/analytics/holset/\class-useIEPHoliday.html" target="_top">Frames</a></li>
<li><a href="IEPHoliday.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>
|
couchapp/_attachments/css/main.css | stevearm/filecabinet | /* Fix a gap in ui-bootstrap's styling */
.nav, .pagination, .carousel, .panel-title a { cursor: pointer; }
body {
min-height: 2000px;
padding-top: 70px;
}
/* Fix tag filters on index page */
#tags span.label {
font-size: 100%;
line-height: 2;
margin: 2px;
}
.label-toggle {
cursor: pointer;
}
/* Doc card *******************/
.doc-list {
vertical-align: top;
}
.doc {
background: rgba(226,226,226,1);
padding: 10px 20px;
border: 2px #fff solid;
border-radius: 20px;
margin: 10px;
display: inline-block;
width: 350px;
cursor: pointer;
text-decoration: none;
color: black;
}
.doc:hover {
text-decoration: none;
}
.thumb {
display: inline-block;
float: right;
text-align: center;
padding-top: 5px;
width: 100px;
}
.doc dl {
margin-bottom: 10px;
}
.filename {
overflow: hidden;
white-space: nowrap;
width: 200px;
position: relative;
}
.filename:after {
content: "";
width: 50px;
height: 50px;
position: absolute;
top: 0;
right: 0;
background: -moz-linear-gradient(left, rgba(226,226,226,0) 0%, rgba(226,226,226,1) 100%);
background: -webkit-linear-gradient(left, rgba(226,226,226,0) 0%, rgba(226,226,226,1) 100%);
background: -o-linear-gradient(left, rgba(226,226,226,0) 0%, rgba(226,226,226,1) 100%);
background: -ms-linear-gradient(left, rgba(226,226,226,0) 0%, rgba(226,226,226,1) 100%);
background: linear-gradient(left, rgba(226,226,226,0) 0%, rgba(226,226,226,1) 100%);
}
/* Draggable thumbnail **********************************************/
#properties {
width: 400px;
display: inline-block;
vertical-align: top;
}
#thumbnail {
width: 400px;
display: inline-block;
}
#full-image-viewport {
height: 400px;
width: 400px;
overflow: hidden;
border: solid thin black;
}
#full-image {
position: relative;
cursor: move;
}
/* Drag and drop upload *****************************************/
.drop-box {
background: #F8F8F8;
border: 5px dashed #DDD;
border-radius: 7px;
width: 300px;
height: 200px;
text-align: center;
padding-top: 50px;
font-size: 18pt;
font-weight: bold;
}
.drop-box.dragover {
border: 5px dashed blue;
}
|
_includes/footer.html | coger/coger.github.io | <!-- Footer -->
<footer class="text-center">
<div class="footer-above">
<div class="container">
<div class="row">
<div class="footer-col col-md-4">
<h3>{{ site.footer.location }}</h3>
<p>
{% for adress in site.address %}
{{ adress.line }} <br>
{% endfor %}
</p>
</div>
<div class="footer-col col-md-4">
<h3>{{ site.footer.social }}</h3>
<ul class="list-inline">
{% for network in site.social %}
<li>
<a href="{{ network.url }}" class="btn-social btn-outline"><i class="fa fa-fw fa-{{ network.title }}"></i></a>
</li>
{% endfor %}
</ul>
</div>
<div class="footer-col col-md-4">
<h3>{{ site.footer.credits }}</h3>
<p>
{% for adress in site.credits %}
{{ adress.line }} <br>
{% endfor %}
</p>
</div>
</div>
</div>
</div>
<div class="footer-below">
<div class="container">
<div class="row">
<div class="col-lg-12">
Copyright © {{ site.footer.copyright }} 20{{ site.time | date: '%y' }}
</div>
</div>
</div>
</div>
</footer>
<!-- Scroll to Top Button (Only visible on small and extra-small screen sizes) -->
<div class="scroll-top page-scroll visible-xs visible-sm">
<a class="btn btn-primary" href="#page-top">
<i class="fa fa-chevron-up"></i>
</a>
</div>
|
backup/proceeding/index.html | laszewski/laszewski.github.io |
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="generator" content="Source Themes Academic 3.1.1">
<meta name="generator" content="Hugo 0.55.6" />
<meta name="author" content="Gregor von Laszewski">
<meta name="description" content="Home page of Gregor von Laszewski">
<link rel="alternate" hreflang="en-us" href="http://laszewski.github.io/proceeding/">
<meta name="theme-color" content="#3f51b5">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha256-eSi1q2PG6J7g7ib17yAaWMcrr5GrtohYChqibrV7PBE=" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.8.6/css/academicons.min.css" integrity="sha256-uFVgMKfistnJAfoCUQigIl+JfUaP47GrRKjf6CTPVmw=" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css" integrity="sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.2.5/jquery.fancybox.min.css" integrity="sha256-ygkqlh3CYSUri3LhQxzdcm0n1EQvH2Y+U5S2idbLtxs=" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css" crossorigin="anonymous">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Montserrat:400,700|Roboto:400,400italic,700|Roboto+Mono">
<link rel="stylesheet" href="/styles.css">
<link rel="alternate" href="http://laszewski.github.io/proceeding/index.xml" type="application/rss+xml" title="Gregor von Laszewski">
<link rel="feed" href="http://laszewski.github.io/proceeding/index.xml" type="application/rss+xml" title="Gregor von Laszewski">
<link rel="manifest" href="/site.webmanifest">
<link rel="icon" type="image/png" href="/img/icon.png">
<link rel="apple-touch-icon" type="image/png" href="/img/icon-192.png">
<link rel="canonical" href="http://laszewski.github.io/proceeding/">
<meta property="twitter:card" content="summary_large_image">
<meta property="og:site_name" content="Gregor von Laszewski">
<meta property="og:url" content="http://laszewski.github.io/proceeding/">
<meta property="og:title" content="Proceedings | Gregor von Laszewski">
<meta property="og:description" content="Home page of Gregor von Laszewski">
<meta property="og:image" content="http://laszewski.github.io/img/icon-192.png">
<meta property="og:locale" content="en-us">
<meta property="og:updated_time" content="2017-01-01T00:00:00-05:00">
<title>Proceedings | Gregor von Laszewski</title>
</head>
<body id="top" data-spy="scroll" data-target="#TableOfContents" data-offset="71" >
<aside class="search-results" id="search">
<div class="container">
<section class="search-header fixed-top">
<div class="row no-gutters justify-content-between mb-3">
<div class="col-6">
<h1>Search</h1>
</div>
<div class="col-6 col-search-close">
<a class="js-search" href="#"><i class="fas fa-times-circle text-muted" aria-hidden="true"></i></a>
</div>
</div>
<div id="search-box">
<input name="q" id="search-query" placeholder="Search..." autocapitalize="off"
autocomplete="off" autocorrect="off" role="textbox" spellcheck="false" type="search">
</div>
</section>
<section class="section-search-results">
<div id="search-hits">
</div>
</section>
</div>
</aside>
<nav class="navbar navbar-light fixed-top navbar-expand-lg py-0" id="navbar-main">
<div class="container">
<a class="navbar-brand" href="/">Gregor von Laszewski</a>
<button type="button" class="navbar-toggler" data-toggle="collapse"
data-target="#navbar" aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation">
<span><i class="fas fa-bars"></i></span>
</button>
<div class="collapse navbar-collapse" id="navbar">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="/#about">
<span>Home</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/publication">
<span>Publications</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/#projects">
<span>Projects</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/#books">
<span>Books</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/#proceedings">
<span>Proceedings</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/#history">
<span>History</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/post/shuttle">
<span>Free Shuttle</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/#contact">
<span>Contact</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link js-search" href="#"><i class="fas fa-search" aria-hidden="true"></i></a>
</li>
</ul>
</div>
</div>
</nav>
<div class="universal-wrapper pt-3">
<h1 itemprop="name">Proceedings</h1>
</div>
<div class="universal-wrapper">
<div>
<h2><a href="/proceeding/e516-sp20-proceeding/">E516 - Spring 2020 Proceedings</a></h2>
<div class="article-style">
Here you find the Documents produced by the students for this class. Please note that some may be edited by Gregor von Laszewski or the support staff for this class.
We try to update this document frequently.
The best we to read them is with an ePub reader. If you do not have one you also use the PDF version. However, PDF does not render as well as ePub.
</div>
</div>
<div>
<h2><a href="/proceeding/e516-sp19-proceeding/">E516 - Fall 2019 Proceedings</a></h2>
<div class="article-style">
Here you find the Documents produced by the students for this class. Please note that some may be edited by Gregor von Laszewski or the support staff for this class.
We try to update this document frequently.
The best we to read them is with an ePub reader. If you do not have one you also use the PDF version. However, PDF does not render as well as ePub.
</div>
</div>
</div>
<div class="container">
<footer class="site-footer">
<p class="powered-by">
© Gregor von Laszewski, 2018-2020 ·
<span class="float-right" aria-hidden="true">
<a href="#" id="back_to_top">
<span class="button_icon">
<i class="fas fa-chevron-up fa-2x"></i>
</span>
</a>
</span>
</p>
</footer>
</div>
<div id="modal" class="modal fade" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Cite</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<pre><code class="tex hljs"></code></pre>
</div>
<div class="modal-footer">
<a class="btn btn-outline-primary my-1 js-copy-cite" href="#" target="_blank">
<i class="fas fa-copy"></i> Copy
</a>
<a class="btn btn-outline-primary my-1 js-download-cite" href="#" target="_blank">
<i class="fas fa-download"></i> Download
</a>
<div id="modal-error"></div>
</div>
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js" integrity="sha512-+NqPlbbtM1QqiK8ZAo4Yrj2c4lNQoGv8P79DPtKzj++l5jnN39rHA/xsqn8zE9l0uSoxaCdrOgFs6yjyfbBxSg==" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/4.1.3/imagesloaded.pkgd.min.js" integrity="sha512-umsR78NN0D23AzgoZ11K7raBD+R6hqKojyBZs1w8WvYlsI+QuKRGBx3LFCwhatzBunCjDuJpDHwxD13sLMbpRA==" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha256-VsEqElsCHSGmnmHXGQzvoWjWwoznFSZc6hs7ARLRacQ=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.isotope/3.0.4/isotope.pkgd.min.js" integrity="sha512-VDBOIlDbuC4VWxGJNmuFRQ0Li0SKkDpmGyuhAG5LTDLd/dJ/S0WMVxriR2Y+CyPL5gzjpN4f/6iqWVBJlht0tQ==" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.2.5/jquery.fancybox.min.js" integrity="sha256-X5PoE3KU5l+JcX+w09p/wHl9AzK333C4hJ2I9S5mD4M=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js" integrity="sha256-/BfiIkHlHoVihZdc6TFuj7MmJ0TWcWsMXkeDFwhi0zw=" crossorigin="anonymous"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script>
const search_index_filename = "/index.json";
const i18n = {
'placeholder': "Search...",
'results': "results found",
'no_results': "No results found"
};
const content_type = {
'post': "Posts",
'project': "Projects",
'publication' : "Publications",
'talk' : "Talks"
};
</script>
<script id="search-hit-fuse-template" type="text/x-template">
<div class="search-hit" id="summary-{{key}}">
<div class="search-hit-content">
<div class="search-hit-name">
<a href="{{relpermalink}}">{{title}}</a>
<div class="article-metadata search-hit-type">{{type}}</div>
<p class="search-hit-description">{{snippet}}</p>
</div>
</div>
</div>
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fuse.js/3.2.1/fuse.min.js" integrity="sha256-VzgmKYmhsGNNN4Ph1kMW+BjoYJM2jV5i4IlFoeZA9XI=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mark.js/8.11.1/jquery.mark.min.js" integrity="sha256-4HLtjeVgH0eIB3aZ9mLYF6E8oU5chNdjU6p6rrXpl9U=" crossorigin="anonymous"></script>
<script src="/js/academic.min.14cafafda844d960749b7551524d1c3a.js"></script>
</body>
</html>
|
ru/dep/obl.html | UniversalDependencies/universaldependencies.github.io | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-GB" xml:lang="en-GB" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>obl</title>
<link rel="root" href=""/> <!-- for JS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="../../css/jquery-ui-redmond.css"/>
<link rel="stylesheet" type="text/css" href="../../css/style.css"/>
<link rel="stylesheet" type="text/css" href="../../css/style-vis.css"/>
<link rel="stylesheet" type="text/css" href="../../css/hint.css"/>
<script type="text/javascript" src="../../lib/ext/head.load.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.2/anchor.min.js"></script>
<script>document.addEventListener("DOMContentLoaded", function(event) {anchors.add();});</script>
<!-- Set up this custom Google search at https://cse.google.com/cse/business/settings?cx=001145188882102106025:dl1mehhcgbo -->
<!-- DZ 2021-01-22: I am temporarily hiding the search field to find out whether it slows down loading of the title page.
<script>
(function() {
var cx = '001145188882102106025:dl1mehhcgbo';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = 'https://cse.google.com/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script> -->
<!-- <link rel="shortcut icon" href="favicon.ico"/> -->
</head>
<body>
<div id="main" class="center">
<div id="hp-header">
<table width="100%"><tr><td width="50%">
<span class="header-text"><a href="http://universaldependencies.org/#language-ru">home</a></span>
<span class="header-text"><a href="https://github.com/universaldependencies/docs/edit/pages-source/_ru/dep/obl.md" target="#">edit page</a></span>
<span class="header-text"><a href="https://github.com/universaldependencies/docs/issues">issue tracker</a></span>
</td><td>
<gcse:search></gcse:search>
</td></tr></table>
</div>
<hr/>
<div class="v2complete">
This page pertains to UD version 2.
</div>
<div id="content">
<noscript>
<div id="noscript">
It appears that you have Javascript disabled.
Please consider enabling Javascript for this page to see the visualizations.
</div>
</noscript>
<!-- The content may include scripts and styles, hence we must load the shared libraries before the content. -->
<script type="text/javascript">
console.time('loading libraries');
var root = '../../'; // filled in by jekyll
head.js(
// External libraries
// DZ: Copied from embedding.html. I don't know which one is needed for what, so I'm currently keeping them all.
root + 'lib/ext/jquery.min.js',
root + 'lib/ext/jquery.svg.min.js',
root + 'lib/ext/jquery.svgdom.min.js',
root + 'lib/ext/jquery.timeago.js',
root + 'lib/ext/jquery-ui.min.js',
root + 'lib/ext/waypoints.min.js',
root + 'lib/ext/jquery.address.min.js'
);
</script>
<h2><code>obl</code>: oblique modifier</h2>
<p>The <code class="language-plaintext highlighter-rouge">obl</code> relation is used for non-core nominal dependents of clausal
predicates.</p>
<pre><code class="language-sdparse">Последний раз мы разговаривали зимой . \n Last time we talked in-winter .
obl(разговаривали, зимой)
obl(talked, in-winter)
</code></pre>
<p>One subtype of <code class="language-plaintext highlighter-rouge">obl</code> is introduced in Russian: <a href="">obl:agent</a> for agents of passive verbs.
<!-- Interlanguage links updated St lis 3 20:59:04 CET 2021 --></p>
<!-- "in other languages" links -->
<hr/>
obl in other languages:
[<a href="../../bg/dep/obl.html">bg</a>]
[<a href="../../bm/dep/obl.html">bm</a>]
[<a href="../../cop/dep/obl.html">cop</a>]
[<a href="../../cs/dep/obl.html">cs</a>]
[<a href="../../de/dep/obl.html">de</a>]
[<a href="../../ess/dep/obl.html">ess</a>]
[<a href="../../fr/dep/obl.html">fr</a>]
[<a href="../../fro/dep/obl.html">fro</a>]
[<a href="../../ga/dep/obl.html">ga</a>]
[<a href="../../gd/dep/obl.html">gd</a>]
[<a href="../../gsw/dep/obl.html">gsw</a>]
[<a href="../../hy/dep/obl.html">hy</a>]
[<a href="../../ja/dep/obl.html">ja</a>]
[<a href="../../no/dep/obl.html">no</a>]
[<a href="../../pcm/dep/obl.html">pcm</a>]
[<a href="../../ru/dep/obl.html">ru</a>]
[<a href="../../sv/dep/obl.html">sv</a>]
[<a href="../../swl/dep/obl.html">swl</a>]
[<a href="../../tr/dep/obl.html">tr</a>]
[<a href="../../u/dep/obl.html">u</a>]
[<a href="../../yue/dep/obl.html">yue</a>]
[<a href="../../zh/dep/obl.html">zh</a>]
</div>
<!-- support for embedded visualizations -->
<script type="text/javascript">
var root = '../../'; // filled in by jekyll
head.js(
// We assume that external libraries such as jquery.min.js have already been loaded outside!
// (See _layouts/base.html.)
// brat helper modules
root + 'lib/brat/configuration.js',
root + 'lib/brat/util.js',
root + 'lib/brat/annotation_log.js',
root + 'lib/ext/webfont.js',
// brat modules
root + 'lib/brat/dispatcher.js',
root + 'lib/brat/url_monitor.js',
root + 'lib/brat/visualizer.js',
// embedding configuration
root + 'lib/local/config.js',
// project-specific collection data
root + 'lib/local/collections.js',
// Annodoc
root + 'lib/annodoc/annodoc.js',
// NOTE: non-local libraries
'https://spyysalo.github.io/conllu.js/conllu.js'
);
var webFontURLs = [
// root + 'static/fonts/Astloch-Bold.ttf',
root + 'static/fonts/PT_Sans-Caption-Web-Regular.ttf',
root + 'static/fonts/Liberation_Sans-Regular.ttf'
];
var setupTimeago = function() {
jQuery("time.timeago").timeago();
};
head.ready(function() {
setupTimeago();
// mark current collection (filled in by Jekyll)
Collections.listing['_current'] = 'ru';
// perform all embedding and support functions
Annodoc.activate(Config.bratCollData, Collections.listing);
});
</script>
<!-- google analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55233688-1', 'auto');
ga('send', 'pageview');
</script>
<div id="footer">
<p class="footer-text">© 2014–2021
<a href="http://universaldependencies.org/introduction.html#contributors" style="color:gray">Universal Dependencies contributors</a>.
Site powered by <a href="http://spyysalo.github.io/annodoc" style="color:gray">Annodoc</a> and <a href="http://brat.nlplab.org/" style="color:gray">brat</a></p>.
</div>
</div>
</body>
</html>
|
docs/javadocs/model/index-all.html | mcpherrinm/keywhiz | <!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_121) on Tue Jun 27 14:37:00 PDT 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Index (Keywhiz Model 0.8.0 API)</title>
<meta name="date" content="2017-06-27">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index (Keywhiz Model 0.8.0 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="#I:A">A</a> <a href="#I:C">C</a> <a href="#I:D">D</a> <a href="#I:E">E</a> <a href="#I:F">F</a> <a href="#I:G">G</a> <a href="#I:I">I</a> <a href="#I:K">K</a> <a href="#I:L">L</a> <a href="#I:M">M</a> <a href="#I:N">N</a> <a href="#I:O">O</a> <a href="#I:P">P</a> <a href="#I:R">R</a> <a href="#I:S">S</a> <a href="#I:T">T</a> <a href="#I:U">U</a> <a href="#I:V">V</a> <a name="I:A">
<!-- -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/KeywhizdbTest.html#ACCESSGRANTS">ACCESSGRANTS</a></span> - Variable in class keywhiz.jooq.<a href="keywhiz/jooq/KeywhizdbTest.html" title="class in keywhiz.jooq">KeywhizdbTest</a></dt>
<dd>
<div class="block">The table <code>keywhizdb_test.accessgrants</code>.</div>
</dd>
<dt><a href="keywhiz/jooq/tables/Accessgrants.html" title="class in keywhiz.jooq.tables"><span class="typeNameLink">Accessgrants</span></a> - Class in <a href="keywhiz/jooq/tables/package-summary.html">keywhiz.jooq.tables</a></dt>
<dd>
<div class="block">This class is generated by jOOQ.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/Tables.html#ACCESSGRANTS">ACCESSGRANTS</a></span> - Static variable in class keywhiz.jooq.<a href="keywhiz/jooq/Tables.html" title="class in keywhiz.jooq">Tables</a></dt>
<dd>
<div class="block">The table <code>keywhizdb_test.accessgrants</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Accessgrants.html#Accessgrants--">Accessgrants()</a></span> - Constructor for class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Accessgrants.html" title="class in keywhiz.jooq.tables">Accessgrants</a></dt>
<dd>
<div class="block">Create a <code>keywhizdb_test.accessgrants</code> table reference</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Accessgrants.html#Accessgrants-java.lang.String-">Accessgrants(String)</a></span> - Constructor for class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Accessgrants.html" title="class in keywhiz.jooq.tables">Accessgrants</a></dt>
<dd>
<div class="block">Create an aliased <code>keywhizdb_test.accessgrants</code> table reference</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Accessgrants.html#ACCESSGRANTS">ACCESSGRANTS</a></span> - Static variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Accessgrants.html" title="class in keywhiz.jooq.tables">Accessgrants</a></dt>
<dd>
<div class="block">The reference instance of <code>keywhizdb_test.accessgrants</code></div>
</dd>
<dt><a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html" title="class in keywhiz.jooq.tables.records"><span class="typeNameLink">AccessgrantsRecord</span></a> - Class in <a href="keywhiz/jooq/tables/records/package-summary.html">keywhiz.jooq.tables.records</a></dt>
<dd>
<div class="block">This class is generated by jOOQ.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html#AccessgrantsRecord--">AccessgrantsRecord()</a></span> - Constructor for class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html" title="class in keywhiz.jooq.tables.records">AccessgrantsRecord</a></dt>
<dd>
<div class="block">Create a detached AccessgrantsRecord</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html#AccessgrantsRecord-java.lang.Long-java.lang.Long-java.lang.Long-java.lang.Long-java.lang.Long-">AccessgrantsRecord(Long, Long, Long, Long, Long)</a></span> - Constructor for class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html" title="class in keywhiz.jooq.tables.records">AccessgrantsRecord</a></dt>
<dd>
<div class="block">Create a detached, initialised AccessgrantsRecord</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Accessgrants.html#as-java.lang.String-">as(String)</a></span> - Method in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Accessgrants.html" title="class in keywhiz.jooq.tables">Accessgrants</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Clients.html#as-java.lang.String-">as(String)</a></span> - Method in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Clients.html" title="class in keywhiz.jooq.tables">Clients</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Groups.html#as-java.lang.String-">as(String)</a></span> - Method in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Groups.html" title="class in keywhiz.jooq.tables">Groups</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Memberships.html#as-java.lang.String-">as(String)</a></span> - Method in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Memberships.html" title="class in keywhiz.jooq.tables">Memberships</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/SchemaVersion.html#as-java.lang.String-">as(String)</a></span> - Method in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/SchemaVersion.html" title="class in keywhiz.jooq.tables">SchemaVersion</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Secrets.html#as-java.lang.String-">as(String)</a></span> - Method in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Secrets.html" title="class in keywhiz.jooq.tables">Secrets</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/SecretsContent.html#as-java.lang.String-">as(String)</a></span> - Method in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/SecretsContent.html" title="class in keywhiz.jooq.tables">SecretsContent</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Users.html#as-java.lang.String-">as(String)</a></span> - Method in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Users.html" title="class in keywhiz.jooq.tables">Users</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Clients.html#AUTOMATIONALLOWED">AUTOMATIONALLOWED</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Clients.html" title="class in keywhiz.jooq.tables">Clients</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.clients.automationallowed</code>.</div>
</dd>
</dl>
<a name="I:C">
<!-- -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/SchemaVersion.html#CHECKSUM">CHECKSUM</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/SchemaVersion.html" title="class in keywhiz.jooq.tables">SchemaVersion</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.schema_version.checksum</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Memberships.html#CLIENTID">CLIENTID</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Memberships.html" title="class in keywhiz.jooq.tables">Memberships</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.memberships.clientid</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/KeywhizdbTest.html#CLIENTS">CLIENTS</a></span> - Variable in class keywhiz.jooq.<a href="keywhiz/jooq/KeywhizdbTest.html" title="class in keywhiz.jooq">KeywhizdbTest</a></dt>
<dd>
<div class="block">The table <code>keywhizdb_test.clients</code>.</div>
</dd>
<dt><a href="keywhiz/jooq/tables/Clients.html" title="class in keywhiz.jooq.tables"><span class="typeNameLink">Clients</span></a> - Class in <a href="keywhiz/jooq/tables/package-summary.html">keywhiz.jooq.tables</a></dt>
<dd>
<div class="block">This class is generated by jOOQ.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/Tables.html#CLIENTS">CLIENTS</a></span> - Static variable in class keywhiz.jooq.<a href="keywhiz/jooq/Tables.html" title="class in keywhiz.jooq">Tables</a></dt>
<dd>
<div class="block">The table <code>keywhizdb_test.clients</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Clients.html#Clients--">Clients()</a></span> - Constructor for class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Clients.html" title="class in keywhiz.jooq.tables">Clients</a></dt>
<dd>
<div class="block">Create a <code>keywhizdb_test.clients</code> table reference</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Clients.html#Clients-java.lang.String-">Clients(String)</a></span> - Constructor for class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Clients.html" title="class in keywhiz.jooq.tables">Clients</a></dt>
<dd>
<div class="block">Create an aliased <code>keywhizdb_test.clients</code> table reference</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Clients.html#CLIENTS">CLIENTS</a></span> - Static variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Clients.html" title="class in keywhiz.jooq.tables">Clients</a></dt>
<dd>
<div class="block">The reference instance of <code>keywhizdb_test.clients</code></div>
</dd>
<dt><a href="keywhiz/jooq/tables/records/ClientsRecord.html" title="class in keywhiz.jooq.tables.records"><span class="typeNameLink">ClientsRecord</span></a> - Class in <a href="keywhiz/jooq/tables/records/package-summary.html">keywhiz.jooq.tables.records</a></dt>
<dd>
<div class="block">This class is generated by jOOQ.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/ClientsRecord.html#ClientsRecord--">ClientsRecord()</a></span> - Constructor for class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/ClientsRecord.html" title="class in keywhiz.jooq.tables.records">ClientsRecord</a></dt>
<dd>
<div class="block">Create a detached ClientsRecord</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/ClientsRecord.html#ClientsRecord-java.lang.Long-java.lang.String-java.lang.Long-java.lang.Long-java.lang.String-java.lang.String-java.lang.String-java.lang.Boolean-java.lang.Boolean-java.lang.Long-">ClientsRecord(Long, String, Long, Long, String, String, String, Boolean, Boolean, Long)</a></span> - Constructor for class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/ClientsRecord.html" title="class in keywhiz.jooq.tables.records">ClientsRecord</a></dt>
<dd>
<div class="block">Create a detached, initialised ClientsRecord</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/SecretsContent.html#CONTENT_HMAC">CONTENT_HMAC</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/SecretsContent.html" title="class in keywhiz.jooq.tables">SecretsContent</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.secrets_content.content_hmac</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Users.html#CREATED_AT">CREATED_AT</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Users.html" title="class in keywhiz.jooq.tables">Users</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.users.created_at</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Accessgrants.html#CREATEDAT">CREATEDAT</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Accessgrants.html" title="class in keywhiz.jooq.tables">Accessgrants</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.accessgrants.createdat</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Clients.html#CREATEDAT">CREATEDAT</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Clients.html" title="class in keywhiz.jooq.tables">Clients</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.clients.createdat</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Groups.html#CREATEDAT">CREATEDAT</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Groups.html" title="class in keywhiz.jooq.tables">Groups</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.groups.createdat</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Memberships.html#CREATEDAT">CREATEDAT</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Memberships.html" title="class in keywhiz.jooq.tables">Memberships</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.memberships.createdat</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Secrets.html#CREATEDAT">CREATEDAT</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Secrets.html" title="class in keywhiz.jooq.tables">Secrets</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.secrets.createdat</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/SecretsContent.html#CREATEDAT">CREATEDAT</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/SecretsContent.html" title="class in keywhiz.jooq.tables">SecretsContent</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.secrets_content.createdat</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Clients.html#CREATEDBY">CREATEDBY</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Clients.html" title="class in keywhiz.jooq.tables">Clients</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.clients.createdby</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Groups.html#CREATEDBY">CREATEDBY</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Groups.html" title="class in keywhiz.jooq.tables">Groups</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.groups.createdby</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Secrets.html#CREATEDBY">CREATEDBY</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Secrets.html" title="class in keywhiz.jooq.tables">Secrets</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.secrets.createdby</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/SecretsContent.html#CREATEDBY">CREATEDBY</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/SecretsContent.html" title="class in keywhiz.jooq.tables">SecretsContent</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.secrets_content.createdby</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Secrets.html#CURRENT">CURRENT</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Secrets.html" title="class in keywhiz.jooq.tables">Secrets</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.secrets.current</code>.</div>
</dd>
</dl>
<a name="I:D">
<!-- -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/DefaultCatalog.html#DEFAULT_CATALOG">DEFAULT_CATALOG</a></span> - Static variable in class keywhiz.jooq.<a href="keywhiz/jooq/DefaultCatalog.html" title="class in keywhiz.jooq">DefaultCatalog</a></dt>
<dd>
<div class="block">The reference instance of <code></code></div>
</dd>
<dt><a href="keywhiz/jooq/DefaultCatalog.html" title="class in keywhiz.jooq"><span class="typeNameLink">DefaultCatalog</span></a> - Class in <a href="keywhiz/jooq/package-summary.html">keywhiz.jooq</a></dt>
<dd>
<div class="block">This class is generated by jOOQ.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Clients.html#DESCRIPTION">DESCRIPTION</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Clients.html" title="class in keywhiz.jooq.tables">Clients</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.clients.description</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Groups.html#DESCRIPTION">DESCRIPTION</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Groups.html" title="class in keywhiz.jooq.tables">Groups</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.groups.description</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/SchemaVersion.html#DESCRIPTION">DESCRIPTION</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/SchemaVersion.html" title="class in keywhiz.jooq.tables">SchemaVersion</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.schema_version.description</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Secrets.html#DESCRIPTION">DESCRIPTION</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Secrets.html" title="class in keywhiz.jooq.tables">Secrets</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.secrets.description</code>.</div>
</dd>
</dl>
<a name="I:E">
<!-- -->
</a>
<h2 class="title">E</h2>
<dl>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Clients.html#ENABLED">ENABLED</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Clients.html" title="class in keywhiz.jooq.tables">Clients</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.clients.enabled</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/SecretsContent.html#ENCRYPTED_CONTENT">ENCRYPTED_CONTENT</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/SecretsContent.html" title="class in keywhiz.jooq.tables">SecretsContent</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.secrets_content.encrypted_content</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/SchemaVersion.html#EXECUTION_TIME">EXECUTION_TIME</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/SchemaVersion.html" title="class in keywhiz.jooq.tables">SchemaVersion</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.schema_version.execution_time</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/SecretsContent.html#EXPIRY">EXPIRY</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/SecretsContent.html" title="class in keywhiz.jooq.tables">SecretsContent</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.secrets_content.expiry</code>.</div>
</dd>
</dl>
<a name="I:F">
<!-- -->
</a>
<h2 class="title">F</h2>
<dl>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html#field1--">field1()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html" title="class in keywhiz.jooq.tables.records">AccessgrantsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/ClientsRecord.html#field1--">field1()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/ClientsRecord.html" title="class in keywhiz.jooq.tables.records">ClientsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/GroupsRecord.html#field1--">field1()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/GroupsRecord.html" title="class in keywhiz.jooq.tables.records">GroupsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/MembershipsRecord.html#field1--">field1()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/MembershipsRecord.html" title="class in keywhiz.jooq.tables.records">MembershipsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#field1--">field1()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsContentRecord.html#field1--">field1()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsContentRecord.html" title="class in keywhiz.jooq.tables.records">SecretsContentRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsRecord.html#field1--">field1()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsRecord.html" title="class in keywhiz.jooq.tables.records">SecretsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/UsersRecord.html#field1--">field1()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/UsersRecord.html" title="class in keywhiz.jooq.tables.records">UsersRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/ClientsRecord.html#field10--">field10()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/ClientsRecord.html" title="class in keywhiz.jooq.tables.records">ClientsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#field10--">field10()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsContentRecord.html#field10--">field10()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsContentRecord.html" title="class in keywhiz.jooq.tables.records">SecretsContentRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsRecord.html#field10--">field10()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsRecord.html" title="class in keywhiz.jooq.tables.records">SecretsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#field11--">field11()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html#field2--">field2()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html" title="class in keywhiz.jooq.tables.records">AccessgrantsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/ClientsRecord.html#field2--">field2()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/ClientsRecord.html" title="class in keywhiz.jooq.tables.records">ClientsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/GroupsRecord.html#field2--">field2()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/GroupsRecord.html" title="class in keywhiz.jooq.tables.records">GroupsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/MembershipsRecord.html#field2--">field2()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/MembershipsRecord.html" title="class in keywhiz.jooq.tables.records">MembershipsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#field2--">field2()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsContentRecord.html#field2--">field2()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsContentRecord.html" title="class in keywhiz.jooq.tables.records">SecretsContentRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsRecord.html#field2--">field2()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsRecord.html" title="class in keywhiz.jooq.tables.records">SecretsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/UsersRecord.html#field2--">field2()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/UsersRecord.html" title="class in keywhiz.jooq.tables.records">UsersRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html#field3--">field3()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html" title="class in keywhiz.jooq.tables.records">AccessgrantsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/ClientsRecord.html#field3--">field3()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/ClientsRecord.html" title="class in keywhiz.jooq.tables.records">ClientsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/GroupsRecord.html#field3--">field3()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/GroupsRecord.html" title="class in keywhiz.jooq.tables.records">GroupsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/MembershipsRecord.html#field3--">field3()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/MembershipsRecord.html" title="class in keywhiz.jooq.tables.records">MembershipsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#field3--">field3()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsContentRecord.html#field3--">field3()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsContentRecord.html" title="class in keywhiz.jooq.tables.records">SecretsContentRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsRecord.html#field3--">field3()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsRecord.html" title="class in keywhiz.jooq.tables.records">SecretsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/UsersRecord.html#field3--">field3()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/UsersRecord.html" title="class in keywhiz.jooq.tables.records">UsersRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html#field4--">field4()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html" title="class in keywhiz.jooq.tables.records">AccessgrantsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/ClientsRecord.html#field4--">field4()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/ClientsRecord.html" title="class in keywhiz.jooq.tables.records">ClientsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/GroupsRecord.html#field4--">field4()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/GroupsRecord.html" title="class in keywhiz.jooq.tables.records">GroupsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/MembershipsRecord.html#field4--">field4()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/MembershipsRecord.html" title="class in keywhiz.jooq.tables.records">MembershipsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#field4--">field4()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsContentRecord.html#field4--">field4()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsContentRecord.html" title="class in keywhiz.jooq.tables.records">SecretsContentRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsRecord.html#field4--">field4()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsRecord.html" title="class in keywhiz.jooq.tables.records">SecretsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/UsersRecord.html#field4--">field4()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/UsersRecord.html" title="class in keywhiz.jooq.tables.records">UsersRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html#field5--">field5()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html" title="class in keywhiz.jooq.tables.records">AccessgrantsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/ClientsRecord.html#field5--">field5()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/ClientsRecord.html" title="class in keywhiz.jooq.tables.records">ClientsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/GroupsRecord.html#field5--">field5()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/GroupsRecord.html" title="class in keywhiz.jooq.tables.records">GroupsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/MembershipsRecord.html#field5--">field5()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/MembershipsRecord.html" title="class in keywhiz.jooq.tables.records">MembershipsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#field5--">field5()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsContentRecord.html#field5--">field5()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsContentRecord.html" title="class in keywhiz.jooq.tables.records">SecretsContentRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsRecord.html#field5--">field5()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsRecord.html" title="class in keywhiz.jooq.tables.records">SecretsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/ClientsRecord.html#field6--">field6()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/ClientsRecord.html" title="class in keywhiz.jooq.tables.records">ClientsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/GroupsRecord.html#field6--">field6()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/GroupsRecord.html" title="class in keywhiz.jooq.tables.records">GroupsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#field6--">field6()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsContentRecord.html#field6--">field6()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsContentRecord.html" title="class in keywhiz.jooq.tables.records">SecretsContentRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsRecord.html#field6--">field6()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsRecord.html" title="class in keywhiz.jooq.tables.records">SecretsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/ClientsRecord.html#field7--">field7()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/ClientsRecord.html" title="class in keywhiz.jooq.tables.records">ClientsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/GroupsRecord.html#field7--">field7()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/GroupsRecord.html" title="class in keywhiz.jooq.tables.records">GroupsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#field7--">field7()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsContentRecord.html#field7--">field7()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsContentRecord.html" title="class in keywhiz.jooq.tables.records">SecretsContentRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsRecord.html#field7--">field7()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsRecord.html" title="class in keywhiz.jooq.tables.records">SecretsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/ClientsRecord.html#field8--">field8()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/ClientsRecord.html" title="class in keywhiz.jooq.tables.records">ClientsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/GroupsRecord.html#field8--">field8()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/GroupsRecord.html" title="class in keywhiz.jooq.tables.records">GroupsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#field8--">field8()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsContentRecord.html#field8--">field8()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsContentRecord.html" title="class in keywhiz.jooq.tables.records">SecretsContentRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsRecord.html#field8--">field8()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsRecord.html" title="class in keywhiz.jooq.tables.records">SecretsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/ClientsRecord.html#field9--">field9()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/ClientsRecord.html" title="class in keywhiz.jooq.tables.records">ClientsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#field9--">field9()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsContentRecord.html#field9--">field9()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsContentRecord.html" title="class in keywhiz.jooq.tables.records">SecretsContentRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsRecord.html#field9--">field9()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsRecord.html" title="class in keywhiz.jooq.tables.records">SecretsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html#fieldsRow--">fieldsRow()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html" title="class in keywhiz.jooq.tables.records">AccessgrantsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/ClientsRecord.html#fieldsRow--">fieldsRow()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/ClientsRecord.html" title="class in keywhiz.jooq.tables.records">ClientsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/GroupsRecord.html#fieldsRow--">fieldsRow()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/GroupsRecord.html" title="class in keywhiz.jooq.tables.records">GroupsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/MembershipsRecord.html#fieldsRow--">fieldsRow()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/MembershipsRecord.html" title="class in keywhiz.jooq.tables.records">MembershipsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#fieldsRow--">fieldsRow()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsContentRecord.html#fieldsRow--">fieldsRow()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsContentRecord.html" title="class in keywhiz.jooq.tables.records">SecretsContentRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsRecord.html#fieldsRow--">fieldsRow()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsRecord.html" title="class in keywhiz.jooq.tables.records">SecretsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/UsersRecord.html#fieldsRow--">fieldsRow()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/UsersRecord.html" title="class in keywhiz.jooq.tables.records">UsersRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/model/LongConverter.html#from-java.lang.Integer-">from(Integer)</a></span> - Method in class keywhiz.model.<a href="keywhiz/model/LongConverter.html" title="class in keywhiz.model">LongConverter</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="keywhiz/model/TimestampConverter.html#from-java.sql.Timestamp-">from(Timestamp)</a></span> - Method in class keywhiz.model.<a href="keywhiz/model/TimestampConverter.html" title="class in keywhiz.model">TimestampConverter</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="keywhiz/model/TinyIntConverter.html#from-java.lang.Byte-">from(Byte)</a></span> - Method in class keywhiz.model.<a href="keywhiz/model/TinyIntConverter.html" title="class in keywhiz.model">TinyIntConverter</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="keywhiz/model/LongConverter.html#fromType--">fromType()</a></span> - Method in class keywhiz.model.<a href="keywhiz/model/LongConverter.html" title="class in keywhiz.model">LongConverter</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="keywhiz/model/TimestampConverter.html#fromType--">fromType()</a></span> - Method in class keywhiz.model.<a href="keywhiz/model/TimestampConverter.html" title="class in keywhiz.model">TimestampConverter</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="keywhiz/model/TinyIntConverter.html#fromType--">fromType()</a></span> - Method in class keywhiz.model.<a href="keywhiz/model/TinyIntConverter.html" title="class in keywhiz.model">TinyIntConverter</a></dt>
<dd> </dd>
</dl>
<a name="I:G">
<!-- -->
</a>
<h2 class="title">G</h2>
<dl>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/ClientsRecord.html#getAutomationallowed--">getAutomationallowed()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/ClientsRecord.html" title="class in keywhiz.jooq.tables.records">ClientsRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.clients.automationallowed</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/KeywhizdbTest.html#getCatalog--">getCatalog()</a></span> - Method in class keywhiz.jooq.<a href="keywhiz/jooq/KeywhizdbTest.html" title="class in keywhiz.jooq">KeywhizdbTest</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#getChecksum--">getChecksum()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.schema_version.checksum</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/MembershipsRecord.html#getClientid--">getClientid()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/MembershipsRecord.html" title="class in keywhiz.jooq.tables.records">MembershipsRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.memberships.clientid</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsContentRecord.html#getContentHmac--">getContentHmac()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsContentRecord.html" title="class in keywhiz.jooq.tables.records">SecretsContentRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.secrets_content.content_hmac</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html#getCreatedat--">getCreatedat()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html" title="class in keywhiz.jooq.tables.records">AccessgrantsRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.accessgrants.createdat</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/ClientsRecord.html#getCreatedat--">getCreatedat()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/ClientsRecord.html" title="class in keywhiz.jooq.tables.records">ClientsRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.clients.createdat</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/GroupsRecord.html#getCreatedat--">getCreatedat()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/GroupsRecord.html" title="class in keywhiz.jooq.tables.records">GroupsRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.groups.createdat</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/MembershipsRecord.html#getCreatedat--">getCreatedat()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/MembershipsRecord.html" title="class in keywhiz.jooq.tables.records">MembershipsRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.memberships.createdat</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsContentRecord.html#getCreatedat--">getCreatedat()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsContentRecord.html" title="class in keywhiz.jooq.tables.records">SecretsContentRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.secrets_content.createdat</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsRecord.html#getCreatedat--">getCreatedat()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsRecord.html" title="class in keywhiz.jooq.tables.records">SecretsRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.secrets.createdat</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/UsersRecord.html#getCreatedAt--">getCreatedAt()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/UsersRecord.html" title="class in keywhiz.jooq.tables.records">UsersRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.users.created_at</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/ClientsRecord.html#getCreatedby--">getCreatedby()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/ClientsRecord.html" title="class in keywhiz.jooq.tables.records">ClientsRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.clients.createdby</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/GroupsRecord.html#getCreatedby--">getCreatedby()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/GroupsRecord.html" title="class in keywhiz.jooq.tables.records">GroupsRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.groups.createdby</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsContentRecord.html#getCreatedby--">getCreatedby()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsContentRecord.html" title="class in keywhiz.jooq.tables.records">SecretsContentRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.secrets_content.createdby</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsRecord.html#getCreatedby--">getCreatedby()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsRecord.html" title="class in keywhiz.jooq.tables.records">SecretsRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.secrets.createdby</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsRecord.html#getCurrent--">getCurrent()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsRecord.html" title="class in keywhiz.jooq.tables.records">SecretsRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.secrets.current</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/ClientsRecord.html#getDescription--">getDescription()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/ClientsRecord.html" title="class in keywhiz.jooq.tables.records">ClientsRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.clients.description</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/GroupsRecord.html#getDescription--">getDescription()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/GroupsRecord.html" title="class in keywhiz.jooq.tables.records">GroupsRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.groups.description</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#getDescription--">getDescription()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.schema_version.description</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsRecord.html#getDescription--">getDescription()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsRecord.html" title="class in keywhiz.jooq.tables.records">SecretsRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.secrets.description</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/ClientsRecord.html#getEnabled--">getEnabled()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/ClientsRecord.html" title="class in keywhiz.jooq.tables.records">ClientsRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.clients.enabled</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsContentRecord.html#getEncryptedContent--">getEncryptedContent()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsContentRecord.html" title="class in keywhiz.jooq.tables.records">SecretsContentRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.secrets_content.encrypted_content</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#getExecutionTime--">getExecutionTime()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.schema_version.execution_time</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsContentRecord.html#getExpiry--">getExpiry()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsContentRecord.html" title="class in keywhiz.jooq.tables.records">SecretsContentRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.secrets_content.expiry</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html#getGroupid--">getGroupid()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html" title="class in keywhiz.jooq.tables.records">AccessgrantsRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.accessgrants.groupid</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/MembershipsRecord.html#getGroupid--">getGroupid()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/MembershipsRecord.html" title="class in keywhiz.jooq.tables.records">MembershipsRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.memberships.groupid</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html#getId--">getId()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html" title="class in keywhiz.jooq.tables.records">AccessgrantsRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.accessgrants.id</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/ClientsRecord.html#getId--">getId()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/ClientsRecord.html" title="class in keywhiz.jooq.tables.records">ClientsRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.clients.id</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/GroupsRecord.html#getId--">getId()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/GroupsRecord.html" title="class in keywhiz.jooq.tables.records">GroupsRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.groups.id</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/MembershipsRecord.html#getId--">getId()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/MembershipsRecord.html" title="class in keywhiz.jooq.tables.records">MembershipsRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.memberships.id</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsContentRecord.html#getId--">getId()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsContentRecord.html" title="class in keywhiz.jooq.tables.records">SecretsContentRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.secrets_content.id</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsRecord.html#getId--">getId()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsRecord.html" title="class in keywhiz.jooq.tables.records">SecretsRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.secrets.id</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Accessgrants.html#getIdentity--">getIdentity()</a></span> - Method in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Accessgrants.html" title="class in keywhiz.jooq.tables">Accessgrants</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Clients.html#getIdentity--">getIdentity()</a></span> - Method in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Clients.html" title="class in keywhiz.jooq.tables">Clients</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Groups.html#getIdentity--">getIdentity()</a></span> - Method in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Groups.html" title="class in keywhiz.jooq.tables">Groups</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Memberships.html#getIdentity--">getIdentity()</a></span> - Method in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Memberships.html" title="class in keywhiz.jooq.tables">Memberships</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Secrets.html#getIdentity--">getIdentity()</a></span> - Method in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Secrets.html" title="class in keywhiz.jooq.tables">Secrets</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/SecretsContent.html#getIdentity--">getIdentity()</a></span> - Method in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/SecretsContent.html" title="class in keywhiz.jooq.tables">SecretsContent</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#getInstalledBy--">getInstalledBy()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.schema_version.installed_by</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#getInstalledOn--">getInstalledOn()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.schema_version.installed_on</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#getInstalledRank--">getInstalledRank()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.schema_version.installed_rank</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Accessgrants.html#getKeys--">getKeys()</a></span> - Method in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Accessgrants.html" title="class in keywhiz.jooq.tables">Accessgrants</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Clients.html#getKeys--">getKeys()</a></span> - Method in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Clients.html" title="class in keywhiz.jooq.tables">Clients</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Groups.html#getKeys--">getKeys()</a></span> - Method in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Groups.html" title="class in keywhiz.jooq.tables">Groups</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Memberships.html#getKeys--">getKeys()</a></span> - Method in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Memberships.html" title="class in keywhiz.jooq.tables">Memberships</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/SchemaVersion.html#getKeys--">getKeys()</a></span> - Method in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/SchemaVersion.html" title="class in keywhiz.jooq.tables">SchemaVersion</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Secrets.html#getKeys--">getKeys()</a></span> - Method in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Secrets.html" title="class in keywhiz.jooq.tables">Secrets</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/SecretsContent.html#getKeys--">getKeys()</a></span> - Method in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/SecretsContent.html" title="class in keywhiz.jooq.tables">SecretsContent</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Users.html#getKeys--">getKeys()</a></span> - Method in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Users.html" title="class in keywhiz.jooq.tables">Users</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/ClientsRecord.html#getLastseen--">getLastseen()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/ClientsRecord.html" title="class in keywhiz.jooq.tables.records">ClientsRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.clients.lastseen</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/GroupsRecord.html#getMetadata--">getMetadata()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/GroupsRecord.html" title="class in keywhiz.jooq.tables.records">GroupsRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.groups.metadata</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsContentRecord.html#getMetadata--">getMetadata()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsContentRecord.html" title="class in keywhiz.jooq.tables.records">SecretsContentRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.secrets_content.metadata</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/ClientsRecord.html#getName--">getName()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/ClientsRecord.html" title="class in keywhiz.jooq.tables.records">ClientsRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.clients.name</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/GroupsRecord.html#getName--">getName()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/GroupsRecord.html" title="class in keywhiz.jooq.tables.records">GroupsRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.groups.name</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsRecord.html#getName--">getName()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsRecord.html" title="class in keywhiz.jooq.tables.records">SecretsRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.secrets.name</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsRecord.html#getOptions--">getOptions()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsRecord.html" title="class in keywhiz.jooq.tables.records">SecretsRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.secrets.options</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/UsersRecord.html#getPasswordHash--">getPasswordHash()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/UsersRecord.html" title="class in keywhiz.jooq.tables.records">UsersRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.users.password_hash</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Accessgrants.html#getPrimaryKey--">getPrimaryKey()</a></span> - Method in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Accessgrants.html" title="class in keywhiz.jooq.tables">Accessgrants</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Clients.html#getPrimaryKey--">getPrimaryKey()</a></span> - Method in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Clients.html" title="class in keywhiz.jooq.tables">Clients</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Groups.html#getPrimaryKey--">getPrimaryKey()</a></span> - Method in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Groups.html" title="class in keywhiz.jooq.tables">Groups</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Memberships.html#getPrimaryKey--">getPrimaryKey()</a></span> - Method in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Memberships.html" title="class in keywhiz.jooq.tables">Memberships</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/SchemaVersion.html#getPrimaryKey--">getPrimaryKey()</a></span> - Method in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/SchemaVersion.html" title="class in keywhiz.jooq.tables">SchemaVersion</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Secrets.html#getPrimaryKey--">getPrimaryKey()</a></span> - Method in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Secrets.html" title="class in keywhiz.jooq.tables">Secrets</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/SecretsContent.html#getPrimaryKey--">getPrimaryKey()</a></span> - Method in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/SecretsContent.html" title="class in keywhiz.jooq.tables">SecretsContent</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Users.html#getPrimaryKey--">getPrimaryKey()</a></span> - Method in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Users.html" title="class in keywhiz.jooq.tables">Users</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Accessgrants.html#getRecordType--">getRecordType()</a></span> - Method in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Accessgrants.html" title="class in keywhiz.jooq.tables">Accessgrants</a></dt>
<dd>
<div class="block">The class holding records for this type</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Clients.html#getRecordType--">getRecordType()</a></span> - Method in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Clients.html" title="class in keywhiz.jooq.tables">Clients</a></dt>
<dd>
<div class="block">The class holding records for this type</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Groups.html#getRecordType--">getRecordType()</a></span> - Method in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Groups.html" title="class in keywhiz.jooq.tables">Groups</a></dt>
<dd>
<div class="block">The class holding records for this type</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Memberships.html#getRecordType--">getRecordType()</a></span> - Method in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Memberships.html" title="class in keywhiz.jooq.tables">Memberships</a></dt>
<dd>
<div class="block">The class holding records for this type</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/SchemaVersion.html#getRecordType--">getRecordType()</a></span> - Method in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/SchemaVersion.html" title="class in keywhiz.jooq.tables">SchemaVersion</a></dt>
<dd>
<div class="block">The class holding records for this type</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Secrets.html#getRecordType--">getRecordType()</a></span> - Method in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Secrets.html" title="class in keywhiz.jooq.tables">Secrets</a></dt>
<dd>
<div class="block">The class holding records for this type</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/SecretsContent.html#getRecordType--">getRecordType()</a></span> - Method in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/SecretsContent.html" title="class in keywhiz.jooq.tables">SecretsContent</a></dt>
<dd>
<div class="block">The class holding records for this type</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Users.html#getRecordType--">getRecordType()</a></span> - Method in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Users.html" title="class in keywhiz.jooq.tables">Users</a></dt>
<dd>
<div class="block">The class holding records for this type</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Accessgrants.html#getSchema--">getSchema()</a></span> - Method in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Accessgrants.html" title="class in keywhiz.jooq.tables">Accessgrants</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Clients.html#getSchema--">getSchema()</a></span> - Method in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Clients.html" title="class in keywhiz.jooq.tables">Clients</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Groups.html#getSchema--">getSchema()</a></span> - Method in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Groups.html" title="class in keywhiz.jooq.tables">Groups</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Memberships.html#getSchema--">getSchema()</a></span> - Method in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Memberships.html" title="class in keywhiz.jooq.tables">Memberships</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/SchemaVersion.html#getSchema--">getSchema()</a></span> - Method in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/SchemaVersion.html" title="class in keywhiz.jooq.tables">SchemaVersion</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Secrets.html#getSchema--">getSchema()</a></span> - Method in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Secrets.html" title="class in keywhiz.jooq.tables">Secrets</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/SecretsContent.html#getSchema--">getSchema()</a></span> - Method in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/SecretsContent.html" title="class in keywhiz.jooq.tables">SecretsContent</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Users.html#getSchema--">getSchema()</a></span> - Method in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Users.html" title="class in keywhiz.jooq.tables">Users</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/DefaultCatalog.html#getSchemas--">getSchemas()</a></span> - Method in class keywhiz.jooq.<a href="keywhiz/jooq/DefaultCatalog.html" title="class in keywhiz.jooq">DefaultCatalog</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#getScript--">getScript()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.schema_version.script</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html#getSecretid--">getSecretid()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html" title="class in keywhiz.jooq.tables.records">AccessgrantsRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.accessgrants.secretid</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsContentRecord.html#getSecretid--">getSecretid()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsContentRecord.html" title="class in keywhiz.jooq.tables.records">SecretsContentRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.secrets_content.secretid</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#getSuccess--">getSuccess()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.schema_version.success</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/KeywhizdbTest.html#getTables--">getTables()</a></span> - Method in class keywhiz.jooq.<a href="keywhiz/jooq/KeywhizdbTest.html" title="class in keywhiz.jooq">KeywhizdbTest</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#getType--">getType()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.schema_version.type</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsRecord.html#getType--">getType()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsRecord.html" title="class in keywhiz.jooq.tables.records">SecretsRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.secrets.type</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html#getUpdatedat--">getUpdatedat()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html" title="class in keywhiz.jooq.tables.records">AccessgrantsRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.accessgrants.updatedat</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/ClientsRecord.html#getUpdatedat--">getUpdatedat()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/ClientsRecord.html" title="class in keywhiz.jooq.tables.records">ClientsRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.clients.updatedat</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/GroupsRecord.html#getUpdatedat--">getUpdatedat()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/GroupsRecord.html" title="class in keywhiz.jooq.tables.records">GroupsRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.groups.updatedat</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/MembershipsRecord.html#getUpdatedat--">getUpdatedat()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/MembershipsRecord.html" title="class in keywhiz.jooq.tables.records">MembershipsRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.memberships.updatedat</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsContentRecord.html#getUpdatedat--">getUpdatedat()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsContentRecord.html" title="class in keywhiz.jooq.tables.records">SecretsContentRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.secrets_content.updatedat</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsRecord.html#getUpdatedat--">getUpdatedat()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsRecord.html" title="class in keywhiz.jooq.tables.records">SecretsRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.secrets.updatedat</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/UsersRecord.html#getUpdatedAt--">getUpdatedAt()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/UsersRecord.html" title="class in keywhiz.jooq.tables.records">UsersRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.users.updated_at</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/ClientsRecord.html#getUpdatedby--">getUpdatedby()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/ClientsRecord.html" title="class in keywhiz.jooq.tables.records">ClientsRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.clients.updatedby</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/GroupsRecord.html#getUpdatedby--">getUpdatedby()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/GroupsRecord.html" title="class in keywhiz.jooq.tables.records">GroupsRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.groups.updatedby</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsContentRecord.html#getUpdatedby--">getUpdatedby()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsContentRecord.html" title="class in keywhiz.jooq.tables.records">SecretsContentRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.secrets_content.updatedby</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsRecord.html#getUpdatedby--">getUpdatedby()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsRecord.html" title="class in keywhiz.jooq.tables.records">SecretsRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.secrets.updatedby</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/UsersRecord.html#getUsername--">getUsername()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/UsersRecord.html" title="class in keywhiz.jooq.tables.records">UsersRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.users.username</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#getVersion--">getVersion()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.schema_version.version</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#getVersionRank--">getVersionRank()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dd>
<div class="block">Getter for <code>keywhizdb_test.schema_version.version_rank</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Accessgrants.html#GROUPID">GROUPID</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Accessgrants.html" title="class in keywhiz.jooq.tables">Accessgrants</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.accessgrants.groupid</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Memberships.html#GROUPID">GROUPID</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Memberships.html" title="class in keywhiz.jooq.tables">Memberships</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.memberships.groupid</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/KeywhizdbTest.html#GROUPS">GROUPS</a></span> - Variable in class keywhiz.jooq.<a href="keywhiz/jooq/KeywhizdbTest.html" title="class in keywhiz.jooq">KeywhizdbTest</a></dt>
<dd>
<div class="block">The table <code>keywhizdb_test.groups</code>.</div>
</dd>
<dt><a href="keywhiz/jooq/tables/Groups.html" title="class in keywhiz.jooq.tables"><span class="typeNameLink">Groups</span></a> - Class in <a href="keywhiz/jooq/tables/package-summary.html">keywhiz.jooq.tables</a></dt>
<dd>
<div class="block">This class is generated by jOOQ.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/Tables.html#GROUPS">GROUPS</a></span> - Static variable in class keywhiz.jooq.<a href="keywhiz/jooq/Tables.html" title="class in keywhiz.jooq">Tables</a></dt>
<dd>
<div class="block">The table <code>keywhizdb_test.groups</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Groups.html#Groups--">Groups()</a></span> - Constructor for class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Groups.html" title="class in keywhiz.jooq.tables">Groups</a></dt>
<dd>
<div class="block">Create a <code>keywhizdb_test.groups</code> table reference</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Groups.html#Groups-java.lang.String-">Groups(String)</a></span> - Constructor for class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Groups.html" title="class in keywhiz.jooq.tables">Groups</a></dt>
<dd>
<div class="block">Create an aliased <code>keywhizdb_test.groups</code> table reference</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Groups.html#GROUPS">GROUPS</a></span> - Static variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Groups.html" title="class in keywhiz.jooq.tables">Groups</a></dt>
<dd>
<div class="block">The reference instance of <code>keywhizdb_test.groups</code></div>
</dd>
<dt><a href="keywhiz/jooq/tables/records/GroupsRecord.html" title="class in keywhiz.jooq.tables.records"><span class="typeNameLink">GroupsRecord</span></a> - Class in <a href="keywhiz/jooq/tables/records/package-summary.html">keywhiz.jooq.tables.records</a></dt>
<dd>
<div class="block">This class is generated by jOOQ.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/GroupsRecord.html#GroupsRecord--">GroupsRecord()</a></span> - Constructor for class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/GroupsRecord.html" title="class in keywhiz.jooq.tables.records">GroupsRecord</a></dt>
<dd>
<div class="block">Create a detached GroupsRecord</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/GroupsRecord.html#GroupsRecord-java.lang.Long-java.lang.String-java.lang.Long-java.lang.Long-java.lang.String-java.lang.String-java.lang.String-java.lang.String-">GroupsRecord(Long, String, Long, Long, String, String, String, String)</a></span> - Constructor for class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/GroupsRecord.html" title="class in keywhiz.jooq.tables.records">GroupsRecord</a></dt>
<dd>
<div class="block">Create a detached, initialised GroupsRecord</div>
</dd>
</dl>
<a name="I:I">
<!-- -->
</a>
<h2 class="title">I</h2>
<dl>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Accessgrants.html#ID">ID</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Accessgrants.html" title="class in keywhiz.jooq.tables">Accessgrants</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.accessgrants.id</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Clients.html#ID">ID</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Clients.html" title="class in keywhiz.jooq.tables">Clients</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.clients.id</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Groups.html#ID">ID</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Groups.html" title="class in keywhiz.jooq.tables">Groups</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.groups.id</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Memberships.html#ID">ID</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Memberships.html" title="class in keywhiz.jooq.tables">Memberships</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.memberships.id</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Secrets.html#ID">ID</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Secrets.html" title="class in keywhiz.jooq.tables">Secrets</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.secrets.id</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/SecretsContent.html#ID">ID</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/SecretsContent.html" title="class in keywhiz.jooq.tables">SecretsContent</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.secrets_content.id</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/Keys.html#IDENTITY_ACCESSGRANTS">IDENTITY_ACCESSGRANTS</a></span> - Static variable in class keywhiz.jooq.<a href="keywhiz/jooq/Keys.html" title="class in keywhiz.jooq">Keys</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/Keys.html#IDENTITY_CLIENTS">IDENTITY_CLIENTS</a></span> - Static variable in class keywhiz.jooq.<a href="keywhiz/jooq/Keys.html" title="class in keywhiz.jooq">Keys</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/Keys.html#IDENTITY_GROUPS">IDENTITY_GROUPS</a></span> - Static variable in class keywhiz.jooq.<a href="keywhiz/jooq/Keys.html" title="class in keywhiz.jooq">Keys</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/Keys.html#IDENTITY_MEMBERSHIPS">IDENTITY_MEMBERSHIPS</a></span> - Static variable in class keywhiz.jooq.<a href="keywhiz/jooq/Keys.html" title="class in keywhiz.jooq">Keys</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/Keys.html#IDENTITY_SECRETS">IDENTITY_SECRETS</a></span> - Static variable in class keywhiz.jooq.<a href="keywhiz/jooq/Keys.html" title="class in keywhiz.jooq">Keys</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/Keys.html#IDENTITY_SECRETS_CONTENT">IDENTITY_SECRETS_CONTENT</a></span> - Static variable in class keywhiz.jooq.<a href="keywhiz/jooq/Keys.html" title="class in keywhiz.jooq">Keys</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/SchemaVersion.html#INSTALLED_BY">INSTALLED_BY</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/SchemaVersion.html" title="class in keywhiz.jooq.tables">SchemaVersion</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.schema_version.installed_by</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/SchemaVersion.html#INSTALLED_ON">INSTALLED_ON</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/SchemaVersion.html" title="class in keywhiz.jooq.tables">SchemaVersion</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.schema_version.installed_on</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/SchemaVersion.html#INSTALLED_RANK">INSTALLED_RANK</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/SchemaVersion.html" title="class in keywhiz.jooq.tables">SchemaVersion</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.schema_version.installed_rank</code>.</div>
</dd>
</dl>
<a name="I:K">
<!-- -->
</a>
<h2 class="title">K</h2>
<dl>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html#key--">key()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html" title="class in keywhiz.jooq.tables.records">AccessgrantsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/ClientsRecord.html#key--">key()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/ClientsRecord.html" title="class in keywhiz.jooq.tables.records">ClientsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/GroupsRecord.html#key--">key()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/GroupsRecord.html" title="class in keywhiz.jooq.tables.records">GroupsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/MembershipsRecord.html#key--">key()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/MembershipsRecord.html" title="class in keywhiz.jooq.tables.records">MembershipsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#key--">key()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsContentRecord.html#key--">key()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsContentRecord.html" title="class in keywhiz.jooq.tables.records">SecretsContentRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsRecord.html#key--">key()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsRecord.html" title="class in keywhiz.jooq.tables.records">SecretsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/UsersRecord.html#key--">key()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/UsersRecord.html" title="class in keywhiz.jooq.tables.records">UsersRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/Keys.html#KEY_ACCESSGRANTS_ACCESSGRANTS_GROUPID_SECRETID_IDX">KEY_ACCESSGRANTS_ACCESSGRANTS_GROUPID_SECRETID_IDX</a></span> - Static variable in class keywhiz.jooq.<a href="keywhiz/jooq/Keys.html" title="class in keywhiz.jooq">Keys</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/Keys.html#KEY_ACCESSGRANTS_PRIMARY">KEY_ACCESSGRANTS_PRIMARY</a></span> - Static variable in class keywhiz.jooq.<a href="keywhiz/jooq/Keys.html" title="class in keywhiz.jooq">Keys</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/Keys.html#KEY_CLIENTS_NAME">KEY_CLIENTS_NAME</a></span> - Static variable in class keywhiz.jooq.<a href="keywhiz/jooq/Keys.html" title="class in keywhiz.jooq">Keys</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/Keys.html#KEY_CLIENTS_PRIMARY">KEY_CLIENTS_PRIMARY</a></span> - Static variable in class keywhiz.jooq.<a href="keywhiz/jooq/Keys.html" title="class in keywhiz.jooq">Keys</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/Keys.html#KEY_GROUPS_NAME">KEY_GROUPS_NAME</a></span> - Static variable in class keywhiz.jooq.<a href="keywhiz/jooq/Keys.html" title="class in keywhiz.jooq">Keys</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/Keys.html#KEY_GROUPS_PRIMARY">KEY_GROUPS_PRIMARY</a></span> - Static variable in class keywhiz.jooq.<a href="keywhiz/jooq/Keys.html" title="class in keywhiz.jooq">Keys</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/Keys.html#KEY_MEMBERSHIPS_MEMBERSHIPS_CLIENTID_GROUPID_IDX">KEY_MEMBERSHIPS_MEMBERSHIPS_CLIENTID_GROUPID_IDX</a></span> - Static variable in class keywhiz.jooq.<a href="keywhiz/jooq/Keys.html" title="class in keywhiz.jooq">Keys</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/Keys.html#KEY_MEMBERSHIPS_PRIMARY">KEY_MEMBERSHIPS_PRIMARY</a></span> - Static variable in class keywhiz.jooq.<a href="keywhiz/jooq/Keys.html" title="class in keywhiz.jooq">Keys</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/Keys.html#KEY_SCHEMA_VERSION_PRIMARY">KEY_SCHEMA_VERSION_PRIMARY</a></span> - Static variable in class keywhiz.jooq.<a href="keywhiz/jooq/Keys.html" title="class in keywhiz.jooq">Keys</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/Keys.html#KEY_SECRETS_CONTENT_PRIMARY">KEY_SECRETS_CONTENT_PRIMARY</a></span> - Static variable in class keywhiz.jooq.<a href="keywhiz/jooq/Keys.html" title="class in keywhiz.jooq">Keys</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/Keys.html#KEY_SECRETS_NAME_ID_IDX">KEY_SECRETS_NAME_ID_IDX</a></span> - Static variable in class keywhiz.jooq.<a href="keywhiz/jooq/Keys.html" title="class in keywhiz.jooq">Keys</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/Keys.html#KEY_SECRETS_PRIMARY">KEY_SECRETS_PRIMARY</a></span> - Static variable in class keywhiz.jooq.<a href="keywhiz/jooq/Keys.html" title="class in keywhiz.jooq">Keys</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/Keys.html#KEY_USERS_PRIMARY">KEY_USERS_PRIMARY</a></span> - Static variable in class keywhiz.jooq.<a href="keywhiz/jooq/Keys.html" title="class in keywhiz.jooq">Keys</a></dt>
<dd> </dd>
<dt><a href="keywhiz/jooq/Keys.html" title="class in keywhiz.jooq"><span class="typeNameLink">Keys</span></a> - Class in <a href="keywhiz/jooq/package-summary.html">keywhiz.jooq</a></dt>
<dd>
<div class="block">A class modelling foreign key relationships between tables of the <code>keywhizdb_test</code>
schema</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/Keys.html#Keys--">Keys()</a></span> - Constructor for class keywhiz.jooq.<a href="keywhiz/jooq/Keys.html" title="class in keywhiz.jooq">Keys</a></dt>
<dd> </dd>
<dt><a href="keywhiz/jooq/package-summary.html">keywhiz.jooq</a> - package keywhiz.jooq</dt>
<dd> </dd>
<dt><a href="keywhiz/jooq/tables/package-summary.html">keywhiz.jooq.tables</a> - package keywhiz.jooq.tables</dt>
<dd> </dd>
<dt><a href="keywhiz/jooq/tables/records/package-summary.html">keywhiz.jooq.tables.records</a> - package keywhiz.jooq.tables.records</dt>
<dd> </dd>
<dt><a href="keywhiz/model/package-summary.html">keywhiz.model</a> - package keywhiz.model</dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/DefaultCatalog.html#KEYWHIZDB_TEST">KEYWHIZDB_TEST</a></span> - Variable in class keywhiz.jooq.<a href="keywhiz/jooq/DefaultCatalog.html" title="class in keywhiz.jooq">DefaultCatalog</a></dt>
<dd>
<div class="block">The schema <code>keywhizdb_test</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/KeywhizdbTest.html#KEYWHIZDB_TEST">KEYWHIZDB_TEST</a></span> - Static variable in class keywhiz.jooq.<a href="keywhiz/jooq/KeywhizdbTest.html" title="class in keywhiz.jooq">KeywhizdbTest</a></dt>
<dd>
<div class="block">The reference instance of <code>keywhizdb_test</code></div>
</dd>
<dt><a href="keywhiz/jooq/KeywhizdbTest.html" title="class in keywhiz.jooq"><span class="typeNameLink">KeywhizdbTest</span></a> - Class in <a href="keywhiz/jooq/package-summary.html">keywhiz.jooq</a></dt>
<dd>
<div class="block">This class is generated by jOOQ.</div>
</dd>
</dl>
<a name="I:L">
<!-- -->
</a>
<h2 class="title">L</h2>
<dl>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Clients.html#LASTSEEN">LASTSEEN</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Clients.html" title="class in keywhiz.jooq.tables">Clients</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.clients.lastseen</code>.</div>
</dd>
<dt><a href="keywhiz/model/LongConverter.html" title="class in keywhiz.model"><span class="typeNameLink">LongConverter</span></a> - Class in <a href="keywhiz/model/package-summary.html">keywhiz.model</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="keywhiz/model/LongConverter.html#LongConverter--">LongConverter()</a></span> - Constructor for class keywhiz.model.<a href="keywhiz/model/LongConverter.html" title="class in keywhiz.model">LongConverter</a></dt>
<dd> </dd>
</dl>
<a name="I:M">
<!-- -->
</a>
<h2 class="title">M</h2>
<dl>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/KeywhizdbTest.html#MEMBERSHIPS">MEMBERSHIPS</a></span> - Variable in class keywhiz.jooq.<a href="keywhiz/jooq/KeywhizdbTest.html" title="class in keywhiz.jooq">KeywhizdbTest</a></dt>
<dd>
<div class="block">The table <code>keywhizdb_test.memberships</code>.</div>
</dd>
<dt><a href="keywhiz/jooq/tables/Memberships.html" title="class in keywhiz.jooq.tables"><span class="typeNameLink">Memberships</span></a> - Class in <a href="keywhiz/jooq/tables/package-summary.html">keywhiz.jooq.tables</a></dt>
<dd>
<div class="block">This class is generated by jOOQ.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/Tables.html#MEMBERSHIPS">MEMBERSHIPS</a></span> - Static variable in class keywhiz.jooq.<a href="keywhiz/jooq/Tables.html" title="class in keywhiz.jooq">Tables</a></dt>
<dd>
<div class="block">The table <code>keywhizdb_test.memberships</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Memberships.html#Memberships--">Memberships()</a></span> - Constructor for class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Memberships.html" title="class in keywhiz.jooq.tables">Memberships</a></dt>
<dd>
<div class="block">Create a <code>keywhizdb_test.memberships</code> table reference</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Memberships.html#Memberships-java.lang.String-">Memberships(String)</a></span> - Constructor for class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Memberships.html" title="class in keywhiz.jooq.tables">Memberships</a></dt>
<dd>
<div class="block">Create an aliased <code>keywhizdb_test.memberships</code> table reference</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Memberships.html#MEMBERSHIPS">MEMBERSHIPS</a></span> - Static variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Memberships.html" title="class in keywhiz.jooq.tables">Memberships</a></dt>
<dd>
<div class="block">The reference instance of <code>keywhizdb_test.memberships</code></div>
</dd>
<dt><a href="keywhiz/jooq/tables/records/MembershipsRecord.html" title="class in keywhiz.jooq.tables.records"><span class="typeNameLink">MembershipsRecord</span></a> - Class in <a href="keywhiz/jooq/tables/records/package-summary.html">keywhiz.jooq.tables.records</a></dt>
<dd>
<div class="block">This class is generated by jOOQ.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/MembershipsRecord.html#MembershipsRecord--">MembershipsRecord()</a></span> - Constructor for class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/MembershipsRecord.html" title="class in keywhiz.jooq.tables.records">MembershipsRecord</a></dt>
<dd>
<div class="block">Create a detached MembershipsRecord</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/MembershipsRecord.html#MembershipsRecord-java.lang.Long-java.lang.Long-java.lang.Long-java.lang.Long-java.lang.Long-">MembershipsRecord(Long, Long, Long, Long, Long)</a></span> - Constructor for class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/MembershipsRecord.html" title="class in keywhiz.jooq.tables.records">MembershipsRecord</a></dt>
<dd>
<div class="block">Create a detached, initialised MembershipsRecord</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Groups.html#METADATA">METADATA</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Groups.html" title="class in keywhiz.jooq.tables">Groups</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.groups.metadata</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/SecretsContent.html#METADATA">METADATA</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/SecretsContent.html" title="class in keywhiz.jooq.tables">SecretsContent</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.secrets_content.metadata</code>.</div>
</dd>
</dl>
<a name="I:N">
<!-- -->
</a>
<h2 class="title">N</h2>
<dl>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Clients.html#NAME">NAME</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Clients.html" title="class in keywhiz.jooq.tables">Clients</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.clients.name</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Groups.html#NAME">NAME</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Groups.html" title="class in keywhiz.jooq.tables">Groups</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.groups.name</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Secrets.html#NAME">NAME</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Secrets.html" title="class in keywhiz.jooq.tables">Secrets</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.secrets.name</code>.</div>
</dd>
</dl>
<a name="I:O">
<!-- -->
</a>
<h2 class="title">O</h2>
<dl>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Secrets.html#OPTIONS">OPTIONS</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Secrets.html" title="class in keywhiz.jooq.tables">Secrets</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.secrets.options</code>.</div>
</dd>
</dl>
<a name="I:P">
<!-- -->
</a>
<h2 class="title">P</h2>
<dl>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Users.html#PASSWORD_HASH">PASSWORD_HASH</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Users.html" title="class in keywhiz.jooq.tables">Users</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.users.password_hash</code>.</div>
</dd>
</dl>
<a name="I:R">
<!-- -->
</a>
<h2 class="title">R</h2>
<dl>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Accessgrants.html#rename-java.lang.String-">rename(String)</a></span> - Method in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Accessgrants.html" title="class in keywhiz.jooq.tables">Accessgrants</a></dt>
<dd>
<div class="block">Rename this table</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Clients.html#rename-java.lang.String-">rename(String)</a></span> - Method in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Clients.html" title="class in keywhiz.jooq.tables">Clients</a></dt>
<dd>
<div class="block">Rename this table</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Groups.html#rename-java.lang.String-">rename(String)</a></span> - Method in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Groups.html" title="class in keywhiz.jooq.tables">Groups</a></dt>
<dd>
<div class="block">Rename this table</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Memberships.html#rename-java.lang.String-">rename(String)</a></span> - Method in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Memberships.html" title="class in keywhiz.jooq.tables">Memberships</a></dt>
<dd>
<div class="block">Rename this table</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/SchemaVersion.html#rename-java.lang.String-">rename(String)</a></span> - Method in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/SchemaVersion.html" title="class in keywhiz.jooq.tables">SchemaVersion</a></dt>
<dd>
<div class="block">Rename this table</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Secrets.html#rename-java.lang.String-">rename(String)</a></span> - Method in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Secrets.html" title="class in keywhiz.jooq.tables">Secrets</a></dt>
<dd>
<div class="block">Rename this table</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/SecretsContent.html#rename-java.lang.String-">rename(String)</a></span> - Method in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/SecretsContent.html" title="class in keywhiz.jooq.tables">SecretsContent</a></dt>
<dd>
<div class="block">Rename this table</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Users.html#rename-java.lang.String-">rename(String)</a></span> - Method in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Users.html" title="class in keywhiz.jooq.tables">Users</a></dt>
<dd>
<div class="block">Rename this table</div>
</dd>
</dl>
<a name="I:S">
<!-- -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/KeywhizdbTest.html#SCHEMA_VERSION">SCHEMA_VERSION</a></span> - Variable in class keywhiz.jooq.<a href="keywhiz/jooq/KeywhizdbTest.html" title="class in keywhiz.jooq">KeywhizdbTest</a></dt>
<dd>
<div class="block">The table <code>keywhizdb_test.schema_version</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/Tables.html#SCHEMA_VERSION">SCHEMA_VERSION</a></span> - Static variable in class keywhiz.jooq.<a href="keywhiz/jooq/Tables.html" title="class in keywhiz.jooq">Tables</a></dt>
<dd>
<div class="block">The table <code>keywhizdb_test.schema_version</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/SchemaVersion.html#SCHEMA_VERSION">SCHEMA_VERSION</a></span> - Static variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/SchemaVersion.html" title="class in keywhiz.jooq.tables">SchemaVersion</a></dt>
<dd>
<div class="block">The reference instance of <code>keywhizdb_test.schema_version</code></div>
</dd>
<dt><a href="keywhiz/jooq/tables/SchemaVersion.html" title="class in keywhiz.jooq.tables"><span class="typeNameLink">SchemaVersion</span></a> - Class in <a href="keywhiz/jooq/tables/package-summary.html">keywhiz.jooq.tables</a></dt>
<dd>
<div class="block">This class is generated by jOOQ.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/SchemaVersion.html#SchemaVersion--">SchemaVersion()</a></span> - Constructor for class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/SchemaVersion.html" title="class in keywhiz.jooq.tables">SchemaVersion</a></dt>
<dd>
<div class="block">Create a <code>keywhizdb_test.schema_version</code> table reference</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/SchemaVersion.html#SchemaVersion-java.lang.String-">SchemaVersion(String)</a></span> - Constructor for class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/SchemaVersion.html" title="class in keywhiz.jooq.tables">SchemaVersion</a></dt>
<dd>
<div class="block">Create an aliased <code>keywhizdb_test.schema_version</code> table reference</div>
</dd>
<dt><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records"><span class="typeNameLink">SchemaVersionRecord</span></a> - Class in <a href="keywhiz/jooq/tables/records/package-summary.html">keywhiz.jooq.tables.records</a></dt>
<dd>
<div class="block">This class is generated by jOOQ.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#SchemaVersionRecord--">SchemaVersionRecord()</a></span> - Constructor for class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dd>
<div class="block">Create a detached SchemaVersionRecord</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#SchemaVersionRecord-java.lang.Long-java.lang.Long-java.lang.String-java.lang.String-java.lang.String-java.lang.String-java.lang.Long-java.lang.String-java.lang.Long-java.lang.Long-java.lang.Boolean-">SchemaVersionRecord(Long, Long, String, String, String, String, Long, String, Long, Long, Boolean)</a></span> - Constructor for class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dd>
<div class="block">Create a detached, initialised SchemaVersionRecord</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/SchemaVersion.html#SCRIPT">SCRIPT</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/SchemaVersion.html" title="class in keywhiz.jooq.tables">SchemaVersion</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.schema_version.script</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Accessgrants.html#SECRETID">SECRETID</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Accessgrants.html" title="class in keywhiz.jooq.tables">Accessgrants</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.accessgrants.secretid</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/SecretsContent.html#SECRETID">SECRETID</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/SecretsContent.html" title="class in keywhiz.jooq.tables">SecretsContent</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.secrets_content.secretid</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/KeywhizdbTest.html#SECRETS">SECRETS</a></span> - Variable in class keywhiz.jooq.<a href="keywhiz/jooq/KeywhizdbTest.html" title="class in keywhiz.jooq">KeywhizdbTest</a></dt>
<dd>
<div class="block">The table <code>keywhizdb_test.secrets</code>.</div>
</dd>
<dt><a href="keywhiz/jooq/tables/Secrets.html" title="class in keywhiz.jooq.tables"><span class="typeNameLink">Secrets</span></a> - Class in <a href="keywhiz/jooq/tables/package-summary.html">keywhiz.jooq.tables</a></dt>
<dd>
<div class="block">This class is generated by jOOQ.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/Tables.html#SECRETS">SECRETS</a></span> - Static variable in class keywhiz.jooq.<a href="keywhiz/jooq/Tables.html" title="class in keywhiz.jooq">Tables</a></dt>
<dd>
<div class="block">The table <code>keywhizdb_test.secrets</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Secrets.html#Secrets--">Secrets()</a></span> - Constructor for class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Secrets.html" title="class in keywhiz.jooq.tables">Secrets</a></dt>
<dd>
<div class="block">Create a <code>keywhizdb_test.secrets</code> table reference</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Secrets.html#Secrets-java.lang.String-">Secrets(String)</a></span> - Constructor for class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Secrets.html" title="class in keywhiz.jooq.tables">Secrets</a></dt>
<dd>
<div class="block">Create an aliased <code>keywhizdb_test.secrets</code> table reference</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Secrets.html#SECRETS">SECRETS</a></span> - Static variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Secrets.html" title="class in keywhiz.jooq.tables">Secrets</a></dt>
<dd>
<div class="block">The reference instance of <code>keywhizdb_test.secrets</code></div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/KeywhizdbTest.html#SECRETS_CONTENT">SECRETS_CONTENT</a></span> - Variable in class keywhiz.jooq.<a href="keywhiz/jooq/KeywhizdbTest.html" title="class in keywhiz.jooq">KeywhizdbTest</a></dt>
<dd>
<div class="block">The table <code>keywhizdb_test.secrets_content</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/Tables.html#SECRETS_CONTENT">SECRETS_CONTENT</a></span> - Static variable in class keywhiz.jooq.<a href="keywhiz/jooq/Tables.html" title="class in keywhiz.jooq">Tables</a></dt>
<dd>
<div class="block">The table <code>keywhizdb_test.secrets_content</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/SecretsContent.html#SECRETS_CONTENT">SECRETS_CONTENT</a></span> - Static variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/SecretsContent.html" title="class in keywhiz.jooq.tables">SecretsContent</a></dt>
<dd>
<div class="block">The reference instance of <code>keywhizdb_test.secrets_content</code></div>
</dd>
<dt><a href="keywhiz/jooq/tables/SecretsContent.html" title="class in keywhiz.jooq.tables"><span class="typeNameLink">SecretsContent</span></a> - Class in <a href="keywhiz/jooq/tables/package-summary.html">keywhiz.jooq.tables</a></dt>
<dd>
<div class="block">This class is generated by jOOQ.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/SecretsContent.html#SecretsContent--">SecretsContent()</a></span> - Constructor for class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/SecretsContent.html" title="class in keywhiz.jooq.tables">SecretsContent</a></dt>
<dd>
<div class="block">Create a <code>keywhizdb_test.secrets_content</code> table reference</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/SecretsContent.html#SecretsContent-java.lang.String-">SecretsContent(String)</a></span> - Constructor for class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/SecretsContent.html" title="class in keywhiz.jooq.tables">SecretsContent</a></dt>
<dd>
<div class="block">Create an aliased <code>keywhizdb_test.secrets_content</code> table reference</div>
</dd>
<dt><a href="keywhiz/jooq/tables/records/SecretsContentRecord.html" title="class in keywhiz.jooq.tables.records"><span class="typeNameLink">SecretsContentRecord</span></a> - Class in <a href="keywhiz/jooq/tables/records/package-summary.html">keywhiz.jooq.tables.records</a></dt>
<dd>
<div class="block">This class is generated by jOOQ.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsContentRecord.html#SecretsContentRecord--">SecretsContentRecord()</a></span> - Constructor for class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsContentRecord.html" title="class in keywhiz.jooq.tables.records">SecretsContentRecord</a></dt>
<dd>
<div class="block">Create a detached SecretsContentRecord</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsContentRecord.html#SecretsContentRecord-java.lang.Long-java.lang.Long-java.lang.Long-java.lang.Long-java.lang.String-java.lang.String-java.lang.String-java.lang.String-java.lang.Long-java.lang.String-">SecretsContentRecord(Long, Long, Long, Long, String, String, String, String, Long, String)</a></span> - Constructor for class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsContentRecord.html" title="class in keywhiz.jooq.tables.records">SecretsContentRecord</a></dt>
<dd>
<div class="block">Create a detached, initialised SecretsContentRecord</div>
</dd>
<dt><a href="keywhiz/jooq/tables/records/SecretsRecord.html" title="class in keywhiz.jooq.tables.records"><span class="typeNameLink">SecretsRecord</span></a> - Class in <a href="keywhiz/jooq/tables/records/package-summary.html">keywhiz.jooq.tables.records</a></dt>
<dd>
<div class="block">This class is generated by jOOQ.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsRecord.html#SecretsRecord--">SecretsRecord()</a></span> - Constructor for class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsRecord.html" title="class in keywhiz.jooq.tables.records">SecretsRecord</a></dt>
<dd>
<div class="block">Create a detached SecretsRecord</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsRecord.html#SecretsRecord-java.lang.Long-java.lang.String-java.lang.Long-java.lang.Long-java.lang.String-java.lang.String-java.lang.String-java.lang.String-java.lang.String-java.lang.Long-">SecretsRecord(Long, String, Long, Long, String, String, String, String, String, Long)</a></span> - Constructor for class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsRecord.html" title="class in keywhiz.jooq.tables.records">SecretsRecord</a></dt>
<dd>
<div class="block">Create a detached, initialised SecretsRecord</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/ClientsRecord.html#setAutomationallowed-java.lang.Boolean-">setAutomationallowed(Boolean)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/ClientsRecord.html" title="class in keywhiz.jooq.tables.records">ClientsRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.clients.automationallowed</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#setChecksum-java.lang.Long-">setChecksum(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.schema_version.checksum</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/MembershipsRecord.html#setClientid-java.lang.Long-">setClientid(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/MembershipsRecord.html" title="class in keywhiz.jooq.tables.records">MembershipsRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.memberships.clientid</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsContentRecord.html#setContentHmac-java.lang.String-">setContentHmac(String)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsContentRecord.html" title="class in keywhiz.jooq.tables.records">SecretsContentRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.secrets_content.content_hmac</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html#setCreatedat-java.lang.Long-">setCreatedat(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html" title="class in keywhiz.jooq.tables.records">AccessgrantsRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.accessgrants.createdat</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/ClientsRecord.html#setCreatedat-java.lang.Long-">setCreatedat(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/ClientsRecord.html" title="class in keywhiz.jooq.tables.records">ClientsRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.clients.createdat</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/GroupsRecord.html#setCreatedat-java.lang.Long-">setCreatedat(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/GroupsRecord.html" title="class in keywhiz.jooq.tables.records">GroupsRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.groups.createdat</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/MembershipsRecord.html#setCreatedat-java.lang.Long-">setCreatedat(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/MembershipsRecord.html" title="class in keywhiz.jooq.tables.records">MembershipsRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.memberships.createdat</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsContentRecord.html#setCreatedat-java.lang.Long-">setCreatedat(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsContentRecord.html" title="class in keywhiz.jooq.tables.records">SecretsContentRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.secrets_content.createdat</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsRecord.html#setCreatedat-java.lang.Long-">setCreatedat(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsRecord.html" title="class in keywhiz.jooq.tables.records">SecretsRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.secrets.createdat</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/UsersRecord.html#setCreatedAt-java.lang.Long-">setCreatedAt(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/UsersRecord.html" title="class in keywhiz.jooq.tables.records">UsersRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.users.created_at</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/ClientsRecord.html#setCreatedby-java.lang.String-">setCreatedby(String)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/ClientsRecord.html" title="class in keywhiz.jooq.tables.records">ClientsRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.clients.createdby</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/GroupsRecord.html#setCreatedby-java.lang.String-">setCreatedby(String)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/GroupsRecord.html" title="class in keywhiz.jooq.tables.records">GroupsRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.groups.createdby</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsContentRecord.html#setCreatedby-java.lang.String-">setCreatedby(String)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsContentRecord.html" title="class in keywhiz.jooq.tables.records">SecretsContentRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.secrets_content.createdby</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsRecord.html#setCreatedby-java.lang.String-">setCreatedby(String)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsRecord.html" title="class in keywhiz.jooq.tables.records">SecretsRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.secrets.createdby</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsRecord.html#setCurrent-java.lang.Long-">setCurrent(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsRecord.html" title="class in keywhiz.jooq.tables.records">SecretsRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.secrets.current</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/ClientsRecord.html#setDescription-java.lang.String-">setDescription(String)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/ClientsRecord.html" title="class in keywhiz.jooq.tables.records">ClientsRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.clients.description</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/GroupsRecord.html#setDescription-java.lang.String-">setDescription(String)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/GroupsRecord.html" title="class in keywhiz.jooq.tables.records">GroupsRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.groups.description</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#setDescription-java.lang.String-">setDescription(String)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.schema_version.description</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsRecord.html#setDescription-java.lang.String-">setDescription(String)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsRecord.html" title="class in keywhiz.jooq.tables.records">SecretsRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.secrets.description</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/ClientsRecord.html#setEnabled-java.lang.Boolean-">setEnabled(Boolean)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/ClientsRecord.html" title="class in keywhiz.jooq.tables.records">ClientsRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.clients.enabled</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsContentRecord.html#setEncryptedContent-java.lang.String-">setEncryptedContent(String)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsContentRecord.html" title="class in keywhiz.jooq.tables.records">SecretsContentRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.secrets_content.encrypted_content</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#setExecutionTime-java.lang.Long-">setExecutionTime(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.schema_version.execution_time</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsContentRecord.html#setExpiry-java.lang.Long-">setExpiry(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsContentRecord.html" title="class in keywhiz.jooq.tables.records">SecretsContentRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.secrets_content.expiry</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html#setGroupid-java.lang.Long-">setGroupid(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html" title="class in keywhiz.jooq.tables.records">AccessgrantsRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.accessgrants.groupid</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/MembershipsRecord.html#setGroupid-java.lang.Long-">setGroupid(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/MembershipsRecord.html" title="class in keywhiz.jooq.tables.records">MembershipsRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.memberships.groupid</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html#setId-java.lang.Long-">setId(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html" title="class in keywhiz.jooq.tables.records">AccessgrantsRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.accessgrants.id</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/ClientsRecord.html#setId-java.lang.Long-">setId(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/ClientsRecord.html" title="class in keywhiz.jooq.tables.records">ClientsRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.clients.id</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/GroupsRecord.html#setId-java.lang.Long-">setId(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/GroupsRecord.html" title="class in keywhiz.jooq.tables.records">GroupsRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.groups.id</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/MembershipsRecord.html#setId-java.lang.Long-">setId(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/MembershipsRecord.html" title="class in keywhiz.jooq.tables.records">MembershipsRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.memberships.id</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsContentRecord.html#setId-java.lang.Long-">setId(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsContentRecord.html" title="class in keywhiz.jooq.tables.records">SecretsContentRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.secrets_content.id</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsRecord.html#setId-java.lang.Long-">setId(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsRecord.html" title="class in keywhiz.jooq.tables.records">SecretsRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.secrets.id</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#setInstalledBy-java.lang.String-">setInstalledBy(String)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.schema_version.installed_by</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#setInstalledOn-java.lang.Long-">setInstalledOn(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.schema_version.installed_on</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#setInstalledRank-java.lang.Long-">setInstalledRank(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.schema_version.installed_rank</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/ClientsRecord.html#setLastseen-java.lang.Long-">setLastseen(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/ClientsRecord.html" title="class in keywhiz.jooq.tables.records">ClientsRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.clients.lastseen</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/GroupsRecord.html#setMetadata-java.lang.String-">setMetadata(String)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/GroupsRecord.html" title="class in keywhiz.jooq.tables.records">GroupsRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.groups.metadata</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsContentRecord.html#setMetadata-java.lang.String-">setMetadata(String)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsContentRecord.html" title="class in keywhiz.jooq.tables.records">SecretsContentRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.secrets_content.metadata</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/ClientsRecord.html#setName-java.lang.String-">setName(String)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/ClientsRecord.html" title="class in keywhiz.jooq.tables.records">ClientsRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.clients.name</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/GroupsRecord.html#setName-java.lang.String-">setName(String)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/GroupsRecord.html" title="class in keywhiz.jooq.tables.records">GroupsRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.groups.name</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsRecord.html#setName-java.lang.String-">setName(String)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsRecord.html" title="class in keywhiz.jooq.tables.records">SecretsRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.secrets.name</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsRecord.html#setOptions-java.lang.String-">setOptions(String)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsRecord.html" title="class in keywhiz.jooq.tables.records">SecretsRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.secrets.options</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/UsersRecord.html#setPasswordHash-java.lang.String-">setPasswordHash(String)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/UsersRecord.html" title="class in keywhiz.jooq.tables.records">UsersRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.users.password_hash</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#setScript-java.lang.String-">setScript(String)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.schema_version.script</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html#setSecretid-java.lang.Long-">setSecretid(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html" title="class in keywhiz.jooq.tables.records">AccessgrantsRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.accessgrants.secretid</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsContentRecord.html#setSecretid-java.lang.Long-">setSecretid(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsContentRecord.html" title="class in keywhiz.jooq.tables.records">SecretsContentRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.secrets_content.secretid</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#setSuccess-java.lang.Boolean-">setSuccess(Boolean)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.schema_version.success</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#setType-java.lang.String-">setType(String)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.schema_version.type</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsRecord.html#setType-java.lang.String-">setType(String)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsRecord.html" title="class in keywhiz.jooq.tables.records">SecretsRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.secrets.type</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html#setUpdatedat-java.lang.Long-">setUpdatedat(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html" title="class in keywhiz.jooq.tables.records">AccessgrantsRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.accessgrants.updatedat</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/ClientsRecord.html#setUpdatedat-java.lang.Long-">setUpdatedat(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/ClientsRecord.html" title="class in keywhiz.jooq.tables.records">ClientsRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.clients.updatedat</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/GroupsRecord.html#setUpdatedat-java.lang.Long-">setUpdatedat(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/GroupsRecord.html" title="class in keywhiz.jooq.tables.records">GroupsRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.groups.updatedat</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/MembershipsRecord.html#setUpdatedat-java.lang.Long-">setUpdatedat(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/MembershipsRecord.html" title="class in keywhiz.jooq.tables.records">MembershipsRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.memberships.updatedat</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsContentRecord.html#setUpdatedat-java.lang.Long-">setUpdatedat(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsContentRecord.html" title="class in keywhiz.jooq.tables.records">SecretsContentRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.secrets_content.updatedat</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsRecord.html#setUpdatedat-java.lang.Long-">setUpdatedat(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsRecord.html" title="class in keywhiz.jooq.tables.records">SecretsRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.secrets.updatedat</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/UsersRecord.html#setUpdatedAt-java.lang.Long-">setUpdatedAt(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/UsersRecord.html" title="class in keywhiz.jooq.tables.records">UsersRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.users.updated_at</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/ClientsRecord.html#setUpdatedby-java.lang.String-">setUpdatedby(String)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/ClientsRecord.html" title="class in keywhiz.jooq.tables.records">ClientsRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.clients.updatedby</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/GroupsRecord.html#setUpdatedby-java.lang.String-">setUpdatedby(String)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/GroupsRecord.html" title="class in keywhiz.jooq.tables.records">GroupsRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.groups.updatedby</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsContentRecord.html#setUpdatedby-java.lang.String-">setUpdatedby(String)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsContentRecord.html" title="class in keywhiz.jooq.tables.records">SecretsContentRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.secrets_content.updatedby</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsRecord.html#setUpdatedby-java.lang.String-">setUpdatedby(String)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsRecord.html" title="class in keywhiz.jooq.tables.records">SecretsRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.secrets.updatedby</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/UsersRecord.html#setUsername-java.lang.String-">setUsername(String)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/UsersRecord.html" title="class in keywhiz.jooq.tables.records">UsersRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.users.username</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#setVersion-java.lang.String-">setVersion(String)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.schema_version.version</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#setVersionRank-java.lang.Long-">setVersionRank(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dd>
<div class="block">Setter for <code>keywhizdb_test.schema_version.version_rank</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/SchemaVersion.html#SUCCESS">SUCCESS</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/SchemaVersion.html" title="class in keywhiz.jooq.tables">SchemaVersion</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.schema_version.success</code>.</div>
</dd>
</dl>
<a name="I:T">
<!-- -->
</a>
<h2 class="title">T</h2>
<dl>
<dt><a href="keywhiz/jooq/Tables.html" title="class in keywhiz.jooq"><span class="typeNameLink">Tables</span></a> - Class in <a href="keywhiz/jooq/package-summary.html">keywhiz.jooq</a></dt>
<dd>
<div class="block">Convenience access to all tables in keywhizdb_test</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/Tables.html#Tables--">Tables()</a></span> - Constructor for class keywhiz.jooq.<a href="keywhiz/jooq/Tables.html" title="class in keywhiz.jooq">Tables</a></dt>
<dd> </dd>
<dt><a href="keywhiz/model/TimestampConverter.html" title="class in keywhiz.model"><span class="typeNameLink">TimestampConverter</span></a> - Class in <a href="keywhiz/model/package-summary.html">keywhiz.model</a></dt>
<dd>
<div class="block">Converts SQL timestamps to long</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/model/TimestampConverter.html#TimestampConverter--">TimestampConverter()</a></span> - Constructor for class keywhiz.model.<a href="keywhiz/model/TimestampConverter.html" title="class in keywhiz.model">TimestampConverter</a></dt>
<dd> </dd>
<dt><a href="keywhiz/model/TinyIntConverter.html" title="class in keywhiz.model"><span class="typeNameLink">TinyIntConverter</span></a> - Class in <a href="keywhiz/model/package-summary.html">keywhiz.model</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="keywhiz/model/TinyIntConverter.html#TinyIntConverter--">TinyIntConverter()</a></span> - Constructor for class keywhiz.model.<a href="keywhiz/model/TinyIntConverter.html" title="class in keywhiz.model">TinyIntConverter</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="keywhiz/model/LongConverter.html#to-java.lang.Long-">to(Long)</a></span> - Method in class keywhiz.model.<a href="keywhiz/model/LongConverter.html" title="class in keywhiz.model">LongConverter</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="keywhiz/model/TimestampConverter.html#to-java.lang.Long-">to(Long)</a></span> - Method in class keywhiz.model.<a href="keywhiz/model/TimestampConverter.html" title="class in keywhiz.model">TimestampConverter</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="keywhiz/model/TinyIntConverter.html#to-java.lang.Boolean-">to(Boolean)</a></span> - Method in class keywhiz.model.<a href="keywhiz/model/TinyIntConverter.html" title="class in keywhiz.model">TinyIntConverter</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="keywhiz/model/LongConverter.html#toType--">toType()</a></span> - Method in class keywhiz.model.<a href="keywhiz/model/LongConverter.html" title="class in keywhiz.model">LongConverter</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="keywhiz/model/TimestampConverter.html#toType--">toType()</a></span> - Method in class keywhiz.model.<a href="keywhiz/model/TimestampConverter.html" title="class in keywhiz.model">TimestampConverter</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="keywhiz/model/TinyIntConverter.html#toType--">toType()</a></span> - Method in class keywhiz.model.<a href="keywhiz/model/TinyIntConverter.html" title="class in keywhiz.model">TinyIntConverter</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/SchemaVersion.html#TYPE">TYPE</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/SchemaVersion.html" title="class in keywhiz.jooq.tables">SchemaVersion</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.schema_version.type</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Secrets.html#TYPE">TYPE</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Secrets.html" title="class in keywhiz.jooq.tables">Secrets</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.secrets.type</code>.</div>
</dd>
</dl>
<a name="I:U">
<!-- -->
</a>
<h2 class="title">U</h2>
<dl>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Users.html#UPDATED_AT">UPDATED_AT</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Users.html" title="class in keywhiz.jooq.tables">Users</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.users.updated_at</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Accessgrants.html#UPDATEDAT">UPDATEDAT</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Accessgrants.html" title="class in keywhiz.jooq.tables">Accessgrants</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.accessgrants.updatedat</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Clients.html#UPDATEDAT">UPDATEDAT</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Clients.html" title="class in keywhiz.jooq.tables">Clients</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.clients.updatedat</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Groups.html#UPDATEDAT">UPDATEDAT</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Groups.html" title="class in keywhiz.jooq.tables">Groups</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.groups.updatedat</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Memberships.html#UPDATEDAT">UPDATEDAT</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Memberships.html" title="class in keywhiz.jooq.tables">Memberships</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.memberships.updatedat</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Secrets.html#UPDATEDAT">UPDATEDAT</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Secrets.html" title="class in keywhiz.jooq.tables">Secrets</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.secrets.updatedat</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/SecretsContent.html#UPDATEDAT">UPDATEDAT</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/SecretsContent.html" title="class in keywhiz.jooq.tables">SecretsContent</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.secrets_content.updatedat</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Clients.html#UPDATEDBY">UPDATEDBY</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Clients.html" title="class in keywhiz.jooq.tables">Clients</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.clients.updatedby</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Groups.html#UPDATEDBY">UPDATEDBY</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Groups.html" title="class in keywhiz.jooq.tables">Groups</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.groups.updatedby</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Secrets.html#UPDATEDBY">UPDATEDBY</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Secrets.html" title="class in keywhiz.jooq.tables">Secrets</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.secrets.updatedby</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/SecretsContent.html#UPDATEDBY">UPDATEDBY</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/SecretsContent.html" title="class in keywhiz.jooq.tables">SecretsContent</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.secrets_content.updatedby</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Users.html#USERNAME">USERNAME</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Users.html" title="class in keywhiz.jooq.tables">Users</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.users.username</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/KeywhizdbTest.html#USERS">USERS</a></span> - Variable in class keywhiz.jooq.<a href="keywhiz/jooq/KeywhizdbTest.html" title="class in keywhiz.jooq">KeywhizdbTest</a></dt>
<dd>
<div class="block">The table <code>keywhizdb_test.users</code>.</div>
</dd>
<dt><a href="keywhiz/jooq/tables/Users.html" title="class in keywhiz.jooq.tables"><span class="typeNameLink">Users</span></a> - Class in <a href="keywhiz/jooq/tables/package-summary.html">keywhiz.jooq.tables</a></dt>
<dd>
<div class="block">This class is generated by jOOQ.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/Tables.html#USERS">USERS</a></span> - Static variable in class keywhiz.jooq.<a href="keywhiz/jooq/Tables.html" title="class in keywhiz.jooq">Tables</a></dt>
<dd>
<div class="block">The table <code>keywhizdb_test.users</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Users.html#Users--">Users()</a></span> - Constructor for class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Users.html" title="class in keywhiz.jooq.tables">Users</a></dt>
<dd>
<div class="block">Create a <code>keywhizdb_test.users</code> table reference</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Users.html#Users-java.lang.String-">Users(String)</a></span> - Constructor for class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Users.html" title="class in keywhiz.jooq.tables">Users</a></dt>
<dd>
<div class="block">Create an aliased <code>keywhizdb_test.users</code> table reference</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/Users.html#USERS">USERS</a></span> - Static variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/Users.html" title="class in keywhiz.jooq.tables">Users</a></dt>
<dd>
<div class="block">The reference instance of <code>keywhizdb_test.users</code></div>
</dd>
<dt><a href="keywhiz/jooq/tables/records/UsersRecord.html" title="class in keywhiz.jooq.tables.records"><span class="typeNameLink">UsersRecord</span></a> - Class in <a href="keywhiz/jooq/tables/records/package-summary.html">keywhiz.jooq.tables.records</a></dt>
<dd>
<div class="block">This class is generated by jOOQ.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/UsersRecord.html#UsersRecord--">UsersRecord()</a></span> - Constructor for class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/UsersRecord.html" title="class in keywhiz.jooq.tables.records">UsersRecord</a></dt>
<dd>
<div class="block">Create a detached UsersRecord</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/UsersRecord.html#UsersRecord-java.lang.String-java.lang.String-java.lang.Long-java.lang.Long-">UsersRecord(String, String, Long, Long)</a></span> - Constructor for class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/UsersRecord.html" title="class in keywhiz.jooq.tables.records">UsersRecord</a></dt>
<dd>
<div class="block">Create a detached, initialised UsersRecord</div>
</dd>
</dl>
<a name="I:V">
<!-- -->
</a>
<h2 class="title">V</h2>
<dl>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html#value1--">value1()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html" title="class in keywhiz.jooq.tables.records">AccessgrantsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html#value1-java.lang.Long-">value1(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html" title="class in keywhiz.jooq.tables.records">AccessgrantsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/ClientsRecord.html#value1--">value1()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/ClientsRecord.html" title="class in keywhiz.jooq.tables.records">ClientsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/ClientsRecord.html#value1-java.lang.Long-">value1(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/ClientsRecord.html" title="class in keywhiz.jooq.tables.records">ClientsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/GroupsRecord.html#value1--">value1()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/GroupsRecord.html" title="class in keywhiz.jooq.tables.records">GroupsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/GroupsRecord.html#value1-java.lang.Long-">value1(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/GroupsRecord.html" title="class in keywhiz.jooq.tables.records">GroupsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/MembershipsRecord.html#value1--">value1()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/MembershipsRecord.html" title="class in keywhiz.jooq.tables.records">MembershipsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/MembershipsRecord.html#value1-java.lang.Long-">value1(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/MembershipsRecord.html" title="class in keywhiz.jooq.tables.records">MembershipsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#value1--">value1()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#value1-java.lang.Long-">value1(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsContentRecord.html#value1--">value1()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsContentRecord.html" title="class in keywhiz.jooq.tables.records">SecretsContentRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsContentRecord.html#value1-java.lang.Long-">value1(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsContentRecord.html" title="class in keywhiz.jooq.tables.records">SecretsContentRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsRecord.html#value1--">value1()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsRecord.html" title="class in keywhiz.jooq.tables.records">SecretsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsRecord.html#value1-java.lang.Long-">value1(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsRecord.html" title="class in keywhiz.jooq.tables.records">SecretsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/UsersRecord.html#value1--">value1()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/UsersRecord.html" title="class in keywhiz.jooq.tables.records">UsersRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/UsersRecord.html#value1-java.lang.String-">value1(String)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/UsersRecord.html" title="class in keywhiz.jooq.tables.records">UsersRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/ClientsRecord.html#value10--">value10()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/ClientsRecord.html" title="class in keywhiz.jooq.tables.records">ClientsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/ClientsRecord.html#value10-java.lang.Long-">value10(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/ClientsRecord.html" title="class in keywhiz.jooq.tables.records">ClientsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#value10--">value10()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#value10-java.lang.Long-">value10(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsContentRecord.html#value10--">value10()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsContentRecord.html" title="class in keywhiz.jooq.tables.records">SecretsContentRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsContentRecord.html#value10-java.lang.String-">value10(String)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsContentRecord.html" title="class in keywhiz.jooq.tables.records">SecretsContentRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsRecord.html#value10--">value10()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsRecord.html" title="class in keywhiz.jooq.tables.records">SecretsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsRecord.html#value10-java.lang.Long-">value10(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsRecord.html" title="class in keywhiz.jooq.tables.records">SecretsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#value11--">value11()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#value11-java.lang.Boolean-">value11(Boolean)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html#value2--">value2()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html" title="class in keywhiz.jooq.tables.records">AccessgrantsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html#value2-java.lang.Long-">value2(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html" title="class in keywhiz.jooq.tables.records">AccessgrantsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/ClientsRecord.html#value2--">value2()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/ClientsRecord.html" title="class in keywhiz.jooq.tables.records">ClientsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/ClientsRecord.html#value2-java.lang.String-">value2(String)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/ClientsRecord.html" title="class in keywhiz.jooq.tables.records">ClientsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/GroupsRecord.html#value2--">value2()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/GroupsRecord.html" title="class in keywhiz.jooq.tables.records">GroupsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/GroupsRecord.html#value2-java.lang.String-">value2(String)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/GroupsRecord.html" title="class in keywhiz.jooq.tables.records">GroupsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/MembershipsRecord.html#value2--">value2()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/MembershipsRecord.html" title="class in keywhiz.jooq.tables.records">MembershipsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/MembershipsRecord.html#value2-java.lang.Long-">value2(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/MembershipsRecord.html" title="class in keywhiz.jooq.tables.records">MembershipsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#value2--">value2()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#value2-java.lang.Long-">value2(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsContentRecord.html#value2--">value2()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsContentRecord.html" title="class in keywhiz.jooq.tables.records">SecretsContentRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsContentRecord.html#value2-java.lang.Long-">value2(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsContentRecord.html" title="class in keywhiz.jooq.tables.records">SecretsContentRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsRecord.html#value2--">value2()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsRecord.html" title="class in keywhiz.jooq.tables.records">SecretsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsRecord.html#value2-java.lang.String-">value2(String)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsRecord.html" title="class in keywhiz.jooq.tables.records">SecretsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/UsersRecord.html#value2--">value2()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/UsersRecord.html" title="class in keywhiz.jooq.tables.records">UsersRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/UsersRecord.html#value2-java.lang.String-">value2(String)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/UsersRecord.html" title="class in keywhiz.jooq.tables.records">UsersRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html#value3--">value3()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html" title="class in keywhiz.jooq.tables.records">AccessgrantsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html#value3-java.lang.Long-">value3(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html" title="class in keywhiz.jooq.tables.records">AccessgrantsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/ClientsRecord.html#value3--">value3()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/ClientsRecord.html" title="class in keywhiz.jooq.tables.records">ClientsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/ClientsRecord.html#value3-java.lang.Long-">value3(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/ClientsRecord.html" title="class in keywhiz.jooq.tables.records">ClientsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/GroupsRecord.html#value3--">value3()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/GroupsRecord.html" title="class in keywhiz.jooq.tables.records">GroupsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/GroupsRecord.html#value3-java.lang.Long-">value3(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/GroupsRecord.html" title="class in keywhiz.jooq.tables.records">GroupsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/MembershipsRecord.html#value3--">value3()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/MembershipsRecord.html" title="class in keywhiz.jooq.tables.records">MembershipsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/MembershipsRecord.html#value3-java.lang.Long-">value3(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/MembershipsRecord.html" title="class in keywhiz.jooq.tables.records">MembershipsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#value3--">value3()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#value3-java.lang.String-">value3(String)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsContentRecord.html#value3--">value3()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsContentRecord.html" title="class in keywhiz.jooq.tables.records">SecretsContentRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsContentRecord.html#value3-java.lang.Long-">value3(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsContentRecord.html" title="class in keywhiz.jooq.tables.records">SecretsContentRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsRecord.html#value3--">value3()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsRecord.html" title="class in keywhiz.jooq.tables.records">SecretsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsRecord.html#value3-java.lang.Long-">value3(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsRecord.html" title="class in keywhiz.jooq.tables.records">SecretsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/UsersRecord.html#value3--">value3()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/UsersRecord.html" title="class in keywhiz.jooq.tables.records">UsersRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/UsersRecord.html#value3-java.lang.Long-">value3(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/UsersRecord.html" title="class in keywhiz.jooq.tables.records">UsersRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html#value4--">value4()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html" title="class in keywhiz.jooq.tables.records">AccessgrantsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html#value4-java.lang.Long-">value4(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html" title="class in keywhiz.jooq.tables.records">AccessgrantsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/ClientsRecord.html#value4--">value4()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/ClientsRecord.html" title="class in keywhiz.jooq.tables.records">ClientsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/ClientsRecord.html#value4-java.lang.Long-">value4(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/ClientsRecord.html" title="class in keywhiz.jooq.tables.records">ClientsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/GroupsRecord.html#value4--">value4()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/GroupsRecord.html" title="class in keywhiz.jooq.tables.records">GroupsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/GroupsRecord.html#value4-java.lang.Long-">value4(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/GroupsRecord.html" title="class in keywhiz.jooq.tables.records">GroupsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/MembershipsRecord.html#value4--">value4()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/MembershipsRecord.html" title="class in keywhiz.jooq.tables.records">MembershipsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/MembershipsRecord.html#value4-java.lang.Long-">value4(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/MembershipsRecord.html" title="class in keywhiz.jooq.tables.records">MembershipsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#value4--">value4()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#value4-java.lang.String-">value4(String)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsContentRecord.html#value4--">value4()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsContentRecord.html" title="class in keywhiz.jooq.tables.records">SecretsContentRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsContentRecord.html#value4-java.lang.Long-">value4(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsContentRecord.html" title="class in keywhiz.jooq.tables.records">SecretsContentRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsRecord.html#value4--">value4()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsRecord.html" title="class in keywhiz.jooq.tables.records">SecretsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsRecord.html#value4-java.lang.Long-">value4(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsRecord.html" title="class in keywhiz.jooq.tables.records">SecretsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/UsersRecord.html#value4--">value4()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/UsersRecord.html" title="class in keywhiz.jooq.tables.records">UsersRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/UsersRecord.html#value4-java.lang.Long-">value4(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/UsersRecord.html" title="class in keywhiz.jooq.tables.records">UsersRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html#value5--">value5()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html" title="class in keywhiz.jooq.tables.records">AccessgrantsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html#value5-java.lang.Long-">value5(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html" title="class in keywhiz.jooq.tables.records">AccessgrantsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/ClientsRecord.html#value5--">value5()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/ClientsRecord.html" title="class in keywhiz.jooq.tables.records">ClientsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/ClientsRecord.html#value5-java.lang.String-">value5(String)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/ClientsRecord.html" title="class in keywhiz.jooq.tables.records">ClientsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/GroupsRecord.html#value5--">value5()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/GroupsRecord.html" title="class in keywhiz.jooq.tables.records">GroupsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/GroupsRecord.html#value5-java.lang.String-">value5(String)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/GroupsRecord.html" title="class in keywhiz.jooq.tables.records">GroupsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/MembershipsRecord.html#value5--">value5()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/MembershipsRecord.html" title="class in keywhiz.jooq.tables.records">MembershipsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/MembershipsRecord.html#value5-java.lang.Long-">value5(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/MembershipsRecord.html" title="class in keywhiz.jooq.tables.records">MembershipsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#value5--">value5()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#value5-java.lang.String-">value5(String)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsContentRecord.html#value5--">value5()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsContentRecord.html" title="class in keywhiz.jooq.tables.records">SecretsContentRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsContentRecord.html#value5-java.lang.String-">value5(String)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsContentRecord.html" title="class in keywhiz.jooq.tables.records">SecretsContentRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsRecord.html#value5--">value5()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsRecord.html" title="class in keywhiz.jooq.tables.records">SecretsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsRecord.html#value5-java.lang.String-">value5(String)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsRecord.html" title="class in keywhiz.jooq.tables.records">SecretsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/ClientsRecord.html#value6--">value6()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/ClientsRecord.html" title="class in keywhiz.jooq.tables.records">ClientsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/ClientsRecord.html#value6-java.lang.String-">value6(String)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/ClientsRecord.html" title="class in keywhiz.jooq.tables.records">ClientsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/GroupsRecord.html#value6--">value6()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/GroupsRecord.html" title="class in keywhiz.jooq.tables.records">GroupsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/GroupsRecord.html#value6-java.lang.String-">value6(String)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/GroupsRecord.html" title="class in keywhiz.jooq.tables.records">GroupsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#value6--">value6()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#value6-java.lang.String-">value6(String)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsContentRecord.html#value6--">value6()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsContentRecord.html" title="class in keywhiz.jooq.tables.records">SecretsContentRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsContentRecord.html#value6-java.lang.String-">value6(String)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsContentRecord.html" title="class in keywhiz.jooq.tables.records">SecretsContentRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsRecord.html#value6--">value6()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsRecord.html" title="class in keywhiz.jooq.tables.records">SecretsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsRecord.html#value6-java.lang.String-">value6(String)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsRecord.html" title="class in keywhiz.jooq.tables.records">SecretsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/ClientsRecord.html#value7--">value7()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/ClientsRecord.html" title="class in keywhiz.jooq.tables.records">ClientsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/ClientsRecord.html#value7-java.lang.String-">value7(String)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/ClientsRecord.html" title="class in keywhiz.jooq.tables.records">ClientsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/GroupsRecord.html#value7--">value7()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/GroupsRecord.html" title="class in keywhiz.jooq.tables.records">GroupsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/GroupsRecord.html#value7-java.lang.String-">value7(String)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/GroupsRecord.html" title="class in keywhiz.jooq.tables.records">GroupsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#value7--">value7()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#value7-java.lang.Long-">value7(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsContentRecord.html#value7--">value7()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsContentRecord.html" title="class in keywhiz.jooq.tables.records">SecretsContentRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsContentRecord.html#value7-java.lang.String-">value7(String)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsContentRecord.html" title="class in keywhiz.jooq.tables.records">SecretsContentRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsRecord.html#value7--">value7()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsRecord.html" title="class in keywhiz.jooq.tables.records">SecretsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsRecord.html#value7-java.lang.String-">value7(String)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsRecord.html" title="class in keywhiz.jooq.tables.records">SecretsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/ClientsRecord.html#value8--">value8()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/ClientsRecord.html" title="class in keywhiz.jooq.tables.records">ClientsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/ClientsRecord.html#value8-java.lang.Boolean-">value8(Boolean)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/ClientsRecord.html" title="class in keywhiz.jooq.tables.records">ClientsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/GroupsRecord.html#value8--">value8()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/GroupsRecord.html" title="class in keywhiz.jooq.tables.records">GroupsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/GroupsRecord.html#value8-java.lang.String-">value8(String)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/GroupsRecord.html" title="class in keywhiz.jooq.tables.records">GroupsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#value8--">value8()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#value8-java.lang.String-">value8(String)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsContentRecord.html#value8--">value8()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsContentRecord.html" title="class in keywhiz.jooq.tables.records">SecretsContentRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsContentRecord.html#value8-java.lang.String-">value8(String)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsContentRecord.html" title="class in keywhiz.jooq.tables.records">SecretsContentRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsRecord.html#value8--">value8()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsRecord.html" title="class in keywhiz.jooq.tables.records">SecretsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsRecord.html#value8-java.lang.String-">value8(String)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsRecord.html" title="class in keywhiz.jooq.tables.records">SecretsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/ClientsRecord.html#value9--">value9()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/ClientsRecord.html" title="class in keywhiz.jooq.tables.records">ClientsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/ClientsRecord.html#value9-java.lang.Boolean-">value9(Boolean)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/ClientsRecord.html" title="class in keywhiz.jooq.tables.records">ClientsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#value9--">value9()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#value9-java.lang.Long-">value9(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsContentRecord.html#value9--">value9()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsContentRecord.html" title="class in keywhiz.jooq.tables.records">SecretsContentRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsContentRecord.html#value9-java.lang.Long-">value9(Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsContentRecord.html" title="class in keywhiz.jooq.tables.records">SecretsContentRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsRecord.html#value9--">value9()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsRecord.html" title="class in keywhiz.jooq.tables.records">SecretsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsRecord.html#value9-java.lang.String-">value9(String)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsRecord.html" title="class in keywhiz.jooq.tables.records">SecretsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html#values-java.lang.Long-java.lang.Long-java.lang.Long-java.lang.Long-java.lang.Long-">values(Long, Long, Long, Long, Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html" title="class in keywhiz.jooq.tables.records">AccessgrantsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/ClientsRecord.html#values-java.lang.Long-java.lang.String-java.lang.Long-java.lang.Long-java.lang.String-java.lang.String-java.lang.String-java.lang.Boolean-java.lang.Boolean-java.lang.Long-">values(Long, String, Long, Long, String, String, String, Boolean, Boolean, Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/ClientsRecord.html" title="class in keywhiz.jooq.tables.records">ClientsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/GroupsRecord.html#values-java.lang.Long-java.lang.String-java.lang.Long-java.lang.Long-java.lang.String-java.lang.String-java.lang.String-java.lang.String-">values(Long, String, Long, Long, String, String, String, String)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/GroupsRecord.html" title="class in keywhiz.jooq.tables.records">GroupsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/MembershipsRecord.html#values-java.lang.Long-java.lang.Long-java.lang.Long-java.lang.Long-java.lang.Long-">values(Long, Long, Long, Long, Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/MembershipsRecord.html" title="class in keywhiz.jooq.tables.records">MembershipsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#values-java.lang.Long-java.lang.Long-java.lang.String-java.lang.String-java.lang.String-java.lang.String-java.lang.Long-java.lang.String-java.lang.Long-java.lang.Long-java.lang.Boolean-">values(Long, Long, String, String, String, String, Long, String, Long, Long, Boolean)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsContentRecord.html#values-java.lang.Long-java.lang.Long-java.lang.Long-java.lang.Long-java.lang.String-java.lang.String-java.lang.String-java.lang.String-java.lang.Long-java.lang.String-">values(Long, Long, Long, Long, String, String, String, String, Long, String)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsContentRecord.html" title="class in keywhiz.jooq.tables.records">SecretsContentRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsRecord.html#values-java.lang.Long-java.lang.String-java.lang.Long-java.lang.Long-java.lang.String-java.lang.String-java.lang.String-java.lang.String-java.lang.String-java.lang.Long-">values(Long, String, Long, Long, String, String, String, String, String, Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsRecord.html" title="class in keywhiz.jooq.tables.records">SecretsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/UsersRecord.html#values-java.lang.String-java.lang.String-java.lang.Long-java.lang.Long-">values(String, String, Long, Long)</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/UsersRecord.html" title="class in keywhiz.jooq.tables.records">UsersRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html#valuesRow--">valuesRow()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/AccessgrantsRecord.html" title="class in keywhiz.jooq.tables.records">AccessgrantsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/ClientsRecord.html#valuesRow--">valuesRow()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/ClientsRecord.html" title="class in keywhiz.jooq.tables.records">ClientsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/GroupsRecord.html#valuesRow--">valuesRow()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/GroupsRecord.html" title="class in keywhiz.jooq.tables.records">GroupsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/MembershipsRecord.html#valuesRow--">valuesRow()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/MembershipsRecord.html" title="class in keywhiz.jooq.tables.records">MembershipsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html#valuesRow--">valuesRow()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SchemaVersionRecord.html" title="class in keywhiz.jooq.tables.records">SchemaVersionRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsContentRecord.html#valuesRow--">valuesRow()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsContentRecord.html" title="class in keywhiz.jooq.tables.records">SecretsContentRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/SecretsRecord.html#valuesRow--">valuesRow()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/SecretsRecord.html" title="class in keywhiz.jooq.tables.records">SecretsRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/records/UsersRecord.html#valuesRow--">valuesRow()</a></span> - Method in class keywhiz.jooq.tables.records.<a href="keywhiz/jooq/tables/records/UsersRecord.html" title="class in keywhiz.jooq.tables.records">UsersRecord</a></dt>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/SchemaVersion.html#VERSION">VERSION</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/SchemaVersion.html" title="class in keywhiz.jooq.tables">SchemaVersion</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.schema_version.version</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="keywhiz/jooq/tables/SchemaVersion.html#VERSION_RANK">VERSION_RANK</a></span> - Variable in class keywhiz.jooq.tables.<a href="keywhiz/jooq/tables/SchemaVersion.html" title="class in keywhiz.jooq.tables">SchemaVersion</a></dt>
<dd>
<div class="block">The column <code>keywhizdb_test.schema_version.version_rank</code>.</div>
</dd>
</dl>
<a href="#I:A">A</a> <a href="#I:C">C</a> <a href="#I:D">D</a> <a href="#I:E">E</a> <a href="#I:F">F</a> <a href="#I:G">G</a> <a href="#I:I">I</a> <a href="#I:K">K</a> <a href="#I:L">L</a> <a href="#I:M">M</a> <a href="#I:N">N</a> <a href="#I:O">O</a> <a href="#I:P">P</a> <a href="#I:R">R</a> <a href="#I:S">S</a> <a href="#I:T">T</a> <a href="#I:U">U</a> <a href="#I:V">V</a> </div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2017. All rights reserved.</small></p>
</body>
</html>
|
src/public/examples/d3-test.html | jessecascio/querypro | <!DOCTYPE html>
<html lang="en" ng-app="querypro">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Jesse Cascio">
<title>SB Admin 2 - Bootstrap Admin Theme</title>
<!-- Bootstrap Core CSS -->
<link href="bower_components/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- MetisMenu CSS -->
<link href="bower_components/metisMenu/dist/metisMenu.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="dist/css/sb-admin-2.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="bower_components/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- d3 @ 3.5.5 -->
<script src="js/d3.min.js"></script>
</head>
<body>
<div id="wrapper">
<!-- Navigation -->
<div ng-include src="'includes/navigation.html'"></div>
<!-- Page Content -->
<div id="page-wrapper">
<div class="container-fluid">
<div class="row">
<div class="col-lg-12">
<h1 class="page-header">Blank</h1>
<div class="d3"></div>
<!-- d3 code -->
<script type="text/javascript">
// From http://mkweb.bcgsc.ca/circos/guide/tables/
var matrix = [
[11975, 5871, 8916, 2868],
[ 1951, 10048, 2060, 6171],
[ 8010, 16145, 8090, 8045],
[ 1013, 990, 940, 6907]
];
var chord = d3.layout.chord()
.padding(.05)
.sortSubgroups(d3.descending)
.matrix(matrix);
var width = 960,
height = 500,
innerRadius = Math.min(width, height) * .41,
outerRadius = innerRadius * 1.1;
var fill = d3.scale.ordinal()
.domain(d3.range(4))
.range(["#000000", "#FFDD89", "#957244", "#F26223"]);
var svg = d3.select("div.d3").append("svg")
.attr("width", width)
.attr("height", height)
.append("g")
.attr("transform", "translate(" + width / 2 + "," + height / 2 + ")");
svg.append("g").selectAll("path")
.data(chord.groups)
.enter().append("path")
.style("fill", function(d) { return fill(d.index); })
.style("stroke", function(d) { return fill(d.index); })
.attr("d", d3.svg.arc().innerRadius(innerRadius).outerRadius(outerRadius))
.on("mouseover", fade(.1))
.on("mouseout", fade(1));
var ticks = svg.append("g").selectAll("g")
.data(chord.groups)
.enter().append("g").selectAll("g")
.data(groupTicks)
.enter().append("g")
.attr("transform", function(d) {
return "rotate(" + (d.angle * 180 / Math.PI - 90) + ")"
+ "translate(" + outerRadius + ",0)";
});
ticks.append("line")
.attr("x1", 1)
.attr("y1", 0)
.attr("x2", 5)
.attr("y2", 0)
.style("stroke", "#000");
ticks.append("text")
.attr("x", 8)
.attr("dy", ".35em")
.attr("transform", function(d) { return d.angle > Math.PI ? "rotate(180)translate(-16)" : null; })
.style("text-anchor", function(d) { return d.angle > Math.PI ? "end" : null; })
.text(function(d) { return d.label; });
svg.append("g")
.attr("class", "chord")
.selectAll("path")
.data(chord.chords)
.enter().append("path")
.attr("d", d3.svg.chord().radius(innerRadius))
.style("fill", function(d) { return fill(d.target.index); })
.style("opacity", 1);
// Returns an array of tick angles and labels, given a group.
function groupTicks(d) {
var k = (d.endAngle - d.startAngle) / d.value;
return d3.range(0, d.value, 1000).map(function(v, i) {
return {
angle: v * k + d.startAngle,
label: i % 5 ? null : v / 1000 + "k"
};
});
}
// Returns an event handler for fading a given chord group.
function fade(opacity) {
return function(g, i) {
svg.selectAll(".chord path")
.filter(function(d) { return d.source.index != i && d.target.index != i; })
.transition()
.style("opacity", opacity);
};
}
/*
var columns = ['hash', 'query', 'duration'];
var points = [
[123,'query1',.230],
[124,'query2',.231],
[125,'query3',.232],
[126,'query4',.233],
[127,'query5',.234],
[128,'query6',.235],
[129,'query7',.236],
[131,'query8',.237],
];
d3.select("body").append("p").text("New paragraph!");
*/
</script>
</div>
<!-- /.col-lg-12 -->
</div>
<!-- /.row -->
</div>
<!-- /.container-fluid -->
</div>
<!-- /#page-wrapper -->
</div>
<!-- /#wrapper -->
<!-- angularjs @ 1.4.1 -->
<script src="js/angular.min.js"></script>
<!-- app -->
<script src="js/app.js"></script>
<!-- jQuery -->
<script src="bower_components/jquery/dist/jquery.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
<!-- Metis Menu Plugin JavaScript -->
<script src="bower_components/metisMenu/dist/metisMenu.min.js"></script>
<!-- Custom Theme JavaScript -->
<script src="dist/js/sb-admin-2.js"></script>
</body>
</html>
|
images/sliders/index.html | hammadalinaqvi/bookstoregenie | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<title>Index of /ammon/images/sliders</title>
<meta charset="UTF-8"></head>
<body>
<h1>Index of /ammon/images/sliders</h1>
<ul><li><a href="../index.html"> Parent Directory</a></li>
<li><a href="./anything_slider/index.html"> anything_slider/</a></li>
<li><a href="./full_slider/index.html"> full_slider/</a></li>
<li><a href="./interactive_content/index.html"> interactive_content/</a></li>
<li><a href="./nivoslider/index.html"> nivoslider/</a></li>
<li><a href="./piecemaker/index.html"> piecemaker/</a></li>
<li><a href="./portfolio_showcase/index.html"> portfolio_showcase/</a></li>
<li><a href="./wowslider/index.html"> wowslider/</a></li>
</ul>
</body></html>
|
doc/org/xclcharts/renderer/class-use/LnChart.html | tangjilv/news-project | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_07) on Sat Aug 23 20:46:18 CST 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class org.xclcharts.renderer.LnChart</title>
<meta name="date" content="2014-08-23">
<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.xclcharts.renderer.LnChart";
}
//-->
</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/xclcharts/renderer/LnChart.html" title="class in org.xclcharts.renderer">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/xclcharts/renderer/class-use/LnChart.html" target="_top">Frames</a></li>
<li><a href="LnChart.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.xclcharts.renderer.LnChart" class="title">Uses of Class<br>org.xclcharts.renderer.LnChart</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../org/xclcharts/renderer/LnChart.html" title="class in org.xclcharts.renderer">LnChart</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.xclcharts.chart">org.xclcharts.chart</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.xclcharts.chart">
<!-- -->
</a>
<h3>Uses of <a href="../../../../org/xclcharts/renderer/LnChart.html" title="class in org.xclcharts.renderer">LnChart</a> in <a href="../../../../org/xclcharts/chart/package-summary.html">org.xclcharts.chart</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../org/xclcharts/renderer/LnChart.html" title="class in org.xclcharts.renderer">LnChart</a> in <a href="../../../../org/xclcharts/chart/package-summary.html">org.xclcharts.chart</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../org/xclcharts/chart/AreaChart.html" title="class in org.xclcharts.chart">AreaChart</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../org/xclcharts/chart/LineChart.html" title="class in org.xclcharts.chart">LineChart</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../org/xclcharts/chart/SplineChart.html" title="class in org.xclcharts.chart">SplineChart</a></strong></code> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../org/xclcharts/renderer/LnChart.html" title="class in org.xclcharts.renderer">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/xclcharts/renderer/class-use/LnChart.html" target="_top">Frames</a></li>
<li><a href="LnChart.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>
|
2017/10/17/第一篇博客说明翻译系列/index.html | INGslh/ingslh.github.io | <!DOCTYPE html>
<html class="theme-next muse use-motion" lang="zh-Hans">
<head>
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
<meta name="theme-color" content="#222">
<meta http-equiv="Cache-Control" content="no-transform" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<link href="/lib/fancybox/source/jquery.fancybox.css?v=2.1.5" rel="stylesheet" type="text/css" />
<link href="//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic&subset=latin,latin-ext" rel="stylesheet" type="text/css">
<link href="/lib/font-awesome/css/font-awesome.min.css?v=4.6.2" rel="stylesheet" type="text/css" />
<link href="/css/main.css?v=5.1.2" rel="stylesheet" type="text/css" />
<meta name="keywords" content="扯淡," />
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico?v=5.1.2" />
<meta name="description" content="hello wold!0一直想对本科阶段的实验室学习做一个总结,也一直找了各种理由拖了下来。 1毕业设计跟软件无线电有些关系,是基于GNU Radio平台,针对eclipse写一个插件。所以这段时间在学习GR。为了能捎带着练一下英语,翻译了一下它的官方教程,作为博客的第一个系列文章。(已更两篇,持续更新) 翻译GNU Radio教程(1): GNU Radio介绍 翻译GNU Radio教程(2">
<meta name="keywords" content="扯淡">
<meta property="og:type" content="article">
<meta property="og:title" content="hello world!">
<meta property="og:url" content="http://yoursite.com/2017/10/17/第一篇博客说明翻译系列/index.html">
<meta property="og:site_name" content="INGslh's blog">
<meta property="og:description" content="hello wold!0一直想对本科阶段的实验室学习做一个总结,也一直找了各种理由拖了下来。 1毕业设计跟软件无线电有些关系,是基于GNU Radio平台,针对eclipse写一个插件。所以这段时间在学习GR。为了能捎带着练一下英语,翻译了一下它的官方教程,作为博客的第一个系列文章。(已更两篇,持续更新) 翻译GNU Radio教程(1): GNU Radio介绍 翻译GNU Radio教程(2">
<meta property="og:locale" content="zh-Hans">
<meta property="og:updated_time" content="2017-10-30T14:17:08.540Z">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="hello world!">
<meta name="twitter:description" content="hello wold!0一直想对本科阶段的实验室学习做一个总结,也一直找了各种理由拖了下来。 1毕业设计跟软件无线电有些关系,是基于GNU Radio平台,针对eclipse写一个插件。所以这段时间在学习GR。为了能捎带着练一下英语,翻译了一下它的官方教程,作为博客的第一个系列文章。(已更两篇,持续更新) 翻译GNU Radio教程(1): GNU Radio介绍 翻译GNU Radio教程(2">
<script type="text/javascript" id="hexo.configurations">
var NexT = window.NexT || {};
var CONFIG = {
root: '/',
scheme: 'Muse',
version: '5.1.2',
sidebar: {"position":"left","display":"post","offset":12,"offset_float":12,"b2t":false,"scrollpercent":false,"onmobile":false},
fancybox: true,
tabs: true,
motion: {"enable":true,"async":false,"transition":{"post_block":"fadeIn","post_header":"slideDownIn","post_body":"slideDownIn","coll_header":"slideLeftIn"}},
duoshuo: {
userId: '0',
author: '博主'
},
algolia: {
applicationID: '',
apiKey: '',
indexName: '',
hits: {"per_page":10},
labels: {"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"}
}
};
</script>
<link rel="canonical" href="http://yoursite.com/2017/10/17/第一篇博客说明翻译系列/"/>
<title>hello world! | INGslh's blog</title>
</head>
<body itemscope itemtype="http://schema.org/WebPage" lang="zh-Hans">
<div class="container sidebar-position-left page-post-detail">
<div class="headband"></div>
<header id="header" class="header" itemscope itemtype="http://schema.org/WPHeader">
<div class="header-inner"><div class="site-brand-wrapper">
<div class="site-meta ">
<div class="custom-logo-site-title">
<a href="/" class="brand" rel="start">
<span class="logo-line-before"><i></i></span>
<span class="site-title">INGslh's blog</span>
<span class="logo-line-after"><i></i></span>
</a>
</div>
<p class="site-subtitle">尽量周更</p>
</div>
<div class="site-nav-toggle">
<button>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
</button>
</div>
</div>
<nav class="site-nav">
<ul id="menu" class="menu">
<li class="menu-item menu-item-home">
<a href="/" rel="section">
<i class="menu-item-icon fa fa-fw fa-home"></i> <br />
首页
</a>
</li>
<li class="menu-item menu-item-tags">
<a href="/tags/" rel="section">
<i class="menu-item-icon fa fa-fw fa-tags"></i> <br />
标签
</a>
</li>
<li class="menu-item menu-item-archives">
<a href="/archives/" rel="section">
<i class="menu-item-icon fa fa-fw fa-archive"></i> <br />
归档
</a>
</li>
</ul>
</nav>
</div>
</header>
<main id="main" class="main">
<div class="main-inner">
<div class="content-wrap">
<div id="content" class="content">
<div id="posts" class="posts-expand">
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<div class="post-block">
<link itemprop="mainEntityOfPage" href="http://yoursite.com/2017/10/17/第一篇博客说明翻译系列/">
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
<meta itemprop="name" content="INGslh">
<meta itemprop="description" content="">
<meta itemprop="image" content="/uploads/touxiang1.jpg">
</span>
<span hidden itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
<meta itemprop="name" content="INGslh's blog">
</span>
<header class="post-header">
<h1 class="post-title" itemprop="name headline">hello world!</h1>
<div class="post-meta">
<span class="post-time">
<span class="post-meta-item-icon">
<i class="fa fa-calendar-o"></i>
</span>
<span class="post-meta-item-text">发表于</span>
<time title="创建于" itemprop="dateCreated datePublished" datetime="2017-10-17T15:43:05+08:00">
2017-10-17
</time>
</span>
</div>
</header>
<div class="post-body" itemprop="articleBody">
<h1 id="hello-wold"><a href="#hello-wold" class="headerlink" title="hello wold!"></a>hello wold!</h1><h2 id="0"><a href="#0" class="headerlink" title="0"></a>0</h2><p>一直想对本科阶段的实验室学习做一个总结,也一直找了各种理由拖了下来。</p>
<h2 id="1"><a href="#1" class="headerlink" title="1"></a>1</h2><p>毕业设计跟软件无线电有些关系,是基于GNU Radio平台,针对eclipse写一个插件。所以这段时间在学习GR。为了能捎带着练一下英语,翻译了一下它的官方教程,作为博客的第一个系列文章。(已更两篇,持续更新)</p>
<ol>
<li>翻译GNU Radio教程(1): GNU Radio介绍</li>
<li><a href="https://ingslh.github.io/2017/10/18/Guided%20Tutorial%20GRC%E7%BF%BB%E8%AF%91/" target="_blank" rel="external">翻译GNU Radio教程(2):GNU Radio下的GRC编程</a></li>
<li><a href="https://ingslh.github.io/2017/10/20/%E7%BF%BB%E8%AF%91GNU%20radio%E6%95%99%E7%A8%8B%EF%BC%9AGNUradio%E7%9A%84Python%E7%BC%96%E7%A8%8B/" target="_blank" rel="external">翻译GNU Radio教程(3):GNU Radio下的Python编程</a></li>
<li>翻译GNU Radio教程(4):GNU Radio下的C++编程</li>
<li>翻译GNU Radio教程(5):GNU Radio下编程总结</li>
<li>翻译GNU Radio教程(6):在GNU Radio连接硬件工作</li>
<li>翻译GNU Radio教程(7):实现PSK算法</li>
</ol>
<h2 id="2"><a href="#2" class="headerlink" title="2"></a>2</h2><p>有点想接毕设单。。</p>
</div>
<div>
<div style="padding: 10px 0; margin: 20px auto; width: 90%; text-align: center;">
<div>想吃雪糕!</div>
<button id="rewardButton" disable="enable" onclick="var qr = document.getElementById('QR'); if (qr.style.display === 'none') {qr.style.display='block';} else {qr.style.display='none'}">
<span>打赏</span>
</button>
<div id="QR" style="display: none;">
<div id="wechat" style="display: inline-block">
<img id="wechat_qr" src="/images/wechat.png" alt="INGslh 微信支付"/>
<p>微信支付</p>
</div>
<div id="alipay" style="display: inline-block">
<img id="alipay_qr" src="/images/alipay.png" alt="INGslh 支付宝"/>
<p>支付宝</p>
</div>
</div>
</div>
</div>
<footer class="post-footer">
<div class="post-tags">
<a href="/tags/扯淡/" rel="tag"># 扯淡</a>
</div>
<div class="post-nav">
<div class="post-nav-next post-nav-item">
</div>
<span class="post-nav-divider"></span>
<div class="post-nav-prev post-nav-item">
<a href="/2017/10/18/Guided Tutorial GRC翻译/" rel="prev" title="翻译GNU Radio教程(2):GNU Radio下的GRC编程">
翻译GNU Radio教程(2):GNU Radio下的GRC编程 <i class="fa fa-chevron-right"></i>
</a>
</div>
</div>
</footer>
</div>
</article>
<div class="post-spread">
</div>
</div>
</div>
<div class="comments" id="comments">
</div>
</div>
<div class="sidebar-toggle">
<div class="sidebar-toggle-line-wrap">
<span class="sidebar-toggle-line sidebar-toggle-line-first"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-middle"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-last"></span>
</div>
</div>
<aside id="sidebar" class="sidebar">
<div class="sidebar-inner">
<ul class="sidebar-nav motion-element">
<li class="sidebar-nav-toc sidebar-nav-active" data-target="post-toc-wrap" >
文章目录
</li>
<li class="sidebar-nav-overview" data-target="site-overview">
站点概览
</li>
</ul>
<section class="site-overview sidebar-panel">
<div class="site-author motion-element" itemprop="author" itemscope itemtype="http://schema.org/Person">
<img class="site-author-image" itemprop="image"
src="/uploads/touxiang1.jpg"
alt="INGslh" />
<p class="site-author-name" itemprop="name">INGslh</p>
<p class="site-description motion-element" itemprop="description">写着玩的</p>
</div>
<nav class="site-state motion-element">
<div class="site-state-item site-state-posts">
<a href="/archives/">
<span class="site-state-item-count">8</span>
<span class="site-state-item-name">日志</span>
</a>
</div>
<div class="site-state-item site-state-tags">
<a href="/tags/index.html">
<span class="site-state-item-count">9</span>
<span class="site-state-item-name">标签</span>
</a>
</div>
</nav>
<div class="links-of-author motion-element">
<span class="links-of-author-item">
<a href="https://github.com/ingslh" target="_blank" title="GitHub">
<i class="fa fa-fw fa-github"></i>GitHub</a>
</span>
<span class="links-of-author-item">
<a href="mailto:[email protected]" target="_blank" title="E-Mail">
<i class="fa fa-fw fa-envelope"></i>E-Mail</a>
</span>
<span class="links-of-author-item">
<a href="https://weibo.com/ingslh" target="_blank" title="Weibo">
<i class="fa fa-fw fa-weibo"></i>Weibo</a>
</span>
<span class="links-of-author-item">
<a href="https://twitter.com/ingslh" target="_blank" title="Twitter">
<i class="fa fa-fw fa-twitter"></i>Twitter</a>
</span>
</div>
</section>
<!--noindex-->
<section class="post-toc-wrap motion-element sidebar-panel sidebar-panel-active">
<div class="post-toc">
<div class="post-toc-content"><ol class="nav"><li class="nav-item nav-level-1"><a class="nav-link" href="#hello-wold"><span class="nav-number">1.</span> <span class="nav-text">hello wold!</span></a><ol class="nav-child"><li class="nav-item nav-level-2"><a class="nav-link" href="#0"><span class="nav-number">1.1.</span> <span class="nav-text">0</span></a></li><li class="nav-item nav-level-2"><a class="nav-link" href="#1"><span class="nav-number">1.2.</span> <span class="nav-text">1</span></a></li><li class="nav-item nav-level-2"><a class="nav-link" href="#2"><span class="nav-number">1.3.</span> <span class="nav-text">2</span></a></li></ol></li></ol></div>
</div>
</section>
<!--/noindex-->
</div>
</aside>
</div>
</main>
<footer id="footer" class="footer">
<div class="footer-inner">
<div class="copyright" >
©
<span itemprop="copyrightYear">2018</span>
<span class="with-love">
<i class="fa fa-heart"></i>
</span>
<span class="author" itemprop="copyrightHolder">INGslh</span>
</div>
<div class="powered-by">由 <a class="theme-link" href="https://hexo.io">Hexo</a> 强力驱动</div>
<span class="post-meta-divider">|</span>
<div class="theme-info">主题 — <a class="theme-link" href="https://github.com/iissnan/hexo-theme-next">NexT.Muse</a> v5.1.2</div>
</div>
</footer>
<div class="back-to-top">
<i class="fa fa-arrow-up"></i>
</div>
</div>
<script type="text/javascript">
if (Object.prototype.toString.call(window.Promise) !== '[object Function]') {
window.Promise = null;
}
</script>
<script type="text/javascript" src="/lib/jquery/index.js?v=2.1.3"></script>
<script type="text/javascript" src="/lib/fastclick/lib/fastclick.min.js?v=1.0.6"></script>
<script type="text/javascript" src="/lib/jquery_lazyload/jquery.lazyload.js?v=1.9.7"></script>
<script type="text/javascript" src="/lib/velocity/velocity.min.js?v=1.2.1"></script>
<script type="text/javascript" src="/lib/velocity/velocity.ui.min.js?v=1.2.1"></script>
<script type="text/javascript" src="/lib/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
<script type="text/javascript" src="/js/src/utils.js?v=5.1.2"></script>
<script type="text/javascript" src="/js/src/motion.js?v=5.1.2"></script>
<script type="text/javascript" src="/js/src/scrollspy.js?v=5.1.2"></script>
<script type="text/javascript" src="/js/src/post-details.js?v=5.1.2"></script>
<script type="text/javascript" src="/js/src/scrollspy.js?v=5.1.2"></script>
<script type="text/javascript" src="/js/src/post-details.js?v=5.1.2"></script>
<script type="text/javascript" src="/js/src/bootstrap.js?v=5.1.2"></script>
</body>
</html>
|
kerberos/kdc/src/krb5-1.16/doc/html/appdev/refs/macros/ADDRTYPE_IPPORT.html | gerritjvv/cryptoplayground | <!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>ADDRTYPE_IPPORT — MIT Kerberos Documentation</title>
<link rel="stylesheet" href="../../../_static/agogo.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/kerb.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../../../',
VERSION: '1.16',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="../../../_static/jquery.js"></script>
<script type="text/javascript" src="../../../_static/underscore.js"></script>
<script type="text/javascript" src="../../../_static/doctools.js"></script>
<link rel="author" title="About these documents" href="../../../about.html" />
<link rel="copyright" title="Copyright" href="../../../copyright.html" />
<link rel="top" title="MIT Kerberos Documentation" href="../../../index.html" />
<link rel="up" title="krb5 simple macros" href="index.html" />
<link rel="next" title="ADDRTYPE_ISO" href="ADDRTYPE_ISO.html" />
<link rel="prev" title="ADDRTYPE_INET6" href="ADDRTYPE_INET6.html" />
</head>
<body>
<div class="header-wrapper">
<div class="header">
<h1><a href="../../../index.html">MIT Kerberos Documentation</a></h1>
<div class="rel">
<a href="../../../index.html" title="Full Table of Contents"
accesskey="C">Contents</a> |
<a href="ADDRTYPE_INET6.html" title="ADDRTYPE_INET6"
accesskey="P">previous</a> |
<a href="ADDRTYPE_ISO.html" title="ADDRTYPE_ISO"
accesskey="N">next</a> |
<a href="../../../genindex.html" title="General Index"
accesskey="I">index</a> |
<a href="../../../search.html" title="Enter search criteria"
accesskey="S">Search</a> |
<a href="mailto:[email protected]?subject=Documentation__ADDRTYPE_IPPORT">feedback</a>
</div>
</div>
</div>
<div class="content-wrapper">
<div class="content">
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<div class="section" id="addrtype-ipport">
<span id="addrtype-ipport-data"></span><h1>ADDRTYPE_IPPORT<a class="headerlink" href="#addrtype-ipport" title="Permalink to this headline">¶</a></h1>
<dl class="data">
<dt id="ADDRTYPE_IPPORT">
<tt class="descname">ADDRTYPE_IPPORT</tt><a class="headerlink" href="#ADDRTYPE_IPPORT" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<table border="1" class="docutils">
<colgroup>
<col width="50%" />
<col width="50%" />
</colgroup>
<tbody valign="top">
<tr class="row-odd"><td><tt class="docutils literal"><span class="pre">ADDRTYPE_IPPORT</span></tt></td>
<td><tt class="docutils literal"><span class="pre">0x0101</span></tt></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
<div class="sidebar">
<h2>On this page</h2>
<ul>
<li><a class="reference internal" href="#">ADDRTYPE_IPPORT</a></li>
</ul>
<br/>
<h2>Table of contents</h2>
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../../../user/index.html">For users</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../admin/index.html">For administrators</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="../../index.html">For application developers</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="../../gssapi.html">Developing with GSSAPI</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../y2038.html">Year 2038 considerations for uses of krb5_timestamp</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../h5l_mit_apidiff.html">Differences between Heimdal and MIT Kerberos API</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../init_creds.html">Initial credentials</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../princ_handle.html">Principal manipulation and parsing</a></li>
<li class="toctree-l2 current"><a class="reference internal" href="../index.html">Complete reference - API and datatypes</a><ul class="current">
<li class="toctree-l3"><a class="reference internal" href="../api/index.html">krb5 API</a></li>
<li class="toctree-l3"><a class="reference internal" href="../types/index.html">krb5 types and structures</a></li>
<li class="toctree-l3 current"><a class="reference internal" href="index.html">krb5 simple macros</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../../../plugindev/index.html">For plugin module developers</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../build/index.html">Building Kerberos V5</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../basic/index.html">Kerberos V5 concepts</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../formats/index.html">Protocols and file formats</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../mitK5features.html">MIT Kerberos features</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../build_this.html">How to build this documentation from the source</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../about.html">Contributing to the MIT Kerberos Documentation</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../resources.html">Resources</a></li>
</ul>
<br/>
<h4><a href="../../../index.html">Full Table of Contents</a></h4>
<h4>Search</h4>
<form class="search" action="../../../search.html" method="get">
<input type="text" name="q" size="18" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
<div class="clearer"></div>
</div>
</div>
<div class="footer-wrapper">
<div class="footer" >
<div class="right" ><i>Release: 1.16</i><br />
© <a href="../../../copyright.html">Copyright</a> 1985-2017, MIT.
</div>
<div class="left">
<a href="../../../index.html" title="Full Table of Contents"
>Contents</a> |
<a href="ADDRTYPE_INET6.html" title="ADDRTYPE_INET6"
>previous</a> |
<a href="ADDRTYPE_ISO.html" title="ADDRTYPE_ISO"
>next</a> |
<a href="../../../genindex.html" title="General Index"
>index</a> |
<a href="../../../search.html" title="Enter search criteria"
>Search</a> |
<a href="mailto:[email protected]?subject=Documentation__ADDRTYPE_IPPORT">feedback</a>
</div>
</div>
</div>
</body>
</html> |
docs/new-pandas-doc/generated/pandas.Series.memory_usage.html | datapythonista/datapythonista.github.io |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>pandas.Series.memory_usage — pandas 0.24.0.dev0+81.g8d5032a8c.dirty documentation</title>
<link rel="stylesheet" href="../_static/nature.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="pandas.Series.min" href="pandas.Series.min.html" />
<link rel="prev" title="pandas.Series.median" href="pandas.Series.median.html" />
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="pandas.Series.min.html" title="pandas.Series.min"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="pandas.Series.median.html" title="pandas.Series.median"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../index.html">pandas 0.24.0.dev0+81.g8d5032a8c.dirty documentation</a> »</li>
<li class="nav-item nav-item-1"><a href="../api.html" >API Reference</a> »</li>
<li class="nav-item nav-item-2"><a href="pandas.Series.html" accesskey="U">pandas.Series</a> »</li>
</ul>
</div>
<div class="content-wrapper">
<div class="content">
<div class="document">
<div class="sphinxsidebar">
<h3>Table Of Contents</h3>
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../whatsnew.html">What’s New</a></li>
<li class="toctree-l1"><a class="reference internal" href="../install.html">Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="../contributing.html">Contributing to pandas</a></li>
<li class="toctree-l1"><a class="reference internal" href="../overview.html">Package overview</a></li>
<li class="toctree-l1"><a class="reference internal" href="../10min.html">10 Minutes to pandas</a></li>
<li class="toctree-l1"><a class="reference internal" href="../tutorials.html">Tutorials</a></li>
<li class="toctree-l1"><a class="reference internal" href="../cookbook.html">Cookbook</a></li>
<li class="toctree-l1"><a class="reference internal" href="../dsintro.html">Intro to Data Structures</a></li>
<li class="toctree-l1"><a class="reference internal" href="../basics.html">Essential Basic Functionality</a></li>
<li class="toctree-l1"><a class="reference internal" href="../text.html">Working with Text Data</a></li>
<li class="toctree-l1"><a class="reference internal" href="../options.html">Options and Settings</a></li>
<li class="toctree-l1"><a class="reference internal" href="../indexing.html">Indexing and Selecting Data</a></li>
<li class="toctree-l1"><a class="reference internal" href="../advanced.html">MultiIndex / Advanced Indexing</a></li>
<li class="toctree-l1"><a class="reference internal" href="../computation.html">Computational tools</a></li>
<li class="toctree-l1"><a class="reference internal" href="../missing_data.html">Working with missing data</a></li>
<li class="toctree-l1"><a class="reference internal" href="../groupby.html">Group By: split-apply-combine</a></li>
<li class="toctree-l1"><a class="reference internal" href="../merging.html">Merge, join, and concatenate</a></li>
<li class="toctree-l1"><a class="reference internal" href="../reshaping.html">Reshaping and Pivot Tables</a></li>
<li class="toctree-l1"><a class="reference internal" href="../timeseries.html">Time Series / Date functionality</a></li>
<li class="toctree-l1"><a class="reference internal" href="../timedeltas.html">Time Deltas</a></li>
<li class="toctree-l1"><a class="reference internal" href="../categorical.html">Categorical Data</a></li>
<li class="toctree-l1"><a class="reference internal" href="../visualization.html">Visualization</a></li>
<li class="toctree-l1"><a class="reference internal" href="../style.html">Styling</a></li>
<li class="toctree-l1"><a class="reference internal" href="../io.html">IO Tools (Text, CSV, HDF5, …)</a></li>
<li class="toctree-l1"><a class="reference internal" href="../enhancingperf.html">Enhancing Performance</a></li>
<li class="toctree-l1"><a class="reference internal" href="../sparse.html">Sparse data structures</a></li>
<li class="toctree-l1"><a class="reference internal" href="../gotchas.html">Frequently Asked Questions (FAQ)</a></li>
<li class="toctree-l1"><a class="reference internal" href="../r_interface.html">rpy2 / R interface</a></li>
<li class="toctree-l1"><a class="reference internal" href="../ecosystem.html">pandas Ecosystem</a></li>
<li class="toctree-l1"><a class="reference internal" href="../comparison_with_r.html">Comparison with R / R libraries</a></li>
<li class="toctree-l1"><a class="reference internal" href="../comparison_with_sql.html">Comparison with SQL</a></li>
<li class="toctree-l1"><a class="reference internal" href="../comparison_with_sas.html">Comparison with SAS</a></li>
<li class="toctree-l1"><a class="reference internal" href="../comparison_with_stata.html">Comparison with Stata</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="../api.html">API Reference</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="../api.html#input-output">Input/Output</a></li>
<li class="toctree-l2"><a class="reference internal" href="../api.html#general-functions">General functions</a></li>
<li class="toctree-l2 current"><a class="reference internal" href="../api.html#series">Series</a><ul class="current">
<li class="toctree-l3"><a class="reference internal" href="../api.html#constructor">Constructor</a></li>
<li class="toctree-l3 current"><a class="reference internal" href="../api.html#attributes">Attributes</a><ul class="current">
<li class="toctree-l4"><a class="reference internal" href="pandas.Series.index.html">pandas.Series.index</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.Series.values.html">pandas.Series.values</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.Series.dtype.html">pandas.Series.dtype</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.Series.ftype.html">pandas.Series.ftype</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.Series.shape.html">pandas.Series.shape</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.Series.nbytes.html">pandas.Series.nbytes</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.Series.ndim.html">pandas.Series.ndim</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.Series.size.html">pandas.Series.size</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.Series.strides.html">pandas.Series.strides</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.Series.itemsize.html">pandas.Series.itemsize</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.Series.base.html">pandas.Series.base</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.Series.T.html">pandas.Series.T</a></li>
<li class="toctree-l4 current"><a class="current reference internal" href="#">pandas.Series.memory_usage</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.Series.hasnans.html">pandas.Series.hasnans</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.Series.flags.html">pandas.Series.flags</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.Series.empty.html">pandas.Series.empty</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.Series.dtypes.html">pandas.Series.dtypes</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.Series.ftypes.html">pandas.Series.ftypes</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.Series.data.html">pandas.Series.data</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.Series.is_copy.html">pandas.Series.is_copy</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.Series.name.html">pandas.Series.name</a></li>
<li class="toctree-l4"><a class="reference internal" href="pandas.Series.put.html">pandas.Series.put</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="../api.html#conversion">Conversion</a></li>
<li class="toctree-l3"><a class="reference internal" href="../api.html#indexing-iteration">Indexing, iteration</a></li>
<li class="toctree-l3"><a class="reference internal" href="../api.html#binary-operator-functions">Binary operator functions</a></li>
<li class="toctree-l3"><a class="reference internal" href="../api.html#function-application-groupby-window">Function application, GroupBy & Window</a></li>
<li class="toctree-l3"><a class="reference internal" href="../api.html#computations-descriptive-stats">Computations / Descriptive Stats</a></li>
<li class="toctree-l3"><a class="reference internal" href="../api.html#reindexing-selection-label-manipulation">Reindexing / Selection / Label manipulation</a></li>
<li class="toctree-l3"><a class="reference internal" href="../api.html#missing-data-handling">Missing data handling</a></li>
<li class="toctree-l3"><a class="reference internal" href="../api.html#reshaping-sorting">Reshaping, sorting</a></li>
<li class="toctree-l3"><a class="reference internal" href="../api.html#combining-joining-merging">Combining / joining / merging</a></li>
<li class="toctree-l3"><a class="reference internal" href="../api.html#time-series-related">Time series-related</a></li>
<li class="toctree-l3"><a class="reference internal" href="../api.html#datetimelike-properties">Datetimelike Properties</a></li>
<li class="toctree-l3"><a class="reference internal" href="../api.html#string-handling">String handling</a></li>
<li class="toctree-l3"><a class="reference internal" href="../api.html#categorical">Categorical</a></li>
<li class="toctree-l3"><a class="reference internal" href="../api.html#plotting">Plotting</a></li>
<li class="toctree-l3"><a class="reference internal" href="../api.html#serialization-io-conversion">Serialization / IO / Conversion</a></li>
<li class="toctree-l3"><a class="reference internal" href="../api.html#sparse">Sparse</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="../api.html#dataframe">DataFrame</a></li>
<li class="toctree-l2"><a class="reference internal" href="../api.html#panel">Panel</a></li>
<li class="toctree-l2"><a class="reference internal" href="../api.html#index">Index</a></li>
<li class="toctree-l2"><a class="reference internal" href="../api.html#numeric-index">Numeric Index</a></li>
<li class="toctree-l2"><a class="reference internal" href="../api.html#categoricalindex">CategoricalIndex</a></li>
<li class="toctree-l2"><a class="reference internal" href="../api.html#intervalindex">IntervalIndex</a></li>
<li class="toctree-l2"><a class="reference internal" href="../api.html#multiindex">MultiIndex</a></li>
<li class="toctree-l2"><a class="reference internal" href="../api.html#datetimeindex">DatetimeIndex</a></li>
<li class="toctree-l2"><a class="reference internal" href="../api.html#timedeltaindex">TimedeltaIndex</a></li>
<li class="toctree-l2"><a class="reference internal" href="../api.html#periodindex">PeriodIndex</a></li>
<li class="toctree-l2"><a class="reference internal" href="../api.html#scalars">Scalars</a></li>
<li class="toctree-l2"><a class="reference internal" href="../api.html#frequencies">Frequencies</a></li>
<li class="toctree-l2"><a class="reference internal" href="../api.html#window">Window</a></li>
<li class="toctree-l2"><a class="reference internal" href="../api.html#groupby">GroupBy</a></li>
<li class="toctree-l2"><a class="reference internal" href="../api.html#resampling">Resampling</a></li>
<li class="toctree-l2"><a class="reference internal" href="../api.html#style">Style</a></li>
<li class="toctree-l2"><a class="reference internal" href="../api.html#id43">Plotting</a></li>
<li class="toctree-l2"><a class="reference internal" href="../api.html#general-utility-functions">General utility functions</a></li>
<li class="toctree-l2"><a class="reference internal" href="../api.html#extensions">Extensions</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../developer.html">Developer</a></li>
<li class="toctree-l1"><a class="reference internal" href="../internals.html">Internals</a></li>
<li class="toctree-l1"><a class="reference internal" href="../extending.html">Extending Pandas</a></li>
<li class="toctree-l1"><a class="reference internal" href="../release.html">Release Notes</a></li>
</ul>
<h3 style="margin-top: 1.5em;">Search</h3>
<form class="search" action="../search.html" method="get">
<input type="text" name="q" size="18"/>
<input type="submit" value="Go"/>
<input type="hidden" name="check_keywords" value="yes"/>
<input type="hidden" name="area" value="default"/>
</form>
<p class="searchtip" style="font-size: 90%">
Enter search terms or a module, class or function name.
</p>
</div>
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<div class="section" id="pandas-series-memory-usage">
<h1>pandas.Series.memory_usage<a class="headerlink" href="#pandas-series-memory-usage" title="Permalink to this headline">¶</a></h1>
<dl class="method">
<dt id="pandas.Series.memory_usage">
<code class="descclassname">Series.</code><code class="descname">memory_usage</code><span class="sig-paren">(</span><em>index=True</em>, <em>deep=False</em><span class="sig-paren">)</span><a class="reference external" href="http://github.com/pandas-dev/pandas/blob/master/pandas/core/series.py#L3480-L3533"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pandas.Series.memory_usage" title="Permalink to this definition">¶</a></dt>
<dd><p>Return the memory usage of the Series.</p>
<p>The memory usage can optionally include the contribution of
the index and of elements of <cite>object</cite> dtype.</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>index</strong> : bool, default True</p>
<blockquote>
<div><p>Specifies whether to include the memory usage of the Series index.</p>
</div></blockquote>
<p><strong>deep</strong> : bool, default False</p>
<blockquote>
<div><p>If True, introspect the data deeply by interrogating
<cite>object</cite> dtypes for system-level memory consumption, and include
it in the returned value.</p>
</div></blockquote>
</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first"><strong>int</strong></p>
<blockquote class="last">
<div><p>Bytes of memory consumed.</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 external" href="https://docs.scipy.org/doc/numpy/reference/generated/numpy.ndarray.nbytes.html#numpy.ndarray.nbytes" title="(in NumPy v1.14)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">numpy.ndarray.nbytes</span></code></a></dt>
<dd>Total bytes consumed by the elements of the array.</dd>
<dt><a class="reference internal" href="pandas.DataFrame.memory_usage.html#pandas.DataFrame.memory_usage" title="pandas.DataFrame.memory_usage"><code class="xref py py-obj docutils literal notranslate"><span class="pre">DataFrame.memory_usage</span></code></a></dt>
<dd>Bytes consumed by a DataFrame.</dd>
</dl>
</div>
<p class="rubric">Examples</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="gp">>>> </span><span class="n">s</span> <span class="o">=</span> <span class="n">pd</span><span class="o">.</span><span class="n">Series</span><span class="p">(</span><span class="nb">range</span><span class="p">(</span><span class="mi">3</span><span class="p">))</span>
<span class="gp">>>> </span><span class="n">s</span><span class="o">.</span><span class="n">memory_usage</span><span class="p">()</span>
<span class="go">104</span>
</pre></div>
</div>
<p>Not including the index gives the size of the rest of the data, which
is necessarily smaller:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="gp">>>> </span><span class="n">s</span><span class="o">.</span><span class="n">memory_usage</span><span class="p">(</span><span class="n">index</span><span class="o">=</span><span class="kc">False</span><span class="p">)</span>
<span class="go">24</span>
</pre></div>
</div>
<p>The memory footprint of <cite>object</cite> values is ignored by default:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="gp">>>> </span><span class="n">s</span> <span class="o">=</span> <span class="n">pd</span><span class="o">.</span><span class="n">Series</span><span class="p">([</span><span class="s2">"a"</span><span class="p">,</span> <span class="s2">"b"</span><span class="p">])</span>
<span class="gp">>>> </span><span class="n">s</span><span class="o">.</span><span class="n">values</span>
<span class="go">array(['a', 'b'], dtype=object)</span>
<span class="gp">>>> </span><span class="n">s</span><span class="o">.</span><span class="n">memory_usage</span><span class="p">()</span>
<span class="go">96</span>
<span class="gp">>>> </span><span class="n">s</span><span class="o">.</span><span class="n">memory_usage</span><span class="p">(</span><span class="n">deep</span><span class="o">=</span><span class="kc">True</span><span class="p">)</span>
<span class="go">212</span>
</pre></div>
</div>
</dd></dl>
</div>
</div>
</div>
</div>
<div class="clearer"></div>
</div>
</div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="pandas.Series.min.html" title="pandas.Series.min"
>next</a> |</li>
<li class="right" >
<a href="pandas.Series.median.html" title="pandas.Series.median"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../index.html">pandas 0.24.0.dev0+81.g8d5032a8c.dirty documentation</a> »</li>
<li class="nav-item nav-item-1"><a href="../api.html" >API Reference</a> »</li>
<li class="nav-item nav-item-2"><a href="pandas.Series.html" >pandas.Series</a> »</li>
</ul>
</div>
<style type="text/css">
.scrollToTop {
text-align: center;
font-weight: bold;
position: fixed;
bottom: 60px;
right: 40px;
display: none;
}
</style>
<a href="#" class="scrollToTop">Scroll To Top</a>
<script type="text/javascript">
$(document).ready(function() {
//Check to see if the window is top if not then display button
$(window).scroll(function() {
if ($(this).scrollTop() > 200) {
$('.scrollToTop').fadeIn();
} else {
$('.scrollToTop').fadeOut();
}
});
//Click event to scroll to top
$('.scrollToTop').click(function() {
$('html, body').animate({
scrollTop: 0
}, 500);
return false;
});
});
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-27880019-2']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html> |
app/assets/stylesheets/application.css | ivanilves/CloudPort | /*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
* or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
*
* You're free to add application-wide styles to this file and they'll appear at the bottom of the
* compiled file so the styles you add here take precedence over styles defined in any styles
* defined in the other CSS/SCSS files in this directory. It is generally better to create a new
* file per style scope.
*
*= require_tree .
*= require_self
*= require jquery-ui
*/
/*
* CSS workarounds
*/
input[type=number]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type=number] {
-webkit-appearance: textfield;
-moz-appearance: textfield;
margin: 0;
}
select {
-webkit-appearance: none;
-moz-appearance: none;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
color: #3a90c9;
font-size: x-large;
padding-top: 3px;
padding-left: 3px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #3a90c9;
font-size: x-large;
opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #3a90c9;
font-size: x-large;
}
|
cy/feat/Number.html | UniversalDependencies/universaldependencies.github.io | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-GB" xml:lang="en-GB" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>Number</title>
<link rel="root" href=""/> <!-- for JS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="../../css/jquery-ui-redmond.css"/>
<link rel="stylesheet" type="text/css" href="../../css/style.css"/>
<link rel="stylesheet" type="text/css" href="../../css/style-vis.css"/>
<link rel="stylesheet" type="text/css" href="../../css/hint.css"/>
<script type="text/javascript" src="../../lib/ext/head.load.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.2/anchor.min.js"></script>
<script>document.addEventListener("DOMContentLoaded", function(event) {anchors.add();});</script>
<!-- Set up this custom Google search at https://cse.google.com/cse/business/settings?cx=001145188882102106025:dl1mehhcgbo -->
<!-- DZ 2021-01-22: I am temporarily hiding the search field to find out whether it slows down loading of the title page.
<script>
(function() {
var cx = '001145188882102106025:dl1mehhcgbo';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = 'https://cse.google.com/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script> -->
<!-- <link rel="shortcut icon" href="favicon.ico"/> -->
</head>
<body>
<div id="main" class="center">
<div id="hp-header">
<table width="100%"><tr><td width="50%">
<span class="header-text"><a href="http://universaldependencies.org/#language-cy">home</a></span>
<span class="header-text"><a href="https://github.com/universaldependencies/docs/edit/pages-source/_cy/feat/Number.md" target="#">edit page</a></span>
<span class="header-text"><a href="https://github.com/universaldependencies/docs/issues">issue tracker</a></span>
</td><td>
<gcse:search></gcse:search>
</td></tr></table>
</div>
<hr/>
<div class="v2complete">
This page pertains to UD version 2.
</div>
<div id="content">
<noscript>
<div id="noscript">
It appears that you have Javascript disabled.
Please consider enabling Javascript for this page to see the visualizations.
</div>
</noscript>
<!-- The content may include scripts and styles, hence we must load the shared libraries before the content. -->
<script type="text/javascript">
console.time('loading libraries');
var root = '../../'; // filled in by jekyll
head.js(
// External libraries
// DZ: Copied from embedding.html. I don't know which one is needed for what, so I'm currently keeping them all.
root + 'lib/ext/jquery.min.js',
root + 'lib/ext/jquery.svg.min.js',
root + 'lib/ext/jquery.svgdom.min.js',
root + 'lib/ext/jquery.timeago.js',
root + 'lib/ext/jquery-ui.min.js',
root + 'lib/ext/waypoints.min.js',
root + 'lib/ext/jquery.address.min.js'
);
</script>
<style>h3 {display:block;background-color:#dfeffc}</style>
<h2><code>Number</code>: number of verbs, nouns, pronouns and adjectives</h2>
<p>Number has two values in Welsh, Singular and Plural. It is marked on nouns, some adjectives, pronouns, verbs and inflected prepositions. Only very few adjectives are marked for number.
Verbs with a pronominal subject are marked for Person and Number, verbs with a nominal subject
are always in the 3rd person singular, also with plural subjects.
There is a group of nouns in Welsh, whose lemma is a plural, the singular is formed by adding a singulative suffix: <em>plant</em> “children”, <em>plentyn</em> “child”). However, in the Welsh treebank, we always put the singular in the lemma column</p>
<h3 id="sing-singular"><a name="Sing"><code class="language-plaintext highlighter-rouge">Sing</code></a>: singular</h3>
<h4 id="examples">Examples</h4>
<ul>
<li><em>tŷ</em> “house”</li>
<li><em>y ferch</em> “the woman”</li>
<li><em>aderyn</em> “bird”</li>
<li><em>o</em> “he”</li>
</ul>
<h3 id="plur-plural"><a name="Plur"><code class="language-plaintext highlighter-rouge">Plur</code></a>: plural</h3>
<h4 id="examples-1">Examples</h4>
<ul>
<li><em>tai</em> “houses”</li>
<li><em>y merched</em> “the women”</li>
<li><em>adar</em> “birds”</li>
<li><em>nhw</em> “they”</li>
</ul>
<!-- Interlanguage links updated St lis 3 20:58:24 CET 2021 -->
<!-- "in other languages" links -->
<hr/>
Number in other languages:
[<a href="../../arr/feat/Number.html">arr</a>]
[<a href="../../bej/feat/Number.html">bej</a>]
[<a href="../../bg/feat/Number.html">bg</a>]
[<a href="../../bm/feat/Number.html">bm</a>]
[<a href="../../cs/feat/Number.html">cs</a>]
[<a href="../../cy/feat/Number.html">cy</a>]
[<a href="../../en/feat/Number.html">en</a>]
[<a href="../../ess/feat/Number.html">ess</a>]
[<a href="../../eu/feat/Number.html">eu</a>]
[<a href="../../fi/feat/Number.html">fi</a>]
[<a href="../../fr/feat/Number.html">fr</a>]
[<a href="../../ga/feat/Number.html">ga</a>]
[<a href="../../gub/feat/Number.html">gub</a>]
[<a href="../../hu/feat/Number.html">hu</a>]
[<a href="../../hy/feat/Number.html">hy</a>]
[<a href="../../it/feat/Number.html">it</a>]
[<a href="../../myv/feat/Number.html">myv</a>]
[<a href="../../orv/feat/Number.html">orv</a>]
[<a href="../../pcm/feat/Number.html">pcm</a>]
[<a href="../../pt/feat/Number.html">pt</a>]
[<a href="../../ru/feat/Number.html">ru</a>]
[<a href="../../sl/feat/Number.html">sl</a>]
[<a href="../../sv/feat/Number.html">sv</a>]
[<a href="../../tpn/feat/Number.html">tpn</a>]
[<a href="../../tr/feat/Number.html">tr</a>]
[<a href="../../tt/feat/Number.html">tt</a>]
[<a href="../../u/feat/Number.html">u</a>]
[<a href="../../uk/feat/Number.html">uk</a>]
[<a href="../../urb/feat/Number.html">urb</a>]
[<a href="../../urj/feat/Number.html">urj</a>]
</div>
<!-- support for embedded visualizations -->
<script type="text/javascript">
var root = '../../'; // filled in by jekyll
head.js(
// We assume that external libraries such as jquery.min.js have already been loaded outside!
// (See _layouts/base.html.)
// brat helper modules
root + 'lib/brat/configuration.js',
root + 'lib/brat/util.js',
root + 'lib/brat/annotation_log.js',
root + 'lib/ext/webfont.js',
// brat modules
root + 'lib/brat/dispatcher.js',
root + 'lib/brat/url_monitor.js',
root + 'lib/brat/visualizer.js',
// embedding configuration
root + 'lib/local/config.js',
// project-specific collection data
root + 'lib/local/collections.js',
// Annodoc
root + 'lib/annodoc/annodoc.js',
// NOTE: non-local libraries
'https://spyysalo.github.io/conllu.js/conllu.js'
);
var webFontURLs = [
// root + 'static/fonts/Astloch-Bold.ttf',
root + 'static/fonts/PT_Sans-Caption-Web-Regular.ttf',
root + 'static/fonts/Liberation_Sans-Regular.ttf'
];
var setupTimeago = function() {
jQuery("time.timeago").timeago();
};
head.ready(function() {
setupTimeago();
// mark current collection (filled in by Jekyll)
Collections.listing['_current'] = 'cy';
// perform all embedding and support functions
Annodoc.activate(Config.bratCollData, Collections.listing);
});
</script>
<!-- google analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55233688-1', 'auto');
ga('send', 'pageview');
</script>
<div id="footer">
<p class="footer-text">© 2014–2021
<a href="http://universaldependencies.org/introduction.html#contributors" style="color:gray">Universal Dependencies contributors</a>.
Site powered by <a href="http://spyysalo.github.io/annodoc" style="color:gray">Annodoc</a> and <a href="http://brat.nlplab.org/" style="color:gray">brat</a></p>.
</div>
</div>
</body>
</html>
|
target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_17a_testAbaNumberCheck_36860_bad_7eg.html | dcarda/aba.route.validator | <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" />
<link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media="all"/>
<link rel="stylesheet" href="../../../../../aui/css/aui-experimental.min.css" media="all"/>
<!--[if IE 9]><link rel="stylesheet" href="../../../../../aui/css/aui-ie9.min.css" media="all"/><![endif]-->
<style type="text/css" media="all">
@import url('../../../../../style.css');
@import url('../../../../../tree.css');
</style>
<script src="../../../../../jquery-1.8.3.min.js" type="text/javascript"></script>
<script src="../../../../../aui/js/aui.min.js" type="text/javascript"></script>
<script src="../../../../../aui/js/aui-experimental.min.js" type="text/javascript"></script>
<script src="../../../../../aui/js/aui-soy.min.js" type="text/javascript"></script>
<script src="../../../../../package-nodes-tree.js" type="text/javascript"></script>
<script src="../../../../../clover-tree.js" type="text/javascript"></script>
<script src="../../../../../clover.js" type="text/javascript"></script>
<script src="../../../../../clover-descriptions.js" type="text/javascript"></script>
<script src="../../../../../cloud.js" type="text/javascript"></script>
<title>ABA Route Transit Number Validator 1.0.1-SNAPSHOT</title>
</head>
<body>
<div id="page">
<header id="header" role="banner">
<nav class="aui-header aui-dropdown2-trigger-group" role="navigation">
<div class="aui-header-inner">
<div class="aui-header-primary">
<h1 id="logo" class="aui-header-logo aui-header-logo-clover">
<a href="http://openclover.org" title="Visit OpenClover home page"><span class="aui-header-logo-device">OpenClover</span></a>
</h1>
</div>
<div class="aui-header-secondary">
<ul class="aui-nav">
<li id="system-help-menu">
<a class="aui-nav-link" title="Open online documentation" target="_blank"
href="http://openclover.org/documentation">
<span class="aui-icon aui-icon-small aui-iconfont-help"> Help</span>
</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<div class="aui-page-panel">
<div class="aui-page-panel-inner">
<div class="aui-page-panel-nav aui-page-panel-nav-clover">
<div class="aui-page-header-inner" style="margin-bottom: 20px;">
<div class="aui-page-header-image">
<a href="http://cardatechnologies.com" target="_top">
<div class="aui-avatar aui-avatar-large aui-avatar-project">
<div class="aui-avatar-inner">
<img src="../../../../../img/clover_logo_large.png" alt="Clover icon"/>
</div>
</div>
</a>
</div>
<div class="aui-page-header-main" >
<h1>
<a href="http://cardatechnologies.com" target="_top">
ABA Route Transit Number Validator 1.0.1-SNAPSHOT
</a>
</h1>
</div>
</div>
<nav class="aui-navgroup aui-navgroup-vertical">
<div class="aui-navgroup-inner">
<ul class="aui-nav">
<li class="">
<a href="../../../../../dashboard.html">Project overview</a>
</li>
</ul>
<div class="aui-nav-heading packages-nav-heading">
<strong>Packages</strong>
</div>
<div class="aui-nav project-packages">
<form method="get" action="#" class="aui package-filter-container">
<input type="text" autocomplete="off" class="package-filter text"
placeholder="Type to filter packages..." name="package-filter" id="package-filter"
title="Start typing package name (or part of the name) to search through the tree. Use arrow keys and the Enter key to navigate."/>
</form>
<p class="package-filter-no-results-message hidden">
<small>No results found.</small>
</p>
<div class="packages-tree-wrapper" data-root-relative="../../../../../" data-package-name="com.cardatechnologies.utils.validators.abaroutevalidator">
<div class="packages-tree-container"></div>
<div class="clover-packages-lozenges"></div>
</div>
</div>
</div>
</nav> </div>
<section class="aui-page-panel-content">
<div class="aui-page-panel-content-clover">
<div class="aui-page-header-main"><ol class="aui-nav aui-nav-breadcrumbs">
<li><a href="../../../../../dashboard.html"> Project Clover database Sat Aug 7 2021 12:29:33 MDT</a></li>
<li><a href="test-pkg-summary.html">Package com.cardatechnologies.utils.validators.abaroutevalidator</a></li>
<li><a href="test-Test_AbaRouteValidator_17a.html">Class Test_AbaRouteValidator_17a</a></li>
</ol></div>
<h1 class="aui-h2-clover">
Test testAbaNumberCheck_36860_bad
</h1>
<table class="aui">
<thead>
<tr>
<th>Test</th>
<th><label title="The test result. Either a Pass, Fail or Error.">Status</label></th>
<th><label title="When the test execution was started">Start time</label></th>
<th><label title="The total time in seconds taken to run this test.">Time (seconds)</label></th>
<th><label title="A failure or error message if the test is not successful.">Message</label></th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_17a.html?line=42657#src-42657" >testAbaNumberCheck_36860_bad</a>
</td>
<td>
<span class="sortValue">1</span><span class="aui-lozenge aui-lozenge-success">PASS</span>
</td>
<td>
7 Aug 12:46:26
</td>
<td>
0.0 </td>
<td>
<div></div>
<div class="errorMessage"></div>
</td>
</tr>
</tbody>
</table>
<div> </div>
<table class="aui aui-table-sortable">
<thead>
<tr>
<th style="white-space:nowrap;"><label title="A class that was directly hit by this test.">Target Class</label></th>
<th colspan="4"><label title="The percentage of coverage contributed by each single test.">Coverage contributed by</label> testAbaNumberCheck_36860_bad</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.exceptions.AbaRouteValidationException</span>
  <a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/exceptions/AbaRouteValidationException.html?id=9592#AbaRouteValidationException" title="AbaRouteValidationException" name="sl-43">com.cardatechnologies.utils.validators.abaroutevalidator.exceptions.AbaRouteValidationException</a>
</td>
<td>
<span class="sortValue">0.5714286</span>57.1%
</td>
<td class="align-middle" style="width: 100%" colspan="3">
<div>
<div title="57.1% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:57.1%"></div></div></div> </td>
</tr>
<tr>
<td>
<span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.ErrorCodes</span>
  <a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/ErrorCodes.html?id=9592#ErrorCodes" title="ErrorCodes" name="sl-42">com.cardatechnologies.utils.validators.abaroutevalidator.ErrorCodes</a>
</td>
<td>
<span class="sortValue">0.5714286</span>57.1%
</td>
<td class="align-middle" style="width: 100%" colspan="3">
<div>
<div title="57.1% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:57.1%"></div></div></div> </td>
</tr>
<tr>
<td>
<span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</span>
  <a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/AbaRouteValidator.html?id=9592#AbaRouteValidator" title="AbaRouteValidator" name="sl-47">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</a>
</td>
<td>
<span class="sortValue">0.29411766</span>29.4%
</td>
<td class="align-middle" style="width: 100%" colspan="3">
<div>
<div title="29.4% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:29.4%"></div></div></div> </td>
</tr>
</tbody>
</table>
</div> <!-- class="aui-page-panel-content-clover" -->
<footer id="footer" role="contentinfo">
<section class="footer-body">
<ul>
<li>
Report generated by <a target="_new" href="http://openclover.org">OpenClover</a> v 4.4.1
on Sat Aug 7 2021 12:49:26 MDT using coverage data from Sat Aug 7 2021 12:47:23 MDT.
</li>
</ul>
<ul>
<li>OpenClover is free and open-source software. </li>
</ul>
</section>
</footer> </section> <!-- class="aui-page-panel-content" -->
</div> <!-- class="aui-page-panel-inner" -->
</div> <!-- class="aui-page-panel" -->
</div> <!-- id="page" -->
</body>
</html> |
v1.0.0/apidocs/jp/cafebabe/pochi/birthmarks/config/class-use/Value.html | tamada/pochi | <!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_242) on Fri Aug 21 11:53:10 JST 2020 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>クラス jp.cafebabe.pochi.core.config.Valueの使用 (pochi: extensible birthmark toolkit 1.0.0 API)</title>
<meta name="date" content="2020-08-21">
<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="\u30AF\u30E9\u30B9 jp.cafebabe.pochi.core.config.Value\u306E\u4F7F\u7528 (pochi: extensible birthmark toolkit 1.0.0 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>ブラウザのJavaScriptが無効になっています。</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="ナビゲーション・リンクをスキップ">ナビゲーション・リンクをスキップ</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="ナビゲーション">
<li><a href="../../../../../../overview-summary.html">概要</a></li>
<li><a href="../package-summary.html">パッケージ</a></li>
<li><a href="../../../../../../jp/cafebabe/pochi/birthmarks/config/Value.html" title="jp.cafebabe.pochi.core.config内のクラス">クラス</a></li>
<li class="navBarCell1Rev">使用</li>
<li><a href="../package-tree.html">階層ツリー</a></li>
<li><a href="../../../../../../deprecated-list.html">非推奨</a></li>
<li><a href="../../../../../../index-all.html">索引</a></li>
<li><a href="../../../../../../help-doc.html">ヘルプ</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>前</li>
<li>次</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?jp/cafebabe/pochi/birthmarks/config/class-use/Value.html" target="_top">フレーム</a></li>
<li><a href="Value.html" target="_top">フレームなし</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">すべてのクラス</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="クラスの使用 jp.cafebabe.pochi.core.config.Value" class="title">クラスの使用<br>jp.cafebabe.pochi.birthmarks.config.Value</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="表、パッケージのリストおよび説明の使用">
<caption><span><a href="../../../../../../jp/cafebabe/pochi/birthmarks/config/Value.html" title="jp.cafebabe.pochi.core.config内のクラス">Value</a>を使用しているパッケージ</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">パッケージ</th>
<th class="colLast" scope="col">説明</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#jp.cafebabe.pochi.core.config">jp.cafebabe.pochi.core.config</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="jp.cafebabe.pochi.core.config">
<!-- -->
</a>
<h3><a href="../../../../../../jp/cafebabe/pochi/birthmarks/config/package-summary.html">jp.cafebabe.pochi.core.config</a>での<a href="../../../../../../jp/cafebabe/pochi/birthmarks/config/Value.html" title="jp.cafebabe.pochi.core.config内のクラス">Value</a>の使用</h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="表、サブクラスのリストおよび説明の使用">
<caption><span><a href="../../../../../../jp/cafebabe/pochi/birthmarks/config/package-summary.html">jp.cafebabe.pochi.core.config</a>での<a href="../../../../../../jp/cafebabe/pochi/birthmarks/config/Value.html" title="jp.cafebabe.pochi.core.config内のクラス">Value</a>のサブクラス</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">修飾子とタイプ</th>
<th class="colLast" scope="col">クラスと説明</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../jp/cafebabe/pochi/birthmarks/config/ItemKey.html" title="jp.cafebabe.pochi.core.config内のクラス">ItemKey</a></span></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../jp/cafebabe/pochi/birthmarks/config/ItemValue.html" title="jp.cafebabe.pochi.core.config内のクラス">ItemValue</a></span></code> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="ナビゲーション・リンクをスキップ">ナビゲーション・リンクをスキップ</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="ナビゲーション">
<li><a href="../../../../../../overview-summary.html">概要</a></li>
<li><a href="../package-summary.html">パッケージ</a></li>
<li><a href="../../../../../../jp/cafebabe/pochi/birthmarks/config/Value.html" title="jp.cafebabe.pochi.core.config内のクラス">クラス</a></li>
<li class="navBarCell1Rev">使用</li>
<li><a href="../package-tree.html">階層ツリー</a></li>
<li><a href="../../../../../../deprecated-list.html">非推奨</a></li>
<li><a href="../../../../../../index-all.html">索引</a></li>
<li><a href="../../../../../../help-doc.html">ヘルプ</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>前</li>
<li>次</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?jp/cafebabe/pochi/birthmarks/config/class-use/Value.html" target="_top">フレーム</a></li>
<li><a href="Value.html" target="_top">フレームなし</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">すべてのクラス</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2020. All rights reserved.</small></p>
</body>
</html>
|
docs/api/com/johnsnowlabs/ml/tensorflow/sign/ModelSignatureConstants$$AttentionMask$.html | JohnSnowLabs/spark-nlp | <!DOCTYPE html >
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>Spark NLP 3.4.2 ScalaDoc - com.johnsnowlabs.ml.tensorflow.sign.ModelSignatureConstants.AttentionMask</title>
<meta name="description" content="Spark NLP 3.4.2 ScalaDoc - com.johnsnowlabs.ml.tensorflow.sign.ModelSignatureConstants.AttentionMask" />
<meta name="keywords" content="Spark NLP 3.4.2 ScalaDoc com.johnsnowlabs.ml.tensorflow.sign.ModelSignatureConstants.AttentionMask" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link href="../../../../../lib/index.css" media="screen" type="text/css" rel="stylesheet" />
<link href="../../../../../lib/template.css" media="screen" type="text/css" rel="stylesheet" />
<link href="../../../../../lib/diagrams.css" media="screen" type="text/css" rel="stylesheet" id="diagrams-css" />
<script type="text/javascript" src="../../../../../lib/jquery.min.js"></script>
<script type="text/javascript" src="../../../../../lib/jquery.panzoom.min.js"></script>
<script type="text/javascript" src="../../../../../lib/jquery.mousewheel.min.js"></script>
<script type="text/javascript" src="../../../../../lib/index.js"></script>
<script type="text/javascript" src="../../../../../index.js"></script>
<script type="text/javascript" src="../../../../../lib/scheduler.js"></script>
<script type="text/javascript" src="../../../../../lib/template.js"></script>
<script type="text/javascript">
/* this variable can be used by the JS to determine the path to the root document */
var toRoot = '../../../../../';
</script>
</head>
<body>
<div id="search">
<span id="doc-title">Spark NLP 3.4.2 ScalaDoc<span id="doc-version"></span></span>
<span class="close-results"><span class="left"><</span> Back</span>
<div id="textfilter">
<span class="input">
<input autocapitalize="none" placeholder="Search" id="index-input" type="text" accesskey="/" />
<i class="clear material-icons"></i>
<i id="search-icon" class="material-icons"></i>
</span>
</div>
</div>
<div id="search-results">
<div id="search-progress">
<div id="progress-fill"></div>
</div>
<div id="results-content">
<div id="entity-results"></div>
<div id="member-results"></div>
</div>
</div>
<div id="content-scroll-container" style="-webkit-overflow-scrolling: touch;">
<div id="content-container" style="-webkit-overflow-scrolling: touch;">
<div id="subpackage-spacer">
<div id="packages">
<h1>Packages</h1>
<ul>
<li name="_root_.root" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="_root_"></a><a id="root:_root_"></a>
<span class="permalink">
<a href="../../../../../index.html" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">package</span>
</span>
<span class="symbol">
<a title="" href="../../../../../index.html"><span class="name">root</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../../../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
</li><li name="_root_.com" visbl="pub" class="indented1 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="com"></a><a id="com:com"></a>
<span class="permalink">
<a href="../../../../../com/index.html" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">package</span>
</span>
<span class="symbol">
<a title="" href="../../../../index.html"><span class="name">com</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../../../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
</li><li name="com.johnsnowlabs" visbl="pub" class="indented2 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="johnsnowlabs"></a><a id="johnsnowlabs:johnsnowlabs"></a>
<span class="permalink">
<a href="../../../../../com/johnsnowlabs/index.html" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">package</span>
</span>
<span class="symbol">
<a title="" href="../../../index.html"><span class="name">johnsnowlabs</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../../../index.html" class="extype" name="com">com</a></dd></dl></div>
</li><li name="com.johnsnowlabs.ml" visbl="pub" class="indented3 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="ml"></a><a id="ml:ml"></a>
<span class="permalink">
<a href="../../../../../com/johnsnowlabs/ml/index.html" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">package</span>
</span>
<span class="symbol">
<a title="" href="../../index.html"><span class="name">ml</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../../index.html" class="extype" name="com.johnsnowlabs">johnsnowlabs</a></dd></dl></div>
</li><li name="com.johnsnowlabs.ml.tensorflow" visbl="pub" class="indented4 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="tensorflow"></a><a id="tensorflow:tensorflow"></a>
<span class="permalink">
<a href="../../../../../com/johnsnowlabs/ml/tensorflow/index.html" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">package</span>
</span>
<span class="symbol">
<a title="" href="../index.html"><span class="name">tensorflow</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="com.johnsnowlabs.ml">ml</a></dd></dl></div>
</li><li name="com.johnsnowlabs.ml.tensorflow.sign" visbl="pub" class="indented5 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="sign"></a><a id="sign:sign"></a>
<span class="permalink">
<a href="../../../../../com/johnsnowlabs/ml/tensorflow/sign/index.html" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">package</span>
</span>
<span class="symbol">
<a title="" href="index.html"><span class="name">sign</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../index.html" class="extype" name="com.johnsnowlabs.ml.tensorflow">tensorflow</a></dd></dl></div>
</li><li name="com.johnsnowlabs.ml.tensorflow.sign.ModelSignatureConstants" visbl="pub" class="indented6 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="ModelSignatureConstants"></a><a id="ModelSignatureConstants:ModelSignatureConstants"></a>
<span class="permalink">
<a href="../../../../../com/johnsnowlabs/ml/tensorflow/sign/ModelSignatureConstants$.html" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">object</span>
</span>
<span class="symbol">
<a title="Based on BERT SavedModel reference, for instance:" href="ModelSignatureConstants$.html"><span class="name">ModelSignatureConstants</span></a>
</span>
<p class="shortcomment cmt">Based on BERT SavedModel reference, for instance:</p><div class="fullcomment"><div class="comment cmt"><p>Based on BERT SavedModel reference, for instance:</p><p>signature_def['serving_default']:
The given SavedModel SignatureDef contains the following input(s):</p><p>inputs['attention_mask'] tensor_info:
dtype: DT_INT32
shape: (-1, -1)
name: serving_default_attention_mask:0</p><p>inputs['input_ids'] tensor_info:
dtype: DT_INT32
shape: (-1, -1)
name: serving_default_input_ids:0</p><p>inputs['token_type_ids'] tensor_info:
dtype: DT_INT32
shape: (-1, -1)
name: serving_default_token_type_ids:0</p><p>The given SavedModel SignatureDef contains the following output(s):</p><p>outputs['last_hidden_state'] tensor_info:
dtype: DT_FLOAT
shape: (-1, -1, 768)
name: StatefulPartitionedCall:0</p><p>outputs['pooler_output'] tensor_info:
dtype: DT_FLOAT
shape: (-1, 768)
name: StatefulPartitionedCall:1</p><p>Method name is: tensorflow/serving/predict*
</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="index.html" class="extype" name="com.johnsnowlabs.ml.tensorflow.sign">sign</a></dd></dl></div>
</li><li class="current-entities indented6">
<span class="separator"></span>
<a class="object" href="" title=""></a>
<a href="" title="">AttentionMask</a>
</li><li class="current-entities indented6">
<span class="separator"></span>
<a class="object" href="ModelSignatureConstants$$AttentionMaskV1$.html" title=""></a>
<a href="ModelSignatureConstants$$AttentionMaskV1$.html" title="">AttentionMaskV1</a>
</li><li class="current-entities indented6">
<span class="separator"></span>
<a class="object" href="ModelSignatureConstants$$DType$.html" title=""></a>
<a href="ModelSignatureConstants$$DType$.html" title="">DType</a>
</li><li class="current-entities indented6">
<span class="separator"></span>
<a class="object" href="ModelSignatureConstants$$DecoderAttentionMask$.html" title=""></a>
<a href="ModelSignatureConstants$$DecoderAttentionMask$.html" title="">DecoderAttentionMask</a>
</li><li class="current-entities indented6">
<span class="separator"></span>
<a class="object" href="ModelSignatureConstants$$DecoderEncoderInputIds$.html" title=""></a>
<a href="ModelSignatureConstants$$DecoderEncoderInputIds$.html" title="">DecoderEncoderInputIds</a>
</li><li class="current-entities indented6">
<span class="separator"></span>
<a class="object" href="ModelSignatureConstants$$DecoderInputIds$.html" title=""></a>
<a href="ModelSignatureConstants$$DecoderInputIds$.html" title="">DecoderInputIds</a>
</li><li class="current-entities indented6">
<span class="separator"></span>
<a class="object" href="ModelSignatureConstants$$DecoderOutput$.html" title=""></a>
<a href="ModelSignatureConstants$$DecoderOutput$.html" title="">DecoderOutput</a>
</li><li class="current-entities indented6">
<span class="separator"></span>
<a class="object" href="ModelSignatureConstants$$DimCount$.html" title=""></a>
<a href="ModelSignatureConstants$$DimCount$.html" title="">DimCount</a>
</li><li class="current-entities indented6">
<span class="separator"></span>
<a class="object" href="ModelSignatureConstants$$EncoderAttentionMask$.html" title=""></a>
<a href="ModelSignatureConstants$$EncoderAttentionMask$.html" title="">EncoderAttentionMask</a>
</li><li class="current-entities indented6">
<span class="separator"></span>
<a class="object" href="ModelSignatureConstants$$EncoderInputIds$.html" title=""></a>
<a href="ModelSignatureConstants$$EncoderInputIds$.html" title="">EncoderInputIds</a>
</li><li class="current-entities indented6">
<span class="separator"></span>
<a class="object" href="ModelSignatureConstants$$EncoderOutput$.html" title=""></a>
<a href="ModelSignatureConstants$$EncoderOutput$.html" title="">EncoderOutput</a>
</li><li class="current-entities indented6">
<span class="separator"></span>
<a class="object" href="ModelSignatureConstants$$InputIds$.html" title=""></a>
<a href="ModelSignatureConstants$$InputIds$.html" title="">InputIds</a>
</li><li class="current-entities indented6">
<span class="separator"></span>
<a class="object" href="ModelSignatureConstants$$InputIdsV1$.html" title=""></a>
<a href="ModelSignatureConstants$$InputIdsV1$.html" title="">InputIdsV1</a>
</li><li class="current-entities indented6">
<span class="separator"></span>
<a class="object" href="ModelSignatureConstants$$LastHiddenState$.html" title=""></a>
<a href="ModelSignatureConstants$$LastHiddenState$.html" title="">LastHiddenState</a>
</li><li class="current-entities indented6">
<span class="separator"></span>
<a class="object" href="ModelSignatureConstants$$LastHiddenStateV1$.html" title=""></a>
<a href="ModelSignatureConstants$$LastHiddenStateV1$.html" title="">LastHiddenStateV1</a>
</li><li class="current-entities indented6">
<span class="separator"></span>
<a class="object" href="ModelSignatureConstants$$LogitsOutput$.html" title=""></a>
<a href="ModelSignatureConstants$$LogitsOutput$.html" title="">LogitsOutput</a>
</li><li class="current-entities indented6">
<span class="separator"></span>
<a class="object" href="ModelSignatureConstants$$Name$.html" title=""></a>
<a href="ModelSignatureConstants$$Name$.html" title="">Name</a>
</li><li class="current-entities indented6">
<span class="separator"></span>
<a class="object" href="ModelSignatureConstants$$PoolerOutput$.html" title=""></a>
<a href="ModelSignatureConstants$$PoolerOutput$.html" title="">PoolerOutput</a>
</li><li class="current-entities indented6">
<span class="separator"></span>
<a class="object" href="ModelSignatureConstants$$PoolerOutputV1$.html" title=""></a>
<a href="ModelSignatureConstants$$PoolerOutputV1$.html" title="">PoolerOutputV1</a>
</li><li class="current-entities indented6">
<span class="separator"></span>
<a class="object" href="ModelSignatureConstants$$SerializedSize$.html" title=""></a>
<a href="ModelSignatureConstants$$SerializedSize$.html" title="">SerializedSize</a>
</li><li class="current-entities indented6">
<span class="separator"></span>
<a class="object" href="ModelSignatureConstants$$ShapeDimList$.html" title=""></a>
<a href="ModelSignatureConstants$$ShapeDimList$.html" title="">ShapeDimList</a>
</li><li class="current-entities indented6">
<span class="separator"></span>
<a class="trait" href="ModelSignatureConstants$$TFInfoDescriptor.html" title=""></a>
<a href="ModelSignatureConstants$$TFInfoDescriptor.html" title="">TFInfoDescriptor</a>
</li><li class="current-entities indented6">
<span class="separator"></span>
<a class="trait" href="ModelSignatureConstants$$TFInfoNameMapper.html" title=""></a>
<a href="ModelSignatureConstants$$TFInfoNameMapper.html" title="">TFInfoNameMapper</a>
</li><li class="current-entities indented6">
<span class="separator"></span>
<a class="object" href="ModelSignatureConstants$$TokenTypeIds$.html" title=""></a>
<a href="ModelSignatureConstants$$TokenTypeIds$.html" title="">TokenTypeIds</a>
</li><li class="current-entities indented6">
<span class="separator"></span>
<a class="object" href="ModelSignatureConstants$$TokenTypeIdsV1$.html" title=""></a>
<a href="ModelSignatureConstants$$TokenTypeIdsV1$.html" title="">TokenTypeIdsV1</a>
</li>
</ul>
</div>
</div>
<div id="content">
<body class="object value">
<div id="definition">
<div class="big-circle object">o</div>
<p id="owner"><a href="../../../../index.html" class="extype" name="com">com</a>.<a href="../../../index.html" class="extype" name="com.johnsnowlabs">johnsnowlabs</a>.<a href="../../index.html" class="extype" name="com.johnsnowlabs.ml">ml</a>.<a href="../index.html" class="extype" name="com.johnsnowlabs.ml.tensorflow">tensorflow</a>.<a href="index.html" class="extype" name="com.johnsnowlabs.ml.tensorflow.sign">sign</a>.<a href="ModelSignatureConstants$.html" class="extype" name="com.johnsnowlabs.ml.tensorflow.sign.ModelSignatureConstants">ModelSignatureConstants</a></p>
<h1>AttentionMask<span class="permalink">
<a href="../../../../../com/johnsnowlabs/ml/tensorflow/sign/ModelSignatureConstants$$AttentionMask$.html" title="Permalink">
<i class="material-icons"></i>
</a>
</span></h1>
<h3><span class="morelinks"></span></h3>
</div>
<h4 id="signature" class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">object</span>
</span>
<span class="symbol">
<span class="name">AttentionMask</span><span class="result"> extends <a href="ModelSignatureConstants$$TFInfoNameMapper.html" class="extype" name="com.johnsnowlabs.ml.tensorflow.sign.ModelSignatureConstants.TFInfoNameMapper">TFInfoNameMapper</a> with <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span>
</span>
</h4>
<div id="comment" class="fullcommenttop"><div class="toggleContainer block">
<span class="toggle">
Linear Supertypes
</span>
<div class="superTypes hiddenContent"><span class="extype" name="scala.Serializable">Serializable</span>, <span class="extype" name="java.io.Serializable">Serializable</span>, <span class="extype" name="scala.Product">Product</span>, <span class="extype" name="scala.Equals">Equals</span>, <a href="ModelSignatureConstants$$TFInfoNameMapper.html" class="extype" name="com.johnsnowlabs.ml.tensorflow.sign.ModelSignatureConstants.TFInfoNameMapper">TFInfoNameMapper</a>, <span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div>
</div></div>
<div id="mbrsel">
<div class="toggle"></div>
<div id="memberfilter">
<i class="material-icons arrow"></i>
<span class="input">
<input id="mbrsel-input" placeholder="Filter all members" type="text" accesskey="/" />
</span>
<i class="clear material-icons"></i>
</div>
<div id="filterby">
<div id="order">
<span class="filtertype">Ordering</span>
<ol>
<li class="alpha in"><span>Alphabetic</span></li>
<li class="inherit out"><span>By Inheritance</span></li>
</ol>
</div>
<div class="ancestors">
<span class="filtertype">Inherited<br />
</span>
<ol id="linearization">
<li class="in" name="com.johnsnowlabs.ml.tensorflow.sign.ModelSignatureConstants.AttentionMask"><span>AttentionMask</span></li><li class="in" name="scala.Serializable"><span>Serializable</span></li><li class="in" name="java.io.Serializable"><span>Serializable</span></li><li class="in" name="scala.Product"><span>Product</span></li><li class="in" name="scala.Equals"><span>Equals</span></li><li class="in" name="com.johnsnowlabs.ml.tensorflow.sign.ModelSignatureConstants.TFInfoNameMapper"><span>TFInfoNameMapper</span></li><li class="in" name="scala.AnyRef"><span>AnyRef</span></li><li class="in" name="scala.Any"><span>Any</span></li>
</ol>
</div><div class="ancestors">
<span class="filtertype"></span>
<ol>
<li class="hideall out"><span>Hide All</span></li>
<li class="showall in"><span>Show All</span></li>
</ol>
</div>
<div id="visbl">
<span class="filtertype">Visibility</span>
<ol><li class="public in"><span>Public</span></li><li class="all out"><span>All</span></li></ol>
</div>
</div>
</div>
<div id="template">
<div id="allMembers">
<div class="values members">
<h3>Value Members</h3>
<ol>
<li name="scala.AnyRef#!=" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="!=(x$1:Any):Boolean"></a><a id="!=(Any):Boolean"></a>
<span class="permalink">
<a href="../../../../../com/johnsnowlabs/ml/tensorflow/sign/ModelSignatureConstants$$AttentionMask$.html#!=(x$1:Any):Boolean" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $bang$eq" class="name">!=</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef###" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="##():Int"></a>
<span class="permalink">
<a href="../../../../../com/johnsnowlabs/ml/tensorflow/sign/ModelSignatureConstants$$AttentionMask$.html###():Int" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $hash$hash" class="name">##</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef#==" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="==(x$1:Any):Boolean"></a><a id="==(Any):Boolean"></a>
<span class="permalink">
<a href="../../../../../com/johnsnowlabs/ml/tensorflow/sign/ModelSignatureConstants$$AttentionMask$.html#==(x$1:Any):Boolean" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $eq$eq" class="name">==</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.Any#asInstanceOf" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="asInstanceOf[T0]:T0"></a>
<span class="permalink">
<a href="../../../../../com/johnsnowlabs/ml/tensorflow/sign/ModelSignatureConstants$$AttentionMask$.html#asInstanceOf[T0]:T0" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">asInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Any.asInstanceOf.T0">T0</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li name="scala.AnyRef#clone" visbl="prt" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="clone():Object"></a><a id="clone():AnyRef"></a>
<span class="permalink">
<a href="../../../../../com/johnsnowlabs/ml/tensorflow/sign/ModelSignatureConstants$$AttentionMask$.html#clone():Object" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">clone</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.AnyRef">AnyRef</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<span class="extype" name="java.lang">lang</span>] </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>
<span class="name">@native</span><span class="args">()</span>
</dd></dl></div>
</li><li name="scala.AnyRef#eq" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="eq(x$1:AnyRef):Boolean"></a><a id="eq(AnyRef):Boolean"></a>
<span class="permalink">
<a href="../../../../../com/johnsnowlabs/ml/tensorflow/sign/ModelSignatureConstants$$AttentionMask$.html#eq(x$1:AnyRef):Boolean" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">eq</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#equals" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="equals(x$1:Any):Boolean"></a><a id="equals(Any):Boolean"></a>
<span class="permalink">
<a href="../../../../../com/johnsnowlabs/ml/tensorflow/sign/ModelSignatureConstants$$AttentionMask$.html#equals(x$1:Any):Boolean" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">equals</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef#finalize" visbl="prt" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="finalize():Unit"></a>
<span class="permalink">
<a href="../../../../../com/johnsnowlabs/ml/tensorflow/sign/ModelSignatureConstants$$AttentionMask$.html#finalize():Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<span class="extype" name="java.lang">lang</span>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="symbol">classOf[java.lang.Throwable]</span>
</span>)</span>
</dd></dl></div>
</li><li name="scala.AnyRef#getClass" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="getClass():Class[_]"></a>
<span class="permalink">
<a href="../../../../../com/johnsnowlabs/ml/tensorflow/sign/ModelSignatureConstants$$AttentionMask$.html#getClass():Class[_]" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd>
<span class="name">@native</span><span class="args">()</span>
</dd></dl></div>
</li><li name="scala.Any#isInstanceOf" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="isInstanceOf[T0]:Boolean"></a>
<span class="permalink">
<a href="../../../../../com/johnsnowlabs/ml/tensorflow/sign/ModelSignatureConstants$$AttentionMask$.html#isInstanceOf[T0]:Boolean" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">isInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li name="com.johnsnowlabs.ml.tensorflow.sign.ModelSignatureConstants.AttentionMask#key" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="key:String"></a>
<span class="permalink">
<a href="../../../../../com/johnsnowlabs/ml/tensorflow/sign/ModelSignatureConstants$$AttentionMask$.html#key:String" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">val</span>
</span>
<span class="symbol">
<span class="name">key</span><span class="result">: <span class="extype" name="scala.Predef.String">String</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="" class="extype" name="com.johnsnowlabs.ml.tensorflow.sign.ModelSignatureConstants.AttentionMask">AttentionMask</a> → <a href="ModelSignatureConstants$$TFInfoNameMapper.html" class="extype" name="com.johnsnowlabs.ml.tensorflow.sign.ModelSignatureConstants.TFInfoNameMapper">TFInfoNameMapper</a></dd></dl></div>
</li><li name="scala.AnyRef#ne" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="ne(x$1:AnyRef):Boolean"></a><a id="ne(AnyRef):Boolean"></a>
<span class="permalink">
<a href="../../../../../com/johnsnowlabs/ml/tensorflow/sign/ModelSignatureConstants$$AttentionMask$.html#ne(x$1:AnyRef):Boolean" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">ne</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#notify" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notify():Unit"></a>
<span class="permalink">
<a href="../../../../../com/johnsnowlabs/ml/tensorflow/sign/ModelSignatureConstants$$AttentionMask$.html#notify():Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@native</span><span class="args">()</span>
</dd></dl></div>
</li><li name="scala.AnyRef#notifyAll" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notifyAll():Unit"></a>
<span class="permalink">
<a href="../../../../../com/johnsnowlabs/ml/tensorflow/sign/ModelSignatureConstants$$AttentionMask$.html#notifyAll():Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@native</span><span class="args">()</span>
</dd></dl></div>
</li><li name="scala.AnyRef#synchronized" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="synchronized[T0](x$1:=>T0):T0"></a><a id="synchronized[T0](⇒T0):T0"></a>
<span class="permalink">
<a href="../../../../../com/johnsnowlabs/ml/tensorflow/sign/ModelSignatureConstants$$AttentionMask$.html#synchronized[T0](x$1:=>T0):T0" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">synchronized</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="params">(<span name="arg0">arg0: ⇒ <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span>)</span><span class="result">: <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="com.johnsnowlabs.ml.tensorflow.sign.ModelSignatureConstants.AttentionMask#value" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="value:String"></a>
<span class="permalink">
<a href="../../../../../com/johnsnowlabs/ml/tensorflow/sign/ModelSignatureConstants$$AttentionMask$.html#value:String" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">val</span>
</span>
<span class="symbol">
<span class="name">value</span><span class="result">: <span class="extype" name="scala.Predef.String">String</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="" class="extype" name="com.johnsnowlabs.ml.tensorflow.sign.ModelSignatureConstants.AttentionMask">AttentionMask</a> → <a href="ModelSignatureConstants$$TFInfoNameMapper.html" class="extype" name="com.johnsnowlabs.ml.tensorflow.sign.ModelSignatureConstants.TFInfoNameMapper">TFInfoNameMapper</a></dd></dl></div>
</li><li name="scala.AnyRef#wait" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="wait():Unit"></a>
<span class="permalink">
<a href="../../../../../com/johnsnowlabs/ml/tensorflow/sign/ModelSignatureConstants$$AttentionMask$.html#wait():Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
</span>)</span>
</dd></dl></div>
</li><li name="scala.AnyRef#wait" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="wait(x$1:Long,x$2:Int):Unit"></a><a id="wait(Long,Int):Unit"></a>
<span class="permalink">
<a href="../../../../../com/johnsnowlabs/ml/tensorflow/sign/ModelSignatureConstants$$AttentionMask$.html#wait(x$1:Long,x$2:Int):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>, <span name="arg1">arg1: <span class="extype" name="scala.Int">Int</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
</span>)</span>
</dd></dl></div>
</li><li name="scala.AnyRef#wait" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="wait(x$1:Long):Unit"></a><a id="wait(Long):Unit"></a>
<span class="permalink">
<a href="../../../../../com/johnsnowlabs/ml/tensorflow/sign/ModelSignatureConstants$$AttentionMask$.html#wait(x$1:Long):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
</span>)</span>
<span class="name">@native</span><span class="args">()</span>
</dd></dl></div>
</li>
</ol>
</div>
</div>
<div id="inheritedMembers">
<div class="parent" name="scala.Serializable">
<h3>Inherited from <span class="extype" name="scala.Serializable">Serializable</span></h3>
</div><div class="parent" name="java.io.Serializable">
<h3>Inherited from <span class="extype" name="java.io.Serializable">Serializable</span></h3>
</div><div class="parent" name="scala.Product">
<h3>Inherited from <span class="extype" name="scala.Product">Product</span></h3>
</div><div class="parent" name="scala.Equals">
<h3>Inherited from <span class="extype" name="scala.Equals">Equals</span></h3>
</div><div class="parent" name="com.johnsnowlabs.ml.tensorflow.sign.ModelSignatureConstants.TFInfoNameMapper">
<h3>Inherited from <a href="ModelSignatureConstants$$TFInfoNameMapper.html" class="extype" name="com.johnsnowlabs.ml.tensorflow.sign.ModelSignatureConstants.TFInfoNameMapper">TFInfoNameMapper</a></h3>
</div><div class="parent" name="scala.AnyRef">
<h3>Inherited from <span class="extype" name="scala.AnyRef">AnyRef</span></h3>
</div><div class="parent" name="scala.Any">
<h3>Inherited from <span class="extype" name="scala.Any">Any</span></h3>
</div>
</div>
<div id="groupedMembers">
<div class="group" name="Ungrouped">
<h3>Ungrouped</h3>
</div>
</div>
</div>
<div id="tooltip"></div>
<div id="footer"> </div>
</body>
</div>
</div>
</div>
</body>
</html>
|
lib/JasperReport__5.6/docs/api/net/sf/jasperreports/engine/export/oasis/class-use/GenericElementOdtHandler.html | phurtado1112/cnaemvc | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="ro">
<head>
<!-- Generated by javadoc (version 1.7.0_07) on Tue May 27 14:37:25 EEST 2014 -->
<title>Uses of Interface net.sf.jasperreports.engine.export.oasis.GenericElementOdtHandler (JasperReports 5.6.0 API)</title>
<meta name="date" content="2014-05-27">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Interface net.sf.jasperreports.engine.export.oasis.GenericElementOdtHandler (JasperReports 5.6.0 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../net/sf/jasperreports/engine/export/oasis/GenericElementOdtHandler.html" title="interface in net.sf.jasperreports.engine.export.oasis">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?net/sf/jasperreports/engine/export/oasis/class-use/GenericElementOdtHandler.html" target="_top">Frames</a></li>
<li><a href="GenericElementOdtHandler.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 net.sf.jasperreports.engine.export.oasis.GenericElementOdtHandler" class="title">Uses of Interface<br>net.sf.jasperreports.engine.export.oasis.GenericElementOdtHandler</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../../net/sf/jasperreports/engine/export/oasis/GenericElementOdtHandler.html" title="interface in net.sf.jasperreports.engine.export.oasis">GenericElementOdtHandler</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="#net.sf.jasperreports.components.iconlabel">net.sf.jasperreports.components.iconlabel</a></td>
<td class="colLast">
<div class="block">Contains classes for the built-in Icon Label component.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#net.sf.jasperreports.components.map">net.sf.jasperreports.components.map</a></td>
<td class="colLast">
<div class="block">Contains classes for the built-in Google Map component.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="net.sf.jasperreports.components.iconlabel">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../net/sf/jasperreports/engine/export/oasis/GenericElementOdtHandler.html" title="interface in net.sf.jasperreports.engine.export.oasis">GenericElementOdtHandler</a> in <a href="../../../../../../../net/sf/jasperreports/components/iconlabel/package-summary.html">net.sf.jasperreports.components.iconlabel</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../../../net/sf/jasperreports/components/iconlabel/package-summary.html">net.sf.jasperreports.components.iconlabel</a> that implement <a href="../../../../../../../net/sf/jasperreports/engine/export/oasis/GenericElementOdtHandler.html" title="interface in net.sf.jasperreports.engine.export.oasis">GenericElementOdtHandler</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../../../net/sf/jasperreports/components/iconlabel/IconLabelElementOdtHandler.html" title="class in net.sf.jasperreports.components.iconlabel">IconLabelElementOdtHandler</a></strong></code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="net.sf.jasperreports.components.map">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../net/sf/jasperreports/engine/export/oasis/GenericElementOdtHandler.html" title="interface in net.sf.jasperreports.engine.export.oasis">GenericElementOdtHandler</a> in <a href="../../../../../../../net/sf/jasperreports/components/map/package-summary.html">net.sf.jasperreports.components.map</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../../../net/sf/jasperreports/components/map/package-summary.html">net.sf.jasperreports.components.map</a> that implement <a href="../../../../../../../net/sf/jasperreports/engine/export/oasis/GenericElementOdtHandler.html" title="interface in net.sf.jasperreports.engine.export.oasis">GenericElementOdtHandler</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../../../net/sf/jasperreports/components/map/MapElementOdtHandler.html" title="class in net.sf.jasperreports.components.map">MapElementOdtHandler</a></strong></code> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../net/sf/jasperreports/engine/export/oasis/GenericElementOdtHandler.html" title="interface in net.sf.jasperreports.engine.export.oasis">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?net/sf/jasperreports/engine/export/oasis/class-use/GenericElementOdtHandler.html" target="_top">Frames</a></li>
<li><a href="GenericElementOdtHandler.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>
<span style="font-decoration:none;font-family:Arial,Helvetica,sans-serif;font-size:8pt;font-style:normal;color:#000000;">© 2001-2010 Jaspersoft Corporation <a href="http://www.jaspersoft.com" target="_blank" style="color:#000000;">www.jaspersoft.com</a></span>
</small></p>
</body>
</html>
|
lib/JasperReport__5.6/docs/api/net/sf/jasperreports/engine/util/DeduplicableRegistry.DeduplicableWrapper.html | phurtado1112/cnaemvc | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="ro">
<head>
<!-- Generated by javadoc (version 1.7.0_07) on Tue May 27 14:37:18 EEST 2014 -->
<title>DeduplicableRegistry.DeduplicableWrapper (JasperReports 5.6.0 API)</title>
<meta name="date" content="2014-05-27">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="DeduplicableRegistry.DeduplicableWrapper (JasperReports 5.6.0 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/DeduplicableRegistry.DeduplicableWrapper.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../net/sf/jasperreports/engine/util/DeduplicableRegistry.DeduplicableMap.html" title="class in net.sf.jasperreports.engine.util"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../net/sf/jasperreports/engine/util/DeepPrintElementCounter.html" title="class in net.sf.jasperreports.engine.util"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?net/sf/jasperreports/engine/util/DeduplicableRegistry.DeduplicableWrapper.html" target="_top">Frames</a></li>
<li><a href="DeduplicableRegistry.DeduplicableWrapper.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">net.sf.jasperreports.engine.util</div>
<h2 title="Class DeduplicableRegistry.DeduplicableWrapper" class="title">Class DeduplicableRegistry.DeduplicableWrapper<T extends <a href="../../../../../net/sf/jasperreports/engine/Deduplicable.html" title="interface in net.sf.jasperreports.engine">Deduplicable</a>></h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>net.sf.jasperreports.engine.util.DeduplicableRegistry.DeduplicableWrapper<T></li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>Enclosing class:</dt>
<dd><a href="../../../../../net/sf/jasperreports/engine/util/DeduplicableRegistry.html" title="class in net.sf.jasperreports.engine.util">DeduplicableRegistry</a></dd>
</dl>
<hr>
<br>
<pre>protected static class <span class="strong">DeduplicableRegistry.DeduplicableWrapper<T extends <a href="../../../../../net/sf/jasperreports/engine/Deduplicable.html" title="interface in net.sf.jasperreports.engine">Deduplicable</a>></span>
extends java.lang.Object</pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../net/sf/jasperreports/engine/util/DeduplicableRegistry.DeduplicableWrapper.html#DeduplicableRegistry.DeduplicableWrapper(T)">DeduplicableRegistry.DeduplicableWrapper</a></strong>(<a href="../../../../../net/sf/jasperreports/engine/util/DeduplicableRegistry.DeduplicableWrapper.html" title="type parameter in DeduplicableRegistry.DeduplicableWrapper">T</a> object)</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sf/jasperreports/engine/util/DeduplicableRegistry.DeduplicableWrapper.html#equals(java.lang.Object)">equals</a></strong>(java.lang.Object other)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sf/jasperreports/engine/util/DeduplicableRegistry.DeduplicableWrapper.html#hashCode()">hashCode</a></strong>()</code> </td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="DeduplicableRegistry.DeduplicableWrapper(net.sf.jasperreports.engine.Deduplicable)">
<!-- -->
</a><a name="DeduplicableRegistry.DeduplicableWrapper(T)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>DeduplicableRegistry.DeduplicableWrapper</h4>
<pre>public DeduplicableRegistry.DeduplicableWrapper(<a href="../../../../../net/sf/jasperreports/engine/util/DeduplicableRegistry.DeduplicableWrapper.html" title="type parameter in DeduplicableRegistry.DeduplicableWrapper">T</a> object)</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="hashCode()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hashCode</h4>
<pre>public int hashCode()</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code>hashCode</code> in class <code>java.lang.Object</code></dd>
</dl>
</li>
</ul>
<a name="equals(java.lang.Object)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>equals</h4>
<pre>public boolean equals(java.lang.Object other)</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code>equals</code> in class <code>java.lang.Object</code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/DeduplicableRegistry.DeduplicableWrapper.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../net/sf/jasperreports/engine/util/DeduplicableRegistry.DeduplicableMap.html" title="class in net.sf.jasperreports.engine.util"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../net/sf/jasperreports/engine/util/DeepPrintElementCounter.html" title="class in net.sf.jasperreports.engine.util"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?net/sf/jasperreports/engine/util/DeduplicableRegistry.DeduplicableWrapper.html" target="_top">Frames</a></li>
<li><a href="DeduplicableRegistry.DeduplicableWrapper.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>
<span style="font-decoration:none;font-family:Arial,Helvetica,sans-serif;font-size:8pt;font-style:normal;color:#000000;">© 2001-2010 Jaspersoft Corporation <a href="http://www.jaspersoft.com" target="_blank" style="color:#000000;">www.jaspersoft.com</a></span>
</small></p>
</body>
</html>
|
triana-toolboxes/signalproc/help/converters/VectToDoubleArray.html | CSCSI/Triana | <HTML>
<HEAD>
<TITLE>VectotToDoubleArray</TITLE>
</HEAD>
<BODY TEXT="#000000" LINK="#ff00ff" VLINK="#800080" BGCOLOR="#fdf5e6" alink="#FF0000">
<H1 ALIGN="CENTER">VectToDoubleArray</H1>
<P ALIGN="CENTER">
<LARGE><B>Author : Ian Wang</B>
</P>
<P ALIGN="CENTER">
<LARGE><B>Version : VERSION <BR>
<BR>
Input Types : <A HREF="C:\triana\help/JavaDoc/triana/types/VectorType.html">VectorType</A><BR>
Output Types : double[]<BR>
Date : 16 Jun 2003</LARGE>
</P>
</B><H2><A NAME="contents"></A>Contents</H2>
<UL>
<LI><A HREF="#description">Description of VectToDoubleArray</A></LI>
<LI><A HREF="#using">Using VectotToDoubleArray</A></LI>
</UL>
<P>
<HR WIDTH="15%" SIZE=4>
</P>
<H2><A NAME="description"></A>Description of VectToDoubleArray</H2>
<P>Converts a vector type into two double arrays</P>
<P>The unit called VectToDoubleArray ...... <BR>
</P>
<H2><A NAME="using"></A>Using VectToDoubleArray</H2>
<P>VectToDoubleArray's parameter window (double-click on the unit while holding down the Control key) is used to
.... </P>
<P>
<HR WIDTH="15%" SIZE=4>
</P></BODY>
</HTML>
|
apidocs/spring/1.0/org/resthub/core/service/GenericService.html | resthub/resthub.github.io | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Tue Nov 16 12:39:11 CET 2010 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
GenericService (RESThub framework 1.0 API)
</TITLE>
<META NAME="date" CONTENT="2010-11-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="GenericService (RESThub framework 1.0 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/GenericService.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../org/resthub/core/service/GenericResourceServiceImpl.html" title="class in org.resthub.core.service"><B>PREV CLASS</B></A>
<A HREF="../../../../org/resthub/core/service/GenericServiceImpl.html" title="class in org.resthub.core.service"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/resthub/core/service/GenericService.html" target="_top"><B>FRAMES</B></A>
<A HREF="GenericService.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.resthub.core.service</FONT>
<BR>
Interface GenericService<T,ID extends java.io.Serializable></H2>
<DL>
<DT><DT><B>Type Parameters:</B><DD><CODE>T</CODE> - Domain model class managed, must be an Entity<DD><CODE>PK</CODE> - Primary key class of T</DL>
<DL>
<DT><B>All Known Subinterfaces:</B> <DD><A HREF="../../../../org/resthub/oauth2/provider/service/AuthorizationService.html" title="interface in org.resthub.oauth2.provider.service">AuthorizationService</A>, <A HREF="../../../../org/resthub/core/service/GenericResourceService.html" title="interface in org.resthub.core.service">GenericResourceService</A><T></DD>
</DL>
<DL>
<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../org/resthub/oauth2/provider/service/AuthorizationServiceImpl.html" title="class in org.resthub.oauth2.provider.service">AuthorizationServiceImpl</A>, <A HREF="../../../../org/resthub/core/service/GenericResourceServiceImpl.html" title="class in org.resthub.core.service">GenericResourceServiceImpl</A>, <A HREF="../../../../org/resthub/core/service/GenericServiceImpl.html" title="class in org.resthub.core.service">GenericServiceImpl</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public interface <B>GenericService<T,ID extends java.io.Serializable></B></DL>
</PRE>
<P>
Generic Service interface.
<P>
<P>
<HR>
<P>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.Long</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/resthub/core/service/GenericService.html#count()">count</A></B>()</CODE>
<BR>
Count all resources.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../org/resthub/core/service/GenericService.html" title="type parameter in GenericService">T</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/resthub/core/service/GenericService.html#create(T)">create</A></B>(<A HREF="../../../../org/resthub/core/service/GenericService.html" title="type parameter in GenericService">T</A> resource)</CODE>
<BR>
Create new resource.</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="../../../../org/resthub/core/service/GenericService.html#delete(ID)">delete</A></B>(<A HREF="../../../../org/resthub/core/service/GenericService.html" title="type parameter in GenericService">ID</A> id)</CODE>
<BR>
Delete existing resource.</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="../../../../org/resthub/core/service/GenericService.html#delete(T)">delete</A></B>(<A HREF="../../../../org/resthub/core/service/GenericService.html" title="type parameter in GenericService">T</A> resource)</CODE>
<BR>
Delete existing resource.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.List<<A HREF="../../../../org/resthub/core/service/GenericService.html" title="type parameter in GenericService">T</A>></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/resthub/core/service/GenericService.html#findAll()">findAll</A></B>()</CODE>
<BR>
Find all resources.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.List<<A HREF="../../../../org/resthub/core/service/GenericService.html" title="type parameter in GenericService">T</A>></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/resthub/core/service/GenericService.html#findAll(java.lang.Integer, java.lang.Integer)">findAll</A></B>(java.lang.Integer offset,
java.lang.Integer limit)</CODE>
<BR>
Find all resources.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> org.synyx.hades.domain.Page<<A HREF="../../../../org/resthub/core/service/GenericService.html" title="type parameter in GenericService">T</A>></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/resthub/core/service/GenericService.html#findAll(org.synyx.hades.domain.Pageable)">findAll</A></B>(org.synyx.hades.domain.Pageable pageRequest)</CODE>
<BR>
Find all resources (pageable).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../org/resthub/core/service/GenericService.html" title="type parameter in GenericService">T</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/resthub/core/service/GenericService.html#findById(ID)">findById</A></B>(<A HREF="../../../../org/resthub/core/service/GenericService.html" title="type parameter in GenericService">ID</A> id)</CODE>
<BR>
Find resource by id.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../org/resthub/core/service/GenericService.html" title="type parameter in GenericService">T</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/resthub/core/service/GenericService.html#update(T)">update</A></B>(<A HREF="../../../../org/resthub/core/service/GenericService.html" title="type parameter in GenericService">T</A> resource)</CODE>
<BR>
Update existing resource.</TD>
</TR>
</TABLE>
<P>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="create(java.lang.Object)"><!-- --></A><A NAME="create(T)"><!-- --></A><H3>
create</H3>
<PRE>
<A HREF="../../../../org/resthub/core/service/GenericService.html" title="type parameter in GenericService">T</A> <B>create</B>(<A HREF="../../../../org/resthub/core/service/GenericService.html" title="type parameter in GenericService">T</A> resource)</PRE>
<DL>
<DD>Create new resource.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>resource</CODE> - Resource to create
<DT><B>Returns:</B><DD>new resource</DL>
</DD>
</DL>
<HR>
<A NAME="update(java.lang.Object)"><!-- --></A><A NAME="update(T)"><!-- --></A><H3>
update</H3>
<PRE>
<A HREF="../../../../org/resthub/core/service/GenericService.html" title="type parameter in GenericService">T</A> <B>update</B>(<A HREF="../../../../org/resthub/core/service/GenericService.html" title="type parameter in GenericService">T</A> resource)</PRE>
<DL>
<DD>Update existing resource.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>resource</CODE> - Resource to update
<DT><B>Returns:</B><DD>resource updated</DL>
</DD>
</DL>
<HR>
<A NAME="delete(java.lang.Object)"><!-- --></A><A NAME="delete(T)"><!-- --></A><H3>
delete</H3>
<PRE>
void <B>delete</B>(<A HREF="../../../../org/resthub/core/service/GenericService.html" title="type parameter in GenericService">T</A> resource)</PRE>
<DL>
<DD>Delete existing resource.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>resource</CODE> - Resource to delete</DL>
</DD>
</DL>
<HR>
<A NAME="delete(java.io.Serializable)"><!-- --></A><A NAME="delete(ID)"><!-- --></A><H3>
delete</H3>
<PRE>
void <B>delete</B>(<A HREF="../../../../org/resthub/core/service/GenericService.html" title="type parameter in GenericService">ID</A> id)</PRE>
<DL>
<DD>Delete existing resource.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>id</CODE> - Resource id</DL>
</DD>
</DL>
<HR>
<A NAME="findById(java.io.Serializable)"><!-- --></A><A NAME="findById(ID)"><!-- --></A><H3>
findById</H3>
<PRE>
<A HREF="../../../../org/resthub/core/service/GenericService.html" title="type parameter in GenericService">T</A> <B>findById</B>(<A HREF="../../../../org/resthub/core/service/GenericService.html" title="type parameter in GenericService">ID</A> id)</PRE>
<DL>
<DD>Find resource by id.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>id</CODE> - Resource id
<DT><B>Returns:</B><DD>resource</DL>
</DD>
</DL>
<HR>
<A NAME="findAll(java.lang.Integer, java.lang.Integer)"><!-- --></A><H3>
findAll</H3>
<PRE>
java.util.List<<A HREF="../../../../org/resthub/core/service/GenericService.html" title="type parameter in GenericService">T</A>> <B>findAll</B>(java.lang.Integer offset,
java.lang.Integer limit)</PRE>
<DL>
<DD>Find all resources.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>offset</CODE> - offset (default 0)<DD><CODE>limit</CODE> - limit (default 100)
<DT><B>Returns:</B><DD>resources.</DL>
</DD>
</DL>
<HR>
<A NAME="findAll()"><!-- --></A><H3>
findAll</H3>
<PRE>
java.util.List<<A HREF="../../../../org/resthub/core/service/GenericService.html" title="type parameter in GenericService">T</A>> <B>findAll</B>()</PRE>
<DL>
<DD>Find all resources.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>a list of all resources.</DL>
</DD>
</DL>
<HR>
<A NAME="findAll(org.synyx.hades.domain.Pageable)"><!-- --></A><H3>
findAll</H3>
<PRE>
org.synyx.hades.domain.Page<<A HREF="../../../../org/resthub/core/service/GenericService.html" title="type parameter in GenericService">T</A>> <B>findAll</B>(org.synyx.hades.domain.Pageable pageRequest)</PRE>
<DL>
<DD>Find all resources (pageable).
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>pageRequest</CODE> - page request
<DT><B>Returns:</B><DD>resources</DL>
</DD>
</DL>
<HR>
<A NAME="count()"><!-- --></A><H3>
count</H3>
<PRE>
java.lang.Long <B>count</B>()</PRE>
<DL>
<DD>Count all resources.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>number of resources</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/GenericService.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../org/resthub/core/service/GenericResourceServiceImpl.html" title="class in org.resthub.core.service"><B>PREV CLASS</B></A>
<A HREF="../../../../org/resthub/core/service/GenericServiceImpl.html" title="class in org.resthub.core.service"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/resthub/core/service/GenericService.html" target="_top"><B>FRAMES</B></A>
<A HREF="GenericService.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 2009-2010. All Rights Reserved.
</BODY>
</HTML>
|
jcuda-windows64/target/apidocs/deprecated-list.html | SkymindIO/jcuda-windows64 | <!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_20) on Tue Dec 23 13:29:41 PST 2014 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Deprecated List (jcuda-windows64 6.5 API)</title>
<meta name="date" content="2014-12-23">
<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="Deprecated List (jcuda-windows64 6.5 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li class="navBarCell1Rev">Deprecated</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?deprecated-list.html" target="_top">Frames</a></li>
<li><a href="deprecated-list.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="Deprecated API" class="title">Deprecated API</h1>
<h2 title="Contents">Contents</h2>
<ul>
<li><a href="#class">Deprecated Classes</a></li>
<li><a href="#field">Deprecated Fields</a></li>
<li><a href="#method">Deprecated Methods</a></li>
</ul>
</div>
<div class="contentContainer"><a name="class">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<table class="deprecatedSummary" border="0" cellpadding="3" cellspacing="0" summary="Deprecated Classes table, listing deprecated classes, and an explanation">
<caption><span>Deprecated Classes</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="jcuda/driver/CUGLmap_flags.html" title="class in jcuda.driver">jcuda.driver.CUGLmap_flags</a>
<div class="block"><span class="deprecationComment">As of CUDA 3.0</span></div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<a name="field">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<table class="deprecatedSummary" border="0" cellpadding="3" cellspacing="0" summary="Deprecated Fields table, listing deprecated fields, and an explanation">
<caption><span>Deprecated Fields</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="jcuda/driver/CUdevice_attribute.html#CU_DEVICE_ATTRIBUTE_CAN_TEX2D_GATHER">jcuda.driver.CUdevice_attribute.CU_DEVICE_ATTRIBUTE_CAN_TEX2D_GATHER</a>
<div class="block"><span class="deprecationComment">Deprecated, do not use.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="jcuda/driver/CUdevice_attribute.html#CU_DEVICE_ATTRIBUTE_GPU_OVERLAP">jcuda.driver.CUdevice_attribute.CU_DEVICE_ATTRIBUTE_GPU_OVERLAP</a>
<div class="block"><span class="deprecationComment">Use instead CU_DEVICE_ATTRIBUTE_ASYNC_ENGINE_COUNT</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="jcuda/driver/CUdevice_attribute.html#CU_DEVICE_ATTRIBUTE_MAXIMUM_TEXTURE2D_ARRAY_HEIGHT">jcuda.driver.CUdevice_attribute.CU_DEVICE_ATTRIBUTE_MAXIMUM_TEXTURE2D_ARRAY_HEIGHT</a>
<div class="block"><span class="deprecationComment">Use CU_DEVICE_ATTRIBUTE_MAXIMUM_TEXTURE2D_LAYERED_HEIGHT</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="jcuda/driver/CUdevice_attribute.html#CU_DEVICE_ATTRIBUTE_MAXIMUM_TEXTURE2D_ARRAY_NUMSLICES">jcuda.driver.CUdevice_attribute.CU_DEVICE_ATTRIBUTE_MAXIMUM_TEXTURE2D_ARRAY_NUMSLICES</a>
<div class="block"><span class="deprecationComment">Use CU_DEVICE_ATTRIBUTE_MAXIMUM_TEXTURE2D_LAYERED_LAYERS</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="jcuda/driver/CUdevice_attribute.html#CU_DEVICE_ATTRIBUTE_MAXIMUM_TEXTURE2D_ARRAY_WIDTH">jcuda.driver.CUdevice_attribute.CU_DEVICE_ATTRIBUTE_MAXIMUM_TEXTURE2D_ARRAY_WIDTH</a>
<div class="block"><span class="deprecationComment">Use CU_DEVICE_ATTRIBUTE_MAXIMUM_TEXTURE2D_LAYERED_WIDTH</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="jcuda/driver/CUdevice_attribute.html#CU_DEVICE_ATTRIBUTE_REGISTERS_PER_BLOCK">jcuda.driver.CUdevice_attribute.CU_DEVICE_ATTRIBUTE_REGISTERS_PER_BLOCK</a>
<div class="block"><span class="deprecationComment">use CU_DEVICE_ATTRIBUTE_MAX_REGISTERS_PER_BLOCK</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="jcuda/driver/CUdevice_attribute.html#CU_DEVICE_ATTRIBUTE_SHARED_MEMORY_PER_BLOCK">jcuda.driver.CUdevice_attribute.CU_DEVICE_ATTRIBUTE_SHARED_MEMORY_PER_BLOCK</a>
<div class="block"><span class="deprecationComment">use CU_DEVICE_ATTRIBUTE_MAX_SHARED_MEMORY_PER_BLOCK</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="jcuda/driver/JCudaDriver.html#CU_MEMPEERREGISTER_DEVICEMAP">jcuda.driver.JCudaDriver.CU_MEMPEERREGISTER_DEVICEMAP</a>
<div class="block"><span class="deprecationComment">This value has been added in CUDA 4.0 RC,
and removed in CUDA 4.0 RC2</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="jcuda/driver/JCudaDriver.html#CU_STREAM_CALLBACK_BLOCKING">jcuda.driver.JCudaDriver.CU_STREAM_CALLBACK_BLOCKING</a>
<div class="block"><span class="deprecationComment">This flag was only present in CUDA 5.0.25 (release candidate)
and may be removed (or added again) in future releases</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="jcuda/driver/JCudaDriver.html#CU_STREAM_CALLBACK_NONBLOCKING">jcuda.driver.JCudaDriver.CU_STREAM_CALLBACK_NONBLOCKING</a>
<div class="block"><span class="deprecationComment">This flag was only present in CUDA 5.0.25 (release candidate)
and may be removed (or added again) in future releases</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="jcuda/driver/JCudaDriver.html#CUDA_ARRAY3D_2DARRAY">jcuda.driver.JCudaDriver.CUDA_ARRAY3D_2DARRAY</a>
<div class="block"><span class="deprecationComment">use CUDA_ARRAY3D_LAYERED</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="jcuda/driver/CUresult.html#CUDA_ERROR_PEER_MEMORY_ALREADY_REGISTERED">jcuda.driver.CUresult.CUDA_ERROR_PEER_MEMORY_ALREADY_REGISTERED</a>
<div class="block"><span class="deprecationComment">This value has been added in CUDA 4.0 RC,
and removed in CUDA 4.0 RC2</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="jcuda/driver/CUresult.html#CUDA_ERROR_PEER_MEMORY_NOT_REGISTERED">jcuda.driver.CUresult.CUDA_ERROR_PEER_MEMORY_NOT_REGISTERED</a>
<div class="block"><span class="deprecationComment">This value has been added in CUDA 4.0 RC,
and removed in CUDA 4.0 RC2</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="jcuda/driver/CUresult.html#CUDA_ERROR_PROFILER_ALREADY_STARTED">jcuda.driver.CUresult.CUDA_ERROR_PROFILER_ALREADY_STARTED</a>
<div class="block"><span class="deprecationComment">This error return is deprecated as of CUDA 5.0.
It is no longer an error to call cuProfilerStart() when
profiling is already enabled.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="jcuda/driver/CUresult.html#CUDA_ERROR_PROFILER_ALREADY_STOPPED">jcuda.driver.CUresult.CUDA_ERROR_PROFILER_ALREADY_STOPPED</a>
<div class="block"><span class="deprecationComment">This error return is deprecated as of CUDA 5.0.
It is no longer an error to call cuProfilerStop() when
profiling is already disabled.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="jcuda/driver/CUresult.html#CUDA_ERROR_PROFILER_NOT_INITIALIZED">jcuda.driver.CUresult.CUDA_ERROR_PROFILER_NOT_INITIALIZED</a>
<div class="block"><span class="deprecationComment">This error return is deprecated as of CUDA 5.0.
It is no longer an error to attempt to enable/disable the
profiling via ::cuProfilerStart or ::cuProfilerStop without
initialization.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="jcuda/runtime/JCuda.html#cudaDeviceBlockingSync">jcuda.runtime.JCuda.cudaDeviceBlockingSync</a>
<div class="block"><span class="deprecationComment">As of CUDA 4.0 and replaced by cudaDeviceScheduleBlockingSync</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="jcuda/runtime/cudaError.html#cudaErrorAddressOfConstant">jcuda.runtime.cudaError.cudaErrorAddressOfConstant</a>
<div class="block"><span class="deprecationComment">This error return is deprecated as of CUDA 3.1. Variables in constant
memory may now have their address taken by the runtime via
<a href="jcuda/runtime/JCuda.html#cudaGetSymbolAddress-jcuda.Pointer-java.lang.String-"><code>JCuda.cudaGetSymbolAddress(jcuda.Pointer, java.lang.String)</code></a>.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="jcuda/runtime/cudaError.html#cudaErrorApiFailureBase">jcuda.runtime.cudaError.cudaErrorApiFailureBase</a>
<div class="block"><span class="deprecationComment">This error return is deprecated as of CUDA 4.1.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="jcuda/runtime/cudaError.html#cudaErrorMemoryValueTooLarge">jcuda.runtime.cudaError.cudaErrorMemoryValueTooLarge</a>
<div class="block"><span class="deprecationComment">This error return is deprecated as of CUDA 3.1. Device emulation mode was
removed with the CUDA 3.1 release.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="jcuda/runtime/cudaError.html#cudaErrorMixedDeviceExecution">jcuda.runtime.cudaError.cudaErrorMixedDeviceExecution</a>
<div class="block"><span class="deprecationComment">This error return is deprecated as of CUDA 3.1. Device emulation mode was
removed with the CUDA 3.1 release.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="jcuda/runtime/cudaError.html#cudaErrorNotYetImplemented">jcuda.runtime.cudaError.cudaErrorNotYetImplemented</a>
<div class="block"><span class="deprecationComment">This error return is deprecated as of CUDA 4.1.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="jcuda/runtime/cudaError.html#cudaErrorPriorLaunchFailure">jcuda.runtime.cudaError.cudaErrorPriorLaunchFailure</a>
<div class="block"><span class="deprecationComment">This error return is deprecated as of CUDA 3.1. Device emulation mode was
removed with the CUDA 3.1 release.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="jcuda/runtime/cudaError.html#cudaErrorProfilerAlreadyStarted">jcuda.runtime.cudaError.cudaErrorProfilerAlreadyStarted</a>
<div class="block"><span class="deprecationComment">This error return is deprecated as of CUDA 5.0. It is no longer an error
to call <a href="jcuda/runtime/JCuda.html#cudaProfilerStart--"><code>JCuda.cudaProfilerStart()</code></a> when profiling is already enabled.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="jcuda/runtime/cudaError.html#cudaErrorProfilerAlreadyStopped">jcuda.runtime.cudaError.cudaErrorProfilerAlreadyStopped</a>
<div class="block"><span class="deprecationComment">This error return is deprecated as of CUDA 5.0. It is no longer an error
to call <a href="jcuda/runtime/JCuda.html#cudaProfilerStop--"><code>JCuda.cudaProfilerStop()</code></a> when profiling is already disabled.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="jcuda/runtime/cudaError.html#cudaErrorProfilerNotInitialized">jcuda.runtime.cudaError.cudaErrorProfilerNotInitialized</a>
<div class="block"><span class="deprecationComment">This error return is deprecated as of CUDA 5.0. It is no longer an error
to attempt to enable/disable the profiling via <a href="jcuda/runtime/JCuda.html#cudaProfilerStart--"><code>JCuda.cudaProfilerStart()</code></a> or
<a href="jcuda/runtime/JCuda.html#cudaProfilerStop--"><code>JCuda.cudaProfilerStop()</code></a> without initialization.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="jcuda/runtime/cudaError.html#cudaErrorSynchronizationError">jcuda.runtime.cudaError.cudaErrorSynchronizationError</a>
<div class="block"><span class="deprecationComment">This error return is deprecated as of CUDA 3.1. Device emulation mode was
removed with the CUDA 3.1 release.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="jcuda/runtime/cudaError.html#cudaErrorTextureFetchFailed">jcuda.runtime.cudaError.cudaErrorTextureFetchFailed</a>
<div class="block"><span class="deprecationComment">This error return is deprecated as of CUDA 3.1. Device emulation mode was
removed with the CUDA 3.1 release.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="jcuda/runtime/cudaError.html#cudaErrorTextureNotBound">jcuda.runtime.cudaError.cudaErrorTextureNotBound</a>
<div class="block"><span class="deprecationComment">This error return is deprecated as of CUDA 3.1. Device emulation mode was
removed with the CUDA 3.1 release.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="jcuda/runtime/JCuda.html#cudaStreamCallbackBlocking">jcuda.runtime.JCuda.cudaStreamCallbackBlocking</a>
<div class="block"><span class="deprecationComment">This flag was only present in CUDA 5.0.25 (release candidate)
and may be removed (or added again) in future releases</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="jcuda/runtime/JCuda.html#cudaStreamCallbackNonblocking">jcuda.runtime.JCuda.cudaStreamCallbackNonblocking</a>
<div class="block"><span class="deprecationComment">This flag was only present in CUDA 5.0.25 (release candidate)
and may be removed (or added again) in future releases</span></div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<a name="method">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<table class="deprecatedSummary" border="0" cellpadding="3" cellspacing="0" summary="Deprecated Methods table, listing deprecated methods, and an explanation">
<caption><span>Deprecated Methods</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="jcuda/driver/JCudaDriver.html#align-int-int-">jcuda.driver.JCudaDriver.align(int, int)</a>
<div class="block"><span class="deprecationComment">This method was intended for a simpler
kernel parameter setup in earlier CUDA versions,
and should not be required any more. It may be
removed in future releases.</span></div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li class="navBarCell1Rev">Deprecated</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?deprecated-list.html" target="_top">Frames</a></li>
<li><a href="deprecated-list.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2014. All Rights Reserved.</small></p>
</body>
</html>
|
solr-5.3.1/docs/solr-test-framework/org/apache/solr/cloud/class-use/ZkTestServer.LimitViolationAction.html | TitasNandi/Summer_Project | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_79) on Thu Sep 17 01:48:58 IST 2015 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Uses of Class org.apache.solr.cloud.ZkTestServer.LimitViolationAction (Solr 5.3.1 API)</title>
<meta name="date" content="2015-09-17">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.solr.cloud.ZkTestServer.LimitViolationAction (Solr 5.3.1 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/apache/solr/cloud/ZkTestServer.LimitViolationAction.html" title="enum in org.apache.solr.cloud">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/solr/cloud/class-use/ZkTestServer.LimitViolationAction.html" target="_top">Frames</a></li>
<li><a href="ZkTestServer.LimitViolationAction.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.solr.cloud.ZkTestServer.LimitViolationAction" class="title">Uses of Class<br>org.apache.solr.cloud.ZkTestServer.LimitViolationAction</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../org/apache/solr/cloud/ZkTestServer.LimitViolationAction.html" title="enum in org.apache.solr.cloud">ZkTestServer.LimitViolationAction</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.solr.cloud">org.apache.solr.cloud</a></td>
<td class="colLast">
<div class="block">Base classes and utilities for creating and testing <a href="https://wiki.apache.org/solr/SolrCloud">Solr Cloud</a> clusters.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.apache.solr.cloud">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/solr/cloud/ZkTestServer.LimitViolationAction.html" title="enum in org.apache.solr.cloud">ZkTestServer.LimitViolationAction</a> in <a href="../../../../../org/apache/solr/cloud/package-summary.html">org.apache.solr.cloud</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/solr/cloud/package-summary.html">org.apache.solr.cloud</a> that return <a href="../../../../../org/apache/solr/cloud/ZkTestServer.LimitViolationAction.html" title="enum in org.apache.solr.cloud">ZkTestServer.LimitViolationAction</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="../../../../../org/apache/solr/cloud/ZkTestServer.LimitViolationAction.html" title="enum in org.apache.solr.cloud">ZkTestServer.LimitViolationAction</a></code></td>
<td class="colLast"><span class="strong">ZkTestServer.LimitViolationAction.</span><code><strong><a href="../../../../../org/apache/solr/cloud/ZkTestServer.LimitViolationAction.html#valueOf(java.lang.String)">valueOf</a></strong>(<a href="http://download.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</code>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/solr/cloud/ZkTestServer.LimitViolationAction.html" title="enum in org.apache.solr.cloud">ZkTestServer.LimitViolationAction</a>[]</code></td>
<td class="colLast"><span class="strong">ZkTestServer.LimitViolationAction.</span><code><strong><a href="../../../../../org/apache/solr/cloud/ZkTestServer.LimitViolationAction.html#values()">values</a></strong>()</code>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/solr/cloud/package-summary.html">org.apache.solr.cloud</a> with parameters of type <a href="../../../../../org/apache/solr/cloud/ZkTestServer.LimitViolationAction.html" title="enum in org.apache.solr.cloud">ZkTestServer.LimitViolationAction</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">ZkTestServer.</span><code><strong><a href="../../../../../org/apache/solr/cloud/ZkTestServer.html#setViolationReportAction(org.apache.solr.cloud.ZkTestServer.LimitViolationAction)">setViolationReportAction</a></strong>(<a href="../../../../../org/apache/solr/cloud/ZkTestServer.LimitViolationAction.html" title="enum in org.apache.solr.cloud">ZkTestServer.LimitViolationAction</a> violationReportAction)</code> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/apache/solr/cloud/ZkTestServer.LimitViolationAction.html" title="enum in org.apache.solr.cloud">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/solr/cloud/class-use/ZkTestServer.LimitViolationAction.html" target="_top">Frames</a></li>
<li><a href="ZkTestServer.LimitViolationAction.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>
<i>Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.</i>
<script src='../../../../../prettify.js' type='text/javascript'></script>
<script type='text/javascript'>
(function(){
var oldonload = window.onload;
if (typeof oldonload != 'function') {
window.onload = prettyPrint;
} else {
window.onload = function() {
oldonload();
prettyPrint();
}
}
})();
</script>
</small></p>
</body>
</html>
|
trunk/Documentation/KamanjaAPIDocs/com/ligadata/olep/metadata/ObjFormatType$.html | traytonwhite/Kamanja | <?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>ObjFormatType - com.ligadata.olep.metadata.ObjFormatType</title>
<meta name="description" content="ObjFormatType - com.ligadata.olep.metadata.ObjFormatType" />
<meta name="keywords" content="ObjFormatType com.ligadata.olep.metadata.ObjFormatType" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link href="../../../../lib/template.css" media="screen" type="text/css" rel="stylesheet" />
<link href="../../../../lib/diagrams.css" media="screen" type="text/css" rel="stylesheet" id="diagrams-css" />
<script type="text/javascript">
if(top === self) {
var url = '../../../../index.html';
var hash = 'com.ligadata.olep.metadata.ObjFormatType$';
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="com">com</a>.<a href="../../package.html" class="extype" name="com.ligadata">ligadata</a>.<a href="../package.html" class="extype" name="com.ligadata.olep">olep</a>.<a href="package.html" class="extype" name="com.ligadata.olep.metadata">metadata</a></p>
<h1>ObjFormatType</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">ObjFormatType</span><span class="result"> extends <span class="extype" name="scala.Enumeration">Enumeration</span></span>
</span>
</h4>
<div id="comment" class="fullcommenttop"><div class="toggleContainer block">
<span class="toggle">Linear Supertypes</span>
<div class="superTypes hiddenContent"><span class="extype" name="scala.Enumeration">Enumeration</span>, <span class="extype" name="scala.Serializable">Serializable</span>, <span class="extype" name="java.io.Serializable">Serializable</span>, <span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div>
</div></div>
<div id="mbrsel">
<div id="textfilter"><span class="pre"></span><span class="input"><input id="mbrsel-input" type="text" accesskey="/" /></span><span class="post"></span></div>
<div id="order">
<span class="filtertype">Ordering</span>
<ol>
<li class="alpha in"><span>Alphabetic</span></li>
<li class="inherit out"><span>By inheritance</span></li>
</ol>
</div>
<div id="ancestors">
<span class="filtertype">Inherited<br />
</span>
<ol id="linearization">
<li class="in" name="com.ligadata.olep.metadata.ObjFormatType"><span>ObjFormatType</span></li><li class="in" name="scala.Enumeration"><span>Enumeration</span></li><li class="in" name="scala.Serializable"><span>Serializable</span></li><li class="in" name="java.io.Serializable"><span>Serializable</span></li><li class="in" name="scala.AnyRef"><span>AnyRef</span></li><li class="in" name="scala.Any"><span>Any</span></li>
</ol>
</div><div id="ancestors">
<span class="filtertype"></span>
<ol>
<li class="hideall out"><span>Hide All</span></li>
<li class="showall in"><span>Show all</span></li>
</ol>
<a href="http://docs.scala-lang.org/overviews/scaladoc/usage.html#members" target="_blank">Learn more about member selection</a>
</div>
<div id="visbl">
<span class="filtertype">Visibility</span>
<ol><li class="public in"><span>Public</span></li><li class="all out"><span>All</span></li></ol>
</div>
</div>
<div id="template">
<div id="allMembers">
<div id="types" class="types members">
<h3>Type Members</h3>
<ol><li name="com.ligadata.olep.metadata.ObjFormatType.FormatType" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped">
<a id="FormatType=com.ligadata.olep.metadata.ObjFormatType.Value"></a>
<a id="FormatType:FormatType"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">type</span>
</span>
<span class="symbol">
<span class="name">FormatType</span><span class="result"> = <a href="#ValueextendsOrdered[Enumeration.this.Value]withSerializable" class="extmbr" name="com.ligadata.olep.metadata.ObjFormatType.Value">Value</a></span>
</span>
</h4>
</li><li name="scala.Enumeration.Val" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="ValextendsEnumeration.this.ValuewithSerializable"></a>
<a id="Val:Val"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">class</span>
</span>
<span class="symbol">
<span class="name">Val</span><span class="result"> extends <span class="extype" name="scala.Enumeration.Value">Value</span> with <span class="extype" name="scala.Serializable">Serializable</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected </dd><dt>Definition Classes</dt><dd>Enumeration</dd><dt>Annotations</dt><dd>
<span class="name">@SerialVersionUID</span><span class="args">(<span>
<span class="symbol">-3501153230598116017L</span>
</span>)</span>
</dd></dl></div>
</li><li name="scala.Enumeration.Value" visbl="pub" data-isabs="true" fullComment="yes" group="Ungrouped">
<a id="ValueextendsOrdered[Enumeration.this.Value]withSerializable"></a>
<a id="Value:Value"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">abstract </span>
<span class="kind">class</span>
</span>
<span class="symbol">
<span class="name">Value</span><span class="result"> extends <span class="extype" name="scala.Ordered">Ordered</span>[<span class="extype" name="scala.Enumeration.Value">Value</span>] with <span class="extype" name="scala.Serializable">Serializable</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Enumeration</dd><dt>Annotations</dt><dd>
<span class="name">@SerialVersionUID</span><span class="args">(<span>
<span class="symbol">7091335633555234129L</span>
</span>)</span>
</dd></dl></div>
</li><li name="scala.Enumeration.ValueSet" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="ValueSetextendsAbstractSet[Enumeration.this.Value]withSortedSet[Enumeration.this.Value]withSortedSetLike[Enumeration.this.Value,Enumeration.this.ValueSet]withSerializable"></a>
<a id="ValueSet:ValueSet"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">class</span>
</span>
<span class="symbol">
<span class="name">ValueSet</span><span class="result"> extends <span class="extype" name="scala.collection.AbstractSet">AbstractSet</span>[<span class="extype" name="scala.Enumeration.Value">Value</span>] with <span class="extype" name="scala.collection.immutable.SortedSet">SortedSet</span>[<span class="extype" name="scala.Enumeration.Value">Value</span>] with <span class="extype" name="scala.collection.SortedSetLike">SortedSetLike</span>[<span class="extype" name="scala.Enumeration.Value">Value</span>, <span class="extype" name="scala.Enumeration.ValueSet">ValueSet</span>] with <span class="extype" name="scala.Serializable">Serializable</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Enumeration</dd></dl></div>
</li></ol>
</div>
<div id="values" class="values members">
<h3>Value Members</h3>
<ol><li name="scala.AnyRef#!=" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="!=(x$1:AnyRef):Boolean"></a>
<a id="!=(AnyRef):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $bang$eq" class="name">!=</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.Any#!=" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="!=(x$1:Any):Boolean"></a>
<a id="!=(Any):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $bang$eq" class="name">!=</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li name="scala.AnyRef###" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="##():Int"></a>
<a id="##():Int"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $hash$hash" class="name">##</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef#==" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="==(x$1:AnyRef):Boolean"></a>
<a id="==(AnyRef):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $eq$eq" class="name">==</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.Any#==" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="==(x$1:Any):Boolean"></a>
<a id="==(Any):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $eq$eq" class="name">==</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li name="scala.Enumeration#Value" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="Value(i:Int,name:String):Enumeration.this.Value"></a>
<a id="Value(Int,String):Value"></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">Value</span><span class="params">(<span name="i">i: <span class="extype" name="scala.Int">Int</span></span>, <span name="name">name: <span class="extype" name="scala.Predef.String">String</span></span>)</span><span class="result">: <a href="#ValueextendsOrdered[Enumeration.this.Value]withSerializable" class="extmbr" name="com.ligadata.olep.metadata.ObjFormatType.Value">Value</a></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected </dd><dt>Definition Classes</dt><dd>Enumeration</dd></dl></div>
</li><li name="scala.Enumeration#Value" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="Value(name:String):Enumeration.this.Value"></a>
<a id="Value(String):Value"></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">Value</span><span class="params">(<span name="name">name: <span class="extype" name="scala.Predef.String">String</span></span>)</span><span class="result">: <a href="#ValueextendsOrdered[Enumeration.this.Value]withSerializable" class="extmbr" name="com.ligadata.olep.metadata.ObjFormatType.Value">Value</a></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected </dd><dt>Definition Classes</dt><dd>Enumeration</dd></dl></div>
</li><li name="scala.Enumeration#Value" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="Value(i:Int):Enumeration.this.Value"></a>
<a id="Value(Int):Value"></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">Value</span><span class="params">(<span name="i">i: <span class="extype" name="scala.Int">Int</span></span>)</span><span class="result">: <a href="#ValueextendsOrdered[Enumeration.this.Value]withSerializable" class="extmbr" name="com.ligadata.olep.metadata.ObjFormatType.Value">Value</a></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected </dd><dt>Definition Classes</dt><dd>Enumeration</dd></dl></div>
</li><li name="scala.Enumeration#Value" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="Value:Enumeration.this.Value"></a>
<a id="Value:Value"></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">Value</span><span class="result">: <a href="#ValueextendsOrdered[Enumeration.this.Value]withSerializable" class="extmbr" name="com.ligadata.olep.metadata.ObjFormatType.Value">Value</a></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected </dd><dt>Definition Classes</dt><dd>Enumeration</dd></dl></div>
</li><li name="scala.Enumeration#apply" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="apply(x:Int):Enumeration.this.Value"></a>
<a id="apply(Int):Value"></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">apply</span><span class="params">(<span name="x">x: <span class="extype" name="scala.Int">Int</span></span>)</span><span class="result">: <a href="#ValueextendsOrdered[Enumeration.this.Value]withSerializable" class="extmbr" name="com.ligadata.olep.metadata.ObjFormatType.Value">Value</a></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Enumeration</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="com.ligadata.olep.metadata.ObjFormatType#asString" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped">
<a id="asString(typ:com.ligadata.olep.metadata.ObjFormatType.FormatType):String"></a>
<a id="asString(FormatType):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">asString</span><span class="params">(<span name="typ">typ: <a href="#FormatType=com.ligadata.olep.metadata.ObjFormatType.Value" class="extmbr" name="com.ligadata.olep.metadata.ObjFormatType.FormatType">FormatType</a></span>)</span><span class="result">: <span class="extype" name="scala.Predef.String">String</span></span>
</span>
</h4>
</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="com.ligadata.olep.metadata.ObjFormatType#fCSV" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped">
<a id="fCSV:com.ligadata.olep.metadata.ObjFormatType.Value"></a>
<a id="fCSV:Value"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">val</span>
</span>
<span class="symbol">
<span class="name">fCSV</span><span class="result">: <a href="#ValueextendsOrdered[Enumeration.this.Value]withSerializable" class="extmbr" name="com.ligadata.olep.metadata.ObjFormatType.Value">Value</a></span>
</span>
</h4>
</li><li name="com.ligadata.olep.metadata.ObjFormatType#fJSON" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped">
<a id="fJSON:com.ligadata.olep.metadata.ObjFormatType.Value"></a>
<a id="fJSON:Value"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">val</span>
</span>
<span class="symbol">
<span class="name">fJSON</span><span class="result">: <a href="#ValueextendsOrdered[Enumeration.this.Value]withSerializable" class="extmbr" name="com.ligadata.olep.metadata.ObjFormatType.Value">Value</a></span>
</span>
</h4>
</li><li name="com.ligadata.olep.metadata.ObjFormatType#fSERIALIZED" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped">
<a id="fSERIALIZED:com.ligadata.olep.metadata.ObjFormatType.Value"></a>
<a id="fSERIALIZED:Value"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">val</span>
</span>
<span class="symbol">
<span class="name">fSERIALIZED</span><span class="result">: <a href="#ValueextendsOrdered[Enumeration.this.Value]withSerializable" class="extmbr" name="com.ligadata.olep.metadata.ObjFormatType.Value">Value</a></span>
</span>
</h4>
</li><li name="com.ligadata.olep.metadata.ObjFormatType#fXML" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped">
<a id="fXML:com.ligadata.olep.metadata.ObjFormatType.Value"></a>
<a id="fXML:Value"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">val</span>
</span>
<span class="symbol">
<span class="name">fXML</span><span class="result">: <a href="#ValueextendsOrdered[Enumeration.this.Value]withSerializable" class="extmbr" name="com.ligadata.olep.metadata.ObjFormatType.Value">Value</a></span>
</span>
</h4>
</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="scala.Enumeration#maxId" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="maxId:Int"></a>
<a id="maxId:Int"></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">maxId</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>Enumeration</dd></dl></div>
</li><li name="scala.AnyRef#ne" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="ne(x$1:AnyRef):Boolean"></a>
<a id="ne(AnyRef):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">ne</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.Enumeration#nextId" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="nextId:Int"></a>
<a id="nextId:Int"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">var</span>
</span>
<span class="symbol">
<span class="name">nextId</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected </dd><dt>Definition Classes</dt><dd>Enumeration</dd></dl></div>
</li><li name="scala.Enumeration#nextName" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="nextName:Iterator[String]"></a>
<a id="nextName:Iterator[String]"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">var</span>
</span>
<span class="symbol">
<span class="name">nextName</span><span class="result">: <span class="extype" name="scala.Iterator">Iterator</span>[<span class="extype" name="scala.Predef.String">String</span>]</span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected </dd><dt>Definition Classes</dt><dd>Enumeration</dd></dl></div>
</li><li name="scala.AnyRef#notify" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notify():Unit"></a>
<a id="notify():Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#notifyAll" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notifyAll():Unit"></a>
<a id="notifyAll():Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.Enumeration#readResolve" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="readResolve():AnyRef"></a>
<a id="readResolve():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">readResolve</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 </dd><dt>Definition Classes</dt><dd>Enumeration</dd></dl></div>
</li><li name="scala.AnyRef#synchronized" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="synchronized[T0](x$1:=>T0):T0"></a>
<a id="synchronized[T0](⇒T0):T0"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">synchronized</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="params">(<span name="arg0">arg0: ⇒ <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span>)</span><span class="result">: <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.Enumeration#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>Enumeration → AnyRef → Any</dd></dl></div>
</li><li name="scala.Enumeration#values" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="values:Enumeration.this.ValueSet"></a>
<a id="values:ValueSet"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">values</span><span class="result">: <a href="#ValueSetextendsAbstractSet[Enumeration.this.Value]withSortedSet[Enumeration.this.Value]withSortedSetLike[Enumeration.this.Value,Enumeration.this.ValueSet]withSerializable" class="extmbr" name="com.ligadata.olep.metadata.ObjFormatType.ValueSet">ValueSet</a></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Enumeration</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><li name="scala.Enumeration#withName" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="withName(s:String):Enumeration.this.Value"></a>
<a id="withName(String):Value"></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">withName</span><span class="params">(<span name="s">s: <span class="extype" name="scala.Predef.String">String</span></span>)</span><span class="result">: <a href="#ValueextendsOrdered[Enumeration.this.Value]withSerializable" class="extmbr" name="com.ligadata.olep.metadata.ObjFormatType.Value">Value</a></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Enumeration</dd></dl></div>
</li></ol>
</div>
</div>
<div id="inheritedMembers">
<div class="parent" name="scala.Enumeration">
<h3>Inherited from <span class="extype" name="scala.Enumeration">Enumeration</span></h3>
</div><div class="parent" name="scala.Serializable">
<h3>Inherited from <span class="extype" name="scala.Serializable">Serializable</span></h3>
</div><div class="parent" name="java.io.Serializable">
<h3>Inherited from <span class="extype" name="java.io.Serializable">Serializable</span></h3>
</div><div class="parent" name="scala.AnyRef">
<h3>Inherited from <span class="extype" name="scala.AnyRef">AnyRef</span></h3>
</div><div class="parent" name="scala.Any">
<h3>Inherited from <span class="extype" name="scala.Any">Any</span></h3>
</div>
</div>
<div id="groupedMembers">
<div class="group" name="Ungrouped">
<h3>Ungrouped</h3>
</div>
</div>
</div>
<div id="tooltip"></div>
<div id="footer"> </div>
<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> |
whats-blooming/_posts/2014-10-13-falls-fabulous-floral-fruit-and-foliage-finery.html | redbuttegarden/redbuttegarden.github.io | ---
title: Fall's Fabulous Floral, Fruit, and Foliage Finery
date: 2014-10-13 00:00:00 -06:00
categories:
- whats-blooming
layout: post
blog-banner: whats-blooming-now-fall.jpg
post-date: October 13, 2014
post-time: 2:32 PM
blog-image: wbn-default.jpg
---
<div class="text-center">Fall weather brings about a fabulous display throughout the Garden. Many of our plants are creating a show not only with their flowers, but with their fruits and leaves as well. Be sure to take heed of the cool autumn air as it beckons you to the Garden!</div>
<br>
<br>
<div class="text-center">
<img src="/images/blogs/old-posts/550x377xRudbeckia,P20fulgida,P20var.,P20sullivantii,P20,P27Goldstrum,P27,P20Fall,P20Flower,P20Fruit,P20SQS12.jpg.pagespeed.ic.f1uSSoBXkl.jpg" width="560" height="377" alt="" title="" />
<p>Black-Eyed Susan <i> Rudbeckia fulgida</i> var. <i>sullivantii </i> 'Goldstrum'</p>
<p>Bright yellow petals adorn this perennial in the summer, but fall has given this sturdy flower a more manila appearance.</p>
</div>
<br>
<br>
<div class="text-center">
<img src="/images/blogs/old-posts/550x718xDianthus,P20chinensis,P20,P27Baby,P20Doll,P27,P20Flower,P20SQS14.jpg.pagespeed.ic.NulNQJ865H.jpg" width="560" height="718" alt="" title="" />
<p>Baby Doll Dianthus <i>Dianthus chinensis</i> 'Baby Doll'</p>
<p>This diminutive Dianthus displays blooms that range from a deep rose pink to a bright white and about every shade in between.</p>
</div>
<br>
<br>
<div class="text-center">
<img src="/images/blogs/old-posts/550x804xDelphinium,P20elatum,P20,P27Royal,P20Aspirations,P27,P20Flower,P20SQS14.jpg.pagespeed.ic.HiSf5VqLN4.jpg" width="560" height="804" alt="" title="" />
<p>Candle Larkspur <i> Delphinium elatum</i> 'Royal Aspirations'</p>
<p>Bold spikes of purple-blue are complemented with white centers on this dense-flowering larkspur.</p>
</div>
<br>
<br>
<div class="text-center">
<img src="/images/blogs/old-posts/550x712xDatura,P20wrightii,P20Fruit,P20SQS14.jpg.pagespeed.ic.XnicWsL0jE.jpg" width="560" height="712" alt="" title="" />
<p>Sacred Datura <i> Datura wrightii</i> </p>
<p>Large, fragrant white flowers develop into decorative, but poisonous, spiky fruits on this Utah native.</p>
</div>
<br>
<br>
<div class="text-center">
<img src="/images/blogs/old-posts/550x383xScabiosa,P20ochroleuca,P20Fruit,P20SQS12.jpg.pagespeed.ic.2fjs1lx_k0.jpg" width="560" height="383" alt="" title="" />
<p>Yellow Scabiosa <i> Scabiosa ochroleuca</i> </p>
<p>The multitude of spikes adorning this fun, decorative seed head give this plant it's other common name of pincushion flower.</p>
</div>
<br>
<br>
<div class="text-center">
<img src="/images/blogs/old-posts/550x395xTaxus,P20x,P20media,P20,P27Hicksii,P27,P20Fruit,P20SQS14.jpg.pagespeed.ic.qczwZHOutw.jpg" width="560" height="395" alt="" title="" />
<p>Hick's Yew <i> Taxus x media</i> 'Hicksii'</p>
<p>The almost alien looking fruits of this evergreen range from bright red to opaque pink.</p>
</div>
<br>
<br>
<div class="text-center">
<img src="/images/blogs/old-posts/550x383xScabiosa,P20ochroleuca,P20Fruit,P20SQS12.jpg.pagespeed.ic.2fjs1lx_k0.jpg" width="560" height="383" alt="" title="" />
<p>Yellow Scabiosa <i> Scabiosa ochroleuca</i> </p>
<p>The multitude of spikes adorning this fun, decorative seed head give this plant it's other common name of pincushion flower.</p>
</div>
<br>
<br>
<div class="text-center">
<img src="/images/blogs/old-posts/550x383xScabiosa,P20ochroleuca,P20Fruit,P20SQS12.jpg.pagespeed.ic.2fjs1lx_k0.jpg" width="560" height="383" alt="" title="" />
<p>Yellow Scabiosa <i> Scabiosa ochroleuca</i> </p>
<p>The multitude of spikes adorning this fun, decorative seed head give this plant it's other common name of pincushion flower.</p>
</div>
<br>
<br>
<div class="text-center">
<img src="/images/blogs/old-posts/550x395xTaxus,P20x,P20media,P20,P27Hicksii,P27,P20Fruit,P20SQS14.jpg.pagespeed.ic.qczwZHOutw.jpg" width="560" height="395" alt="" title="" />
<p>Hick's Yew <i> Taxus x media</i> 'Hicksii'</p>
<p>The almost alien looking fruits of this evergreen range from bright red to opaque pink.</p>
</div>
<br>
<br>
<div class="text-center">
<img src="/images/blogs/old-posts/550x367xEuonymus,P20europaeus,P20,P27Red,P20Cascade,P27,P20Fall,P20Leaves,P20SQS12,P202.jpg.pagespeed.ic._frvi_J7Kk.jpg" width="560" height="367" alt="" title="" />
<p>Common Spindle Tree <i> Euonymus europaeus</i> 'Red Cascade'</p>
<p>The leaves of this tree become decorated with a spectacular array and design of colors in the fall.</p>
</div>
<br>
<br>
<div class="text-center">
<img src="/images/blogs/old-posts/550x563xViburnum,P20x,P20burkwoodii,P20Fall,P20Leaves,P20SQS13.JPG.pagespeed.ic.qQmTdz6e3i.jpg" width="560" height="563" alt="" title="" />
<p>Burkwood Viburnum <i>Viburnum x burkwoodii</i> </p>
<p>The leaves of this Viburnum make a lovely show of their transition from green to a deep wine-red hue.</p>
</div>
<br>
<br>
<div class="text-center">
<p>This is a spectacular time of year to visit the Garden and bask in the warmth of the sun. Don't take these autumnal opportunities for granted, winter will be here soon!</p>
</div>
<br>
<h5 class="text-center green">Photos by Sarah Sandoval</h5>
|
前端练习/04基本功/01js/01体验js.html | puyanLiu/LPYFramework | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>Document</title>
</head>
<body>
<script type="text/javascript">
window.alert("你好");
console.log("今天是");
console.warn("星期五");
console.info("哈哈");
console.error("天气很好");
document.write("今天下雪啦");
</script>
</body>
</html> |
Source/DoxyGen/html/classxn_1_1_image_generator-members.html | Wessi/OpenNI | <!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.6"/>
<title>OpenNI 1.5.8: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="OpenNILogo.bmp"/></td>
<td style="padding-left: 0.5em;">
<div id="projectname">OpenNI 1.5.8
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.6 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="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>
</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>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacexn.html">xn</a></li><li class="navelem"><a class="el" href="classxn_1_1_image_generator.html">ImageGenerator</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">xn::ImageGenerator Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="classxn_1_1_image_generator.html">xn::ImageGenerator</a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="classxn_1_1_production_node.html#a8ee96495ace6ee2369c9255409cca2b9">AddNeededNode</a>(ProductionNode &needed)</td><td class="entry"><a class="el" href="classxn_1_1_production_node.html">xn::ProductionNode</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classxn_1_1_node_wrapper.html#ae40a63959249614fa7f9a107e5557d81">AddRef</a>()</td><td class="entry"><a class="el" href="classxn_1_1_node_wrapper.html">xn::NodeWrapper</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classxn_1_1_image_generator.html#a6c925e2cc848841a566eebb27275ef6b">Create</a>(Context &context, Query *pQuery=NULL, EnumerationErrors *pErrors=NULL)</td><td class="entry"><a class="el" href="classxn_1_1_image_generator.html">xn::ImageGenerator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classxn_1_1_generator.html#a23866c5ad6a10efc2070acbb00470874">Generator</a>(XnNodeHandle hNode=NULL)</td><td class="entry"><a class="el" href="classxn_1_1_generator.html">xn::Generator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classxn_1_1_generator.html#a9f24a82e98e1421aab4eb71f244f7c37">Generator</a>(const NodeWrapper &other)</td><td class="entry"><a class="el" href="classxn_1_1_generator.html">xn::Generator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classxn_1_1_generator.html#aa026cae7475aa794aad3cdfaa7d5c726">GetAlternativeViewPointCap</a>() const </td><td class="entry"><a class="el" href="classxn_1_1_generator.html">xn::Generator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classxn_1_1_generator.html#ae99917e5a3c47578eadadea85ed5e4de">GetAlternativeViewPointCap</a>()</td><td class="entry"><a class="el" href="classxn_1_1_generator.html">xn::Generator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classxn_1_1_map_generator.html#a96b92b1c193e6d9ac08ea06438668bc3">GetAntiFlickerCap</a>()</td><td class="entry"><a class="el" href="classxn_1_1_map_generator.html">xn::MapGenerator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classxn_1_1_map_generator.html#a648c912c117e483ce5c36c50a3cf518c">GetAutoExposureCap</a>()</td><td class="entry"><a class="el" href="classxn_1_1_map_generator.html">xn::MapGenerator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classxn_1_1_map_generator.html#a7eae2b728ea6bf591f8987426af6b1b8">GetBacklightCompensationCap</a>()</td><td class="entry"><a class="el" href="classxn_1_1_map_generator.html">xn::MapGenerator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classxn_1_1_map_generator.html#ad74d20839b4ce0de02688e2333049f7a">GetBrightnessCap</a>()</td><td class="entry"><a class="el" href="classxn_1_1_map_generator.html">xn::MapGenerator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classxn_1_1_map_generator.html#a7af5b329c639fa6ec66610d3eb882e2e">GetBytesPerPixel</a>() const </td><td class="entry"><a class="el" href="classxn_1_1_map_generator.html">xn::MapGenerator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classxn_1_1_production_node.html#a84a8fe5b2f56cbc97087529f4c15af77">GetContext</a>(Context &context) const </td><td class="entry"><a class="el" href="classxn_1_1_production_node.html">xn::ProductionNode</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classxn_1_1_production_node.html#ab2ad46e24e4e40ab3ff89ecbac1c332a">GetContext</a>() const </td><td class="entry"><a class="el" href="classxn_1_1_production_node.html">xn::ProductionNode</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classxn_1_1_map_generator.html#ad88c3b6d477530661c50e52322f68872">GetContrastCap</a>()</td><td class="entry"><a class="el" href="classxn_1_1_map_generator.html">xn::MapGenerator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classxn_1_1_map_generator.html#aa6d8779f6efb6d02fe0be6093e277f7c">GetCroppingCap</a>() const </td><td class="entry"><a class="el" href="classxn_1_1_map_generator.html">xn::MapGenerator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classxn_1_1_map_generator.html#a123e60e70cfd477f142e2d96eca649fc">GetCroppingCap</a>()</td><td class="entry"><a class="el" href="classxn_1_1_map_generator.html">xn::MapGenerator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classxn_1_1_generator.html#a1dd4f7f779f636b7c984cda1edddff02">GetData</a>()</td><td class="entry"><a class="el" href="classxn_1_1_generator.html">xn::Generator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classxn_1_1_generator.html#a5b6c7e53de6b4d459f3e54ccfb81c31e">GetDataSize</a>() const </td><td class="entry"><a class="el" href="classxn_1_1_generator.html">xn::Generator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classxn_1_1_production_node.html#a158c1c8a60ef1eac1fc24ad67024a327">GetErrorStateCap</a>() const </td><td class="entry"><a class="el" href="classxn_1_1_production_node.html">xn::ProductionNode</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classxn_1_1_production_node.html#af6f5e265c05c32d0652a05dba99331b3">GetErrorStateCap</a>()</td><td class="entry"><a class="el" href="classxn_1_1_production_node.html">xn::ProductionNode</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classxn_1_1_map_generator.html#a24e4f2800adca3684ab5ac0821924e5f">GetExposureCap</a>()</td><td class="entry"><a class="el" href="classxn_1_1_map_generator.html">xn::MapGenerator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classxn_1_1_map_generator.html#a5cffd52f9b19340afbdb92259d880720">GetFocusCap</a>()</td><td class="entry"><a class="el" href="classxn_1_1_map_generator.html">xn::MapGenerator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classxn_1_1_generator.html#a5e819081604760a7690a11a20c53856a">GetFrameID</a>() const </td><td class="entry"><a class="el" href="classxn_1_1_generator.html">xn::Generator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classxn_1_1_generator.html#ac78aa3433bef155939b0dc43f37e9e0d">GetFrameSyncCap</a>() const </td><td class="entry"><a class="el" href="classxn_1_1_generator.html">xn::Generator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classxn_1_1_generator.html#a2e4eee068a2a915288cb37788dd995a1">GetFrameSyncCap</a>()</td><td class="entry"><a class="el" href="classxn_1_1_generator.html">xn::Generator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classxn_1_1_map_generator.html#acd6b97ff72c36c29b7e68ac23a0947c9">GetGainCap</a>()</td><td class="entry"><a class="el" href="classxn_1_1_map_generator.html">xn::MapGenerator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classxn_1_1_map_generator.html#ae73d9805b68b87150ee6b8f1a0ef6c5c">GetGammaCap</a>()</td><td class="entry"><a class="el" href="classxn_1_1_map_generator.html">xn::MapGenerator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classxn_1_1_production_node.html#a4a4ba15b066f3649e1ea67cd3c4ddd63">GetGeneralIntCap</a>(const XnChar *strCapability)</td><td class="entry"><a class="el" href="classxn_1_1_production_node.html">xn::ProductionNode</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classxn_1_1_production_node.html#adfb77adf7676bc13cd234e57fd2a8af1">GetGeneralProperty</a>(const XnChar *strName, XnUInt32 nBufferSize, void *pBuffer) const </td><td class="entry"><a class="el" href="classxn_1_1_production_node.html">xn::ProductionNode</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classxn_1_1_image_generator.html#afe501e7330839a3655e87ac781fd7499">GetGrayscale16ImageMap</a>() const </td><td class="entry"><a class="el" href="classxn_1_1_image_generator.html">xn::ImageGenerator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classxn_1_1_image_generator.html#a65fc9baf5295524f55d67dbdce1430b3">GetGrayscale8ImageMap</a>() const </td><td class="entry"><a class="el" href="classxn_1_1_image_generator.html">xn::ImageGenerator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classxn_1_1_node_wrapper.html#a7451f117eee7f28a1c9f4a3b094611ca">GetHandle</a>() const </td><td class="entry"><a class="el" href="classxn_1_1_node_wrapper.html">xn::NodeWrapper</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classxn_1_1_map_generator.html#a8e603f389f9e393c0847f48d1fc77cf5">GetHueCap</a>()</td><td class="entry"><a class="el" href="classxn_1_1_map_generator.html">xn::MapGenerator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classxn_1_1_image_generator.html#a93eb06e873cb55bbd1c03d34b195608c">GetImageMap</a>() const </td><td class="entry"><a class="el" href="classxn_1_1_image_generator.html">xn::ImageGenerator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classxn_1_1_production_node.html#a7c68542292cb6c6054b7f62cdf695b0b">GetInfo</a>() const </td><td class="entry"><a class="el" href="classxn_1_1_production_node.html">xn::ProductionNode</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classxn_1_1_production_node.html#abf6ef51084c94c8e45d7f3a22e015546">GetIntProperty</a>(const XnChar *strName, XnUInt64 &nValue) const </td><td class="entry"><a class="el" href="classxn_1_1_production_node.html">xn::ProductionNode</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classxn_1_1_map_generator.html#a2d2fde7c23c7549cf95c134ac8348621">GetIrisCap</a>()</td><td class="entry"><a class="el" href="classxn_1_1_map_generator.html">xn::MapGenerator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classxn_1_1_map_generator.html#a7c3f728018bea1549fd0739d800d6e68">GetLowLightCompensationCap</a>()</td><td class="entry"><a class="el" href="classxn_1_1_map_generator.html">xn::MapGenerator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classxn_1_1_map_generator.html#a1fd1a64c376d7a47b2951bd996939644">GetMapOutputMode</a>(XnMapOutputMode &OutputMode) const </td><td class="entry"><a class="el" href="classxn_1_1_map_generator.html">xn::MapGenerator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classxn_1_1_image_generator.html#addc360efd421476ffde0ddfbf3ada135">GetMetaData</a>(ImageMetaData &metaData) const </td><td class="entry"><a class="el" href="classxn_1_1_image_generator.html">xn::ImageGenerator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classxn_1_1_generator.html#a162ee01b3483dcf71075398e4a0bb948">GetMirrorCap</a>() const </td><td class="entry"><a class="el" href="classxn_1_1_generator.html">xn::Generator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classxn_1_1_generator.html#a67018dd9cc900520937547f747094576">GetMirrorCap</a>()</td><td class="entry"><a class="el" href="classxn_1_1_generator.html">xn::Generator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classxn_1_1_node_wrapper.html#ae9e08bd23c07bf858c7f1ec1b3b658c4">GetName</a>() const </td><td class="entry"><a class="el" href="classxn_1_1_node_wrapper.html">xn::NodeWrapper</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classxn_1_1_map_generator.html#a5967318797a653e55fdc8481c402455e">GetPanCap</a>()</td><td class="entry"><a class="el" href="classxn_1_1_map_generator.html">xn::MapGenerator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classxn_1_1_image_generator.html#a30dc165c0c6fce19a1c871867cb6d764">GetPixelFormat</a>() const </td><td class="entry"><a class="el" href="classxn_1_1_image_generator.html">xn::ImageGenerator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classxn_1_1_production_node.html#ac8fb89389a77471200315aa3daa3952d">GetRealProperty</a>(const XnChar *strName, XnDouble &dValue) const </td><td class="entry"><a class="el" href="classxn_1_1_production_node.html">xn::ProductionNode</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classxn_1_1_image_generator.html#a34b7c4ba1758149c83403c19084f4e45">GetRGB24ImageMap</a>() const </td><td class="entry"><a class="el" href="classxn_1_1_image_generator.html">xn::ImageGenerator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classxn_1_1_map_generator.html#a89cb3e534c188aed7223e8a48372e4ed">GetRollCap</a>()</td><td class="entry"><a class="el" href="classxn_1_1_map_generator.html">xn::MapGenerator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classxn_1_1_map_generator.html#a7941a39b9033bbc1879510dcbd17a782">GetSaturationCap</a>()</td><td class="entry"><a class="el" href="classxn_1_1_map_generator.html">xn::MapGenerator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classxn_1_1_map_generator.html#ab9f8accc14097086dec3cde211ed0956">GetSharpnessCap</a>()</td><td class="entry"><a class="el" href="classxn_1_1_map_generator.html">xn::MapGenerator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classxn_1_1_production_node.html#a83cc813b9359238a2bc3a4d9595451c2">GetStringProperty</a>(const XnChar *strName, XnChar *csValue, XnUInt32 nBufSize) const </td><td class="entry"><a class="el" href="classxn_1_1_production_node.html">xn::ProductionNode</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classxn_1_1_map_generator.html#a1141e5efac972a65f03a17525b314c13">GetSupportedMapOutputModes</a>(XnMapOutputMode *aModes, XnUInt32 &nCount) const </td><td class="entry"><a class="el" href="classxn_1_1_map_generator.html">xn::MapGenerator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classxn_1_1_map_generator.html#a50a6f2732e27eb270966ff2aca7f82f1">GetSupportedMapOutputModesCount</a>() const </td><td class="entry"><a class="el" href="classxn_1_1_map_generator.html">xn::MapGenerator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classxn_1_1_map_generator.html#a319ba695c9a3b3b617af39a8e9f9d2c0">GetTiltCap</a>()</td><td class="entry"><a class="el" href="classxn_1_1_map_generator.html">xn::MapGenerator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classxn_1_1_generator.html#a25ac36419b9761a70768cc59330330a2">GetTimestamp</a>() const </td><td class="entry"><a class="el" href="classxn_1_1_generator.html">xn::Generator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classxn_1_1_map_generator.html#ac4584569475826bd69306e93b5dbdd4f">GetWhiteBalanceCap</a>()</td><td class="entry"><a class="el" href="classxn_1_1_map_generator.html">xn::MapGenerator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classxn_1_1_image_generator.html#a0bb971192a8946e21981423c1deb0542">GetYUV422ImageMap</a>() const </td><td class="entry"><a class="el" href="classxn_1_1_image_generator.html">xn::ImageGenerator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classxn_1_1_map_generator.html#a53d574cbcca2026008127deec244650b">GetZoomCap</a>()</td><td class="entry"><a class="el" href="classxn_1_1_map_generator.html">xn::MapGenerator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classxn_1_1_image_generator.html#a36ef73a85b81c02b094b99342ff8979c">ImageGenerator</a>(XnNodeHandle hNode=NULL)</td><td class="entry"><a class="el" href="classxn_1_1_image_generator.html">xn::ImageGenerator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classxn_1_1_image_generator.html#a6ff334a06de0e56017cdcf2a114cea07">ImageGenerator</a>(const NodeWrapper &other)</td><td class="entry"><a class="el" href="classxn_1_1_image_generator.html">xn::ImageGenerator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classxn_1_1_production_node.html#a26574447d96527d1a9d79994e550037f">IsCapabilitySupported</a>(const XnChar *strCapabilityName) const </td><td class="entry"><a class="el" href="classxn_1_1_production_node.html">xn::ProductionNode</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classxn_1_1_generator.html#a46b2960e843339296201682c04c02b5d">IsDataNew</a>() const </td><td class="entry"><a class="el" href="classxn_1_1_generator.html">xn::Generator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classxn_1_1_generator.html#a5b1f69de8cfac0767729a4584778d7cf">IsGenerating</a>() const </td><td class="entry"><a class="el" href="classxn_1_1_generator.html">xn::Generator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classxn_1_1_generator.html#ab1d6e18ad5169afec58dde1f3cf4f8bf">IsNewDataAvailable</a>(XnUInt64 *pnTimestamp=NULL) const </td><td class="entry"><a class="el" href="classxn_1_1_generator.html">xn::Generator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classxn_1_1_image_generator.html#a2be4be723adc6b851c89534550fe4466">IsPixelFormatSupported</a>(XnPixelFormat Format) const </td><td class="entry"><a class="el" href="classxn_1_1_image_generator.html">xn::ImageGenerator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classxn_1_1_node_wrapper.html#a3927cf50a70b01c6a57be2e3cf976269">IsValid</a>() const </td><td class="entry"><a class="el" href="classxn_1_1_node_wrapper.html">xn::NodeWrapper</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classxn_1_1_production_node.html#a28a13885c815a05f93e2c661e5ac380d">LockedNodeEndChanges</a>(XnLockHandle hLock)</td><td class="entry"><a class="el" href="classxn_1_1_production_node.html">xn::ProductionNode</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classxn_1_1_production_node.html#a13b8caa654da8dae4767648593c217d5">LockedNodeStartChanges</a>(XnLockHandle hLock)</td><td class="entry"><a class="el" href="classxn_1_1_production_node.html">xn::ProductionNode</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classxn_1_1_production_node.html#ad4e631318f4190de2d12e57525283d8f">LockForChanges</a>(XnLockHandle *phLock)</td><td class="entry"><a class="el" href="classxn_1_1_production_node.html">xn::ProductionNode</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classxn_1_1_map_generator.html#ab965e633e37529450548cc3d3951a451">MapGenerator</a>(XnNodeHandle hNode=NULL)</td><td class="entry"><a class="el" href="classxn_1_1_map_generator.html">xn::MapGenerator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classxn_1_1_map_generator.html#a9eae3f772388e3622b5dab6133c619ee">MapGenerator</a>(const NodeWrapper &other)</td><td class="entry"><a class="el" href="classxn_1_1_map_generator.html">xn::MapGenerator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classxn_1_1_node_wrapper.html#a82e82d31752ea3ac4c12d303c2a1d613">NodeWrapper</a>(XnNodeHandle hNode)</td><td class="entry"><a class="el" href="classxn_1_1_node_wrapper.html">xn::NodeWrapper</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classxn_1_1_node_wrapper.html#a734a00bdf029ea60e97d72c16605181a">NodeWrapper</a>(const NodeWrapper &other)</td><td class="entry"><a class="el" href="classxn_1_1_node_wrapper.html">xn::NodeWrapper</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classxn_1_1_node_wrapper.html#a30a130aa42cfca995d97cf59204ee5f9">operator XnNodeHandle</a>() const </td><td class="entry"><a class="el" href="classxn_1_1_node_wrapper.html">xn::NodeWrapper</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classxn_1_1_node_wrapper.html#adfd9b28dd0f715da3ee73f39d2a40bac">operator!=</a>(const NodeWrapper &other)</td><td class="entry"><a class="el" href="classxn_1_1_node_wrapper.html">xn::NodeWrapper</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classxn_1_1_node_wrapper.html#a9532d1cbeb5f4d5f76d701a737f7512c">operator=</a>(const NodeWrapper &other)</td><td class="entry"><a class="el" href="classxn_1_1_node_wrapper.html">xn::NodeWrapper</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classxn_1_1_node_wrapper.html#aedd041d6c7100d869e678d94fd39e1cd">operator==</a>(const NodeWrapper &other)</td><td class="entry"><a class="el" href="classxn_1_1_node_wrapper.html">xn::NodeWrapper</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classxn_1_1_production_node.html#a12ed2ea37cdaf7dc48f6eb589215c178">ProductionNode</a>(XnNodeHandle hNode=NULL)</td><td class="entry"><a class="el" href="classxn_1_1_production_node.html">xn::ProductionNode</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classxn_1_1_production_node.html#aa8d9e12dc9dd12040513442a399f72c5">ProductionNode</a>(const NodeWrapper &other)</td><td class="entry"><a class="el" href="classxn_1_1_production_node.html">xn::ProductionNode</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classxn_1_1_generator.html#a5fc2c00997d7e827ce1e86d7b89ec2f1">RegisterToGenerationRunningChange</a>(StateChangedHandler handler, void *pCookie, XnCallbackHandle &hCallback)</td><td class="entry"><a class="el" href="classxn_1_1_generator.html">xn::Generator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classxn_1_1_map_generator.html#a282df4d2ddb58e5dc1717c8ceaacd5c9">RegisterToMapOutputModeChange</a>(StateChangedHandler handler, void *pCookie, XnCallbackHandle &hCallback)</td><td class="entry"><a class="el" href="classxn_1_1_map_generator.html">xn::MapGenerator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classxn_1_1_generator.html#a8fcad557eda5746a7f974e51c70bb324">RegisterToNewDataAvailable</a>(StateChangedHandler handler, void *pCookie, XnCallbackHandle &hCallback)</td><td class="entry"><a class="el" href="classxn_1_1_generator.html">xn::Generator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classxn_1_1_image_generator.html#a06f084d8db3ed54d1a61ba83d9b5c143">RegisterToPixelFormatChange</a>(StateChangedHandler handler, void *pCookie, XnCallbackHandle &hCallback)</td><td class="entry"><a class="el" href="classxn_1_1_image_generator.html">xn::ImageGenerator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classxn_1_1_node_wrapper.html#ad94e45cb0bbd21223ed17e77c6893ca6">Release</a>()</td><td class="entry"><a class="el" href="classxn_1_1_node_wrapper.html">xn::NodeWrapper</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classxn_1_1_production_node.html#a15178408fda6623a9f6b6e3cae74fea4">RemoveNeededNode</a>(ProductionNode &needed)</td><td class="entry"><a class="el" href="classxn_1_1_production_node.html">xn::ProductionNode</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classxn_1_1_production_node.html#a32b34f2102078fbbf6719ac473d988a1">SetGeneralProperty</a>(const XnChar *strName, XnUInt32 nBufferSize, const void *pBuffer)</td><td class="entry"><a class="el" href="classxn_1_1_production_node.html">xn::ProductionNode</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classxn_1_1_node_wrapper.html#af4873f95c91d4c4381a3ca127b791b27">SetHandle</a>(XnNodeHandle hNode)</td><td class="entry"><a class="el" href="classxn_1_1_node_wrapper.html">xn::NodeWrapper</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classxn_1_1_production_node.html#a6796677af3d968d786d9094d33c6d9f1">SetIntProperty</a>(const XnChar *strName, XnUInt64 nValue)</td><td class="entry"><a class="el" href="classxn_1_1_production_node.html">xn::ProductionNode</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classxn_1_1_map_generator.html#aea291fb67aea2d2d21d7b0b159884f9d">SetMapOutputMode</a>(const XnMapOutputMode &OutputMode)</td><td class="entry"><a class="el" href="classxn_1_1_map_generator.html">xn::MapGenerator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classxn_1_1_image_generator.html#a1297b84dcc77a2e81300d5fa17b3efec">SetPixelFormat</a>(XnPixelFormat Format)</td><td class="entry"><a class="el" href="classxn_1_1_image_generator.html">xn::ImageGenerator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classxn_1_1_production_node.html#a0b026a014056ab654859f14fe9a1408e">SetRealProperty</a>(const XnChar *strName, XnDouble dValue)</td><td class="entry"><a class="el" href="classxn_1_1_production_node.html">xn::ProductionNode</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classxn_1_1_production_node.html#a21b665cca28349b53a3a2ff62355aab5">SetStringProperty</a>(const XnChar *strName, const XnChar *strValue)</td><td class="entry"><a class="el" href="classxn_1_1_production_node.html">xn::ProductionNode</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classxn_1_1_generator.html#a4fa8a933a96765b30537b5203da3381e">StartGenerating</a>()</td><td class="entry"><a class="el" href="classxn_1_1_generator.html">xn::Generator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classxn_1_1_generator.html#ae955127df36f3c71e76bdc5f2e383065">StopGenerating</a>()</td><td class="entry"><a class="el" href="classxn_1_1_generator.html">xn::Generator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classxn_1_1_node_wrapper.html#ab8082cf957501ca1d7adcce6a5a4b737">TakeOwnership</a>(XnNodeHandle hNode)</td><td class="entry"><a class="el" href="classxn_1_1_node_wrapper.html">xn::NodeWrapper</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classxn_1_1_production_node.html#a57bd03ecd194daab7aa4aada2bc95725">UnlockForChanges</a>(XnLockHandle hLock)</td><td class="entry"><a class="el" href="classxn_1_1_production_node.html">xn::ProductionNode</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classxn_1_1_generator.html#a4ef03272d55e2146ae2b0f17db317d38">UnregisterFromGenerationRunningChange</a>(XnCallbackHandle hCallback)</td><td class="entry"><a class="el" href="classxn_1_1_generator.html">xn::Generator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classxn_1_1_map_generator.html#a5767b2cddd43f0af982306e6693027ef">UnregisterFromMapOutputModeChange</a>(XnCallbackHandle hCallback)</td><td class="entry"><a class="el" href="classxn_1_1_map_generator.html">xn::MapGenerator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classxn_1_1_generator.html#a9f9789cecbcc0e43ecf63817e21ac6da">UnregisterFromNewDataAvailable</a>(XnCallbackHandle hCallback)</td><td class="entry"><a class="el" href="classxn_1_1_generator.html">xn::Generator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classxn_1_1_image_generator.html#a01a8bb5d0285491222b9db40922f07f9">UnregisterFromPixelFormatChange</a>(XnCallbackHandle hCallback)</td><td class="entry"><a class="el" href="classxn_1_1_image_generator.html">xn::ImageGenerator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classxn_1_1_generator.html#aaf3162a87a79a05fa655f344c835fa2e">WaitAndUpdateData</a>()</td><td class="entry"><a class="el" href="classxn_1_1_generator.html">xn::Generator</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classxn_1_1_node_wrapper.html#a3d43e803c19305dbf8af15281cfa30ff">~NodeWrapper</a>()</td><td class="entry"><a class="el" href="classxn_1_1_node_wrapper.html">xn::NodeWrapper</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jun 11 2015 12:31:40 for OpenNI 1.5.8 by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.6
</small></address>
</body>
</html>
|
target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_10_testAbaNumberCheck_20655_good_48t.html | dcarda/aba.route.validator | <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" />
<link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media="all"/>
<link rel="stylesheet" href="../../../../../aui/css/aui-experimental.min.css" media="all"/>
<!--[if IE 9]><link rel="stylesheet" href="../../../../../aui/css/aui-ie9.min.css" media="all"/><![endif]-->
<style type="text/css" media="all">
@import url('../../../../../style.css');
@import url('../../../../../tree.css');
</style>
<script src="../../../../../jquery-1.8.3.min.js" type="text/javascript"></script>
<script src="../../../../../aui/js/aui.min.js" type="text/javascript"></script>
<script src="../../../../../aui/js/aui-experimental.min.js" type="text/javascript"></script>
<script src="../../../../../aui/js/aui-soy.min.js" type="text/javascript"></script>
<script src="../../../../../package-nodes-tree.js" type="text/javascript"></script>
<script src="../../../../../clover-tree.js" type="text/javascript"></script>
<script src="../../../../../clover.js" type="text/javascript"></script>
<script src="../../../../../clover-descriptions.js" type="text/javascript"></script>
<script src="../../../../../cloud.js" type="text/javascript"></script>
<title>ABA Route Transit Number Validator 1.0.1-SNAPSHOT</title>
</head>
<body>
<div id="page">
<header id="header" role="banner">
<nav class="aui-header aui-dropdown2-trigger-group" role="navigation">
<div class="aui-header-inner">
<div class="aui-header-primary">
<h1 id="logo" class="aui-header-logo aui-header-logo-clover">
<a href="http://openclover.org" title="Visit OpenClover home page"><span class="aui-header-logo-device">OpenClover</span></a>
</h1>
</div>
<div class="aui-header-secondary">
<ul class="aui-nav">
<li id="system-help-menu">
<a class="aui-nav-link" title="Open online documentation" target="_blank"
href="http://openclover.org/documentation">
<span class="aui-icon aui-icon-small aui-iconfont-help"> Help</span>
</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<div class="aui-page-panel">
<div class="aui-page-panel-inner">
<div class="aui-page-panel-nav aui-page-panel-nav-clover">
<div class="aui-page-header-inner" style="margin-bottom: 20px;">
<div class="aui-page-header-image">
<a href="http://cardatechnologies.com" target="_top">
<div class="aui-avatar aui-avatar-large aui-avatar-project">
<div class="aui-avatar-inner">
<img src="../../../../../img/clover_logo_large.png" alt="Clover icon"/>
</div>
</div>
</a>
</div>
<div class="aui-page-header-main" >
<h1>
<a href="http://cardatechnologies.com" target="_top">
ABA Route Transit Number Validator 1.0.1-SNAPSHOT
</a>
</h1>
</div>
</div>
<nav class="aui-navgroup aui-navgroup-vertical">
<div class="aui-navgroup-inner">
<ul class="aui-nav">
<li class="">
<a href="../../../../../dashboard.html">Project overview</a>
</li>
</ul>
<div class="aui-nav-heading packages-nav-heading">
<strong>Packages</strong>
</div>
<div class="aui-nav project-packages">
<form method="get" action="#" class="aui package-filter-container">
<input type="text" autocomplete="off" class="package-filter text"
placeholder="Type to filter packages..." name="package-filter" id="package-filter"
title="Start typing package name (or part of the name) to search through the tree. Use arrow keys and the Enter key to navigate."/>
</form>
<p class="package-filter-no-results-message hidden">
<small>No results found.</small>
</p>
<div class="packages-tree-wrapper" data-root-relative="../../../../../" data-package-name="com.cardatechnologies.utils.validators.abaroutevalidator">
<div class="packages-tree-container"></div>
<div class="clover-packages-lozenges"></div>
</div>
</div>
</div>
</nav> </div>
<section class="aui-page-panel-content">
<div class="aui-page-panel-content-clover">
<div class="aui-page-header-main"><ol class="aui-nav aui-nav-breadcrumbs">
<li><a href="../../../../../dashboard.html"> Project Clover database Sat Aug 7 2021 12:29:33 MDT</a></li>
<li><a href="test-pkg-summary.html">Package com.cardatechnologies.utils.validators.abaroutevalidator</a></li>
<li><a href="test-Test_AbaRouteValidator_10.html">Class Test_AbaRouteValidator_10</a></li>
</ol></div>
<h1 class="aui-h2-clover">
Test testAbaNumberCheck_20655_good
</h1>
<table class="aui">
<thead>
<tr>
<th>Test</th>
<th><label title="The test result. Either a Pass, Fail or Error.">Status</label></th>
<th><label title="When the test execution was started">Start time</label></th>
<th><label title="The total time in seconds taken to run this test.">Time (seconds)</label></th>
<th><label title="A failure or error message if the test is not successful.">Message</label></th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_10.html?line=15785#src-15785" >testAbaNumberCheck_20655_good</a>
</td>
<td>
<span class="sortValue">1</span><span class="aui-lozenge aui-lozenge-success">PASS</span>
</td>
<td>
7 Aug 12:39:52
</td>
<td>
0.0 </td>
<td>
<div></div>
<div class="errorMessage"></div>
</td>
</tr>
</tbody>
</table>
<div> </div>
<table class="aui aui-table-sortable">
<thead>
<tr>
<th style="white-space:nowrap;"><label title="A class that was directly hit by this test.">Target Class</label></th>
<th colspan="4"><label title="The percentage of coverage contributed by each single test.">Coverage contributed by</label> testAbaNumberCheck_20655_good</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</span>
  <a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/AbaRouteValidator.html?id=5501#AbaRouteValidator" title="AbaRouteValidator" name="sl-47">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</a>
</td>
<td>
<span class="sortValue">0.7352941</span>73.5%
</td>
<td class="align-middle" style="width: 100%" colspan="3">
<div>
<div title="73.5% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:73.5%"></div></div></div> </td>
</tr>
</tbody>
</table>
</div> <!-- class="aui-page-panel-content-clover" -->
<footer id="footer" role="contentinfo">
<section class="footer-body">
<ul>
<li>
Report generated by <a target="_new" href="http://openclover.org">OpenClover</a> v 4.4.1
on Sat Aug 7 2021 12:49:26 MDT using coverage data from Sat Aug 7 2021 12:47:23 MDT.
</li>
</ul>
<ul>
<li>OpenClover is free and open-source software. </li>
</ul>
</section>
</footer> </section> <!-- class="aui-page-panel-content" -->
</div> <!-- class="aui-page-panel-inner" -->
</div> <!-- class="aui-page-panel" -->
</div> <!-- id="page" -->
</body>
</html> |
openstack_dashboard/dashboards/admin/volumes_back/templates/volumes/cg_snapshots/_create.html | xuweiliang/Codelibrary | {% extends "horizon/common/_modal_form.html" %}
{% load i18n %}
{% block modal-body-right %}
<div class="quota-dynamic">
<p>{% blocktrans %}Create a Consistency Group that will contain newly created volumes cloned from each of the snapshots in the source Consistency Group Snapshot.{% endblocktrans %}</p>
{% include "admin/volumes/_volume_limits.html" with usages=usages %}
</div>
{% endblock %}
|
docs/solr-core/org/apache/solr/update/processor/class-use/IgnoreFieldUpdateProcessorFactory.html | kyosuke1008/summary-solr | <!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 Thu Oct 17 21:44:59 EDT 2013 -->
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>Uses of Class org.apache.solr.update.processor.IgnoreFieldUpdateProcessorFactory (Solr 4.5.1 API)</title>
<meta name="date" content="2013-10-17">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.solr.update.processor.IgnoreFieldUpdateProcessorFactory (Solr 4.5.1 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/apache/solr/update/processor/IgnoreFieldUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>PREV</li>
<li>NEXT</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/solr/update/processor//class-useIgnoreFieldUpdateProcessorFactory.html" target="_top">FRAMES</a></li>
<li><a href="IgnoreFieldUpdateProcessorFactory.html" target="_top">NO FRAMES</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.solr.update.processor.IgnoreFieldUpdateProcessorFactory" class="title">Uses of Class<br>org.apache.solr.update.processor.IgnoreFieldUpdateProcessorFactory</h2>
</div>
<div class="classUseContainer">No usage of org.apache.solr.update.processor.IgnoreFieldUpdateProcessorFactory</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/apache/solr/update/processor/IgnoreFieldUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>PREV</li>
<li>NEXT</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/solr/update/processor//class-useIgnoreFieldUpdateProcessorFactory.html" target="_top">FRAMES</a></li>
<li><a href="IgnoreFieldUpdateProcessorFactory.html" target="_top">NO FRAMES</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>
<i>Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.</i>
<script src='../../../../../../prettify.js' type='text/javascript'></script>
<script type='text/javascript'>
(function(){
var oldonload = window.onload;
if (typeof oldonload != 'function') {
window.onload = prettyPrint;
} else {
window.onload = function() {
oldonload();
prettyPrint();
}
}
})();
</script>
</small></p>
</body>
</html>
|
carrot2-webapp-3.8.1/herballsilvertrigram/01530253.txt.html | idigbio-citsci-hackathon/carrotFacetNgram | <html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<span class='rank7 7.131076592273528'>?0</span>
<span class='rank0 0.0'>1</span>
<span class='rank3 2.8337620491379862'>lem</span>
</br>
<span class='rank0 0.0'>^</span>
<span class='rank0 0.0'>w</span>
<span class='rank0 0.0'>w</span>
<span class='rank10 9.615983242061528'>Pf</span>
<span class='rank5 5.380675333968457'>The</span>
<span class='rank6 5.910214491268059'>New</span>
<span class='rank5 5.027215308896533'>York</span>
<span class='rank4 4.050174224831018'>copyright</span>
<span class='rank2 1.7822710117187128'>reserved</span>
<span class='rank3 2.5421264334187086'>Botanical</span>
<span class='rank3 3.451197890939337'>Garden</span>
</br>
<span class='rank-13 -13.080231701061997'>Stewardson</span>
<span class='rank3 2.873252492389657'>Brown</span>
<span class='rank8 7.536541700381693'>N.</span>
<span class='rank6 5.703960236633383'>L.</span>
<span class='rank-2 -1.981923936421886'>Britton</span>
</br>
<span class='rank9 9.328301169609748'>E,</span>
<span class='rank7 6.5714608043381055'>J.</span>
<span class='rank-1 -1.1691379729473965'>WORTLEY</span>
</br>
<span class='rank0 0.2299845632248747'>COLLECTORS</span>
</br>
<span class='rank1 0.9568358528021363'>SEPT.,</span>
<span class='rank3 2.9384859171035345'>1913</span>
</br>
<span class='rank5 5.23758013687111'>NEW</span>
<span class='rank5 5.092407184714711'>YORK</span>
<span class='rank4 4.3452095742978045'>BOTANICAL</span>
<span class='rank5 4.836230413135688'>GARDEN</span>
<span class='rank-2 -2.1799152267468287'>ACADEMY</span>
<span class='rank6 6.171300748459634'>OF</span>
<span class='rank-4 -4.137144714540511'>NATURAL</span>
<span class='rank-4 -4.02435559334085'>SCIENCES</span>
<span class='rank6 6.171300748459634'>OF</span>
<span class='rank-7 -7.111065859143594'>PHILADELPHIA</span>
<span class='rank2 2.4609470333207497'>BERMUDA</span>
<span class='rank-14 -14.452837080563157'>DEPARTMENT</span>
<span class='rank6 6.171300748459634'>OF</span>
<span class='rank-13 -13.257555169685276'>AGRICULTURE</span>
<span class='rank0 -0.025107939329515716'>EXPLORATION</span>
<span class='rank6 6.171300748459634'>OF</span>
<span class='rank2 2.4609470333207497'>BERMUDA</span>
</br>
<span class='rank0 0.0'>/</span>
<span class='rank0 0.0'>V'r/?</span>
</br>
<span class='rank7 7.113163754051207'>NO.</span>
<span class='rank0 0.0'>Ô</span>
</br>
<span class='rank42 42.26324703259235'>01530253</span>
</br>
</br></br>
<strong>Legend - </strong>
Level of confidence that token is an accurately-transcribed word</br>
<span class='rank-13'> </span> extremely low
<span class='rank-7'> </span> very low
<span class='rank-1'> </span> low
<span class='rank0'> </span> undetermined
<span class='rank1'> </span> medium
<span class='rank6'> </span> high
<span class='rank16'> </span> very high</br>
</body>
</html>
|
Code/SCRD_BRE/src/web/help/paymentReversalContent.html | NASA-Tournament-Lab/CoECI-OPM-Service-Credit-Redeposit-Deposit-Application |
Payments can be reversed for many reasons and many weeks after being received. When you
reverse a payment, a window pops up to ask why.
<figure>
<img src="i/help/PaymentReversed.png" alt="PaymentReversed" width="700px">
<figcaption>Payment Reversed.</figcaption>
</figure>
Choose one of the following from the drop-down box.
<figure>
<img src="i/help/PaymentReverseReasonsValues.png" alt="PaymentReverseReasonsValues" width="700px">
<figcaption>Payment Reverse Reasons Values.</figcaption>
</figure>
<ul>
<li>Applied to Wrong Account</li>
<li> Bank Account Closed</li>
<li>Data Entry Error</li>
<li>No Acct/Cannot Locate</li>
<li> Non-Sufficient Funds</li>
<li>Account Details Page</li>
<li>Stop Payment</li>
</ul>
Clicking the "Reverse" button will open a Microsoft Word document which is a letter to the claimant
explaining why his payment was reversed and to expect a new invoice with a higher balance.
<h2>Cancel</h2>
Adjustments can be canceled for many reasons and many weeks after being entered. When you
cancel a payment, a window pops up to ask why. Its drop-down box offers the same reasons as the
reversals.
<figure>
<img src="i/help/PaymentCancel.png" alt="PaymentCancel" width="700px">
<figcaption>Payment Cancel.</figcaption>
</figure>
<figure>
<img src="i/help/PaymentCancelledReasonsValues.png" alt="PaymentCancelledReasonsValues" width="700px">
<figcaption>Payment Cancel Reasons Values.</figcaption>
</figure>
|
SQLite Database Model Core/doc/za/co/neilson/sqlite/orm/class-use/DatabaseDriverInterface.html | SheldonNeilson/SQLite-Database-Model | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Sun Apr 20 22:40:20 SAST 2014 -->
<title>Uses of Interface za.co.neilson.sqlite.orm.DatabaseDriverInterface</title>
<meta name="date" content="2014-04-20">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Interface za.co.neilson.sqlite.orm.DatabaseDriverInterface";
}
//-->
</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="../../../../../../za/co/neilson/sqlite/orm/DatabaseDriverInterface.html" title="interface in za.co.neilson.sqlite.orm">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?za/co/neilson/sqlite/orm/class-use/DatabaseDriverInterface.html" target="_top">Frames</a></li>
<li><a href="DatabaseDriverInterface.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 za.co.neilson.sqlite.orm.DatabaseDriverInterface" class="title">Uses of Interface<br>za.co.neilson.sqlite.orm.DatabaseDriverInterface</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../za/co/neilson/sqlite/orm/DatabaseDriverInterface.html" title="interface in za.co.neilson.sqlite.orm">DatabaseDriverInterface</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="#za.co.neilson.sqlite.orm">za.co.neilson.sqlite.orm</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="za.co.neilson.sqlite.orm">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../za/co/neilson/sqlite/orm/DatabaseDriverInterface.html" title="interface in za.co.neilson.sqlite.orm">DatabaseDriverInterface</a> in <a href="../../../../../../za/co/neilson/sqlite/orm/package-summary.html">za.co.neilson.sqlite.orm</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../../za/co/neilson/sqlite/orm/package-summary.html">za.co.neilson.sqlite.orm</a> declared as <a href="../../../../../../za/co/neilson/sqlite/orm/DatabaseDriverInterface.html" title="interface in za.co.neilson.sqlite.orm">DatabaseDriverInterface</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>private <a href="../../../../../../za/co/neilson/sqlite/orm/DatabaseDriverInterface.html" title="interface in za.co.neilson.sqlite.orm">DatabaseDriverInterface</a><<a href="../../../../../../za/co/neilson/sqlite/orm/DatabaseModel.html" title="type parameter in DatabaseModel">R</a>,<a href="../../../../../../za/co/neilson/sqlite/orm/DatabaseModel.html" title="type parameter in DatabaseModel">C</a>></code></td>
<td class="colLast"><span class="strong">DatabaseModel.</span><code><strong><a href="../../../../../../za/co/neilson/sqlite/orm/DatabaseModel.html#databaseDriverInterface">databaseDriverInterface</a></strong></code> </td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../za/co/neilson/sqlite/orm/package-summary.html">za.co.neilson.sqlite.orm</a> that return <a href="../../../../../../za/co/neilson/sqlite/orm/DatabaseDriverInterface.html" title="interface in za.co.neilson.sqlite.orm">DatabaseDriverInterface</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../za/co/neilson/sqlite/orm/DatabaseDriverInterface.html" title="interface in za.co.neilson.sqlite.orm">DatabaseDriverInterface</a><<a href="../../../../../../za/co/neilson/sqlite/orm/DatabaseModel.html" title="type parameter in DatabaseModel">R</a>,<a href="../../../../../../za/co/neilson/sqlite/orm/DatabaseModel.html" title="type parameter in DatabaseModel">C</a>></code></td>
<td class="colLast"><span class="strong">DatabaseModel.</span><code><strong><a href="../../../../../../za/co/neilson/sqlite/orm/DatabaseModel.html#getDatabaseDriverInterface()">getDatabaseDriverInterface</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected abstract <a href="../../../../../../za/co/neilson/sqlite/orm/DatabaseDriverInterface.html" title="interface in za.co.neilson.sqlite.orm">DatabaseDriverInterface</a><<a href="../../../../../../za/co/neilson/sqlite/orm/DatabaseModel.html" title="type parameter in DatabaseModel">R</a>,<a href="../../../../../../za/co/neilson/sqlite/orm/DatabaseModel.html" title="type parameter in DatabaseModel">C</a>></code></td>
<td class="colLast"><span class="strong">DatabaseModel.</span><code><strong><a href="../../../../../../za/co/neilson/sqlite/orm/DatabaseModel.html#onInitializeDatabaseDriverInterface(java.lang.Object...)">onInitializeDatabaseDriverInterface</a></strong>(java.lang.Object... args)</code> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../za/co/neilson/sqlite/orm/DatabaseDriverInterface.html" title="interface in za.co.neilson.sqlite.orm">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?za/co/neilson/sqlite/orm/class-use/DatabaseDriverInterface.html" target="_top">Frames</a></li>
<li><a href="DatabaseDriverInterface.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>
|
target_dir/documentation/reference/variables.html | PureBasicCN/PureBasicPreference | <html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"><title>Variables and Types</title></head>
<body bgcolor="#EFF1F0" link="#3A3966" vlink="#000000" alink="#000000">
<font face="Verdana, sans-serif" size="2"><p align="center"><b><font size="5">Variables and Types</font></b></p>
<p><b>Variables declaration</b></p><blockquote>
To declare a variable in PureBasic, simply type its name. You can also specify the type
you want this variable to be. Variables do not need to be explicitly declared, as they
can be used as "variables on-the-fly". The <a href="define.html">Define</a> keyword can be used to declare
multiple variables in one statement. If you don't assign an initial value to the variable, their
value will be 0.
<p><b>示例</b></p><blockquote>
<pre><font face="Courier New, Courier, mono"size="2"> a.b <font color="#3A3966">; Declare a variable called 'a' from byte (.b) type.</font>
c.l = a*d.w <font color="#3A3966">; 'd' is declared here within the expression !</font>
</font></pre>
<u>Notes:</u>
<blockquote>
Variable names must not start with a number (0,1,...), contain operators (+,-,...) or special characters (????...).
<br>
<br>
The variables in PureBasic are not case sensitive, so "pure" and "PURE" are the same variable.
<br>
<br>
If you don't need to change the content of a variable during the program flow (e.g. you're using fixed
values for ID's etc.), you can also take a look at <a href="general_rules.html">constants</a> as an alternative.
<br>
<br>
To avoid typing errors etc. it's possible to force the PureBasic compiler to always want a declaration
of variables, before they are first used. Just use <a href="compilerdirectives.html">EnableExplicit</a>
keyword in your source code to enable this feature.
</blockquote>
</blockquote>
<p><b>Basic types</b></p><blockquote>
PureBasic allows many type variables which can be standard integers, float, double, quad and char numbers
or even string characters. Here is the list of the native supported types and a brief description :
<br>
<br>
<table width="75%" border="1" bordercolorlight="#FFFFFF" bordercolordark="#999900">
<tr>
<td>
<div align="center"><b><font face="Arial" size="2">Name</font></b></div>
</td>
<td>
<div align="center"><b><font face="Arial" size="2">Extension</font></b></div>
</td>
<td>
<div align="center"><b><font face="Arial" size="2">Memory
consumption</font></b></div>
</td>
<td>
<div align="center"><b><font face="Arial" size="2">Range</font></b></div>
</td>
</tr>
<tr>
<td><font face="Arial" size="2">Byte</font></td>
<td><font face="Arial" size="2">.b</font></td>
<td><font face="Arial" size="2">1 byte</font></td>
<td><font face="Arial" size="2">-128 to +127</font></td>
</tr>
<tr>
<td><font face="Arial" size="2">Ascii</font></td>
<td><font face="Arial" size="2">.a</font></td>
<td><font face="Arial" size="2">1 byte</font></td>
<td><font face="Arial" size="2">0 to +255</font></td>
</tr>
<tr>
<td><font face="Arial" size="2">Character</font></td>
<td><font face="Arial" size="2">.c</font></td>
<td><font face="Arial" size="2">1 byte (in ascii mode)</font></td>
<td><font face="Arial" size="2">0 to +255</font></td>
</tr>
<tr>
<td><font face="Arial" size="2">Character</font></td>
<td><font face="Arial" size="2">.c</font></td>
<td><font face="Arial" size="2">2 bytes (in unicode mode)</font></td>
<td><font face="Arial" size="2">0 to +65535</font></td>
</tr>
<tr>
<td><font face="Arial" size="2">Word</font></td>
<td><font face="Arial" size="2">.w</font></td>
<td><font face="Arial" size="2">2 bytes</font></td>
<td><font face="Arial" size="2">-32768 to +32767</font></td>
</tr>
<tr>
<td><font face="Arial" size="2">Unicode</font></td>
<td><font face="Arial" size="2">.u</font></td>
<td><font face="Arial" size="2">2 bytes</font></td>
<td><font face="Arial" size="2">0 to +65535</font></td>
</tr>
<tr>
<td><font face="Arial" size="2">Long</font></td>
<td><font face="Arial" size="2">.l</font></td>
<td><font face="Arial" size="2">4 bytes</font></td>
<td><font face="Arial" size="2">-2147483648 to +2147483647</font></td>
</tr>
<tr>
<td><font face="Arial" size="2">Integer</font></td>
<td><font face="Arial" size="2">.i</font></td>
<td><font face="Arial" size="2">4 bytes (using 32-bit compiler)</font></td>
<td><font face="Arial" size="2">-2147483648 to +2147483647</font></td>
</tr>
<tr>
<td><font face="Arial" size="2">Integer</font></td>
<td><font face="Arial" size="2">.i</font></td>
<td><font face="Arial" size="2">8 bytes (using 64-bit compiler)</font></td>
<td><font face="Arial" size="2">-9223372036854775808 to +9223372036854775807</font></td>
</tr>
<tr>
<td><font face="Arial" size="2">Float</font></td>
<td><font face="Arial" size="2">.f</font></td>
<td><font face="Arial" size="2">4 bytes</font></td>
<td><font face="Arial" size="2">unlimited (see below)</font></td>
</tr>
<tr>
<td><font face="Arial" size="2">Quad</font></td>
<td><font face="Arial" size="2">.q</font></td>
<td><font face="Arial" size="2">8 bytes</font></td>
<td><font face="Arial" size="2">-9223372036854775808 to +9223372036854775807</font></td>
</tr>
<tr>
<td><font face="Arial" size="2">Double</font></td>
<td><font face="Arial" size="2">.d</font></td>
<td><font face="Arial" size="2">8 bytes</font></td>
<td><font face="Arial" size="2">unlimited (see below)</font></td>
</tr>
<tr>
<td height="24"><font face="Arial" size="2">String</font></td>
<td height="24"><font face="Arial" size="2">.s</font></td>
<td height="24"><font face="Arial" size="2">string length + 1</font></td>
<td height="24"><font face="Arial" size="2">unlimited</font></td>
</tr>
<tr>
<td height="24"><font face="Arial" size="2">Fixed String</font></td>
<td height="24"><font face="Arial" size="2">.s{Length}</font></td>
<td height="24"><font face="Arial" size="2">string length</font></td>
<td height="24"><font face="Arial" size="2">unlimited</font></td>
</tr>
</table>
<br>
<b>Unsigned variables</b>:
Purebasic offers native support for unsigned variables with byte and word types via the ascii (.a) and unicode (.u) types.
The character (.c) type is an unsigned byte in ascii and unsigned word in <a href="unicode.html">unicode</a> that may be used as an unsigned type.
<br>
<br>
<b>Notation of string variables</b>: it is possible to use the '$' as last char of a variable name to
mark it as string. This way you can use 'a$' and 'a.s' as different string variables. Please note, that
the '$' belongs to the variable name and must be always attached, unlike the '.s' which is only needed
when the string variable is declared the first time.
<pre><font face="Courier New, Courier, mono"size="2"> a.s = "One string"
a$ = "Another string"
<b><font color="#3A3966">Debug</font></b> a <font color="#3A3966">; will give "One string"</font>
<b><font color="#3A3966">Debug</font></b> a$ <font color="#3A3966">; will give "Another string"</font>
</font></pre>
<br>
<b>Note</b>: The floating numbers (floats + doubles) can also be written like this: 123.5e-20
<pre><font face="Courier New, Courier, mono"size="2"> value.d = 123.5e-20
<b><font color="#3A3966">Debug</font></b> value <font color="#3A3966">; will give 0.000000000000000001235</font>
</font></pre>
</blockquote>
<p><b>Operators</b></p><blockquote>
Operators are the functions you can use in expressions to combine the variables, constants, and whatever else.
The table below shows the operators you can use in PureBasic, in no particular order (LHS = Left Hand Side,
RHS = Right Hand Side). <br>
<br>
<table border="1" bordercolorlight="#FFFFFF" bordercolordark="#999900">
<tr>
<td><div align="center"><b>Operator</b></div></td>
<td><div align="center"><b>Description / Example</b></div></td>
</tr>
<tr>
<td><div align="center">=</div></td>
<td><font face="Arial" size="2">Equals. This can be used in two ways. The first is to assign the value of the expression on the RHS to the variable on the LHS. The second way is when the result of the operator is used in an expression and is to test whether the values of the expressions on the LHS and RHS are the same (if they are the same this operator will return a true result, otherwise it will be false).<br>
<br><i><b>Example:</b></i><br>
<font face="Courier New, Courier, mono">a=b+c <font color="#006666">; Assign the value of the expression "b+c" to the variable "a"</font><br>
<b><font color="#006666">If</font></b> abc=def <font color="#006666">; Test if the values of abc and def are the same, and use this result in the If command</font>
</font>
<br><br>
When using with strings the '=' is used as assigning operator as well as operator for comparing. Note: the comparing of two strings is "Case-sensitive".<br>
<br><i><b>Example:</b></i><br>
<font face="Courier New, Courier, mono">a$ = b$ <font color="#006666">; Assign the content of the string "b$" to the string "a$" zu</font><br>
<b><font color="#006666">If</font></b> a$ = b$ <font color="#006666">; Test, if the content of the strings a$ and b$ is equal, and use this result in the If command.</font>
</font>
</font></td>
</tr>
<tr>
<td><div align="center">+</div></td>
<td><font face="Arial" size="2">Plus. Gives a result of the value of the expression on the RHS added to the value of the expression on the LHS. If the result of this operator is not used and there is a variable on the LHS, then the value of the expression on the RHS will be added directly to the variable on the LHS.<br>
<br><i><b>Example:</b></i><br>
<font face="Courier New, Courier, mono">
number=something+2 <font color="#006666">; Adds the value 2 to "something" and uses the result with the equals operator</font><br>
variable+expression <font color="#006666">; The value of "expression" will be added directly to the variable "variable"</font>
</font>
<br><br>
With strings the '+' is also valid for combining the contents of two strings, where the result will be assigned to the string on the LHS with the '='
operator or will be directly stored into the string on the LHS. Numeric values are also accepted for combination with a string. It will behave like using
Str(), Str() or StrD() with their defaults for the optional parameters.<br>
<br><i><b>Example:</b></i><br>
<font face="Courier New, Courier, mono">
a$ = b$ + " more" <font color="#006666">; Combines the content of the string "b$" with the string " more" and save this into the string "a$"</font><br>
a$ + b$ <font color="#006666">; Attach the content of the string b$ directly to the string a$.</font>
a$ = b$ + 123
</font>
</font></td>
</tr>
<tr>
<td><div align="center">-</div></td>
<td><font face="Arial" size="2">Minus. Subtracts the value of the expression on the RHS from the value of the expression on the LHS. When there is no expression on the LHS this operator gives the negative value of the value of the expression on the RHS. If the result of this operator is not used and there is a variable on the LHS, then the value of the expression on the RHS will be subtracted directly from the variable on the LHS. This operator cannot be used with string type variables.<br>
<br><i><b>Example:</b></i><br>
<font face="Courier New, Courier, mono">
var=#MyConstant-foo <font color="#006666">; Subtracts the value of "foo" from "#MyConstant" and uses the result with the equals operator</font><br>
another=another+ -var <font color="#006666">; Calculates the negative value of "var" and uses the result in the plus operator</font><br>
variable-expression <font color="#006666">; The value of "expression" will be subtracted directly from the variable "variable"</font>
</font></font></td>
</tr>
<tr>
<td><div align="center">*</div></td>
<td><font face="Arial" size="2">Multiplication. Multiplies the value of the expression on the LHS by the value of the expression on the RHS. If the result of this operator is not used and there is a variable on the LHS, then the value of the variable is directly multiplied by the value of the expression on the RHS. This operator cannot be used with string type variables.<br>
<br><i><b>Example:</b></i><br>
<font face="Courier New, Courier, mono">
total=price*count <font color="#006666">; Multiplies the value of "price" by the value of "count" and uses the result with the equals operator</font><br>
variable*expression <font color="#006666">; "variable" will be multiplied directly by the value of "expression"</font>
</font></font></td>
</tr>
<tr>
<td><div align="center">/</div></td>
<td><font face="Arial" size="2">Division. Divides the value of the expression on the LHS by the value of the expression on the RHS. If the result of this operator is not used and there is a variable on the LHS, then the value of the variable is directly divided by the value of the expression on the RHS. This operator cannot be used with string type variables.<br>
<br><i><b>Example:</b></i><br>
<font face="Courier New, Courier, mono">
count=total/price <font color="#006666">; Divides the value of "total" by the value of "price" and uses the result with the equals operator</font><br>
variable/expression <font color="#006666">; "variable" will be divided directly by the value of "expression"</font>
</font></font></td>
</tr>
<tr>
<td><div align="center">&</div></td>
<td><font face="Arial" size="2">Bitwise AND. You should be familiar with binary numbers when using this operator. The result of this operator will be the value of the expression on the LHS anded with the value of the expression on the RHS, bit for bit. The value of each bit is set according to the table below. Additionally, if the result of the operator is not used and there is a variable on the LHS, then the result will be stored directly in that variable. This operator cannot be used with strings.<br>
<font size="3"><pre>LHS | RHS | Result
------------------
0 | 0 | 0
0 | 1 | 0
1 | 0 | 0
1 | 1 | 1</pre></font>
<i><b>Example:</b></i><br>
<font face="Courier New, Courier, mono">
<font color="#006666">; Shown using binary numbers as it will be easier to see the result</font><br>
a.w = %1000 & %0101 <font color="#006666">; Result will be 0</font><br>
b.w = %1100 & %1010 <font color="#006666">; Result will be %1000</font><br>
bits = a & b <font color="#006666">; AND each bit of a and b and use result in equals operator</font><br>
a & b <font color="#006666">; AND each bit of a and b and store result directly in variable "a"</font>
</font></font></td>
</tr>
<tr>
<td><div align="center">|</div></td>
<td><font face="Arial" size="2">Bitwise OR. You should be familiar with binary numbers when using this operator. The result of this operator will be the value of the expression on the LHS or'ed with the value of the expression on the RHS, bit for bit. The value of each bit is set according to the table below. Additionally, if the result of the operator is not used and there is a variable on the LHS, then the result will be stored directly in that variable. This operator cannot be used with strings.<br>
<font size="3"><pre>LHS | RHS | Result
------------------
0 | 0 | 0
0 | 1 | 1
1 | 0 | 1
1 | 1 | 1</pre></font>
<i><b>Example:</b></i><br>
<font face="Courier New, Courier, mono">
<font color="#006666">; Shown using binary numbers as it will be easier to see the result</font><br>
a.w = %1000 | %0101 <font color="#006666">; Result will be %1101</font><br>
b.w = %1100 | %1010 <font color="#006666">; Result will be %1110</font><br>
bits = a | b <font color="#006666">; OR each bit of a and b and use result in equals operator</font><br>
a | b <font color="#006666">; OR each bit of a and b and store result directly in variable "a"</font>
</font></font></td>
</tr>
<tr>
<td><div align="center">!</div></td>
<td><font face="Arial" size="2">Bitwise XOR. You should be familiar with binary numbers when using this operator. The result of this operator will be the value of the expression on the LHS xor'ed with the value of the expression on the RHS, bit for bit. The value of each bit is set according to the table below. Additionally, if the result of the operator is not used and there is a variable on the LHS, then the result will be stored directly in that variable. This operator cannot be used with strings.<br>
<font size="3"><pre>LHS | RHS | Result
------------------
0 | 0 | 0
0 | 1 | 1
1 | 0 | 1
1 | 1 | 0</pre></font>
<i><b>Example:</b></i><br>
<font face="Courier New, Courier, mono">
<font color="#006666">; Shown using binary numbers as it will be easier to see the result</font><br>
a.w = %1000 ! %0101 <font color="#006666">; Result will be %1101</font><br>
b.w = %1100 ! %1010 <font color="#006666">; Result will be %0110</font><br>
bits = a ! b <font color="#006666">; XOR each bit of a and b and use result in equals operator</font><br>
a ! b <font color="#006666">; XOR each bit of a and b and store result directly in variable "a"</font>
</font></font></td>
</tr>
<tr>
<td><div align="center">~</div></td>
<td><font face="Arial" size="2">Bitwise NOT. You should be familiar with binary numbers when using this operator. The result of this operator will be the not'ed value of the expression on the RHS, bit for bit. The value of each bit is set according to the table below. This operator cannot be used with strings.<br>
<font size="3"><pre>RHS | Result
----------
0 | 1
1 | 0
</pre></font>
<i><b>Example:</b></i><br>
<font face="Courier New, Courier, mono">
<font color="#006666">; Shown using binary numbers as it will be easier to see the result</font><br>
a.b = ~%1000 <font color="#006666">; In theory the result will be %0111 but in fact is %11110111 (= -9 because a byte is signed).</font><br>
b.b = ~%1010 <font color="#006666">; In theory the result will be %0101 but in fact is %11110101 (= -11 because a byte is signed)</font><br>
</font></font></td>
</tr>
<tr>
<td><div align="center">()</div></td>
<td><font face="Arial" size="2">Brackets. You can use sets of brackets to force part of an expression to be evaluated first, or in a certain order.<br>
<br><i><b>Example:</b></i><br>
<font face="Courier New, Courier, mono">
a = (5 + 6) * 3 <font color="#006666">; Result will be 33 since the 5+6 is evaluated first</font><br>
b = 4 * (2 - (3 - 4)) <font color="#006666">; Result will be 12 since the 3-4 is evaluated first, then the 2-result, then the multiplication</font><br>
</font></font></td>
</tr>
<tr>
<td><div align="center"><</div></td>
<td><font face="Arial" size="2">Less than. This is used to compare the values of the expressions on the LHS and RHS. If the value of the expression on the LHS is less than the value of the expression on the RHS this operator will give a result of true, otherwise the result is false.<br>
<br><i><b>Example:</b></i><br>
<font face="Courier New, Courier, mono">
<b><font color="#006666">If</font></b> a < b <font color="#006666">; Tests, if the value a is smaller than b, and uses this result in the If command</font>
</font>
<br>
<br>Note: The comparing of strings will always be "case-sensitive".
</font></td>
</tr>
<tr>
<td><div align="center">></div></td>
<td><font face="Arial" size="2">More than. This is used to compare the values of the expressions on the LHS and RHS. If the value of the expression on the LHS is more than the value of the expression on the RHS this operator will give a result of true, otherwise the result is false.<br>
<br><i><b>Example:</b></i><br>
<font face="Courier New, Courier, mono">
<b><font color="#006666">If</font></b> a > b <font color="#006666">; Tests, if the value a is greater than b, and uses this result in the If command</font>
</font>
<br>
<br>Note: The comparing of strings will always be "case-sensitive".
</font></td>
</tr>
<tr>
<td><div align="center"><=</div></td>
<td><font face="Arial" size="2">Less than or equal to. This is used to compare the values of the expressions on the LHS and RHS. If the value of the expression on the LHS is less than or equal to the value of the expression on the RHS this operator will give a result of true, otherwise the result is false.<br>
<!-- <i><b>Example:</b></i><br>
<font face="Courier New, Courier, mono">
</font>-->
</font></td>
</tr>
<tr>
<td><div align="center">>=</div></td>
<td><font face="Arial" size="2">More than or equal to. This is used to compare the values of the expressions on the LHS and RHS. If the value of the expression on the LHS is more than or equal to the value of the expression on the RHS this operator will give a result of true, otherwise the result is false.<br>
<!-- <i><b>Example:</b></i><br>
<font face="Courier New, Courier, mono">
</font>-->
</font></td>
</tr>
<tr>
<td><div align="center"><></div></td>
<td><font face="Arial" size="2">Not equal to. This is used to compare the values of the expressions on the LHS and RHS. If the value of the expression on the LHS is equal to the value of the expression on the RHS this operator will give a result of false, otherwise the result is true.<br>
<!-- <i><b>Example:</b></i><br>
<font face="Courier New, Courier, mono">
</font>-->
</font></td>
</tr>
<tr>
<td><div align="center">And</div></td>
<td><font face="Arial" size="2">Logical AND. Can be used to combine the logical true and false results of the comparison operators to give a result shown in the following table.<br>
<font size="3"><pre> LHS | RHS | Result
-----------------------
false | false | false
false | true | false
true | false | false
true | true | true</pre><!-- <i><b>Example:</b></i><br>
<font face="Courier New, Courier, mono">
</font>--></font>
</font></td>
</tr>
<tr>
<td><div align="center">Or</div></td>
<td><font face="Arial" size="2">Logical OR. Can be used to combine the logical true and false results of the comparison operators to give a result shown in the following table.<br>
<font size="3"><pre> LHS | RHS | Result
-----------------------
false | false | false
false | true | true
true | false | true
true | true | true</pre><!-- <i><b>Example:</b></i><br>
<font face="Courier New, Courier, mono">
</font>--></font>
</font></td>
</tr>
<tr>
<td><div align="center">XOr</div></td>
<td><font face="Arial" size="2">Logical XOR. Can be used to combine the logical true ot false results of the comparison operators to give a result shown in the following table.
This operator cannot be used with strings.<br>
<font size="3"><pre> LHS | RHS | Result
-----------------------
false | false | false
false | true | true
true | false | true
true | true | false</pre><!-- <i><b>Example:</b></i><br>
<font face="Courier New, Courier, mono">
</font>--></font>
</font></td>
</tr>
<tr>
<td><div align="center">Not</div></td>
<td><font face="Arial" size="2">The result of this operator will be the not'ed value of the logical on the RHS.
The value is set according to the table below. This operator cannot be used with strings.<br>
<font size="3"><pre> RHS | Result
---------------
false | true
true | false
</pre><!-- <i><b>Example:</b></i><br>
<font face="Courier New, Courier, mono">
</font>--></font>
</font></td>
</tr>
<tr>
<td><div align="center"><<</div></td>
<td><font face="Arial" size="2">Arithmetic shift left. Shifts each bit in the value of the expression on the LHS left by the number of places given by the value of the expression on the RHS. Additionally, when the result of this operator is not used and the LHS contains a variable, that variable will have its value shifted. It probably helps if you understand binary numbers when you use this operator, although you can use it as if each position you shift by is multiplying by an extra factor of 2.<br>
<br><i><b>Example:</b></i><br>
<font face="Courier New, Courier, mono">
a=%1011 << 1 <font color="#006666">; The value of a will be %10110. %1011=11, %10110=22</font><br>
b=%111 << 4 <font color="#006666">; The value of b will be %1110000. %111=7, %1110000=112</font><br>
c.l=$80000000 << 1 <font color="#006666">; The value of c will be 0. Bits that are shifted off the left edge of the result are lost.</font><br>
</font></font></td>
</tr>
<tr>
<td><div align="center">>></div></td>
<td><font face="Arial" size="2">Arithmetic shift right. Shifts each bit in the value of the expression on the LHS right by the number of places given by the value of the expression on the RHS. Additionally, when the result of this operator is not used and the LHS contains a variable, that variable will have its value shifted. It probably helps if you understand binary numbers when you use this operator, although you can use it as if each position you shift by is dividing by an extra factor of 2.<br>
<br><i><b>Example:</b></i><br>
<font face="Courier New, Courier, mono">
d=16 >> 1 <font color="#006666">; The value of d will be 8. 16=%10000, 8=%1000</font><br>
e.w=%10101010 >> 4 <font color="#006666">; The value of e will be %1010. %10101010=170, %1010=10. Bits shifted out of the right edge of the result are lost (which is why you do not see an equal division by 16)</font><br>
f.b=-128 >> 1 <font color="#006666">; The value of f will be -64. -128=%10000000, -64=%11000000. When shifting to the right, the most significant bit is kept as it is.</font><br>
</font></font></td>
</tr>
<tr>
<td><div align="center">%</div></td>
<td><font face="Arial" size="2">Modulo. Returns the remainder of the RHS by LHS integer division.<br>
<br><i><b>Example:</b></i><br>
<font face="Courier New, Courier, mono">
a=16 % 2 <font color="#006666">; The value of a will be 0 as 16/2 = 8 (no remainder)</font><br>
b=17 % 2 <font color="#006666">; The value of a will be 1 as 17/2 = 8*2+1 (1 is remaining)</font><br>
</font></font></td>
</tr>
</table>
</blockquote>
<p><b>Operators shorthands</b></p><blockquote>
Every math operators can be used in a shorthand form.
</blockquote><p><b>示例</b></p><blockquote>
<pre><font face="Courier New, Courier, mono"size="2"> Value + 1 <font color="#3A3966">; The same as: Value = Value + 1</font>
Value * 2 <font color="#3A3966">; The same as: Value = Value * 2</font>
Value << 1 <font color="#3A3966">; The same as: Value = Value << 1</font>
</font></pre>
Note: this can lead to 'unexpected' results is some rare cases, if the assignment is modified before the affection.
</blockquote><p><b>示例</b></p><blockquote>
<pre><font face="Courier New, Courier, mono"size="2"> <b><font color="#3A3966">Dim</font></b> <font color="#3A3966">MyArray</font>(10)
<font color="#3A3966"> MyArray</font>(<font color="#3A3966">Random</font>(10)) + 1 <font color="#3A3966">; The same as: MyArray(Random(10)) = MyArray(Random(10)) + 1, but here Random() won't return the same value for each call.</font>
</font></pre>
</blockquote>
<p><b>Operators priorities</b></p><blockquote>
<pre><font face="Courier New, Courier, mono"size="2"> Priority Level | Operators
---------------+---------------------
8 (high) | ~, -
7 | <<, >>, %, !
6 | |, &
5 | *, /
4 | +, -
3 | >, >=, <, <=, =, <>
2 | Not
1 (low) | And, Or, XOr
</font></pre>
</blockquote>
<p><b>Structured types</b></p><blockquote>
Build structured types, via the <b><font color="#3A3966">Structure</font></b> keyword. More information
can be found in the <a href="structures.html">structures chapter</a>.
</blockquote>
<p><b>Pointer types</b></p><blockquote>
Pointers are declared with a '*' in front of the variable name. More information
can be found in the <a href="memory.html">pointers chapter</a>.
</blockquote>
<p><b>Special information about Floats and Doubles</b></p><blockquote>
A floating-point number is stored in a way that makes the binary point "float" around the number,
so that it is possible to store very large numbers or very small numbers. However, you cannot
store very large numbers with very high accuracy (big and small numbers at the same time, so to speak).
<br>
<br>
Another limitation of floating-point numbers is that they still work in binary, so they can only store
numbers exactly which can be made up of multiples and divisions of 2. This is especially important to
realize when you try to print a floating-point number in a human readable form (or when performing
operations on that float) - storing numbers like 0.5 or 0.125 is easy because they are divisions of
2. Storing numbers such as 0.11 are more difficult and may be stored as a number such as 0.10999999.
You can try to display to only a limited range of digits, but do not be surprised if the number displays
different from what you would expect!
<br>
<br>
This applies to floating-point numbers in general, not just those in PureBasic.
<br>
<br>
Like the name says the doubles have double-precision (64-bit) compared to the single-precision of
the floats (32-bit). So if you need more accurate results with floating-point numbers use doubles instead
of floats.
<br>
<br>
The exact range of values, which can be used with floats and doubles to get correct results from arithmetic
operations, looks as follows:
<blockquote>
Float: +- 1.175494e-38 till +- 3.402823e+38 <br>
Double: +- 2.2250738585072013e-308 till +- 1.7976931348623157e+308
</blockquote>
More information about the 'IEEE 754' standard you can get on
<a href="http://en.wikipedia.org/wiki/IEEE_754">Wikipedia</a>.
</body></html> |
treebanks/zh_gsd/zh_gsd-dep-iobj.html | UniversalDependencies/universaldependencies.github.io | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-GB" xml:lang="en-GB" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>Statistics of iobj in UD_Chinese-GSD</title>
<link rel="root" href=""/> <!-- for JS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="../../css/jquery-ui-redmond.css"/>
<link rel="stylesheet" type="text/css" href="../../css/style.css"/>
<link rel="stylesheet" type="text/css" href="../../css/style-vis.css"/>
<link rel="stylesheet" type="text/css" href="../../css/hint.css"/>
<script type="text/javascript" src="../../lib/ext/head.load.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.2/anchor.min.js"></script>
<script>document.addEventListener("DOMContentLoaded", function(event) {anchors.add();});</script>
<!-- Set up this custom Google search at https://cse.google.com/cse/business/settings?cx=001145188882102106025:dl1mehhcgbo -->
<!-- DZ 2021-01-22: I am temporarily hiding the search field to find out whether it slows down loading of the title page.
<script>
(function() {
var cx = '001145188882102106025:dl1mehhcgbo';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = 'https://cse.google.com/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script> -->
<!-- <link rel="shortcut icon" href="favicon.ico"/> -->
</head>
<body>
<div id="main" class="center">
<div id="hp-header">
<table width="100%"><tr><td width="50%">
<span class="header-text"><a href="http://universaldependencies.org/#language-">home</a></span>
<span class="header-text"><a href="https://github.com/universaldependencies/docs/edit/pages-source/treebanks/zh_gsd/zh_gsd-dep-iobj.md" target="#">edit page</a></span>
<span class="header-text"><a href="https://github.com/universaldependencies/docs/issues">issue tracker</a></span>
</td><td>
<gcse:search></gcse:search>
</td></tr></table>
</div>
<hr/>
<div class="v2complete">
This page pertains to UD version 2.
</div>
<div id="content">
<noscript>
<div id="noscript">
It appears that you have Javascript disabled.
Please consider enabling Javascript for this page to see the visualizations.
</div>
</noscript>
<!-- The content may include scripts and styles, hence we must load the shared libraries before the content. -->
<script type="text/javascript">
console.time('loading libraries');
var root = '../../'; // filled in by jekyll
head.js(
// External libraries
// DZ: Copied from embedding.html. I don't know which one is needed for what, so I'm currently keeping them all.
root + 'lib/ext/jquery.min.js',
root + 'lib/ext/jquery.svg.min.js',
root + 'lib/ext/jquery.svgdom.min.js',
root + 'lib/ext/jquery.timeago.js',
root + 'lib/ext/jquery-ui.min.js',
root + 'lib/ext/waypoints.min.js',
root + 'lib/ext/jquery.address.min.js'
);
</script>
<h2 id="treebank-statistics-ud_chinese-gsd-relations-iobj">Treebank Statistics: UD_Chinese-GSD: Relations: <code class="language-plaintext highlighter-rouge">iobj</code></h2>
<p>This relation is universal.</p>
<p>78 nodes (0%) are attached to their parents as <code class="language-plaintext highlighter-rouge">iobj</code>.</p>
<p>78 instances of <code class="language-plaintext highlighter-rouge">iobj</code> (100%) are left-to-right (parent precedes child).
Average distance between parent and child is 2.12820512820513.</p>
<p>The following 4 pairs of parts of speech are connected with <code class="language-plaintext highlighter-rouge">iobj</code>: <tt><a href="zh_gsd-pos-VERB.html">VERB</a></tt>-<tt><a href="zh_gsd-pos-NOUN.html">NOUN</a></tt> (49; 63% instances), <tt><a href="zh_gsd-pos-VERB.html">VERB</a></tt>-<tt><a href="zh_gsd-pos-PROPN.html">PROPN</a></tt> (11; 14% instances), <tt><a href="zh_gsd-pos-VERB.html">VERB</a></tt>-<tt><a href="zh_gsd-pos-PART.html">PART</a></tt> (10; 13% instances), <tt><a href="zh_gsd-pos-VERB.html">VERB</a></tt>-<tt><a href="zh_gsd-pos-PRON.html">PRON</a></tt> (8; 10% instances).</p>
<pre><code class="language-conllu"># visual-style 22 bgColor:blue
# visual-style 22 fgColor:white
# visual-style 20 bgColor:blue
# visual-style 20 fgColor:white
# visual-style 20 22 iobj color:blue
1 2009 2009 NUM CD NumType=Card 2 nummod _ SpaceAfter=No
2 年 年 NOUN NNB _ 4 clf _ SpaceAfter=No
3 5 5 NUM CD NumType=Card 4 nummod _ SpaceAfter=No
4 月 月 NOUN NNB _ 9 nmod:tmod _ SpaceAfter=No
5 , , PUNCT , _ 9 punct _ SpaceAfter=No
6 國務 國務 NOUN NN _ 7 compound _ SpaceAfter=No
7 院 院 PART SFN _ 9 nsubj _ SpaceAfter=No
8 批複 批複 VERB VV _ 9 advcl _ SpaceAfter=No
9 同意 同意 VERB VV _ 0 root _ SpaceAfter=No
10 , , PUNCT , _ 9 punct _ SpaceAfter=No
11 撤銷 撤銷 VERB VV _ 20 advcl _ SpaceAfter=No
12 南匯 南匯 PROPN NNP _ 13 compound _ SpaceAfter=No
13 區 區 PART SFN _ 11 obj _ SpaceAfter=No
14 , , PUNCT , _ 20 punct _ SpaceAfter=No
15 將 將 ADP BB _ 18 case _ SpaceAfter=No
16 其 其 PRON PRP Person=3 18 nmod _ SpaceAfter=No
17 行政 行政 NOUN NN _ 18 nmod _ SpaceAfter=No
18 區域 區域 NOUN NN _ 20 obl:patient _ SpaceAfter=No
19 整體 整體 NOUN NN _ 20 advmod _ SpaceAfter=No
20 併入 併入 VERB VV _ 9 xcomp _ SpaceAfter=No
21 浦東 浦東 PROPN NNP _ 22 nmod _ SpaceAfter=No
22 新區 新區 NOUN NN _ 20 iobj _ SpaceAfter=No
23 。 。 PUNCT . _ 20 punct _ SpaceAfter=No
</code></pre>
<pre><code class="language-conllu"># visual-style 10 bgColor:blue
# visual-style 10 fgColor:white
# visual-style 9 bgColor:blue
# visual-style 9 fgColor:white
# visual-style 9 10 iobj color:blue
1 麥格林 麥格林 PROPN NNP _ 2 nmod _ SpaceAfter=No
2 神父 神父 NOUN NN _ 9 nsubj _ SpaceAfter=No
3 花 花 VERB VV _ 9 advcl _ SpaceAfter=No
4 了 了 AUX AS Aspect=Perf 3 aux _ SpaceAfter=No
5 相當 相當 ADV RB _ 6 advmod _ SpaceAfter=No
6 長 長 ADJ JJ _ 8 amod _ SpaceAfter=No
7 的 的 PART DEC _ 6 mark:rel _ SpaceAfter=No
8 時間 時間 NOUN NN _ 3 obj _ SpaceAfter=No
9 詢問 詢問 VERB VV _ 0 root _ SpaceAfter=No
10 路濟亞 路濟亞 PROPN NNP _ 9 iobj _ SpaceAfter=No
11 關於 關於 ADP IN _ 15 det _ SpaceAfter=No
12 聖母 聖母 PROPN NNP _ 13 nsubj _ SpaceAfter=No
13 顯靈 顯靈 VERB VV _ 11 ccomp _ SpaceAfter=No
14 的 的 PART DEC Case=Gen 11 case _ SpaceAfter=No
15 細節 細節 NOUN NN _ 9 obj _ SpaceAfter=No
16 。 。 PUNCT . _ 9 punct _ SpaceAfter=No
</code></pre>
<pre><code class="language-conllu"># visual-style 14 bgColor:blue
# visual-style 14 fgColor:white
# visual-style 12 bgColor:blue
# visual-style 12 fgColor:white
# visual-style 12 14 iobj color:blue
1 在 在 ADP IN _ 3 case _ SpaceAfter=No
2 1555 1555 NUM CD NumType=Card 3 nummod _ SpaceAfter=No
3 年 年 NOUN NNB _ 12 obl _ SpaceAfter=No
4 , , PUNCT , _ 12 punct _ SpaceAfter=No
5 哈布斯堡 哈布斯堡 PROPN NNP _ 6 nmod _ SpaceAfter=No
6 君主 君主 NOUN NN _ 12 nsubj _ SpaceAfter=No
7 簽署 簽署 VERB VV _ 12 advcl _ SpaceAfter=No
8 奧格斯堡 奧格斯堡 PROPN NNP _ 10 nmod _ SpaceAfter=No
9 宗教 宗教 NOUN NN _ 10 nmod _ SpaceAfter=No
10 和約 和約 NOUN NN _ 7 obj _ SpaceAfter=No
11 , , PUNCT , _ 12 punct _ SpaceAfter=No
12 授與 授與 VERB VV _ 0 root _ SpaceAfter=No
13 波希米亞 波希米亞 PROPN NNP _ 14 nsubj _ SpaceAfter=No
14 人 人 PART SFN _ 12 iobj _ SpaceAfter=No
15 宗教 宗教 NOUN NN _ 16 nmod _ SpaceAfter=No
16 自由 自由 NOUN NN _ 12 obj _ SpaceAfter=No
17 。 。 PUNCT . _ 12 punct _ SpaceAfter=No
</code></pre>
</div>
<!-- support for embedded visualizations -->
<script type="text/javascript">
var root = '../../'; // filled in by jekyll
head.js(
// We assume that external libraries such as jquery.min.js have already been loaded outside!
// (See _layouts/base.html.)
// brat helper modules
root + 'lib/brat/configuration.js',
root + 'lib/brat/util.js',
root + 'lib/brat/annotation_log.js',
root + 'lib/ext/webfont.js',
// brat modules
root + 'lib/brat/dispatcher.js',
root + 'lib/brat/url_monitor.js',
root + 'lib/brat/visualizer.js',
// embedding configuration
root + 'lib/local/config.js',
// project-specific collection data
root + 'lib/local/collections.js',
// Annodoc
root + 'lib/annodoc/annodoc.js',
// NOTE: non-local libraries
'https://spyysalo.github.io/conllu.js/conllu.js'
);
var webFontURLs = [
// root + 'static/fonts/Astloch-Bold.ttf',
root + 'static/fonts/PT_Sans-Caption-Web-Regular.ttf',
root + 'static/fonts/Liberation_Sans-Regular.ttf'
];
var setupTimeago = function() {
jQuery("time.timeago").timeago();
};
head.ready(function() {
setupTimeago();
// mark current collection (filled in by Jekyll)
Collections.listing['_current'] = '';
// perform all embedding and support functions
Annodoc.activate(Config.bratCollData, Collections.listing);
});
</script>
<!-- google analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55233688-1', 'auto');
ga('send', 'pageview');
</script>
<div id="footer">
<p class="footer-text">© 2014–2021
<a href="http://universaldependencies.org/introduction.html#contributors" style="color:gray">Universal Dependencies contributors</a>.
Site powered by <a href="http://spyysalo.github.io/annodoc" style="color:gray">Annodoc</a> and <a href="http://brat.nlplab.org/" style="color:gray">brat</a></p>.
</div>
</div>
</body>
</html>
|
testdata/goldens/dotnet/Google.Cloud.Asset.V1.BigQueryDestination.html | googleapis/doc-templates | <!DOCTYPE html>
<html devsite="">
<head>
<meta name="project_path" value="/dotnet/_project.yaml">
<meta name="book_path" value="/dotnet/_book.yaml">
</head>
<body>
{% verbatim %}
<div>
<article data-uid="Google.Cloud.Asset.V1.BigQueryDestination">
<h1 class="page-title">Class BigQueryDestination
</h1>
<div class="codewrapper">
<pre class="prettyprint"><code>public sealed class BigQueryDestination : IMessage<BigQueryDestination>, IEquatable<BigQueryDestination>, IDeepCloneable<BigQueryDestination>, IBufferMessage, IMessage</code></pre>
</div>
<div class="markdown level0 summary"><p>A BigQuery destination for exporting assets to.</p>
</div>
<div class="inheritance">
<h2>Inheritance</h2>
<span><span class="xref">System.Object</span></span> <span> > </span>
<span class="xref">BigQueryDestination</span>
</div>
<div classs="implements">
<h2>Implements</h2>
<span><span class="xref">Google.Protobuf.IMessage</span><<a class="xref" href="Google.Cloud.Asset.V1.BigQueryDestination.html">BigQueryDestination</a>>,</span>
<span><span class="xref">System.IEquatable</span><<a class="xref" href="Google.Cloud.Asset.V1.BigQueryDestination.html">BigQueryDestination</a>>,</span>
<span><span class="xref">Google.Protobuf.IDeepCloneable</span><<a class="xref" href="Google.Cloud.Asset.V1.BigQueryDestination.html">BigQueryDestination</a>>,</span>
<span><span class="xref">Google.Protobuf.IBufferMessage</span>,</span>
<span><span class="xref">Google.Protobuf.IMessage</span></span>
</div>
<div class="inheritedMembers expandable">
<h2 class="showalways">Inherited Members</h2>
<div>
<span class="xref">System.Object.GetHashCode()</span>
</div>
<div>
<span class="xref">System.Object.GetType()</span>
</div>
<div>
<span class="xref">System.Object.MemberwiseClone()</span>
</div>
<div>
<span class="xref">System.Object.ToString()</span>
</div>
</div>
<h2>Namespace</h2>
<a class="xref" href="Google.Cloud.Asset.V1.html">Google.Cloud.Asset.V1</a>
<h2>Assembly</h2>
<p>Google.Cloud.Asset.V1.dll</p>
<h2 id="constructors">Constructors
</h2>
<a id="Google_Cloud_Asset_V1_BigQueryDestination__ctor_" data-uid="Google.Cloud.Asset.V1.BigQueryDestination.#ctor*"></a>
<h3 id="Google_Cloud_Asset_V1_BigQueryDestination__ctor" data-uid="Google.Cloud.Asset.V1.BigQueryDestination.#ctor" class="notranslate">BigQueryDestination()</h3>
<div class="codewrapper">
<pre class="prettyprint"><code>public BigQueryDestination()</code></pre>
</div>
<a id="Google_Cloud_Asset_V1_BigQueryDestination__ctor_" data-uid="Google.Cloud.Asset.V1.BigQueryDestination.#ctor*"></a>
<h3 id="Google_Cloud_Asset_V1_BigQueryDestination__ctor_Google_Cloud_Asset_V1_BigQueryDestination_" data-uid="Google.Cloud.Asset.V1.BigQueryDestination.#ctor(Google.Cloud.Asset.V1.BigQueryDestination)" class="notranslate">BigQueryDestination(BigQueryDestination)</h3>
<div class="codewrapper">
<pre class="prettyprint"><code>public BigQueryDestination(BigQueryDestination other)</code></pre>
</div>
<strong>Parameter</strong>
<table class="responsive">
<tbody>
<tr>
<td><strong>Name</strong></td>
<td><strong>Description</strong></td>
</tr>
<tr>
<td><span class="parametername">other</span></td>
<td><code><a class="xref" href="Google.Cloud.Asset.V1.BigQueryDestination.html">BigQueryDestination</a></code><br></td>
</tr>
</tbody>
</table>
<h2 id="properties">Properties
</h2>
<a id="Google_Cloud_Asset_V1_BigQueryDestination_Dataset_" data-uid="Google.Cloud.Asset.V1.BigQueryDestination.Dataset*"></a>
<h3 id="Google_Cloud_Asset_V1_BigQueryDestination_Dataset" data-uid="Google.Cloud.Asset.V1.BigQueryDestination.Dataset" class="notranslate">Dataset</h3>
<div class="codewrapper">
<pre class="prettyprint"><code>public string Dataset { get; set; }</code></pre>
</div>
<div class="markdown level1 summary"><p>Required. The BigQuery dataset in format
"projects/projectId/datasets/datasetId", to which the snapshot result
should be exported. If this dataset does not exist, the export call returns
an INVALID_ARGUMENT error.</p>
</div>
<strong>Property Value</strong>
<table class="responsive">
<tbody>
<tr>
<td><strong>Type</strong></td>
<td><strong>Description</strong></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="Google_Cloud_Asset_V1_BigQueryDestination_Force_" data-uid="Google.Cloud.Asset.V1.BigQueryDestination.Force*"></a>
<h3 id="Google_Cloud_Asset_V1_BigQueryDestination_Force" data-uid="Google.Cloud.Asset.V1.BigQueryDestination.Force" class="notranslate">Force</h3>
<div class="codewrapper">
<pre class="prettyprint"><code>public bool Force { get; set; }</code></pre>
</div>
<div class="markdown level1 summary"><p>If the destination table already exists and this flag is <code>TRUE</code>, the
table will be overwritten by the contents of assets snapshot. If the flag
is <code>FALSE</code> or unset and the destination table already exists, the export
call returns an INVALID_ARGUMEMT error.</p>
</div>
<strong>Property Value</strong>
<table class="responsive">
<tbody>
<tr>
<td><strong>Type</strong></td>
<td><strong>Description</strong></td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="Google_Cloud_Asset_V1_BigQueryDestination_PartitionSpec_" data-uid="Google.Cloud.Asset.V1.BigQueryDestination.PartitionSpec*"></a>
<h3 id="Google_Cloud_Asset_V1_BigQueryDestination_PartitionSpec" data-uid="Google.Cloud.Asset.V1.BigQueryDestination.PartitionSpec" class="notranslate">PartitionSpec</h3>
<div class="codewrapper">
<pre class="prettyprint"><code>public PartitionSpec PartitionSpec { get; set; }</code></pre>
</div>
<div class="markdown level1 summary"><p>[partition_spec] determines whether to export to partitioned table(s) and
how to partition the data.</p>
<p>If [partition_spec] is unset or [partition_spec.partition_key] is unset or
<code>PARTITION_KEY_UNSPECIFIED</code>, the snapshot results will be exported to
non-partitioned table(s). [force] will decide whether to overwrite existing
table(s).</p>
<p>If [partition_spec] is specified. First, the snapshot results will be
written to partitioned table(s) with two additional timestamp columns,
readTime and requestTime, one of which will be the partition key. Secondly,
in the case when any destination table already exists, it will first try to
update existing table's schema as necessary by appending additional
columns. Then, if [force] is <code>TRUE</code>, the corresponding partition will be
overwritten by the snapshot results (data in different partitions will
remain intact); if [force] is unset or <code>FALSE</code>, it will append the data. An
error will be returned if the schema update or data appension fails.</p>
</div>
<strong>Property Value</strong>
<table class="responsive">
<tbody>
<tr>
<td><strong>Type</strong></td>
<td><strong>Description</strong></td>
</tr>
<tr>
<td><a class="xref" href="Google.Cloud.Asset.V1.PartitionSpec.html">PartitionSpec</a></td>
<td></td>
</tr>
</tbody>
</table>
<a id="Google_Cloud_Asset_V1_BigQueryDestination_SeparateTablesPerAssetType_" data-uid="Google.Cloud.Asset.V1.BigQueryDestination.SeparateTablesPerAssetType*"></a>
<h3 id="Google_Cloud_Asset_V1_BigQueryDestination_SeparateTablesPerAssetType" data-uid="Google.Cloud.Asset.V1.BigQueryDestination.SeparateTablesPerAssetType" class="notranslate">SeparateTablesPerAssetType</h3>
<div class="codewrapper">
<pre class="prettyprint"><code>public bool SeparateTablesPerAssetType { get; set; }</code></pre>
</div>
<div class="markdown level1 summary"><p>If this flag is <code>TRUE</code>, the snapshot results will be written to one or
multiple tables, each of which contains results of one asset type. The
[force] and [partition_spec] fields will apply to each of them.</p>
<p>Field [table] will be concatenated with "<em>" and the asset type names (see
<a href="https://cloud.google.com/asset-inventory/docs/supported-asset-types">https://cloud.google.com/asset-inventory/docs/supported-asset-types</a> for
supported asset types) to construct per-asset-type table names, in which
all non-alphanumeric characters like "." and "/" will be substituted by
"</em>". Example: if field [table] is "mytable" and snapshot results
contain "storage.googleapis.com/Bucket" assets, the corresponding table
name will be "mytable_storage_googleapis_com_Bucket". If any of these
tables does not exist, a new table with the concatenated name will be
created.</p>
<p>When [content_type] in the ExportAssetsRequest is <code>RESOURCE</code>, the schema of
each table will include RECORD-type columns mapped to the nested fields in
the Asset.resource.data field of that asset type (up to the 15 nested level
BigQuery supports
(<a href="https://cloud.google.com/bigquery/docs/nested-repeated#limitations">https://cloud.google.com/bigquery/docs/nested-repeated#limitations</a>)). The
fields in >15 nested levels will be stored in JSON format string as a child
column of its parent RECORD column.</p>
<p>If error occurs when exporting to any table, the whole export call will
return an error but the export results that already succeed will persist.
Example: if exporting to table_type_A succeeds when exporting to
table_type_B fails during one export call, the results in table_type_A will
persist and there will not be partial results persisting in a table.</p>
</div>
<strong>Property Value</strong>
<table class="responsive">
<tbody>
<tr>
<td><strong>Type</strong></td>
<td><strong>Description</strong></td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="Google_Cloud_Asset_V1_BigQueryDestination_Table_" data-uid="Google.Cloud.Asset.V1.BigQueryDestination.Table*"></a>
<h3 id="Google_Cloud_Asset_V1_BigQueryDestination_Table" data-uid="Google.Cloud.Asset.V1.BigQueryDestination.Table" class="notranslate">Table</h3>
<div class="codewrapper">
<pre class="prettyprint"><code>public string Table { get; set; }</code></pre>
</div>
<div class="markdown level1 summary"><p>Required. The BigQuery table to which the snapshot result should be
written. If this table does not exist, a new table with the given name
will be created.</p>
</div>
<strong>Property Value</strong>
<table class="responsive">
<tbody>
<tr>
<td><strong>Type</strong></td>
<td><strong>Description</strong></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
</article>
</div>
{% endverbatim %}
</body>
</html>
|
bonfire/tests/simpletest/docs/fr/web_tester_documentation.html.source.html | inputx/code-ref-doc | <!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title>PHPXRef 0.7.1 : Unnamed Project : /tests/simpletest/docs/fr/web_tester_documentation.html source</title>
<link rel="stylesheet" href="../../../../sample.css" type="text/css">
<link rel="stylesheet" href="../../../../sample-print.css" type="text/css" media="print">
<style id="hilight" type="text/css"></style>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000" link="#801800" vlink="#300540" alink="#ffffff">
<table class="pagetitle" width="100%">
<tr>
<td valign="top" class="pagetitle">
[ <a href="../../../../index.html">Index</a> ]
</td>
<td align="right" class="pagetitle">
<h2 style="margin-bottom: 0px">PHP Cross Reference of Unnamed Project</h2>
</td>
</tr>
</table>
<!-- Generated by PHPXref 0.7.1 at Thu Oct 23 18:57:41 2014 -->
<!-- PHPXref (c) 2000-2010 Gareth Watts - [email protected] -->
<!-- http://phpxref.sourceforge.net/ -->
<script src="../../../../phpxref.js" type="text/javascript"></script>
<script language="JavaScript" type="text/javascript">
<!--
ext='.html';
relbase='../../../../';
subdir='tests/simpletest/docs/fr';
filename='web_tester_documentation.html.source.html';
cookiekey='phpxref';
handleNavFrame(relbase, subdir, filename);
// -->
</script>
<script language="JavaScript" type="text/javascript">
if (gwGetCookie('xrefnav')=='off')
document.write('<p class="navlinks">[ <a href="javascript:navOn()">Show Explorer<\/a> ]<\/p>');
else
document.write('<p class="navlinks">[ <a href="javascript:navOff()">Hide Explorer<\/a> ]<\/p>');
</script>
<noscript>
<p class="navlinks">
[ <a href="../../../../nav.html" target="_top">Show Explorer</a> ]
[ <a href="index.html" target="_top">Hide Navbar</a> ]
</p>
</noscript>
<script language="JavaScript" type="text/javascript">
<!--
document.writeln('<table align="right" class="searchbox-link"><tr><td><a class="searchbox-link" href="javascript:void(0)" onMouseOver="showSearchBox()">Search</a><br>');
document.writeln('<table border="0" cellspacing="0" cellpadding="0" class="searchbox" id="searchbox">');
document.writeln('<tr><td class="searchbox-title">');
document.writeln('<a class="searchbox-title" href="javascript:showSearchPopup()">Search History +</a>');
document.writeln('<\/td><\/tr>');
document.writeln('<tr><td class="searchbox-body" id="searchbox-body">');
document.writeln('<form name="search" style="margin:0px; padding:0px" onSubmit=\'return jump()\'>');
document.writeln('<a class="searchbox-body" href="../../../../_classes/index.html">Class<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="classname"><br>');
document.writeln('<a id="funcsearchlink" class="searchbox-body" href="../../../../_functions/index.html">Function<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="funcname"><br>');
document.writeln('<a class="searchbox-body" href="../../../../_variables/index.html">Variable<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="varname"><br>');
document.writeln('<a class="searchbox-body" href="../../../../_constants/index.html">Constant<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="constname"><br>');
document.writeln('<a class="searchbox-body" href="../../../../_tables/index.html">Table<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="tablename"><br>');
document.writeln('<input type="submit" class="searchbox-button" value="Search">');
document.writeln('<\/form>');
document.writeln('<\/td><\/tr><\/table>');
document.writeln('<\/td><\/tr><\/table>');
// -->
</script>
<div id="search-popup" class="searchpopup"><p id="searchpopup-title" class="searchpopup-title">title</p><div id="searchpopup-body" class="searchpopup-body">Body</div><p class="searchpopup-close"><a href="javascript:gwCloseActive()">[close]</a></p></div>
<h2 class="listing-heading"><a href="./index.html">/tests/simpletest/docs/fr/</a> -> <a href="web_tester_documentation.html.html">web_tester_documentation.html</a> (source)</h2>
<div class="listing">
<p class="viewlinks">[<a href="web_tester_documentation.html.html">Summary view</a>]
[<a href="javascript:window.print();">Print</a>]
[<a href="web_tester_documentation.html.source.txt" target="_new">Text view</a>]
</p>
<pre>
<a name="l1"><span class="linenum"> 1</span></a> <html>
<a name="l2"><span class="linenum"> 2</span></a> <head>
<a name="l3"><span class="linenum"> 3</span></a> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<a name="l4"><span class="linenum"> 4</span></a> <title>Documentation SimpleTest : tester des scripts web</title>
<a name="l5"><span class="linenum"> 5</span></a> <link rel="stylesheet" type="text/css" href="docs.css" title="Styles">
<a name="l6"><span class="linenum"> 6</span></a> </head>
<a name="l7"><span class="linenum"> 7</span></a> <body>
<a name="l8"><span class="linenum"> 8</span></a> <div class="menu_back"><div class="menu">
<a name="l9"><span class="linenum"> 9</span></a> <a href="index.html">SimpleTest</a>
<a name="l10"><span class="linenum"> 10</span></a> |
<a name="l11"><span class="linenum"> 11</span></a> <a href="overview.html">Overview</a>
<a name="l12"><span class="linenum"> 12</span></a> |
<a name="l13"><span class="linenum"> 13</span></a> <a href="unit_test_documentation.html">Unit tester</a>
<a name="l14"><span class="linenum"> 14</span></a> |
<a name="l15"><span class="linenum"> 15</span></a> <a href="group_test_documentation.html">Group tests</a>
<a name="l16"><span class="linenum"> 16</span></a> |
<a name="l17"><span class="linenum"> 17</span></a> <a href="mock_objects_documentation.html">Mock objects</a>
<a name="l18"><span class="linenum"> 18</span></a> |
<a name="l19"><span class="linenum"> 19</span></a> <a href="partial_mocks_documentation.html">Partial mocks</a>
<a name="l20"><span class="linenum"> 20</span></a> |
<a name="l21"><span class="linenum"> 21</span></a> <a href="reporter_documentation.html">Reporting</a>
<a name="l22"><span class="linenum"> 22</span></a> |
<a name="l23"><span class="linenum"> 23</span></a> <a href="expectation_documentation.html">Expectations</a>
<a name="l24"><span class="linenum"> 24</span></a> |
<a name="l25"><span class="linenum"> 25</span></a> <a href="web_tester_documentation.html">Web tester</a>
<a name="l26"><span class="linenum"> 26</span></a> |
<a name="l27"><span class="linenum"> 27</span></a> <a href="form_testing_documentation.html">Testing forms</a>
<a name="l28"><span class="linenum"> 28</span></a> |
<a name="l29"><span class="linenum"> 29</span></a> <a href="authentication_documentation.html">Authentication</a>
<a name="l30"><span class="linenum"> 30</span></a> |
<a name="l31"><span class="linenum"> 31</span></a> <a href="browser_documentation.html">Scriptable browser</a>
<a name="l32"><span class="linenum"> 32</span></a> </div></div>
<a name="l33"><span class="linenum"> 33</span></a> <h1>Documentation sur le testeur web</h1>
<a name="l34"><span class="linenum"> 34</span></a> This page...
<a name="l35"><span class="linenum"> 35</span></a> <ul>
<a name="l36"><span class="linenum"> 36</span></a> <li>
<a name="l37"><span class="linenum"> 37</span></a> Réussir à <a href="#telecharger">télécharger une page web</a>
<a name="l38"><span class="linenum"> 38</span></a> </li>
<a name="l39"><span class="linenum"> 39</span></a> <li>
<a name="l40"><span class="linenum"> 40</span></a> Tester le <a href="#contenu">contenu de la page</a>
<a name="l41"><span class="linenum"> 41</span></a> </li>
<a name="l42"><span class="linenum"> 42</span></a> <li>
<a name="l43"><span class="linenum"> 43</span></a> <a href="#navigation">Naviguer sur un site web</a> pendant le test
<a name="l44"><span class="linenum"> 44</span></a> </li>
<a name="l45"><span class="linenum"> 45</span></a> <li>
<a name="l46"><span class="linenum"> 46</span></a> Méthodes pour <a href="#requete">modifier une requête</a> et pour déboguer
<a name="l47"><span class="linenum"> 47</span></a> </li>
<a name="l48"><span class="linenum"> 48</span></a> </ul>
<a name="l49"><span class="linenum"> 49</span></a> <div class="content">
<a name="l50"><span class="linenum"> 50</span></a> <h2>
<a name="l51"><span class="linenum"> 51</span></a> <a class="target" name="telecharger"></a>Télécharger une page</h2>
<a name="l52"><span class="linenum"> 52</span></a> <p>
<a name="l53"><span class="linenum"> 53</span></a> Tester des classes c'est très bien.
<a name="l54"><span class="linenum"> 54</span></a> Reste que PHP est avant tout un langage
<a name="l55"><span class="linenum"> 55</span></a> pour créer des fonctionnalités à l'intérieur de pages web.
<a name="l56"><span class="linenum"> 56</span></a> Comment pouvons tester la partie de devant
<a name="l57"><span class="linenum"> 57</span></a> -- celle de l'interface -- dans nos applications en PHP ?
<a name="l58"><span class="linenum"> 58</span></a> Etant donné qu'une page web n'est constituée que de texte,
<a name="l59"><span class="linenum"> 59</span></a> nous devrions pouvoir les examiner exactement
<a name="l60"><span class="linenum"> 60</span></a> comme n'importe quelle autre donnée de test.
<a name="l61"><span class="linenum"> 61</span></a> </p>
<a name="l62"><span class="linenum"> 62</span></a> <p>
<a name="l63"><span class="linenum"> 63</span></a> Cela nous amène à une situation délicate.
<a name="l64"><span class="linenum"> 64</span></a> Si nous testons dans un niveau trop bas,
<a name="l65"><span class="linenum"> 65</span></a> vérifier des balises avec un motif ad hoc par exemple,
<a name="l66"><span class="linenum"> 66</span></a> nos tests seront trop fragiles. Le moindre changement
<a name="l67"><span class="linenum"> 67</span></a> dans la présentation pourrait casser un grand nombre de test.
<a name="l68"><span class="linenum"> 68</span></a> Si nos tests sont situés trop haut, en utilisant
<a name="l69"><span class="linenum"> 69</span></a> une version fantaisie du moteur de template pour
<a name="l70"><span class="linenum"> 70</span></a> donner un cas précis, alors nous perdons complètement
<a name="l71"><span class="linenum"> 71</span></a> la capacité à automatiser certaines classes de test.
<a name="l72"><span class="linenum"> 72</span></a> Par exemple, l'interaction entre des formulaires
<a name="l73"><span class="linenum"> 73</span></a> et la navigation devra être testé manuellement.
<a name="l74"><span class="linenum"> 74</span></a> Ces types de test sont extrêmement fastidieux
<a name="l75"><span class="linenum"> 75</span></a> et plutôt sensibles aux erreurs.
<a name="l76"><span class="linenum"> 76</span></a> </p>
<a name="l77"><span class="linenum"> 77</span></a> <p>
<a name="l78"><span class="linenum"> 78</span></a> SimpleTest comprend une forme spéciale de scénario
<a name="l79"><span class="linenum"> 79</span></a> de test pour tester les actions d'une page web.
<a name="l80"><span class="linenum"> 80</span></a> <span class="new_code">WebTestCase</span> inclut des facilités pour la navigation,
<a name="l81"><span class="linenum"> 81</span></a> des vérifications sur le contenu
<a name="l82"><span class="linenum"> 82</span></a> et les cookies ainsi que la gestion des formulaires.
<a name="l83"><span class="linenum"> 83</span></a> Utiliser ces scénarios de test ressemble
<a name="l84"><span class="linenum"> 84</span></a> fortement à <span class="new_code">UnitTestCase</span>...
<a name="l85"><span class="linenum"> 85</span></a> <pre>
<a name="l86"><span class="linenum"> 86</span></a> <strong><span class="keyword">class </span><a class="class" onClick="logClass('TestOfLastcraft')" href="../../../../_classes/testoflastcraft.html" onMouseOver="classPopup(event,'testoflastcraft')">TestOfLastcraft</a> <span class="keyword">extends</span> <a class="class" onClick="logClass('WebTestCase')" href="../../../../_classes/webtestcase.html" onMouseOver="classPopup(event,'webtestcase')">WebTestCase</a> {
<a name="l87"><span class="linenum"> 87</span></a> }</strong>
<a name="l88"><span class="linenum"> 88</span></a> </pre>
<a name="l89"><span class="linenum"> 89</span></a> Ici nous sommes sur le point de tester
<a name="l90"><span class="linenum"> 90</span></a> le site de <a href="http://www.lastcraft.com/">Last Craft</a>.
<a name="l91"><span class="linenum"> 91</span></a> Si ce scénario de test est situé dans un fichier appelé
<a name="l92"><span class="linenum"> 92</span></a> <em>lastcraft_test.php</em> alors il peut être chargé
<a name="l93"><span class="linenum"> 93</span></a> dans un script de lancement tout comme des tests unitaires...
<a name="l94"><span class="linenum"> 94</span></a> <pre>
<a name="l95"><span class="linenum"> 95</span></a> &lt;?php
<a name="l96"><span class="linenum"> 96</span></a> require_once('simpletest/autorun.php');<strong>
<a name="l97"><span class="linenum"> 97</span></a> require_once('simpletest/web_tester.php');</strong>
<a name="l98"><span class="linenum"> 98</span></a> <a class="class" onClick="logClass('SimpleTest')" href="../../../../_classes/simpletest.html" onMouseOver="classPopup(event,'simpletest')">SimpleTest</a>::<a class="function" onClick="logFunction('prefer')" href="../../../../_functions/prefer.html" onMouseOver="funcPopup(event,'prefer')">prefer</a>(<span class="keyword">new </span><a class="class" onClick="logClass('TextReporter')" href="../../../../_classes/textreporter.html" onMouseOver="classPopup(event,'textreporter')">TextReporter</a>());
<a name="l99"><span class="linenum"> 99</span></a>
<a name="l100"><span class="linenum"> 100</span></a> <span class="keyword">class </span><a class="class" onClick="logClass('WebTests')" href="../../../../_classes/webtests.html" onMouseOver="classPopup(event,'webtests')">WebTests</a> <span class="keyword">extends</span> <a class="class" onClick="logClass('TestSuite')" href="../../../../_classes/testsuite.html" onMouseOver="classPopup(event,'testsuite')">TestSuite</a> {
<a name="l101"><span class="linenum"> 101</span></a> function <a class="function" onClick="logFunction('WebTests')" href="../../../../_functions/webtests.html" onMouseOver="funcPopup(event,'webtests')">WebTests</a>() {
<a name="l102"><span class="linenum"> 102</span></a> <a class="var it7" onMouseOver="hilite(7)" onMouseOut="lolite()" onClick="logVariable('this')" href="../../../../_variables/this.html">$this</a>-&gt;<a class="function" onClick="logFunction('TestSuite')" href="../../../../_functions/testsuite.html" onMouseOver="funcPopup(event,'testsuite')">TestSuite</a>('Web site tests');<strong>
<a name="l103"><span class="linenum"> 103</span></a> <a class="var it7" onMouseOver="hilite(7)" onMouseOut="lolite()" onClick="logVariable('this')" href="../../../../_variables/this.html">$this</a>-&gt;<a class="function" onClick="logFunction('addFile')" href="../../../../_functions/addfile.html" onMouseOver="funcPopup(event,'addfile')">addFile</a>('lastcraft_test.php');</strong>
<a name="l104"><span class="linenum"> 104</span></a> }
<a name="l105"><span class="linenum"> 105</span></a> }
<a name="l106"><span class="linenum"> 106</span></a> ?&gt;
<a name="l107"><span class="linenum"> 107</span></a> </pre>
<a name="l108"><span class="linenum"> 108</span></a> J'utilise ici le rapporteur en mode texte
<a name="l109"><span class="linenum"> 109</span></a> pour mieux distinguer le contenu au format HTML
<a name="l110"><span class="linenum"> 110</span></a> du résultat du test proprement dit.
<a name="l111"><span class="linenum"> 111</span></a> </p>
<a name="l112"><span class="linenum"> 112</span></a> <p>
<a name="l113"><span class="linenum"> 113</span></a> Rien n'est encore testé. Nous pouvons télécharger
<a name="l114"><span class="linenum"> 114</span></a> la page d'accueil en utilisant la méthode <span class="new_code"><a class="function" onClick="logFunction('get')" href="../../../../_functions/get.html" onMouseOver="funcPopup(event,'get')">get</a>()</span>...
<a name="l115"><span class="linenum"> 115</span></a> <pre>
<a name="l116"><span class="linenum"> 116</span></a> <span class="keyword">class </span><a class="class" onClick="logClass('TestOfLastcraft')" href="../../../../_classes/testoflastcraft.html" onMouseOver="classPopup(event,'testoflastcraft')">TestOfLastcraft</a> <span class="keyword">extends</span> <a class="class" onClick="logClass('WebTestCase')" href="../../../../_classes/webtestcase.html" onMouseOver="classPopup(event,'webtestcase')">WebTestCase</a> {
<a name="l117"><span class="linenum"> 117</span></a> <strong>
<a name="l118"><span class="linenum"> 118</span></a> function <a class="function" onClick="logFunction('testHomepage')" href="../../../../_functions/testhomepage.html" onMouseOver="funcPopup(event,'testhomepage')">testHomepage</a>() {
<a name="l119"><span class="linenum"> 119</span></a> <a class="var it7" onMouseOver="hilite(7)" onMouseOut="lolite()" onClick="logVariable('this')" href="../../../../_variables/this.html">$this</a>-&gt;<a class="function" onClick="logFunction('assertTrue')" href="../../../../_functions/asserttrue.html" onMouseOver="funcPopup(event,'asserttrue')">assertTrue</a>(<a class="var it7" onMouseOver="hilite(7)" onMouseOut="lolite()" onClick="logVariable('this')" href="../../../../_variables/this.html">$this</a>-&gt;<a class="function" onClick="logFunction('get')" href="../../../../_functions/get.html" onMouseOver="funcPopup(event,'get')">get</a>('http://www.lastcraft.com/'));
<a name="l120"><span class="linenum"> 120</span></a> }</strong>
<a name="l121"><span class="linenum"> 121</span></a> }
<a name="l122"><span class="linenum"> 122</span></a> </pre>
<a name="l123"><span class="linenum"> 123</span></a> La méthode <span class="new_code"><a class="function" onClick="logFunction('get')" href="../../../../_functions/get.html" onMouseOver="funcPopup(event,'get')">get</a>()</span> renverra "true"
<a name="l124"><span class="linenum"> 124</span></a> uniquement si le contenu de la page a bien été téléchargé.
<a name="l125"><span class="linenum"> 125</span></a> C'est un moyen simple, mais efficace pour vérifier
<a name="l126"><span class="linenum"> 126</span></a> qu'une page web a bien été délivré par le serveur web.
<a name="l127"><span class="linenum"> 127</span></a> Cependant le contenu peut révéler être une erreur 404
<a name="l128"><span class="linenum"> 128</span></a> et dans ce cas notre méthode <span class="new_code"><a class="function" onClick="logFunction('get')" href="../../../../_functions/get.html" onMouseOver="funcPopup(event,'get')">get</a>()</span> renverrait encore un succès.
<a name="l129"><span class="linenum"> 129</span></a> </p>
<a name="l130"><span class="linenum"> 130</span></a> <p>
<a name="l131"><span class="linenum"> 131</span></a> En supposant que le serveur web pour le site Last Craft
<a name="l132"><span class="linenum"> 132</span></a> soit opérationnel (malheureusement ce n'est pas toujours le cas),
<a name="l133"><span class="linenum"> 133</span></a> nous devrions voir...
<a name="l134"><span class="linenum"> 134</span></a> <pre class="shell">
<a name="l135"><span class="linenum"> 135</span></a> Web site tests
<a name="l136"><span class="linenum"> 136</span></a> OK
<a name="l137"><span class="linenum"> 137</span></a> Test cases run: 1/1, Failures: 0, Exceptions: 0
<a name="l138"><span class="linenum"> 138</span></a> </pre>
<a name="l139"><span class="linenum"> 139</span></a> Nous avons vérifié qu'une page, de n'importe quel type,
<a name="l140"><span class="linenum"> 140</span></a> a bien été renvoyée. Nous ne savons pas encore
<a name="l141"><span class="linenum"> 141</span></a> s'il s'agit de celle que nous souhaitions.
<a name="l142"><span class="linenum"> 142</span></a> </p>
<a name="l143"><span class="linenum"> 143</span></a>
<a name="l144"><span class="linenum"> 144</span></a> <h2>
<a name="l145"><span class="linenum"> 145</span></a> <a class="target" name="contenu"></a>Tester le contenu d'une page</h2>
<a name="l146"><span class="linenum"> 146</span></a> <p>
<a name="l147"><span class="linenum"> 147</span></a> Pour obtenir la confirmation que la page téléchargée
<a name="l148"><span class="linenum"> 148</span></a> est bien celle que nous attendions,
<a name="l149"><span class="linenum"> 149</span></a> nous devons vérifier son contenu.
<a name="l150"><span class="linenum"> 150</span></a> <pre>
<a name="l151"><span class="linenum"> 151</span></a> <span class="keyword">class </span><a class="class" onClick="logClass('TestOfLastcraft')" href="../../../../_classes/testoflastcraft.html" onMouseOver="classPopup(event,'testoflastcraft')">TestOfLastcraft</a> <span class="keyword">extends</span> <a class="class" onClick="logClass('WebTestCase')" href="../../../../_classes/webtestcase.html" onMouseOver="classPopup(event,'webtestcase')">WebTestCase</a> {
<a name="l152"><span class="linenum"> 152</span></a>
<a name="l153"><span class="linenum"> 153</span></a> function <a class="function" onClick="logFunction('testHomepage')" href="../../../../_functions/testhomepage.html" onMouseOver="funcPopup(event,'testhomepage')">testHomepage</a>() {<strong>
<a name="l154"><span class="linenum"> 154</span></a> <a class="var it7" onMouseOver="hilite(7)" onMouseOut="lolite()" onClick="logVariable('this')" href="../../../../_variables/this.html">$this</a>-&gt;<a class="function" onClick="logFunction('get')" href="../../../../_functions/get.html" onMouseOver="funcPopup(event,'get')">get</a>('http://www.lastcraft.com/');
<a name="l155"><span class="linenum"> 155</span></a> <a class="var it7" onMouseOver="hilite(7)" onMouseOut="lolite()" onClick="logVariable('this')" href="../../../../_variables/this.html">$this</a>-&gt;assertWantedPattern('/why the last craft/i');</strong>
<a name="l156"><span class="linenum"> 156</span></a> }
<a name="l157"><span class="linenum"> 157</span></a> }
<a name="l158"><span class="linenum"> 158</span></a> </pre>
<a name="l159"><span class="linenum"> 159</span></a> La page obtenue par le dernier téléchargement est
<a name="l160"><span class="linenum"> 160</span></a> placée dans un buffer au sein même du scénario de test.
<a name="l161"><span class="linenum"> 161</span></a> Il n'est donc pas nécessaire de s'y référer directement.
<a name="l162"><span class="linenum"> 162</span></a> La correspondance du motif est toujours effectuée
<a name="l163"><span class="linenum"> 163</span></a> par rapport à ce buffer.
<a name="l164"><span class="linenum"> 164</span></a> </p>
<a name="l165"><span class="linenum"> 165</span></a> <p>
<a name="l166"><span class="linenum"> 166</span></a> Voici une liste possible d'assertions sur le contenu...
<a name="l167"><span class="linenum"> 167</span></a> <table><tbody>
<a name="l168"><span class="linenum"> 168</span></a> <tr>
<a name="l169"><span class="linenum"> 169</span></a> <td><span class="new_code">assertWantedPattern(<a class="var it943" onMouseOver="hilite(943)" onMouseOut="lolite()" onClick="logVariable('pattern')" href="../../../../_variables/pattern.html">$pattern</a>)</span></td>
<a name="l170"><span class="linenum"> 170</span></a> <td>Vérifier une correspondance sur le contenu via une expression rationnelle Perl</td>
<a name="l171"><span class="linenum"> 171</span></a> </tr>
<a name="l172"><span class="linenum"> 172</span></a> <tr>
<a name="l173"><span class="linenum"> 173</span></a> <td><span class="new_code">assertNoUnwantedPattern(<a class="var it943" onMouseOver="hilite(943)" onMouseOut="lolite()" onClick="logVariable('pattern')" href="../../../../_variables/pattern.html">$pattern</a>)</span></td>
<a name="l174"><span class="linenum"> 174</span></a> <td>Une expression rationnelle Perl pour vérifier une absence</td>
<a name="l175"><span class="linenum"> 175</span></a> </tr>
<a name="l176"><span class="linenum"> 176</span></a> <tr>
<a name="l177"><span class="linenum"> 177</span></a> <td><span class="new_code"><a class="function" onClick="logFunction('assertTitle')" href="../../../../_functions/asserttitle.html" onMouseOver="funcPopup(event,'asserttitle')">assertTitle</a>(<a class="var it756" onMouseOver="hilite(756)" onMouseOut="lolite()" onClick="logVariable('title')" href="../../../../_variables/title.html">$title</a>)</span></td>
<a name="l178"><span class="linenum"> 178</span></a> <td>Passe si le titre de la page correspond exactement</td>
<a name="l179"><span class="linenum"> 179</span></a> </tr>
<a name="l180"><span class="linenum"> 180</span></a> <tr>
<a name="l181"><span class="linenum"> 181</span></a> <td><span class="new_code"><a class="function" onClick="logFunction('assertLink')" href="../../../../_functions/assertlink.html" onMouseOver="funcPopup(event,'assertlink')">assertLink</a>(<a class="var it106" onMouseOver="hilite(106)" onMouseOut="lolite()" onClick="logVariable('label')" href="../../../../_variables/label.html">$label</a>)</span></td>
<a name="l182"><span class="linenum"> 182</span></a> <td>Passe si un lien avec ce texte est présent</td>
<a name="l183"><span class="linenum"> 183</span></a> </tr>
<a name="l184"><span class="linenum"> 184</span></a> <tr>
<a name="l185"><span class="linenum"> 185</span></a> <td><span class="new_code"><a class="function" onClick="logFunction('assertNoLink')" href="../../../../_functions/assertnolink.html" onMouseOver="funcPopup(event,'assertnolink')">assertNoLink</a>(<a class="var it106" onMouseOver="hilite(106)" onMouseOut="lolite()" onClick="logVariable('label')" href="../../../../_variables/label.html">$label</a>)</span></td>
<a name="l186"><span class="linenum"> 186</span></a> <td>Passe si aucun lien avec ce texte est présent</td>
<a name="l187"><span class="linenum"> 187</span></a> </tr>
<a name="l188"><span class="linenum"> 188</span></a> <tr>
<a name="l189"><span class="linenum"> 189</span></a> <td><span class="new_code"><a class="function" onClick="logFunction('assertLinkById')" href="../../../../_functions/assertlinkbyid.html" onMouseOver="funcPopup(event,'assertlinkbyid')">assertLinkById</a>(<a class="var it36" onMouseOver="hilite(36)" onMouseOut="lolite()" onClick="logVariable('id')" href="../../../../_variables/id.html">$id</a>)</span></td>
<a name="l190"><span class="linenum"> 190</span></a> <td>Passe si un lien avec cet attribut d'identification est présent</td>
<a name="l191"><span class="linenum"> 191</span></a> </tr>
<a name="l192"><span class="linenum"> 192</span></a> <tr>
<a name="l193"><span class="linenum"> 193</span></a> <td><span class="new_code"><a class="function" onClick="logFunction('assertField')" href="../../../../_functions/assertfield.html" onMouseOver="funcPopup(event,'assertfield')">assertField</a>(<a class="var it74" onMouseOver="hilite(74)" onMouseOut="lolite()" onClick="logVariable('name')" href="../../../../_variables/name.html">$name</a>, <a class="var it67" onMouseOver="hilite(67)" onMouseOut="lolite()" onClick="logVariable('value')" href="../../../../_variables/value.html">$value</a>)</span></td>
<a name="l194"><span class="linenum"> 194</span></a> <td>Passe si une balise input avec ce nom contient cette valeur</td>
<a name="l195"><span class="linenum"> 195</span></a> </tr>
<a name="l196"><span class="linenum"> 196</span></a> <tr>
<a name="l197"><span class="linenum"> 197</span></a> <td><span class="new_code"><a class="function" onClick="logFunction('assertFieldById')" href="../../../../_functions/assertfieldbyid.html" onMouseOver="funcPopup(event,'assertfieldbyid')">assertFieldById</a>(<a class="var it36" onMouseOver="hilite(36)" onMouseOut="lolite()" onClick="logVariable('id')" href="../../../../_variables/id.html">$id</a>, <a class="var it67" onMouseOver="hilite(67)" onMouseOut="lolite()" onClick="logVariable('value')" href="../../../../_variables/value.html">$value</a>)</span></td>
<a name="l198"><span class="linenum"> 198</span></a> <td>Passe si une balise input avec cet identifiant contient cette valeur</td>
<a name="l199"><span class="linenum"> 199</span></a> </tr>
<a name="l200"><span class="linenum"> 200</span></a> <tr>
<a name="l201"><span class="linenum"> 201</span></a> <td><span class="new_code"><a class="function" onClick="logFunction('assertResponse')" href="../../../../_functions/assertresponse.html" onMouseOver="funcPopup(event,'assertresponse')">assertResponse</a>(<a class="var it944" onMouseOver="hilite(944)" onMouseOut="lolite()" onClick="logVariable('codes')" href="../../../../_variables/codes.html">$codes</a>)</span></td>
<a name="l202"><span class="linenum"> 202</span></a> <td>Passe si la réponse HTTP trouve une correspondance dans la liste</td>
<a name="l203"><span class="linenum"> 203</span></a> </tr>
<a name="l204"><span class="linenum"> 204</span></a> <tr>
<a name="l205"><span class="linenum"> 205</span></a> <td><span class="new_code"><a class="function" onClick="logFunction('assertMime')" href="../../../../_functions/assertmime.html" onMouseOver="funcPopup(event,'assertmime')">assertMime</a>(<a class="var it945" onMouseOver="hilite(945)" onMouseOut="lolite()" onClick="logVariable('types')" href="../../../../_variables/types.html">$types</a>)</span></td>
<a name="l206"><span class="linenum"> 206</span></a> <td>Passe si le type MIME se retrouve dans cette liste</td>
<a name="l207"><span class="linenum"> 207</span></a> </tr>
<a name="l208"><span class="linenum"> 208</span></a> <tr>
<a name="l209"><span class="linenum"> 209</span></a> <td><span class="new_code"><a class="function" onClick="logFunction('assertAuthentication')" href="../../../../_functions/assertauthentication.html" onMouseOver="funcPopup(event,'assertauthentication')">assertAuthentication</a>(<a class="var it197" onMouseOver="hilite(197)" onMouseOut="lolite()" onClick="logVariable('protocol')" href="../../../../_variables/protocol.html">$protocol</a>)</span></td>
<a name="l210"><span class="linenum"> 210</span></a> <td>Passe si l'authentification provoquée est de ce type de protocole</td>
<a name="l211"><span class="linenum"> 211</span></a> </tr>
<a name="l212"><span class="linenum"> 212</span></a> <tr>
<a name="l213"><span class="linenum"> 213</span></a> <td><span class="new_code"><a class="function" onClick="logFunction('assertNoAuthentication')" href="../../../../_functions/assertnoauthentication.html" onMouseOver="funcPopup(event,'assertnoauthentication')">assertNoAuthentication</a>()</span></td>
<a name="l214"><span class="linenum"> 214</span></a> <td>Passe s'il n'y pas d'authentification provoquée en cours</td>
<a name="l215"><span class="linenum"> 215</span></a> </tr>
<a name="l216"><span class="linenum"> 216</span></a> <tr>
<a name="l217"><span class="linenum"> 217</span></a> <td><span class="new_code"><a class="function" onClick="logFunction('assertRealm')" href="../../../../_functions/assertrealm.html" onMouseOver="funcPopup(event,'assertrealm')">assertRealm</a>(<a class="var it74" onMouseOver="hilite(74)" onMouseOut="lolite()" onClick="logVariable('name')" href="../../../../_variables/name.html">$name</a>)</span></td>
<a name="l218"><span class="linenum"> 218</span></a> <td>Passe si le domaine provoqué correspond</td>
<a name="l219"><span class="linenum"> 219</span></a> </tr>
<a name="l220"><span class="linenum"> 220</span></a> <tr>
<a name="l221"><span class="linenum"> 221</span></a> <td><span class="new_code"><a class="function" onClick="logFunction('assertHeader')" href="../../../../_functions/assertheader.html" onMouseOver="funcPopup(event,'assertheader')">assertHeader</a>(<a class="var it251" onMouseOver="hilite(251)" onMouseOut="lolite()" onClick="logVariable('header')" href="../../../../_variables/header.html">$header</a>, <a class="var it603" onMouseOver="hilite(603)" onMouseOut="lolite()" onClick="logVariable('content')" href="../../../../_variables/content.html">$content</a>)</span></td>
<a name="l222"><span class="linenum"> 222</span></a> <td>Passe si une entête téléchargée correspond à cette valeur</td>
<a name="l223"><span class="linenum"> 223</span></a> </tr>
<a name="l224"><span class="linenum"> 224</span></a> <tr>
<a name="l225"><span class="linenum"> 225</span></a> <td><span class="new_code">assertNoUnwantedHeader(<a class="var it251" onMouseOver="hilite(251)" onMouseOut="lolite()" onClick="logVariable('header')" href="../../../../_variables/header.html">$header</a>)</span></td>
<a name="l226"><span class="linenum"> 226</span></a> <td>Passe si une entête n'a pas été téléchargé</td>
<a name="l227"><span class="linenum"> 227</span></a> </tr>
<a name="l228"><span class="linenum"> 228</span></a> <tr>
<a name="l229"><span class="linenum"> 229</span></a> <td><span class="new_code">assertHeaderPattern(<a class="var it251" onMouseOver="hilite(251)" onMouseOut="lolite()" onClick="logVariable('header')" href="../../../../_variables/header.html">$header</a>, <a class="var it943" onMouseOver="hilite(943)" onMouseOut="lolite()" onClick="logVariable('pattern')" href="../../../../_variables/pattern.html">$pattern</a>)</span></td>
<a name="l230"><span class="linenum"> 230</span></a> <td>Passe si une entête téléchargée correspond à cette expression rationnelle Perl</td>
<a name="l231"><span class="linenum"> 231</span></a> </tr>
<a name="l232"><span class="linenum"> 232</span></a> <tr>
<a name="l233"><span class="linenum"> 233</span></a> <td><span class="new_code"><a class="function" onClick="logFunction('assertCookie')" href="../../../../_functions/assertcookie.html" onMouseOver="funcPopup(event,'assertcookie')">assertCookie</a>(<a class="var it74" onMouseOver="hilite(74)" onMouseOut="lolite()" onClick="logVariable('name')" href="../../../../_variables/name.html">$name</a>, <a class="var it67" onMouseOver="hilite(67)" onMouseOut="lolite()" onClick="logVariable('value')" href="../../../../_variables/value.html">$value</a>)</span></td>
<a name="l234"><span class="linenum"> 234</span></a> <td>Passe s'il existe un cookie correspondant</td>
<a name="l235"><span class="linenum"> 235</span></a> </tr>
<a name="l236"><span class="linenum"> 236</span></a> <tr>
<a name="l237"><span class="linenum"> 237</span></a> <td><span class="new_code"><a class="function" onClick="logFunction('assertNoCookie')" href="../../../../_functions/assertnocookie.html" onMouseOver="funcPopup(event,'assertnocookie')">assertNoCookie</a>(<a class="var it74" onMouseOver="hilite(74)" onMouseOut="lolite()" onClick="logVariable('name')" href="../../../../_variables/name.html">$name</a>)</span></td>
<a name="l238"><span class="linenum"> 238</span></a> <td>Passe s'il n'y a pas de cookie avec un tel nom</td>
<a name="l239"><span class="linenum"> 239</span></a> </tr>
<a name="l240"><span class="linenum"> 240</span></a> </tbody></table>
<a name="l241"><span class="linenum"> 241</span></a> Comme d'habitude avec les assertions de SimpleTest,
<a name="l242"><span class="linenum"> 242</span></a> elles renvoient toutes "false" en cas d'échec
<a name="l243"><span class="linenum"> 243</span></a> et "true" si c'est un succès.
<a name="l244"><span class="linenum"> 244</span></a> Elles renvoient aussi un message de test optionnel :
<a name="l245"><span class="linenum"> 245</span></a> vous pouvez l'ajouter dans votre propre message en utilisant "%s".
<a name="l246"><span class="linenum"> 246</span></a> </p>
<a name="l247"><span class="linenum"> 247</span></a> <p>
<a name="l248"><span class="linenum"> 248</span></a> A présent nous pourrions effectué le test sur le titre uniquement...
<a name="l249"><span class="linenum"> 249</span></a> <pre>
<a name="l250"><span class="linenum"> 250</span></a> <strong><a class="var it7" onMouseOver="hilite(7)" onMouseOut="lolite()" onClick="logVariable('this')" href="../../../../_variables/this.html">$this</a>-&gt;<a class="function" onClick="logFunction('assertTitle')" href="../../../../_functions/asserttitle.html" onMouseOver="funcPopup(event,'asserttitle')">assertTitle</a>('The Last Craft?');</strong>
<a name="l251"><span class="linenum"> 251</span></a> </pre>
<a name="l252"><span class="linenum"> 252</span></a> En plus d'une simple vérification sur le contenu HTML,
<a name="l253"><span class="linenum"> 253</span></a> nous pouvons aussi vérifier que le type MIME est bien d'un type acceptable...
<a name="l254"><span class="linenum"> 254</span></a> <pre>
<a name="l255"><span class="linenum"> 255</span></a> <strong><a class="var it7" onMouseOver="hilite(7)" onMouseOut="lolite()" onClick="logVariable('this')" href="../../../../_variables/this.html">$this</a>-&gt;<a class="function" onClick="logFunction('assertMime')" href="../../../../_functions/assertmime.html" onMouseOver="funcPopup(event,'assertmime')">assertMime</a>(array('text/plain', 'text/html'));</strong>
<a name="l256"><span class="linenum"> 256</span></a> </pre>
<a name="l257"><span class="linenum"> 257</span></a> Plus intéressant encore est la vérification sur
<a name="l258"><span class="linenum"> 258</span></a> le code de la réponse HTTP. Pareillement au type MIME,
<a name="l259"><span class="linenum"> 259</span></a> nous pouvons nous assurer que le code renvoyé se trouve
<a name="l260"><span class="linenum"> 260</span></a> bien dans un liste de valeurs possibles...
<a name="l261"><span class="linenum"> 261</span></a> <pre>
<a name="l262"><span class="linenum"> 262</span></a> <span class="keyword">class </span><a class="class" onClick="logClass('TestOfLastcraft')" href="../../../../_classes/testoflastcraft.html" onMouseOver="classPopup(event,'testoflastcraft')">TestOfLastcraft</a> <span class="keyword">extends</span> <a class="class" onClick="logClass('WebTestCase')" href="../../../../_classes/webtestcase.html" onMouseOver="classPopup(event,'webtestcase')">WebTestCase</a> {
<a name="l263"><span class="linenum"> 263</span></a>
<a name="l264"><span class="linenum"> 264</span></a> function <a class="function" onClick="logFunction('testHomepage')" href="../../../../_functions/testhomepage.html" onMouseOver="funcPopup(event,'testhomepage')">testHomepage</a>() {
<a name="l265"><span class="linenum"> 265</span></a> <a class="var it7" onMouseOver="hilite(7)" onMouseOut="lolite()" onClick="logVariable('this')" href="../../../../_variables/this.html">$this</a>-&gt;<a class="function" onClick="logFunction('get')" href="../../../../_functions/get.html" onMouseOver="funcPopup(event,'get')">get</a>('http://simpletest.sourceforge.net/');<strong>
<a name="l266"><span class="linenum"> 266</span></a> <a class="var it7" onMouseOver="hilite(7)" onMouseOut="lolite()" onClick="logVariable('this')" href="../../../../_variables/this.html">$this</a>-&gt;<a class="function" onClick="logFunction('assertResponse')" href="../../../../_functions/assertresponse.html" onMouseOver="funcPopup(event,'assertresponse')">assertResponse</a>(200);</strong>
<a name="l267"><span class="linenum"> 267</span></a> }
<a name="l268"><span class="linenum"> 268</span></a> }
<a name="l269"><span class="linenum"> 269</span></a> </pre>
<a name="l270"><span class="linenum"> 270</span></a> Ici nous vérifions que le téléchargement s'est
<a name="l271"><span class="linenum"> 271</span></a> bien terminé en ne permettant qu'une réponse HTTP 200.
<a name="l272"><span class="linenum"> 272</span></a> Ce test passera, mais ce n'est pas la meilleure façon de procéder.
<a name="l273"><span class="linenum"> 273</span></a> Il n'existe aucune page sur <em>http://simpletest.sourceforge.net/</em>,
<a name="l274"><span class="linenum"> 274</span></a> à la place le serveur renverra une redirection vers
<a name="l275"><span class="linenum"> 275</span></a> <em>http://www.lastcraft.com/simple_test.php</em>.
<a name="l276"><span class="linenum"> 276</span></a> <span class="new_code">WebTestCase</span> suit automatiquement trois
<a name="l277"><span class="linenum"> 277</span></a> de ces redirections. Les tests sont quelque peu plus
<a name="l278"><span class="linenum"> 278</span></a> robustes de la sorte. Surtout qu'on est souvent plus intéressé
<a name="l279"><span class="linenum"> 279</span></a> par l'interaction entre les pages que de leur simple livraison.
<a name="l280"><span class="linenum"> 280</span></a> Si les redirections se révèlent être digne d'intérêt,
<a name="l281"><span class="linenum"> 281</span></a> il reste possible de les supprimer...
<a name="l282"><span class="linenum"> 282</span></a> <pre>
<a name="l283"><span class="linenum"> 283</span></a> <span class="keyword">class </span><a class="class" onClick="logClass('TestOfLastcraft')" href="../../../../_classes/testoflastcraft.html" onMouseOver="classPopup(event,'testoflastcraft')">TestOfLastcraft</a> <span class="keyword">extends</span> <a class="class" onClick="logClass('WebTestCase')" href="../../../../_classes/webtestcase.html" onMouseOver="classPopup(event,'webtestcase')">WebTestCase</a> {
<a name="l284"><span class="linenum"> 284</span></a>
<a name="l285"><span class="linenum"> 285</span></a> function <a class="function" onClick="logFunction('testHomepage')" href="../../../../_functions/testhomepage.html" onMouseOver="funcPopup(event,'testhomepage')">testHomepage</a>() {<strong>
<a name="l286"><span class="linenum"> 286</span></a> <a class="var it7" onMouseOver="hilite(7)" onMouseOut="lolite()" onClick="logVariable('this')" href="../../../../_variables/this.html">$this</a>-&gt;<a class="function" onClick="logFunction('setMaximumRedirects')" href="../../../../_functions/setmaximumredirects.html" onMouseOver="funcPopup(event,'setmaximumredirects')">setMaximumRedirects</a>(0);</strong>
<a name="l287"><span class="linenum"> 287</span></a> <a class="var it7" onMouseOver="hilite(7)" onMouseOut="lolite()" onClick="logVariable('this')" href="../../../../_variables/this.html">$this</a>-&gt;<a class="function" onClick="logFunction('get')" href="../../../../_functions/get.html" onMouseOver="funcPopup(event,'get')">get</a>('http://simpletest.sourceforge.net/');
<a name="l288"><span class="linenum"> 288</span></a> <a class="var it7" onMouseOver="hilite(7)" onMouseOut="lolite()" onClick="logVariable('this')" href="../../../../_variables/this.html">$this</a>-&gt;<a class="function" onClick="logFunction('assertResponse')" href="../../../../_functions/assertresponse.html" onMouseOver="funcPopup(event,'assertresponse')">assertResponse</a>(200);
<a name="l289"><span class="linenum"> 289</span></a> }
<a name="l290"><span class="linenum"> 290</span></a> }
<a name="l291"><span class="linenum"> 291</span></a> </pre>
<a name="l292"><span class="linenum"> 292</span></a> Alors l'assertion échoue comme prévue...
<a name="l293"><span class="linenum"> 293</span></a> <pre class="shell">
<a name="l294"><span class="linenum"> 294</span></a> Web site tests
<a name="l295"><span class="linenum"> 295</span></a> 1) Expecting response in [200] got [302]
<a name="l296"><span class="linenum"> 296</span></a> in testhomepage
<a name="l297"><span class="linenum"> 297</span></a> in testoflastcraft
<a name="l298"><span class="linenum"> 298</span></a> in lastcraft_test.php
<a name="l299"><span class="linenum"> 299</span></a> FAILURES!!!
<a name="l300"><span class="linenum"> 300</span></a> Test cases run: 1/1, Failures: 1, Exceptions: 0
<a name="l301"><span class="linenum"> 301</span></a> </pre>
<a name="l302"><span class="linenum"> 302</span></a> Nous pouvons modifier le test pour accepter les redirections...
<a name="l303"><span class="linenum"> 303</span></a> <pre>
<a name="l304"><span class="linenum"> 304</span></a> <span class="keyword">class </span><a class="class" onClick="logClass('TestOfLastcraft')" href="../../../../_classes/testoflastcraft.html" onMouseOver="classPopup(event,'testoflastcraft')">TestOfLastcraft</a> <span class="keyword">extends</span> <a class="class" onClick="logClass('WebTestCase')" href="../../../../_classes/webtestcase.html" onMouseOver="classPopup(event,'webtestcase')">WebTestCase</a> {
<a name="l305"><span class="linenum"> 305</span></a>
<a name="l306"><span class="linenum"> 306</span></a> function <a class="function" onClick="logFunction('testHomepage')" href="../../../../_functions/testhomepage.html" onMouseOver="funcPopup(event,'testhomepage')">testHomepage</a>() {
<a name="l307"><span class="linenum"> 307</span></a> <a class="var it7" onMouseOver="hilite(7)" onMouseOut="lolite()" onClick="logVariable('this')" href="../../../../_variables/this.html">$this</a>-&gt;<a class="function" onClick="logFunction('setMaximumRedirects')" href="../../../../_functions/setmaximumredirects.html" onMouseOver="funcPopup(event,'setmaximumredirects')">setMaximumRedirects</a>(0);
<a name="l308"><span class="linenum"> 308</span></a> <a class="var it7" onMouseOver="hilite(7)" onMouseOut="lolite()" onClick="logVariable('this')" href="../../../../_variables/this.html">$this</a>-&gt;<a class="function" onClick="logFunction('get')" href="../../../../_functions/get.html" onMouseOver="funcPopup(event,'get')">get</a>('http://simpletest.sourceforge.net/');
<a name="l309"><span class="linenum"> 309</span></a> <a class="var it7" onMouseOver="hilite(7)" onMouseOut="lolite()" onClick="logVariable('this')" href="../../../../_variables/this.html">$this</a>-&gt;<a class="function" onClick="logFunction('assertResponse')" href="../../../../_functions/assertresponse.html" onMouseOver="funcPopup(event,'assertresponse')">assertResponse</a>(<strong>array(301, 302, 303, 307)</strong>);
<a name="l310"><span class="linenum"> 310</span></a> }
<a name="l311"><span class="linenum"> 311</span></a> }
<a name="l312"><span class="linenum"> 312</span></a> </pre>
<a name="l313"><span class="linenum"> 313</span></a> Maitenant ça passe.
<a name="l314"><span class="linenum"> 314</span></a> </p>
<a name="l315"><span class="linenum"> 315</span></a>
<a name="l316"><span class="linenum"> 316</span></a> <h2>
<a name="l317"><span class="linenum"> 317</span></a> <a class="target" name="navigation"></a>Navigeur dans un site web</h2>
<a name="l318"><span class="linenum"> 318</span></a> <p>
<a name="l319"><span class="linenum"> 319</span></a> Les utilisateurs ne naviguent pas souvent en tapant les URLs,
<a name="l320"><span class="linenum"> 320</span></a> mais surtout en cliquant sur des liens et des boutons.
<a name="l321"><span class="linenum"> 321</span></a> Ici nous confirmons que les informations sur le contact
<a name="l322"><span class="linenum"> 322</span></a> peuvent être atteintes depuis la page d'accueil...
<a name="l323"><span class="linenum"> 323</span></a> <pre>
<a name="l324"><span class="linenum"> 324</span></a> <span class="keyword">class </span><a class="class" onClick="logClass('TestOfLastcraft')" href="../../../../_classes/testoflastcraft.html" onMouseOver="classPopup(event,'testoflastcraft')">TestOfLastcraft</a> <span class="keyword">extends</span> <a class="class" onClick="logClass('WebTestCase')" href="../../../../_classes/webtestcase.html" onMouseOver="classPopup(event,'webtestcase')">WebTestCase</a> {
<a name="l325"><span class="linenum"> 325</span></a> ...
<a name="l326"><span class="linenum"> 326</span></a> function <a class="function" onClick="logFunction('testContact')" href="../../../../_functions/testcontact.html" onMouseOver="funcPopup(event,'testcontact')">testContact</a>() {
<a name="l327"><span class="linenum"> 327</span></a> <a class="var it7" onMouseOver="hilite(7)" onMouseOut="lolite()" onClick="logVariable('this')" href="../../../../_variables/this.html">$this</a>-&gt;<a class="function" onClick="logFunction('get')" href="../../../../_functions/get.html" onMouseOver="funcPopup(event,'get')">get</a>('http://www.lastcraft.com/');<strong>
<a name="l328"><span class="linenum"> 328</span></a> <a class="var it7" onMouseOver="hilite(7)" onMouseOut="lolite()" onClick="logVariable('this')" href="../../../../_variables/this.html">$this</a>-&gt;<a class="function" onClick="logFunction('clickLink')" href="../../../../_functions/clicklink.html" onMouseOver="funcPopup(event,'clicklink')">clickLink</a>('About');
<a name="l329"><span class="linenum"> 329</span></a> <a class="var it7" onMouseOver="hilite(7)" onMouseOut="lolite()" onClick="logVariable('this')" href="../../../../_variables/this.html">$this</a>-&gt;<a class="function" onClick="logFunction('assertTitle')" href="../../../../_functions/asserttitle.html" onMouseOver="funcPopup(event,'asserttitle')">assertTitle</a>('About Last Craft');</strong>
<a name="l330"><span class="linenum"> 330</span></a> }
<a name="l331"><span class="linenum"> 331</span></a> }
<a name="l332"><span class="linenum"> 332</span></a> </pre>
<a name="l333"><span class="linenum"> 333</span></a> Le paramètre est le texte du lien.
<a name="l334"><span class="linenum"> 334</span></a> </p>
<a name="l335"><span class="linenum"> 335</span></a> <p>
<a name="l336"><span class="linenum"> 336</span></a> Il l'objectif est un bouton plutôt qu'une balise ancre,
<a name="l337"><span class="linenum"> 337</span></a> alors <span class="new_code"><a class="function" onClick="logFunction('clickSubmit')" href="../../../../_functions/clicksubmit.html" onMouseOver="funcPopup(event,'clicksubmit')">clickSubmit</a>()</span> doit être utilisé avec
<a name="l338"><span class="linenum"> 338</span></a> le titre du bouton...
<a name="l339"><span class="linenum"> 339</span></a> <pre>
<a name="l340"><span class="linenum"> 340</span></a> <strong><a class="var it7" onMouseOver="hilite(7)" onMouseOut="lolite()" onClick="logVariable('this')" href="../../../../_variables/this.html">$this</a>-&gt;<a class="function" onClick="logFunction('clickSubmit')" href="../../../../_functions/clicksubmit.html" onMouseOver="funcPopup(event,'clicksubmit')">clickSubmit</a>('Go!');</strong>
<a name="l341"><span class="linenum"> 341</span></a> </pre>
<a name="l342"><span class="linenum"> 342</span></a> </p>
<a name="l343"><span class="linenum"> 343</span></a> <p>
<a name="l344"><span class="linenum"> 344</span></a> La liste des méthodes de navigation est...
<a name="l345"><span class="linenum"> 345</span></a> <table><tbody>
<a name="l346"><span class="linenum"> 346</span></a> <tr>
<a name="l347"><span class="linenum"> 347</span></a> <td><span class="new_code"><a class="function" onClick="logFunction('get')" href="../../../../_functions/get.html" onMouseOver="funcPopup(event,'get')">get</a>(<a class="var it333" onMouseOver="hilite(333)" onMouseOut="lolite()" onClick="logVariable('url')" href="../../../../_variables/url.html">$url</a>, <a class="var it670" onMouseOver="hilite(670)" onMouseOut="lolite()" onClick="logVariable('parameters')" href="../../../../_variables/parameters.html">$parameters</a>)</span></td>
<a name="l348"><span class="linenum"> 348</span></a> <td>Envoie une requête GET avec ces paramètres</td>
<a name="l349"><span class="linenum"> 349</span></a> </tr>
<a name="l350"><span class="linenum"> 350</span></a> <tr>
<a name="l351"><span class="linenum"> 351</span></a> <td><span class="new_code"><a class="function" onClick="logFunction('post')" href="../../../../_functions/post.html" onMouseOver="funcPopup(event,'post')">post</a>(<a class="var it333" onMouseOver="hilite(333)" onMouseOut="lolite()" onClick="logVariable('url')" href="../../../../_variables/url.html">$url</a>, <a class="var it670" onMouseOver="hilite(670)" onMouseOut="lolite()" onClick="logVariable('parameters')" href="../../../../_variables/parameters.html">$parameters</a>)</span></td>
<a name="l352"><span class="linenum"> 352</span></a> <td>Envoie une requête POST avec ces paramètres</td>
<a name="l353"><span class="linenum"> 353</span></a> </tr>
<a name="l354"><span class="linenum"> 354</span></a> <tr>
<a name="l355"><span class="linenum"> 355</span></a> <td><span class="new_code"><a class="function" onClick="logFunction('head')" href="../../../../_functions/head.html" onMouseOver="funcPopup(event,'head')">head</a>(<a class="var it333" onMouseOver="hilite(333)" onMouseOut="lolite()" onClick="logVariable('url')" href="../../../../_variables/url.html">$url</a>, <a class="var it670" onMouseOver="hilite(670)" onMouseOut="lolite()" onClick="logVariable('parameters')" href="../../../../_variables/parameters.html">$parameters</a>)</span></td>
<a name="l356"><span class="linenum"> 356</span></a> <td>Envoie une requête HEAD sans remplacer le contenu de la page</td>
<a name="l357"><span class="linenum"> 357</span></a> </tr>
<a name="l358"><span class="linenum"> 358</span></a> <tr>
<a name="l359"><span class="linenum"> 359</span></a> <td><span class="new_code"><a class="function" onClick="logFunction('retry')" href="../../../../_functions/retry.html" onMouseOver="funcPopup(event,'retry')">retry</a>()</span></td>
<a name="l360"><span class="linenum"> 360</span></a> <td>Relance la dernière requête</td>
<a name="l361"><span class="linenum"> 361</span></a> </tr>
<a name="l362"><span class="linenum"> 362</span></a> <tr>
<a name="l363"><span class="linenum"> 363</span></a> <td><span class="new_code"><a class="function" onClick="logFunction('back')" href="../../../../_functions/back.html" onMouseOver="funcPopup(event,'back')">back</a>()</span></td>
<a name="l364"><span class="linenum"> 364</span></a> <td>Identique au bouton "Précédent" du navigateur</td>
<a name="l365"><span class="linenum"> 365</span></a> </tr>
<a name="l366"><span class="linenum"> 366</span></a> <tr>
<a name="l367"><span class="linenum"> 367</span></a> <td><span class="new_code"><a class="function" onClick="logFunction('forward')" href="../../../../_functions/forward.html" onMouseOver="funcPopup(event,'forward')">forward</a>()</span></td>
<a name="l368"><span class="linenum"> 368</span></a> <td>Identique au bouton "Suivant" du navigateur</td>
<a name="l369"><span class="linenum"> 369</span></a> </tr>
<a name="l370"><span class="linenum"> 370</span></a> <tr>
<a name="l371"><span class="linenum"> 371</span></a> <td><span class="new_code"><a class="function" onClick="logFunction('authenticate')" href="../../../../_functions/authenticate.html" onMouseOver="funcPopup(event,'authenticate')">authenticate</a>(<a class="var it74" onMouseOver="hilite(74)" onMouseOut="lolite()" onClick="logVariable('name')" href="../../../../_variables/name.html">$name</a>, <a class="var it11" onMouseOver="hilite(11)" onMouseOut="lolite()" onClick="logVariable('password')" href="../../../../_variables/password.html">$password</a>)</span></td>
<a name="l372"><span class="linenum"> 372</span></a> <td>Re-essaye avec une tentative d'authentification</td>
<a name="l373"><span class="linenum"> 373</span></a> </tr>
<a name="l374"><span class="linenum"> 374</span></a> <tr>
<a name="l375"><span class="linenum"> 375</span></a> <td><span class="new_code"><a class="function" onClick="logFunction('getFrameFocus')" href="../../../../_functions/getframefocus.html" onMouseOver="funcPopup(event,'getframefocus')">getFrameFocus</a>()</span></td>
<a name="l376"><span class="linenum"> 376</span></a> <td>Le nom de la fenêtre en cours d'utilisation</td>
<a name="l377"><span class="linenum"> 377</span></a> </tr>
<a name="l378"><span class="linenum"> 378</span></a> <tr>
<a name="l379"><span class="linenum"> 379</span></a> <td><span class="new_code"><a class="function" onClick="logFunction('setFrameFocusByIndex')" href="../../../../_functions/setframefocusbyindex.html" onMouseOver="funcPopup(event,'setframefocusbyindex')">setFrameFocusByIndex</a>(<a class="var it904" onMouseOver="hilite(904)" onMouseOut="lolite()" onClick="logVariable('choice')" href="../../../../_variables/choice.html">$choice</a>)</span></td>
<a name="l380"><span class="linenum"> 380</span></a> <td>Change le focus d'une fenêtre en commençant par 1</td>
<a name="l381"><span class="linenum"> 381</span></a> </tr>
<a name="l382"><span class="linenum"> 382</span></a> <tr>
<a name="l383"><span class="linenum"> 383</span></a> <td><span class="new_code"><a class="function" onClick="logFunction('setFrameFocus')" href="../../../../_functions/setframefocus.html" onMouseOver="funcPopup(event,'setframefocus')">setFrameFocus</a>(<a class="var it74" onMouseOver="hilite(74)" onMouseOut="lolite()" onClick="logVariable('name')" href="../../../../_variables/name.html">$name</a>)</span></td>
<a name="l384"><span class="linenum"> 384</span></a> <td>Change le focus d'une fenêtre en utilisant son nom</td>
<a name="l385"><span class="linenum"> 385</span></a> </tr>
<a name="l386"><span class="linenum"> 386</span></a> <tr>
<a name="l387"><span class="linenum"> 387</span></a> <td><span class="new_code"><a class="function" onClick="logFunction('clearFrameFocus')" href="../../../../_functions/clearframefocus.html" onMouseOver="funcPopup(event,'clearframefocus')">clearFrameFocus</a>()</span></td>
<a name="l388"><span class="linenum"> 388</span></a> <td>Revient à un traitement de toutes les fenêtres comme une seule</td>
<a name="l389"><span class="linenum"> 389</span></a> </tr>
<a name="l390"><span class="linenum"> 390</span></a> <tr>
<a name="l391"><span class="linenum"> 391</span></a> <td><span class="new_code"><a class="function" onClick="logFunction('clickSubmit')" href="../../../../_functions/clicksubmit.html" onMouseOver="funcPopup(event,'clicksubmit')">clickSubmit</a>(<a class="var it106" onMouseOver="hilite(106)" onMouseOut="lolite()" onClick="logVariable('label')" href="../../../../_variables/label.html">$label</a>)</span></td>
<a name="l392"><span class="linenum"> 392</span></a> <td>Clique sur le premier bouton avec cette étiquette</td>
<a name="l393"><span class="linenum"> 393</span></a> </tr>
<a name="l394"><span class="linenum"> 394</span></a> <tr>
<a name="l395"><span class="linenum"> 395</span></a> <td><span class="new_code"><a class="function" onClick="logFunction('clickSubmitByName')" href="../../../../_functions/clicksubmitbyname.html" onMouseOver="funcPopup(event,'clicksubmitbyname')">clickSubmitByName</a>(<a class="var it74" onMouseOver="hilite(74)" onMouseOut="lolite()" onClick="logVariable('name')" href="../../../../_variables/name.html">$name</a>)</span></td>
<a name="l396"><span class="linenum"> 396</span></a> <td>Clique sur le bouton avec cet attribut de nom</td>
<a name="l397"><span class="linenum"> 397</span></a> </tr>
<a name="l398"><span class="linenum"> 398</span></a> <tr>
<a name="l399"><span class="linenum"> 399</span></a> <td><span class="new_code"><a class="function" onClick="logFunction('clickSubmitById')" href="../../../../_functions/clicksubmitbyid.html" onMouseOver="funcPopup(event,'clicksubmitbyid')">clickSubmitById</a>(<a class="var it36" onMouseOver="hilite(36)" onMouseOut="lolite()" onClick="logVariable('id')" href="../../../../_variables/id.html">$id</a>)</span></td>
<a name="l400"><span class="linenum"> 400</span></a> <td>Clique sur le bouton avec cet attribut d'identification</td>
<a name="l401"><span class="linenum"> 401</span></a> </tr>
<a name="l402"><span class="linenum"> 402</span></a> <tr>
<a name="l403"><span class="linenum"> 403</span></a> <td><span class="new_code"><a class="function" onClick="logFunction('clickImage')" href="../../../../_functions/clickimage.html" onMouseOver="funcPopup(event,'clickimage')">clickImage</a>(<a class="var it106" onMouseOver="hilite(106)" onMouseOut="lolite()" onClick="logVariable('label')" href="../../../../_variables/label.html">$label</a>, <a class="var it259" onMouseOver="hilite(259)" onMouseOut="lolite()" onClick="logVariable('x')" href="../../../../_variables/x.html">$x</a>, <a class="var it903" onMouseOver="hilite(903)" onMouseOut="lolite()" onClick="logVariable('y')" href="../../../../_variables/y.html">$y</a>)</span></td>
<a name="l404"><span class="linenum"> 404</span></a> <td>Clique sur une balise input de type image par son titre (title="*") our son texte alternatif (alt="*")</td>
<a name="l405"><span class="linenum"> 405</span></a> </tr>
<a name="l406"><span class="linenum"> 406</span></a> <tr>
<a name="l407"><span class="linenum"> 407</span></a> <td><span class="new_code"><a class="function" onClick="logFunction('clickImageByName')" href="../../../../_functions/clickimagebyname.html" onMouseOver="funcPopup(event,'clickimagebyname')">clickImageByName</a>(<a class="var it74" onMouseOver="hilite(74)" onMouseOut="lolite()" onClick="logVariable('name')" href="../../../../_variables/name.html">$name</a>, <a class="var it259" onMouseOver="hilite(259)" onMouseOut="lolite()" onClick="logVariable('x')" href="../../../../_variables/x.html">$x</a>, <a class="var it903" onMouseOver="hilite(903)" onMouseOut="lolite()" onClick="logVariable('y')" href="../../../../_variables/y.html">$y</a>)</span></td>
<a name="l408"><span class="linenum"> 408</span></a> <td>Clique sur une balise input de type image par son attribut (name="*")</td>
<a name="l409"><span class="linenum"> 409</span></a> </tr>
<a name="l410"><span class="linenum"> 410</span></a> <tr>
<a name="l411"><span class="linenum"> 411</span></a> <td><span class="new_code"><a class="function" onClick="logFunction('clickImageById')" href="../../../../_functions/clickimagebyid.html" onMouseOver="funcPopup(event,'clickimagebyid')">clickImageById</a>(<a class="var it36" onMouseOver="hilite(36)" onMouseOut="lolite()" onClick="logVariable('id')" href="../../../../_variables/id.html">$id</a>, <a class="var it259" onMouseOver="hilite(259)" onMouseOut="lolite()" onClick="logVariable('x')" href="../../../../_variables/x.html">$x</a>, <a class="var it903" onMouseOver="hilite(903)" onMouseOut="lolite()" onClick="logVariable('y')" href="../../../../_variables/y.html">$y</a>)</span></td>
<a name="l412"><span class="linenum"> 412</span></a> <td>Clique sur une balise input de type image par son identifiant (id="*")</td>
<a name="l413"><span class="linenum"> 413</span></a> </tr>
<a name="l414"><span class="linenum"> 414</span></a> <tr>
<a name="l415"><span class="linenum"> 415</span></a> <td><span class="new_code"><a class="function" onClick="logFunction('submitFormById')" href="../../../../_functions/submitformbyid.html" onMouseOver="funcPopup(event,'submitformbyid')">submitFormById</a>(<a class="var it36" onMouseOver="hilite(36)" onMouseOut="lolite()" onClick="logVariable('id')" href="../../../../_variables/id.html">$id</a>)</span></td>
<a name="l416"><span class="linenum"> 416</span></a> <td>Soumet un formulaire sans valeur de soumission</td>
<a name="l417"><span class="linenum"> 417</span></a> </tr>
<a name="l418"><span class="linenum"> 418</span></a> <tr>
<a name="l419"><span class="linenum"> 419</span></a> <td><span class="new_code"><a class="function" onClick="logFunction('clickLink')" href="../../../../_functions/clicklink.html" onMouseOver="funcPopup(event,'clicklink')">clickLink</a>(<a class="var it106" onMouseOver="hilite(106)" onMouseOut="lolite()" onClick="logVariable('label')" href="../../../../_variables/label.html">$label</a>, <a class="var it370" onMouseOver="hilite(370)" onMouseOut="lolite()" onClick="logVariable('index')" href="../../../../_variables/index.html">$index</a>)</span></td>
<a name="l420"><span class="linenum"> 420</span></a> <td>Clique sur une ancre avec ce texte d'étiquette visible</td>
<a name="l421"><span class="linenum"> 421</span></a> </tr>
<a name="l422"><span class="linenum"> 422</span></a> <tr>
<a name="l423"><span class="linenum"> 423</span></a> <td><span class="new_code"><a class="function" onClick="logFunction('clickLinkById')" href="../../../../_functions/clicklinkbyid.html" onMouseOver="funcPopup(event,'clicklinkbyid')">clickLinkById</a>(<a class="var it36" onMouseOver="hilite(36)" onMouseOut="lolite()" onClick="logVariable('id')" href="../../../../_variables/id.html">$id</a>)</span></td>
<a name="l424"><span class="linenum"> 424</span></a> <td>Clique sur une ancre avec cet attribut d'identification</td>
<a name="l425"><span class="linenum"> 425</span></a> </tr>
<a name="l426"><span class="linenum"> 426</span></a> </tbody></table>
<a name="l427"><span class="linenum"> 427</span></a> </p>
<a name="l428"><span class="linenum"> 428</span></a> <p>
<a name="l429"><span class="linenum"> 429</span></a> Les paramètres dans les méthodes <span class="new_code"><a class="function" onClick="logFunction('get')" href="../../../../_functions/get.html" onMouseOver="funcPopup(event,'get')">get</a>()</span>,
<a name="l430"><span class="linenum"> 430</span></a> <span class="new_code"><a class="function" onClick="logFunction('post')" href="../../../../_functions/post.html" onMouseOver="funcPopup(event,'post')">post</a>()</span> et <span class="new_code"><a class="function" onClick="logFunction('head')" href="../../../../_functions/head.html" onMouseOver="funcPopup(event,'head')">head</a>()</span> sont optionnels.
<a name="l431"><span class="linenum"> 431</span></a> Le téléchargement via HTTP HEAD ne modifie pas
<a name="l432"><span class="linenum"> 432</span></a> le contexte du navigateur, il se limite au chargement des cookies.
<a name="l433"><span class="linenum"> 433</span></a> Cela peut être utilise lorsqu'une image ou une feuille de style
<a name="l434"><span class="linenum"> 434</span></a> initie un cookie pour bloquer un robot trop entreprenant.
<a name="l435"><span class="linenum"> 435</span></a> </p>
<a name="l436"><span class="linenum"> 436</span></a> <p>
<a name="l437"><span class="linenum"> 437</span></a> Les commandes <span class="new_code"><a class="function" onClick="logFunction('retry')" href="../../../../_functions/retry.html" onMouseOver="funcPopup(event,'retry')">retry</a>()</span>, <span class="new_code"><a class="function" onClick="logFunction('back')" href="../../../../_functions/back.html" onMouseOver="funcPopup(event,'back')">back</a>()</span>
<a name="l438"><span class="linenum"> 438</span></a> et <span class="new_code"><a class="function" onClick="logFunction('forward')" href="../../../../_functions/forward.html" onMouseOver="funcPopup(event,'forward')">forward</a>()</span> fonctionnent exactement comme
<a name="l439"><span class="linenum"> 439</span></a> dans un navigateur. Elles utilisent l'historique pour
<a name="l440"><span class="linenum"> 440</span></a> relancer les pages. Une technique bien pratique pour
<a name="l441"><span class="linenum"> 441</span></a> vérifier les effets d'un bouton retour sur vos formulaires.
<a name="l442"><span class="linenum"> 442</span></a> </p>
<a name="l443"><span class="linenum"> 443</span></a> <p>
<a name="l444"><span class="linenum"> 444</span></a> Les méthodes sur les fenêtres méritent une petite explication.
<a name="l445"><span class="linenum"> 445</span></a> Par défaut, une page avec des fenêtres est traitée comme toutes
<a name="l446"><span class="linenum"> 446</span></a> les autres. Le contenu sera vérifié à travers l'ensemble de
<a name="l447"><span class="linenum"> 447</span></a> la "frameset", par conséquent un lien fonctionnera,
<a name="l448"><span class="linenum"> 448</span></a> peu importe la fenêtre qui contient la balise ancre.
<a name="l449"><span class="linenum"> 449</span></a> Vous pouvez outrepassé ce comportement en exigeant
<a name="l450"><span class="linenum"> 450</span></a> le focus sur une unique fenêtre. Si vous réalisez cela,
<a name="l451"><span class="linenum"> 451</span></a> toutes les recherches et toutes les actions se limiteront
<a name="l452"><span class="linenum"> 452</span></a> à cette unique fenêtre, y compris les demandes d'authentification.
<a name="l453"><span class="linenum"> 453</span></a> Si un lien ou un bouton n'est pas dans la fenêtre en focus alors
<a name="l454"><span class="linenum"> 454</span></a> il ne peut pas être cliqué.
<a name="l455"><span class="linenum"> 455</span></a> </p>
<a name="l456"><span class="linenum"> 456</span></a> <p>
<a name="l457"><span class="linenum"> 457</span></a> Tester la navigation sur des pages fixes ne vous alerte que
<a name="l458"><span class="linenum"> 458</span></a> quand vous avez cassé un script entier.
<a name="l459"><span class="linenum"> 459</span></a> Pour des pages fortement dynamiques,
<a name="l460"><span class="linenum"> 460</span></a> un forum de discussion par exemple,
<a name="l461"><span class="linenum"> 461</span></a> ça peut être crucial pour vérifier l'état de l'application.
<a name="l462"><span class="linenum"> 462</span></a> Pour la plupart des applications cependant,
<a name="l463"><span class="linenum"> 463</span></a> la logique vraiment délicate se situe dans la gestion
<a name="l464"><span class="linenum"> 464</span></a> des formulaires et des sessions.
<a name="l465"><span class="linenum"> 465</span></a> Heureusement SimpleTest aussi inclut
<a name="l466"><span class="linenum"> 466</span></a> <a href="form_testing_documentation.html">
<a name="l467"><span class="linenum"> 467</span></a> des outils pour tester des formulaires web</a>.
<a name="l468"><span class="linenum"> 468</span></a> </p>
<a name="l469"><span class="linenum"> 469</span></a>
<a name="l470"><span class="linenum"> 470</span></a> <h2>
<a name="l471"><span class="linenum"> 471</span></a> <a class="target" name="requete"></a>Modifier la requête</h2>
<a name="l472"><span class="linenum"> 472</span></a> <p>
<a name="l473"><span class="linenum"> 473</span></a> Bien que SimpleTest n'ait pas comme objectif
<a name="l474"><span class="linenum"> 474</span></a> de contrôler des erreurs réseau, il contient quand même
<a name="l475"><span class="linenum"> 475</span></a> des méthodes pour modifier et déboguer les requêtes qu'il lance.
<a name="l476"><span class="linenum"> 476</span></a> Voici une autre liste de méthode...
<a name="l477"><span class="linenum"> 477</span></a> <table><tbody>
<a name="l478"><span class="linenum"> 478</span></a> <tr>
<a name="l479"><span class="linenum"> 479</span></a> <td><span class="new_code"><a class="function" onClick="logFunction('getTransportError')" href="../../../../_functions/gettransporterror.html" onMouseOver="funcPopup(event,'gettransporterror')">getTransportError</a>()</span></td>
<a name="l480"><span class="linenum"> 480</span></a> <td>La dernière erreur de socket</td>
<a name="l481"><span class="linenum"> 481</span></a> </tr>
<a name="l482"><span class="linenum"> 482</span></a> <tr>
<a name="l483"><span class="linenum"> 483</span></a> <td><span class="new_code"><a class="function" onClick="logFunction('getUrl')" href="../../../../_functions/geturl.html" onMouseOver="funcPopup(event,'geturl')">getUrl</a>()</span></td>
<a name="l484"><span class="linenum"> 484</span></a> <td>La localisation courante</td>
<a name="l485"><span class="linenum"> 485</span></a> </tr>
<a name="l486"><span class="linenum"> 486</span></a> <tr>
<a name="l487"><span class="linenum"> 487</span></a> <td><span class="new_code"><a class="function" onClick="logFunction('showRequest')" href="../../../../_functions/showrequest.html" onMouseOver="funcPopup(event,'showrequest')">showRequest</a>()</span></td>
<a name="l488"><span class="linenum"> 488</span></a> <td>Déverse la requête sortante</td>
<a name="l489"><span class="linenum"> 489</span></a> </tr>
<a name="l490"><span class="linenum"> 490</span></a> <tr>
<a name="l491"><span class="linenum"> 491</span></a> <td><span class="new_code"><a class="function" onClick="logFunction('showHeaders')" href="../../../../_functions/showheaders.html" onMouseOver="funcPopup(event,'showheaders')">showHeaders</a>()</span></td>
<a name="l492"><span class="linenum"> 492</span></a> <td>Déverse les entêtes d'entrée</td>
<a name="l493"><span class="linenum"> 493</span></a> </tr>
<a name="l494"><span class="linenum"> 494</span></a> <tr>
<a name="l495"><span class="linenum"> 495</span></a> <td><span class="new_code"><a class="function" onClick="logFunction('showSource')" href="../../../../_functions/showsource.html" onMouseOver="funcPopup(event,'showsource')">showSource</a>()</span></td>
<a name="l496"><span class="linenum"> 496</span></a> <td>Déverse le contenu brut de la page HTML</td>
<a name="l497"><span class="linenum"> 497</span></a> </tr>
<a name="l498"><span class="linenum"> 498</span></a> <tr>
<a name="l499"><span class="linenum"> 499</span></a> <td><span class="new_code"><a class="function" onClick="logFunction('ignoreFrames')" href="../../../../_functions/ignoreframes.html" onMouseOver="funcPopup(event,'ignoreframes')">ignoreFrames</a>()</span></td>
<a name="l500"><span class="linenum"> 500</span></a> <td>Ne recharge pas les framesets</td>
<a name="l501"><span class="linenum"> 501</span></a> </tr>
<a name="l502"><span class="linenum"> 502</span></a> <tr>
<a name="l503"><span class="linenum"> 503</span></a> <td><span class="new_code"><a class="phpfunction" onClick="logFunction('setCookie')" href="../../../../_functions/setcookie.html" onMouseOver="phpfuncPopup(event,'setcookie')">setCookie</a>(<a class="var it74" onMouseOver="hilite(74)" onMouseOut="lolite()" onClick="logVariable('name')" href="../../../../_variables/name.html">$name</a>, <a class="var it67" onMouseOver="hilite(67)" onMouseOut="lolite()" onClick="logVariable('value')" href="../../../../_variables/value.html">$value</a>)</span></td>
<a name="l504"><span class="linenum"> 504</span></a> <td>Initie un cookie à partir de maintenant</td>
<a name="l505"><span class="linenum"> 505</span></a> </tr>
<a name="l506"><span class="linenum"> 506</span></a> <tr>
<a name="l507"><span class="linenum"> 507</span></a> <td><span class="new_code"><a class="function" onClick="logFunction('addHeader')" href="../../../../_functions/addheader.html" onMouseOver="funcPopup(event,'addheader')">addHeader</a>(<a class="var it251" onMouseOver="hilite(251)" onMouseOut="lolite()" onClick="logVariable('header')" href="../../../../_variables/header.html">$header</a>)</span></td>
<a name="l508"><span class="linenum"> 508</span></a> <td>Ajoute toujours cette entête à la requête</td>
<a name="l509"><span class="linenum"> 509</span></a> </tr>
<a name="l510"><span class="linenum"> 510</span></a> <tr>
<a name="l511"><span class="linenum"> 511</span></a> <td><span class="new_code"><a class="function" onClick="logFunction('setMaximumRedirects')" href="../../../../_functions/setmaximumredirects.html" onMouseOver="funcPopup(event,'setmaximumredirects')">setMaximumRedirects</a>(<a class="var it905" onMouseOver="hilite(905)" onMouseOut="lolite()" onClick="logVariable('max')" href="../../../../_variables/max.html">$max</a>)</span></td>
<a name="l512"><span class="linenum"> 512</span></a> <td>S'arrête après autant de redirections</td>
<a name="l513"><span class="linenum"> 513</span></a> </tr>
<a name="l514"><span class="linenum"> 514</span></a> <tr>
<a name="l515"><span class="linenum"> 515</span></a> <td><span class="new_code"><a class="function" onClick="logFunction('setConnectionTimeout')" href="../../../../_functions/setconnectiontimeout.html" onMouseOver="funcPopup(event,'setconnectiontimeout')">setConnectionTimeout</a>(<a class="var it786" onMouseOver="hilite(786)" onMouseOut="lolite()" onClick="logVariable('timeout')" href="../../../../_variables/timeout.html">$timeout</a>)</span></td>
<a name="l516"><span class="linenum"> 516</span></a> <td>Termine la connexion après autant de temps entre les bytes</td>
<a name="l517"><span class="linenum"> 517</span></a> </tr>
<a name="l518"><span class="linenum"> 518</span></a> <tr>
<a name="l519"><span class="linenum"> 519</span></a> <td><span class="new_code"><a class="function" onClick="logFunction('useProxy')" href="../../../../_functions/useproxy.html" onMouseOver="funcPopup(event,'useproxy')">useProxy</a>(<a class="var it900" onMouseOver="hilite(900)" onMouseOut="lolite()" onClick="logVariable('proxy')" href="../../../../_variables/proxy.html">$proxy</a>, <a class="var it74" onMouseOver="hilite(74)" onMouseOut="lolite()" onClick="logVariable('name')" href="../../../../_variables/name.html">$name</a>, <a class="var it11" onMouseOver="hilite(11)" onMouseOut="lolite()" onClick="logVariable('password')" href="../../../../_variables/password.html">$password</a>)</span></td>
<a name="l520"><span class="linenum"> 520</span></a> <td>Effectue les requêtes à travers ce proxy d'URL</td>
<a name="l521"><span class="linenum"> 521</span></a> </tr>
<a name="l522"><span class="linenum"> 522</span></a> </tbody></table>
<a name="l523"><span class="linenum"> 523</span></a> </p>
<a name="l524"><span class="linenum"> 524</span></a>
<a name="l525"><span class="linenum"> 525</span></a> </div>
<a name="l526"><span class="linenum"> 526</span></a> References and related information...
<a name="l527"><span class="linenum"> 527</span></a> <ul>
<a name="l528"><span class="linenum"> 528</span></a> <li>
<a name="l529"><span class="linenum"> 529</span></a> La page du projet SimpleTest sur
<a name="l530"><span class="linenum"> 530</span></a> <a href="http://sourceforge.net/projects/simpletest/">SourceForge</a>.
<a name="l531"><span class="linenum"> 531</span></a> </li>
<a name="l532"><span class="linenum"> 532</span></a> <li>
<a name="l533"><span class="linenum"> 533</span></a> La page de téléchargement de SimpleTest sur
<a name="l534"><span class="linenum"> 534</span></a> <a href="http://www.lastcraft.com/simple_test.php">LastCraft</a>.
<a name="l535"><span class="linenum"> 535</span></a> </li>
<a name="l536"><span class="linenum"> 536</span></a> <li>
<a name="l537"><span class="linenum"> 537</span></a> <a href="http://simpletest.org/api/">L'API du développeur pour SimpleTest</a>
<a name="l538"><span class="linenum"> 538</span></a> donne tous les détails sur les classes et les assertions disponibles.
<a name="l539"><span class="linenum"> 539</span></a> </li>
<a name="l540"><span class="linenum"> 540</span></a> </ul>
<a name="l541"><span class="linenum"> 541</span></a> <div class="menu_back"><div class="menu">
<a name="l542"><span class="linenum"> 542</span></a> <a href="index.html">SimpleTest</a>
<a name="l543"><span class="linenum"> 543</span></a> |
<a name="l544"><span class="linenum"> 544</span></a> <a href="overview.html">Overview</a>
<a name="l545"><span class="linenum"> 545</span></a> |
<a name="l546"><span class="linenum"> 546</span></a> <a href="unit_test_documentation.html">Unit tester</a>
<a name="l547"><span class="linenum"> 547</span></a> |
<a name="l548"><span class="linenum"> 548</span></a> <a href="group_test_documentation.html">Group tests</a>
<a name="l549"><span class="linenum"> 549</span></a> |
<a name="l550"><span class="linenum"> 550</span></a> <a href="mock_objects_documentation.html">Mock objects</a>
<a name="l551"><span class="linenum"> 551</span></a> |
<a name="l552"><span class="linenum"> 552</span></a> <a href="partial_mocks_documentation.html">Partial mocks</a>
<a name="l553"><span class="linenum"> 553</span></a> |
<a name="l554"><span class="linenum"> 554</span></a> <a href="reporter_documentation.html">Reporting</a>
<a name="l555"><span class="linenum"> 555</span></a> |
<a name="l556"><span class="linenum"> 556</span></a> <a href="expectation_documentation.html">Expectations</a>
<a name="l557"><span class="linenum"> 557</span></a> |
<a name="l558"><span class="linenum"> 558</span></a> <a href="web_tester_documentation.html">Web tester</a>
<a name="l559"><span class="linenum"> 559</span></a> |
<a name="l560"><span class="linenum"> 560</span></a> <a href="form_testing_documentation.html">Testing forms</a>
<a name="l561"><span class="linenum"> 561</span></a> |
<a name="l562"><span class="linenum"> 562</span></a> <a href="authentication_documentation.html">Authentication</a>
<a name="l563"><span class="linenum"> 563</span></a> |
<a name="l564"><span class="linenum"> 564</span></a> <a href="browser_documentation.html">Scriptable browser</a>
<a name="l565"><span class="linenum"> 565</span></a> </div></div>
<a name="l566"><span class="linenum"> 566</span></a> <div class="copyright">
<a name="l567"><span class="linenum"> 567</span></a> Copyright<br>Marcus Baker 2006
<a name="l568"><span class="linenum"> 568</span></a> </div>
<a name="l569"><span class="linenum"> 569</span></a> </body>
<a name="l570"><span class="linenum"> 570</span></a> </html>
</pre>
</div>
<script language="JavaScript" type="text/javascript">
FUNC_DATA={
'assertresponse': ['assertresponse', 'Checks the response code against a list of possible values. ', [['tests/simpletest','web_tester.php',1227]], 66],
'gettransporterror': ['gettransporterror', 'Gets the last response error. ', [['tests/simpletest','web_tester.php',518],['tests/simpletest','frames.php',230],['tests/simpletest','page.php',162],['tests/simpletest','browser.php',696]], 14],
'addheader': ['addheader', 'Adds a header to every fetch. ', [['tests/simpletest','web_tester.php',642],['tests/simpletest','user_agent.php',65],['tests/simpletest','browser.php',368]], 35],
'clicksubmitbyname': ['clicksubmitbyname', 'Clicks the submit button by name attribute. The owning form will be submitted by this. ', [['tests/simpletest','web_tester.php',905],['tests/simpletest','browser.php',909]], 11],
'forward': ['forward', 'Equivalent to hitting the forward button on the browser. ', [['tests/simpletest','web_tester.php',778],['tests/simpletest','browser.php',121],['tests/simpletest','browser.php',599]], 15],
'post': ['post', 'Fetch an item from the POST array ', [['bonfire/codeigniter/core','Input.php',164],['tests/simpletest','web_tester.php',703],['tests/simpletest','browser.php',507]], 194],
'setconnectiontimeout': ['setconnectiontimeout', 'Sets the socket timeout for opening a connection and receiving at least one byte of information. ', [['tests/simpletest','web_tester.php',666],['tests/simpletest','user_agent.php',143],['tests/simpletest','browser.php',446]], 9],
'assertlink': ['assertlink', 'Tests for the presence of a link label. Match is case insensitive with normalised space. ', [['tests/simpletest','web_tester.php',1043]], 13],
'clicksubmitbyid': ['clicksubmitbyid', 'Clicks the submit button by ID attribute. The owning form will be submitted by this. ', [['tests/simpletest','web_tester.php',918],['tests/simpletest','browser.php',927]], 9],
'assertfieldbyid': ['assertfieldbyid', 'Confirms that the form element is currently set to the expected value. A missing form will always fail. If no ID is given then only the existence of the field is checked. ', [['tests/simpletest','web_tester.php',1185]], 13],
'clickimagebyname': ['clickimagebyname', 'Clicks the submit image by the name. Usually the alt tag or the nearest equivalent. The owning form will be submitted by this. Clicking outside of the boundary of the coordinates will result in a failure. ', [['tests/simpletest','web_tester.php',961],['tests/simpletest','browser.php',979]], 7],
'assertcookie': ['assertcookie', 'Checks that a cookie is set for the current page and optionally checks the value. ', [['tests/simpletest','web_tester.php',1423]], 18],
'assertheader': ['assertheader', 'Checks each header line for the required value. If no value is given then only an existence check is made. ', [['tests/simpletest','web_tester.php',1314]], 7],
'useproxy': ['useproxy', 'Sets proxy to use on all requests for when testing from behind a firewall. Set URL to false to disable. ', [['tests/simpletest','web_tester.php',676],['tests/simpletest','simpletest.php',118],['tests/simpletest','user_agent.php',162],['tests/simpletest','browser.php',455]], 9],
'showheaders': ['showheaders', 'Dumps the current HTTP headers for debugging. ', [['tests/simpletest','web_tester.php',545]], 4],
'geturl': ['geturl', 'Resource name. ', [['tests/simpletest','http.php',35],['tests/simpletest','http.php',542],['tests/simpletest','web_tester.php',527],['tests/simpletest','frames.php',254],['tests/simpletest','page.php',135],['tests/simpletest','browser.php',81],['tests/simpletest','browser.php',743]], 44],
'clickimagebyid': ['clickimagebyid', 'Clicks the submit image by ID attribute. The owning form will be submitted by this. Clicking outside of the boundary of the coordinates will result in a failure. ', [['tests/simpletest','web_tester.php',979],['tests/simpletest','browser.php',1002]], 7],
'assertnolink': ['assertnolink', 'Tests for the non-presence of a link label. Match is case insensitive with normalised space. ', [['tests/simpletest','web_tester.php',1064]], 6],
'showsource': ['showsource', 'Dumps the current HTML source for debugging. ', [['tests/simpletest','web_tester.php',553]], 2],
'testcontact': ['testcontact', '', [['tests/simpletest/docs/en','web_tester_documentation.html',329],['tests/simpletest/docs/fr','web_tester_documentation.html',326]], 0],
'assertmime': ['assertmime', 'Checks the mime type against a list of possible values. ', [['tests/simpletest','web_tester.php',1244]], 5],
'head': ['head', 'Does a HTTP HEAD fetch, fetching only the page headers. The current base URL is unchanged by this. ', [['tests/simpletest','web_tester.php',745],['tests/simpletest','browser.php',468]], 9],
'prefer': ['prefer', 'Puts the object to the global pool of \'preferred\' objects which can be retrieved with SimpleTest :: preferred() method. Instances of the same class are overwritten. ', [['tests/simpletest','simpletest.php',69]], 4],
'assertauthentication': ['assertauthentication', 'Attempt to match the authentication type within the security realm we are currently matching. ', [['tests/simpletest','web_tester.php',1260]], 7],
'testhomepage': ['testhomepage', '', [['tests/simpletest/docs/en','web_tester_documentation.html',114],['tests/simpletest/docs/en','web_tester_documentation.html',148],['tests/simpletest/docs/en','web_tester_documentation.html',288],['tests/simpletest/docs/en','web_tester_documentation.html',309],['tests/simpletest/docs/fr','overview.html',81],['tests/simpletest/docs/fr','web_tester_documentation.html',118],['tests/simpletest/docs/fr','web_tester_documentation.html',153],['tests/simpletest/docs/fr','web_tester_documentation.html',264],['tests/simpletest/docs/fr','web_tester_documentation.html',285],['tests/simpletest/docs/fr','web_tester_documentation.html',306]], 0],
'assertnocookie': ['assertnocookie', 'Checks that no cookie is present or that it has been successfully cleared. ', [['tests/simpletest','web_tester.php',1446]], 11],
'clearframefocus': ['clearframefocus', 'Clears the frame focus. All frames will be searched for content. ', [['tests/simpletest','web_tester.php',859],['tests/simpletest','frames.php',152],['tests/simpletest','page.php',251],['tests/simpletest','browser.php',687]], 18],
'setmaximumredirects': ['setmaximumredirects', 'Sets the maximum number of redirects before the web page is loaded regardless. ', [['tests/simpletest','web_tester.php',652],['tests/simpletest','user_agent.php',152],['tests/simpletest','browser.php',426]], 19],
'retry': ['retry', 'Equivalent to hitting the retry button on the browser. Will attempt to repeat the page fetch. ', [['tests/simpletest','web_tester.php',757],['tests/simpletest','browser.php',555]], 27],
'clicklink': ['clicklink', 'Follows a link by name. Will click the first link found with this link text by default, or a later one if an index is given. Match is case insensitive with normalised space. ', [['tests/simpletest','web_tester.php',1019],['tests/simpletest','browser.php',1073]], 48],
'authenticate': ['authenticate', 'Retries a request after setting the authentication for the current realm. ', [['tests/simpletest','web_tester.php',789],['tests/simpletest','browser.php',619]], 19],
'assertnoauthentication': ['assertnoauthentication', 'Checks that no authentication is necessary to view the desired page. ', [['tests/simpletest','web_tester.php',1284]], 2],
'asserttrue': ['asserttrue', 'Called from within the test methods to register passes and failures. ', [['tests/simpletest','web_tester.php',1460],['tests/simpletest','unit_tester.php',39],['tests/simpletest/extensions','pear_test_case.php',114],['tests/simpletest','shell_tester.php',131]], 495],
'webtests': ['webtests', '', [['tests/simpletest/docs/en','web_tester_documentation.html',97],['tests/simpletest/docs/fr','web_tester_documentation.html',101]], 0],
'submitformbyid': ['submitformbyid', 'Submits a form by the ID. ', [['tests/simpletest','web_tester.php',1008],['tests/simpletest','browser.php',1035]], 6],
'assertfield': ['assertfield', 'Confirms that the form element is currently set to the expected value. A missing form will always fail. If no value is given then only the existence of the field is checked. ', [['tests/simpletest','web_tester.php',1149]], 57],
'clicklinkbyid': ['clicklinkbyid', 'Follows a link by id attribute. ', [['tests/simpletest','web_tester.php',1033],['tests/simpletest','browser.php',1102]], 8],
'get': ['get', 'Fetch from cache ', [['bonfire/libraries','BF_Cache_file.php',47],['tests/simpletest/docs/fr','mock_objects_documentation.html',310],['bonfire/codeigniter/database','DB_active_rec.php',937],['bonfire/libraries','JSMin.php',187],['bonfire/libraries','template.php',648],['bonfire/codeigniter/core','Input.php',136],['bonfire/codeigniter/libraries/Cache/drivers','Cache_apc.php',30],['tests/simpletest','web_tester.php',689],['tests/_support','database.php',31],['bonfire/codeigniter/libraries/Cache/drivers','Cache_memcached.php',42],['bonfire/codeigniter/libraries/Cache/drivers','Cache_file.php',47],['bonfire/codeigniter/libraries/Cache','Cache.php',54],['bonfire/codeigniter/libraries/Cache/drivers','Cache_dummy.php',30],['tests/simpletest/docs/en','mock_objects_documentation.html',291],['tests/simpletest','simpletest.php',299],['tests/simpletest','browser.php',489]], 432],
'showrequest': ['showrequest', 'Dumps the current request for debugging. ', [['tests/simpletest','web_tester.php',537]], 3],
'clickimage': ['clickimage', 'Clicks the submit image by some kind of label. Usually the alt tag or the nearest equivalent. The owning form will be submitted by this. Clicking outside of the boundary of the coordinates will result in a failure. ', [['tests/simpletest','web_tester.php',943],['tests/simpletest','browser.php',956]], 10],
'addfile': ['addfile', 'Builds a test suite from a library of test cases. The new suite is composed into this one. ', [['tests/simpletest','test_case.php',525]], 75],
'getframefocus': ['getframefocus', 'Accessor for current frame focus. Will be false if no frame has focus. ', [['tests/simpletest','web_tester.php',827],['tests/simpletest','frames.php',77],['tests/simpletest','page.php',221],['tests/simpletest','browser.php',655]], 24],
'back': ['back', 'Equivalent to hitting the back button on the browser. ', [['tests/simpletest','web_tester.php',767],['tests/simpletest','browser.php',107],['tests/simpletest','browser.php',579]], 19],
'setframefocusbyindex': ['setframefocusbyindex', 'Sets the focus by index. The integer index starts from 1. ', [['tests/simpletest','web_tester.php',839],['tests/simpletest','frames.php',110],['tests/simpletest','page.php',231],['tests/simpletest','browser.php',667]], 27],
'assertrealm': ['assertrealm', 'Attempts to match the current security realm. ', [['tests/simpletest','web_tester.php',1297]], 10],
'setframefocus': ['setframefocus', 'Sets the focus by name. ', [['tests/simpletest','web_tester.php',849],['tests/simpletest','frames.php',131],['tests/simpletest','page.php',241],['tests/simpletest','browser.php',677]], 62],
'clicksubmit': ['clicksubmit', 'Clicks the submit button by label. The owning form will be submitted by this. ', [['tests/simpletest','web_tester.php',891],['tests/simpletest','browser.php',890]], 65],
'ignoreframes': ['ignoreframes', 'Disables frames support. Frames will not be fetched and the frameset page will be used instead. ', [['tests/simpletest','web_tester.php',597],['tests/simpletest','browser.php',227]], 8],
'assertlinkbyid': ['assertlinkbyid', 'Tests for the presence of a link id attribute. ', [['tests/simpletest','web_tester.php',1080]], 3],
'testsuite': ['testsuite', 'Sets the name of the test suite. ', [['tests/simpletest','test_case.php',481]], 25],
'asserttitle': ['asserttitle', 'Tests the text between the title tags. ', [['tests/simpletest','web_tester.php',1347]], 49],
'setcookie': ['setcookie', '', [], 44]};
CLASS_DATA={
'simpletest': ['simpletest', 'Registry and test context. Includes a few global options that I\'m slowly getting rid of. ', [['tests/simpletest','simpletest.php',17]], 90],
'webtestcase': ['webtestcase', 'Test case for testing of web pages. Allows fetching of pages, parsing of HTML and submitting forms. ', [['tests/simpletest','web_tester.php',426]], 67],
'webtests': ['webtests', '', [['tests/simpletest/docs/en','web_tester_documentation.html',96],['tests/simpletest/docs/fr','web_tester_documentation.html',100]], 0],
'testoflastcraft': ['testoflastcraft', '', [['tests/simpletest/docs/en','web_tester_documentation.html',112],['tests/simpletest/docs/en','web_tester_documentation.html',146],['tests/simpletest/docs/en','web_tester_documentation.html',266],['tests/simpletest/docs/en','web_tester_documentation.html',286],['tests/simpletest/docs/en','web_tester_documentation.html',307],['tests/simpletest/docs/en','web_tester_documentation.html',327],['tests/simpletest/docs/fr','web_tester_documentation.html',116],['tests/simpletest/docs/fr','web_tester_documentation.html',151],['tests/simpletest/docs/fr','web_tester_documentation.html',262],['tests/simpletest/docs/fr','web_tester_documentation.html',283],['tests/simpletest/docs/fr','web_tester_documentation.html',304],['tests/simpletest/docs/fr','web_tester_documentation.html',324]], 0],
'testsuite': ['testsuite', 'This is a composite test class for combining test cases and other RunnableTest classes into a group test. ', [['tests/simpletest','test_case.php',470]], 43],
'textreporter': ['textreporter', 'Sample minimal test displayer. Generates only failure messages and a pass count. For command line use. I\'ve tried to make it look like JUnit, but I wanted to output the errors as they arrived which meant dropping the dots. ', [['tests/simpletest','reporter.php',185]], 22]};
CONST_DATA={
};
</script>
<div id="func-popup" class="funcpopup"><p id="func-title" class="popup-title">title</p><p id="func-desc" class="popup-desc">Description</p><p id="func-body" class="popup-body">Body</p></div>
<div id="class-popup" class="funcpopup"><p id="class-title" class="popup-title">title</p><p id="class-desc" class="popup-desc">Description</p><p id="class-body" class="popup-body">Body</p></div>
<div id="const-popup" class="funcpopup"><p id="const-title" class="popup-title">title</p><p id="const-desc" class="popup-desc">Description</p><p id="const-body" class="popup-body">Body</p></div>
<div id="req-popup" class="funcpopup"><p id="req-title" class="popup-title">title</p><p id="req-body" class="popup-body">Body</p></div>
<!-- A link to the phpxref site in your customized footer file is appreciated ;-) -->
<br><hr>
<table width="100%">
<tr><td>Generated: Thu Oct 23 18:57:41 2014</td>
<td align="right"><i>Cross-referenced by <a href="http://phpxref.sourceforge.net/">PHPXref 0.7.1</a></i></td>
</tr>
</table>
</body></html>
|
_site/其他/2016/05/03/涪陵博生和美妇产医院/index.html | fushenghua/GetHosp | <!DOCTYPE html>
<html>
<head>
<base href="http://fushenghua.github.io/GetHosp">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>涪陵博生和美妇产医院</title>
<meta name="viewport" content="width=device-width">
<meta name="description" content="GetHosp">
<link rel="canonical" href="http://fushenghua.github.io/GetHosphttp://fushenghua.github.io/GetHosp/%E5%85%B6%E4%BB%96/2016/05/03/%E6%B6%AA%E9%99%B5%E5%8D%9A%E7%94%9F%E5%92%8C%E7%BE%8E%E5%A6%87%E4%BA%A7%E5%8C%BB%E9%99%A2/">
<!-- Custom CSS -->
<link rel="stylesheet" href="http://fushenghua.github.io/GetHosp/css/main.css">
</head>
<body>
<header class="site-header">
<div class="wrap">
<a class="site-title" href="http://fushenghua.github.io/GetHosp/">GetHosp</a>
<nav class="site-nav">
<a href="#" class="menu-icon">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 18 15" enable-background="new 0 0 18 15" xml:space="preserve">
<path fill="#505050" d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0
h15.031C17.335,0,18,0.665,18,1.484L18,1.484z"/>
<path fill="#505050" d="M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0c0-0.82,0.665-1.484,1.484-1.484
h15.031C17.335,6.031,18,6.696,18,7.516L18,7.516z"/>
<path fill="#505050" d="M18,13.516C18,14.335,17.335,15,16.516,15H1.484C0.665,15,0,14.335,0,13.516l0,0
c0-0.82,0.665-1.484,1.484-1.484h15.031C17.335,12.031,18,12.696,18,13.516L18,13.516z"/>
</svg>
</a>
<div class="trigger">
<a class="page-link" href="http://fushenghua.github.io/GetHosp/about/">About</a>
</div>
</nav>
</div>
</header>
<div class="page-content">
<div class="wrap">
<div class="post">
<header class="post-header">
<h1>涪陵博生和美妇产医院</h1>
<p class="meta">May 3, 2016</p>
</header>
<article class="post-content">
<p>涪陵博生和美妇产医院</p>
<p>信息</p>
</article>
</div>
</div>
</div>
<footer class="site-footer">
<div class="wrap">
<h2 class="footer-heading">GetHosp</h2>
<div class="footer-col-1 column">
<ul>
<li>GetHosp</li>
<li><a href="mailto:[email protected]">[email protected]</a></li>
</ul>
</div>
<div class="footer-col-2 column">
<ul>
<li>
<a href="https://github.com/fushenghua">
<span class="icon github">
<svg version="1.1" class="github-icon-svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 16 16" enable-background="new 0 0 16 16" xml:space="preserve">
<path fill-rule="evenodd" clip-rule="evenodd" fill="#C2C2C2" d="M7.999,0.431c-4.285,0-7.76,3.474-7.76,7.761
c0,3.428,2.223,6.337,5.307,7.363c0.388,0.071,0.53-0.168,0.53-0.374c0-0.184-0.007-0.672-0.01-1.32
c-2.159,0.469-2.614-1.04-2.614-1.04c-0.353-0.896-0.862-1.135-0.862-1.135c-0.705-0.481,0.053-0.472,0.053-0.472
c0.779,0.055,1.189,0.8,1.189,0.8c0.692,1.186,1.816,0.843,2.258,0.645c0.071-0.502,0.271-0.843,0.493-1.037
C4.86,11.425,3.049,10.76,3.049,7.786c0-0.847,0.302-1.54,0.799-2.082C3.768,5.507,3.501,4.718,3.924,3.65
c0,0,0.652-0.209,2.134,0.796C6.677,4.273,7.34,4.187,8,4.184c0.659,0.003,1.323,0.089,1.943,0.261
c1.482-1.004,2.132-0.796,2.132-0.796c0.423,1.068,0.157,1.857,0.077,2.054c0.497,0.542,0.798,1.235,0.798,2.082
c0,2.981-1.814,3.637-3.543,3.829c0.279,0.24,0.527,0.713,0.527,1.437c0,1.037-0.01,1.874-0.01,2.129
c0,0.208,0.14,0.449,0.534,0.373c3.081-1.028,5.302-3.935,5.302-7.362C15.76,3.906,12.285,0.431,7.999,0.431z"/>
</svg>
</span>
<span class="username">fushenghua</span>
</a>
</li>
</ul>
</div>
<div class="footer-col-3 column">
<p class="text">GetHosp</p>
</div>
</div>
</footer>
</body>
</html> |
docs/2021.1.0-RELEASE-KOTLIN/zircon.core/zircon.core/org.hexworks.zircon.api.graphics/-symbols/-l-o-w-e-r_-h-a-l-f_-b-l-o-c-k.html | Hexworks/zircon | <html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
<title>LOWER_HALF_BLOCK</title>
<link href="../../../images/logo-icon.svg" rel="icon" type="image/svg">
<script>var pathToRoot = "../../../";</script>
<script type="text/javascript" src="../../../scripts/sourceset_dependencies.js" async="async"></script>
<link href="../../../styles/style.css" rel="Stylesheet">
<link href="../../../styles/logo-styles.css" rel="Stylesheet">
<link href="../../../styles/jetbrains-mono.css" rel="Stylesheet">
<link href="../../../styles/main.css" rel="Stylesheet">
<script type="text/javascript" src="../../../scripts/clipboard.js" async="async"></script>
<script type="text/javascript" src="../../../scripts/navigation-loader.js" async="async"></script>
<script type="text/javascript" src="../../../scripts/platform-content-handler.js" async="async"></script>
<script type="text/javascript" src="../../../scripts/main.js" async="async"></script>
</head>
<body>
<div id="container">
<div id="leftColumn">
<div id="logo"></div>
<div id="paneSearch"></div>
<div id="sideMenu"></div>
</div>
<div id="main">
<div id="leftToggler"><span class="icon-toggler"></span></div>
<script type="text/javascript" src="../../../scripts/pages.js"></script>
<script type="text/javascript" src="../../../scripts/main.js"></script>
<div class="main-content" id="content" pageIds="org.hexworks.zircon.api.graphics/Symbols/LOWER_HALF_BLOCK/#/PointingToDeclaration//-755115832">
<div class="navigation-wrapper" id="navigation-wrapper">
<div class="breadcrumbs"><a href="../../index.html">zircon.core</a>/<a href="../index.html">org.hexworks.zircon.api.graphics</a>/<a href="index.html">Symbols</a>/<a href="-l-o-w-e-r_-h-a-l-f_-b-l-o-c-k.html">LOWER_HALF_BLOCK</a></div>
<div class="pull-right d-flex">
<div class="filter-section" id="filter-section"><button class="platform-tag platform-selector common-like" data-active="" data-filter=":zircon.core:dokkaHtml/commonMain">common</button></div>
<div id="searchBar"></div>
</div>
</div>
<div class="cover ">
<h1 class="cover"><span>L</span><wbr></wbr><span>O</span><wbr></wbr><span>W</span><wbr></wbr><span>E</span><wbr></wbr><span>R_</span><wbr></wbr><span>H</span><wbr></wbr><span>A</span><wbr></wbr><span>L</span><wbr></wbr><span>F_</span><wbr></wbr><span>B</span><wbr></wbr><span>L</span><wbr></wbr><span>O</span><wbr></wbr><span>C</span><wbr></wbr><span>K</span></h1>
</div>
<div class="divergent-group" data-filterable-current=":zircon.core:dokkaHtml/commonMain" data-filterable-set=":zircon.core:dokkaHtml/commonMain"><div class="with-platform-tags"><span class="pull-right"></span></div>
<div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":zircon.core:dokkaHtml/commonMain"><div class="symbol monospace">const val <a href="-l-o-w-e-r_-h-a-l-f_-b-l-o-c-k.html">LOWER_HALF_BLOCK</a>: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-char/index.html">Char</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>
<p class="paragraph">▄</p></div>
<h2 class="">Sources</h2>
<div class="table" data-togglable="Sources"><a data-name="%5Borg.hexworks.zircon.api.graphics%2FSymbols%2FLOWER_HALF_BLOCK%2F%23%2FPointingToDeclaration%2F%5D%2FSource%2F-755115832" anchor-label="https://github.com/Hexworks/zircon/tree/master/zircon.core/src/commonMain/kotlin/org/hexworks/zircon/api/graphics/Symbols.kt#L474" id="%5Borg.hexworks.zircon.api.graphics%2FSymbols%2FLOWER_HALF_BLOCK%2F%23%2FPointingToDeclaration%2F%5D%2FSource%2F-755115832" data-filterable-set=":zircon.core:dokkaHtml/commonMain"></a>
<div class="table-row" data-filterable-current=":zircon.core:dokkaHtml/commonMain" data-filterable-set=":zircon.core:dokkaHtml/commonMain">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex"><a href="https://github.com/Hexworks/zircon/tree/master/zircon.core/src/commonMain/kotlin/org/hexworks/zircon/api/graphics/Symbols.kt#L474">(source)</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="%5Borg.hexworks.zircon.api.graphics%2FSymbols%2FLOWER_HALF_BLOCK%2F%23%2FPointingToDeclaration%2F%5D%2FSource%2F-755115832"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div></div>
</div>
</div>
</div>
</div>
<div class="footer"><span class="go-to-top-icon"><a href="#content"></a></span><span>© 2020 Copyright</span><span class="pull-right"><span>Sponsored and developed by dokka</span><a href="https://github.com/Kotlin/dokka"><span class="padded-icon"></span></a></span></div>
</div>
</div>
</body>
</html>
|
docs/CORD19_topics/cord19-2020-04-24-v9/text-ents-en-75-t13-15/Topic_06.html | roaminsight/roamresearch |
<!DOCTYPE html>
<html>
<meta charset="UTF-8">
<head>
<title>Topic 06 -- Abstracts with Biological Entities (English) - 75 Topics / Sub-Topic Model 13 - 15 Topics</title>
<style>
table {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
border-collapse: collapse;
width: 100%;
}
td, th {
border: 1px solid #ddd;
padding: 8px;
}
tr:nth-child(even){background-color: #f2f2f2;}
tr:hover {background-color: #ddd;}
th {
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
background-color: #0099FF;
color: white;
}
</style>
</head>
<body>
<h2>Topic 06 -- Abstracts with Biological Entities (English) - 75 Topics / Sub-Topic Model 13 - 15 Topics</h2>
<table border="1" class="dataframe">
<thead>
<tr style="text-align: right;">
<th></th>
<th>cite ad</th>
<th>title</th>
<th>authors</th>
<th>publish year</th>
<th>publish time</th>
<th>dataset</th>
<th>abstract mentions covid</th>
<th>pmcid</th>
<th>pubmed id</th>
<th>doi</th>
<th>cord uid</th>
<th>topic weight</th>
<th>Similarity scispacy</th>
<th>Similarity specter</th>
</tr>
</thead>
<tbody>
<tr>
<th id="ryychtqa";>1</th>
<td>Zuniga_2007</td>
<td>Attenuated measles virus as a vaccine vector</td>
<td>Zuniga, Armando; Wang, ZiLi; Liniger, Matthias; Hangartner, Lars; Caballero, Michael; Pavlovic, Jovan; Wild, Peter; Viret, Jean Francois; Glueck, Reinhard; Billeter, Martin A.; Naim, Hussein Y.</td>
<td>2007</td>
<td>2007-04-20</td>
<td>None</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3707277" target="_blank">PMC3707277</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/17303293.0" target="_blank">17303293.0</a></td>
<td><a href="https://doi.org/10.1016/j.vaccine.2007.01.064" target="_blank">10.1016/j.vaccine.2007.01.064</a></td>
<td>ryychtqa</td>
<td>0.647705</td>
<td></td>
<td><a href="Topic_06.html#cmbg0ty8">Mühlebach_2016</a>, <a href="Topic_01.html#3qdjmb2j">Mok_H_2012</a></td>
</tr>
<tr>
<th id="u361oua5";>2</th>
<td>Peruzzi_2009</td>
<td>A novel Chimpanzee serotype-based adenoviral vector as delivery tool for cancer vaccines</td>
<td>Peruzzi, Daniela; Dharmapuri, Sridhar; Cirillo, Agostino; Bruni, Bruno Ercole; Nicosia, Alfredo; Cortese, Riccardo; Colloca, Stefano; Ciliberto, Gennaro; La Monica, Nicola; Aurisicchio, Luigi</td>
<td>2009</td>
<td>2009-02-25</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7115565" target="_blank">PMC7115565</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/19162112.0" target="_blank">19162112.0</a></td>
<td><a href="https://doi.org/10.1016/j.vaccine.2008.12.051" target="_blank">10.1016/j.vaccine.2008.12.051</a></td>
<td>u361oua5</td>
<td>0.627562</td>
<td><a href="Topic_06.html#hrfbygub">Singh_2016</a>, <a href="Topic_07.html#nzuq0dk7">Schwartz_2007</a>, <a href="Topic_01.html#z2u5frvq">Montefiori_2007</a></td>
<td></td>
</tr>
<tr>
<th id="ctass7hz";>3</th>
<td>Bull_2019</td>
<td>Recombinant vector vaccine evolution</td>
<td>Bull, James J.; Nuismer, Scott L.; Antia, Rustom</td>
<td>2019</td>
<td>2019-07-19</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6668849" target="_blank">PMC6668849</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31323032.0" target="_blank">31323032.0</a></td>
<td><a href="https://doi.org/10.1371/journal.pcbi.1006857" target="_blank">10.1371/journal.pcbi.1006857</a></td>
<td>ctass7hz</td>
<td>0.626904</td>
<td><a href="Topic_01.html#z2u5frvq">Montefiori_2007</a>, <a href="Topic_07.html#neclg3gb">Tripp_2014</a></td>
<td><a href="Topic_06.html#3vssgben">Bull_2019</a>, <a href="Topic_06.html#cmbg0ty8">Mühlebach_2016</a>, <a href="Topic_06.html#ryychtqa">Zuniga_2007</a>, <a href="Topic_02.html#zs8urh6c">Nuismer_2019</a></td>
</tr>
<tr>
<th id="v5n1gupw";>4</th>
<td>Bangari_2006</td>
<td>Development of nonhuman adenoviruses as vaccine vectors</td>
<td>Bangari, Dinesh S.; Mittal, Suresh K.</td>
<td>2006</td>
<td>2006-02-13</td>
<td>None</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1462960" target="_blank">PMC1462960</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/16297508.0" target="_blank">16297508.0</a></td>
<td><a href="https://doi.org/10.1016/j.vaccine.2005.08.101" target="_blank">10.1016/j.vaccine.2005.08.101</a></td>
<td>v5n1gupw</td>
<td>0.622664</td>
<td><a href="Topic_02.html#aw8p35c5">Tatsis_2004</a></td>
<td><a href="Topic_02.html#aw8p35c5">Tatsis_2004</a>, <a href="Topic_06.html#mxtry60e">Mittal_2016</a></td>
</tr>
<tr>
<th id="3vssgben";>5</th>
<td>Bull_2019</td>
<td>Recombinant vector vaccines and within-host evolution</td>
<td>James Bull; Scott L. Nuismer; Rustom Antia</td>
<td>2019</td>
<td>2019-02-08</td>
<td>BioRxiv</td>
<td>N</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1101/545087" target="_blank">10.1101/545087</a></td>
<td>3vssgben</td>
<td>0.609826</td>
<td><a href="Topic_06.html#ctass7hz">Bull_2019</a></td>
<td><a href="Topic_06.html#ctass7hz">Bull_2019</a>, <a href="Topic_06.html#cmbg0ty8">Mühlebach_2016</a>, <a href="Topic_02.html#zs8urh6c">Nuismer_2019</a>, <a href="Topic_06.html#ryychtqa">Zuniga_2007</a></td>
</tr>
<tr>
<th id="s1zl9nbb";>6</th>
<td>Bishop_1988</td>
<td>The release into the environment of genetically engineered viruses, vaccines and viral pesticides</td>
<td>Bishop, David H.L.</td>
<td>1988</td>
<td>1988-04-30</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1016/0169-5347(88)90130-9" target="_blank">10.1016/0169-5347(88)90130-9</a></td>
<td>s1zl9nbb</td>
<td>0.597917</td>
<td><a href="Topic_02.html#lke4y02f">Bishop_1988</a></td>
<td></td>
</tr>
<tr>
<th id="mxtry60e";>7</th>
<td>Mittal_2016</td>
<td>19 Xenogenic Adenoviral Vectors</td>
<td>Mittal, Suresh K.; Ahi, Yadvinder S.; Vemula, Sai V.</td>
<td>2016</td>
<td>2016-12-31</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7149625" target="_blank">PMC7149625</a></td>
<td></td>
<td><a href="https://doi.org/10.1016/b978-0-12-800276-6.00019-x" target="_blank">10.1016/b978-0-12-800276-6.00019-x</a></td>
<td>mxtry60e</td>
<td>0.569062</td>
<td><a href="Topic_06.html#v5n1gupw">Bangari_2006</a></td>
<td><a href="Topic_06.html#v5n1gupw">Bangari_2006</a>, <a href="Topic_02.html#u1xbkaq0">Ploquin_2013</a></td>
</tr>
<tr>
<th id="uacon432";>8</th>
<td>Liniger_2009</td>
<td>Recombinant measles viruses expressing single or multiple antigens of human immunodeficiency virus (HIV-1) induce cellular and humoral immune responses</td>
<td>Liniger, Matthias; Zuniga, Armando; Morin, Teldja Neige Azzouz; Combardiere, Behazine; Marty, Rene; Wiegand, Marian; Ilter, Orhan; Knuchel, Marlyse; Naim, Hussein Y.</td>
<td>2009</td>
<td>2009-05-26</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7115622" target="_blank">PMC7115622</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/19200842.0" target="_blank">19200842.0</a></td>
<td><a href="https://doi.org/10.1016/j.vaccine.2009.01.057" target="_blank">10.1016/j.vaccine.2009.01.057</a></td>
<td>uacon432</td>
<td>0.555529</td>
<td><a href="Topic_07.html#nzuq0dk7">Schwartz_2007</a>, <a href="Topic_03.html#k785hl1r">Lv_L_2014</a></td>
<td><a href="Topic_01.html#3qdjmb2j">Mok_H_2012</a>, <a href="Topic_06.html#cmbg0ty8">Mühlebach_2016</a>, <a href="Topic_01.html#vct6xakc">Jiang_2006</a>, <a href="Topic_14.html#ngms51ie">Sawada_2011</a></td>
</tr>
<tr>
<th id="zceca4c1";>9</th>
<td>Roy_S_2007</td>
<td>Rescue of chimeric adenoviral vectors to expand the serotype repertoire</td>
<td>Roy, Soumitra; Clawson, David S.; Lavrukhin, Oleg; Sandhu, Arbans; Miller, Jim; Wilson, James M.</td>
<td>2007</td>
<td>2007-04-30</td>
<td>None</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1868475" target="_blank">PMC1868475</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/17197043.0" target="_blank">17197043.0</a></td>
<td><a href="https://doi.org/10.1016/j.jviromet.2006.11.022" target="_blank">10.1016/j.jviromet.2006.11.022</a></td>
<td>zceca4c1</td>
<td>0.541514</td>
<td></td>
<td><a href="Topic_06.html#mxtry60e">Mittal_2016</a>, <a href="Topic_02.html#odeksech">Ertl_2016</a>, <a href="Topic_06.html#v5n1gupw">Bangari_2006</a></td>
</tr>
<tr>
<th id="s27bp7ft";>10</th>
<td>Bolton_2012</td>
<td>Priming T-cell responses with recombinant measles vaccine vector in a heterologous prime-boost setting in non-human primates</td>
<td>Bolton, Diane L.; Santra, Sampa; Swett-Tapia, Cindy; Custers, Jerome; Song, Kaimei; Balachandran, Harikrishnan; Mach, Linh; Naim, Hussein; Kozlowski, Pamela A.; Lifton, Michelle; Goudsmit, Jaap; Letvin, Norman; Roederer, Mario; Radošević, Katarina</td>
<td>2012</td>
<td>2012-09-07</td>
<td>None</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3425710" target="_blank">PMC3425710</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/22732429.0" target="_blank">22732429.0</a></td>
<td><a href="https://doi.org/10.1016/j.vaccine.2012.06.029" target="_blank">10.1016/j.vaccine.2012.06.029</a></td>
<td>s27bp7ft</td>
<td>0.537387</td>
<td><a href="Topic_01.html#z2u5frvq">Montefiori_2007</a>, <a href="Topic_07.html#nzuq0dk7">Schwartz_2007</a></td>
<td><a href="Topic_01.html#f78ug0c6">Meng_2012</a>, <a href="Topic_01.html#6rcezxjx">Zakhartchouk_2005</a>, <a href="Topic_05.html#ctikde7d">Cervantes-Barragan_2010</a>, <a href="Topic_01.html#3qdjmb2j">Mok_H_2012</a></td>
</tr>
<tr>
<th id="vr4c59hy";>11</th>
<td>Xiao_2011</td>
<td>A host-restricted viral vector for antigen-specific immunization against Lyme disease pathogen</td>
<td>Xiao, Sa; Kumar, Manish; Yang, Xiuli; Akkoyunlu, Mustafa; Collins, Peter L.; Samal, Siba K.; Pal, Utpal</td>
<td>2011</td>
<td>2011-07-18</td>
<td>None</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3138909" target="_blank">PMC3138909</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21600949.0" target="_blank">21600949.0</a></td>
<td><a href="https://doi.org/10.1016/j.vaccine.2011.05.010" target="_blank">10.1016/j.vaccine.2011.05.010</a></td>
<td>vr4c59hy</td>
<td>0.533249</td>
<td><a href="Topic_07.html#nzuq0dk7">Schwartz_2007</a>, <a href="Topic_03.html#k785hl1r">Lv_L_2014</a></td>
<td><a href="Topic_10.html#ovoli9dr">Keshwara_2019</a></td>
</tr>
<tr>
<th id="xaohrtq7";>12</th>
<td>Lorin_2015</td>
<td>Heterologous Prime-Boost Regimens with a Recombinant Chimpanzee Adenoviral Vector and Adjuvanted F4 Protein Elicit Polyfunctional HIV-1-Specific T-Cell Responses in Macaques</td>
<td>Lorin, Clarisse; Vanloubbeeck, Yannick; Baudart, Sébastien; Ska, Michaël; Bayat, Babak; Brauers, Geoffroy; Clarinval, Géraldine; Donner, Marie-Noëlle; Marchand, Martine; Koutsoukos, Marguerite; Mettens, Pascal; Cohen, Joe; Voss, Gerald</td>
<td>2015</td>
<td>2015-04-09</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4391709" target="_blank">PMC4391709</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25856308.0" target="_blank">25856308.0</a></td>
<td><a href="https://doi.org/10.1371/journal.pone.0122835" target="_blank">10.1371/journal.pone.0122835</a></td>
<td>xaohrtq7</td>
<td>0.505593</td>
<td><a href="Topic_01.html#5lnehhu1">Mazeike_2012</a></td>
<td><a href="Topic_06.html#s27bp7ft">Bolton_2012</a>, <a href="Topic_01.html#5hryh1ft">Azizi_2006</a>, <a href="Topic_06.html#270nzddu">Busch_2020</a></td>
</tr>
<tr>
<th id="fie121ns";>13</th>
<td>White_2018</td>
<td>Development of improved therapeutic mesothelin-based vaccines for pancreatic cancer</td>
<td>White, Michael; Freistaedter, Andrew; Jones, Gwendolyn J. B.; Zervos, Emmanuel; Roper, Rachel L.</td>
<td>2018</td>
<td>2018-02-23</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5825036" target="_blank">PMC5825036</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29474384.0" target="_blank">29474384.0</a></td>
<td><a href="https://doi.org/10.1371/journal.pone.0193131" target="_blank">10.1371/journal.pone.0193131</a></td>
<td>fie121ns</td>
<td>0.498469</td>
<td></td>
<td></td>
</tr>
<tr>
<th id="m4sp9sjn";>14</th>
<td>Matthews_2010</td>
<td>HIV Antigen Incorporation within Adenovirus Hexon Hypervariable 2 for a Novel HIV Vaccine Approach</td>
<td>Matthews, Qiana L.; Fatima, Aiman; Tang, Yizhe; Perry, Brian A.; Tsuruta, Yuko; Komarova, Svetlana; Timares, Laura; Zhao, Chunxia; Makarova, Natalia; Borovjagin, Anton V.; Stewart, Phoebe L.; Wu, Hongju; Blackwell, Jerry L.; Curiel, David T.</td>
<td>2010</td>
<td>2010-07-27</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2910733" target="_blank">PMC2910733</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/20676400.0" target="_blank">20676400.0</a></td>
<td><a href="https://doi.org/10.1371/journal.pone.0011815" target="_blank">10.1371/journal.pone.0011815</a></td>
<td>m4sp9sjn</td>
<td>0.495758</td>
<td><a href="Topic_01.html#z2u5frvq">Montefiori_2007</a>, <a href="Topic_01.html#vct6xakc">Jiang_2006</a>, <a href="Topic_06.html#hrfbygub">Singh_2016</a></td>
<td><a href="Topic_06.html#p6ikd8ns">Hansra_2015</a>, <a href="Topic_06.html#u361oua5">Peruzzi_2009</a></td>
</tr>
<tr>
<th id="4mt2v3ip";>15</th>
<td>Bayer_2011</td>
<td>Improved vaccine protection against retrovirus infection after co-administration of adenoviral vectors encoding viral antigens and type I interferon subtypes</td>
<td>Bayer, Wibke; Lietz, Ruth; Ontikatze, Teona; Johrden, Lena; Tenbusch, Matthias; Nabi, Ghulam; Schimmer, Simone; Groitl, Peter; Wolf, Hans; Berry, Cassandra M; Überla, Klaus; Dittmer, Ulf; Wildner, Oliver</td>
<td>2011</td>
<td>2011-09-26</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3193818" target="_blank">PMC3193818</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21943056.0" target="_blank">21943056.0</a></td>
<td><a href="https://doi.org/10.1186/1742-4690-8-75" target="_blank">10.1186/1742-4690-8-75</a></td>
<td>4mt2v3ip</td>
<td>0.491964</td>
<td><a href="Topic_01.html#vct6xakc">Jiang_2006</a>, <a href="Topic_01.html#z2u5frvq">Montefiori_2007</a>, <a href="Topic_06.html#hrfbygub">Singh_2016</a></td>
<td><a href="Topic_01.html#3qdjmb2j">Mok_H_2012</a>, <a href="Topic_06.html#s27bp7ft">Bolton_2012</a>, <a href="Topic_01.html#f78ug0c6">Meng_2012</a></td>
</tr>
<tr>
<th id="mu4fdrel";>16</th>
<td>Meseda_2004</td>
<td>DNA immunization with a herpes simplex virus 2 bacterial artificial chromosome</td>
<td>Meseda, Clement A.; Schmeisser, Falko; Pedersen, Robin; Woerner, Amy; Weir, Jerry P.</td>
<td>2004</td>
<td>2004-01-05</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/14972567.0" target="_blank">14972567.0</a></td>
<td><a href="https://doi.org/10.1016/j.virol.2003.09.033" target="_blank">10.1016/j.virol.2003.09.033</a></td>
<td>mu4fdrel</td>
<td>0.483117</td>
<td></td>
<td></td>
</tr>
<tr>
<th id="yw8gubcy";>17</th>
<td>Wang_2010</td>
<td>Modified H5 promoter improves stability of insert genes while maintaining immunogenicity during extended passage of genetically engineered MVA vaccines</td>
<td>Wang, Zhongde; Martinez, Joy; Zhou, Wendi; La Rosa, Corinna; Srivastava, Tumul; Dasgupta, Anindya; Rawal, Ravindra; Li, Zhongqui; Britt, William J.; Diamond, Don</td>
<td>2010</td>
<td>2010-02-10</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/19969118.0" target="_blank">19969118.0</a></td>
<td><a href="https://doi.org/10.1016/j.vaccine.2009.11.056" target="_blank">10.1016/j.vaccine.2009.11.056</a></td>
<td>yw8gubcy</td>
<td>0.477085</td>
<td></td>
<td></td>
</tr>
<tr>
<th id="3894l9qi";>18</th>
<td>Fausther-Bovendo_2014</td>
<td>Pre-existing immunity against Ad vectors: Humoral, cellular, and innate response, what's important?</td>
<td>Fausther-Bovendo, Hugues; Kobinger, Gary P</td>
<td>2014</td>
<td>2014-11-01</td>
<td>NONCOMM</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5443060" target="_blank">PMC5443060</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25483662.0" target="_blank">25483662.0</a></td>
<td><a href="https://doi.org/10.4161/hv.29594" target="_blank">10.4161/hv.29594</a></td>
<td>3894l9qi</td>
<td>0.475906</td>
<td><a href="Topic_01.html#z2u5frvq">Montefiori_2007</a>, <a href="Topic_06.html#hrfbygub">Singh_2016</a></td>
<td><a href="Topic_01.html#pr9i9swk">Croyle_2008</a>, <a href="Topic_01.html#eu80ccm6">Pandey_2012</a></td>
</tr>
<tr>
<th id="270nzddu";>19</th>
<td>Busch_2020</td>
<td>Measles Vaccines Designed for Enhanced CD8(+) T Cell Activation</td>
<td>Busch, Elena; Kubon, Kristina D.; Mayer, Johanna K. M.; Pidelaserra-Martí, Gemma; Albert, Jessica; Hoyler, Birgit; Heidbuechel, Johannes P. W.; Stephenson, Kyle B.; Lichty, Brian D.; Osen, Wolfram; Eichmüller, Stefan B.; Jäger, Dirk; Ungerechts, Guy; Engeland, Christine E.</td>
<td>2020</td>
<td>2020-02-21</td>
<td>None</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7077255" target="_blank">PMC7077255</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/32098134.0" target="_blank">32098134.0</a></td>
<td><a href="https://doi.org/10.3390/v12020242" target="_blank">10.3390/v12020242</a></td>
<td>270nzddu</td>
<td>0.467243</td>
<td><a href="Topic_01.html#z2u5frvq">Montefiori_2007</a></td>
<td><a href="Topic_01.html#lcoo85s6">Kim_S_2012</a>, <a href="Topic_05.html#ctikde7d">Cervantes-Barragan_2010</a>, <a href="Topic_01.html#3qdjmb2j">Mok_H_2012</a></td>
</tr>
<tr>
<th id="p6ikd8ns";>20</th>
<td>Hansra_2015</td>
<td>Exploration of New Sites in Adenovirus Hexon for Foreign Peptides Insertion</td>
<td>Hansra, Satyender; Pujhari, Sujit; Zakhartchouk, Alexander N</td>
<td>2015</td>
<td>2015-05-29</td>
<td>NONCOMM</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4460227" target="_blank">PMC4460227</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26069516.0" target="_blank">26069516.0</a></td>
<td><a href="https://doi.org/10.2174/1874357901509010001" target="_blank">10.2174/1874357901509010001</a></td>
<td>p6ikd8ns</td>
<td>0.466283</td>
<td></td>
<td><a href="Topic_06.html#m4sp9sjn">Matthews_2010</a></td>
</tr>
<tr>
<th id="591iufv1";>21</th>
<td>Babiuk_2000</td>
<td>Adenoviruses as vectors for delivering vaccines to mucosal surfaces</td>
<td>Babiuk, L.A; Tikoo, S.K</td>
<td>2000</td>
<td>2000-09-29</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7126179" target="_blank">PMC7126179</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/11000466.0" target="_blank">11000466.0</a></td>
<td><a href="https://doi.org/10.1016/s0168-1656(00)00314-x" target="_blank">10.1016/s0168-1656(00)00314-x</a></td>
<td>591iufv1</td>
<td>0.447938</td>
<td><a href="Topic_01.html#z2u5frvq">Montefiori_2007</a></td>
<td><a href="Topic_02.html#b8mfn6o9">Tarahomjoo_2011</a>, <a href="Topic_02.html#aw8p35c5">Tatsis_2004</a>, <a href="Topic_06.html#cmbg0ty8">Mühlebach_2016</a></td>
</tr>
<tr>
<th id="cmbg0ty8";>22</th>
<td>Mühlebach_2016</td>
<td>Development of Recombinant Measles Virus-Based Vaccines</td>
<td>Mühlebach, Michael D.; Hutzler, Stefan</td>
<td>2016</td>
<td>2016-11-26</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7121886" target="_blank">PMC7121886</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/28374248.0" target="_blank">28374248.0</a></td>
<td><a href="https://doi.org/10.1007/978-1-4939-6869-5_9" target="_blank">10.1007/978-1-4939-6869-5_9</a></td>
<td>cmbg0ty8</td>
<td>0.447755</td>
<td></td>
<td><a href="Topic_06.html#ryychtqa">Zuniga_2007</a>, <a href="Topic_01.html#3qdjmb2j">Mok_H_2012</a></td>
</tr>
<tr>
<th id="gqqzekfk";>23</th>
<td>Lin_C_2012</td>
<td>Enhancement of anti-murine colon cancer immunity by fusion of a SARS fragment to a low-immunogenic carcinoembryonic antigen</td>
<td>Lin, Chen-Si; Kao, Shih-Han; Chen, Yu-Cheng; Li, Chi-Han; Hsieh, Yuan-Ting; Yang, Shang-Chih; Wu, Chang-Jer; Lee, Ru-Ping; Liao, Kuang-Wen</td>
<td>2012</td>
<td>2012-02-03</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3298716" target="_blank">PMC3298716</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/22304896.0" target="_blank">22304896.0</a></td>
<td><a href="https://doi.org/10.1186/1480-9222-14-2" target="_blank">10.1186/1480-9222-14-2</a></td>
<td>gqqzekfk</td>
<td>0.437763</td>
<td><a href="Topic_01.html#xv0esvos">Azizi_2005</a>, <a href="Topic_01.html#z2u5frvq">Montefiori_2007</a>, <a href="Topic_06.html#hrfbygub">Singh_2016</a></td>
<td><a href="Topic_01.html#lbx8tqws">Li_W_2013</a></td>
</tr>
<tr>
<th id="tzq4i5xr";>24</th>
<td>Bloom_2018</td>
<td>Immunization by Replication-Competent Controlled Herpesvirus Vectors</td>
<td>Bloom, David C.; Tran, Robert K.; Feller, Joyce; Voellmy, Richard</td>
<td>2018</td>
<td>2018-07-31</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6069180" target="_blank">PMC6069180</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29899091.0" target="_blank">29899091.0</a></td>
<td><a href="https://doi.org/10.1128/jvi.00616-18" target="_blank">10.1128/jvi.00616-18</a></td>
<td>tzq4i5xr</td>
<td>0.437112</td>
<td></td>
<td><a href="Topic_06.html#cmbg0ty8">Mühlebach_2016</a>, <a href="Topic_01.html#qk2ureql">Maunder_2015</a></td>
</tr>
<tr>
<th id="wi7qdbc7";>25</th>
<td>Lawrence_2013</td>
<td>Comparison of Heterologous Prime-Boost Strategies against Human Immunodeficiency Virus Type 1 Gag Using Negative Stranded RNA Viruses</td>
<td>Lawrence, Tessa M.; Wanjalla, Celestine N.; Gomme, Emily A.; Wirblich, Christoph; Gatt, Anthony; Carnero, Elena; García-Sastre, Adolfo; Lyles, Douglas S.; McGettigan, James P.; Schnell, Matthias J.</td>
<td>2013</td>
<td>2013-06-26</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3694142" target="_blank">PMC3694142</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/23840600.0" target="_blank">23840600.0</a></td>
<td><a href="https://doi.org/10.1371/journal.pone.0067123" target="_blank">10.1371/journal.pone.0067123</a></td>
<td>wi7qdbc7</td>
<td>0.435406</td>
<td><a href="Topic_07.html#nzuq0dk7">Schwartz_2007</a>, <a href="Topic_01.html#z2u5frvq">Montefiori_2007</a>, <a href="Topic_01.html#vct6xakc">Jiang_2006</a></td>
<td><a href="Topic_06.html#s27bp7ft">Bolton_2012</a>, <a href="Topic_01.html#vct6xakc">Jiang_2006</a>, <a href="Topic_01.html#3qdjmb2j">Mok_H_2012</a></td>
</tr>
<tr>
<th id="lke4y02f";>26</th>
<td>Bishop_1988</td>
<td>The release into the environment of genetically engineered viruses, vaccines and viral pesticides</td>
<td>Bishop, David H.L.</td>
<td>1988</td>
<td>1988-04-30</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1016/0167-7799(88)90006-6" target="_blank">10.1016/0167-7799(88)90006-6</a></td>
<td>lke4y02f</td>
<td>0.428086</td>
<td><a href="Topic_06.html#s1zl9nbb">Bishop_1988</a></td>
<td></td>
</tr>
<tr>
<th id="7a6q4d3h";>27</th>
<td>Thacker_2009</td>
<td>Strategies to overcome host immunity to adenovirus vectors in vaccine development</td>
<td>Thacker, Erin E; Timares, Laura; Matthews, Qiana L</td>
<td>2009</td>
<td>2009-06-01</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3700409" target="_blank">PMC3700409</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/19485756.0" target="_blank">19485756.0</a></td>
<td><a href="https://doi.org/10.1586/erv.09.29" target="_blank">10.1586/erv.09.29</a></td>
<td>7a6q4d3h</td>
<td>0.422274</td>
<td><a href="Topic_01.html#z2u5frvq">Montefiori_2007</a>, <a href="Topic_07.html#fq78593b">Mooney_2013</a></td>
<td><a href="Topic_02.html#7eqpb7ge">Borovjagin_2014</a>, <a href="Topic_02.html#aw8p35c5">Tatsis_2004</a>, <a href="Topic_06.html#v5n1gupw">Bangari_2006</a></td>
</tr>
<tr>
<th id="dgeisr8h";>28</th>
<td>Folegatti_2019</td>
<td>Safety and Immunogenicity of a Novel Recombinant Simian Adenovirus ChAdOx2 as a Vectored Vaccine</td>
<td>Folegatti, Pedro M.; Bellamy, Duncan; Roberts, Rachel; Powlson, Jonathan; Edwards, Nick J.; Mair, Catherine F.; Bowyer, Georgina; Poulton, Ian; Mitton, Celia H.; Green, Nicky; Berrie, Eleanor; Lawrie, Alison M.; Hill, Adrian V.S.; Ewer, Katie J.; Hermon-Taylor, John; Gilbert, Sarah C.</td>
<td>2019</td>
<td>2019-05-15</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6630572" target="_blank">PMC6630572</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31096710.0" target="_blank">31096710.0</a></td>
<td><a href="https://doi.org/10.3390/vaccines7020040" target="_blank">10.3390/vaccines7020040</a></td>
<td>dgeisr8h</td>
<td>0.420425</td>
<td><a href="Topic_07.html#nzuq0dk7">Schwartz_2007</a>, <a href="Topic_01.html#z2u5frvq">Montefiori_2007</a></td>
<td><a href="Topic_02.html#u1xbkaq0">Ploquin_2013</a>, <a href="Topic_12.html#5zn2vrj5">Warimwe_2013</a></td>
</tr>
<tr>
<th id="bmrfz8pz";>29</th>
<td>Lopera-Madrid_2017</td>
<td>Safety and immunogenicity of mammalian cell derived and Modified Vaccinia Ankara vectored African swine fever subunit antigens in swine</td>
<td>Lopera-Madrid, Jaime; Osorio, Jorge E.; He, Yongqun; Xiang, Zuoshuang; Adams, L. Garry; Laughlin, Richard C.; Mwangi, Waithaka; Subramanya, Sandesh; Neilan, John; Brake, David; Burrage, Thomas G.; Brown, William Clay; Clavijo, Alfonso; Bounpheng, Mangkey A.</td>
<td>2017</td>
<td>2017-03-31</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7112906" target="_blank">PMC7112906</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/28241999.0" target="_blank">28241999.0</a></td>
<td><a href="https://doi.org/10.1016/j.vetimm.2017.01.004" target="_blank">10.1016/j.vetimm.2017.01.004</a></td>
<td>bmrfz8pz</td>
<td>0.418540</td>
<td><a href="Topic_07.html#nzuq0dk7">Schwartz_2007</a></td>
<td><a href="Topic_01.html#f78ug0c6">Meng_2012</a>, <a href="Topic_14.html#ngms51ie">Sawada_2011</a>, <a href="Topic_01.html#yk0xxv16">Do_V_2020</a></td>
</tr>
<tr>
<th id="2sg1tlrg";>30</th>
<td>Clarke_2006</td>
<td>Recombinant vesicular stomatitis virus as an HIV-1 vaccine vector</td>
<td>Clarke, David K.; Cooper, David; Egan, Michael A.; Hendry, R. Michael; Parks, Christopher L.; Udem, Stephen A.</td>
<td>2006</td>
<td>2006-09-15</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7079905" target="_blank">PMC7079905</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/16977404.0" target="_blank">16977404.0</a></td>
<td><a href="https://doi.org/10.1007/s00281-006-0042-3" target="_blank">10.1007/s00281-006-0042-3</a></td>
<td>2sg1tlrg</td>
<td>0.409973</td>
<td><a href="Topic_07.html#nzuq0dk7">Schwartz_2007</a></td>
<td><a href="Topic_12.html#i8xi0h4g">Akahata_2010</a>, <a href="Topic_01.html#3qdjmb2j">Mok_H_2012</a>, <a href="Topic_01.html#vct6xakc">Jiang_2006</a>, <a href="Topic_10.html#ovoli9dr">Keshwara_2019</a></td>
</tr>
<tr>
<th id="zfuglf2e";>31</th>
<td>Wyatt_2008</td>
<td>Correlation of immunogenicities and in vitro expression levels of recombinant modified vaccinia virus Ankara HIV vaccines</td>
<td>Wyatt, Linda S.; Earl, Patricia L.; Vogt, Jennifer; Eller, Leigh Anne; Chandran, Dev; Liu, Jinyan; Robinson, Harriet L.; Moss, Bernard</td>
<td>2008</td>
<td>2008-01-01</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2262837" target="_blank">PMC2262837</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/18155813.0" target="_blank">18155813.0</a></td>
<td><a href="https://doi.org/10.1016/j.vaccine.2007.11.036" target="_blank">10.1016/j.vaccine.2007.11.036</a></td>
<td>zfuglf2e</td>
<td>0.383510</td>
<td><a href="Topic_01.html#vct6xakc">Jiang_2006</a></td>
<td><a href="Topic_01.html#8kvs0qw8">Hao_H_2008</a>, <a href="Topic_01.html#d9v2s9o4">Zhang_2011</a></td>
</tr>
<tr>
<th id="axkdf5vu";>32</th>
<td>Kim_S_2016</td>
<td>Newcastle Disease Virus as a Vaccine Vector for Development of Human and Veterinary Vaccines</td>
<td>Kim, Shin-Hee; Samal, Siba K.</td>
<td>2016</td>
<td>2016-07-04</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4974518" target="_blank">PMC4974518</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/27384578.0" target="_blank">27384578.0</a></td>
<td><a href="https://doi.org/10.3390/v8070183" target="_blank">10.3390/v8070183</a></td>
<td>axkdf5vu</td>
<td>0.383122</td>
<td><a href="Topic_07.html#nzuq0dk7">Schwartz_2007</a></td>
<td><a href="Topic_10.html#ovoli9dr">Keshwara_2019</a>, <a href="Topic_12.html#i8xi0h4g">Akahata_2010</a></td>
</tr>
<tr>
<th id="1x1bnt5j";>33</th>
<td>Huang_2005</td>
<td>A differential proteome in tumors suppressed by an adenovirus-based skin patch vaccine encoding human carcinoembryonic antigen</td>
<td>Huang, Chun-Ming; Shi, Zhongkai; DeSilva, Tivanka S.; Yamamoto, Masato; Van Kampen, Kent R.; Elmets, Craig A.; Tang, De-chu C.</td>
<td>2005</td>
<td>2005-03-01</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3035721" target="_blank">PMC3035721</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/15717328.0" target="_blank">15717328.0</a></td>
<td><a href="https://doi.org/10.1002/pmic.200401114" target="_blank">10.1002/pmic.200401114</a></td>
<td>1x1bnt5j</td>
<td>0.381976</td>
<td><a href="Topic_01.html#wxf60gww">Hu_M_2007</a>, <a href="Topic_01.html#8kvs0qw8">Hao_H_2008</a></td>
<td><a href="Topic_01.html#8kvs0qw8">Hao_H_2008</a></td>
</tr>
<tr>
<th id="vct6xakc";>34</th>
<td>Jiang_2006</td>
<td>Elicitation of neutralizing antibodies by intranasal administration of recombinant vesicular stomatitis virus expressing human immunodeficiency virus type 1 gp120</td>
<td>Jiang, Pengfei; Liu, Yanxia; Yin, Xiaolei; Yuan, Fei; Nie, YuChun; Luo, Min; Aihua, Zheng; Liyin, Du; Ding, Mingxiao; Deng, Hongkui</td>
<td>2006</td>
<td>2006-01-13</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7092882" target="_blank">PMC7092882</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/16313884.0" target="_blank">16313884.0</a></td>
<td><a href="https://doi.org/10.1016/j.bbrc.2005.11.067" target="_blank">10.1016/j.bbrc.2005.11.067</a></td>
<td>vct6xakc</td>
<td>0.380656</td>
<td><a href="Topic_07.html#nzuq0dk7">Schwartz_2007</a></td>
<td><a href="Topic_01.html#3qdjmb2j">Mok_H_2012</a>, <a href="Topic_01.html#5hryh1ft">Azizi_2006</a>, <a href="Topic_06.html#2sg1tlrg">Clarke_2006</a></td>
</tr>
<tr>
<th id="u8y47qmd";>35</th>
<td>Fedosyuk_2019</td>
<td>Simian adenovirus vector production for early-phase clinical trials: A simple method applicable to multiple serotypes and using entirely disposable product-contact components</td>
<td>Fedosyuk, Sofiya; Merritt, Thomas; Peralta-Alvarez, Marco Polo; Morris, Susan J; Lam, Ada; Laroudie, Nicolas; Kangokar, Anilkumar; Wright, Daniel; Warimwe, George M; Angell-Manning, Phillip; Ritchie, Adam J; Gilbert, Sarah C; Xenopoulos, Alex; Boumlic, Anissa; Douglas, Alexander D</td>
<td>2019</td>
<td>2019-11-08</td>
<td>None</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6949866" target="_blank">PMC6949866</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31047679.0" target="_blank">31047679.0</a></td>
<td><a href="https://doi.org/10.1016/j.vaccine.2019.04.056" target="_blank">10.1016/j.vaccine.2019.04.056</a></td>
<td>u8y47qmd</td>
<td>0.375573</td>
<td><a href="Topic_02.html#pnl1acrj">Kopecky-Bromberg_2009</a>, <a href="Topic_07.html#neclg3gb">Tripp_2014</a></td>
<td><a href="Topic_06.html#v5n1gupw">Bangari_2006</a>, <a href="Topic_02.html#aw8p35c5">Tatsis_2004</a>, <a href="Topic_06.html#489dpefx">Hammond_2005</a></td>
</tr>
<tr>
<th id="hrfbygub";>36</th>
<td>Singh_2016</td>
<td>Heterologous Immunity between Adenoviruses and Hepatitis C Virus: A New Paradigm in HCV Immunity and Vaccines</td>
<td>Singh, Shakti; Vedi, Satish; Samrat, Subodh Kumar; Li, Wen; Kumar, Rakesh; Agrawal, Babita</td>
<td>2016</td>
<td>2016-01-11</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4709057" target="_blank">PMC4709057</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26751211.0" target="_blank">26751211.0</a></td>
<td><a href="https://doi.org/10.1371/journal.pone.0146404" target="_blank">10.1371/journal.pone.0146404</a></td>
<td>hrfbygub</td>
<td>0.359073</td>
<td><a href="Topic_01.html#z2u5frvq">Montefiori_2007</a></td>
<td><a href="Topic_01.html#3qdjmb2j">Mok_H_2012</a>, <a href="Topic_12.html#i8xi0h4g">Akahata_2010</a></td>
</tr>
<tr>
<th id="aw8p35c5";>37</th>
<td>Tatsis_2004</td>
<td>Adenoviruses as vaccine vectors</td>
<td>Tatsis, Nia; Ertl, Hildegund C.J.</td>
<td>2004</td>
<td>2004-10-31</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7106330" target="_blank">PMC7106330</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/15451446.0" target="_blank">15451446.0</a></td>
<td><a href="https://doi.org/10.1016/j.ymthe.2004.07.013" target="_blank">10.1016/j.ymthe.2004.07.013</a></td>
<td>aw8p35c5</td>
<td>0.354678</td>
<td><a href="Topic_01.html#z2u5frvq">Montefiori_2007</a>, <a href="Topic_06.html#v5n1gupw">Bangari_2006</a></td>
<td><a href="Topic_06.html#v5n1gupw">Bangari_2006</a>, <a href="Topic_06.html#hrfbygub">Singh_2016</a>, <a href="Topic_02.html#7eqpb7ge">Borovjagin_2014</a>, <a href="Topic_06.html#mxtry60e">Mittal_2016</a></td>
</tr>
<tr>
<th id="489dpefx";>38</th>
<td>Hammond_2005</td>
<td>Porcine adenovirus as a delivery system for swine vaccines and immunotherapeutics</td>
<td>Hammond, Jef M.; Johnson, Michael A.</td>
<td>2005</td>
<td>2005-01-31</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7128824" target="_blank">PMC7128824</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/15683761.0" target="_blank">15683761.0</a></td>
<td><a href="https://doi.org/10.1016/j.tvjl.2003.09.007" target="_blank">10.1016/j.tvjl.2003.09.007</a></td>
<td>489dpefx</td>
<td>0.345603</td>
<td><a href="Topic_06.html#axkdf5vu">Kim_S_2016</a></td>
<td></td>
</tr>
<tr>
<th id="v812zn3r";>39</th>
<td>Saxena_2013</td>
<td>Pre-existing immunity against vaccine vectors – friend or foe?</td>
<td>Saxena, Manvendra; Van, Thi Thu Hao; Baird, Fiona J.; Coloe, Peter J.; Smooker, Peter M.</td>
<td>2013</td>
<td>2013-01-23</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3542731" target="_blank">PMC3542731</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/23175507.0" target="_blank">23175507.0</a></td>
<td><a href="https://doi.org/10.1099/mic.0.049601-0" target="_blank">10.1099/mic.0.049601-0</a></td>
<td>v812zn3r</td>
<td>0.344349</td>
<td><a href="Topic_01.html#z2u5frvq">Montefiori_2007</a>, <a href="Topic_07.html#neclg3gb">Tripp_2014</a></td>
<td><a href="Topic_02.html#b8mfn6o9">Tarahomjoo_2011</a>, <a href="Topic_06.html#hrfbygub">Singh_2016</a>, <a href="Topic_01.html#2gt3fwpy">Meseda_2016</a></td>
</tr>
<tr>
<th id="de0b27nq";>40</th>
<td>Anraku_2008</td>
<td>Kunjin replicon-based simian immunodeficiency virus gag vaccines</td>
<td>Anraku, Itaru; Mokhonov, Vladislav V.; Rattanasena, Paweena; Mokhonova, Ekaterina I.; Leung, Jason; Pijlman, Gorben; Cara, Andrea; Schroder, Wayne A.; Khromykh, Alexander A.; Suhrbier, Andreas</td>
<td>2008</td>
<td>2008-06-19</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7115363" target="_blank">PMC7115363</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/18462846.0" target="_blank">18462846.0</a></td>
<td><a href="https://doi.org/10.1016/j.vaccine.2008.04.001" target="_blank">10.1016/j.vaccine.2008.04.001</a></td>
<td>de0b27nq</td>
<td>0.340714</td>
<td></td>
<td><a href="Topic_09.html#0h5vgi5c">Dahiya_2012</a></td>
</tr>
<tr>
<th id="7del8d2p";>41</th>
<td>Callendret_2007</td>
<td>Heterologous viral RNA export elements improve expression of severe acute respiratory syndrome (SARS) coronavirus spike protein and protective efficacy of DNA vaccines against SARS</td>
<td>Callendret, Benoît; Lorin, Valérie; Charneau, Pierre; Marianneau, Philippe; Contamin, Hugues; Betton, Jean-Michel; van der Werf, Sylvie; Escriou, Nicolas</td>
<td>2007</td>
<td>2007-07-05</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7103356" target="_blank">PMC7103356</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/17331558.0" target="_blank">17331558.0</a></td>
<td><a href="https://doi.org/10.1016/j.virol.2007.01.012" target="_blank">10.1016/j.virol.2007.01.012</a></td>
<td>7del8d2p</td>
<td>0.328733</td>
<td></td>
<td><a href="Topic_01.html#mghgvr76">Liu_R_2005</a>, <a href="Topic_01.html#ltyqrg81">Escriou_2014</a></td>
</tr>
<tr>
<th id="dqvgng2s";>42</th>
<td>Ohtsuka_2019</td>
<td>A versatile platform technology for recombinant vaccines using non-propagative human parainfluenza virus type 2 vector</td>
<td>Ohtsuka, Junpei; Fukumura, Masayuki; Furuyama, Wakako; Wang, Shujie; Hara, Kenichiro; Maeda, Mitsuyo; Tsurudome, Masato; Miyamoto, Hiroko; Kaito, Aika; Tsuda, Nobuyuki; Kataoka, Yosky; Mizoguchi, Akira; Takada, Ayato; Nosaka, Tetsuya</td>
<td>2019</td>
<td>2019-09-09</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6733870" target="_blank">PMC6733870</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31501502.0" target="_blank">31501502.0</a></td>
<td><a href="https://doi.org/10.1038/s41598-019-49579-y" target="_blank">10.1038/s41598-019-49579-y</a></td>
<td>dqvgng2s</td>
<td>0.328249</td>
<td><a href="Topic_01.html#vct6xakc">Jiang_2006</a>, <a href="Topic_07.html#nzuq0dk7">Schwartz_2007</a></td>
<td><a href="Topic_01.html#8kvs0qw8">Hao_H_2008</a>, <a href="Topic_04.html#0czzjeop">Chen_2007</a></td>
</tr>
<tr>
<th id="4vkag60z";>43</th>
<td>Nakayama_2016</td>
<td>Recombinant measles AIK-C vaccine strain expressing heterologous virus antigens</td>
<td>Nakayama, Tetsuo; Sawada, Akihito; Yamaji, Yoshiaki; Ito, Takashi</td>
<td>2016</td>
<td>2016-01-04</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7115616" target="_blank">PMC7115616</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26562316.0" target="_blank">26562316.0</a></td>
<td><a href="https://doi.org/10.1016/j.vaccine.2015.10.127" target="_blank">10.1016/j.vaccine.2015.10.127</a></td>
<td>4vkag60z</td>
<td>0.325056</td>
<td><a href="Topic_07.html#fq78593b">Mooney_2013</a></td>
<td><a href="Topic_14.html#ngms51ie">Sawada_2011</a>, <a href="Topic_06.html#cmbg0ty8">Mühlebach_2016</a>, <a href="Topic_01.html#3qdjmb2j">Mok_H_2012</a></td>
</tr>
<tr>
<th id="tjvjlyn9";>44</th>
<td>Luke_2010</td>
<td>Improved antibiotic-free plasmid vector design by incorporation of transient expression enhancers</td>
<td>Luke, J M; Vincent, J M; Du, S X; Gerdemann, U; Leen, A M; Whalen, R G; Hodgson, C P; Williams, J A</td>
<td>2010</td>
<td>2010-11-25</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7091570" target="_blank">PMC7091570</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21107439.0" target="_blank">21107439.0</a></td>
<td><a href="https://doi.org/10.1038/gt.2010.149" target="_blank">10.1038/gt.2010.149</a></td>
<td>tjvjlyn9</td>
<td>0.320161</td>
<td></td>
<td></td>
</tr>
<tr>
<th id="a3nzj6yh";>45</th>
<td>Zhang_2016</td>
<td>Adenoviral vector-based strategies against infectious disease and cancer</td>
<td>Zhang, Chao; Zhou, Dongming</td>
<td>2016</td>
<td>2016-04-22</td>
<td>NONCOMM</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4994731" target="_blank">PMC4994731</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/27105067.0" target="_blank">27105067.0</a></td>
<td><a href="https://doi.org/10.1080/21645515.2016.1165908" target="_blank">10.1080/21645515.2016.1165908</a></td>
<td>a3nzj6yh</td>
<td>0.305064</td>
<td><a href="Topic_01.html#z2u5frvq">Montefiori_2007</a>, <a href="Topic_02.html#aw8p35c5">Tatsis_2004</a>, <a href="Topic_07.html#fq78593b">Mooney_2013</a></td>
<td><a href="Topic_02.html#aw8p35c5">Tatsis_2004</a>, <a href="Topic_02.html#7eqpb7ge">Borovjagin_2014</a>, <a href="Topic_02.html#odeksech">Ertl_2016</a></td>
</tr>
<tr>
<th id="l3ej1hdk";>46</th>
<td>Patel_2010</td>
<td>A Porcine Adenovirus with Low Human Seroprevalence Is a Promising Alternative Vaccine Vector to Human Adenovirus 5 in an H5N1 Virus Disease Model</td>
<td>Patel, Ami; Tikoo, Suresh; Kobinger, Gary</td>
<td>2010</td>
<td>2010-12-16</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3002947" target="_blank">PMC3002947</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21179494.0" target="_blank">21179494.0</a></td>
<td><a href="https://doi.org/10.1371/journal.pone.0015301" target="_blank">10.1371/journal.pone.0015301</a></td>
<td>l3ej1hdk</td>
<td>0.304688</td>
<td><a href="Topic_07.html#nzuq0dk7">Schwartz_2007</a></td>
<td><a href="Topic_01.html#f78ug0c6">Meng_2012</a>, <a href="Topic_12.html#5zn2vrj5">Warimwe_2013</a>, <a href="Topic_07.html#xdpajuit">Wu_P_2017</a></td>
</tr>
<tr>
<th id="7mi07qm9";>47</th>
<td>Hangalapura_2012</td>
<td>CD40-targeted adenoviral cancer vaccines: the long and winding road to the clinic</td>
<td>Hangalapura, Basav N.; Timares, Laura; Oosterhoff, Dinja; Scheper, Rik J.; Curiel, David T.; de Gruijl, Tanja D.</td>
<td>2012</td>
<td>2012-06-01</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3433169" target="_blank">PMC3433169</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/22228547.0" target="_blank">22228547.0</a></td>
<td><a href="https://doi.org/10.1002/jgm.1648" target="_blank">10.1002/jgm.1648</a></td>
<td>7mi07qm9</td>
<td>0.304020</td>
<td><a href="Topic_01.html#z2u5frvq">Montefiori_2007</a></td>
<td><a href="Topic_05.html#tkzwzc57">Garu_2016</a>, <a href="Topic_05.html#ctikde7d">Cervantes-Barragan_2010</a></td>
</tr>
<tr>
<th id="tbp3it7r";>48</th>
<td>Liniger_2008</td>
<td>Induction of neutralising antibodies and cellular immune responses against SARS coronavirus by recombinant measles viruses</td>
<td>Liniger, Matthias; Zuniga, Armando; Tamin, Azaibi; Azzouz-Morin, Teldja N.; Knuchel, Marlyse; Marty, Rene R.; Wiegand, Marian; Weibel, Sara; Kelvin, David; Rota, Paul A.; Naim, Hussein Y.</td>
<td>2008</td>
<td>2008-04-16</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7115634" target="_blank">PMC7115634</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/18346823.0" target="_blank">18346823.0</a></td>
<td><a href="https://doi.org/10.1016/j.vaccine.2008.01.057" target="_blank">10.1016/j.vaccine.2008.01.057</a></td>
<td>tbp3it7r</td>
<td>0.300148</td>
<td><a href="Topic_07.html#nzuq0dk7">Schwartz_2007</a>, <a href="Topic_03.html#k785hl1r">Lv_L_2014</a></td>
<td><a href="Topic_01.html#ltyqrg81">Escriou_2014</a></td>
</tr>
</tbody>
</table>
</body>
</html>
|
yqboots-fss/yqboots-fss-web/src/main/resources/templates/fss/form.html | zhanhongbo1112/trunk | <!DOCTYPE html>
<html xmlns:th="http://www.thymeleaf.org" xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout"
xmlns:yq="http://www.yqboots.com" xmlns="http://www.w3.org/1999/xhtml" layout:decorator="layouts/layout">
<head>
<title th:text="#{FSS0001}">File Management</title>
</head>
<body>
<div layout:fragment="breadcrumbs">
<yq:breadcrumbs menu="FSS"/>
</div>
<div class="content content-sm height-600" layout:fragment="content">
<div class="container">
<yq:alert level="danger" />
<form class="sky-form" action="#" th:action="@{/fss/}" th:object="${model}" method="post"
enctype="multipart/form-data">
<header th:text="#{FSS0012}">FSS Form</header>
<fieldset>
<section>
<label class="label" th:text="#{FSS0013}">Input a File</label>
<label class="input input-file">
<div class="button">
<input th:field="*{file}" type="file"/>
<span th:text="#{FSS0014}">Browse</span>
</div>
<input type="text" readonly="readonly"/>
</label>
<p th:if="${#fields.hasErrors('file')}" th:errors="*{file}"></p>
</section>
<section>
<label class="label" th:text="#{FSS0015}">Destination</label>
<label class="select">
<select th:field="*{path}">
<option value="" th:text="#{FSS0016}">Please Select</option>
<yq:options name="FSS_AVAILABLE_DIRS"/>
</select>
<i></i>
</label>
<p th:if="${#fields.hasErrors('path')}" th:errors="*{path}"></p>
</section>
<section>
<label class="label" th:text="#{FSS0017}">Override</label>
<input th:field="*{overrideExisting}" type="checkbox"/>
<label th:for="${#ids.prev('overrideExisting')}" th:text="#{FSS0018}">Override Existing?</label>
</section>
</fieldset>
<footer>
<button class="btn-u rounded" type="submit" th:text="#{FSS0019}">Submit</button>
<button class="btn-u rounded" id="cancel" type="reset" th:text="#{FSS0020}">Reset</button>
</footer>
</form>
</div>
</div>
</body>
</html> |
docs/sdl2_sys/scancode/SDL_SCANCODE_LSHIFT.v.html | nitro-devs/nitro-game-engine | <!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=constant.SDL_SCANCODE_LSHIFT.html">
</head>
<body>
<p>Redirecting to <a href="constant.SDL_SCANCODE_LSHIFT.html">constant.SDL_SCANCODE_LSHIFT.html</a>...</p>
<script>location.replace("constant.SDL_SCANCODE_LSHIFT.html" + location.search + location.hash);</script>
</body>
</html> |
docs/solr-core/org/apache/solr/update/processor/class-use/ParseBooleanFieldUpdateProcessorFactory.html | arnaud71/webso-db | <!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 Thu Jan 23 20:22:10 EST 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>Uses of Class org.apache.solr.update.processor.ParseBooleanFieldUpdateProcessorFactory (Solr 4.6.1 API)</title>
<meta name="date" content="2014-01-23">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.solr.update.processor.ParseBooleanFieldUpdateProcessorFactory (Solr 4.6.1 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/apache/solr/update/processor/ParseBooleanFieldUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>PREV</li>
<li>NEXT</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/solr/update/processor//class-useParseBooleanFieldUpdateProcessorFactory.html" target="_top">FRAMES</a></li>
<li><a href="ParseBooleanFieldUpdateProcessorFactory.html" target="_top">NO FRAMES</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.solr.update.processor.ParseBooleanFieldUpdateProcessorFactory" class="title">Uses of Class<br>org.apache.solr.update.processor.ParseBooleanFieldUpdateProcessorFactory</h2>
</div>
<div class="classUseContainer">No usage of org.apache.solr.update.processor.ParseBooleanFieldUpdateProcessorFactory</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/apache/solr/update/processor/ParseBooleanFieldUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>PREV</li>
<li>NEXT</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/solr/update/processor//class-useParseBooleanFieldUpdateProcessorFactory.html" target="_top">FRAMES</a></li>
<li><a href="ParseBooleanFieldUpdateProcessorFactory.html" target="_top">NO FRAMES</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>
<i>Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.</i>
<script src='../../../../../../prettify.js' type='text/javascript'></script>
<script type='text/javascript'>
(function(){
var oldonload = window.onload;
if (typeof oldonload != 'function') {
window.onload = prettyPrint;
} else {
window.onload = function() {
oldonload();
prettyPrint();
}
}
})();
</script>
</small></p>
</body>
</html>
|
lib/lucene-6.0.1/docs/spatial-extras/org/apache/lucene/spatial/prefix/class-use/NumberRangePrefixTreeStrategy.html | YorkUIRLab/irlab | <!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_77) on Mon May 23 19:37:01 EDT 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Uses of Class org.apache.lucene.spatial.prefix.NumberRangePrefixTreeStrategy (Lucene 6.0.1 API)</title>
<meta name="date" content="2016-05-23">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.lucene.spatial.prefix.NumberRangePrefixTreeStrategy (Lucene 6.0.1 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/apache/lucene/spatial/prefix/NumberRangePrefixTreeStrategy.html" title="class in org.apache.lucene.spatial.prefix">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/lucene/spatial/prefix/class-use/NumberRangePrefixTreeStrategy.html" target="_top">Frames</a></li>
<li><a href="NumberRangePrefixTreeStrategy.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.lucene.spatial.prefix.NumberRangePrefixTreeStrategy" class="title">Uses of Class<br>org.apache.lucene.spatial.prefix.NumberRangePrefixTreeStrategy</h2>
</div>
<div class="classUseContainer">No usage of org.apache.lucene.spatial.prefix.NumberRangePrefixTreeStrategy</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/apache/lucene/spatial/prefix/NumberRangePrefixTreeStrategy.html" title="class in org.apache.lucene.spatial.prefix">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/lucene/spatial/prefix/class-use/NumberRangePrefixTreeStrategy.html" target="_top">Frames</a></li>
<li><a href="NumberRangePrefixTreeStrategy.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>
<i>Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.</i>
<script src='../../../../../../prettify.js' type='text/javascript'></script>
<script type='text/javascript'>
(function(){
var oldonload = window.onload;
if (typeof oldonload != 'function') {
window.onload = prettyPrint;
} else {
window.onload = function() {
oldonload();
prettyPrint();
}
}
})();
</script>
</small></p>
</body>
</html>
|
CMS/Admin/assets/css/style-responsive.css | theNanoSoftware/NanoWord | @media (min-width: 980px) {
/*-----*/
.custom-bar-chart {
margin-bottom: 40px;
}
}
@media (min-width: 768px) and (max-width: 979px) {
/*-----*/
.custom-bar-chart {
margin-bottom: 40px;
}
/*chat room*/
}
@media (max-width: 768px) {
.header {
position: absolute;
}
/*sidebar*/
#sidebar {
height: auto;
overflow: hidden;
position: absolute;
width: 100%;
z-index: 1001;
}
/* body container */
#main-content {
margin: 0px !important;
position: none !important;
}
#sidebar > ul > li > a > span {
line-height: 35px;
}
#sidebar > ul > li {
margin: 0 10px 5px 10px;
}
#sidebar > ul > li > a {
height: 35px;
line-height: 35px;
padding: 0 10px;
text-align: left;
}
#sidebar > ul > li > a i {
/*display: none !important;*/
}
#sidebar ul > li > a .arrow, #sidebar > ul > li > a .arrow.open {
margin-right: 10px;
margin-top: 15px;
}
#sidebar ul > li.active > a .arrow, #sidebar ul > li > a:hover .arrow, #sidebar ul > li > a:focus .arrow,
#sidebar > ul > li.active > a .arrow.open, #sidebar > ul > li > a:hover .arrow.open, #sidebar > ul > li > a:focus .arrow.open {
margin-top: 15px;
}
#sidebar > ul > li > a, #sidebar > ul > li > ul.sub > li {
width: 100%;
}
#sidebar > ul > li > ul.sub > li > a {
background: transparent !important;
}
#sidebar > ul > li > ul.sub > li > a:hover {
}
/* sidebar */
#sidebar {
margin: 0px !important;
}
/* sidebar collabler */
#sidebar .btn-navbar.collapsed .arrow {
display: none;
}
#sidebar .btn-navbar .arrow {
position: absolute;
right: 35px;
width: 0;
height: 0;
top: 48px;
border-bottom: 15px solid #282e36;
border-left: 15px solid transparent;
border-right: 15px solid transparent;
}
/*---------*/
.modal-footer .btn {
margin-bottom: 0px !important;
}
.btn {
margin-bottom: 5px;
}
/* full calendar fix */
.fc-header-right {
left: 25px;
position: absolute;
}
.fc-header-left .fc-button {
margin: 0px !important;
top: -10px !important;
}
.fc-header-right .fc-button {
margin: 0px !important;
top: -50px !important;
}
.fc-state-active, .fc-state-active .fc-button-inner, .fc-state-hover, .fc-state-hover .fc-button-inner {
background: none !important;
color: #FFFFFF !important;
}
.fc-state-default, .fc-state-default .fc-button-inner {
background: none !important;
}
.fc-button {
border: none !important;
margin-right: 2px;
}
.fc-view {
top: 0px !important;
}
.fc-button .fc-button-inner {
margin: 0px !important;
padding: 2px !important;
border: none !important;
margin-right: 2px !important;
background-color: #fafafa !important;
background-image: -moz-linear-gradient(top, #fafafa, #efefef) !important;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#efefef)) !important;
background-image: -webkit-linear-gradient(top, #fafafa, #efefef) !important;
background-image: -o-linear-gradient(top, #fafafa, #efefef) !important;
background-image: linear-gradient(to bottom, #fafafa, #efefef) !important;
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fafafa', endColorstr='#efefef', GradientType=0) !important;
-webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, .8) !important;
-moz-box-shadow: 0 1px 0px rgba(255, 255, 255, .8) !important;
box-shadow: 0 1px 0px rgba(255, 255, 255, .8) !important;
-webkit-border-radius: 3px !important;
-moz-border-radius: 3px !important;
border-radius: 3px !important;
color: #646464 !important;
border: 1px solid #ddd !important;
text-shadow: 0 1px 0px rgba(255, 255, 255, .6) !important;
text-align: center;
}
.fc-button.fc-state-disabled .fc-button-inner {
color: #bcbbbb !important;
}
.fc-button.fc-state-active .fc-button-inner {
background-color: #e5e4e4 !important;
background-image: -moz-linear-gradient(top, #e5e4e4, #dddcdc) !important;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e5e4e4), to(#dddcdc)) !important;
background-image: -webkit-linear-gradient(top, #e5e4e4, #dddcdc) !important;
background-image: -o-linear-gradient(top, #e5e4e4, #dddcdc) !important;
background-image: linear-gradient(to bottom, #e5e4e4, #dddcdc) !important;
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#e5e4e4', endColorstr='#dddcdc', GradientType=0) !important;
}
.fc-content {
margin-top: 50px;
}
.fc-header-title h2 {
line-height: 40px !important;
font-size: 12px !important;
}
.fc-header {
margin-bottom: 0px !important;
}
/*--*/
/*.chart-position {*/
/*margin-top: 0px;*/
/*}*/
.stepy-titles li {
margin: 10px 3px;
}
/*-----*/
.custom-bar-chart {
margin-bottom: 40px;
}
/*menu icon plus minus*/
.dcjq-icon {
top: 10px;
}
ul.sidebar-menu li ul.sub li a {
padding: 0;
}
/*---*/
.img-responsive {
width: 100%;
}
}
@media (max-width: 480px) {
.notify-row, .search, .dont-show, .inbox-head .sr-input, .inbox-head .sr-btn {
display: none;
}
#top_menu .nav > li, ul.top-menu > li {
float: right;
}
.hidden-phone {
display: none !important;
}
.chart-position {
margin-top: 0px;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
background-color: #ccc;
border-color: #ccc;
}
}
@media (max-width: 320px) {
.login-social-link a {
padding: 15px 17px !important;
}
.notify-row, .search, .dont-show, .inbox-head .sr-input, .inbox-head .sr-btn {
display: none;
}
#top_menu .nav > li, ul.top-menu > li {
float: right;
}
.hidden-phone {
display: none !important;
}
.chart-position {
margin-top: 0px;
}
.lock-wrapper {
margin: 10% auto;
max-width: 310px;
}
.lock-input {
width: 82%;
}
.cmt-form {
display: inline-block;
width: 75%;
}
}
|
framework/src/main/resources/com/angkorteam/pluggable/framework/wicket/markup/html/navigation/paging/PagingNavigator.html | PkayJava/pluggable | <?xml version="1.0" encoding="UTF-8" ?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<html xmlns:wicket="http://wicket.apache.org">
<body>
<wicket:panel>
<ul class="pagination pagination-sm">
<li><a wicket:id="first"><<</a></li>
<li><a wicket:id="prev"><</a></li>
<li wicket:id="navigation">
<a wicket:id="pageLink" href="#"><wicket:container wicket:id="pageNumber"></wicket:container></a>
</li>
<li><a wicket:id="next">></a></li>
<li><a wicket:id="last">>></a></li>
</ul>
</wicket:panel>
</body>
</html>
|
lib/JasperReport__5.6/docs/api/net/sf/jasperreports/components/list/class-use/HorizontalFillList.html | phurtado1112/cnaemvc | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="ro">
<head>
<!-- Generated by javadoc (version 1.7.0_07) on Tue May 27 14:37:24 EEST 2014 -->
<title>Uses of Class net.sf.jasperreports.components.list.HorizontalFillList (JasperReports 5.6.0 API)</title>
<meta name="date" content="2014-05-27">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class net.sf.jasperreports.components.list.HorizontalFillList (JasperReports 5.6.0 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../net/sf/jasperreports/components/list/HorizontalFillList.html" title="class in net.sf.jasperreports.components.list">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?net/sf/jasperreports/components/list/class-use/HorizontalFillList.html" target="_top">Frames</a></li>
<li><a href="HorizontalFillList.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class net.sf.jasperreports.components.list.HorizontalFillList" class="title">Uses of Class<br>net.sf.jasperreports.components.list.HorizontalFillList</h2>
</div>
<div class="classUseContainer">No usage of net.sf.jasperreports.components.list.HorizontalFillList</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../net/sf/jasperreports/components/list/HorizontalFillList.html" title="class in net.sf.jasperreports.components.list">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?net/sf/jasperreports/components/list/class-use/HorizontalFillList.html" target="_top">Frames</a></li>
<li><a href="HorizontalFillList.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>
<span style="font-decoration:none;font-family:Arial,Helvetica,sans-serif;font-size:8pt;font-style:normal;color:#000000;">© 2001-2010 Jaspersoft Corporation <a href="http://www.jaspersoft.com" target="_blank" style="color:#000000;">www.jaspersoft.com</a></span>
</small></p>
</body>
</html>
|
Admin Tool/public/css/style.css | coderReview/NTL-ISS-Food-Intake-Tracker | .container {
clear: both;
}
body {
font-family: Verdana, Arial, sans-serif;
}
h3 {
font-family: Verdana, Arial, sans-serif;
font-size: 18px;
line-height: normal;
}
a.button, span.button {
margin-left:10px;
height:36px;
}
#sides{
margin:0;
height:144px;
width: 100%;
}
#left{
float:left;
width:144px;
overflow:hidden;
}
#right{
float:left;
width:50%;
overflow:hidden;
}
#image-data {
margin: 20px 0px;
width: 300px !important;
height: auto;
}
.inst_table, .inst_table th, .inst_table td {
border: 1px solid black;
border-collapse: collapse;
text-align: center;
}
.bottom {
margin-top: 10px;
margin-left: 20px;
margin-bottom: 40px;
float: left;
}
label.error {
margin-left: 10px;
}
select.error, textarea.error, input.error {
outline-style: solid;
outline-width: 2px;
outline-color: #FF0000;
}
.ui-dialog {
position: fixed !important;
}
|
suanshu-javadoc-1.3.1/com/numericalmethod/suanshu/optimization/constrained/linearprogramming/simplex/standard/package-frame.html | Aliced3645/DataCenterMarketing | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_24) on Tue Apr 26 20:40:28 CST 2011 -->
<TITLE>
com.numericalmethod.suanshu.optimization.constrained.linearprogramming.simplex.standard (SuanShu 1.3.1 API Documentation)
</TITLE>
<META NAME="date" CONTENT="2011-04-26">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../stylesheet.css" TITLE="Style">
</HEAD>
<BODY BGCOLOR="white">
<FONT size="+1" CLASS="FrameTitleFont">
<A HREF="../../../../../../../../com/numericalmethod/suanshu/optimization/constrained/linearprogramming/simplex/standard/package-summary.html" target="classFrame">com.numericalmethod.suanshu.optimization.constrained.linearprogramming.simplex.standard</A></FONT>
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
<TR>
<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
Classes</FONT>
<FONT CLASS="FrameItemFont">
<BR>
<A HREF="LpBoundedSolution.html" title="class in com.numericalmethod.suanshu.optimization.constrained.linearprogramming.simplex.standard" target="classFrame">LpBoundedSolution</A>
<BR>
<A HREF="LpUnboundedSolution.html" title="class in com.numericalmethod.suanshu.optimization.constrained.linearprogramming.simplex.standard" target="classFrame">LpUnboundedSolution</A>
<BR>
<A HREF="Phase2ByFerrisMangasarianWright.html" title="class in com.numericalmethod.suanshu.optimization.constrained.linearprogramming.simplex.standard" target="classFrame">Phase2ByFerrisMangasarianWright</A>
<BR>
<A HREF="StandardSimplex.html" title="class in com.numericalmethod.suanshu.optimization.constrained.linearprogramming.simplex.standard" target="classFrame">StandardSimplex</A></FONT></TD>
</TR>
</TABLE>
</BODY>
</HTML>
|
try_java_ee7-web/src/main/webapp/rest/index.html | enterprisegeeks/try_java_ee7 | <!DOCTYPE html>
<html>
<head>
<title>try chat(JAX-RS)</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="../webjars/bootstrap/3.3.1/css/bootstrap.min.css" />
<link rel="stylesheet" href="../resources/css/style.css" />
<script type='text/javascript' src="../webjars/jquery/2.1.1/jquery.min.js"></script>
<script type='text/javascript' src="../webjars/bootstrap/3.3.1/js/bootstrap.min.js"></script>
<script type='text/javascript' src="../webjars/vue/0.11.0/vue.min.js"></script>
<script type='text/javascript' src="../resources/js/common.js"></script>
</head>
<body>
<div class="container">
<div class="jumbotron">
<h1>サンプルチャット JAX-RS</h1>
<form id="form" class="login" v-on="submit:join">
<span id="error" >{{error_message}}</span>
<div id="nameFg" class="form-group {{name_error_css}}">
<label for="name" class="control-label">名前 <span>{{name_message}}</span></label>
<input id="name" name="name" placeholder="表示名を入力"
type="text" class="form-control" v-model="name" />
</div>
<div id="emailFg" class="form-group {{email_error_css}}">
<label for="email" class="control-label ">Gravatarメールアドレス <span>{{email_message}}</span></label>
<input id="email" name="email" placeholder="Gravatarのイメージを使用する場合入力" type="email"
class="form-control" v-model="email" />
</div>
<input type="submit" value="join" class="btn btn-default" />
</form>
<div>
<a href="../" class="btn btn-link">JSF版へ</a>
</div>
</div>
</div>
<script type='text/javascript' src="../resources/js/vm_index.js"></script>
</body>
</html>
|
ourplatform/static/js/template/form.html | redduck3/CodeRush | <form class="form-horizontal" role="form" name="form" ng-show="model" ng-submit="onFormSubmit()">
<div class="form-custom-alerts">
<alert ng-repeat="alert in alerts" type="{{alert.type}}" close="closeAlert($index)">{{alert.msg}}</alert>
</div>
<div ng-form ng-repeat="field in fields" name="innerForm" ng-if="!field.hidden">
<div class="form-group" ng-class="{'has-feedback has-success': isSuccess(innerForm), 'has-feedback has-error': isError(innerForm)}">
<label class="col-sm-2 control-label">{{field.describe}}</label>
<div class="col-sm-4" ng-switch="field.type">
<div class="checkbox" ng-switch-when='checkbox'>
<label>
<input type="checkbox" name="input" ng-model="model[field.name]">
{{field.checkBoxMessage != null ? field.checkBoxMessage : field.describe}}
</label>
</div>
<div class="radio" ng-switch-when='radio'>
<div class="radio" ng-repeat='option in field.options'>
<label>
<input type="radio" name="input" value="{{option.value}}" ng-model="model[field.name]" ng-required="true"> {{option.text}}
</label>
</div>
</div>
<div ng-switch-when='select'>
<select class="form-control" name="input" ng-model="model[field.name]"
ng-options="option.value as option.name for option in field.options"
ng-required="field.required == null ? true : field.required"></select>
</div>
<div ng-switch-default>
<input type="{{field.type || 'text'}}" class="form-control" placeholder="{{field.placeholder || ''}}"
ng-disabled="!!field.disabled" ng-model="model[field.name]" name="input"
ui-validate="validators"
ng-required="field.required == null ? true : field.required"
ng-pattern="patternForField(field)">
<span class="glyphicon glyphicon-ok form-control-feedback" ng-show="isSuccess(innerForm)"></span>
<span class="glyphicon glyphicon-remove form-control-feedback" ng-show="isError(innerForm)"></span>
</div>
</div>
<div class="help-block col-sm-6" ng-show='!hideError || attempted || innerForm.input.$dirty'>
<p ng-show="innerForm.input.$error.required">{{field.describe}}不能为空!</p>
<p ng-show="innerForm.input.$error.pattern">{{field.describe}}格式错误!</p>
<p ng-show="innerForm.input.$error.minLength">{{field.describe}}最少需要{{field.minLength}}个字符!</p>
<p ng-show="innerForm.input.$error.maxLength">{{field.describe}}的长度不能少于{{field.maxLength}}个字符!</p>
<p ng-show="innerForm.input.$error.custom">
<span ng-show="!!field.validateMessage">{{field.validateMessage}}</span>
<span ng-show="!field.validateMessage">{{field.describe}}填写有误!</span>
</p>
</div>
</div>
<div ng-if="field.type == 'password' && field.needConfirm == true" class="form-group" ng-class="{'has-feedback has-success': isSuccess(innerForm, 'confirm'), 'has-feedback has-error': isError(innerForm, 'confirm')}">
<label class="col-sm-2 control-label">确认密码</label>
<div class="col-sm-4">
<input type="password" class="form-control" ng-model="extraModel[field.name]" name="confirm"
ng-required="field.required == null || field.required || !!model[fieldname]"
ui-validate="{passwordMatch: '$value==model[field.name]'}" ui-validate-watch=" 'model[field.name]' ">
<span class="glyphicon glyphicon-ok form-control-feedback" ng-show="isSuccess(innerForm, 'confirm')"></span>
<span class="glyphicon glyphicon-remove form-control-feedback" ng-show="isError(innerForm, 'confirm')"></span>
</div>
<div class="help-block col-sm-6" ng-show='!hideError || attempted || innerForm.confirm.$dirty'>
<span ng-show="innerForm.confirm.$error.required">确认密码不能为空!</span>
<span ng-show="!innerForm.confirm.$error.required && innerForm.confirm.$error.passwordMatch">两次密码输入不一致!</span>
</div>
</div>
</div>
<div class="form-group" ng-if="submitButton != 'none'">
<div class="col-sm-offset-2 col-sm-8">
<button type="submit" class="btn btn-primary">{{submitButton || '保存修改'}}</button>
</div>
</div>
<div ng-transclude></div>
</form>
|
services/belkyra.html | tjlam/tjlam.github.io | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Belkyra</title>
<!-- Bootstrap Core CSS -->
<link href="../css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="../css/services.css" rel="stylesheet">
<!-- Import fonts -->
<link href="https://fonts.googleapis.com/css?family=Alegreya+Sans+SC|Open+Sans" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<!-- contact-bar -->
<div class="contact-bar container">
<div class="contact-info">
<div class="phone-number">
<a id="facebook-icon" href="https://www.facebook.com/mdlaserskinclinic">
<img width="20px" height="20px" src="https://cdn1.iconfinder.com/data/icons/logotypes/32/square-facebook-512.png">
</a>
<p>416-445-7546</p>
</div>
</div>
</div>
<div class="container">
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-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="navbar-header">
<a class= "navbar-brand logo page-scroll" href="../index.html"> <img id="MD-logo" alt="logo" src="../css/imgs/logo.png"> </a>
<a id="title" class= "navbar-brand text page-scroll" href="../index.html"> Laser Skin Clinic </br> and medi-spa </a>
</div>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav navbar-right">
<!-- Hidden li included to remove active class from about link when scrolled up past about section -->
<li class="hidden">
<a class="page-scroll" href="../index.html#page-top"></a>
</li>
<li>
<a class="page-scroll" href="../index.html#about">about</a>
</li>
<li>
<a class="page-scroll" href="../index.html#treatments">treatments</a>
</li>
<li>
<a class="page-scroll" href="../index.html#products">products</a>
</li>
<li>
<a class="page-scroll" href="../index.html#specials">specials</a>
</li>
<li>
<a class="page-scroll" href="../index.html#staff"> staff </a>
</li>
<li>
<a class="page-scroll" href="../index.html#contact">contact</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<div class="container information">
<div class="row">
<h1>BELKYRA®</h1>
<div class="col-sm-8">
<p class="description">BELKYRA® is an innovative injection treatment for both men and women who want to permanently reduce the appearance of a mild to moderate “double chin”, (that is, the fat area under the mandible), without surgery. BELKYRA® is the first and only Health Canada approved injectable treatment for this purpose, meeting research-based, safety requirements. It is not recommended for the treatment of severe fat accumulation in the chin and neck.
</p>
<br><br>
</div>
<div class="col-sm-4 photo">
<img src="../css/imgs/belkyra-add.png">
</div>
</div>
<div class="row">
<div class="faq col-sm-8">
<h3>How does BELKYRA® work?</h3>
<p>
The active ingredient in BELKYRA® is deoxycholic acid, a naturally occurring molecule in the body that aids in the breakdown and absorption of dietary fat. Once it is injected into the skin under the submental chin area, BELKYRA® targets and eliminates fat cells when injected into the area under your chin over a period of 6-8 weeks. Many patients treated with BELKYRA® experience visible improvement with 2 – 4 treatments. Very rarely, up to a maximum of 6 treatments are needed to achieve ideal results.
</p>
<br>
<h3>How is BELKYRA® administered?</h3>
<p>
BELKYRA® is given in a series of small injections into the skin under the chin, requiring about 15-20mins to complete. It is relatively painless, but some burning sensation within the first 15-20 mins is expected and desired.
</p>
<br>
<h3>What are the side effects and is there downtime?</h3>
<p>
For most people, the downtime is minimal and occurs most after the first treatment session. As with other injectible treatments, you may experience some post-op transient pain, bruising and numbness under the chin after the procedure. . In most cases, the use of ice packs will make the injection procedure completely tolerable without using topical anaesthetic creams. In clinical trials, mild burning pain after treatment was gone within 15-30 minutes of treatment.
<br>
However, the main side-effect from the procedure is immediate swelling in the area due to injecting fluid under the chin, and later, due to inflammation as the fat cells melt down and are disposed by the immune system. Therefore, it is important to expect that things will look worse, before it gets better. Given that the result is permanent without surgery, the side effects are insignificant.
</p>
<br>
<h3>How much does it cost?</h3>
<p>
BELKYRA® injections require a minimum of 2 to 4 treatments to have efficacy to reduce a double chin depending on the size of the area to be treated. The maximum number of treatments is six, according to the approved guidelines. At MD Laser Skin Clinic, we charge $2200 for the first 2 sessions (spaced 6-8 weeks apart), and $800 for any subsequent treatments, up to a maximum of 6.
</p>
<br>
<p>
For more information and an assessment if BELKYRA therapy is the right treatment for you, please call us for a consultation with our trained medical professional.
</p>
<a id="book-btn" href="../index.html#contact"><button type="button" class="btn btn-default"> Book Today </button></a>
</div>
<div class="treatments-menu col-sm-4">
<h3>More Treatments:</h3>
<ul>
<li><a href="botox-for-wrinkles.html">Botox Cosmetic®</a></li>
<li><a href="filler.html">Fillers</a></li>
<li><a href="botox-for-sweating.html">Botox Therapeutic® (exessive sweating)</a></li>
<li><a href="laser-IPL-hair-removal.html">Laser Hair Removal</a></li>
<li><a href="botox-for-tmjd.html">Botox Therapeutic® (TMJ muscle pain)</a></li>
<li><a href="microneedling.html">Microneedling</a></li>
<li><a href="medical-facials.html">Medical Facials</a></li>
<li><a href="IPL-photofacial.html">IPL Photofacial Rejuvenation</a></li>
<li><a href="chemical-peel.html">Chemical Peeling</a></li>
<li><a href="belkyra.html">Belkyra®</a></li>
</ul>
</div>
</div>
</div>
<footer>
<div class="row container">
<div class="col-md-4 nav">
<h4> MD Laser Skin Clinic</h4>
<a href="../index.html#about">About</a> </br>
<a href="../index.html#treatments">Treatments</a></br>
<a href="../index.html#products">Products</a></br>
<a href="../index.html#staff">Staff</a></br>
<a href="../index.html#specials">Specials</a></br>
<a href="../index.html#contact">Contact</a></br>
</div>
<div class="col-md-4 contact-info">
<h4>Contact Us</h4>
<p> Call: 416-445-7546</p>
<p> Email: [email protected]</p>
<p id="trademark">BOTOX COSMETIC® is a registered trademark of Allergan Inc. <br>
LATISSE® is a registered trademark of Allergan Inc. <br>
SOFT LIFT™ is a trademark of Allergan Inc. <br>
JUVEDERM® is a registered trademark of Allergan Holdings France SAS <br>
VOLBELLA™ is a trademark of Allergan Inc. <br>
VOLUMA® is a registered trademark of Allergan Inc.
</p>
<a href="../disclaimer.html">disclaimer</a>
</div>
<div class="col-md-4 address">
<h4>Address</h4>
<p>1200 Lawrence Avenue East</p>
<p>Suite 204</p>
<p>North York, Ontario</p>
<p>M3A 1C1</p>
</div>
</div>
</footer>
<!-- jQuery -->
<script src="js/jquery.js"></script>
<script src="js/custom-jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Scrolling Nav JavaScript -->
<script src="js/jquery.easing.min.js"></script>
<script src="js/scrolling-nav.js"></script>
</body>
</html> |
themes/index/inc/side.html | ayermac/cblog | <div class="uk-width-1-4@m">
<div class="uk-card uk-card-default uk-card-body uk-margin-large-bottom">
<h3 class="uk-panel-title">分类</h3>
<ul class="uk-list uk-list-line">
<li><a href="#">PHP</a></li>
<li><a href="#">Javascript</a></li>
</ul>
</div>
<div class="uk-card uk-card-default uk-card-body">
<h3 class="uk-panel-title">友情链接</h3>
<ul class="uk-list">
</ul>
</div>
</div> |
doc/api/org/jboss/netty/channel/socket/nio/class-use/NioClientSocketChannelFactory.html | beav/netty-ant | <!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_29) on Sun Feb 05 12:13:54 CET 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Class org.jboss.netty.channel.socket.nio.NioClientSocketChannelFactory (The Netty Project API Reference (3.3.1.Final))
</TITLE>
<META NAME="date" CONTENT="2012-02-05">
<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.jboss.netty.channel.socket.nio.NioClientSocketChannelFactory (The Netty Project API Reference (3.3.1.Final))";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/jboss/netty/channel/socket/nio/NioClientSocketChannelFactory.html" title="class in org.jboss.netty.channel.socket.nio"><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/jboss/netty/channel/socket/nio//class-useNioClientSocketChannelFactory.html" target="_top"><B>FRAMES</B></A>
<A HREF="NioClientSocketChannelFactory.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.jboss.netty.channel.socket.nio.NioClientSocketChannelFactory</B></H2>
</CENTER>
No usage of org.jboss.netty.channel.socket.nio.NioClientSocketChannelFactory
<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/jboss/netty/channel/socket/nio/NioClientSocketChannelFactory.html" title="class in org.jboss.netty.channel.socket.nio"><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/jboss/netty/channel/socket/nio//class-useNioClientSocketChannelFactory.html" target="_top"><B>FRAMES</B></A>
<A HREF="NioClientSocketChannelFactory.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 2008-2012 <a href="http://netty.io/">The Netty Project</a>. All Rights Reserved.
</BODY>
</HTML>
|
2.3.0.Final-SNAPSHOT/apidocs/org/wildfly/swarm/jaeger/package-frame.html | wildfly-swarm/wildfly-swarm-javadocs | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_151) on Wed Jan 16 10:54:22 MST 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.wildfly.swarm.jaeger (BOM: * : All 2.3.0.Final-SNAPSHOT API)</title>
<meta name="date" content="2019-01-16">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<h1 class="bar"><a href="../../../../org/wildfly/swarm/jaeger/package-summary.html" target="classFrame">org.wildfly.swarm.jaeger</a></h1>
<div class="indexContainer">
<h2 title="Classes">Classes</h2>
<ul title="Classes">
<li><a href="JaegerFraction.html" title="class in org.wildfly.swarm.jaeger" target="classFrame">JaegerFraction</a></li>
</ul>
</div>
</body>
</html>
|
target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_03_testAbaNumberCheck_3149_good_l2u.html | dcarda/aba.route.validator | <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" />
<link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media="all"/>
<link rel="stylesheet" href="../../../../../aui/css/aui-experimental.min.css" media="all"/>
<!--[if IE 9]><link rel="stylesheet" href="../../../../../aui/css/aui-ie9.min.css" media="all"/><![endif]-->
<style type="text/css" media="all">
@import url('../../../../../style.css');
@import url('../../../../../tree.css');
</style>
<script src="../../../../../jquery-1.8.3.min.js" type="text/javascript"></script>
<script src="../../../../../aui/js/aui.min.js" type="text/javascript"></script>
<script src="../../../../../aui/js/aui-experimental.min.js" type="text/javascript"></script>
<script src="../../../../../aui/js/aui-soy.min.js" type="text/javascript"></script>
<script src="../../../../../package-nodes-tree.js" type="text/javascript"></script>
<script src="../../../../../clover-tree.js" type="text/javascript"></script>
<script src="../../../../../clover.js" type="text/javascript"></script>
<script src="../../../../../clover-descriptions.js" type="text/javascript"></script>
<script src="../../../../../cloud.js" type="text/javascript"></script>
<title>ABA Route Transit Number Validator 1.0.1-SNAPSHOT</title>
</head>
<body>
<div id="page">
<header id="header" role="banner">
<nav class="aui-header aui-dropdown2-trigger-group" role="navigation">
<div class="aui-header-inner">
<div class="aui-header-primary">
<h1 id="logo" class="aui-header-logo aui-header-logo-clover">
<a href="http://openclover.org" title="Visit OpenClover home page"><span class="aui-header-logo-device">OpenClover</span></a>
</h1>
</div>
<div class="aui-header-secondary">
<ul class="aui-nav">
<li id="system-help-menu">
<a class="aui-nav-link" title="Open online documentation" target="_blank"
href="http://openclover.org/documentation">
<span class="aui-icon aui-icon-small aui-iconfont-help"> Help</span>
</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<div class="aui-page-panel">
<div class="aui-page-panel-inner">
<div class="aui-page-panel-nav aui-page-panel-nav-clover">
<div class="aui-page-header-inner" style="margin-bottom: 20px;">
<div class="aui-page-header-image">
<a href="http://cardatechnologies.com" target="_top">
<div class="aui-avatar aui-avatar-large aui-avatar-project">
<div class="aui-avatar-inner">
<img src="../../../../../img/clover_logo_large.png" alt="Clover icon"/>
</div>
</div>
</a>
</div>
<div class="aui-page-header-main" >
<h1>
<a href="http://cardatechnologies.com" target="_top">
ABA Route Transit Number Validator 1.0.1-SNAPSHOT
</a>
</h1>
</div>
</div>
<nav class="aui-navgroup aui-navgroup-vertical">
<div class="aui-navgroup-inner">
<ul class="aui-nav">
<li class="">
<a href="../../../../../dashboard.html">Project overview</a>
</li>
</ul>
<div class="aui-nav-heading packages-nav-heading">
<strong>Packages</strong>
</div>
<div class="aui-nav project-packages">
<form method="get" action="#" class="aui package-filter-container">
<input type="text" autocomplete="off" class="package-filter text"
placeholder="Type to filter packages..." name="package-filter" id="package-filter"
title="Start typing package name (or part of the name) to search through the tree. Use arrow keys and the Enter key to navigate."/>
</form>
<p class="package-filter-no-results-message hidden">
<small>No results found.</small>
</p>
<div class="packages-tree-wrapper" data-root-relative="../../../../../" data-package-name="com.cardatechnologies.utils.validators.abaroutevalidator">
<div class="packages-tree-container"></div>
<div class="clover-packages-lozenges"></div>
</div>
</div>
</div>
</nav> </div>
<section class="aui-page-panel-content">
<div class="aui-page-panel-content-clover">
<div class="aui-page-header-main"><ol class="aui-nav aui-nav-breadcrumbs">
<li><a href="../../../../../dashboard.html"> Project Clover database Sat Aug 7 2021 12:29:33 MDT</a></li>
<li><a href="test-pkg-summary.html">Package com.cardatechnologies.utils.validators.abaroutevalidator</a></li>
<li><a href="test-Test_AbaRouteValidator_03.html">Class Test_AbaRouteValidator_03</a></li>
</ol></div>
<h1 class="aui-h2-clover">
Test testAbaNumberCheck_3149_good
</h1>
<table class="aui">
<thead>
<tr>
<th>Test</th>
<th><label title="The test result. Either a Pass, Fail or Error.">Status</label></th>
<th><label title="When the test execution was started">Start time</label></th>
<th><label title="The total time in seconds taken to run this test.">Time (seconds)</label></th>
<th><label title="A failure or error message if the test is not successful.">Message</label></th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_03.html?line=15641#src-15641" >testAbaNumberCheck_3149_good</a>
</td>
<td>
<span class="sortValue">1</span><span class="aui-lozenge aui-lozenge-success">PASS</span>
</td>
<td>
7 Aug 12:33:30
</td>
<td>
0.0 </td>
<td>
<div></div>
<div class="errorMessage"></div>
</td>
</tr>
</tbody>
</table>
<div> </div>
<table class="aui aui-table-sortable">
<thead>
<tr>
<th style="white-space:nowrap;"><label title="A class that was directly hit by this test.">Target Class</label></th>
<th colspan="4"><label title="The percentage of coverage contributed by each single test.">Coverage contributed by</label> testAbaNumberCheck_3149_good</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</span>
  <a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/AbaRouteValidator.html?id=27318#AbaRouteValidator" title="AbaRouteValidator" name="sl-47">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</a>
</td>
<td>
<span class="sortValue">0.7352941</span>73.5%
</td>
<td class="align-middle" style="width: 100%" colspan="3">
<div>
<div title="73.5% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:73.5%"></div></div></div> </td>
</tr>
</tbody>
</table>
</div> <!-- class="aui-page-panel-content-clover" -->
<footer id="footer" role="contentinfo">
<section class="footer-body">
<ul>
<li>
Report generated by <a target="_new" href="http://openclover.org">OpenClover</a> v 4.4.1
on Sat Aug 7 2021 12:49:26 MDT using coverage data from Sat Aug 7 2021 12:47:23 MDT.
</li>
</ul>
<ul>
<li>OpenClover is free and open-source software. </li>
</ul>
</section>
</footer> </section> <!-- class="aui-page-panel-content" -->
</div> <!-- class="aui-page-panel-inner" -->
</div> <!-- class="aui-page-panel" -->
</div> <!-- id="page" -->
</body>
</html> |
cmp-databinding-assignment/src/app/even/even.component.html | davidokun/Angular-js | <p>
Even - {{ number }}
</p>
|
src/utils/balance-text-field.html | Loopring/looper | <link rel="import" href="../../bower_components/polymer/polymer-element.html">
<dom-module id="balance-text-field">
<script>
class BalanceTextField extends Vaadin.TextFieldElement {
static get is() {
return 'balance-text-field';
}
static get properties() {
return {
max: Number,
min: Number,
message: {
type: String,
computed: '_computedMessage(errorMessage)',
}
}
}
_computedMessage(errorMessage) {
return errorMessage;
}
checkValidity() {
if (super.checkValidity()) {
if (this.max && Number(this.value) > this.max) {
this.errorMessage = ' You have insufficient Balance';
return false;
}
if(this.min && Number(this.value) < this.min){
this.errorMessage = ' must be bigger than ' + this.min;
return false;
}
return true;
} else {
this.errorMessage = this.message;
return false;
}
}
}
window.customElements.define(BalanceTextField.is, BalanceTextField);
</script>
</dom-module> |
at_anywhere/hovercards6.html | yusuke/twtr-api-pocket-reference | <!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>Hovercards6 userオプション</title>
<script src="http://platform.twitter.com/anywhere.js?id=[APIキー]&v=1" type="text/javascript"></script>
</head>
<body>
@twitterapi をフォローしましょう<br>
<img src="./twitter4j.png" id="image" alt="t4j_news"/>
<script type="text/javascript">
twttr.anywhere(function (T) {
T.hovercards();
T("#image").hovercards(
{username: function(node){return node.alt}});
});
</script>
</body>
</html>
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.