code
stringlengths 2
1.05M
| repo_name
stringlengths 5
101
| path
stringlengths 4
991
| language
stringclasses 3
values | license
stringclasses 5
values | size
int64 2
1.05M
|
---|---|---|---|---|---|
<!-- 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 %}
| XinzhuLee/XinzhuLee.github.io | _includes/footer.html | HTML | apache-2.0 | 8,970 |
<!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>
| moreus/hadoop | hadoop-0.2.0/docs/api/org/apache/hadoop/record/compiler/class-use/JFile.html | HTML | apache-2.0 | 8,468 |
<!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>
| fbotelho-university-code/poseidon | doc/org/openflow/protocol/OFActionTypeTest.html | HTML | apache-2.0 | 11,450 |
<!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>
| ofpteam/ofp | target/apidocs/com/webside/role/service/impl/package-use.html | HTML | apache-2.0 | 4,302 |
<!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>
| akhr/java | Spring/jars/spring-framework-5.1.18.RELEASE/docs/javadoc-api/org/springframework/web/socket/config/annotation/class-use/DelegatingWebSocketConfiguration.html | HTML | apache-2.0 | 5,182 |
<!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>
| MLG369/MLG369.github.io | Old_Stuff/JS/JS_Core/Homework/BrickBreaker.html | HTML | apache-2.0 | 8,342 |
<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> | przodownikR1/imageMicroService | src/main/resources/templates/upload/upload.html | HTML | apache-2.0 | 1,566 |
<!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>
| DTStack/jlogstash | pipeline/outputs/hdfs/jlogstash-java-docs/com/dtstack/jlogstash/format/package-use.html | HTML | apache-2.0 | 8,214 |
<!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>
| dmourmouras/website | index.html | HTML | apache-2.0 | 5,152 |
<!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>
| elisska/cloudera-cassandra | DATASTAX_CASSANDRA-2.2.6/javadoc/org/apache/cassandra/cql3/restrictions/class-use/MultiColumnRestriction.IN.html | HTML | apache-2.0 | 7,347 |
<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 (davis@dlib.net)
</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> | Nekel-Seyew/Complex-3D-Vector-Fields | dlib-18.18/docs/dlib/quantum_computing/quantum_computing_abstract.h.html | HTML | apache-2.0 | 33,641 |
<!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>
| anuragkapur/cassandra-2.1.2-ak-skynet | apache-cassandra-2.0.16/javadoc/org/apache/cassandra/cql/UpdateStatement.html | HTML | apache-2.0 | 31,563 |
<!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>
| mkolbly/MortgageComparerProject | support/v7/appcompat/docs/android-support-v7-appcompat/android/support/v7/internal/widget/ActivityChooserModel.ActivitySorter.html | HTML | apache-2.0 | 10,363 |
<!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>nora@example.com</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>
| Tjiahong/AdminLTE | pages/forms/editors.html | HTML | apache-2.0 | 34,146 |
<!-- 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>
| Cray/graphbuilder | docs/html/functions_0x75.html | HTML | apache-2.0 | 7,337 |
<!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>
| OpenXIP/avt-mvt | doc/com/siemens/cmiv/avt/mvt/io/package-summary.html | HTML | apache-2.0 | 8,141 |
{% 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 %}
| jamslevy/gsoc | app/soc/templates/soc/role/edit.html | HTML | apache-2.0 | 1,685 |
<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>
| StackableRegiments/analyticalmetlx | src/main/webapp/_inkOverlay.html | HTML | apache-2.0 | 927 |
<!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>
| akiskip/KoDeMat-Collaboration-Platform-Application | KoDeMat_TouchScreen/lib/hazelcast-3.4.2/hazelcast-3.4.2/docs/javadoc/com/hazelcast/queue/impl/operations/package-frame.html | HTML | apache-2.0 | 4,188 |
<!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>
| phurtado1112/cnaemvc | lib/JasperReport__5.6/docs/api/net/sf/jasperreports/engine/util/class-use/BigDecimalHandler.html | HTML | apache-2.0 | 7,579 |
<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>
| Restioson/restioson.github.io | docs/kettle-engine/core/io.github.restioson.kettle.level/-box2-d-level/engine.html | HTML | apache-2.0 | 754 |
@*
* 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>
}
}
| hmrc/iht-frontend | app/iht/views/application/tnrb/permanent_home.scala.html | HTML | apache-2.0 | 2,657 |
<!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> | dcarda/aba.route.validator | target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_15_testAbaNumberCheck_32965_good_9pl.html | HTML | apache-2.0 | 9,181 |
<!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>
| kingsmiler/jeefw | springmvc-examples/springmvc-annotation-beetl/src/main/webapp/WEB-INF/templates/welcome.html | HTML | apache-2.0 | 325 |
<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>
| nycJSorg/angular-presentation | libs/utils/src/lib/sync/components/questions/questions-viewer/questions-viewer.component.html | HTML | apache-2.0 | 1,591 |
<span class="boolfield">
<i class="{{ type.color }} {{ type.icon }}" aria-hidden="true"></i>
{{ bool }}
</span>
| openstack/mistral-dashboard | mistraldashboard/default/templates/default/_booleanfield.html | HTML | apache-2.0 | 120 |
<!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>
| midoks/chrome-extensions | webtool/html/info.html | HTML | apache-2.0 | 570 |
<!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>
| codemeow5/deployment | web2/html/index.html | HTML | apache-2.0 | 5,598 |
<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>
| Jasonudoo/mytestcase | client/templates/includes/home_footer.html | HTML | apache-2.0 | 11,853 |
<!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>
| tectronics/rootfinder | 2.1/docs/Javadoc/org/drip/analytics/holset/class-use/IEPHoliday.html | HTML | apache-2.0 | 4,253 |
<!-- 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>
| coger/coger.github.io | _includes/footer.html | HTML | apache-2.0 | 2,062 |
<!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>
| laszewski/laszewski.github.io | backup/proceeding/index.html | HTML | apache-2.0 | 12,133 |
<!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>
| UniversalDependencies/universaldependencies.github.io | ru/dep/obl.html | HTML | apache-2.0 | 7,672 |
<!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>
| mcpherrinm/keywhiz | docs/javadocs/model/index-all.html | HTML | apache-2.0 | 203,728 |
<!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>
| jessecascio/querypro | src/public/examples/d3-test.html | HTML | apache-2.0 | 8,255 |
<!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>
| hammadalinaqvi/bookstoregenie | images/sliders/index.html | HTML | apache-2.0 | 742 |
<!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>
| tangjilv/news-project | doc/org/xclcharts/renderer/class-use/LnChart.html | HTML | apache-2.0 | 6,333 |
<!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:ingslh@foxmail.com" 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>
| INGslh/ingslh.github.io | 2017/10/17/第一篇博客说明翻译系列/index.html | HTML | apache-2.0 | 17,303 |
<!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:krb5-bugs@mit.edu?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:krb5-bugs@mit.edu?subject=Documentation__ADDRTYPE_IPPORT">feedback</a>
</div>
</div>
</div>
</body>
</html> | gerritjvv/cryptoplayground | kerberos/kdc/src/krb5-1.16/doc/html/appdev/refs/macros/ADDRTYPE_IPPORT.html | HTML | apache-2.0 | 7,443 |
<!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> | datapythonista/datapythonista.github.io | docs/new-pandas-doc/generated/pandas.Series.memory_usage.html | HTML | apache-2.0 | 21,860 |
<!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>
| UniversalDependencies/universaldependencies.github.io | cy/feat/Number.html | HTML | apache-2.0 | 8,950 |
<!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> | dcarda/aba.route.validator | target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_17a_testAbaNumberCheck_36860_bad_7eg.html | HTML | apache-2.0 | 10,987 |
<!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>
| tamada/pochi | v1.0.0/apidocs/jp/cafebabe/pochi/birthmarks/config/class-use/Value.html | HTML | apache-2.0 | 7,307 |
<!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>
| JohnSnowLabs/spark-nlp | docs/api/com/johnsnowlabs/ml/tensorflow/sign/ModelSignatureConstants$$AttentionMask$.html | HTML | apache-2.0 | 44,854 |
<!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>
| phurtado1112/cnaemvc | lib/JasperReport__5.6/docs/api/net/sf/jasperreports/engine/export/oasis/class-use/GenericElementOdtHandler.html | HTML | apache-2.0 | 8,874 |
<!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>
| phurtado1112/cnaemvc | lib/JasperReport__5.6/docs/api/net/sf/jasperreports/engine/util/DeduplicableRegistry.DeduplicableWrapper.html | HTML | apache-2.0 | 11,093 |
<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>
| CSCSI/Triana | triana-toolboxes/signalproc/help/converters/VectToDoubleArray.html | HTML | apache-2.0 | 1,143 |
<!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>
| resthub/resthub.github.io | apidocs/spring/1.0/org/resthub/core/service/GenericService.html | HTML | apache-2.0 | 17,578 |
<!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>
| SkymindIO/jcuda-windows64 | jcuda-windows64/target/apidocs/deprecated-list.html | HTML | apache-2.0 | 17,113 |
<!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>
| TitasNandi/Summer_Project | solr-5.3.1/docs/solr-test-framework/org/apache/solr/cloud/class-use/ZkTestServer.LimitViolationAction.html | HTML | apache-2.0 | 9,203 |
<?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> | traytonwhite/Kamanja | trunk/Documentation/KamanjaAPIDocs/com/ligadata/olep/metadata/ObjFormatType$.html | HTML | apache-2.0 | 39,574 |
---
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>
| redbuttegarden/redbuttegarden.github.io | whats-blooming/_posts/2014-10-13-falls-fabulous-floral-fruit-and-foliage-finery.html | HTML | apache-2.0 | 5,555 |
<!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> | puyanLiu/LPYFramework | 前端练习/04基本功/01js/01体验js.html | HTML | apache-2.0 | 581 |
<!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>
| Wessi/OpenNI | Source/DoxyGen/html/classxn_1_1_image_generator-members.html | HTML | apache-2.0 | 35,670 |
<!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> | dcarda/aba.route.validator | target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_10_testAbaNumberCheck_20655_good_48t.html | HTML | apache-2.0 | 9,180 |
{% 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 %}
| xuweiliang/Codelibrary | openstack_dashboard/dashboards/admin/volumes_back/templates/volumes/cg_snapshots/_create.html | HTML | apache-2.0 | 410 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (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>
| kyosuke1008/summary-solr | docs/solr-core/org/apache/solr/update/processor/class-use/IgnoreFieldUpdateProcessorFactory.html | HTML | apache-2.0 | 5,250 |
<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>
| idigbio-citsci-hackathon/carrotFacetNgram | carrot2-webapp-3.8.1/herballsilvertrigram/01530253.txt.html | HTML | apache-2.0 | 3,008 |
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>
| NASA-Tournament-Lab/CoECI-OPM-Service-Credit-Redeposit-Deposit-Application | Code/SCRD_BRE/src/web/help/paymentReversalContent.html | HTML | apache-2.0 | 1,454 |
<!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>
| SheldonNeilson/SQLite-Database-Model | SQLite Database Model Core/doc/za/co/neilson/sqlite/orm/class-use/DatabaseDriverInterface.html | HTML | apache-2.0 | 8,798 |
<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> | PureBasicCN/PureBasicPreference | target_dir/documentation/reference/variables.html | HTML | apache-2.0 | 30,862 |
<!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>
| UniversalDependencies/universaldependencies.github.io | treebanks/zh_gsd/zh_gsd-dep-iobj.html | HTML | apache-2.0 | 10,667 |
<!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>
| googleapis/doc-templates | testdata/goldens/dotnet/Google.Cloud.Asset.V1.BigQueryDestination.html | HTML | apache-2.0 | 11,396 |
<!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 - gareth@omnipotent.net -->
<!-- http://phpxref.sourceforge.net/ -->
<script src="../../../../phpxref.js" type="text/javascript"></script>
<script language="JavaScript" type="text/javascript">
<!--
ext='.html';
relbase='../../../../';
subdir='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>
| inputx/code-ref-doc | bonfire/tests/simpletest/docs/fr/web_tester_documentation.html.source.html | HTML | apache-2.0 | 105,441 |
<!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:fushenghua2012@gmail.com">fushenghua2012@gmail.com</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> | fushenghua/GetHosp | _site/其他/2016/05/03/涪陵博生和美妇产医院/index.html | HTML | apache-2.0 | 4,356 |
<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>
| Hexworks/zircon | 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 | HTML | apache-2.0 | 5,336 |
<!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>
| roaminsight/roamresearch | docs/CORD19_topics/cord19-2020-04-24-v9/text-ents-en-75-t13-15/Topic_06.html | HTML | apache-2.0 | 47,884 |
<!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> | zhanhongbo1112/trunk | yqboots-fss/yqboots-fss-web/src/main/resources/templates/fss/form.html | HTML | apache-2.0 | 2,179 |
<!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> | nitro-devs/nitro-game-engine | docs/sdl2_sys/scancode/SDL_SCANCODE_LSHIFT.v.html | HTML | apache-2.0 | 373 |
<!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>
| arnaud71/webso-db | docs/solr-core/org/apache/solr/update/processor/class-use/ParseBooleanFieldUpdateProcessorFactory.html | HTML | apache-2.0 | 5,316 |
<!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>
| YorkUIRLab/irlab | lib/lucene-6.0.1/docs/spatial-extras/org/apache/lucene/spatial/prefix/class-use/NumberRangePrefixTreeStrategy.html | HTML | apache-2.0 | 5,316 |
<?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>
| PkayJava/pluggable | framework/src/main/resources/com/angkorteam/pluggable/framework/wicket/markup/html/navigation/paging/PagingNavigator.html | HTML | apache-2.0 | 1,307 |
<!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>
| phurtado1112/cnaemvc | lib/JasperReport__5.6/docs/api/net/sf/jasperreports/components/list/class-use/HorizontalFillList.html | HTML | apache-2.0 | 4,741 |
<!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>
| Aliced3645/DataCenterMarketing | suanshu-javadoc-1.3.1/com/numericalmethod/suanshu/optimization/constrained/linearprogramming/simplex/standard/package-frame.html | HTML | apache-2.0 | 1,831 |
<!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>
| enterprisegeeks/try_java_ee7 | try_java_ee7-web/src/main/webapp/rest/index.html | HTML | apache-2.0 | 2,108 |
<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>
| redduck3/CodeRush | ourplatform/static/js/template/form.html | HTML | apache-2.0 | 4,914 |
<!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: smilestoronto@bellnet.ca</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> | tjlam/tjlam.github.io | services/belkyra.html | HTML | apache-2.0 | 10,799 |
<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> | ayermac/cblog | themes/index/inc/side.html | HTML | apache-2.0 | 478 |
<!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>
| beav/netty-ant | doc/api/org/jboss/netty/channel/socket/nio/class-use/NioClientSocketChannelFactory.html | HTML | apache-2.0 | 6,527 |
<!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>
| wildfly-swarm/wildfly-swarm-javadocs | 2.3.0.Final-SNAPSHOT/apidocs/org/wildfly/swarm/jaeger/package-frame.html | HTML | apache-2.0 | 949 |
<!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> | dcarda/aba.route.validator | target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_03_testAbaNumberCheck_3149_good_l2u.html | HTML | apache-2.0 | 9,178 |
<p>
Even - {{ number }}
</p>
| davidokun/Angular-js | cmp-databinding-assignment/src/app/even/even.component.html | HTML | apache-2.0 | 31 |
<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> | Loopring/looper | src/utils/balance-text-field.html | HTML | apache-2.0 | 1,346 |
<!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>
| yusuke/twtr-api-pocket-reference | at_anywhere/hovercards6.html | HTML | apache-2.0 | 626 |
<!--//页头-->
<div class="contanier">
<div class="link right">
<span>第一次使用微信?</span>
<a href="#">立即注册</a>
<a href="#">腾讯客服</a>
</div>
<div class="logo">
<img src="../img/talk_bg.png" alt="">
<span>微信,是一种生活方式</span>
</div>
</div> | wuhaoxiangfau/wechat | wechat_location/public/details/header2.html | HTML | apache-2.0 | 339 |
<!DOCTYPE html>
<html>
<!--
Copyright 2008 The Closure Library Authors. All Rights Reserved.
Use of this source code is governed by the Apache License, Version 2.0.
See the COPYING file for details.
-->
<!--
-->
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Closure Unit Tests - goog.ui.SliderBase</title>
<script src="../base.js"></script>
<script type="text/javascript">
goog.require('goog.dom');
goog.require('goog.a11y.aria');
goog.require('goog.a11y.aria.State');
goog.require('goog.dom.classes');
goog.require('goog.events');
goog.require('goog.events.EventType');
goog.require('goog.events.KeyCodes');
goog.require('goog.fx.Animation');
goog.require('goog.math.Coordinate');
goog.require('goog.style');
goog.require('goog.style.bidi');
goog.require('goog.testing.MockClock');
goog.require('goog.testing.MockControl');
goog.require('goog.testing.events');
goog.require('goog.testing.jsunit');
goog.require('goog.testing.mockmatchers');
goog.require('goog.testing.recordFunction');
goog.require('goog.ui.Component');
goog.require('goog.ui.SliderBase');
goog.require('goog.userAgent');
</script>
<style type="text/css">
#oneThumbSlider {
position: relative;
width: 1000px;
background: grey;
height: 20px;
}
#oneThumbSlider.test-slider-vertical {
height: 1000px;
width: 20px;
}
#twoThumbSlider {
position: relative;
/* Extra 20px is so distance between thumb centers is 1000px */
width: 1020px;
}
#valueThumb, #extentThumb {
position: absolute;
width: 20px;
}
#thumb {
position: absolute;
width: 20px;
height: 20px;
background: black;
top: 5px;
}
.test-slider-vertical > #thumb {
left: 5px;
top: auto;
}
#rangeHighlight {
position: absolute;
}
</style>
</head>
<body>
<div id="sandbox"></div>
<script type="text/javascript">
var oneThumbSlider;
var oneThumbSliderRtl;
var oneChangeEventCount;
var twoThumbSlider;
var twoThumbSliderRtl;
var twoChangeEventCount;
var mockClock;
var mockAnimation;
/**
* A basic class to implement the abstract goog.ui.SliderBase for testing.
* @constructor
* @extends {goog.ui.SliderBase}
*/
function OneThumbSlider() {
goog.ui.SliderBase.call(this);
}
goog.inherits(OneThumbSlider, goog.ui.SliderBase);
/** {@override} */
OneThumbSlider.prototype.createThumbs = function() {
this.valueThumb = this.extentThumb = goog.dom.getElement('thumb');
};
/** {@override} */
OneThumbSlider.prototype.getCssClass = function(orientation) {
return goog.getCssName('test-slider', orientation);
};
/**
* A basic class to implement the abstract goog.ui.SliderBase for testing.
* @constructor
* @extends {goog.ui.SliderBase}
*/
function TwoThumbSlider() {
goog.ui.SliderBase.call(this);
}
goog.inherits(TwoThumbSlider, goog.ui.SliderBase);
/** {@override} */
TwoThumbSlider.prototype.createThumbs = function() {
this.valueThumb = goog.dom.getElement('valueThumb');
this.extentThumb = goog.dom.getElement('extentThumb');
this.rangeHighlight = goog.dom.getElement('rangeHighlight');
};
/** {@override} */
TwoThumbSlider.prototype.getCssClass = function(orientation) {
return goog.getCssName('test-slider', orientation);
};
/**
* Basic class that implements the AnimationFactory interface for testing.
* @param {!goog.fx.Animation|!Array.<!goog.fx.Animation>} testAnimations The
* test animations to use.
* @constructor
* @implements {goog.ui.SliderBase.AnimationFactory}
*/
function AnimationFactory(testAnimations) {
this.testAnimations = testAnimations;
}
/** @override */
AnimationFactory.prototype.createAnimations = function() {
return this.testAnimations;
};
function setUp() {
var sandBox = goog.dom.getElement('sandbox');
mockClock = new goog.testing.MockClock(true);
var oneThumbElem = goog.dom.createDom(
'div', {'id': 'oneThumbSlider'},
goog.dom.createDom('span', {'id': 'thumb'}));
sandBox.appendChild(oneThumbElem);
oneThumbSlider = new OneThumbSlider();
oneThumbSlider.decorate(oneThumbElem);
oneChangeEventCount = 0;
goog.events.listen(oneThumbSlider, goog.ui.Component.EventType.CHANGE,
function() {
oneChangeEventCount++;
});
var twoThumbElem = goog.dom.createDom(
'div', {'id': 'twoThumbSlider'},
goog.dom.createDom('div', {'id': 'rangeHighlight'}),
goog.dom.createDom('span', {'id': 'valueThumb'}),
goog.dom.createDom('span', {'id': 'extentThumb'}));
sandBox.appendChild(twoThumbElem);
twoThumbSlider = new TwoThumbSlider();
twoThumbSlider.decorate(twoThumbElem);
twoChangeEventCount = 0;
goog.events.listen(twoThumbSlider, goog.ui.Component.EventType.CHANGE,
function() {
twoChangeEventCount++;
});
var sandBoxRtl = goog.dom.createDom('div',
{'dir': 'rtl', 'style': 'position:absolute;'});
sandBox.appendChild(sandBoxRtl);
var oneThumbElemRtl = goog.dom.createDom(
'div', {'id': 'oneThumbSliderRtl'},
goog.dom.createDom('span', {'id': 'thumbRtl'}));
sandBoxRtl.appendChild(oneThumbElemRtl);
oneThumbSliderRtl = new OneThumbSlider();
oneThumbSliderRtl.enableFlipForRtl(true);
oneThumbSliderRtl.decorate(oneThumbElemRtl);
goog.events.listen(oneThumbSliderRtl, goog.ui.Component.EventType.CHANGE,
function() {
oneChangeEventCount++;
});
var twoThumbElemRtl = goog.dom.createDom(
'div', {'id': 'twoThumbSliderRtl'},
goog.dom.createDom('div', {'id': 'rangeHighlightRtl'}),
goog.dom.createDom('span', {'id': 'valueThumbRtl'}),
goog.dom.createDom('span', {'id': 'extentThumbRtl'}));
sandBoxRtl.appendChild(twoThumbElemRtl);
twoThumbSliderRtl = new TwoThumbSlider();
twoThumbSliderRtl.enableFlipForRtl(true);
twoThumbSliderRtl.decorate(twoThumbElemRtl);
twoChangeEventCount = 0;
goog.events.listen(twoThumbSliderRtl, goog.ui.Component.EventType.CHANGE,
function() {
twoChangeEventCount++;
});
}
function tearDown() {
<<<<<<< HEAD
goog.events.removeAll();
=======
goog.events.removeAllNativeListeners();
>>>>>>> newgitrepo
oneThumbSlider.dispose();
twoThumbSlider.dispose();
oneThumbSliderRtl.dispose();
twoThumbSliderRtl.dispose();
mockClock.dispose();
goog.dom.getElement('sandbox').innerHTML = '';
}
function testGetAndSetValue() {
oneThumbSlider.setValue(30);
assertEquals(30, oneThumbSlider.getValue());
assertEquals('Setting valid value must dispatch only a single change event.',
1, oneChangeEventCount);
oneThumbSlider.setValue(30);
assertEquals(30, oneThumbSlider.getValue());
assertEquals('Setting to same value must not dispatch change event.',
1, oneChangeEventCount);
oneThumbSlider.setValue(-30);
assertEquals('Setting invalid value must not change value.',
30, oneThumbSlider.getValue());
assertEquals('Setting invalid value must not dispatch change event.',
1, oneChangeEventCount);
// Value thumb can't go past extent thumb, so we must move that first to
// allow setting value.
twoThumbSlider.setExtent(70);
twoChangeEventCount = 0;
twoThumbSlider.setValue(60);
assertEquals(60, twoThumbSlider.getValue());
assertEquals('Setting valid value must dispatch only a single change event.',
1, twoChangeEventCount);
twoThumbSlider.setValue(60);
assertEquals(60, twoThumbSlider.getValue());
assertEquals('Setting to same value must not dispatch change event.',
1, twoChangeEventCount);
twoThumbSlider.setValue(-60);
assertEquals('Setting invalid value must not change value.',
60, twoThumbSlider.getValue());
assertEquals('Setting invalid value must not dispatch change event.',
1, twoChangeEventCount);
}
function testGetAndSetValueRtl() {
var thumbElement = goog.dom.getElement('thumbRtl');
assertEquals(0, goog.style.bidi.getOffsetStart(thumbElement));
assertEquals('', thumbElement.style.left);
assertTrue(thumbElement.style.right >= 0);
oneThumbSliderRtl.setValue(30);
assertEquals(30, oneThumbSliderRtl.getValue());
assertEquals('Setting valid value must dispatch only a single change event.',
1, oneChangeEventCount);
assertEquals('', thumbElement.style.left);
assertTrue(thumbElement.style.right >= 0);
oneThumbSliderRtl.setValue(30);
assertEquals(30, oneThumbSliderRtl.getValue());
assertEquals('Setting to same value must not dispatch change event.',
1, oneChangeEventCount);
oneThumbSliderRtl.setValue(-30);
assertEquals('Setting invalid value must not change value.',
30, oneThumbSliderRtl.getValue());
assertEquals('Setting invalid value must not dispatch change event.',
1, oneChangeEventCount);
// Value thumb can't go past extent thumb, so we must move that first to
// allow setting value.
var valueThumbElement = goog.dom.getElement('valueThumbRtl');
var extentThumbElement = goog.dom.getElement('extentThumbRtl');
assertEquals(0, goog.style.bidi.getOffsetStart(valueThumbElement));
assertEquals(0, goog.style.bidi.getOffsetStart(extentThumbElement));
assertEquals('', valueThumbElement.style.left);
assertTrue(valueThumbElement.style.right >= 0);
assertEquals('', extentThumbElement.style.left);
assertTrue(extentThumbElement.style.right >= 0);
twoThumbSliderRtl.setExtent(70);
twoChangeEventCount = 0;
twoThumbSliderRtl.setValue(60);
assertEquals(60, twoThumbSliderRtl.getValue());
assertEquals('Setting valid value must dispatch only a single change event.',
1, twoChangeEventCount);
twoThumbSliderRtl.setValue(60);
assertEquals(60, twoThumbSliderRtl.getValue());
assertEquals('Setting to same value must not dispatch change event.',
1, twoChangeEventCount);
assertEquals('', valueThumbElement.style.left);
assertTrue(valueThumbElement.style.right >= 0);
assertEquals('', extentThumbElement.style.left);
assertTrue(extentThumbElement.style.right >= 0);
twoThumbSliderRtl.setValue(-60);
assertEquals('Setting invalid value must not change value.',
60, twoThumbSliderRtl.getValue());
assertEquals('Setting invalid value must not dispatch change event.',
1, twoChangeEventCount);
}
function testGetAndSetExtent() {
// Note(user): With a one thumb slider the API only really makes sense if you
// always use setValue since there is no extent.
twoThumbSlider.setExtent(7);
assertEquals(7, twoThumbSlider.getExtent());
assertEquals('Setting valid value must dispatch only a single change event.',
1, twoChangeEventCount);
twoThumbSlider.setExtent(7);
assertEquals(7, twoThumbSlider.getExtent());
assertEquals('Setting to same value must not dispatch change event.',
1, twoChangeEventCount);
twoThumbSlider.setExtent(-7);
assertEquals('Setting invalid value must not change value.',
7, twoThumbSlider.getExtent());
assertEquals('Setting invalid value must not dispatch change event.',
1, twoChangeEventCount);
}
function testUpdateValueExtent() {
twoThumbSlider.setValueAndExtent(30, 50);
assertNotNull(twoThumbSlider.getElement());
assertEquals('Setting value results in updating aria-valuenow',
'30',
goog.a11y.aria.getState(twoThumbSlider.getElement(),
goog.a11y.aria.State.VALUENOW));
assertEquals(30, twoThumbSlider.getValue());
assertEquals(50, twoThumbSlider.getExtent());
}
function testRangeListener() {
var slider = new goog.ui.SliderBase;
slider.updateUi_ = slider.updateAriaStates = function() {};
slider.rangeModel.setValue(0);
var f = goog.testing.recordFunction();
goog.events.listen(slider, goog.ui.Component.EventType.CHANGE, f);
slider.rangeModel.setValue(50);
assertEquals(1, f.getCallCount());
slider.exitDocument();
slider.rangeModel.setValue(0);
assertEquals('The range model listener should not have been removed so we ' +
'should have gotten a second event dispatch',
2, f.getCallCount());
}
/**
* Verifies that rangeHighlight position and size are correct for the given
* startValue and endValue. Assumes slider has default min/max values [0, 100],
* width of 1020px, and thumb widths of 20px, with rangeHighlight drawn from
* the centers of the thumbs.
* @param {number} rangeHighlight The range highlight.
* @param {number} startValue The start value.
* @param {number} endValue The end value.
*/
function assertHighlightedRange(rangeHighlight, startValue, endValue) {
var rangeStr = '[' + startValue + ', ' + endValue + ']';
var rangeStart = 10 + 10 * startValue;
assertEquals('Range highlight for ' + rangeStr + ' should start at ' +
rangeStart + 'px.', rangeStart, rangeHighlight.offsetLeft);
var rangeSize = 10 * (endValue - startValue);
assertEquals('Range highlight for ' + rangeStr + ' should have size ' +
rangeSize + 'px.', rangeSize, rangeHighlight.offsetWidth);
}
function testKeyHandlingTests() {
twoThumbSlider.setValue(0);
twoThumbSlider.setExtent(100);
assertEquals(0, twoThumbSlider.getValue());
assertEquals(100, twoThumbSlider.getExtent());
goog.testing.events.fireKeySequence(
twoThumbSlider.getElement(), goog.events.KeyCodes.RIGHT);
assertEquals(1, twoThumbSlider.getValue());
assertEquals(99, twoThumbSlider.getExtent());
goog.testing.events.fireKeySequence(
twoThumbSlider.getElement(), goog.events.KeyCodes.RIGHT);
assertEquals(2, twoThumbSlider.getValue());
assertEquals(98, twoThumbSlider.getExtent());
goog.testing.events.fireKeySequence(
twoThumbSlider.getElement(), goog.events.KeyCodes.LEFT);
assertEquals(1, twoThumbSlider.getValue());
assertEquals(98, twoThumbSlider.getExtent());
goog.testing.events.fireKeySequence(
twoThumbSlider.getElement(), goog.events.KeyCodes.LEFT);
assertEquals(0, twoThumbSlider.getValue());
assertEquals(98, twoThumbSlider.getExtent());
goog.testing.events.fireKeySequence(
twoThumbSlider.getElement(), goog.events.KeyCodes.RIGHT,
{ shiftKey: true });
assertEquals(10, twoThumbSlider.getValue());
assertEquals(90, twoThumbSlider.getExtent());
goog.testing.events.fireKeySequence(
twoThumbSlider.getElement(), goog.events.KeyCodes.RIGHT,
{ shiftKey: true });
assertEquals(20, twoThumbSlider.getValue());
assertEquals(80, twoThumbSlider.getExtent());
goog.testing.events.fireKeySequence(
twoThumbSlider.getElement(), goog.events.KeyCodes.LEFT,
{ shiftKey: true });
assertEquals(10, twoThumbSlider.getValue());
assertEquals(80, twoThumbSlider.getExtent());
goog.testing.events.fireKeySequence(
twoThumbSlider.getElement(), goog.events.KeyCodes.LEFT,
{ shiftKey: true });
assertEquals(0, twoThumbSlider.getValue());
assertEquals(80, twoThumbSlider.getExtent());
}
function testKeyHandlingRtl() {
twoThumbSliderRtl.setValue(0);
twoThumbSliderRtl.setExtent(100);
assertEquals(0, twoThumbSliderRtl.getValue());
assertEquals(100, twoThumbSliderRtl.getExtent());
goog.testing.events.fireKeySequence(
twoThumbSliderRtl.getElement(), goog.events.KeyCodes.RIGHT);
assertEquals(0, twoThumbSliderRtl.getValue());
assertEquals(99, twoThumbSliderRtl.getExtent());
goog.testing.events.fireKeySequence(
twoThumbSliderRtl.getElement(), goog.events.KeyCodes.RIGHT);
assertEquals(0, twoThumbSliderRtl.getValue());
assertEquals(98, twoThumbSliderRtl.getExtent());
goog.testing.events.fireKeySequence(
twoThumbSliderRtl.getElement(), goog.events.KeyCodes.LEFT);
assertEquals(1, twoThumbSliderRtl.getValue());
assertEquals(98, twoThumbSliderRtl.getExtent());
goog.testing.events.fireKeySequence(
twoThumbSliderRtl.getElement(), goog.events.KeyCodes.LEFT);
assertEquals(2, twoThumbSliderRtl.getValue());
assertEquals(98, twoThumbSliderRtl.getExtent());
goog.testing.events.fireKeySequence(
twoThumbSliderRtl.getElement(), goog.events.KeyCodes.RIGHT,
{ shiftKey: true });
assertEquals(0, twoThumbSliderRtl.getValue());
assertEquals(90, twoThumbSliderRtl.getExtent());
goog.testing.events.fireKeySequence(
twoThumbSliderRtl.getElement(), goog.events.KeyCodes.RIGHT,
{ shiftKey: true });
assertEquals(0, twoThumbSliderRtl.getValue());
assertEquals(80, twoThumbSliderRtl.getExtent());
goog.testing.events.fireKeySequence(
twoThumbSliderRtl.getElement(), goog.events.KeyCodes.LEFT,
{ shiftKey: true });
assertEquals(10, twoThumbSliderRtl.getValue());
assertEquals(80, twoThumbSliderRtl.getExtent());
goog.testing.events.fireKeySequence(
twoThumbSliderRtl.getElement(), goog.events.KeyCodes.LEFT,
{ shiftKey: true });
assertEquals(20, twoThumbSliderRtl.getValue());
assertEquals(80, twoThumbSliderRtl.getExtent());
}
function testRangeHighlight() {
var rangeHighlight = goog.dom.getElement('rangeHighlight');
// Test [0, 100]
twoThumbSlider.setValue(0);
twoThumbSlider.setExtent(100);
assertHighlightedRange(rangeHighlight, 0, 100);
// Test [25, 75]
twoThumbSlider.setValue(25);
twoThumbSlider.setExtent(50);
assertHighlightedRange(rangeHighlight, 25, 75);
// Test [50, 50]
twoThumbSlider.setValue(50);
twoThumbSlider.setExtent(0);
assertHighlightedRange(rangeHighlight, 50, 50);
}
function testRangeHighlightAnimation() {
var animationDelay = 160; // Delay in ms, is a bit higher than actual delay.
if (goog.userAgent.IE) {
// For some reason, (probably due to how timing works), IE7 and IE8 will not
// stop if we don't wait for it.
animationDelay = 250;
}
var rangeHighlight = goog.dom.getElement('rangeHighlight');
twoThumbSlider.setValue(0);
twoThumbSlider.setExtent(100);
// Animate right thumb, final range is [0, 75]
twoThumbSlider.animatedSetValue(75);
assertHighlightedRange(rangeHighlight, 0, 100);
mockClock.tick(animationDelay);
assertHighlightedRange(rangeHighlight, 0, 75);
// Animate left thumb, final range is [25, 75]
twoThumbSlider.animatedSetValue(25);
assertHighlightedRange(rangeHighlight, 0, 75);
mockClock.tick(animationDelay);
assertHighlightedRange(rangeHighlight, 25, 75);
}
/**
* Verifies that no error occurs and that the range highlight is sized correctly
* for a zero-size slider (i.e. doesn't attempt to set a negative size). The
* test tries to resize the slider from its original size to 0, then checks
* that the range highlight's size is correctly set to 0.
*
* The size verification is needed because Webkit/Gecko outright ignore calls
* to set negative sizes on an element, leaving it at its former size. IE
* throws an error in the same situation.
*/
function testRangeHighlightForZeroSizeSlider() {
// Make sure range highlight spans whole slider before zeroing width.
twoThumbSlider.setExtent(100);
twoThumbSlider.getElement().style.width = 0;
// The setVisible call is used to force a UI update.
twoThumbSlider.setVisible(true);
assertEquals('Range highlight size should be 0 when slider size is 0',
0, goog.dom.getElement('rangeHighlight').offsetWidth);
}
function testAnimatedSetValueAnimatesFactoryCreatedAnimations() {
// Create and set the factory.
var ignore = goog.testing.mockmatchers.ignoreArgument;
var mockControl = new goog.testing.MockControl();
var mockAnimation1 = mockControl.createLooseMock(goog.fx.Animation);
var mockAnimation2 = mockControl.createLooseMock(goog.fx.Animation);
var testAnimations = [mockAnimation1, mockAnimation2];
oneThumbSlider.setAdditionalAnimations(new AnimationFactory(testAnimations));
// Expect the animations to be played.
mockAnimation1.play(false);
mockAnimation2.play(false);
mockAnimation1.addEventListener(ignore, ignore, ignore);
mockAnimation2.addEventListener(ignore, ignore, ignore);
// Animate and verify.
mockControl.$replayAll();
oneThumbSlider.animatedSetValue(50);
mockControl.$verifyAll();
mockControl.$resetAll();
mockControl.$tearDown();
}
function testMouseWheelEventHandlerEnable() {
// Mouse wheel handling should be enabled by default.
assertTrue(oneThumbSlider.isHandleMouseWheel());
// Test disabling the mouse wheel handler
oneThumbSlider.setHandleMouseWheel(false);
assertFalse(oneThumbSlider.isHandleMouseWheel());
// Test that enabling again works fine.
oneThumbSlider.setHandleMouseWheel(true);
assertTrue(oneThumbSlider.isHandleMouseWheel());
// Test that mouse wheel handling can be disabled before rendering a slider.
var wheelDisabledElem = goog.dom.createDom(
'div', {}, goog.dom.createDom('span'));
var wheelDisabledSlider = new OneThumbSlider();
wheelDisabledSlider.setHandleMouseWheel(false);
wheelDisabledSlider.decorate(wheelDisabledElem);
assertFalse(wheelDisabledSlider.isHandleMouseWheel());
}
function testDisabledAndEnabledSlider() {
// Check that a slider is enabled by default
assertTrue(oneThumbSlider.isEnabled());
var listenerCount = oneThumbSlider.getHandler().getListenerCount();
// Disable the slider and check its state
oneThumbSlider.setEnabled(false);
assertFalse(oneThumbSlider.isEnabled());
assertTrue(goog.dom.classes.has(
oneThumbSlider.getElement(), 'goog-slider-disabled'));
assertEquals(0, oneThumbSlider.getHandler().getListenerCount());
// setValue should work unaffected even when the slider is disabled.
oneThumbSlider.setValue(30);
assertEquals(30, oneThumbSlider.getValue());
assertEquals('Setting valid value must dispatch a change event ' +
'even when slider is disabled.', 1, oneChangeEventCount);
// Test the transition from disabled to enabled
oneThumbSlider.setEnabled(true);
assertTrue(oneThumbSlider.isEnabled());
assertFalse(goog.dom.classes.has(
oneThumbSlider.getElement(), 'goog-slider-disabled'));
assertTrue(listenerCount == oneThumbSlider.getHandler().getListenerCount());
}
function testBlockIncrementingWithEnableAndDisabled() {
var doc = goog.dom.getOwnerDocument(oneThumbSlider.getElement());
// Case when slider is not disabled between the mouse down and up events.
goog.testing.events.fireMouseDownEvent(oneThumbSlider.getElement());
assertEquals(1, goog.events.getListeners(
oneThumbSlider.getElement(),
goog.events.EventType.MOUSEMOVE, false).length);
assertEquals(1, goog.events.getListeners(
doc, goog.events.EventType.MOUSEUP, true).length);
goog.testing.events.fireMouseUpEvent(oneThumbSlider.getElement());
assertEquals(0, goog.events.getListeners(
oneThumbSlider.getElement(),
goog.events.EventType.MOUSEMOVE, false).length);
assertEquals(0, goog.events.getListeners(
doc, goog.events.EventType.MOUSEUP, true).length);
// Case when the slider is disabled between the mouse down and up events.
goog.testing.events.fireMouseDownEvent(oneThumbSlider.getElement());
assertEquals(1, goog.events.getListeners(
oneThumbSlider.getElement(),
goog.events.EventType.MOUSEMOVE, false).length);
assertEquals(1,
goog.events.getListeners(doc,
goog.events.EventType.MOUSEUP, true).length);
oneThumbSlider.setEnabled(false);
assertEquals(0, goog.events.getListeners(
oneThumbSlider.getElement(),
goog.events.EventType.MOUSEMOVE, false).length);
assertEquals(0, goog.events.getListeners(
doc, goog.events.EventType.MOUSEUP, true).length);
assertEquals(1, oneThumbSlider.getHandler().getListenerCount());
goog.testing.events.fireMouseUpEvent(oneThumbSlider.getElement());
assertEquals(0, goog.events.getListeners(
oneThumbSlider.getElement(),
goog.events.EventType.MOUSEMOVE, false).length);
assertEquals(0, goog.events.getListeners(
doc, goog.events.EventType.MOUSEUP, true).length);
}
function testMouseClickWithMoveToPointEnabled() {
var stepSize = 20;
oneThumbSlider.setStep(stepSize);
oneThumbSlider.setMoveToPointEnabled(true);
var initialValue = oneThumbSlider.getValue();
// Figure out the number of pixels per step.
var numSteps = Math.round(
(oneThumbSlider.getMaximum() - oneThumbSlider.getMinimum()) / stepSize);
var size = goog.style.getSize(oneThumbSlider.getElement());
var pixelsPerStep = Math.round(size.width / numSteps);
var coords = goog.style.getClientPosition(oneThumbSlider.getElement());
coords.x += pixelsPerStep / 2;
// Case when value is increased
goog.testing.events.fireClickSequence(oneThumbSlider.getElement(),
/* opt_button */ undefined, coords);
assertEquals(oneThumbSlider.getValue(), initialValue + stepSize);
// Case when value is decreased
goog.testing.events.fireClickSequence(oneThumbSlider.getElement(),
/* opt_button */ undefined, coords);
assertEquals(oneThumbSlider.getValue(), initialValue);
// Case when thumb is clicked
goog.testing.events.fireClickSequence(oneThumbSlider.getElement());
assertEquals(oneThumbSlider.getValue(), initialValue);
}
<<<<<<< HEAD
=======
function testNonIntegerStepSize() {
var stepSize = 0.02;
oneThumbSlider.setStep(stepSize);
oneThumbSlider.setMinimum(-1);
oneThumbSlider.setMaximum(1);
oneThumbSlider.setValue(0.7);
assertRoughlyEquals(0.7, oneThumbSlider.getValue(), 0.000001);
oneThumbSlider.setValue(0.3);
assertRoughlyEquals(0.3, oneThumbSlider.getValue(), 0.000001);
}
>>>>>>> newgitrepo
/**
* Tests getThumbCoordinateForValue method.
*/
function testThumbCoordinateForValueWithHorizontalSlider() {
// Make sure the y-coordinate stays the same for the horizontal slider.
var originalY = goog.style.getPosition(oneThumbSlider.valueThumb).y;
var width = oneThumbSlider.getElement().clientWidth -
oneThumbSlider.valueThumb.offsetWidth;
var range = oneThumbSlider.getMaximum() - oneThumbSlider.getMinimum();
// Verify coordinate for a particular value.
var value = 20;
var expectedX = Math.round(value / range * width);
var expectedCoord = new goog.math.Coordinate(expectedX, originalY);
var coord = oneThumbSlider.getThumbCoordinateForValue(value);
assertObjectEquals(expectedCoord, coord);
// Verify this works regardless of current position.
oneThumbSlider.setValue(value / 2);
coord = oneThumbSlider.getThumbCoordinateForValue(value);
assertObjectEquals(expectedCoord, coord);
}
function testThumbCoordinateForValueWithVerticalSlider() {
// Make sure the x-coordinate stays the same for the vertical slider.
oneThumbSlider.setOrientation(goog.ui.SliderBase.Orientation.VERTICAL);
var originalX = goog.style.getPosition(oneThumbSlider.valueThumb).x;
var height = oneThumbSlider.getElement().clientHeight -
oneThumbSlider.valueThumb.offsetHeight;
var range = oneThumbSlider.getMaximum() - oneThumbSlider.getMinimum();
// Verify coordinate for a particular value.
var value = 20;
var expectedY = height - Math.round(value / range * height);
var expectedCoord = new goog.math.Coordinate(originalX, expectedY);
var coord = oneThumbSlider.getThumbCoordinateForValue(value);
assertObjectEquals(expectedCoord, coord);
// Verify this works regardless of current position.
oneThumbSlider.setValue(value / 2);
coord = oneThumbSlider.getThumbCoordinateForValue(value);
assertObjectEquals(expectedCoord, coord);
}
/**
* Tests getValueFromMousePosition method.
*/
function testValueFromMousePosition() {
var value = 30;
oneThumbSlider.setValue(value);
var offset = goog.style.getPageOffset(oneThumbSlider.valueThumb);
var size = goog.style.getSize(oneThumbSlider.valueThumb);
offset.x += size.width / 2;
offset.y += size.height / 2;
var e = null;
goog.events.listen(oneThumbSlider, goog.events.EventType.MOUSEMOVE,
function(evt) {
e = evt;
});
goog.testing.events.fireMouseMoveEvent(oneThumbSlider, offset);
assertNotEquals(e, null);
assertEquals(
value, Math.round(oneThumbSlider.getValueFromMousePosition(e)));
// Verify this works regardless of current position.
oneThumbSlider.setValue(value / 2);
assertEquals(
value, Math.round(oneThumbSlider.getValueFromMousePosition(e)));
}
/**
* Tests dragging events.
*/
function testDragEvents() {
var offset = goog.style.getPageOffset(oneThumbSlider.valueThumb);
var size = goog.style.getSize(oneThumbSlider.valueThumb);
offset.x += size.width / 2;
offset.y += size.height / 2;
var event_types = [];
var handler = function(evt) {
event_types.push(evt.type);
};
goog.events.listen(oneThumbSlider,
[goog.ui.SliderBase.EventType.DRAG_START,
goog.ui.SliderBase.EventType.DRAG_END,
goog.ui.SliderBase.EventType.DRAG_VALUE_START,
goog.ui.SliderBase.EventType.DRAG_VALUE_END,
goog.ui.SliderBase.EventType.DRAG_EXTENT_START,
goog.ui.SliderBase.EventType.DRAG_EXTENT_END,
goog.ui.Component.EventType.CHANGE],
handler);
// Since the order of the events between value and extent is not guaranteed
// accross browsers, we need to allow for both here and once we have
// them all, make sure that they were different.
function isValueOrExtentDragStart(type) {
return type == goog.ui.SliderBase.EventType.DRAG_VALUE_START ||
type == goog.ui.SliderBase.EventType.DRAG_EXTENT_START;
};
function isValueOrExtentDragEnd(type) {
return type == goog.ui.SliderBase.EventType.DRAG_VALUE_END ||
type == goog.ui.SliderBase.EventType.DRAG_EXTENT_END;
};
// Test that dragging the thumb calls all the correct events.
goog.testing.events.fireMouseDownEvent(oneThumbSlider.valueThumb);
offset.x += 100;
goog.testing.events.fireMouseMoveEvent(oneThumbSlider.valueThumb, offset);
goog.testing.events.fireMouseUpEvent(oneThumbSlider.valueThumb);
assertEquals(9, event_types.length);
assertEquals(goog.ui.SliderBase.EventType.DRAG_START, event_types[0]);
assertTrue(isValueOrExtentDragStart(event_types[1]));
assertEquals(goog.ui.SliderBase.EventType.DRAG_START, event_types[2]);
assertTrue(isValueOrExtentDragStart(event_types[3]));
assertEquals(goog.ui.Component.EventType.CHANGE, event_types[4]);
assertEquals(goog.ui.SliderBase.EventType.DRAG_END, event_types[5]);
assertTrue(isValueOrExtentDragEnd(event_types[6]));
assertEquals(goog.ui.SliderBase.EventType.DRAG_END, event_types[7]);
assertTrue(isValueOrExtentDragEnd(event_types[8]));
assertFalse(event_types[1] == event_types[3]);
assertFalse(event_types[6] == event_types[8]);
// Test that clicking the thumb without moving the mouse does not cause a
// CHANGE event between DRAG_START/DRAG_END.
event_types = [];
goog.testing.events.fireMouseDownEvent(oneThumbSlider.valueThumb);
goog.testing.events.fireMouseUpEvent(oneThumbSlider.valueThumb);
assertEquals(8, event_types.length);
assertEquals(goog.ui.SliderBase.EventType.DRAG_START, event_types[0]);
assertTrue(isValueOrExtentDragStart(event_types[1]));
assertEquals(goog.ui.SliderBase.EventType.DRAG_START, event_types[2]);
assertTrue(isValueOrExtentDragStart(event_types[3]));
assertEquals(goog.ui.SliderBase.EventType.DRAG_END, event_types[4]);
assertTrue(isValueOrExtentDragEnd(event_types[5]));
assertEquals(goog.ui.SliderBase.EventType.DRAG_END, event_types[6]);
assertTrue(isValueOrExtentDragEnd(event_types[7]));
assertFalse(event_types[1] == event_types[3]);
assertFalse(event_types[5] == event_types[7]);
// Early listener removal, do not wait for tearDown, to avoid building up
// arrays of events unnecessarilly in further tests.
goog.events.removeAll(oneThumbSlider);
}
</script>
</body>
</html>
| knutwalker/google-closure-library | closure/goog/ui/sliderbase_test.html | HTML | apache-2.0 | 31,256 |
<?xml version="1.0" encoding="ascii"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>gluon.validators.IS_IN_DB</title>
<link rel="stylesheet" href="epydoc.css" type="text/css" />
<script type="text/javascript" src="epydoc.js"></script>
</head>
<body bgcolor="white" text="black" link="blue" vlink="#204080"
alink="#204080">
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
bgcolor="#a0c0ff" cellspacing="0">
<tr valign="middle">
<!-- Home link -->
<th> <a
href="gluon-module.html">Home</a> </th>
<!-- Tree link -->
<th> <a
href="module-tree.html">Trees</a> </th>
<!-- Index link -->
<th> <a
href="identifier-index.html">Indices</a> </th>
<!-- Help link -->
<th> <a
href="help.html">Help</a> </th>
<!-- Project homepage -->
<th class="navbar" align="right" width="100%">
<table border="0" cellpadding="0" cellspacing="0">
<tr><th class="navbar" align="center"
><a class="navbar" target="_top" href="http://www.web2py.com">web2py Web Framework</a></th>
</tr></table></th>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="100%">
<span class="breadcrumbs">
<a href="gluon-module.html">Package gluon</a> ::
<a href="gluon.validators-module.html" onclick="show_private();">Module validators</a> ::
Class IS_IN_DB
</span>
</td>
<td>
<table cellpadding="0" cellspacing="0">
<!-- hide/show private -->
<tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink"
onclick="toggle_private();">hide private</a>]</span></td></tr>
<tr><td align="right"><span class="options"
>[<a href="frames.html" target="_top">frames</a
>] | <a href="gluon.validators.IS_IN_DB-class.html"
target="_top">no frames</a>]</span></td></tr>
</table>
</td>
</tr>
</table>
<!-- ==================== CLASS DESCRIPTION ==================== -->
<h1 class="epydoc">Class IS_IN_DB</h1><p class="nomargin-top"><span class="codelink"><a href="gluon.validators-pysrc.html#IS_IN_DB">source code</a></span></p>
<pre class="base-tree">
object --+
|
<a href="gluon.validators.Validator-class.html" onclick="show_private();">Validator</a> --+
|
<strong class="uidshort">IS_IN_DB</strong>
</pre>
<hr />
<p>example:</p>
<pre class="literalblock">
INPUT(_type='text', _name='name',
requires=IS_IN_DB(db, db.mytable.myfield, zero=''))
</pre>
<p>used for reference fields, rendered as a dropbox</p>
<!-- ==================== INSTANCE METHODS ==================== -->
<a name="section-InstanceMethods"></a>
<table class="summary" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="table-header">
<td colspan="2" class="table-header">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr valign="top">
<td align="left"><span class="table-header">Instance Methods</span></td>
<td align="right" valign="top"
><span class="options">[<a href="#section-InstanceMethods"
class="privatelink" onclick="toggle_private();"
>hide private</a>]</span></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><span class="summary-sig"><a href="gluon.validators.IS_IN_DB-class.html#__init__" class="summary-sig-name">__init__</a>(<span class="summary-sig-arg">self</span>,
<span class="summary-sig-arg">dbset</span>,
<span class="summary-sig-arg">field</span>,
<span class="summary-sig-arg">label</span>=<span class="summary-sig-default">None</span>,
<span class="summary-sig-arg">error_message</span>=<span class="summary-sig-default"><code class="variable-quote">'</code><code class="variable-string">value not in database</code><code class="variable-quote">'</code></span>,
<span class="summary-sig-arg">orderby</span>=<span class="summary-sig-default">None</span>,
<span class="summary-sig-arg">groupby</span>=<span class="summary-sig-default">None</span>,
<span class="summary-sig-arg">distinct</span>=<span class="summary-sig-default">None</span>,
<span class="summary-sig-arg">cache</span>=<span class="summary-sig-default">None</span>,
<span class="summary-sig-arg">multiple</span>=<span class="summary-sig-default">False</span>,
<span class="summary-sig-arg">zero</span>=<span class="summary-sig-default"><code class="variable-quote">'</code><code class="variable-string"></code><code class="variable-quote">'</code></span>,
<span class="summary-sig-arg">sort</span>=<span class="summary-sig-default">False</span>,
<span class="summary-sig-arg">_and</span>=<span class="summary-sig-default">None</span>)</span><br />
x.__init__(...) initializes x; see help(type(x)) for signature</td>
<td align="right" valign="top">
<span class="codelink"><a href="gluon.validators-pysrc.html#IS_IN_DB.__init__">source code</a></span>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><span class="summary-sig"><a name="set_self_id"></a><span class="summary-sig-name">set_self_id</span>(<span class="summary-sig-arg">self</span>,
<span class="summary-sig-arg">id</span>)</span></td>
<td align="right" valign="top">
<span class="codelink"><a href="gluon.validators-pysrc.html#IS_IN_DB.set_self_id">source code</a></span>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><span class="summary-sig"><a name="build_set"></a><span class="summary-sig-name">build_set</span>(<span class="summary-sig-arg">self</span>)</span></td>
<td align="right" valign="top">
<span class="codelink"><a href="gluon.validators-pysrc.html#IS_IN_DB.build_set">source code</a></span>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><span class="summary-sig"><a name="options"></a><span class="summary-sig-name">options</span>(<span class="summary-sig-arg">self</span>,
<span class="summary-sig-arg">zero</span>=<span class="summary-sig-default">True</span>)</span></td>
<td align="right" valign="top">
<span class="codelink"><a href="gluon.validators-pysrc.html#IS_IN_DB.options">source code</a></span>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><span class="summary-sig"><a href="gluon.validators.IS_IN_DB-class.html#__call__" class="summary-sig-name">__call__</a>(<span class="summary-sig-arg">self</span>,
<span class="summary-sig-arg">value</span>)</span></td>
<td align="right" valign="top">
<span class="codelink"><a href="gluon.validators-pysrc.html#IS_IN_DB.__call__">source code</a></span>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2" class="summary">
<p class="indent-wrapped-lines"><b>Inherited from <code><a href="gluon.validators.Validator-class.html" onclick="show_private();">Validator</a></code></b>:
<code><a href="gluon.validators.Validator-class.html#formatter">formatter</a></code>
</p>
<p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
<code>__delattr__</code>,
<code>__format__</code>,
<code>__getattribute__</code>,
<code>__hash__</code>,
<code>__new__</code>,
<code>__reduce__</code>,
<code>__reduce_ex__</code>,
<code>__repr__</code>,
<code>__setattr__</code>,
<code>__sizeof__</code>,
<code>__str__</code>,
<code>__subclasshook__</code>
</p>
</td>
</tr>
</table>
<!-- ==================== PROPERTIES ==================== -->
<a name="section-Properties"></a>
<table class="summary" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="table-header">
<td colspan="2" class="table-header">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr valign="top">
<td align="left"><span class="table-header">Properties</span></td>
<td align="right" valign="top"
><span class="options">[<a href="#section-Properties"
class="privatelink" onclick="toggle_private();"
>hide private</a>]</span></td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2" class="summary">
<p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
<code>__class__</code>
</p>
</td>
</tr>
</table>
<!-- ==================== METHOD DETAILS ==================== -->
<a name="section-MethodDetails"></a>
<table class="details" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="table-header">
<td colspan="2" class="table-header">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr valign="top">
<td align="left"><span class="table-header">Method Details</span></td>
<td align="right" valign="top"
><span class="options">[<a href="#section-MethodDetails"
class="privatelink" onclick="toggle_private();"
>hide private</a>]</span></td>
</tr>
</table>
</td>
</tr>
</table>
<a name="__init__"></a>
<div>
<table class="details" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr><td>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr valign="top"><td>
<h3 class="epydoc"><span class="sig"><span class="sig-name">__init__</span>(<span class="sig-arg">self</span>,
<span class="sig-arg">dbset</span>,
<span class="sig-arg">field</span>,
<span class="sig-arg">label</span>=<span class="sig-default">None</span>,
<span class="sig-arg">error_message</span>=<span class="sig-default"><code class="variable-quote">'</code><code class="variable-string">value not in database</code><code class="variable-quote">'</code></span>,
<span class="sig-arg">orderby</span>=<span class="sig-default">None</span>,
<span class="sig-arg">groupby</span>=<span class="sig-default">None</span>,
<span class="sig-arg">distinct</span>=<span class="sig-default">None</span>,
<span class="sig-arg">cache</span>=<span class="sig-default">None</span>,
<span class="sig-arg">multiple</span>=<span class="sig-default">False</span>,
<span class="sig-arg">zero</span>=<span class="sig-default"><code class="variable-quote">'</code><code class="variable-string"></code><code class="variable-quote">'</code></span>,
<span class="sig-arg">sort</span>=<span class="sig-default">False</span>,
<span class="sig-arg">_and</span>=<span class="sig-default">None</span>)</span>
<br /><em class="fname">(Constructor)</em>
</h3>
</td><td align="right" valign="top"
><span class="codelink"><a href="gluon.validators-pysrc.html#IS_IN_DB.__init__">source code</a></span>
</td>
</tr></table>
<p>x.__init__(...) initializes x; see help(type(x)) for signature</p>
<dl class="fields">
<dt>Overrides:
object.__init__
<dd><em class="note">(inherited documentation)</em></dd>
</dt>
</dl>
</td></tr></table>
</div>
<a name="__call__"></a>
<div>
<table class="details" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr><td>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr valign="top"><td>
<h3 class="epydoc"><span class="sig"><span class="sig-name">__call__</span>(<span class="sig-arg">self</span>,
<span class="sig-arg">value</span>)</span>
<br /><em class="fname">(Call operator)</em>
</h3>
</td><td align="right" valign="top"
><span class="codelink"><a href="gluon.validators-pysrc.html#IS_IN_DB.__call__">source code</a></span>
</td>
</tr></table>
<dl class="fields">
<dt>Overrides:
<a href="gluon.validators.Validator-class.html#__call__">Validator.__call__</a>
</dt>
</dl>
</td></tr></table>
</div>
<br />
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
bgcolor="#a0c0ff" cellspacing="0">
<tr valign="middle">
<!-- Home link -->
<th> <a
href="gluon-module.html">Home</a> </th>
<!-- Tree link -->
<th> <a
href="module-tree.html">Trees</a> </th>
<!-- Index link -->
<th> <a
href="identifier-index.html">Indices</a> </th>
<!-- Help link -->
<th> <a
href="help.html">Help</a> </th>
<!-- Project homepage -->
<th class="navbar" align="right" width="100%">
<table border="0" cellpadding="0" cellspacing="0">
<tr><th class="navbar" align="center"
><a class="navbar" target="_top" href="http://www.web2py.com">web2py Web Framework</a></th>
</tr></table></th>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
<tr>
<td align="left" class="footer">
Generated by Epydoc 3.0.1 on Thu Nov 28 13:54:45 2013
</td>
<td align="right" class="footer">
<a target="mainFrame" href="http://epydoc.sourceforge.net"
>http://epydoc.sourceforge.net</a>
</td>
</tr>
</table>
<script type="text/javascript">
<!--
// Private objects are initially displayed (because if
// javascript is turned off then we want them to be
// visible); but by default, we want to hide them. So hide
// them unless we have a cookie that says to show them.
checkCookie();
// -->
</script>
</body>
</html>
| elrafael/web2py-test | applications/examples/static/epydoc/gluon.validators.IS_IN_DB-class.html | HTML | apache-2.0 | 15,504 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.3.1"/>
<title>Ilwis-Objects: util/box.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { searchBox.OnSelectItem(0); });
</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="ilwisobjectsgeneral.PNG"/></td>
<td style="padding-left: 0.5em;">
<div id="projectname">Ilwis-Objects
 <span id="projectnumber">1.0</span>
</div>
<div id="projectbrief">GIS and Remote Sensing framework for data access and processing</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.3.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File List</span></a></li>
</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>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Pages</a></div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_23ec12649285f9fabf3a6b7380226c28.html">util</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">box.h</div> </div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="preprocessor">#ifndef BOX_H</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="preprocessor"></span><span class="preprocessor">#define BOX_H</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="preprocessor"></span></div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="preprocessor">#include <QSize></span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="preprocessor">#include "size.h"</span></div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="preprocessor">#include "errmessages.h"</span></div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="preprocessor">#include "range.h"</span></div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> </div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="keyword">namespace </span>Ilwis {</div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="keyword">template</span><<span class="keyword">class</span> Po<span class="keywordtype">int</span>Type=Coordinate> <span class="keyword">class </span>Box : <span class="keyword">public</span> Range{</div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="keyword">public</span>:</div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span>  <span class="keyword">enum</span> Dimension{dim0=0, dimX=1, dimY=2, dimZ=4};</div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span> </div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span>  Box() : _min_corner(PointType(0,0,0)), _max_corner(PointType(0,0,0)){</div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>  }</div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span> </div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>  Box(<span class="keyword">const</span> PointType& pMin, <span class="keyword">const</span> PointType& pMax) : _min_corner(pMin), _max_corner(pMax){</div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>  normalize();</div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>  }</div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span> </div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>  Box(<span class="keyword">const</span> Box<PointType>& bx) : _min_corner(bx.min_corner()), _max_corner(bx.max_corner()) {</div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span> </div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>  }</div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span> </div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>  Box(Box<PointType>&& box) :</div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>  _min_corner(std::move(box._min_corner)),</div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>  _max_corner(std::move(box._max_corner))</div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>  {</div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>  box._min_corner = box._max_corner = PointType();</div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>  }</div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span> </div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>  Box(<span class="keyword">const</span> QSize& sz) : _min_corner(PointType(0,0,0)),_max_corner(PointType(sz.width()-1, sz.height()-1),0){</div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>  }</div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span> </div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>  <span class="keyword">template</span><<span class="keyword">typename</span> T> Box(<span class="keyword">const</span> Size<T>& sz) : _min_corner(PointType(0,0,0)),_max_corner(PointType(sz.xsize()-1, sz.ysize()-1,sz.zsize()-1)){</div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>  }</div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span> </div>
<div class="line"><a name="l00046"></a><span class="lineno"><a class="code" href="class_ilwis_1_1_box.html#adec0fd6f9fb44de378ca4766f70dd779"> 46</a></span>  <a class="code" href="class_ilwis_1_1_box.html#adec0fd6f9fb44de378ca4766f70dd779">Box</a>(<span class="keyword">const</span> QString& envelope) : _min_corner(PointType(0,0)), _max_corner(PointType(0,0)){</div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>  <span class="keywordtype">int</span> index1 = envelope.indexOf(<span class="stringliteral">"("</span>);</div>
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>  <span class="keywordflow">if</span> ( index1 != -1) {</div>
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>  <span class="keywordtype">int</span> index2 = envelope.indexOf(<span class="stringliteral">")"</span>) ;</div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>  <span class="keywordflow">if</span> ( index2 == -1){</div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>  <span class="keywordflow">return</span>;</div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>  }</div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span> </div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>  QString coords = envelope.mid(index1+1, index2 - index1 - 1);</div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>  coords = coords.trimmed();</div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>  QStringList parts = coords.split(<span class="stringliteral">","</span>);</div>
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>  <span class="keywordflow">if</span> ( parts.size() != 2){</div>
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>  <span class="keywordflow">return</span>;</div>
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>  }</div>
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>  QStringList p1 = parts[0].trimmed().split(<span class="charliteral">' '</span>);</div>
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>  <span class="keywordflow">if</span> ( p1.size() < 2)</div>
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>  <span class="keywordflow">return</span>;</div>
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>  this->min_corner().x = p1[0].trimmed().toDouble();</div>
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>  this->min_corner().y = p1[1].trimmed().toDouble();</div>
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>  <span class="keywordflow">if</span> ( p1.size() == 3)</div>
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>  this->min_corner().z = p1[2].trimmed().toDouble();</div>
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span> </div>
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>  QStringList p2 = parts[1].trimmed().split(<span class="charliteral">' '</span>);</div>
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>  <span class="keywordflow">if</span> ( p1.size() < 2) {</div>
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>  this->min_corner().x = 0;</div>
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>  this->min_corner().y = 0;</div>
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>  this->min_corner().z = 0;</div>
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>  <span class="keywordflow">return</span>;</div>
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span>  }</div>
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>  this->max_corner().x = p2[0].trimmed().toDouble();</div>
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span>  this->max_corner().y = p2[1].trimmed().toDouble();</div>
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>  <span class="keywordflow">if</span> ( p2.size() == 3)</div>
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>  this->max_corner().z = p2[2].trimmed().toDouble();</div>
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>  }</div>
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>  }</div>
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span> </div>
<div class="line"><a name="l00082"></a><span class="lineno"><a class="code" href="class_ilwis_1_1_box.html#ab0511c11ae04999d283f67c6ea27cee4"> 82</a></span>  IlwisTypes <a class="code" href="class_ilwis_1_1_box.html#ab0511c11ae04999d283f67c6ea27cee4" title="valueType returns the type of values contained in the range">valueType</a>()<span class="keyword"> const</span>{</div>
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>  <span class="keywordflow">return</span> max_corner().valuetype();</div>
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>  }</div>
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span> </div>
<div class="line"><a name="l00086"></a><span class="lineno"><a class="code" href="class_ilwis_1_1_box.html#ab8771e4e5dda06e115eba2750ec9c255"> 86</a></span>  <a class="code" href="class_ilwis_1_1_range.html" title="The Range class base interface for all objects that need to define a range of values.">Range</a> *<a class="code" href="class_ilwis_1_1_box.html#ab8771e4e5dda06e115eba2750ec9c255">clone</a>()<span class="keyword"> const</span>{</div>
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>  <span class="keywordflow">return</span> <span class="keyword">new</span> <a class="code" href="class_ilwis_1_1_box.html">Box<PointType></a>(*this);</div>
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>  }</div>
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span> </div>
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span> </div>
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>  PointType min_corner()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>  <span class="keywordflow">return</span> _min_corner;</div>
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span>  }</div>
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span> </div>
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span>  PointType max_corner()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span>  <span class="keywordflow">return</span> _max_corner;</div>
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span>  }</div>
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span> </div>
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span>  PointType& min_corner() {</div>
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span>  <span class="keywordflow">return</span> _min_corner;</div>
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span>  }</div>
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span> </div>
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span>  PointType& max_corner() {</div>
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span>  <span class="keywordflow">return</span> _max_corner;</div>
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span>  }</div>
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span> </div>
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span>  <span class="keywordtype">double</span> xlength()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span>  <span class="keywordflow">return</span> std::abs(this->min_corner().x - this->max_corner().x) + 1;</div>
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span>  }</div>
<div class="line"><a name="l00110"></a><span class="lineno"> 110</span> </div>
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span>  <span class="keywordtype">double</span> ylength()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l00112"></a><span class="lineno"> 112</span>  <span class="keywordflow">return</span> std::abs(this->min_corner().y - this->max_corner().y) + 1;</div>
<div class="line"><a name="l00113"></a><span class="lineno"> 113</span>  }</div>
<div class="line"><a name="l00114"></a><span class="lineno"> 114</span> </div>
<div class="line"><a name="l00115"></a><span class="lineno"> 115</span>  <span class="keywordtype">double</span> zlength()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l00116"></a><span class="lineno"> 116</span>  <span class="keywordflow">return</span> std::abs(this->min_corner().z - this->max_corner().z) + 1;</div>
<div class="line"><a name="l00117"></a><span class="lineno"> 117</span>  }</div>
<div class="line"><a name="l00118"></a><span class="lineno"> 118</span> </div>
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span>  <span class="keyword">template</span><<span class="keyword">typename</span> T=qu<span class="keywordtype">int</span>32> Size<T> size()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span>  <span class="keywordflow">return</span> Size<T>(xlength(), ylength(), zlength());</div>
<div class="line"><a name="l00121"></a><span class="lineno"> 121</span>  }</div>
<div class="line"><a name="l00122"></a><span class="lineno"> 122</span> </div>
<div class="line"><a name="l00123"></a><span class="lineno"> 123</span>  <span class="keywordtype">bool</span> is3D()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l00124"></a><span class="lineno"> 124</span>  <span class="keywordflow">return</span> this->min_corner().is3D() && this->max_corner().is3D();</div>
<div class="line"><a name="l00125"></a><span class="lineno"> 125</span>  }</div>
<div class="line"><a name="l00126"></a><span class="lineno"> 126</span>  quint64 area()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l00127"></a><span class="lineno"> 127</span>  <span class="keywordflow">if</span> ( !<a class="code" href="class_ilwis_1_1_box.html#a3da68f18ac3a077d737db00348fca990">isValid</a>())</div>
<div class="line"><a name="l00128"></a><span class="lineno"> 128</span>  <span class="keywordflow">return</span> 0;</div>
<div class="line"><a name="l00129"></a><span class="lineno"> 129</span>  <span class="keywordflow">return</span> xlength() * ylength();</div>
<div class="line"><a name="l00130"></a><span class="lineno"> 130</span>  }</div>
<div class="line"><a name="l00131"></a><span class="lineno"> 131</span> </div>
<div class="line"><a name="l00132"></a><span class="lineno"> 132</span>  quint64 volume()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l00133"></a><span class="lineno"> 133</span>  <span class="keywordflow">if</span> (!is3D())</div>
<div class="line"><a name="l00134"></a><span class="lineno"> 134</span>  <span class="keywordflow">return</span> area();</div>
<div class="line"><a name="l00135"></a><span class="lineno"> 135</span>  <span class="keywordflow">return</span> xlength() * ylength() * zlength();</div>
<div class="line"><a name="l00136"></a><span class="lineno"> 136</span>  }</div>
<div class="line"><a name="l00137"></a><span class="lineno"> 137</span> </div>
<div class="line"><a name="l00138"></a><span class="lineno"> 138</span>  <span class="keywordtype">bool</span> contains(<span class="keyword">const</span> PointType& p)<span class="keyword"> const </span>{</div>
<div class="line"><a name="l00139"></a><span class="lineno"> 139</span>  <span class="keywordflow">if</span> (!p.isValid())</div>
<div class="line"><a name="l00140"></a><span class="lineno"> 140</span>  <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
<div class="line"><a name="l00141"></a><span class="lineno"> 141</span>  <span class="keywordflow">if</span>(!<a class="code" href="class_ilwis_1_1_box.html#a3da68f18ac3a077d737db00348fca990">isValid</a>())</div>
<div class="line"><a name="l00142"></a><span class="lineno"> 142</span>  <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
<div class="line"><a name="l00143"></a><span class="lineno"> 143</span> </div>
<div class="line"><a name="l00144"></a><span class="lineno"> 144</span>  <span class="keyword">const</span> PointType& pmin = this->min_corner();</div>
<div class="line"><a name="l00145"></a><span class="lineno"> 145</span>  <span class="keyword">const</span> PointType& pmax = this->max_corner();</div>
<div class="line"><a name="l00146"></a><span class="lineno"> 146</span>  <span class="keywordtype">bool</span> ok = p.x >= pmin.x && p.x <= pmax.x &&</div>
<div class="line"><a name="l00147"></a><span class="lineno"> 147</span>  p.y >= pmin.y && p.y <= pmax.y;</div>
<div class="line"><a name="l00148"></a><span class="lineno"> 148</span>  <span class="keywordflow">if</span> ( is3D() && p.is3D()) {</div>
<div class="line"><a name="l00149"></a><span class="lineno"> 149</span>  ok = p.z >= pmin.z && p.z <= pmax.z;</div>
<div class="line"><a name="l00150"></a><span class="lineno"> 150</span>  }</div>
<div class="line"><a name="l00151"></a><span class="lineno"> 151</span>  <span class="keywordflow">return</span> ok;</div>
<div class="line"><a name="l00152"></a><span class="lineno"> 152</span>  }</div>
<div class="line"><a name="l00153"></a><span class="lineno"> 153</span> </div>
<div class="line"><a name="l00154"></a><span class="lineno"> 154</span>  <span class="keywordtype">bool</span> contains(Box<PointType>& box)<span class="keyword"> const</span>{</div>
<div class="line"><a name="l00155"></a><span class="lineno"> 155</span>  <span class="keywordflow">return</span> contains(box.min_corner()) && contains(box.max_corner());</div>
<div class="line"><a name="l00156"></a><span class="lineno"> 156</span>  }</div>
<div class="line"><a name="l00157"></a><span class="lineno"> 157</span> </div>
<div class="line"><a name="l00158"></a><span class="lineno"> 158</span>  <span class="keywordtype">bool</span> contains(<span class="keyword">const</span> QVariant& value, <span class="keywordtype">bool</span> inclusive = <span class="keyword">true</span>)<span class="keyword"> const </span>{</div>
<div class="line"><a name="l00159"></a><span class="lineno"> 159</span>  <span class="comment">//TODO:</span></div>
<div class="line"><a name="l00160"></a><span class="lineno"> 160</span>  <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
<div class="line"><a name="l00161"></a><span class="lineno"> 161</span>  }</div>
<div class="line"><a name="l00162"></a><span class="lineno"> 162</span> </div>
<div class="line"><a name="l00163"></a><span class="lineno"> 163</span>  <span class="keywordtype">bool</span> equals(Box<PointType>& box, <span class="keywordtype">double</span> delta=0)<span class="keyword"> const </span>{</div>
<div class="line"><a name="l00164"></a><span class="lineno"> 164</span>  <span class="keywordflow">if</span> ( !box.isValid())</div>
<div class="line"><a name="l00165"></a><span class="lineno"> 165</span>  <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
<div class="line"><a name="l00166"></a><span class="lineno"> 166</span>  <span class="keywordflow">if</span> (!<a class="code" href="class_ilwis_1_1_box.html#a3da68f18ac3a077d737db00348fca990">isValid</a>())</div>
<div class="line"><a name="l00167"></a><span class="lineno"> 167</span>  <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
<div class="line"><a name="l00168"></a><span class="lineno"> 168</span> </div>
<div class="line"><a name="l00169"></a><span class="lineno"> 169</span>  <span class="keyword">const</span> PointType& pmin = box.min_corner();</div>
<div class="line"><a name="l00170"></a><span class="lineno"> 170</span>  <span class="keyword">const</span> PointType& pmax = box.max_corner();</div>
<div class="line"><a name="l00171"></a><span class="lineno"> 171</span> </div>
<div class="line"><a name="l00172"></a><span class="lineno"> 172</span>  <span class="keywordflow">if</span> ( std::abs( min_corner.x - pmin.x) > delta)</div>
<div class="line"><a name="l00173"></a><span class="lineno"> 173</span>  <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
<div class="line"><a name="l00174"></a><span class="lineno"> 174</span>  <span class="keywordflow">if</span> ( std::abs( min_corner.y - pmin.y) > delta)</div>
<div class="line"><a name="l00175"></a><span class="lineno"> 175</span>  <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
<div class="line"><a name="l00176"></a><span class="lineno"> 176</span>  <span class="keywordflow">if</span> ( std::abs( max_corner.x - pmax.x) > delta)</div>
<div class="line"><a name="l00177"></a><span class="lineno"> 177</span>  <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
<div class="line"><a name="l00178"></a><span class="lineno"> 178</span>  <span class="keywordflow">if</span> ( std::abs( max_corner.y - pmax.y) > delta)</div>
<div class="line"><a name="l00179"></a><span class="lineno"> 179</span>  <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
<div class="line"><a name="l00180"></a><span class="lineno"> 180</span>  <span class="keywordflow">if</span> ( is3D() && box.is3D()) {</div>
<div class="line"><a name="l00181"></a><span class="lineno"> 181</span>  <span class="keywordflow">if</span> ( std::abs( min_corner.z - pmin.z) > delta)</div>
<div class="line"><a name="l00182"></a><span class="lineno"> 182</span>  <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
<div class="line"><a name="l00183"></a><span class="lineno"> 183</span>  <span class="keywordflow">if</span> ( std::abs( max_corner.z - pmax.z) > delta)</div>
<div class="line"><a name="l00184"></a><span class="lineno"> 184</span>  <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
<div class="line"><a name="l00185"></a><span class="lineno"> 185</span>  }</div>
<div class="line"><a name="l00186"></a><span class="lineno"> 186</span>  <span class="keywordflow">return</span> <span class="keyword">true</span>;</div>
<div class="line"><a name="l00187"></a><span class="lineno"> 187</span>  }</div>
<div class="line"><a name="l00188"></a><span class="lineno"> 188</span> </div>
<div class="line"><a name="l00189"></a><span class="lineno"><a class="code" href="class_ilwis_1_1_box.html#a3da68f18ac3a077d737db00348fca990"> 189</a></span>  <span class="keywordtype">bool</span> <a class="code" href="class_ilwis_1_1_box.html#a3da68f18ac3a077d737db00348fca990">isValid</a>()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l00190"></a><span class="lineno"> 190</span>  <span class="keywordflow">return</span> this->min_corner().isValid() && this->max_corner().isValid();</div>
<div class="line"><a name="l00191"></a><span class="lineno"> 191</span>  }</div>
<div class="line"><a name="l00192"></a><span class="lineno"> 192</span> </div>
<div class="line"><a name="l00193"></a><span class="lineno"> 193</span>  <span class="keywordtype">bool</span> isNull()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l00194"></a><span class="lineno"> 194</span>  <span class="keywordtype">bool</span> ok = this->min_corner().x == 0 && this->min_corner().y == 0 &&</div>
<div class="line"><a name="l00195"></a><span class="lineno"> 195</span>  this->max_corner().x == 0 && this->max_corner().y == 0;</div>
<div class="line"><a name="l00196"></a><span class="lineno"> 196</span>  <span class="keywordflow">if</span> ( is3D()){</div>
<div class="line"><a name="l00197"></a><span class="lineno"> 197</span>  ok &= this->min_corner().z == 0 && this->max_corner().z == 0;</div>
<div class="line"><a name="l00198"></a><span class="lineno"> 198</span>  }</div>
<div class="line"><a name="l00199"></a><span class="lineno"> 199</span>  <span class="keywordflow">return</span> ok;</div>
<div class="line"><a name="l00200"></a><span class="lineno"> 200</span>  }</div>
<div class="line"><a name="l00201"></a><span class="lineno"> 201</span> </div>
<div class="line"><a name="l00202"></a><span class="lineno"> 202</span>  Box<PointType>& operator=(Box<PointType>&& box) {</div>
<div class="line"><a name="l00203"></a><span class="lineno"> 203</span>  _min_corner = std::move(box._min_corner);</div>
<div class="line"><a name="l00204"></a><span class="lineno"> 204</span>  _max_corner = std::move(box._max_corner);</div>
<div class="line"><a name="l00205"></a><span class="lineno"> 205</span> </div>
<div class="line"><a name="l00206"></a><span class="lineno"> 206</span>  box._min_corner = box._max_corner = PointType();</div>
<div class="line"><a name="l00207"></a><span class="lineno"> 207</span>  <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div>
<div class="line"><a name="l00208"></a><span class="lineno"> 208</span>  }</div>
<div class="line"><a name="l00209"></a><span class="lineno"> 209</span> </div>
<div class="line"><a name="l00210"></a><span class="lineno"> 210</span>  Box<PointType>& operator=(<span class="keyword">const</span> Box<PointType>& box) {</div>
<div class="line"><a name="l00211"></a><span class="lineno"> 211</span>  _min_corner = std::move(box._min_corner);</div>
<div class="line"><a name="l00212"></a><span class="lineno"> 212</span>  _max_corner = std::move(box._max_corner);</div>
<div class="line"><a name="l00213"></a><span class="lineno"> 213</span>  <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div>
<div class="line"><a name="l00214"></a><span class="lineno"> 214</span>  }</div>
<div class="line"><a name="l00215"></a><span class="lineno"> 215</span> </div>
<div class="line"><a name="l00216"></a><span class="lineno"> 216</span>  Box<PointType>& operator +=(<span class="keyword">const</span> <span class="keywordtype">double</span>& v) {</div>
<div class="line"><a name="l00217"></a><span class="lineno"> 217</span>  <span class="keywordflow">if</span> ( isNumericalUndef(v))</div>
<div class="line"><a name="l00218"></a><span class="lineno"> 218</span>  <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div>
<div class="line"><a name="l00219"></a><span class="lineno"> 219</span> </div>
<div class="line"><a name="l00220"></a><span class="lineno"> 220</span>  PointType& pmin = this->min_corner();</div>
<div class="line"><a name="l00221"></a><span class="lineno"> 221</span>  PointType& pmax = this->max_corner();</div>
<div class="line"><a name="l00222"></a><span class="lineno"> 222</span>  pmin -= v;</div>
<div class="line"><a name="l00223"></a><span class="lineno"> 223</span>  pmax += v;</div>
<div class="line"><a name="l00224"></a><span class="lineno"> 224</span>  normalize();</div>
<div class="line"><a name="l00225"></a><span class="lineno"> 225</span>  }</div>
<div class="line"><a name="l00226"></a><span class="lineno"> 226</span> </div>
<div class="line"><a name="l00227"></a><span class="lineno"> 227</span>  Box<PointType>& operator *=(<span class="keyword">const</span> <span class="keywordtype">double</span>& v) {</div>
<div class="line"><a name="l00228"></a><span class="lineno"> 228</span>  <span class="keywordflow">if</span> ( isNumericalUndef(v))</div>
<div class="line"><a name="l00229"></a><span class="lineno"> 229</span>  <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div>
<div class="line"><a name="l00230"></a><span class="lineno"> 230</span>  PointType& pmin = this->min_corner();</div>
<div class="line"><a name="l00231"></a><span class="lineno"> 231</span>  PointType& pmax = this->max_corner();</div>
<div class="line"><a name="l00232"></a><span class="lineno"> 232</span>  <span class="keywordtype">double</span> deltaX = xlength() * v / 2;</div>
<div class="line"><a name="l00233"></a><span class="lineno"> 233</span>  <span class="keywordtype">double</span> deltaY = ylength() * v / 2;</div>
<div class="line"><a name="l00234"></a><span class="lineno"> 234</span>  <span class="keywordtype">double</span> deltaZ = 1;</div>
<div class="line"><a name="l00235"></a><span class="lineno"> 235</span>  <span class="keywordflow">if</span> ( is3D())</div>
<div class="line"><a name="l00236"></a><span class="lineno"> 236</span>  deltaZ = zlength() * v / 2;</div>
<div class="line"><a name="l00237"></a><span class="lineno"> 237</span>  pmin *= {deltaX, deltaY, deltaZ};</div>
<div class="line"><a name="l00238"></a><span class="lineno"> 238</span>  pmax *= {deltaX, deltaY, deltaZ};</div>
<div class="line"><a name="l00239"></a><span class="lineno"> 239</span>  normalize();</div>
<div class="line"><a name="l00240"></a><span class="lineno"> 240</span>  }</div>
<div class="line"><a name="l00241"></a><span class="lineno"> 241</span> </div>
<div class="line"><a name="l00242"></a><span class="lineno"> 242</span> Box<PointType>& operator +=(<span class="keyword">const</span> PointType& pnew) {</div>
<div class="line"><a name="l00243"></a><span class="lineno"> 243</span>  <span class="keywordflow">if</span> ( !pnew.isValid())</div>
<div class="line"><a name="l00244"></a><span class="lineno"> 244</span>  <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div>
<div class="line"><a name="l00245"></a><span class="lineno"> 245</span> </div>
<div class="line"><a name="l00246"></a><span class="lineno"> 246</span> </div>
<div class="line"><a name="l00247"></a><span class="lineno"> 247</span> </div>
<div class="line"><a name="l00248"></a><span class="lineno"> 248</span>  PointType& pmin = this->min_corner();</div>
<div class="line"><a name="l00249"></a><span class="lineno"> 249</span>  PointType& pmax = this->max_corner();</div>
<div class="line"><a name="l00250"></a><span class="lineno"> 250</span>  <span class="keywordflow">if</span> ( isNull() || !<a class="code" href="class_ilwis_1_1_box.html#a3da68f18ac3a077d737db00348fca990">isValid</a>()) {</div>
<div class="line"><a name="l00251"></a><span class="lineno"> 251</span>  pmin = pnew;</div>
<div class="line"><a name="l00252"></a><span class="lineno"> 252</span>  pmax = pnew;</div>
<div class="line"><a name="l00253"></a><span class="lineno"> 253</span>  <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div>
<div class="line"><a name="l00254"></a><span class="lineno"> 254</span>  }</div>
<div class="line"><a name="l00255"></a><span class="lineno"> 255</span> </div>
<div class="line"><a name="l00256"></a><span class="lineno"> 256</span>  <span class="keywordflow">if</span> ( contains(pnew))</div>
<div class="line"><a name="l00257"></a><span class="lineno"> 257</span>  <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div>
<div class="line"><a name="l00258"></a><span class="lineno"> 258</span>  <span class="keywordflow">if</span> ( pmin.x > pnew.x)</div>
<div class="line"><a name="l00259"></a><span class="lineno"> 259</span>  pmin.x = pnew.x;</div>
<div class="line"><a name="l00260"></a><span class="lineno"> 260</span>  <span class="keywordflow">if</span> ( pmin.y > pnew.y)</div>
<div class="line"><a name="l00261"></a><span class="lineno"> 261</span>  pmin.y = pnew.y;</div>
<div class="line"><a name="l00262"></a><span class="lineno"> 262</span>  <span class="keywordflow">if</span> ( pmax.x < pnew.x)</div>
<div class="line"><a name="l00263"></a><span class="lineno"> 263</span>  pmax.x = pnew.x;</div>
<div class="line"><a name="l00264"></a><span class="lineno"> 264</span>  <span class="keywordflow">if</span> ( pmax.y < pnew.y)</div>
<div class="line"><a name="l00265"></a><span class="lineno"> 265</span>  pmax.y = pnew.y;</div>
<div class="line"><a name="l00266"></a><span class="lineno"> 266</span>  <span class="keywordflow">if</span> ( is3D() && pnew.is3D()){</div>
<div class="line"><a name="l00267"></a><span class="lineno"> 267</span>  <span class="keywordflow">if</span> ( pmin.z > pnew.z)</div>
<div class="line"><a name="l00268"></a><span class="lineno"> 268</span>  pmin.z = pnew.z;</div>
<div class="line"><a name="l00269"></a><span class="lineno"> 269</span>  <span class="keywordflow">if</span> ( pmax.z < pnew.z)</div>
<div class="line"><a name="l00270"></a><span class="lineno"> 270</span>  pmax.z = pnew.z;</div>
<div class="line"><a name="l00271"></a><span class="lineno"> 271</span>  }</div>
<div class="line"><a name="l00272"></a><span class="lineno"> 272</span>  normalize();</div>
<div class="line"><a name="l00273"></a><span class="lineno"> 273</span> </div>
<div class="line"><a name="l00274"></a><span class="lineno"> 274</span>  <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div>
<div class="line"><a name="l00275"></a><span class="lineno"> 275</span> </div>
<div class="line"><a name="l00276"></a><span class="lineno"> 276</span> }</div>
<div class="line"><a name="l00277"></a><span class="lineno"> 277</span> </div>
<div class="line"><a name="l00278"></a><span class="lineno"> 278</span> Box<PointType>& operator -=(<span class="keyword">const</span> PointType& pnew) {</div>
<div class="line"><a name="l00279"></a><span class="lineno"> 279</span>  <span class="keywordflow">if</span> ( !pnew.isValid())</div>
<div class="line"><a name="l00280"></a><span class="lineno"> 280</span>  <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div>
<div class="line"><a name="l00281"></a><span class="lineno"> 281</span> </div>
<div class="line"><a name="l00282"></a><span class="lineno"> 282</span>  PointType& pmin = this->min_corner();</div>
<div class="line"><a name="l00283"></a><span class="lineno"> 283</span>  PointType& pmax = this->max_corner();</div>
<div class="line"><a name="l00284"></a><span class="lineno"> 284</span> </div>
<div class="line"><a name="l00285"></a><span class="lineno"> 285</span>  <span class="keywordflow">if</span> ( isNull() || !<a class="code" href="class_ilwis_1_1_box.html#a3da68f18ac3a077d737db00348fca990">isValid</a>()) {</div>
<div class="line"><a name="l00286"></a><span class="lineno"> 286</span>  pmin = pnew;</div>
<div class="line"><a name="l00287"></a><span class="lineno"> 287</span>  pmax = pnew;</div>
<div class="line"><a name="l00288"></a><span class="lineno"> 288</span>  <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div>
<div class="line"><a name="l00289"></a><span class="lineno"> 289</span>  }</div>
<div class="line"><a name="l00290"></a><span class="lineno"> 290</span> </div>
<div class="line"><a name="l00291"></a><span class="lineno"> 291</span>  <span class="keywordflow">if</span> ( !contains(pnew))</div>
<div class="line"><a name="l00292"></a><span class="lineno"> 292</span>  <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div>
<div class="line"><a name="l00293"></a><span class="lineno"> 293</span>  <span class="keywordflow">if</span> ( pmin.x() < pnew.x())</div>
<div class="line"><a name="l00294"></a><span class="lineno"> 294</span>  pmin.x = pnew.x();</div>
<div class="line"><a name="l00295"></a><span class="lineno"> 295</span>  <span class="keywordflow">if</span> ( pmin.y < pnew.y)</div>
<div class="line"><a name="l00296"></a><span class="lineno"> 296</span>  pmin.y = pnew.y();</div>
<div class="line"><a name="l00297"></a><span class="lineno"> 297</span>  <span class="keywordflow">if</span> ( pmax.x > pnew.x)</div>
<div class="line"><a name="l00298"></a><span class="lineno"> 298</span>  pmax.x = pnew.x();</div>
<div class="line"><a name="l00299"></a><span class="lineno"> 299</span>  <span class="keywordflow">if</span> ( pmax.y > pnew.y)</div>
<div class="line"><a name="l00300"></a><span class="lineno"> 300</span>  pmax.y = pnew.y();</div>
<div class="line"><a name="l00301"></a><span class="lineno"> 301</span>  <span class="keywordflow">if</span> ( is3D() && pnew.is3D()){</div>
<div class="line"><a name="l00302"></a><span class="lineno"> 302</span>  <span class="keywordflow">if</span> ( pmin.z < pnew.z)</div>
<div class="line"><a name="l00303"></a><span class="lineno"> 303</span>  pmin.z = pnew.z;</div>
<div class="line"><a name="l00304"></a><span class="lineno"> 304</span>  <span class="keywordflow">if</span> ( pmax.z > pnew.z)</div>
<div class="line"><a name="l00305"></a><span class="lineno"> 305</span>  pmax.z = pnew.z;</div>
<div class="line"><a name="l00306"></a><span class="lineno"> 306</span>  }</div>
<div class="line"><a name="l00307"></a><span class="lineno"> 307</span>  normalize();</div>
<div class="line"><a name="l00308"></a><span class="lineno"> 308</span> </div>
<div class="line"><a name="l00309"></a><span class="lineno"> 309</span>  <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div>
<div class="line"><a name="l00310"></a><span class="lineno"> 310</span> </div>
<div class="line"><a name="l00311"></a><span class="lineno"> 311</span> }</div>
<div class="line"><a name="l00312"></a><span class="lineno"> 312</span> </div>
<div class="line"><a name="l00313"></a><span class="lineno"> 313</span> <span class="keyword">template</span><<span class="keyword">class</span> T> Box<PointType>& operator +=(<span class="keyword">const</span> std::vector<T>& vec) {</div>
<div class="line"><a name="l00314"></a><span class="lineno"> 314</span>  <span class="keywordtype">int</span> size = vec.size();</div>
<div class="line"><a name="l00315"></a><span class="lineno"> 315</span>  <span class="keywordflow">if</span> ( size == 2 || size == 3) {</div>
<div class="line"><a name="l00316"></a><span class="lineno"> 316</span>  this->min_corner() += vec;</div>
<div class="line"><a name="l00317"></a><span class="lineno"> 317</span>  this->max_corner() += vec;</div>
<div class="line"><a name="l00318"></a><span class="lineno"> 318</span>  normalize();</div>
<div class="line"><a name="l00319"></a><span class="lineno"> 319</span>  }</div>
<div class="line"><a name="l00320"></a><span class="lineno"> 320</span> </div>
<div class="line"><a name="l00321"></a><span class="lineno"> 321</span>  <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div>
<div class="line"><a name="l00322"></a><span class="lineno"> 322</span> }</div>
<div class="line"><a name="l00323"></a><span class="lineno"> 323</span> </div>
<div class="line"><a name="l00324"></a><span class="lineno"> 324</span> Box<PointType>& operator +=(<span class="keyword">const</span> Box<PointType>& box) {</div>
<div class="line"><a name="l00325"></a><span class="lineno"> 325</span>  <span class="keywordflow">if</span> ( !box.isValid())</div>
<div class="line"><a name="l00326"></a><span class="lineno"> 326</span>  <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div>
<div class="line"><a name="l00327"></a><span class="lineno"> 327</span> </div>
<div class="line"><a name="l00328"></a><span class="lineno"> 328</span>  operator+=(box.min_corner());</div>
<div class="line"><a name="l00329"></a><span class="lineno"> 329</span>  operator+=(box.max_corner());</div>
<div class="line"><a name="l00330"></a><span class="lineno"> 330</span>  <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div>
<div class="line"><a name="l00331"></a><span class="lineno"> 331</span> }</div>
<div class="line"><a name="l00332"></a><span class="lineno"> 332</span> </div>
<div class="line"><a name="l00333"></a><span class="lineno"> 333</span> <span class="keywordtype">bool</span> operator==(<span class="keyword">const</span> Box<PointType>& box )<span class="keyword"> const </span>{</div>
<div class="line"><a name="l00334"></a><span class="lineno"> 334</span>  <span class="keywordflow">if</span> ( !box.isValid())</div>
<div class="line"><a name="l00335"></a><span class="lineno"> 335</span>  <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
<div class="line"><a name="l00336"></a><span class="lineno"> 336</span> </div>
<div class="line"><a name="l00337"></a><span class="lineno"> 337</span>  <span class="keywordflow">return</span> box.max_corner() == this->max_corner() && this->min_corner() == box.min_corner();</div>
<div class="line"><a name="l00338"></a><span class="lineno"> 338</span> }</div>
<div class="line"><a name="l00339"></a><span class="lineno"> 339</span> </div>
<div class="line"><a name="l00340"></a><span class="lineno"> 340</span> <span class="keywordtype">bool</span> operator!=(<span class="keyword">const</span> Box<PointType>& box )<span class="keyword"> const </span>{</div>
<div class="line"><a name="l00341"></a><span class="lineno"> 341</span>  <span class="keywordflow">return</span> !(operator==(box));</div>
<div class="line"><a name="l00342"></a><span class="lineno"> 342</span> }</div>
<div class="line"><a name="l00343"></a><span class="lineno"> 343</span> </div>
<div class="line"><a name="l00344"></a><span class="lineno"> 344</span> QVariant impliedValue(<span class="keyword">const</span> QVariant& v)<span class="keyword"> const</span>{</div>
<div class="line"><a name="l00345"></a><span class="lineno"> 345</span>  QString type = v.typeName();</div>
<div class="line"><a name="l00346"></a><span class="lineno"> 346</span>  <span class="keywordtype">bool</span> ok = type == <span class="stringliteral">"Ilwis::Box<Pixel>"</span> || type == <span class="stringliteral">"Ilwis::Box<Coordinate>"</span> ||</div>
<div class="line"><a name="l00347"></a><span class="lineno"> 347</span>  type == <span class="stringliteral">"Ilwis::Box<Pixeld>"</span> ;</div>
<div class="line"><a name="l00348"></a><span class="lineno"> 348</span>  <span class="keywordflow">if</span> (!ok){</div>
<div class="line"><a name="l00349"></a><span class="lineno"> 349</span>  <span class="keywordflow">return</span> sUNDEF;</div>
<div class="line"><a name="l00350"></a><span class="lineno"> 350</span>  }</div>
<div class="line"><a name="l00351"></a><span class="lineno"> 351</span>  <span class="keywordflow">if</span> ( type == <span class="stringliteral">"Ilwis::Box<Coordinate>"</span>){</div>
<div class="line"><a name="l00352"></a><span class="lineno"> 352</span>  Box<Coordinate> box = v.value<Box<Coordinate>>();</div>
<div class="line"><a name="l00353"></a><span class="lineno"> 353</span>  <span class="keywordflow">return</span> box.toString();</div>
<div class="line"><a name="l00354"></a><span class="lineno"> 354</span>  }</div>
<div class="line"><a name="l00355"></a><span class="lineno"> 355</span>  <span class="keywordflow">if</span> ( type == <span class="stringliteral">"Ilwis::Box<Pixel>"</span>){</div>
<div class="line"><a name="l00356"></a><span class="lineno"> 356</span>  Box<Pixel> box = v.value<Box<Pixel>>();</div>
<div class="line"><a name="l00357"></a><span class="lineno"> 357</span>  <span class="keywordflow">return</span> box.toString();</div>
<div class="line"><a name="l00358"></a><span class="lineno"> 358</span>  }</div>
<div class="line"><a name="l00359"></a><span class="lineno"> 359</span>  <span class="keywordflow">if</span> ( type == <span class="stringliteral">"Ilwis::Box<Pixeld>"</span>){</div>
<div class="line"><a name="l00360"></a><span class="lineno"> 360</span>  Box<Pixeld> box = v.value<Box<Pixeld>>();</div>
<div class="line"><a name="l00361"></a><span class="lineno"> 361</span>  <span class="keywordflow">return</span> box.toString();</div>
<div class="line"><a name="l00362"></a><span class="lineno"> 362</span>  }</div>
<div class="line"><a name="l00363"></a><span class="lineno"> 363</span>  <span class="keywordflow">return</span> sUNDEF;</div>
<div class="line"><a name="l00364"></a><span class="lineno"> 364</span> </div>
<div class="line"><a name="l00365"></a><span class="lineno"> 365</span> }</div>
<div class="line"><a name="l00366"></a><span class="lineno"> 366</span> </div>
<div class="line"><a name="l00367"></a><span class="lineno"> 367</span> <span class="keyword">template</span><<span class="keyword">typename</span> T> <span class="keywordtype">void</span> ensure(<span class="keyword">const</span> Size<T>& sz) {</div>
<div class="line"><a name="l00368"></a><span class="lineno"> 368</span>  <span class="keywordflow">if</span> ( xlength() > sz.xsize()) {</div>
<div class="line"><a name="l00369"></a><span class="lineno"> 369</span>  this->max_corner().x = sz.xsize() - 1 ;</div>
<div class="line"><a name="l00370"></a><span class="lineno"> 370</span>  }</div>
<div class="line"><a name="l00371"></a><span class="lineno"> 371</span>  <span class="keywordflow">if</span> ( ylength() > sz.ysize()) {</div>
<div class="line"><a name="l00372"></a><span class="lineno"> 372</span>  this->max_corner().y = sz.ysize() - 1 ;</div>
<div class="line"><a name="l00373"></a><span class="lineno"> 373</span>  }</div>
<div class="line"><a name="l00374"></a><span class="lineno"> 374</span>  <span class="keywordflow">if</span> ( zlength() > sz.zsize()) {</div>
<div class="line"><a name="l00375"></a><span class="lineno"> 375</span>  this->max_corner().z = sz.zsize() - 1 ;</div>
<div class="line"><a name="l00376"></a><span class="lineno"> 376</span>  }</div>
<div class="line"><a name="l00377"></a><span class="lineno"> 377</span> }</div>
<div class="line"><a name="l00378"></a><span class="lineno"> 378</span> </div>
<div class="line"><a name="l00379"></a><span class="lineno"> 379</span> <span class="keywordtype">void</span> copyFrom(<span class="keyword">const</span> Box<PointType>& box, quint32 dimensions=dimX | dimY | dimZ) {</div>
<div class="line"><a name="l00380"></a><span class="lineno"> 380</span>  <span class="keywordflow">if</span> ( dimensions & dimX) {</div>
<div class="line"><a name="l00381"></a><span class="lineno"> 381</span>  this->min_corner().x = box.min_corner().x;</div>
<div class="line"><a name="l00382"></a><span class="lineno"> 382</span>  this->max_corner().x =box.max_corner().x;</div>
<div class="line"><a name="l00383"></a><span class="lineno"> 383</span>  }</div>
<div class="line"><a name="l00384"></a><span class="lineno"> 384</span>  <span class="keywordflow">if</span> ( dimensions & dimY) {</div>
<div class="line"><a name="l00385"></a><span class="lineno"> 385</span>  this->min_corner().y = box.min_corner().y;</div>
<div class="line"><a name="l00386"></a><span class="lineno"> 386</span>  this->max_corner().y = box.max_corner().y;</div>
<div class="line"><a name="l00387"></a><span class="lineno"> 387</span>  }</div>
<div class="line"><a name="l00388"></a><span class="lineno"> 388</span>  <span class="keywordflow">if</span> ( dimensions & dimZ) {</div>
<div class="line"><a name="l00389"></a><span class="lineno"> 389</span>  this->min_corner().z = box.min_corner().z;</div>
<div class="line"><a name="l00390"></a><span class="lineno"> 390</span>  this->max_corner().z = box.max_corner().z;</div>
<div class="line"><a name="l00391"></a><span class="lineno"> 391</span>  }</div>
<div class="line"><a name="l00392"></a><span class="lineno"> 392</span> }</div>
<div class="line"><a name="l00393"></a><span class="lineno"> 393</span> </div>
<div class="line"><a name="l00394"></a><span class="lineno"> 394</span> </div>
<div class="line"><a name="l00395"></a><span class="lineno"><a class="code" href="class_ilwis_1_1_box.html#ab1b9531b3c86db9a4d373ac53c4f910b"> 395</a></span> QString <a class="code" href="class_ilwis_1_1_box.html#ab1b9531b3c86db9a4d373ac53c4f910b">toString</a>()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l00396"></a><span class="lineno"> 396</span>  <span class="keywordflow">if</span> ( is3D()) {</div>
<div class="line"><a name="l00397"></a><span class="lineno"> 397</span>  <span class="keywordflow">if</span> (this->min_corner().valuetype() == itDOUBLE)</div>
<div class="line"><a name="l00398"></a><span class="lineno"> 398</span>  <span class="keywordflow">return</span> QString(<span class="stringliteral">"POLYGON(%1 %2 %3,%4 %5 %6)"</span>).</div>
<div class="line"><a name="l00399"></a><span class="lineno"> 399</span>  arg((<span class="keywordtype">double</span>)this->min_corner().x,0,<span class="charliteral">'g'</span>).</div>
<div class="line"><a name="l00400"></a><span class="lineno"> 400</span>  arg((<span class="keywordtype">double</span>)this->min_corner().y,0,<span class="charliteral">'g'</span>).</div>
<div class="line"><a name="l00401"></a><span class="lineno"> 401</span>  arg((<span class="keywordtype">double</span>)this->min_corner().z,0,<span class="charliteral">'g'</span>).</div>
<div class="line"><a name="l00402"></a><span class="lineno"> 402</span>  arg((<span class="keywordtype">double</span>)this->max_corner().x,0,<span class="charliteral">'g'</span>).</div>
<div class="line"><a name="l00403"></a><span class="lineno"> 403</span>  arg((<span class="keywordtype">double</span>)this->max_corner().y,0,<span class="charliteral">'g'</span>).</div>
<div class="line"><a name="l00404"></a><span class="lineno"> 404</span>  arg((<span class="keywordtype">double</span>)this->max_corner().z,0,<span class="charliteral">'g'</span>);</div>
<div class="line"><a name="l00405"></a><span class="lineno"> 405</span>  <span class="keywordflow">else</span></div>
<div class="line"><a name="l00406"></a><span class="lineno"> 406</span>  <span class="keywordflow">return</span> QString(<span class="stringliteral">"POLYGON(%1 %2 %3,%4 %5 %6)"</span>).arg(this->min_corner().x).</div>
<div class="line"><a name="l00407"></a><span class="lineno"> 407</span>  arg(this->min_corner().y).</div>
<div class="line"><a name="l00408"></a><span class="lineno"> 408</span>  arg(this->min_corner().z).</div>
<div class="line"><a name="l00409"></a><span class="lineno"> 409</span>  arg(this->max_corner().x).</div>
<div class="line"><a name="l00410"></a><span class="lineno"> 410</span>  arg(this->max_corner().y).</div>
<div class="line"><a name="l00411"></a><span class="lineno"> 411</span>  arg(this->max_corner().z);</div>
<div class="line"><a name="l00412"></a><span class="lineno"> 412</span> </div>
<div class="line"><a name="l00413"></a><span class="lineno"> 413</span> </div>
<div class="line"><a name="l00414"></a><span class="lineno"> 414</span>  }<span class="keywordflow">else</span> {</div>
<div class="line"><a name="l00415"></a><span class="lineno"> 415</span>  <span class="keywordflow">if</span> (this->min_corner().valuetype() == itDOUBLE)</div>
<div class="line"><a name="l00416"></a><span class="lineno"> 416</span>  <span class="keywordflow">return</span> QString(<span class="stringliteral">"POLYGON(%1 %2,%3 %4)"</span>).</div>
<div class="line"><a name="l00417"></a><span class="lineno"> 417</span>  arg((<span class="keywordtype">double</span>)this->min_corner().x,0,<span class="charliteral">'g'</span>).</div>
<div class="line"><a name="l00418"></a><span class="lineno"> 418</span>  arg((<span class="keywordtype">double</span>)this->min_corner().y,0,<span class="charliteral">'g'</span>).</div>
<div class="line"><a name="l00419"></a><span class="lineno"> 419</span>  arg((<span class="keywordtype">double</span>)this->max_corner().x,0,<span class="charliteral">'g'</span>).</div>
<div class="line"><a name="l00420"></a><span class="lineno"> 420</span>  arg((<span class="keywordtype">double</span>)this->max_corner().y,0,<span class="charliteral">'g'</span>);</div>
<div class="line"><a name="l00421"></a><span class="lineno"> 421</span>  <span class="keywordflow">else</span></div>
<div class="line"><a name="l00422"></a><span class="lineno"> 422</span>  <span class="keywordflow">return</span> QString(<span class="stringliteral">"POLYGON(%1 %2,%3 %4)"</span>).</div>
<div class="line"><a name="l00423"></a><span class="lineno"> 423</span>  arg(this->min_corner().x).</div>
<div class="line"><a name="l00424"></a><span class="lineno"> 424</span>  arg(this->min_corner().y).</div>
<div class="line"><a name="l00425"></a><span class="lineno"> 425</span>  arg(this->max_corner().x).</div>
<div class="line"><a name="l00426"></a><span class="lineno"> 426</span>  arg(this->max_corner().y);</div>
<div class="line"><a name="l00427"></a><span class="lineno"> 427</span>  }</div>
<div class="line"><a name="l00428"></a><span class="lineno"> 428</span> </div>
<div class="line"><a name="l00429"></a><span class="lineno"> 429</span> }</div>
<div class="line"><a name="l00430"></a><span class="lineno"> 430</span> </div>
<div class="line"><a name="l00431"></a><span class="lineno"> 431</span> <span class="keyword">private</span>:</div>
<div class="line"><a name="l00432"></a><span class="lineno"> 432</span>  PointType _min_corner;</div>
<div class="line"><a name="l00433"></a><span class="lineno"> 433</span>  PointType _max_corner;</div>
<div class="line"><a name="l00434"></a><span class="lineno"> 434</span> </div>
<div class="line"><a name="l00435"></a><span class="lineno"> 435</span> </div>
<div class="line"><a name="l00436"></a><span class="lineno"> 436</span> <span class="keywordtype">void</span> normalize() {</div>
<div class="line"><a name="l00437"></a><span class="lineno"> 437</span>  PointType& pmin = this->min_corner();</div>
<div class="line"><a name="l00438"></a><span class="lineno"> 438</span>  PointType& pmax = this->max_corner();</div>
<div class="line"><a name="l00439"></a><span class="lineno"> 439</span>  <span class="keywordflow">if</span> ( pmin.x > pmax.x) {</div>
<div class="line"><a name="l00440"></a><span class="lineno"> 440</span>  <span class="keywordtype">double</span> v1 = pmin.x;</div>
<div class="line"><a name="l00441"></a><span class="lineno"> 441</span>  <span class="keywordtype">double</span> v2 = pmax.x;</div>
<div class="line"><a name="l00442"></a><span class="lineno"> 442</span>  std::swap(v1, v2);</div>
<div class="line"><a name="l00443"></a><span class="lineno"> 443</span>  pmin.x = v1;</div>
<div class="line"><a name="l00444"></a><span class="lineno"> 444</span>  pmax.x = v2;</div>
<div class="line"><a name="l00445"></a><span class="lineno"> 445</span> </div>
<div class="line"><a name="l00446"></a><span class="lineno"> 446</span>  }</div>
<div class="line"><a name="l00447"></a><span class="lineno"> 447</span>  <span class="keywordflow">if</span> ( pmin.y > pmax.y) {</div>
<div class="line"><a name="l00448"></a><span class="lineno"> 448</span>  <span class="keywordtype">double</span> v1 = pmin.y;</div>
<div class="line"><a name="l00449"></a><span class="lineno"> 449</span>  <span class="keywordtype">double</span> v2 = pmax.y;</div>
<div class="line"><a name="l00450"></a><span class="lineno"> 450</span>  std::swap(v1, v2);</div>
<div class="line"><a name="l00451"></a><span class="lineno"> 451</span>  pmin.y = v1;</div>
<div class="line"><a name="l00452"></a><span class="lineno"> 452</span>  pmax.y = v2;</div>
<div class="line"><a name="l00453"></a><span class="lineno"> 453</span>  }</div>
<div class="line"><a name="l00454"></a><span class="lineno"> 454</span>  <span class="keywordflow">if</span> ( pmin.z > pmax.z) {</div>
<div class="line"><a name="l00455"></a><span class="lineno"> 455</span>  <span class="keywordtype">double</span> v1 = pmin.z;</div>
<div class="line"><a name="l00456"></a><span class="lineno"> 456</span>  <span class="keywordtype">double</span> v2 = pmax.z;</div>
<div class="line"><a name="l00457"></a><span class="lineno"> 457</span>  std::swap(v1, v2);</div>
<div class="line"><a name="l00458"></a><span class="lineno"> 458</span>  pmin.z = v1;</div>
<div class="line"><a name="l00459"></a><span class="lineno"> 459</span>  pmax.z = v2;</div>
<div class="line"><a name="l00460"></a><span class="lineno"> 460</span>  }</div>
<div class="line"><a name="l00461"></a><span class="lineno"> 461</span> </div>
<div class="line"><a name="l00462"></a><span class="lineno"> 462</span> }</div>
<div class="line"><a name="l00463"></a><span class="lineno"> 463</span> </div>
<div class="line"><a name="l00464"></a><span class="lineno"> 464</span> </div>
<div class="line"><a name="l00465"></a><span class="lineno"> 465</span> };</div>
<div class="line"><a name="l00466"></a><span class="lineno"> 466</span> </div>
<div class="line"><a name="l00467"></a><span class="lineno"> 467</span> <span class="keyword">template</span><<span class="keyword">typename</span> Po<span class="keywordtype">int</span>Type> Box<PointType> operator *(<span class="keyword">const</span> Box<PointType>& box, <span class="keyword">const</span> <span class="keywordtype">double</span>& v) {</div>
<div class="line"><a name="l00468"></a><span class="lineno"> 468</span>  PointType pmin = box.min_corner();</div>
<div class="line"><a name="l00469"></a><span class="lineno"> 469</span>  PointType pmax = box.max_corner();</div>
<div class="line"><a name="l00470"></a><span class="lineno"> 470</span>  <span class="keywordtype">double</span> deltaX = box.xlength() * v / 2;</div>
<div class="line"><a name="l00471"></a><span class="lineno"> 471</span>  <span class="keywordtype">double</span> deltaY = box.ylength() * v / 2;</div>
<div class="line"><a name="l00472"></a><span class="lineno"> 472</span>  <span class="keywordtype">double</span> deltaZ = box.is3d() ? box.zlength() * v / 2 : 0;</div>
<div class="line"><a name="l00473"></a><span class="lineno"> 473</span>  pmin -= {deltaX, deltaY, deltaZ};</div>
<div class="line"><a name="l00474"></a><span class="lineno"> 474</span>  pmax += {deltaX, deltaY, deltaZ};</div>
<div class="line"><a name="l00475"></a><span class="lineno"> 475</span>  <span class="keywordflow">return</span> Box<PointType>(pmin, pmax);</div>
<div class="line"><a name="l00476"></a><span class="lineno"> 476</span> }</div>
<div class="line"><a name="l00477"></a><span class="lineno"> 477</span> </div>
<div class="line"><a name="l00478"></a><span class="lineno"> 478</span> <span class="keyword">typedef</span> <a class="code" href="class_ilwis_1_1_box.html">Ilwis::Box<Ilwis::Pixel></a> BoundingBox;</div>
<div class="line"><a name="l00479"></a><span class="lineno"> 479</span> <span class="keyword">typedef</span> <a class="code" href="class_ilwis_1_1_box.html">Ilwis::Box<Ilwis::Coordinate></a> Envelope;</div>
<div class="line"><a name="l00480"></a><span class="lineno"> 480</span> </div>
<div class="line"><a name="l00481"></a><span class="lineno"> 481</span> }</div>
<div class="line"><a name="l00482"></a><span class="lineno"> 482</span> </div>
<div class="line"><a name="l00483"></a><span class="lineno"> 483</span> </div>
<div class="line"><a name="l00484"></a><span class="lineno"> 484</span> Q_DECLARE_METATYPE(<a class="code" href="class_ilwis_1_1_box.html">Ilwis::BoundingBox</a>)</div>
<div class="line"><a name="l00485"></a><span class="lineno"> 485</span> Q_DECLARE_METATYPE(Ilwis::Box<Ilwis::Pixeld>)</div>
<div class="line"><a name="l00486"></a><span class="lineno"> 486</span> Q_DECLARE_METATYPE(Ilwis::Envelope)</div>
<div class="line"><a name="l00487"></a><span class="lineno"> 487</span> </div>
<div class="line"><a name="l00488"></a><span class="lineno"> 488</span> </div>
<div class="line"><a name="l00489"></a><span class="lineno"> 489</span> </div>
<div class="line"><a name="l00490"></a><span class="lineno"> 490</span> <span class="preprocessor">#endif // BOX_H</span></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Fri Mar 28 2014 13:51:04 for Ilwis-Objects by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.3.1
</small></address>
</body>
</html>
| ridoo/IlwisCore | CPPAPI/box_8h_source.html | HTML | apache-2.0 | 71,383 |
<!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>amod</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-uk">home</a></span>
<span class="header-text"><a href="https://github.com/universaldependencies/docs/edit/pages-source/_uk/dep/amod.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>amod</code>: adjectival modifier</h2>
<p>An adjectival modifier of a noun is any adjectival phrase that serves to modify the meaning of the noun.</p>
<p>Exception: if the modifying adjectival word is pronominal (i.e. tagged <a href="">uk-pos/DET</a>), the relation is <a href="">det</a> instead of <code class="language-plaintext highlighter-rouge">amod</code>.</p>
<pre><code class="language-sdparse">Ніна їсть зелене яблуко . \n Nina is-eating (a) green apple .
amod(яблуко, зелене)
amod(apple, green)
</code></pre>
<!--~~~ conllu-->
<!--1 Ніна Ніна NPROP NSN _ 2 nsubj _ _-->
<!--2 їсть їсти VERB VPR3s _ 0 root _ _-->
<!--3 зелене зелений ADJ ASA _ 4 amod _ _-->
<!--4 яблуко яблуко NOUN NSA _ 2 dobj _ _-->
<!--~~~-->
<pre><code class="language-sdparse">Ігор взяв десятитисячну позику . \n Igor has taken (a) ten-thousand loan .
amod(позику, десятитисячну)
amod(loan, ten-thousand)
</code></pre>
<pre><code class="language-sdparse">Перший бігун був швидкий . \n The-first racer was fast .
amod(бігун, Перший)
amod(racer, The-first)
nsubj(швидкий, бігун)
nsubj(fast, racer)
</code></pre>
<pre><code class="language-sdparse">Швидкий бігун був перший . \n The-fast racer was first .
amod(бігун, Швидкий)
amod(racer, The-fast)
nsubj(перший, бігун)
nsubj(first, racer)
</code></pre>
<!-- Interlanguage links updated St lis 3 20:58:38 CET 2021 -->
<!-- "in other languages" links -->
<hr/>
amod in other languages:
[<a href="../../bej/dep/amod.html">bej</a>]
[<a href="../../bg/dep/amod.html">bg</a>]
[<a href="../../bm/dep/amod.html">bm</a>]
[<a href="../../cop/dep/amod.html">cop</a>]
[<a href="../../cs/dep/amod.html">cs</a>]
[<a href="../../de/dep/amod.html">de</a>]
[<a href="../../el/dep/amod.html">el</a>]
[<a href="../../en/dep/amod.html">en</a>]
[<a href="../../es/dep/amod.html">es</a>]
[<a href="../../et/dep/amod.html">et</a>]
[<a href="../../eu/dep/amod.html">eu</a>]
[<a href="../../fi/dep/amod.html">fi</a>]
[<a href="../../fr/dep/amod.html">fr</a>]
[<a href="../../fro/dep/amod.html">fro</a>]
[<a href="../../ga/dep/amod.html">ga</a>]
[<a href="../../gsw/dep/amod.html">gsw</a>]
[<a href="../../hy/dep/amod.html">hy</a>]
[<a href="../../it/dep/amod.html">it</a>]
[<a href="../../ja/dep/amod.html">ja</a>]
[<a href="../../kk/dep/amod.html">kk</a>]
[<a href="../../no/dep/amod.html">no</a>]
[<a href="../../pcm/dep/amod.html">pcm</a>]
[<a href="../../pt/dep/amod.html">pt</a>]
[<a href="../../ro/dep/amod.html">ro</a>]
[<a href="../../ru/dep/amod.html">ru</a>]
[<a href="../../sv/dep/amod.html">sv</a>]
[<a href="../../swl/dep/amod.html">swl</a>]
[<a href="../../tr/dep/amod.html">tr</a>]
[<a href="../../u/dep/amod.html">u</a>]
[<a href="../../uk/dep/amod.html">uk</a>]
[<a href="../../urj/dep/amod.html">urj</a>]
[<a href="../../vi/dep/amod.html">vi</a>]
[<a href="../../yue/dep/amod.html">yue</a>]
[<a href="../../zh/dep/amod.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'] = 'uk';
// perform all embedding and support functions
Annodoc.activate(Config.bratCollData, Collections.listing);
});
</script>
<!-- google analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55233688-1', 'auto');
ga('send', 'pageview');
</script>
<div id="footer">
<p class="footer-text">© 2014–2021
<a href="http://universaldependencies.org/introduction.html#contributors" style="color:gray">Universal Dependencies contributors</a>.
Site powered by <a href="http://spyysalo.github.io/annodoc" style="color:gray">Annodoc</a> and <a href="http://brat.nlplab.org/" style="color:gray">brat</a></p>.
</div>
</div>
</body>
</html>
| UniversalDependencies/universaldependencies.github.io | uk/dep/amod.html | HTML | apache-2.0 | 9,143 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML
><HEAD
><TITLE
>Planner/Optimizer</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
REV="MADE"
HREF="mailto:pgsql-docs@postgresql.org"><LINK
REL="HOME"
TITLE="PostgreSQL 9.2.8 Documentation"
HREF="index.html"><LINK
REL="UP"
TITLE="Overview of PostgreSQL Internals"
HREF="overview.html"><LINK
REL="PREVIOUS"
TITLE="The PostgreSQL Rule System"
HREF="rule-system.html"><LINK
REL="NEXT"
TITLE="Executor"
HREF="executor.html"><LINK
REL="STYLESHEET"
TYPE="text/css"
HREF="stylesheet.css"><META
HTTP-EQUIV="Content-Type"
CONTENT="text/html; charset=ISO-8859-1"><META
NAME="creation"
CONTENT="2014-03-17T19:46:29"></HEAD
><BODY
CLASS="SECT1"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="5"
ALIGN="center"
VALIGN="bottom"
><A
HREF="index.html"
>PostgreSQL 9.2.8 Documentation</A
></TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="top"
><A
TITLE="The PostgreSQL Rule System"
HREF="rule-system.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="top"
><A
HREF="overview.html"
ACCESSKEY="U"
>Up</A
></TD
><TD
WIDTH="60%"
ALIGN="center"
VALIGN="bottom"
>Chapter 44. Overview of PostgreSQL Internals</TD
><TD
WIDTH="20%"
ALIGN="right"
VALIGN="top"
><A
TITLE="Executor"
HREF="executor.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="SECT1"
><H1
CLASS="SECT1"
><A
NAME="PLANNER-OPTIMIZER"
>44.5. Planner/Optimizer</A
></H1
><P
> The task of the <I
CLASS="FIRSTTERM"
>planner/optimizer</I
> is to
create an optimal execution plan. A given SQL query (and hence, a
query tree) can be actually executed in a wide variety of
different ways, each of which will produce the same set of
results. If it is computationally feasible, the query optimizer
will examine each of these possible execution plans, ultimately
selecting the execution plan that is expected to run the fastest.
</P
><DIV
CLASS="NOTE"
><BLOCKQUOTE
CLASS="NOTE"
><P
><B
>Note: </B
> In some situations, examining each possible way in which a query
can be executed would take an excessive amount of time and memory
space. In particular, this occurs when executing queries
involving large numbers of join operations. In order to determine
a reasonable (not necessarily optimal) query plan in a reasonable amount
of time, <SPAN
CLASS="PRODUCTNAME"
>PostgreSQL</SPAN
> uses a <I
CLASS="FIRSTTERM"
>Genetic
Query Optimizer</I
> (see <A
HREF="geqo.html"
>Chapter 51</A
>) when the number of joins
exceeds a threshold (see <A
HREF="runtime-config-query.html#GUC-GEQO-THRESHOLD"
>geqo_threshold</A
>).
</P
></BLOCKQUOTE
></DIV
><P
> The planner's search procedure actually works with data structures
called <I
CLASS="FIRSTTERM"
>paths</I
>, which are simply cut-down representations of
plans containing only as much information as the planner needs to make
its decisions. After the cheapest path is determined, a full-fledged
<I
CLASS="FIRSTTERM"
>plan tree</I
> is built to pass to the executor. This represents
the desired execution plan in sufficient detail for the executor to run it.
In the rest of this section we'll ignore the distinction between paths
and plans.
</P
><DIV
CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="AEN87651"
>44.5.1. Generating Possible Plans</A
></H2
><P
> The planner/optimizer starts by generating plans for scanning each
individual relation (table) used in the query. The possible plans
are determined by the available indexes on each relation.
There is always the possibility of performing a
sequential scan on a relation, so a sequential scan plan is always
created. Assume an index is defined on a
relation (for example a B-tree index) and a query contains the
restriction
<TT
CLASS="LITERAL"
>relation.attribute OPR constant</TT
>. If
<TT
CLASS="LITERAL"
>relation.attribute</TT
> happens to match the key of the B-tree
index and <TT
CLASS="LITERAL"
>OPR</TT
> is one of the operators listed in
the index's <I
CLASS="FIRSTTERM"
>operator class</I
>, another plan is created using
the B-tree index to scan the relation. If there are further indexes
present and the restrictions in the query happen to match a key of an
index, further plans will be considered. Index scan plans are also
generated for indexes that have a sort ordering that can match the
query's <TT
CLASS="LITERAL"
>ORDER BY</TT
> clause (if any), or a sort ordering that
might be useful for merge joining (see below).
</P
><P
> If the query requires joining two or more relations,
plans for joining relations are considered
after all feasible plans have been found for scanning single relations.
The three available join strategies are:
<P
></P
></P><UL
><LI
><P
> <I
CLASS="FIRSTTERM"
>nested loop join</I
>: The right relation is scanned
once for every row found in the left relation. This strategy
is easy to implement but can be very time consuming. (However,
if the right relation can be scanned with an index scan, this can
be a good strategy. It is possible to use values from the current
row of the left relation as keys for the index scan of the right.)
</P
></LI
><LI
><P
> <I
CLASS="FIRSTTERM"
>merge join</I
>: Each relation is sorted on the join
attributes before the join starts. Then the two relations are
scanned in parallel, and matching rows are combined to form
join rows. This kind of join is more
attractive because each relation has to be scanned only once.
The required sorting might be achieved either by an explicit sort
step, or by scanning the relation in the proper order using an
index on the join key.
</P
></LI
><LI
><P
> <I
CLASS="FIRSTTERM"
>hash join</I
>: the right relation is first scanned
and loaded into a hash table, using its join attributes as hash keys.
Next the left relation is scanned and the
appropriate values of every row found are used as hash keys to
locate the matching rows in the table.
</P
></LI
></UL
><P>
</P
><P
> When the query involves more than two relations, the final result
must be built up by a tree of join steps, each with two inputs.
The planner examines different possible join sequences to find the
cheapest one.
</P
><P
> If the query uses fewer than <A
HREF="runtime-config-query.html#GUC-GEQO-THRESHOLD"
>geqo_threshold</A
>
relations, a near-exhaustive search is conducted to find the best
join sequence. The planner preferentially considers joins between any
two relations for which there exist a corresponding join clause in the
<TT
CLASS="LITERAL"
>WHERE</TT
> qualification (i.e., for
which a restriction like <TT
CLASS="LITERAL"
>where rel1.attr1=rel2.attr2</TT
>
exists). Join pairs with no join clause are considered only when there
is no other choice, that is, a particular relation has no available
join clauses to any other relation. All possible plans are generated for
every join pair considered by the planner, and the one that is
(estimated to be) the cheapest is chosen.
</P
><P
> When <TT
CLASS="VARNAME"
>geqo_threshold</TT
> is exceeded, the join
sequences considered are determined by heuristics, as described
in <A
HREF="geqo.html"
>Chapter 51</A
>. Otherwise the process is the same.
</P
><P
> The finished plan tree consists of sequential or index scans of
the base relations, plus nested-loop, merge, or hash join nodes as
needed, plus any auxiliary steps needed, such as sort nodes or
aggregate-function calculation nodes. Most of these plan node
types have the additional ability to do <I
CLASS="FIRSTTERM"
>selection</I
>
(discarding rows that do not meet a specified Boolean condition)
and <I
CLASS="FIRSTTERM"
>projection</I
> (computation of a derived column set
based on given column values, that is, evaluation of scalar
expressions where needed). One of the responsibilities of the
planner is to attach selection conditions from the
<TT
CLASS="LITERAL"
>WHERE</TT
> clause and computation of required
output expressions to the most appropriate nodes of the plan
tree.
</P
></DIV
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="rule-system.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="executor.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>The <SPAN
CLASS="PRODUCTNAME"
>PostgreSQL</SPAN
> Rule System</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="overview.html"
ACCESSKEY="U"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Executor</TD
></TR
></TABLE
></DIV
></BODY
></HTML
> | ArcherCraftStore/ArcherVMPeridot | pgsql/doc/postgresql/html/planner-optimizer.html | HTML | apache-2.0 | 9,394 |
<?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>Conductor - ScalaTest 2.1.7 - org.scalatest.concurrent.Conductor</title>
<meta name="description" content="Conductor - ScalaTest 2.1.7 - org.scalatest.concurrent.Conductor" />
<meta name="keywords" content="Conductor ScalaTest 2.1.7 org.scalatest.concurrent.Conductor" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link href="../../../lib/template.css" media="screen" type="text/css" rel="stylesheet" />
<link href="../../../lib/diagrams.css" media="screen" type="text/css" rel="stylesheet" id="diagrams-css" />
<script type="text/javascript" src="../../../lib/jquery.js" id="jquery-js"></script>
<script type="text/javascript" src="../../../lib/jquery-ui.js"></script>
<script type="text/javascript" src="../../../lib/template.js"></script>
<script type="text/javascript" src="../../../lib/tools.tooltip.js"></script>
<script type="text/javascript">
if(top === self) {
var url = '../../../index.html';
var hash = 'org.scalatest.concurrent.Conductor';
var anchor = window.location.hash;
var anchor_opt = '';
if (anchor.length >= 1)
anchor_opt = '@' + anchor.substring(1);
window.location.href = url + '#' + hash + anchor_opt;
}
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-71294502-3', 'auto');
ga('send', 'pageview');
</script>
</head>
<body class="type">
<!-- Top of doc.scalatest.org [javascript] -->
<script type="text/javascript">
var rnd = window.rnd || Math.floor(Math.random()*10e6);
var pid204546 = window.pid204546 || rnd;
var plc204546 = window.plc204546 || 0;
var abkw = window.abkw || '';
var absrc = 'http://ab167933.adbutler-ikon.com/adserve/;ID=167933;size=468x60;setID=204546;type=js;sw='+screen.width+';sh='+screen.height+';spr='+window.devicePixelRatio+';kw='+abkw+';pid='+pid204546+';place='+(plc204546++)+';rnd='+rnd+';click=CLICK_MACRO_PLACEHOLDER';
document.write('<scr'+'ipt src="'+absrc+'" type="text/javascript"></scr'+'ipt>');
</script>
<div id="definition">
<img src="../../../lib/class_big.png" />
<p id="owner"><a href="../../package.html" class="extype" name="org">org</a>.<a href="../package.html" class="extype" name="org.scalatest">scalatest</a>.<a href="package.html" class="extype" name="org.scalatest.concurrent">concurrent</a></p>
<h1>Conductor</h1>
</div>
<h4 id="signature" class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">class</span>
</span>
<span class="symbol">
<span class="name deprecated" title="Deprecated: org.scalatest.concurrent.Conductor has been deprecated and will be removed in a future version of ScalaTest. Please mix in trait Conductors, which now defines Conductor, instead of using Conductor directly.">Conductor</span><span class="result"> extends <span class="extype" name="scala.AnyRef">AnyRef</span></span>
</span>
</h4>
<div id="comment" class="fullcommenttop"><div class="comment cmt"><p><strong><code>org.scalatest.concurrent.Conductor</code> has been deprecated and will
be removed in a future version of ScalaTest. Please mix in or import the members
of trait <a href="Conductors.html"><code>Conductors</code></a>, into which <code>Conductor</code> has been moved, instead
of using this class directly.</strong></p><p><strong>The reason <code>Conductor</code> was moved into trait <code>Conductors</code>
was so that it can extend trait
<a href="PatienceConfiguration.html"><code>PatienceConfiguration</code></a>, which was
introduced in ScalaTest 1.8. This will make <code>Conductor</code> configurable in a
way consistent with traits <code>Eventually</code> and <code>AsyncAssertions</code>
(both of which were also introduced in ScalaTest 1.8), and scalable with the
<code>scaled</code> method of trait
<a href="ScaledTimeSpans.html"><code>ScaledTimeSpans</code></a>.</strong></p><p>Class that facilitates the testing of classes, traits, and libraries designed
to be used by multiple threads concurrently.</p><p>A <code>Conductor</code> conducts a multi-threaded scenario by maintaining
a clock of "beats." Beats are numbered starting with 0. You can ask a
<code>Conductor</code> to run threads that interact with the class, trait,
or library (the <em>subject</em>)
you want to test. A thread can call the <code>Conductor</code>'s
<code>waitForBeat</code> method, which will cause the thread to block
until that beat has been reached. The <code>Conductor</code> will advance
the beat only when all threads participating in the test are blocked. By
tying the timing of thread activities to specific beats, you can write
tests for concurrent systems that have deterministic interleavings of
threads.</p><p>A <code>Conductor</code> object has a three-phase lifecycle. It begins its life
in the <em>setup</em> phase. During this phase, you can start threads by
invoking the <code>thread</code> method on the <code>Conductor</code>.
When <code>conduct</code> is invoked on a <code>Conductor</code>, it enters
the <em>conducting</em> phase. During this phase it conducts the one multi-threaded
scenario it was designed to conduct. After all participating threads have exited, either by
returning normally or throwing an exception, the <code>conduct</code> method
will complete, either by returning normally or throwing an exception. As soon as
the <code>conduct</code> method completes, the <code>Conductor</code>
enters its <em>defunct</em> phase. Once the <code>Conductor</code> has conducted
a multi-threaded scenario, it is defunct and can't be reused. To run the same test again,
you'll need to create a new instance of <code>Conductor</code>.</p><p>Here's an example of the use of <code>Conductor</code> to test the <code>ArrayBlockingQueue</code>
class from <code>java.util.concurrent</code>:</p><p><pre class="stHighlighted">
<span class="stReserved">import</span> org.scalatest.fixture.FunSuite
<span class="stReserved">import</span> org.scalatest.matchers.ShouldMatchers
<span class="stReserved">import</span> java.util.concurrent.ArrayBlockingQueue
<br /><span class="stReserved">class</span> <span class="stType">ArrayBlockingQueueSuite</span> <span class="stReserved">extends</span> <span class="stType">FunSuite</span> <span class="stReserved">with</span> <span class="stType">ShouldMatchers</span> {
<br /> test(<span class="stQuotedString">"calling put on a full queue blocks the producer thread"</span>) {
<br /> <span class="stReserved">val</span> conductor = <span class="stReserved">new</span> <span class="stType">Conductor</span>
<span class="stReserved">import</span> conductor._
<br /> <span class="stReserved">val</span> buf = <span class="stReserved">new</span> <span class="stType">ArrayBlockingQueue[Int]</span>(<span class="stLiteral">1</span>)
<br /> thread(<span class="stQuotedString">"producer"</span>) {
buf put <span class="stLiteral">42</span>
buf put <span class="stLiteral">17</span>
beat should be (<span class="stLiteral">1</span>)
}
<br /> thread(<span class="stQuotedString">"consumer"</span>) {
waitForBeat(<span class="stLiteral">1</span>)
buf.take should be (<span class="stLiteral">42</span>)
buf.take should be (<span class="stLiteral">17</span>)
}
<br /> whenFinished {
buf should be (<span class="stQuotedString">'empty</span>)
}
}
}
</pre></p><p>When the test shown is run, it will create one thread named <em>producer</em> and another named
<em>consumer</em>. The producer thread will eventually execute the code passed as a by-name
parameter to <code>thread("producer")</code>:</p><p><pre class="stHighlighted">
buf put <span class="stLiteral">42</span>
buf put <span class="stLiteral">17</span>
beat should be (<span class="stLiteral">1</span>)
</pre></p><p>Similarly, the consumer thread will eventually execute the code passed as a by-name parameter
to <code>thread("consumer")</code>:</p><p><pre class="stHighlighted">
waitForBeat(<span class="stLiteral">1</span>)
buf.take should be (<span class="stLiteral">42</span>)
buf.take should be (<span class="stLiteral">17</span>)
</pre></p><p>The <code>thread</code> method invocations will create the threads and start the threads, but will not immediately
execute the by-name parameter passed to them. They will first block, waiting for the <code>Conductor</code>
to give them a green light to proceed.</p><p>The next call in the test is <code>whenFinished</code>. This method will first call <code>conduct</code> on
the <code>Conductor</code>, which will wait until all threads that were created (in this case, producer and consumer) are
at the "starting line", <em>i.e.</em>, they have all started and are blocked, waiting on the green light.
The <code>conduct</code> method will then give these threads the green light and they will
all start executing their blocks concurrently.</p><p>When the threads are given the green light, the beat is 0. The first thing the producer thread does is put 42 in
into the queue. As the queue is empty at this point, this succeeds. The producer thread next attempts to put a 17
into the queue, but because the queue has size 1, this can't succeed until the consumer thread has read the 42
from the queue. This hasn't happened yet, so producer blocks. Meanwhile, the consumer thread's first act is to
call <code>waitForBeat(1)</code>. Because the beat starts out at 0, this call will block the consumer thread.
As a result, once the producer thread has executed <code>buf put 17</code> and the consumer thread has executed
<code>waitForBeat(1)</code>, both threads will be blocked.</p><p>The <code>Conductor</code> maintains a clock that wakes up periodically and checks to see if all threads
participating in the multi-threaded scenario (in this case, producer and consumer) are blocked. If so, it
increments the beat. Thus sometime later the beat will be incremented, from 0 to 1. Because consumer was
waiting for beat 1, it will wake up (<em>i.e.</em>, the <code>waitForBeat(1)</code> call will return) and
execute the next line of code in its block, <code>buf.take should be (42)</code>. This will succeed, because
the producer thread had previously (during beat 0) put 42 into the queue. This act will also make
producer runnable again, because it was blocked on the second <code>put</code>, which was waiting for another
thread to read that 42.</p><p>Now both threads are unblocked and able to execute their next statement. The order is
non-deterministic, and can even be simultaneous if running on multiple cores. If the <code>consumer</code> thread
happens to execute <code>buf.take should be (17)</code> first, it will block (<code>buf.take</code> will not return), because the queue is
at that point empty. At some point later, the producer thread will execute <code>buf put 17</code>, which will
unblock the consumer thread. Again both threads will be runnable and the order non-deterministic and
possibly simulataneous. The producer thread may charge ahead and run its next statement, <code>beat should be (1)</code>.
This will succeed because the beat is indeed 1 at this point. As this is the last statement in the producer's block,
the producer thread will exit normally (it won't throw an exception). At some point later the consumer thread will
be allowed to complete its last statement, the <code>buf.take</code> call will return 17. The consumer thread will
execute <code>17 should be (17)</code>. This will succeed and as this was the last statement in its block, the consumer will return
normally.</p><p>If either the producer or consumer thread had completed abruptly with an exception, the <code>conduct</code> method
(which was called by <code>whenFinished</code>) would have completed abruptly with an exception to indicate the test
failed. However, since both threads returned normally, <code>conduct</code> will return. Because <code>conduct</code> doesn't
throw an exception, <code>whenFinished</code> will execute the block of code passed as a by-name parameter to it: <code>buf should be ('empty)</code>.
This will succeed, because the queue is indeed empty at this point. The <code>whenFinished</code> method will then return, and
because the <code>whenFinished</code> call was the last statement in the test and it didn't throw an exception, the test completes successfully.</p><p>This test tests <code>ArrayBlockingQueue</code>, to make sure it works as expected. If there were a bug in <code>ArrayBlockingQueue</code>
such as a <code>put</code> called on a full queue didn't block, but instead overwrote the previous value, this test would detect
it. However, if there were a bug in <code>ArrayBlockingQueue</code> such that a call to <code>take</code> called on an empty queue
never blocked and always returned 0, this test might not detect it. The reason is that whether the consumer thread will ever call
<code>take</code> on an empty queue during this test is non-deterministic. It depends on how the threads get scheduled during beat 1.
What is deterministic in this test, because the consumer thread blocks during beat 0, is that the producer thread will definitely
attempt to write to a full queue. To make sure the other scenario is tested, you'd need a different test:</p><p><pre class="stHighlighted">
test(<span class="stQuotedString">"calling take on an empty queue blocks the consumer thread"</span>) {
<br /> <span class="stReserved">val</span> conductor = <span class="stReserved">new</span> <span class="stType">Conductor</span>
<span class="stReserved">import</span> conductor._
<br /> <span class="stReserved">val</span> buf = <span class="stReserved">new</span> <span class="stType">ArrayBlockingQueue[Int]</span>(<span class="stLiteral">1</span>)
<br /> thread(<span class="stQuotedString">"producer"</span>) {
waitForBeat(<span class="stLiteral">1</span>)
buf put <span class="stLiteral">42</span>
buf put <span class="stLiteral">17</span>
}
<br /> thread(<span class="stQuotedString">"consumer"</span>) {
buf.take should be (<span class="stLiteral">42</span>)
buf.take should be (<span class="stLiteral">17</span>)
beat should be (<span class="stLiteral">1</span>)
}
<br /> whenFinished {
buf should be (<span class="stQuotedString">'empty</span>)
}
}
</pre></p><p>In this test, the producer thread will block, waiting for beat 1. The consumer thread will invoke <code>buf.take</code>
as its first act. This will block, because the queue is empty. Because both threads are blocked, the <code>Conductor</code>
will at some point later increment the beat to 1. This will awaken the producer thread. It will return from its
<code>waitForBeat(1)</code> call and execute <code>buf put 42</code>. This will unblock the consumer thread, which will
take the 42, and so on.</p><p>The problem that <code>Conductor</code> is designed to address is the difficulty, caused by the non-deterministic nature
of thread scheduling, of testing classes, traits, and libraries that are intended to be used by multiple threads.
If you just create a test in which one thread reads from an <code>ArrayBlockingQueue</code> and
another writes to it, you can't be sure that you have tested all possible interleavings of threads, no matter
how many times you run the test. The purpose of <code>Conductor</code>
is to enable you to write tests with deterministic interleavings of threads. If you write one test for each possible
interleaving of threads, then you can be sure you have all the scenarios tested. The two tests shown here, for example,
ensure that both the scenario in which a producer thread tries to write to a full queue and the scenario in which a
consumer thread tries to take from an empty queue are tested.</p><p>Class <code>Conductor</code> was inspired by the
<a href="http://www.cs.umd.edu/projects/PL/multithreadedtc/">MultithreadedTC project</a>,
created by Bill Pugh and Nat Ayewah of the University of Maryland, and was brought to ScalaTest with major
contributions by Josh Cough.</p><p>Although useful, bear in mind that a <code>Conductor</code>'s results are not guaranteed to be
accurate 100% of the time. The reason is that it uses <code>java.lang.Thread</code>'s <code>getState</code> method to
decide when to advance the beat. This type of use is advised against in the Javadoc documentation for
<code>getState</code>, which says, "This method is designed for use in monitoring of the system state, not for
synchronization." In short, sometimes the return value of <code>getState</code> may be inacurrate, which in turn means
that sometimes a <code>Conductor</code> may decide to advance the beat too early. The upshot is that while <code>Conductor</code>
can be quite helpful in developing a thread-safe class initially, once the class is done you may not want to run the resulting tests
all the time as regression tests because they may generate occassional false negatives. (<code>Conductor</code> should never generate
a false positive, though, so if a test passes you can believe that. If the test fails consistently, you can believe that as well. But
if a test fails only occasionally, it may or may not indicate an actual concurrency bug.)</p></div><dl class="attributes block"> <dt>Annotations</dt><dd>
<span class="name">@deprecated</span>
</dd><dt>Deprecated</dt><dd class="cmt"><p>org.scalatest.concurrent.Conductor has been deprecated and will be removed in a future version of ScalaTest. Please mix in trait Conductors, which now defines Conductor, instead of using Conductor directly.</p></dd><dt>Source</dt><dd><a href="https://github.com/scalatest/scalatest/tree/release-2.1.7-for-scala-2.10/src/main/scala/org/scalatest/concurrent/Conductor.scala" target="_blank">Conductor.scala</a></dd></dl><div class="toggleContainer block">
<span class="toggle">Linear Supertypes</span>
<div class="superTypes hiddenContent"><span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div>
</div></div>
<div id="mbrsel">
<div id="textfilter"><span class="pre"></span><span class="input"><input id="mbrsel-input" type="text" accesskey="/" /></span><span class="post"></span></div>
<div id="order">
<span class="filtertype">Ordering</span>
<ol>
<li class="alpha in"><span>Alphabetic</span></li>
<li class="inherit out"><span>By inheritance</span></li>
</ol>
</div>
<div id="ancestors">
<span class="filtertype">Inherited<br />
</span>
<ol id="linearization">
<li class="in" name="org.scalatest.concurrent.Conductor"><span>Conductor</span></li><li class="in" name="scala.AnyRef"><span>AnyRef</span></li><li class="in" name="scala.Any"><span>Any</span></li>
</ol>
</div><div id="ancestors">
<span class="filtertype"></span>
<ol>
<li class="hideall out"><span>Hide All</span></li>
<li class="showall in"><span>Show all</span></li>
</ol>
<a href="http://docs.scala-lang.org/overviews/scaladoc/usage.html#members" target="_blank">Learn more about member selection</a>
</div>
<div id="visbl">
<span class="filtertype">Visibility</span>
<ol><li class="public in"><span>Public</span></li><li class="all out"><span>All</span></li></ol>
</div>
</div>
<div id="template">
<div id="allMembers">
<div id="constructors" class="members">
<h3>Instance Constructors</h3>
<ol><li name="org.scalatest.concurrent.Conductor#<init>" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped">
<a id="<init>():org.scalatest.concurrent.Conductor"></a>
<a id="<init>:Conductor"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">new</span>
</span>
<span class="symbol">
<span class="name">Conductor</span><span class="params">()</span>
</span>
</h4>
</li></ol>
</div>
<div id="values" class="values members">
<h3>Value Members</h3>
<ol><li name="scala.AnyRef#!=" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="!=(x$1:AnyRef):Boolean"></a>
<a id="!=(AnyRef):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $bang$eq" class="name">!=</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.Any#!=" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="!=(x$1:Any):Boolean"></a>
<a id="!=(Any):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $bang$eq" class="name">!=</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li name="scala.AnyRef###" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="##():Int"></a>
<a id="##():Int"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $hash$hash" class="name">##</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef#==" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="==(x$1:AnyRef):Boolean"></a>
<a id="==(AnyRef):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $eq$eq" class="name">==</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.Any#==" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="==(x$1:Any):Boolean"></a>
<a id="==(Any):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $eq$eq" class="name">==</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li name="scala.Any#asInstanceOf" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="asInstanceOf[T0]:T0"></a>
<a id="asInstanceOf[T0]:T0"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">asInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Any.asInstanceOf.T0">T0</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li name="org.scalatest.concurrent.Conductor#beat" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="beat:Int"></a>
<a id="beat: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">beat</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span>
</span>
</h4>
<p class="shortcomment cmt">The current value of the thread clock.</p><div class="fullcomment"><div class="comment cmt"><p>The current value of the thread clock.
</p></div><dl class="paramcmts block"><dt>returns</dt><dd class="cmt"><p>the current beat value
</p></dd></dl></div>
</li><li name="scala.AnyRef#clone" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="clone():Object"></a>
<a id="clone():AnyRef"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">clone</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.AnyRef">AnyRef</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">()</span>
</dd></dl></div>
</li><li name="org.scalatest.concurrent.Conductor#conduct" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="conduct(clockPeriod:Int,timeout:Int):Unit"></a>
<a id="conduct(Int,Int):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">conduct</span><span class="params">(<span name="clockPeriod">clockPeriod: <span class="extype" name="scala.Int">Int</span></span>, <span name="timeout">timeout: <span class="extype" name="scala.Int">Int</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<p class="shortcomment cmt">Conducts a multithreaded test with the specified clock period (in milliseconds)
and timeout (in seconds).</p><div class="fullcomment"><div class="comment cmt"><p>Conducts a multithreaded test with the specified clock period (in milliseconds)
and timeout (in seconds).</p><p>A <code>Conductor</code> instance maintains an internal clock, which will wake up
periodically and check to see if it should advance the beat, abort the test, or go back to sleep.
It sleeps <code>clockPeriod</code> milliseconds each time. It will abort the test
if either deadlock is suspected or the beat has not advanced for the number of
seconds specified as <code>timeout</code>. Suspected deadlock will be declared if
for some number of consecutive clock cycles, all test threads are in the <code>BLOCKED</code> or
<code>WAITING</code> states and none of them are waiting for a beat.</p></div><dl class="paramcmts block"><dt class="param">clockPeriod</dt><dd class="cmt"><p>The period (in ms) the clock will sleep each time it sleeps</p></dd><dt class="param">timeout</dt><dd class="cmt"><p>The maximum allowed time between successive advances of the beat. If this time
is exceeded, the Conductor will abort the test.</p></dd></dl><dl class="attributes block"> <dt>Exceptions thrown</dt><dd><span class="cmt">Throwable<p>The first error or exception that is thrown by one of the test threads, or
a <code>TestFailedException</code> if the test was aborted due to a timeout or suspected deadlock.
</p></span></dd></dl></div>
</li><li name="org.scalatest.concurrent.Conductor#conduct" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped">
<a id="conduct():Unit"></a>
<a id="conduct():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">conduct</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<p class="shortcomment cmt">Conducts a multithreaded test with a default clock period of 10 milliseconds
and default run limit of 5 seconds.</p>
</li><li name="org.scalatest.concurrent.Conductor#conductingHasBegun" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="conductingHasBegun:Boolean"></a>
<a id="conductingHasBegun: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">conductingHasBegun</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<p class="shortcomment cmt">Indicates whether either of the two overloaded <code>conduct</code> methods
have been invoked.</p><div class="fullcomment"><div class="comment cmt"><p>Indicates whether either of the two overloaded <code>conduct</code> methods
have been invoked.</p><p>This method returns true if either <code>conduct</code> method has been invoked. The
<code>conduct</code> method may have returned or not. (In other words, a <code>true</code>
result from this method does not mean the <code>conduct</code> method has returned,
just that it was already been invoked and,therefore, the multi-threaded scenario it
conducts has definitely begun.)</p></div></div>
</li><li name="scala.AnyRef#eq" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="eq(x$1:AnyRef):Boolean"></a>
<a id="eq(AnyRef):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">eq</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#equals" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="equals(x$1:Any):Boolean"></a>
<a id="equals(Any):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">equals</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef#finalize" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="finalize():Unit"></a>
<a id="finalize():Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">()</span>
</dd></dl></div>
</li><li name="scala.AnyRef#getClass" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="getClass():Class[_]"></a>
<a id="getClass():Class[_]"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef#hashCode" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="hashCode():Int"></a>
<a id="hashCode():Int"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">hashCode</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="org.scalatest.concurrent.Conductor#isConductorFrozen" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="isConductorFrozen:Boolean"></a>
<a id="isConductorFrozen: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">isConductorFrozen</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<p class="shortcomment cmt">Indicates whether the conductor has been frozen.</p><div class="fullcomment"><div class="comment cmt"><p>Indicates whether the conductor has been frozen.</p><p>Note: The only way a thread
can freeze the conductor is by calling <code>withConductorFrozen</code>.</p></div></div>
</li><li name="scala.Any#isInstanceOf" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="isInstanceOf[T0]:Boolean"></a>
<a id="isInstanceOf[T0]:Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">isInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li name="scala.AnyRef#ne" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="ne(x$1:AnyRef):Boolean"></a>
<a id="ne(AnyRef):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">ne</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#notify" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notify():Unit"></a>
<a id="notify():Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#notifyAll" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notifyAll():Unit"></a>
<a id="notifyAll():Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#synchronized" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="synchronized[T0](x$1:=>T0):T0"></a>
<a id="synchronized[T0](⇒T0):T0"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">synchronized</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="params">(<span name="arg0">arg0: ⇒ <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span>)</span><span class="result">: <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="org.scalatest.concurrent.Conductor#thread" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="thread(name:String)(fun:=>Unit):Thread"></a>
<a id="thread(String)(⇒Unit):Thread"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">thread</span><span class="params">(<span name="name">name: <span class="extype" name="scala.Predef.String">String</span></span>)</span><span class="params">(<span name="fun">fun: ⇒ <span class="extype" name="scala.Unit">Unit</span></span>)</span><span class="result">: <span class="extype" name="java.lang.Thread">Thread</span></span>
</span>
</h4>
<p class="shortcomment cmt">Creates a new thread with the specified name that will execute the specified function.</p><div class="fullcomment"><div class="comment cmt"><p>Creates a new thread with the specified name that will execute the specified function.</p><p>This method may be safely called by any thread.</p></div><dl class="paramcmts block"><dt class="param">name</dt><dd class="cmt"><p>the name of the newly created thread</p></dd><dt class="param">fun</dt><dd class="cmt"><p>the function to be executed by the newly created thread</p></dd><dt>returns</dt><dd class="cmt"><p>the newly created thread
</p></dd></dl></div>
</li><li name="org.scalatest.concurrent.Conductor#thread" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="thread(fun:=>Unit):Thread"></a>
<a id="thread(⇒Unit):Thread"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">thread</span><span class="params">(<span name="fun">fun: ⇒ <span class="extype" name="scala.Unit">Unit</span></span>)</span><span class="result">: <span class="extype" name="java.lang.Thread">Thread</span></span>
</span>
</h4>
<p class="shortcomment cmt">Creates a new thread that will execute the specified function.</p><div class="fullcomment"><div class="comment cmt"><p>Creates a new thread that will execute the specified function.</p><p>The name of the thread will be of the form Conductor-Thread-N, where N is some integer.</p><p>This method may be safely called by any thread.</p></div><dl class="paramcmts block"><dt class="param">fun</dt><dd class="cmt"><p>the function to be executed by the newly created thread</p></dd><dt>returns</dt><dd class="cmt"><p>the newly created thread
</p></dd></dl></div>
</li><li name="scala.AnyRef#toString" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="toString():String"></a>
<a id="toString():String"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">toString</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.String">String</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="wait():Unit"></a>
<a id="wait():Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">()</span>
</dd></dl></div>
</li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="wait(x$1:Long,x$2:Int):Unit"></a>
<a id="wait(Long,Int):Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>, <span name="arg1">arg1: <span class="extype" name="scala.Int">Int</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">()</span>
</dd></dl></div>
</li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="wait(x$1:Long):Unit"></a>
<a id="wait(Long):Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">()</span>
</dd></dl></div>
</li><li name="org.scalatest.concurrent.Conductor#waitForBeat" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="waitForBeat(beat:Int):Unit"></a>
<a id="waitForBeat(Int):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">waitForBeat</span><span class="params">(<span name="beat">beat: <span class="extype" name="scala.Int">Int</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<p class="shortcomment cmt">Blocks the current thread until the thread beat reaches the
specified value, at which point the current thread will be unblocked.</p><div class="fullcomment"><div class="comment cmt"><p>Blocks the current thread until the thread beat reaches the
specified value, at which point the current thread will be unblocked.
</p></div><dl class="paramcmts block"><dt class="param">beat</dt><dd class="cmt"><p>the tick value to wait for</p></dd></dl><dl class="attributes block"> <dt>Exceptions thrown</dt><dd><span class="cmt">NotAllowedException<p>if the a <code>beat</code> less than or equal to zero is passed
</p></span></dd></dl></div>
</li><li name="org.scalatest.concurrent.Conductor#whenFinished" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="whenFinished(fun:=>Unit):Unit"></a>
<a id="whenFinished(⇒Unit):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">whenFinished</span><span class="params">(<span name="fun">fun: ⇒ <span class="extype" name="scala.Unit">Unit</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<p class="shortcomment cmt">Invokes <code>conduct</code> and after <code>conduct</code> method returns,
if <code>conduct</code> returns normally (<em>i.e.</em>, without throwing
an exception), invokes the passed function.</p><div class="fullcomment"><div class="comment cmt"><p>Invokes <code>conduct</code> and after <code>conduct</code> method returns,
if <code>conduct</code> returns normally (<em>i.e.</em>, without throwing
an exception), invokes the passed function.</p><p>If <code>conduct</code> completes abruptly with an exception, this method
will complete abruptly with the same exception and not execute the passed
function.</p><p>This method must be called by the thread that instantiated this <code>Conductor</code>,
and that same thread will invoke <code>conduct</code> and, if it returns noramlly, execute
the passed function.</p><p>Because <code>whenFinished</code> invokes <code>conduct</code>, it can only be invoked
once on a <code>Conductor</code> instance. As a result, if you need to pass a block of
code to <code>whenFinished</code> it should be the last statement of your test. If you
don't have a block of code that needs to be run once all the threads have finished
successfully, then you can simply invoke <code>conduct</code> and never invoke
<code>whenFinished</code>.</p></div><dl class="paramcmts block"><dt class="param">fun</dt><dd class="cmt"><p>the function to execute after <code>conduct</code> call returns</p></dd></dl><dl class="attributes block"> <dt>Exceptions thrown</dt><dd><span class="cmt">NotAllowedException<p>if the calling thread is not the thread that
instantiated this <code>Conductor</code>, or if <code>conduct</code> has already
been invoked on this conductor.
</p></span></dd></dl></div>
</li><li name="org.scalatest.concurrent.Conductor#withConductorFrozen" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="withConductorFrozen[T](fun:=>T):Unit"></a>
<a id="withConductorFrozen[T](⇒T):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">withConductorFrozen</span><span class="tparams">[<span name="T">T</span>]</span><span class="params">(<span name="fun">fun: ⇒ <span class="extype" name="org.scalatest.concurrent.Conductor.withConductorFrozen.T">T</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<p class="shortcomment cmt">Executes the passed function with the <code>Conductor</code> <em>frozen</em> so that it
won't advance the clock.</p><div class="fullcomment"><div class="comment cmt"><p>Executes the passed function with the <code>Conductor</code> <em>frozen</em> so that it
won't advance the clock.</p><p>While the <code>Conductor</code> is frozen, the beat will not advance. Once the
passed function has completed executing, the <code>Conductor</code> will be unfrozen
so that the beat will advance when all threads are blocked, as normal.</p></div><dl class="paramcmts block"><dt class="param">fun</dt><dd class="cmt"><p>the function to execute while the <code>Conductor</code> is frozen.
</p></dd></dl></div>
</li></ol>
</div>
</div>
<div id="inheritedMembers">
<div class="parent" name="scala.AnyRef">
<h3>Inherited from <span class="extype" name="scala.AnyRef">AnyRef</span></h3>
</div><div class="parent" name="scala.Any">
<h3>Inherited from <span class="extype" name="scala.Any">Any</span></h3>
</div>
</div>
<div id="groupedMembers">
<div class="group" name="Ungrouped">
<h3>Ungrouped</h3>
</div>
</div>
</div>
<div id="tooltip"></div>
<div id="footer"> </div>
</body>
</html> | scalatest/scalatest-website | public/scaladoc/2.1.7/org/scalatest/concurrent/Conductor.html | HTML | apache-2.0 | 51,925 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (version 1.7.0_17) on Tue May 14 03:45:03 CEST 2013 -->
<title>com.badlogic.gdx.maps (libgdx API)</title>
<meta name="date" content="2013-05-14">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<h1 class="bar"><a href="../../../../com/badlogic/gdx/maps/package-summary.html" target="classFrame">com.badlogic.gdx.maps</a></h1>
<div class="indexContainer">
<h2 title="Interfaces">Interfaces</h2>
<ul title="Interfaces">
<li><a href="ImageResolver.html" title="interface in com.badlogic.gdx.maps" target="classFrame"><i>ImageResolver</i></a></li>
<li><a href="MapRenderer.html" title="interface in com.badlogic.gdx.maps" target="classFrame"><i>MapRenderer</i></a></li>
</ul>
<h2 title="Classes">Classes</h2>
<ul title="Classes">
<li><a href="ImageResolver.AssetManagerImageResolver.html" title="class in com.badlogic.gdx.maps" target="classFrame">ImageResolver.AssetManagerImageResolver</a></li>
<li><a href="ImageResolver.DirectImageResolver.html" title="class in com.badlogic.gdx.maps" target="classFrame">ImageResolver.DirectImageResolver</a></li>
<li><a href="ImageResolver.TextureAtlasImageResolver.html" title="class in com.badlogic.gdx.maps" target="classFrame">ImageResolver.TextureAtlasImageResolver</a></li>
<li><a href="Map.html" title="class in com.badlogic.gdx.maps" target="classFrame">Map</a></li>
<li><a href="MapLayer.html" title="class in com.badlogic.gdx.maps" target="classFrame">MapLayer</a></li>
<li><a href="MapLayers.html" title="class in com.badlogic.gdx.maps" target="classFrame">MapLayers</a></li>
<li><a href="MapObject.html" title="class in com.badlogic.gdx.maps" target="classFrame">MapObject</a></li>
<li><a href="MapObjects.html" title="class in com.badlogic.gdx.maps" target="classFrame">MapObjects</a></li>
<li><a href="MapProperties.html" title="class in com.badlogic.gdx.maps" target="classFrame">MapProperties</a></li>
</ul>
</div>
</body>
</html>
| leszekuchacz/Leszek-Uchacz | docs/api/com/badlogic/gdx/maps/package-frame.html | HTML | apache-2.0 | 2,107 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_101) on Wed Dec 14 17:18:32 GMT 2016 -->
<title>API Help (ExoPlayer library)</title>
<meta name="date" content="2016-12-14">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="API Help (ExoPlayer library)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><a href="index-all.html">Index</a></li>
<li class="navBarCell1Rev">Help</li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?help-doc.html" target="_top">Frames</a></li>
<li><a href="help-doc.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 class="title">How This API Document Is Organized</h1>
<div class="subTitle">This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.</div>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<h2>Overview</h2>
<p>The <a href="overview-summary.html">Overview</a> page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.</p>
</li>
<li class="blockList">
<h2>Package</h2>
<p>Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:</p>
<ul>
<li>Interfaces (italic)</li>
<li>Classes</li>
<li>Enums</li>
<li>Exceptions</li>
<li>Errors</li>
<li>Annotation Types</li>
</ul>
</li>
<li class="blockList">
<h2>Class/Interface</h2>
<p>Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:</p>
<ul>
<li>Class inheritance diagram</li>
<li>Direct Subclasses</li>
<li>All Known Subinterfaces</li>
<li>All Known Implementing Classes</li>
<li>Class/interface declaration</li>
<li>Class/interface description</li>
</ul>
<ul>
<li>Nested Class Summary</li>
<li>Field Summary</li>
<li>Constructor Summary</li>
<li>Method Summary</li>
</ul>
<ul>
<li>Field Detail</li>
<li>Constructor Detail</li>
<li>Method Detail</li>
</ul>
<p>Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.</p>
</li>
<li class="blockList">
<h2>Annotation Type</h2>
<p>Each annotation type has its own separate page with the following sections:</p>
<ul>
<li>Annotation Type declaration</li>
<li>Annotation Type description</li>
<li>Required Element Summary</li>
<li>Optional Element Summary</li>
<li>Element Detail</li>
</ul>
</li>
<li class="blockList">
<h2>Enum</h2>
<p>Each enum has its own separate page with the following sections:</p>
<ul>
<li>Enum declaration</li>
<li>Enum description</li>
<li>Enum Constant Summary</li>
<li>Enum Constant Detail</li>
</ul>
</li>
<li class="blockList">
<h2>Tree (Class Hierarchy)</h2>
<p>There is a <a href="overview-tree.html">Class Hierarchy</a> page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with <code>java.lang.Object</code>. The interfaces do not inherit from <code>java.lang.Object</code>.</p>
<ul>
<li>When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.</li>
<li>When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.</li>
</ul>
</li>
<li class="blockList">
<h2>Deprecated API</h2>
<p>The <a href="deprecated-list.html">Deprecated API</a> page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.</p>
</li>
<li class="blockList">
<h2>Index</h2>
<p>The <a href="index-all.html">Index</a> contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.</p>
</li>
<li class="blockList">
<h2>Prev/Next</h2>
<p>These links take you to the next or previous class, interface, package, or related page.</p>
</li>
<li class="blockList">
<h2>Frames/No Frames</h2>
<p>These links show and hide the HTML frames. All pages are available with or without frames.</p>
</li>
<li class="blockList">
<h2>All Classes</h2>
<p>The <a href="allclasses-noframe.html">All Classes</a> link shows all classes and interfaces except non-static nested types.</p>
</li>
<li class="blockList">
<h2>Serialized Form</h2>
<p>Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.</p>
</li>
<li class="blockList">
<h2>Constant Field Values</h2>
<p>The <a href="constant-values.html">Constant Field Values</a> page lists the static final fields and their values.</p>
</li>
</ul>
<span class="emphasizedPhrase">This help file applies to API documentation generated using the standard doclet.</span></div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><a href="index-all.html">Index</a></li>
<li class="navBarCell1Rev">Help</li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?help-doc.html" target="_top">Frames</a></li>
<li><a href="help-doc.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>
| amzn/exoplayer-amazon-port | docs/doc/reference-v1/help-doc.html | HTML | apache-2.0 | 8,253 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="fr">
<head>
<!-- Generated by javadoc (version 1.7.0_04) on Fri Mar 15 01:08:46 CET 2013 -->
<title>U-Index</title>
<meta name="date" content="2013-03-15">
<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="U-Index";
}
//-->
</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="../fr/ups/djapi/package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li><a href="../fr/ups/djapi/package-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-11.html">Prev Letter</a></li>
<li>Next Letter</li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-filesindex-12.html" target="_top">Frames</a></li>
<li><a href="index-12.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="index-1.html">C</a> <a href="index-2.html">D</a> <a href="index-3.html">E</a> <a href="index-4.html">F</a> <a href="index-5.html">G</a> <a href="index-6.html">I</a> <a href="index-7.html">L</a> <a href="index-8.html">N</a> <a href="index-9.html">P</a> <a href="index-10.html">R</a> <a href="index-11.html">S</a> <a href="index-12.html">U</a> <a name="_U_">
<!-- -->
</a>
<h2 class="title">U</h2>
<dl>
<dt><span class="strong"><a href="../fr/ups/djapi/DJAPIConfiguration.html#url">url</a></span> - Variable in class fr.ups.djapi.<a href="../fr/ups/djapi/DJAPIConfiguration.html" title="class in fr.ups.djapi">DJAPIConfiguration</a></dt>
<dd> </dd>
</dl>
<a href="index-1.html">C</a> <a href="index-2.html">D</a> <a href="index-3.html">E</a> <a href="index-4.html">F</a> <a href="index-5.html">G</a> <a href="index-6.html">I</a> <a href="index-7.html">L</a> <a href="index-8.html">N</a> <a href="index-9.html">P</a> <a href="index-10.html">R</a> <a href="index-11.html">S</a> <a href="index-12.html">U</a> </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="../fr/ups/djapi/package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li><a href="../fr/ups/djapi/package-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-11.html">Prev Letter</a></li>
<li>Next Letter</li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-filesindex-12.html" target="_top">Frames</a></li>
<li><a href="index-12.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>
| Ornro/DJAPI | doc/index-files/index-12.html | HTML | apache-2.0 | 4,478 |
<!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>
<title>OR-Tools</title>
<meta http-equiv="Content-Type" content="text/html;"/>
<meta charset="utf-8"/>
<!--<link rel='stylesheet' type='text/css' href="https://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic"/>-->
<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" />
<link href="styleSheet.tmp.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="banner-container">
<div id="banner">
<span id="sfml">Google OR-Tools 9.2</span>
</div>
</div>
<div id="content" style="width: 100%; overflow: hidden;">
<div style="margin-left: 15px; margin-top: 5px; float: left; color: #145A32;">
<h2>Java Reference</h2>
<ul>
<li><a href="../java/namespacecom_1_1google_1_1ortools_1_1sat.html">CP-SAT</a></li>
<li><a href="../java/namespacecom_1_1google_1_1ortools_1_1graph.html">Graph</a></li>
<li><a href="../java/namespacecom_1_1google_1_1ortools_1_1algorithms.html">Knapsack solver</a></li>
<li><a href="../java/namespacecom_1_1google_1_1ortools_1_1linearsolver.html">Linear solver</a></li>
<li><a href="../java/namespacecom_1_1google_1_1ortools_1_1constraintsolver.html">Routing</a></li>
<li><a href="../java/namespacecom_1_1google_1_1ortools_1_1util.html">Util</a></li>
</ul>
</div>
<div id="content">
<div align="center">
<h1 style="color: #145A32;">Java Reference</h1>
</div>
<!-- Generated by Doxygen 1.9.2 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search",'Search','.html');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
$(document).ready(function(){initNavTree('interfacecom_1_1google_1_1ortools_1_1sat_1_1IntervalConstraintProtoOrBuilder.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> |
<a href="interfacecom_1_1google_1_1ortools_1_1sat_1_1IntervalConstraintProtoOrBuilder-members.html">List of all members</a> </div>
<div class="headertitle"><div class="title">IntervalConstraintProtoOrBuilder</div></div>
</div><!--header-->
<div class="contents">
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock">
<p class="definition">Definition at line <a class="el" href="IntervalConstraintProtoOrBuilder_8java_source.html#l00006">6</a> of file <a class="el" href="IntervalConstraintProtoOrBuilder_8java_source.html">IntervalConstraintProtoOrBuilder.java</a>.</p>
</div><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pub-methods" name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:af9618a9e1f1a516f3afe9accf2f68e9e"><td class="memItemLeft" align="right" valign="top">boolean </td><td class="memItemRight" valign="bottom"><a class="el" href="interfacecom_1_1google_1_1ortools_1_1sat_1_1IntervalConstraintProtoOrBuilder.html#af9618a9e1f1a516f3afe9accf2f68e9e">hasStart</a> ()</td></tr>
<tr class="separator:af9618a9e1f1a516f3afe9accf2f68e9e"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a8471b7bf1bceb8a6b370d0b4f61cc6da"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classcom_1_1google_1_1ortools_1_1sat_1_1LinearExpressionProto.html">com.google.ortools.sat.LinearExpressionProto</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interfacecom_1_1google_1_1ortools_1_1sat_1_1IntervalConstraintProtoOrBuilder.html#a8471b7bf1bceb8a6b370d0b4f61cc6da">getStart</a> ()</td></tr>
<tr class="separator:a8471b7bf1bceb8a6b370d0b4f61cc6da"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a5e52f9711ecacca9fc2b3b02f0a524bf"><td class="memItemLeft" align="right" valign="top"><a class="el" href="interfacecom_1_1google_1_1ortools_1_1sat_1_1LinearExpressionProtoOrBuilder.html">com.google.ortools.sat.LinearExpressionProtoOrBuilder</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interfacecom_1_1google_1_1ortools_1_1sat_1_1IntervalConstraintProtoOrBuilder.html#a5e52f9711ecacca9fc2b3b02f0a524bf">getStartOrBuilder</a> ()</td></tr>
<tr class="separator:a5e52f9711ecacca9fc2b3b02f0a524bf"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a9b0197a2b2718c7b0061d19d4b1fbcb4"><td class="memItemLeft" align="right" valign="top">boolean </td><td class="memItemRight" valign="bottom"><a class="el" href="interfacecom_1_1google_1_1ortools_1_1sat_1_1IntervalConstraintProtoOrBuilder.html#a9b0197a2b2718c7b0061d19d4b1fbcb4">hasEnd</a> ()</td></tr>
<tr class="memdesc:a9b0197a2b2718c7b0061d19d4b1fbcb4"><td class="mdescLeft"> </td><td class="mdescRight"><code>.operations_research.sat.LinearExpressionProto end = 5;</code> <a href="interfacecom_1_1google_1_1ortools_1_1sat_1_1IntervalConstraintProtoOrBuilder.html#a9b0197a2b2718c7b0061d19d4b1fbcb4">More...</a><br /></td></tr>
<tr class="separator:a9b0197a2b2718c7b0061d19d4b1fbcb4"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a13b3a6bdbc3183c45d0197e8d7171849"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classcom_1_1google_1_1ortools_1_1sat_1_1LinearExpressionProto.html">com.google.ortools.sat.LinearExpressionProto</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interfacecom_1_1google_1_1ortools_1_1sat_1_1IntervalConstraintProtoOrBuilder.html#a13b3a6bdbc3183c45d0197e8d7171849">getEnd</a> ()</td></tr>
<tr class="memdesc:a13b3a6bdbc3183c45d0197e8d7171849"><td class="mdescLeft"> </td><td class="mdescRight"><code>.operations_research.sat.LinearExpressionProto end = 5;</code> <a href="interfacecom_1_1google_1_1ortools_1_1sat_1_1IntervalConstraintProtoOrBuilder.html#a13b3a6bdbc3183c45d0197e8d7171849">More...</a><br /></td></tr>
<tr class="separator:a13b3a6bdbc3183c45d0197e8d7171849"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aac9907139f4212fc3afeb8db5d2c6645"><td class="memItemLeft" align="right" valign="top"><a class="el" href="interfacecom_1_1google_1_1ortools_1_1sat_1_1LinearExpressionProtoOrBuilder.html">com.google.ortools.sat.LinearExpressionProtoOrBuilder</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interfacecom_1_1google_1_1ortools_1_1sat_1_1IntervalConstraintProtoOrBuilder.html#aac9907139f4212fc3afeb8db5d2c6645">getEndOrBuilder</a> ()</td></tr>
<tr class="memdesc:aac9907139f4212fc3afeb8db5d2c6645"><td class="mdescLeft"> </td><td class="mdescRight"><code>.operations_research.sat.LinearExpressionProto end = 5;</code> <a href="interfacecom_1_1google_1_1ortools_1_1sat_1_1IntervalConstraintProtoOrBuilder.html#aac9907139f4212fc3afeb8db5d2c6645">More...</a><br /></td></tr>
<tr class="separator:aac9907139f4212fc3afeb8db5d2c6645"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a3ad38ce6c081e909851785725d3c4f8a"><td class="memItemLeft" align="right" valign="top">boolean </td><td class="memItemRight" valign="bottom"><a class="el" href="interfacecom_1_1google_1_1ortools_1_1sat_1_1IntervalConstraintProtoOrBuilder.html#a3ad38ce6c081e909851785725d3c4f8a">hasSize</a> ()</td></tr>
<tr class="memdesc:a3ad38ce6c081e909851785725d3c4f8a"><td class="mdescLeft"> </td><td class="mdescRight"><code>.operations_research.sat.LinearExpressionProto size = 6;</code> <a href="interfacecom_1_1google_1_1ortools_1_1sat_1_1IntervalConstraintProtoOrBuilder.html#a3ad38ce6c081e909851785725d3c4f8a">More...</a><br /></td></tr>
<tr class="separator:a3ad38ce6c081e909851785725d3c4f8a"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aa15366d92d2522f2c4bbb87ccbda5047"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classcom_1_1google_1_1ortools_1_1sat_1_1LinearExpressionProto.html">com.google.ortools.sat.LinearExpressionProto</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interfacecom_1_1google_1_1ortools_1_1sat_1_1IntervalConstraintProtoOrBuilder.html#aa15366d92d2522f2c4bbb87ccbda5047">getSize</a> ()</td></tr>
<tr class="memdesc:aa15366d92d2522f2c4bbb87ccbda5047"><td class="mdescLeft"> </td><td class="mdescRight"><code>.operations_research.sat.LinearExpressionProto size = 6;</code> <a href="interfacecom_1_1google_1_1ortools_1_1sat_1_1IntervalConstraintProtoOrBuilder.html#aa15366d92d2522f2c4bbb87ccbda5047">More...</a><br /></td></tr>
<tr class="separator:aa15366d92d2522f2c4bbb87ccbda5047"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a237a9bec82dc82d4048ff2ab810601e2"><td class="memItemLeft" align="right" valign="top"><a class="el" href="interfacecom_1_1google_1_1ortools_1_1sat_1_1LinearExpressionProtoOrBuilder.html">com.google.ortools.sat.LinearExpressionProtoOrBuilder</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interfacecom_1_1google_1_1ortools_1_1sat_1_1IntervalConstraintProtoOrBuilder.html#a237a9bec82dc82d4048ff2ab810601e2">getSizeOrBuilder</a> ()</td></tr>
<tr class="memdesc:a237a9bec82dc82d4048ff2ab810601e2"><td class="mdescLeft"> </td><td class="mdescRight"><code>.operations_research.sat.LinearExpressionProto size = 6;</code> <a href="interfacecom_1_1google_1_1ortools_1_1sat_1_1IntervalConstraintProtoOrBuilder.html#a237a9bec82dc82d4048ff2ab810601e2">More...</a><br /></td></tr>
<tr class="separator:a237a9bec82dc82d4048ff2ab810601e2"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<h2 class="groupheader">Member Function Documentation</h2>
<a id="a13b3a6bdbc3183c45d0197e8d7171849" name="a13b3a6bdbc3183c45d0197e8d7171849"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a13b3a6bdbc3183c45d0197e8d7171849">◆ </a></span>getEnd()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classcom_1_1google_1_1ortools_1_1sat_1_1LinearExpressionProto.html">com.google.ortools.sat.LinearExpressionProto</a> getEnd </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p><code>.operations_research.sat.LinearExpressionProto end = 5;</code> </p>
<dl class="section return"><dt>Returns</dt><dd>The end. </dd></dl>
<p>Implemented in <a class="el" href="classcom_1_1google_1_1ortools_1_1sat_1_1IntervalConstraintProto.html#ac9171ca504d921151aeb477411c3b87d">IntervalConstraintProto</a>, and <a class="el" href="classcom_1_1google_1_1ortools_1_1sat_1_1IntervalConstraintProto_1_1Builder.html#a13b3a6bdbc3183c45d0197e8d7171849">IntervalConstraintProto.Builder</a>.</p>
</div>
</div>
<a id="aac9907139f4212fc3afeb8db5d2c6645" name="aac9907139f4212fc3afeb8db5d2c6645"></a>
<h2 class="memtitle"><span class="permalink"><a href="#aac9907139f4212fc3afeb8db5d2c6645">◆ </a></span>getEndOrBuilder()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="interfacecom_1_1google_1_1ortools_1_1sat_1_1LinearExpressionProtoOrBuilder.html">com.google.ortools.sat.LinearExpressionProtoOrBuilder</a> getEndOrBuilder </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p><code>.operations_research.sat.LinearExpressionProto end = 5;</code> </p>
<p>Implemented in <a class="el" href="classcom_1_1google_1_1ortools_1_1sat_1_1IntervalConstraintProto.html#ab7d75ba562819ebaf4f3174a34bae7c1">IntervalConstraintProto</a>, and <a class="el" href="classcom_1_1google_1_1ortools_1_1sat_1_1IntervalConstraintProto_1_1Builder.html#aac9907139f4212fc3afeb8db5d2c6645">IntervalConstraintProto.Builder</a>.</p>
</div>
</div>
<a id="aa15366d92d2522f2c4bbb87ccbda5047" name="aa15366d92d2522f2c4bbb87ccbda5047"></a>
<h2 class="memtitle"><span class="permalink"><a href="#aa15366d92d2522f2c4bbb87ccbda5047">◆ </a></span>getSize()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classcom_1_1google_1_1ortools_1_1sat_1_1LinearExpressionProto.html">com.google.ortools.sat.LinearExpressionProto</a> getSize </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p><code>.operations_research.sat.LinearExpressionProto size = 6;</code> </p>
<dl class="section return"><dt>Returns</dt><dd>The size. </dd></dl>
<p>Implemented in <a class="el" href="classcom_1_1google_1_1ortools_1_1sat_1_1IntervalConstraintProto.html#aaf089b475af5c0506025e946bb3cb054">IntervalConstraintProto</a>, and <a class="el" href="classcom_1_1google_1_1ortools_1_1sat_1_1IntervalConstraintProto_1_1Builder.html#aa15366d92d2522f2c4bbb87ccbda5047">IntervalConstraintProto.Builder</a>.</p>
</div>
</div>
<a id="a237a9bec82dc82d4048ff2ab810601e2" name="a237a9bec82dc82d4048ff2ab810601e2"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a237a9bec82dc82d4048ff2ab810601e2">◆ </a></span>getSizeOrBuilder()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="interfacecom_1_1google_1_1ortools_1_1sat_1_1LinearExpressionProtoOrBuilder.html">com.google.ortools.sat.LinearExpressionProtoOrBuilder</a> getSizeOrBuilder </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p><code>.operations_research.sat.LinearExpressionProto size = 6;</code> </p>
<p>Implemented in <a class="el" href="classcom_1_1google_1_1ortools_1_1sat_1_1IntervalConstraintProto.html#aa3cd3b64451c6eb1510d64b4802d78e3">IntervalConstraintProto</a>, and <a class="el" href="classcom_1_1google_1_1ortools_1_1sat_1_1IntervalConstraintProto_1_1Builder.html#a237a9bec82dc82d4048ff2ab810601e2">IntervalConstraintProto.Builder</a>.</p>
</div>
</div>
<a id="a8471b7bf1bceb8a6b370d0b4f61cc6da" name="a8471b7bf1bceb8a6b370d0b4f61cc6da"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a8471b7bf1bceb8a6b370d0b4f61cc6da">◆ </a></span>getStart()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classcom_1_1google_1_1ortools_1_1sat_1_1LinearExpressionProto.html">com.google.ortools.sat.LinearExpressionProto</a> getStart </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<pre>
IMPORTANT: For now, this constraint do not enforce any relations on the
view, and a linear constraint must be added together with this to enforce
enforcement => start + size == end. An enforcement => size >=0 might also
be needed.
IMPORTANT: For now, we just support affine relation. We could easily
create an intermediate variable to support full linear expression, but this
isn't done currently.
</pre><p ><code>.operations_research.sat.LinearExpressionProto start = 4;</code> </p><dl class="section return"><dt>Returns</dt><dd>The start. </dd></dl>
<p>Implemented in <a class="el" href="classcom_1_1google_1_1ortools_1_1sat_1_1IntervalConstraintProto.html#a2c4b3e0b0fbe2599af27edb00d47b759">IntervalConstraintProto</a>, and <a class="el" href="classcom_1_1google_1_1ortools_1_1sat_1_1IntervalConstraintProto_1_1Builder.html#a8471b7bf1bceb8a6b370d0b4f61cc6da">IntervalConstraintProto.Builder</a>.</p>
</div>
</div>
<a id="a5e52f9711ecacca9fc2b3b02f0a524bf" name="a5e52f9711ecacca9fc2b3b02f0a524bf"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a5e52f9711ecacca9fc2b3b02f0a524bf">◆ </a></span>getStartOrBuilder()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="interfacecom_1_1google_1_1ortools_1_1sat_1_1LinearExpressionProtoOrBuilder.html">com.google.ortools.sat.LinearExpressionProtoOrBuilder</a> getStartOrBuilder </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<pre>
IMPORTANT: For now, this constraint do not enforce any relations on the
view, and a linear constraint must be added together with this to enforce
enforcement => start + size == end. An enforcement => size >=0 might also
be needed.
IMPORTANT: For now, we just support affine relation. We could easily
create an intermediate variable to support full linear expression, but this
isn't done currently.
</pre><p ><code>.operations_research.sat.LinearExpressionProto start = 4;</code> </p>
<p>Implemented in <a class="el" href="classcom_1_1google_1_1ortools_1_1sat_1_1IntervalConstraintProto.html#a3e71ab24003723fe61b18d77f826c001">IntervalConstraintProto</a>, and <a class="el" href="classcom_1_1google_1_1ortools_1_1sat_1_1IntervalConstraintProto_1_1Builder.html#a5e52f9711ecacca9fc2b3b02f0a524bf">IntervalConstraintProto.Builder</a>.</p>
</div>
</div>
<a id="a9b0197a2b2718c7b0061d19d4b1fbcb4" name="a9b0197a2b2718c7b0061d19d4b1fbcb4"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a9b0197a2b2718c7b0061d19d4b1fbcb4">◆ </a></span>hasEnd()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">boolean hasEnd </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p><code>.operations_research.sat.LinearExpressionProto end = 5;</code> </p>
<dl class="section return"><dt>Returns</dt><dd>Whether the end field is set. </dd></dl>
<p>Implemented in <a class="el" href="classcom_1_1google_1_1ortools_1_1sat_1_1IntervalConstraintProto.html#adb53e4a8cf21af1718b697ba52ee1a15">IntervalConstraintProto</a>, and <a class="el" href="classcom_1_1google_1_1ortools_1_1sat_1_1IntervalConstraintProto_1_1Builder.html#a9b0197a2b2718c7b0061d19d4b1fbcb4">IntervalConstraintProto.Builder</a>.</p>
</div>
</div>
<a id="a3ad38ce6c081e909851785725d3c4f8a" name="a3ad38ce6c081e909851785725d3c4f8a"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a3ad38ce6c081e909851785725d3c4f8a">◆ </a></span>hasSize()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">boolean hasSize </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p><code>.operations_research.sat.LinearExpressionProto size = 6;</code> </p>
<dl class="section return"><dt>Returns</dt><dd>Whether the size field is set. </dd></dl>
<p>Implemented in <a class="el" href="classcom_1_1google_1_1ortools_1_1sat_1_1IntervalConstraintProto.html#aae9643420ff88cb4c38c8e9181dd35ac">IntervalConstraintProto</a>, and <a class="el" href="classcom_1_1google_1_1ortools_1_1sat_1_1IntervalConstraintProto_1_1Builder.html#a3ad38ce6c081e909851785725d3c4f8a">IntervalConstraintProto.Builder</a>.</p>
</div>
</div>
<a id="af9618a9e1f1a516f3afe9accf2f68e9e" name="af9618a9e1f1a516f3afe9accf2f68e9e"></a>
<h2 class="memtitle"><span class="permalink"><a href="#af9618a9e1f1a516f3afe9accf2f68e9e">◆ </a></span>hasStart()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">boolean hasStart </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<pre>
IMPORTANT: For now, this constraint do not enforce any relations on the
view, and a linear constraint must be added together with this to enforce
enforcement => start + size == end. An enforcement => size >=0 might also
be needed.
IMPORTANT: For now, we just support affine relation. We could easily
create an intermediate variable to support full linear expression, but this
isn't done currently.
</pre><p ><code>.operations_research.sat.LinearExpressionProto start = 4;</code> </p><dl class="section return"><dt>Returns</dt><dd>Whether the start field is set. </dd></dl>
<p>Implemented in <a class="el" href="classcom_1_1google_1_1ortools_1_1sat_1_1IntervalConstraintProto.html#af42348e54b4d3cb22d8020f260aa886c">IntervalConstraintProto</a>, and <a class="el" href="classcom_1_1google_1_1ortools_1_1sat_1_1IntervalConstraintProto_1_1Builder.html#af9618a9e1f1a516f3afe9accf2f68e9e">IntervalConstraintProto.Builder</a>.</p>
</div>
</div>
<hr/>The documentation for this interface was generated from the following file:<ul>
<li><a class="el" href="IntervalConstraintProtoOrBuilder_8java_source.html">IntervalConstraintProtoOrBuilder.java</a></li>
</ul>
</div><!-- contents -->
</div><!-- doc-content -->
</div>
</div>
<div id="footer-container">
<div id="footer">
</div>
</div>
</body>
</html>
| google/or-tools | docs/java/interfacecom_1_1google_1_1ortools_1_1sat_1_1IntervalConstraintProtoOrBuilder.html | HTML | apache-2.0 | 23,010 |
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Test Page for sap.m.CheckBox</title>
<script src="../shared-config.js"></script>
<script id="sap-ui-bootstrap" data-sap-ui-noConflict="true"
data-sap-ui-libs="sap.m" src="../../../../resources/sap-ui-core.js">
</script>
<link rel="stylesheet" href="../../../../resources/sap/ui/thirdparty/qunit.css" type="text/css" media="screen">
<script src="../../../../resources/sap/ui/thirdparty/qunit.js"></script>
<script src="../../../../resources/sap/ui/qunit/qunit-junit.js"></script>
<script src="../../../../resources/sap/ui/qunit/QUnitUtils.js"></script>
<script src="../../../../resources/sap/ui/thirdparty/sinon.js"></script>
<script src="../../../../resources/sap/ui/thirdparty/sinon-qunit.js"></script>
<script>
jQuery.sap.require("sap.m.CheckBox");
jQuery.sap.require("sap.ui.core.ValueState");
QUnit.module("Properties");
/* --------------------------------------- */
/* Test: Default Values */
/* --------------------------------------- */
QUnit.test("Default Values", function(assert) {
var bEnabled = true;
var bEditable = true;
var bVisible = true;
var bSelected = false;
var sName = "";
var sText = "";
var sTextDirection = sap.ui.core.TextDirection.Inherit;
var sWidth = "";
// system under test
var oCheckBox = new sap.m.CheckBox();
// arrange
oCheckBox.placeAt("content");
sap.ui.getCore().applyChanges();
// assertions
assert.strictEqual(oCheckBox.getEnabled(), bEnabled, "Property 'enabled': Default value should be '" + bEnabled + "'");
assert.strictEqual(oCheckBox.getEditable(), bEditable, "Property 'editable': Default value should be '" + bEditable + "'");
assert.strictEqual(oCheckBox.getVisible(), bVisible, "Property 'visible': Default value should be '" + bVisible + "'");
assert.strictEqual(oCheckBox.getSelected(), bSelected, "Property 'selected': Default value should be '" + bSelected + "'");
assert.strictEqual(oCheckBox.getName(), sName, "Property 'name': Default value should be '" + sName + "'");
assert.strictEqual(oCheckBox.getText(), sText, "Property 'text': Default value should be '" + sText + "'");
assert.strictEqual(oCheckBox.getTextDirection(), sTextDirection, "Property 'textDirection': Default value should be '" + sTextDirection + "'");
assert.strictEqual(oCheckBox.getWidth(), sWidth, "Property 'width': Default value should be '" + sWidth + "'");
// cleanup
oCheckBox.destroy();
});
/* ----------------------------------------------- */
/* Test: 'visible=true' */
/* ----------------------------------------------- */
QUnit.test("'visible=true'", function(assert) {
// system under test
var oCheckBox = new sap.m.CheckBox({visible: true});
// arrange
oCheckBox.placeAt("content");
sap.ui.getCore().applyChanges();
// assertions
assert.ok(oCheckBox.getDomRef(), "visible=true: CheckBox should have been rendered");
// cleanup
oCheckBox.destroy();
});
/* ----------------------------------------------- */
/* Test: 'visible=false' */
/* ----------------------------------------------- */
QUnit.test("'visible=false'", function(assert) {
// system under test
var oCheckBox = new sap.m.CheckBox({visible: false});
// arrange
oCheckBox.placeAt("content");
sap.ui.getCore().applyChanges();
// assertions
assert.ok(!oCheckBox.getDomRef(), "visible=false: CheckBox should not have been rendered");
// cleanup
oCheckBox.destroy();
});
/* ----------------------------------------------- */
/* Test: 'enabled=true' */
/* ----------------------------------------------- */
QUnit.test("'enabled=true'", function(assert) {
// system under test
var bEnabled = true;
var oCheckBox = new sap.m.CheckBox({enabled: bEnabled});
// arrange
oCheckBox.placeAt("content");
sap.ui.getCore().applyChanges();
// assertions
assert.ok(!oCheckBox.$("CbBg").hasClass("sapMCbBgDis"), "enabled=" + bEnabled + ": CheckBox should not have class sapMCbBgDis");
assert.strictEqual(oCheckBox.$("CB").attr("disabled"), undefined, "enabled=" + bEnabled + ": CheckBox should not have attribute 'disabled'");
var iTabindex = oCheckBox.getTabIndex();
assert.strictEqual(oCheckBox.$().attr("tabindex"), iTabindex.toString() , "enabled=" + bEnabled + ": CheckBox should have attribute 'tabindex=" + iTabindex +"'");
// cleanup
oCheckBox.destroy();
});
/* ----------------------------------------------- */
/* Test: 'enabled=false' */
/* ----------------------------------------------- */
QUnit.test("'enabled=false'", function(assert) {
// system under test
var bEnabled = false;
var oCheckBox = new sap.m.CheckBox({enabled: bEnabled});
// arrange
oCheckBox.placeAt("content");
sap.ui.getCore().applyChanges();
// assertions
assert.ok(!oCheckBox.$().hasClass("sapMPointer"), "enabled=" + bEnabled + ": CheckBox should not have class sapMPointer");
assert.ok(oCheckBox.$().hasClass("sapMCbBgDis"), "enabled=" + bEnabled + ": CheckBox should have class sapMCbBgDis");
assert.strictEqual(oCheckBox.$("CB").attr("disabled"), "disabled", "enabled=" + bEnabled + ": CheckBox should have attribute 'disabled=disabled'");
assert.strictEqual(oCheckBox.$().attr("aria-disabled"), "true", "Property 'aria-disabled' should be 'true'");
// cleanup
oCheckBox.destroy();
});
/* ----------------------------------------------- */
/* Test: 'editable=false' */
/* ----------------------------------------------- */
QUnit.test("'editable=false'", function(assert) {
// system under test
var bEditable = false;
var oCheckBox = new sap.m.CheckBox({editable: bEditable});
// arrange
oCheckBox.placeAt("content");
sap.ui.getCore().applyChanges();
// assertions
assert.strictEqual(oCheckBox.getTabIndex(), 0 , "'getTabindex' should return 0");
assert.equal(oCheckBox.$().hasClass("sapMCbRo"), true, ": The CheckBox should have class sapMCbRo");
assert.strictEqual(oCheckBox.$("CB").attr("readonly"), "readonly", "The Checkbox should have attribute 'readonly=readonly'");
assert.strictEqual(oCheckBox.$().attr("aria-readonly"), "true", "Property 'aria-readonly' should be 'true'");
// cleanup
oCheckBox.destroy();
});
/* ----------------------------------------------- */
/* Test: 'selected=true' */
/* ----------------------------------------------- */
QUnit.test("'selected=true'", function(assert) {
// system under test
var oCheckBox = new sap.m.CheckBox({selected: true});
// arrange
oCheckBox.placeAt("content");
sap.ui.getCore().applyChanges();
// assertions
assert.ok(oCheckBox.$("CbBg").hasClass("sapMCbMarkChecked"), "selected=true: CheckBox should have class sapMCbMarkChecked");
assert.ok(oCheckBox.$("CB").is(":checked"), "selected=false: CheckBox should have attribute 'checked'");
assert.strictEqual(oCheckBox.$().attr("aria-checked"), "true", "Property 'aria-checked': Default value should be 'true'");
// cleanup
oCheckBox.destroy();
});
/* ----------------------------------------------- */
/* Test: 'selected=false' */
/* ----------------------------------------------- */
QUnit.test("'selected=false'", function(assert) {
// system under test
var oCheckBox = new sap.m.CheckBox({selected: false});
// arrange
oCheckBox.placeAt("content");
sap.ui.getCore().applyChanges();
// assertions
assert.ok(!oCheckBox.$("CbBg").hasClass("sapMCbMarkChecked"), "selected=false: CheckBox should not have class sapMCbMarkChecked");
assert.ok(!oCheckBox.$("CB").is(":checked"), "selected=false: CheckBox should not have attribute 'checked'");
assert.strictEqual(oCheckBox.$().attr("aria-checked"), "false", "Property 'aria-checked': Default value should be 'false'");
// cleanup
oCheckBox.destroy();
});
/* ----------------------------------------------- */
/* Test: 'ValueState=Error' */
/* ----------------------------------------------- */
QUnit.test("'ValueState=Error'", function(assert) {
// system under test
var oCheckBox = new sap.m.CheckBox({valueState: sap.ui.core.ValueState.Error});
// arrange
oCheckBox.placeAt("content");
sap.ui.getCore().applyChanges();
// assertions
assert.ok(oCheckBox.$().hasClass("sapMCbErr"), "The CheckBox has value state error css class.");
// cleanup
oCheckBox.destroy();
});
/* ----------------------------------------------- */
/* Test: 'ValueState=Warning' */
/* ----------------------------------------------- */
QUnit.test("'ValueState=Warning'", function(assert) {
// system under test
var oCheckBox = new sap.m.CheckBox({valueState: sap.ui.core.ValueState.Warning});
// arrange
oCheckBox.placeAt("content");
sap.ui.getCore().applyChanges();
// assertions
assert.ok(oCheckBox.$().hasClass("sapMCbWarn"), "The CheckBox has value state warning css class.");
// cleanup
oCheckBox.destroy();
});
/* ----------------------------------------------- */
/* Test: 'name' */
/* ----------------------------------------------- */
QUnit.test("'name'", function(assert) {
var sName = "my Name";
// system under test
var oCheckBox = new sap.m.CheckBox({name: sName});
// arrange
oCheckBox.placeAt("content");
sap.ui.getCore().applyChanges();
// assertions
assert.strictEqual(oCheckBox.$("CB").attr("name"), sName, "Property 'name=" + sName + "': CheckBox input element should have attribute 'name=" + sName + "'");
// cleanup
oCheckBox.destroy();
});
/* ----------------------------------------------- */
/* Test: getTabIndex (enabled=true) */
/* ----------------------------------------------- */
QUnit.test("'getTabIndex (enabled=true)'", function(assert) {
// system under test
var oCheckBox = new sap.m.CheckBox({enabled: true});
// assertions
assert.strictEqual(oCheckBox.getTabIndex(), 0 , "'getTabindex' should return 0");
// cleanup
oCheckBox.destroy();
});
/* ----------------------------------------------- */
/* Test: getTabIndex (enabled=false */
/* ----------------------------------------------- */
QUnit.test("'getTabIndex (enabled=false)'", function(assert) {
// system under test
var oCheckBox = new sap.m.CheckBox({enabled: false});
// assertions
assert.strictEqual(oCheckBox.getTabIndex(), -1 , "'getTabindex' should return -1");
// cleanup
oCheckBox.destroy();
});
/* ----------------------------------------------------------------------- */
/* Test: getTabIndex (tabIndex previously set explicitely via setTabIndex) */
/* ----------------------------------------------------------------------- */
QUnit.test("'getTabIndex (tabIndex previously set explicitely via setTabIndex)'", function(assert) {
// system under test
var oCheckBox = new sap.m.CheckBox();
// arrange
oCheckBox.setTabIndex(2);
// assertions
assert.strictEqual(oCheckBox.getTabIndex(), 2 , "'getTabindex' should return 2");
// cleanup
oCheckBox.destroy();
});
/* ----------------------------------------------- */
/* Test: 'tabIndex' */
/* ----------------------------------------------- */
QUnit.test("'tabIndex'", function(assert) {
var iTabIndex = 2;
// system under test
var oCheckBox = new sap.m.CheckBox();
// arrange
oCheckBox.placeAt("content");
oCheckBox.setTabIndex(iTabIndex);
sap.ui.getCore().applyChanges();
// assertions
assert.strictEqual(oCheckBox.$().attr("tabindex"), iTabIndex.toString() , "Property 'tabIndex=" + iTabIndex + "': CheckBox should have attribute 'tabindex=" + iTabIndex + "'");
// cleanup
oCheckBox.destroy();
});
/* ----------------------------------------------- */
/* Test: testSetLabelProperty */
/* ----------------------------------------------- */
function testSetLabelProperty(property, value, mode) {
var sPropertyCamelCase = property[0].toUpperCase() + property.slice(1);
var sSetterMethod = "set" + sPropertyCamelCase;
var oSpy = sinon.spy(sap.m.Label.prototype, sSetterMethod);
// system under test
switch (mode) {
case "Constructor":
// set property via contructor
var args = {};
args[property] = value;
var oCheckBox = new sap.m.CheckBox(args);
break;
case "Setter":
// set property via setter method
var oCheckBox = new sap.m.CheckBox();
oCheckBox[sSetterMethod](value);
break;
default: console.error(": wrong argument for parameter 'mode'")
}
// arrange
oCheckBox.placeAt("content");
sap.ui.getCore().applyChanges();
// assertions
assert.strictEqual(oSpy.lastCall.args[0], value, "Property '" + property + "=" + value + "'testSetLabelProperty: Corresponding setter method of label control should have been called accordingly");
// cleanup
oCheckBox.destroy();
sap.m.Label.prototype[sSetterMethod].restore();
}
QUnit.test("Should render the text of a Checkbox after rendering the checkbox without setting label properties", function(assert) {
// Arrange
var oCheckBox = new sap.m.CheckBox();
// System under Test
oCheckBox.placeAt("content");
sap.ui.getCore().applyChanges();
// Act
oCheckBox.setText("foo");
sap.ui.getCore().applyChanges();
// Assert
assert.ok(oCheckBox.$("label").length);
// Cleanup
oCheckBox.destroy();
});
/* ----------------------------------------------- */
/* Test: 'text' - via Constructor */
/* ----------------------------------------------- */
QUnit.test("'text' - via Constructor", function(assert) {
testSetLabelProperty("text", "my Text", "Constructor");
});
/* ----------------------------------------------- */
/* Test: 'text' - via Setter Method */
/* ----------------------------------------------- */
QUnit.test("'text' - via Setter Method", function(assert) {
testSetLabelProperty("text", "my Text", "Setter");
});
/* ----------------------------------------------- */
/* Test: 'textDirection' - via Constructor */
/* ----------------------------------------------- */
QUnit.test("'textDirection' - via Constructor", function(assert) {
testSetLabelProperty("textDirection", "RTL", "Constructor");
testSetLabelProperty("textDirection", "LTR", "Constructor");
testSetLabelProperty("textDirection", "Inherit", "Constructor");
});
/* ----------------------------------------------- */
/* Test: 'textDirection' - via Setter Method */
/* ----------------------------------------------- */
QUnit.test("'textDirection' - via Setter Method", function(assert) {
testSetLabelProperty("textDirection", "RTL", "Setter");
testSetLabelProperty("textDirection", "LTR", "Setter");
testSetLabelProperty("textDirection", "Inherit", "Setter");
});
/* ----------------------------------------------- */
/* Test: 'textAlign' - via Constructor */
/* ----------------------------------------------- */
QUnit.test("'textAlign' - via Constructor", function(assert) {
testSetLabelProperty("textAlign", "Begin", "Constructor");
testSetLabelProperty("textAlign", "End", "Constructor");
testSetLabelProperty("textAlign", "Left", "Constructor");
testSetLabelProperty("textAlign", "Right", "Constructor");
testSetLabelProperty("textAlign", "Center", "Constructor");
testSetLabelProperty("textAlign", "Initial", "Constructor");
});
/* ----------------------------------------------- */
/* Test: 'textAlign' - via Setter Method */
/* ----------------------------------------------- */
QUnit.test("'textAlign' - via Setter Method", function(assert) {
testSetLabelProperty("textAlign", "Begin", "Setter");
testSetLabelProperty("textAlign", "End", "Setter");
testSetLabelProperty("textAlign", "Left", "Setter");
testSetLabelProperty("textAlign", "Right", "Setter");
testSetLabelProperty("textAlign", "Center", "Setter");
testSetLabelProperty("textAlign", "Initial", "Setter");
});
/* ----------------------------------------------- */
/* Test: 'width' - via Constructor */
/* ----------------------------------------------- */
QUnit.test("'width' - via Constructor", function(assert) {
testSetLabelProperty("width", "100px", "Constructor");
});
/* ----------------------------------------------- */
/* Test: 'width' - via Setter Method */
/* ----------------------------------------------- */
QUnit.test("'width' - via Setter Method", function(assert) {
testSetLabelProperty("width", "100px", "Setter");
});
QUnit.module("Basic CSS classes");
/* ----------------------------------------------- */
/* Test: Existence */
/* ----------------------------------------------- */
QUnit.test("Existence", function(assert) {
// system under test
var oCheckBox = new sap.m.CheckBox();
// arrange
oCheckBox.placeAt("content");
sap.ui.getCore().applyChanges();
// assertions
assert.ok(oCheckBox.$().hasClass("sapMCb"), "CheckBox should have class sapMCb");
assert.ok(oCheckBox.$("CbBg").hasClass("sapMCbBg"), "CheckBox should have class sapMCbBg");
// cleanup
oCheckBox.destroy();
});
/* ----------------------------------------------- */
/* function: sapMCbHoverable */
/* ----------------------------------------------- */
function testSapMCbHoverable(oThat, bDesktop, sMessage) {
var stub = oThat.stub(sap.ui.Device, "system", {desktop : bDesktop});
// system under test
var oCheckBox = new sap.m.CheckBox();
// arrange
oCheckBox.placeAt("content");
sap.ui.getCore().applyChanges();
// assertions
if (bDesktop){
assert.ok(oCheckBox.$("CbBg").hasClass("sapMCbHoverable"), sMessage);
} else {
assert.ok(!oCheckBox.$("CbBg").hasClass("sapMCbHoverable"), sMessage);
}
// cleanup
oCheckBox.destroy();
}
/* ----------------------------------------------- */
/* Test: sapMCbHoverable (non-desktop environment) */
/* ----------------------------------------------- */
QUnit.test("sapMCbHoverable (non-desktop environment)", function(assert) {
testSapMCbHoverable(this, false, "CheckBox should not have class sapMCbHoverable");
});
/* ----------------------------------------------- */
/* Test: sapMCbHoverable (desktop environment) */
/* ----------------------------------------------- */
QUnit.test("sapMCbHoverable (desktop environment)", function(assert) {
testSapMCbHoverable(this, true, "CheckBox should have class sapMCbHoverable");
});
QUnit.module("Events");
/* ----------------------------------------------- */
/* Test: tap */
/* ----------------------------------------------- */
QUnit.test("tap", function(assert) {
// system under test
var oCheckBox = new sap.m.CheckBox();
var oSpy = this.spy();
oCheckBox.attachSelect(oSpy);
// arrange
oCheckBox.placeAt("content");
sap.ui.getCore().applyChanges();
// assertions
assert.equal(oCheckBox.getSelected(), false, "CheckBox should not be selected");
assert.strictEqual(oCheckBox.$().attr("aria-checked"), "false", "Property 'aria-checked': Default value should be 'false'");
qutils.triggerEvent("tap", oCheckBox.getId());
assert.ok(oSpy.calledOnce, "Event 'select' should have been fired");
assert.equal(oCheckBox.getSelected(), true, "CheckBox should be selected");
assert.strictEqual(oCheckBox.$().attr("aria-checked"), "true", "Property 'aria-checked': Default value should be 'true'");
qutils.triggerEvent("tap", oCheckBox.getId());
assert.ok(oSpy.calledTwice, "Event 'select' should have been fired");
assert.equal(oCheckBox.getSelected(), false, "CheckBox should not be selected");
oCheckBox.setEditable(false);
qutils.triggerEvent("tap", oCheckBox.getId());
assert.ok(oSpy.calledTwice, "Event 'select' should have been fired");
assert.equal(oCheckBox.getSelected(), false, "CheckBox should not be selected");
// cleanup
oCheckBox.destroy();
});
/* ----------------------------------------------- */
/* Test: SPACE key */
/* ----------------------------------------------- */
function testSpaceKey(sTestName, oOptions) {
QUnit.test(sTestName, function(assert) {
//Arrange
var oSpy = this.spy();
var oCheckBox = new sap.m.CheckBox({select : oSpy, selected : oOptions.selected});
// System under Test
oCheckBox.placeAt("qunit-fixture");
sap.ui.getCore().applyChanges();
oCheckBox.$().focus(); // set focus on checkbox
sap.ui.test.qunit.triggerKeydown(oCheckBox.$(), jQuery.sap.KeyCodes.SPACE); // trigger Space on checkbox
assert.strictEqual(oSpy.callCount, 1, "SPACE is pressed, select event was fired");
assert.equal(oCheckBox.getSelected(), oOptions.expectedSelection, oOptions.expectedMessage);
assert.strictEqual(oCheckBox.$().attr("aria-checked"), "" + oOptions.expectedSelection, oOptions.expectedMessageAria);
// Clean up
oCheckBox.destroy();
});
}
testSpaceKey("Press Space on not selected checkBox", {
selected : false,
expectedSelection : true,
expectedMessage: "CheckBox should be selected",
expectedMessageAria: "Property 'aria-checked' should be 'true'"
});
testSpaceKey("Press Space on selected checkBox", {
selected : true,
expectedSelection : false,
expectedMessage: "CheckBox should be deselected",
expectedMessageAria: "Property 'aria-checked' should be 'false'"
});
/* ----------------------------------------------- */
/* Test: ENTER key */
/* ----------------------------------------------- */
function testEnterKey(sTestName, oOptions) {
QUnit.test(sTestName, function(assert) {
//Arrange
var oSpy = this.spy();
var oCheckBox = new sap.m.CheckBox({select : oSpy, selected : oOptions.selected});
// System under Test
oCheckBox.placeAt("qunit-fixture");
sap.ui.getCore().applyChanges();
oCheckBox.$().focus(); // set focus on checkbox
sap.ui.test.qunit.triggerKeydown(oCheckBox.$(), jQuery.sap.KeyCodes.ENTER); // trigger Enter on checkbox
assert.strictEqual(oSpy.callCount, 1, "Enter is pressed, select event was fired");
assert.equal(oCheckBox.getSelected(), oOptions.expectedSelection, oOptions.expectedMessage);
assert.strictEqual(oCheckBox.$().attr("aria-checked"), "" + oOptions.expectedSelection, oOptions.expectedMessageAria);
// Clean up
oCheckBox.destroy();
});
}
testEnterKey("Press Enter on not selected checkBox", {
selected : false,
expectedSelection : true,
expectedMessage: "CheckBox should be selected",
expectedMessageAria: "Property 'aria-checked' should be 'true'"
});
testEnterKey("Press Enter on selected checkBox", {
selected : true,
expectedSelection : false,
expectedMessage: "CheckBox should be deselected",
expectedMessageAria: "Property 'aria-checked' should be 'false'"
});
QUnit.module("Accessibility");
QUnit.test("getAccessibilityInfo", function(assert) {
var oControl = new sap.m.CheckBox({text: "Text"});
assert.ok(!!oControl.getAccessibilityInfo, "CheckBox has a getAccessibilityInfo function");
var oInfo = oControl.getAccessibilityInfo();
assert.ok(!!oInfo, "getAccessibilityInfo returns a info object");
assert.strictEqual(oInfo.role, "checkbox", "AriaRole");
assert.strictEqual(oInfo.type, sap.ui.getCore().getLibraryResourceBundle("sap.m").getText("ACC_CTR_TYPE_CHECKBOX"), "Type");
assert.strictEqual(oInfo.description, "Text", "Description");
assert.strictEqual(oInfo.focusable, true, "Focusable");
assert.strictEqual(oInfo.enabled, true, "Enabled");
assert.strictEqual(oInfo.editable, true, "Editable");
oControl.setSelected(true);
oControl.setEnabled(false);
oControl.setEditable(false);
oInfo = oControl.getAccessibilityInfo();
assert.strictEqual(oInfo.description, "Text " + sap.ui.getCore().getLibraryResourceBundle("sap.m").getText("ACC_CTR_STATE_CHECKED"), "Description");
assert.strictEqual(oInfo.focusable, false, "Focusable");
assert.strictEqual(oInfo.enabled, false, "Enabled");
assert.strictEqual(oInfo.editable, false, "Editable");
oControl.destroy();
});
</script>
</head>
<body id="body" class="sapUiBody">
<h1 id="qunit-header">QUnit Page for sap.m.CheckBox</h1>
<h2 id="qunit-banner"></h2>
<h2 id="qunit-userAgent"></h2>
<div id="qunit-testrunner-toolbar"></div>
<ol id="qunit-tests"></ol>
<div id="content"></div>
<div id="qunit-fixture"></div>
</body>
</html>
| olirogers/openui5 | src/sap.m/test/sap/m/qunit/CheckBox.qunit.html | HTML | apache-2.0 | 24,667 |
<!DOCTYPE html >
<html>
<head>
<title>SeeStackDepthException - ScalaTest 3.0.2 - org.scalatest.events.SeeStackDepthException</title>
<meta name="description" content="SeeStackDepthException - ScalaTest 3.0.2 - org.scalatest.events.SeeStackDepthException" />
<meta name="keywords" content="SeeStackDepthException ScalaTest 3.0.2 org.scalatest.events.SeeStackDepthException" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link href="../../../lib/template.css" media="screen" type="text/css" rel="stylesheet" />
<link href="../../../lib/diagrams.css" media="screen" type="text/css" rel="stylesheet" id="diagrams-css" />
<script type="text/javascript" src="../../../lib/jquery.js" id="jquery-js"></script>
<script type="text/javascript" src="../../../lib/jquery-ui.js"></script>
<script type="text/javascript" src="../../../lib/template.js"></script>
<script type="text/javascript" src="../../../lib/tools.tooltip.js"></script>
<script type="text/javascript">
if(top === self) {
var url = '../../../index.html';
var hash = 'org.scalatest.events.SeeStackDepthException$';
var anchor = window.location.hash;
var anchor_opt = '';
if (anchor.length >= 1)
anchor_opt = '@' + anchor.substring(1);
window.location.href = url + '#' + hash + anchor_opt;
}
</script>
</head>
<body class="value">
<!-- Top of doc.scalatest.org [javascript] -->
<script type="text/javascript">
var rnd = window.rnd || Math.floor(Math.random()*10e6);
var pid204546 = window.pid204546 || rnd;
var plc204546 = window.plc204546 || 0;
var abkw = window.abkw || '';
var absrc = 'http://ab167933.adbutler-ikon.com/adserve/;ID=167933;size=468x60;setID=204546;type=js;sw='+screen.width+';sh='+screen.height+';spr='+window.devicePixelRatio+';kw='+abkw+';pid='+pid204546+';place='+(plc204546++)+';rnd='+rnd+';click=CLICK_MACRO_PLACEHOLDER';
document.write('<scr'+'ipt src="'+absrc+'" type="text/javascript"></scr'+'ipt>');
</script>
<div id="definition">
<img alt="Object" src="../../../lib/object_big.png" />
<p id="owner"><a href="../../package.html" class="extype" name="org">org</a>.<a href="../package.html" class="extype" name="org.scalatest">scalatest</a>.<a href="package.html" class="extype" name="org.scalatest.events">events</a></p>
<h1>SeeStackDepthException</h1><h3><span class="morelinks"><div>Related Doc:
<a href="package.html" class="extype" name="org.scalatest.events">package events</a>
</div></span></h3><span class="permalink">
<a href="../../../index.html#org.scalatest.events.SeeStackDepthException$" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
</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">SeeStackDepthException</span><span class="result"> extends <a href="Location.html" class="extype" name="org.scalatest.events.Location">Location</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="comment cmt"><p>Indicates the location should be taken from the stack depth exception, included elsewhere in
the event that contained this location.
</p></div><dl class="attributes block"> <dt>Source</dt><dd><a href="https://github.com/scalatest/scalatest/tree/release-3.0.2/scalatest//src/main/scala/org/scalatest/events/Location.scala" target="_blank">Location.scala</a></dd></dl><div class="toggleContainer block">
<span class="toggle">Linear Supertypes</span>
<div class="superTypes hiddenContent"><a href="Location.html" class="extype" name="org.scalatest.events.Location">Location</a>, <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>, <span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div>
</div></div>
<div id="mbrsel">
<div id="textfilter"><span class="pre"></span><span class="input"><input id="mbrsel-input" type="text" accesskey="/" /></span><span class="post"></span></div>
<div id="order">
<span class="filtertype">Ordering</span>
<ol>
<li class="alpha in"><span>Alphabetic</span></li>
<li class="inherit out"><span>By Inheritance</span></li>
</ol>
</div>
<div id="ancestors">
<span class="filtertype">Inherited<br />
</span>
<ol id="linearization">
<li class="in" name="org.scalatest.events.SeeStackDepthException"><span>SeeStackDepthException</span></li><li class="in" name="org.scalatest.events.Location"><span>Location</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="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>
</div>
<div id="visbl">
<span class="filtertype">Visibility</span>
<ol><li class="public in"><span>Public</span></li><li class="all out"><span>All</span></li></ol>
</div>
</div>
<div id="template">
<div id="allMembers">
<div id="values" class="values members">
<h3>Value Members</h3>
<ol><li name="scala.AnyRef#!=" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="!=(x$1: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><span class="permalink">
<a href="../../../index.html#org.scalatest.events.SeeStackDepthException$@!=(x$1:Any):Boolean" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</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" 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><span class="permalink">
<a href="../../../index.html#org.scalatest.events.SeeStackDepthException$@##():Int" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</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" 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><span class="permalink">
<a href="../../../index.html#org.scalatest.events.SeeStackDepthException$@==(x$1:Any):Boolean" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</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" 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><span class="permalink">
<a href="../../../index.html#org.scalatest.events.SeeStackDepthException$@asInstanceOf[T0]:T0" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</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" 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><span class="permalink">
<a href="../../../index.html#org.scalatest.events.SeeStackDepthException$@clone():Object" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<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><span class="permalink">
<a href="../../../index.html#org.scalatest.events.SeeStackDepthException$@eq(x$1:AnyRef):Boolean" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</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" 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><span class="permalink">
<a href="../../../index.html#org.scalatest.events.SeeStackDepthException$@equals(x$1:Any):Boolean" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</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" 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><span class="permalink">
<a href="../../../index.html#org.scalatest.events.SeeStackDepthException$@finalize():Unit" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<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><span class="permalink">
<a href="../../../index.html#org.scalatest.events.SeeStackDepthException$@getClass():Class[_]" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<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><span class="permalink">
<a href="../../../index.html#org.scalatest.events.SeeStackDepthException$@isInstanceOf[T0]:Boolean" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li name="scala.AnyRef#ne" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="ne(x$1:AnyRef):Boolean"></a>
<a id="ne(AnyRef):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">ne</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalatest.events.SeeStackDepthException$@ne(x$1:AnyRef):Boolean" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</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" 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><span class="permalink">
<a href="../../../index.html#org.scalatest.events.SeeStackDepthException$@notify():Unit" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<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><span class="permalink">
<a href="../../../index.html#org.scalatest.events.SeeStackDepthException$@notifyAll():Unit" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#synchronized" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="synchronized[T0](x$1:=>T0):T0"></a>
<a id="synchronized[T0](⇒T0):T0"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">synchronized</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="params">(<span name="arg0">arg0: ⇒ <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span>)</span><span class="result">: <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalatest.events.SeeStackDepthException$@synchronized[T0](x$1:=>T0):T0" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</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><span class="permalink">
<a href="../../../index.html#org.scalatest.events.SeeStackDepthException$@wait():Unit" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</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" 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><span class="permalink">
<a href="../../../index.html#org.scalatest.events.SeeStackDepthException$@wait(x$1:Long,x$2:Int):Unit" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</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" 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><span class="permalink">
<a href="../../../index.html#org.scalatest.events.SeeStackDepthException$@wait(x$1:Long):Unit" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</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></ol>
</div>
</div>
<div id="inheritedMembers">
<div class="parent" name="org.scalatest.events.Location">
<h3>Inherited from <a href="Location.html" class="extype" name="org.scalatest.events.Location">Location</a></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.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="scala.AnyRef">
<h3>Inherited from <span class="extype" name="scala.AnyRef">AnyRef</span></h3>
</div><div class="parent" name="scala.Any">
<h3>Inherited from <span class="extype" name="scala.Any">Any</span></h3>
</div>
</div>
<div id="groupedMembers">
<div class="group" name="Ungrouped">
<h3>Ungrouped</h3>
</div>
</div>
</div>
<div id="tooltip"></div>
<div id="footer"> </div>
</body>
</html>
| scalatest/scalatest-website | public/scaladoc/3.0.2/org/scalatest/events/SeeStackDepthException$.html | HTML | apache-2.0 | 25,954 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<title>SQLite Database File Format Requirements</title>
<style type="text/css">
body {
margin: auto;
font-family: "Verdana" "sans-serif";
padding: 8px 1%;
}
a { color: #45735f }
a:visited { color: #734559 }
.logo { position:absolute; margin:3px; }
.tagline {
float:right;
text-align:right;
font-style:italic;
width:240px;
margin:12px;
margin-top:58px;
}
.toolbar {
font-variant: small-caps;
text-align: center;
line-height: 1.6em;
margin: 0;
padding:1px 8px;
}
.toolbar a { color: white; text-decoration: none; padding: 6px 12px; }
.toolbar a:visited { color: white; }
.toolbar a:hover { color: #80a796; background: white; }
.content { margin: 5%; }
.content dt { font-weight:bold; }
.content dd { margin-bottom: 25px; margin-left:20%; }
.content ul { padding:0px; padding-left: 15px; margin:0px; }
/* rounded corners */
.se { background: url(images/se.png) 100% 100% no-repeat #80a796}
.sw { background: url(images/sw.png) 0% 100% no-repeat }
.ne { background: url(images/ne.png) 100% 0% no-repeat }
.nw { background: url(images/nw.png) 0% 0% no-repeat }
</style>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<div><!-- container div to satisfy validator -->
<a href="index.html">
<img class="logo" src="images/SQLite.gif" alt="SQLite Logo"
border="0"></a>
<div><!-- IE hack to prevent disappearing logo--></div>
<div class="tagline">Small. Fast. Reliable.<br>Choose any three.</div>
<table width=100% style="clear:both"><tr><td>
<div class="se"><div class="sw"><div class="ne"><div class="nw">
<div class="toolbar">
<a href="about.html">About</a>
<a href="sitemap.html">Sitemap</a>
<a href="docs.html">Documentation</a>
<a href="download.html">Download</a>
<a href="copyright.html">License</a>
<a href="news.html">News</a>
<a href="http://www.sqlite.org/cvstrac/index">Developers</a>
<a href="support.html">Support</a>
</div></div></div></div></div>
</td></tr></table>
<h1 align="center">
Requirements for the SQLite Database File Format
</h1>
<p>
This document contains detailed <a href="requirements.html">requirements</a> for the database
<a href="fileformat.html">file format</a> and the <a href="fileio.html">file I/O</a> characteristics of SQLite.
</p>
<hr>
<a name="H30010"></a>
<p><b>H30010:</b>
The system shall ensure that at the successful conclusion of a
database transaction the contents of the database file constitute
a <i>well-formed SQLite database file</i>.
<a name="H30020"></a>
<p><b>H30020:</b>
The system shall ensure that at the successful conclusion of a
database transaction the contents of the database file are a valid
serialization of the contents of the logical SQL database produced
by the transaction.
<a name="H30030"></a>
<p><b>H30030:</b>
The first 16 bytes of a well-formed database file contain the UTF-8
encoding of the string "SQLite format 3" followed by a single
nul-terminator byte.
<a name="H30040"></a>
<p><b>H30040:</b>
The 19th byte (byte offset 18), the <i>file-format write version</i>,
of a well-formed database file contains the value 0x01.
<a name="H30050"></a>
<p><b>H30050:</b>
The 20th byte (byte offset 19), the <i>file-format read version</i>,
of a well-formed database file contains the value 0x01.
<a name="H30060"></a>
<p><b>H30060:</b>
The 21st byte (byte offset 20), the number of unused bytes on each
page, of a well-formed database file shall contain the value 0x00.
<a name="H30070"></a>
<p><b>H30070:</b>
The 22nd byte (byte offset 21), the maximum fraction of an index
B-Tree page to use for embedded content, of a well-formed database
file shall contain the value 0x40.
<a name="H30080"></a>
<p><b>H30080:</b>
The 23rd byte (byte offset 22), the minimum fraction of an index
B-Tree page to use for embedded content when using overflow pages,
of a well-formed database file contains the value 0x20.
<a name="H30090"></a>
<p><b>H30090:</b>
The 24th byte (byte offset 23), the minimum fraction of a table
B-Tree page to use for embedded content when using overflow pages,
of a well-formed database file contains the value 0x20.
<a name="H30100"></a>
<p><b>H30100:</b>
The 4 byte block starting at byte offset 24 of a well-formed
database file contains the <i>file change counter</i> formatted
as a 4-byte big-endian integer.
<a name="H30110"></a>
<p><b>H30110:</b>
The 4 byte block starting at byte offset 40 of a well-formed
database file contains the <i>schema version</i> formatted
as a 4-byte big-endian integer.
<a name="H30120"></a>
<p><b>H30120:</b>
The 4 byte block starting at byte offset 44 of a well-formed
database file, the <i>schema layer file format</i>, contains a
big-endian integer value between 1 and 4, inclusive.
<a name="H30130"></a>
<p><b>H30130:</b>
The 4 byte block starting at byte offset 48 of a well-formed
database file contains the <i>default pager cache size</i> formatted
as a 4-byte big-endian integer.
<a name="H30140"></a>
<p><b>H30140:</b>
The 4 byte block starting at byte offset 52 of a well-formed
database file contains the <i>auto-vacuum last root-page</i>
formatted as a 4-byte big-endian integer. If this value is non-zero,
the database is said to be an <i>auto-vacuum database</i>.
<a name="H30150"></a>
<p><b>H30150:</b>
The 4 byte block starting at byte offset 56 of a well-formed
database file, the <i>text encoding</i> contains a big-endian integer
value between 1 and 3, inclusive.
<a name="H30160"></a>
<p><b>H30160:</b>
The 4 byte block starting at byte offset 60 of a well-formed
database file contains the <i>user cookie</i> formatted
as a 4-byte big-endian integer.
<a name="H30170"></a>
<p><b>H30170:</b>
The 4 byte block starting at byte offset 64 of a well-formed
database file, the <i>incremental vaccum flag</i> contains a big-endian
integer value between 0 and 1, inclusive.
<a name="H30180"></a>
<p><b>H30180:</b>
In a well-formed non-autovacuum database (one with a zero stored
in the 4-byte big-endian integer value beginning at byte offset
52 of the database file header, the incremental vacuum flag is
set to 0.
<a name="H30190"></a>
<p><b>H30190:</b>
The <i>database page size</i> of a well-formed database, stored as a
2-byte big-endian unsigned integer at byte offset 16 of the file,
shall be an integer power of 2 between 512 and 32768, inclusive.
<a name="H30200"></a>
<p><b>H30200:</b>
The size of a <i>well formed database file</i> shall be an integer
multiple of the <i>database page size</i>.
<a name="H30210"></a>
<p><b>H30210:</b>
Each page of a <i>well formed database file</i> is exactly one of a
<i>B-Tree page</i>, an <i>overflow page</i>, a <i>free page</i>, a
<i>pointer-map page</i> or the <i>locking page</i>.
<a name="H30220"></a>
<p><b>H30220:</b>
The database page that starts at byte offset 2<sup>30</sup>, the
<i>locking page</i>, is never used for any purpose.
<a name="H30230"></a>
<p><b>H30230:</b>
In a <i>well-formed database file</i>, the portion of the first
database page not consumed by the database file-header (all but the
first 100 bytes) contains the root node of a table B-Tree,
the <i>schema table</i>.
<a name="H30240"></a>
<p><b>H30240:</b>
All records stored in the <i>schema table</i> contain exactly five
fields.
<a name="H30250"></a>
<p><b>H30250:</b>
For each SQL table in the database apart from itself
("sqlite_master"), the <i>schema table</i> of a <i>well-formed
database file</i> contains an associated record.
<a name="H30260"></a>
<p><b>H30260:</b>
The first field of each <i>schema table</i> record associated with an
SQL table shall be the text value "table".
<a name="H30270"></a>
<p><b>H30270:</b>
The second field of each <i>schema table</i> record associated with an
SQL table shall be a text value set to the name of the SQL table.
<a name="H30280"></a>
<p><b>H30280:</b>
In a <i>well-formed database file</i>, the third field of all
<i>schema table</i> records associated with SQL tables shall contain
the same value as the second field.
<a name="H30290"></a>
<p><b>H30290:</b>
In a <i>well-formed database file</i>, the fourth field of all
<i>schema table</i> records associated with SQL tables that are not
virtual tables contains the page number (an integer value) of the root
page of the associated <i>table B-Tree</i> structure within the
database file.
<a name="H30300"></a>
<p><b>H30300:</b>
If the associated database table is a virtual table, the fourth
field of the <i>schema table</i> record shall contain an SQL NULL
value.
<a name="H30310"></a>
<p><b>H30310:</b>
In a well-formed database, the fifth field of all <i>schema table</i>
records associated with SQL tables shall contain a "CREATE TABLE"
or "CREATE VIRTUAL TABLE" statment (a text value). The details
of the statement shall be such that executing the statement
would create a table of precisely the same name and schema as the
existing database table.
<a name="H30320"></a>
<p><b>H30320:</b>
For each PRIMARY KEY or UNIQUE constraint present in the definition
of each SQL table in the database, the schema table of a well-formed
database shall contain a record with the first field set to the text
value "index", and the second field set to a text value containing a
string of the form "sqlite_autoindex_<name>_<idx>", where
<name> is the name of the SQL table and <idx> is an
integer value.
<a name="H30330"></a>
<p><b>H30330:</b>
In a well-formed database, the third field of all schema table
records associated with SQL PRIMARY KEY or UNIQUE constraints shall
contain the name of the table to which the constraint applies (a
text value).
<a name="H30340"></a>
<p><b>H30340:</b>
In a well-formed database, the fourth field of all schema table
records associated with SQL PRIMARY KEY or UNIQUE constraints shall
contain the page number (an integer value) of the root page of the
associated index B-Tree structure.
<a name="H30350"></a>
<p><b>H30350:</b>
In a well-formed database, the fifth field of all schema table
records associated with SQL PRIMARY KEY or UNIQUE constraints shall
contain an SQL NULL value.
<a name="H30360"></a>
<p><b>H30360:</b>
For each SQL index in the database, the schema table of a well-formed
database shall contain a record with the first field set to the text
value "index" and the second field set to a text value containing the
name of the SQL index.
<a name="H30370"></a>
<p><b>H30370:</b>
In a well-formed database, the third field of all schema table
records associated with SQL indexes shall contain the name of the
SQL table that the index applies to.
<a name="H30380"></a>
<p><b>H30380:</b>
In a well-formed database, the fourth field of all schema table
records associated with SQL indexes shall contain the page number
(an integer value) of the root page of the associated index B-Tree
structure.
<a name="H30390"></a>
<p><b>H30390:</b>
In a well-formed database, the fifth field of all schema table
records associated with SQL indexes shall contain an SQL "CREATE
INDEX" statement (a text value). The details of the statement shall
be such that executing the statement would create an index of
precisely the same name and content as the existing database index.
<a name="H30400"></a>
<p><b>H30400:</b>
For each SQL view in the database, the schema table of a well-formed
database shall contain a record with the first field set to the text
value "view" and the second field set to a text value containing the
name of the SQL view.
<a name="H30410"></a>
<p><b>H30410:</b>
In a well-formed database, the third field of all schema table
records associated with SQL views shall contain the same value as
the second field.
<a name="H30420"></a>
<p><b>H30420:</b>
In a well-formed database, the third field of all schema table
records associated with SQL views shall contain the integer value 0.
<a name="H30430"></a>
<p><b>H30430:</b>
In a well-formed database, the fifth field of all schema table
records associated with SQL indexes shall contain an SQL "CREATE
VIEW" statement (a text value). The details of the statement shall
be such that executing the statement would create a view of
precisely the same name and definition as the existing database view.
<a name="H30440"></a>
<p><b>H30440:</b>
For each SQL trigger in the database, the schema table of a well-formed
database shall contain a record with the first field set to the text
value "trigger" and the second field set to a text value containing the
name of the SQL trigger.
<a name="H30450"></a>
<p><b>H30450:</b>
In a well-formed database, the third field of all schema table
records associated with SQL triggers shall contain the name of the
database table or view to which the trigger applies.
<a name="H30460"></a>
<p><b>H30460:</b>
In a well-formed database, the third field of all schema table
records associated with SQL triggers shall contain the integer value 0.
<a name="H30470"></a>
<p><b>H30470:</b>
In a well-formed database, the fifth field of all schema table
records associated with SQL indexes shall contain an SQL "CREATE
TRIGGER" statement (a text value). The details of the statement shall
be such that executing the statement would create a trigger of
precisely the same name and definition as the existing database trigger.
<a name="H30480"></a>
<p><b>H30480:</b>
In an auto-vacuum database, all pages that occur before the page
number stored in the <i>auto-vacuum last root-page</i> field
of the database file header (see H30140) must be either B-Tree <i>root
pages</i>, <i>pointer-map pages</i> or the <i>locking page</i>.
<a name="H30490"></a>
<p><b>H30490:</b>
In an auto-vacuum database, no B-Tree <i>root pages</i> may occur
on or after the page number stored in the <i>auto-vacuum last root-page</i> field
of the database file header (see H30140) must be either B-Tree <i>root
pages</i>, <i>pointer-map pages</i> or the <i>locking page</i>.
<a name="H30500"></a>
<p><b>H30500:</b>
As well as the <i>schema table</i>, a <i>well-formed database file</i>
contains <i>N</i> table B-Tree structures, where <i>N</i> is the
number of non-virtual tables in the logical database, excluding the
sqlite_master table but including sqlite_sequence and other system
tables.
<a name="H30510"></a>
<p><b>H30510:</b>
A well-formed database file contains <i>N</i> table B-Tree structures,
where <i>N</i> is the number of indexes in the logical database,
including indexes created by UNIQUE or PRIMARY KEY clauses in the
declaration of SQL tables.
<a name="H30520"></a>
<p><b>H30520:</b>
A 64-bit signed integer value stored in <i>variable length integer</i>
format consumes from 1 to 9 bytes of space.
<a name="H30530"></a>
<p><b>H30530:</b>
The most significant bit of all bytes except the last in a serialized
<i>variable length integer</i> is always set. Unless the serialized
form consumes the maximum 9 bytes available, then the most significant
bit of the final byte of the representation is always cleared.
<a name="H30540"></a>
<p><b>H30540:</b>
The eight least significant bytes of the 64-bit twos-compliment
representation of a value stored in a 9 byte <i>variable length
integer</i> are stored in the final byte (byte offset 8) of the
serialized <i>variable length integer</i>. The other 56 bits are
stored in the 7 least significant bits of each of the first 8 bytes
of the serialized <i>variable length integer</i>, in order from
most significant to least significant.
<a name="H30550"></a>
<p><b>H30550:</b>
A <i>variable length integer</i> that consumes less than 9 bytes of
space contains a value represented as an <i>N</i>-bit unsigned
integer, where <i>N</i> is equal to the number of bytes consumed by
the serial representation (between 1 and 8) multiplied by 7. The
<i>N</i> bits are stored in the 7 least significant bits of each
byte of the serial representation, from most to least significant.
<a name="H30560"></a>
<p><b>H30560:</b>
A <i>database record</i> consists of a <i>database record header</i>,
followed by <i>database record data</i>. The first part of the
<i>database record header</i> is a <i>variable length integer</i>
containing the total size (including itself) of the header in bytes.
<a name="H30570"></a>
<p><b>H30570:</b>
Following the length field, the remainder of the <i>database record
header</i> is populated with <i>N</i> <i>variable length integer</i>
fields, where <i>N</i> is the number of database values stored in
the record.
<a name="H30580"></a>
<p><b>H30580:</b>
Following the <i>database record header</i>, the <i>database record
data</i> is made up of <i>N</i> variable length blobs of data, where
<i>N</i> is again the number of database values stored in the record.
The <i>n</i> blob contains the data for the <i>n</i>th value in
the database record. The size and format of each blob of data is
encoded in the corresponding <i>variable length integer</i> field
in the <i>database record header</i>.
<a name="H30590"></a>
<p><b>H30590:</b>
A value of 0 stored within the <i>database record header</i> indicates
that the corresponding database value is an SQL NULL. In this case
the blob of data in the data area is 0 bytes in size.
<a name="H30600"></a>
<p><b>H30600:</b>
A value of 1 stored within the <i>database record header</i> indicates
that the corresponding database value is an SQL integer. In this case
the blob of data contains the integer value, formatted as a 1-byte
big-endian signed integer.
<a name="H30610"></a>
<p><b>H30610:</b>
A value of 2 stored within the <i>database record header</i> indicates
that the corresponding database value is an SQL integer. In this case
the blob of data contains the integer value, formatted as a 2-byte
big-endian signed integer.
<a name="H30620"></a>
<p><b>H30620:</b>
A value of 3 stored within the <i>database record header</i> indicates
that the corresponding database value is an SQL integer. In this case
the blob of data contains the integer value, formatted as a 3-byte
big-endian signed integer.
<a name="H30630"></a>
<p><b>H30630:</b>
A value of 4 stored within the <i>database record header</i> indicates
that the corresponding database value is an SQL integer. In this case
the blob of data contains the integer value, formatted as a 4-byte
big-endian signed integer.
<a name="H30640"></a>
<p><b>H30640:</b>
A value of 5 stored within the <i>database record header</i> indicates
that the corresponding database value is an SQL integer. In this case
the blob of data contains the integer value, formatted as a 6-byte
big-endian signed integer.
<a name="H30650"></a>
<p><b>H30650:</b>
A value of 6 stored within the <i>database record header</i> indicates
that the corresponding database value is an SQL integer. In this case
the blob of data contains the integer value, formatted as a 8-byte
big-endian signed integer.
<a name="H30660"></a>
<p><b>H30660:</b>
A value of 7 stored within the <i>database record header</i> indicates
that the corresponding database value is an SQL real (floating
point number). In this case the blob of data contains an 8-byte
IEEE floating point number, stored in big-endian byte order.
<a name="H30670"></a>
<p><b>H30670:</b>
A value of 8 stored within the <i>database record header</i> indicates
that the corresponding database value is an SQL integer, value 0.
In this case the blob of data in the data area is 0 bytes in size.
<a name="H30680"></a>
<p><b>H30680:</b>
A value of 9 stored within the <i>database record header</i> indicates
that the corresponding database value is an SQL integer, value 1.
In this case the blob of data in the data area is 0 bytes in size.
<a name="H30690"></a>
<p><b>H30690:</b>
An even value greater than or equal to 12 stored within the
<i>database record header</i> indicates that the corresponding
database value is an SQL blob field. The blob of data contains the
value data. The blob of data is exactly (<i>n</i>-12)/2 bytes
in size, where <i>n</i> is the integer value stored in the
<i>database record header</i>.
<a name="H30700"></a>
<p><b>H30700:</b>
An odd value greater than or equal to 13 stored within the
<i>database record header</i> indicates that the corresponding
database value is an SQL text field. The blob of data contains the
value text stored using the <i>database encoding</i>, with no
nul-terminator. The blob of data is exactly (<i>n</i>-12)/2 bytes
in size, where <i>n</i> is the integer value stored in the
<i>database record header</i>.
<a name="H30710"></a>
<p><b>H30710:</b>
In a well-formed database file, if the values 8 or 9 appear within
any <i>database record header</i> within the database, then the
<i>schema-layer file format</i> (stored at byte offset 44 of the
database file header) must be set to 4.
<a name="H30720"></a>
<p><b>H30720:</b>
In a well-formed database file, the values 10 and 11, and all
negative values may not appear within any <i>database record header</i>
in the database.
<a name="H30730"></a>
<p><b>H30730:</b>
The pages in an index B-Tree structures are arranged into a tree
structure such that all leaf pages are at the same depth.
<a name="H30740"></a>
<p><b>H30740:</b>
Each leaf node page in an index B-Tree contains one or more
B-Tree cells, where each cell contains a database record.
<a name="H30750"></a>
<p><b>H30750:</b>
Each internal node page in an index B-Tree contains one or more
B-Tree cells, where each cell contains a child page number, <i>C</i>,
and a database record <i>R</i>. All database records stored within
the sub-tree headed by page <i>C</i> are smaller than record <i>R</i>,
according to the index sort order (see below). Additionally, unless
<i>R</i> is the smallest database record stored on the internal node
page, all integer keys within the sub-tree headed by <i>C</i> are
greater than <i>R<sub>-1</sub></i>, where <i>R<sub>-1</sub></i> is the
largest database record on the internal node page that is smaller
than <i>R</i>.
<a name="H30760"></a>
<p><b>H30760:</b>
As well as child page numbers associated with B-Tree cells, each
internal node page in an index B-Tree contains the page number
of an extra child page, the <i>right-child page</i>. All database
records stored in all B-Tree cells within the sub-tree headed by the
<i>right-child page</i> are greater than all database records
stored within B-Tree cells on the internal node page.
<a name="H30770"></a>
<p><b>H30770:</b>
In a well-formed database, each index B-Tree contains a single entry
for each row in the indexed logical database table.
<a name="H30780"></a>
<p><b>H30780:</b>
Each <i>database record</i> (key) stored by an index B-Tree in a
well-formed database contains the same number of values, the number
of indexed columns plus one.
<a name="H30790"></a>
<p><b>H30790:</b>
The final value in each <i>database record</i> (key) stored by an
index B-Tree in a well-formed database contains the rowid (an integer
value) of the corresponding logical database row.
<a name="H30800"></a>
<p><b>H30800:</b>
The first <i>N</i> values in each <i>database record</i> (key)
stored in an index B-Tree where <i>N</i> is the number of indexed
columns, contain the values of the indexed columns from the
corresponding logical database row, in the order specified for the
index.
<a name="H30810"></a>
<p><b>H30810:</b>
The <i>b-tree page flags</i> field (the first byte) of each database
page used as an internal node of an index B-Tree structure is set to
0x02.
<a name="H30820"></a>
<p><b>H30820:</b>
The <i>b-tree page flags</i> field (the first byte) of each database
page used as a leaf node of an index B-Tree structure is set to 0x0A.
<a name="H30830"></a>
<p><b>H30830:</b>
The first byte of each database page used as a B-Tree page contains
the <i>b-tree page flags</i> field. On page 1, the <i>b-tree page
flags</i> field is stored directly after the 100 byte file header
at byte offset 100.
<a name="H30840"></a>
<p><b>H30840:</b>
The number of B-Tree cells stored on a B-Tree page is stored as a
2-byte big-endian integer starting at byte offset 3 of the B-Tree
page. On page 1, this field is stored at byte offset 103.
<a name="H30850"></a>
<p><b>H30850:</b>
The 2-byte big-endian integer starting at byte offset 5 of each
B-Tree page contains the byte-offset from the start of the page
to the start of the <i>cell content area</i>, which consumes all space
from this offset to the end of the usable region of the page.
On page 1, this field is stored at byte offset 105. All B-Tree
cells on the page are stored within the cell-content area.
<a name="H30860"></a>
<p><b>H30860:</b>
On each page used as an internal node a of B-Tree structures, the
page number of the rightmost child node in the B-Tree structure is
stored as a 4-byte big-endian unsigned integer beginning at byte
offset 8 of the database page, or byte offset 108 on page 1.
<a name="H30870"></a>
<p><b>H30870:</b>
Immediately following the <i>page header</i> on each B-Tree page is the
<i>cell offset array</i>, consisting of <i>N</i> 2-byte big-endian
unsigned integers, where <i>N</i> is the number of cells stored
on the B-Tree page (H30840). On an internal node B-Tree page,
the cell offset array begins at byte offset 12, or on a leaf
page, byte offset 8. For the B-Tree node on page 1, these
offsets are 112 and 108, respectively.
<a name="H30880"></a>
<p><b>H30880:</b>
The <i>cell offset array</i> and the <i>cell content area</i> (H30850)
may not overlap.
<a name="H30890"></a>
<p><b>H30890:</b>
Each value stored in the <i>cell offset array</i> must be greater
than or equal to the offset to the <i>cell content area</i> (H30850),
and less than the database <i>page size</i>.
<a name="H30900"></a>
<p><b>H30900:</b>
The <i>N</i> values stored within the <i>cell offset array</i> are the
byte offsets from the start of the B-Tree page to the beginning of
each of the <i>N</i> cells stored on the page.
<a name="H30910"></a>
<p><b>H30910:</b>
No two B-Tree cells may overlap.
<a name="H30920"></a>
<p><b>H30920:</b>
Within the <i>cell content area</i>, all blocks of contiguous
free-space (space not used by B-Tree cells) greater than 3 bytes in
size are linked together into a linked list, the <i>free block list</i>.
Such blocks of free space are known as <i>free blocks</i>.
<a name="H30930"></a>
<p><b>H30930:</b>
The first two bytes of each <i>free block</i> contain the offset
of the next <i>free block</i> in the <i>free block list</i> formatted
as a 2-byte big-endian integer, relative to the start of the database
page. If there is no next <i>free block</i>, then the first two
bytes are set to 0x00.
<a name="H30940"></a>
<p><b>H30940:</b>
The second two bytes (byte offsets 2 and 3) of each <i>free block</i>
contain the total size of the <i>free block</i>, formatted as a 2-byte
big-endian integer.
<a name="H30950"></a>
<p><b>H30950:</b>
On all B-Tree pages, the offset of the first <i>free block</i> in the
<i>free block list</i>, relative to the start of the database page,
is stored as a 2-byte big-endian integer starting at byte offset
1 of the database page. If there is no first <i>free block</i>
(because the <i>free block list</i> is empty), then the two bytes
at offsets 1 and 2 of the database page are set to 0x00. On page 1,
this field is stored at byte offset 101 of the page.
<a name="H30960"></a>
<p><b>H30960:</b>
Within the cell-content area, all blocks of contiguous free-space
(space not used by B-Tree cells) less than or equal to 3 bytes in
size are known as <i>fragments</i>. The total size of all
<i>fragments</i> on a B-Tree page is stored as a 1-byte unsigned
integer at byte offset 7 of the database page. On page 1, this
field is stored at byte offset 107.
<a name="H30970"></a>
<p><b>H30970:</b>
Each B-Tree cell belonging to an internal node page of an index
B-Tree consists of a 4-byte big-endian unsigned integer, the
<i>child page number</i>, followed by a <i>variable length integer</i>
field, followed by a <i>database record</i>. The
<i>variable length integer</i> field contains the length of the
database record in bytes.
<a name="H30980"></a>
<p><b>H30980:</b>
Each B-Tree cell belonging to an leaf page of an index B-Tree
consists of a <i>variable length integer</i> field, followed by
a <i>database record</i>. The <i>variable length integer</i> field
contains the length of the database record in bytes.
<a name="H30990"></a>
<p><b>H30990:</b>
If the database record stored in an index B-Tree page is
sufficiently small, then the entire cell is stored within the
index B-Tree page. Sufficiently small is defined as equal to or
less than <i>max-local</i>, where:
<code>
<i>max-local</i> := (<i>usable-size</i> - 12) * 64 / 255 - 23</code>
<a name="H31000"></a>
<p><b>H31000:</b>
If the database record stored as part of an index B-Tree cell is too
large to be stored entirely within the B-Tree page (as defined by
H30520), then only a prefix of the <i>database record</i> is stored
within the B-Tree page and the remainder stored in an <i>overflow
chain</i>. In this case, the database record prefix is immediately
followed by the page number of the first page of the
<i>overflow chain</i>, formatted as a 4-byte big-endian unsigned
integer.
<a name="H31010"></a>
<p><b>H31010:</b>
When a <i>database record</i> belonging to a table B-Tree cell is
stored partially within an <i>overflow page chain</i>, the size
of the prefix stored within the index B-Tree page is <i>N</i> bytes,
where <i>N</i> is calculated using the following algorithm:
<code>
<i>min-local</i> := (<i>usable-size</i> - 12) * 32 / 255 - 23
<i>max-local</i> := (<i>usable-size</i> - 12) * 64 / 255 - 23
<i>N</i> := <i>min-local</i> + ((<i>record-size</i> - <i>min-local</i>) % (<i>usable-size</i> - 4))
if( <i>N</i> > <i>max-local</i> ) <i>N</i> := <i>min-local</i></code>
<a name="H31020"></a>
<p><b>H31020:</b>
The pages in a table B-Tree structures are arranged into a tree
structure such that all leaf pages are at the same depth.
<a name="H31030"></a>
<p><b>H31030:</b>
Each leaf page in a table B-Tree structure contains one or more
B-Tree cells, where each cell contains a 64-bit signed integer key
value and a database record.
<a name="H31040"></a>
<p><b>H31040:</b>
Each internal node page in a table B-Tree structure contains one or
more B-Tree cells, where each cell contains a 64-bit signed integer
key value, <i>K</i>, and a child page number, <i>C</i>. All integer key
values in all B-Tree cells within the sub-tree headed by page <i>C</i>
are less than or equal to <i>K</i>. Additionally, unless <i>K</i>
is the smallest integer key value stored on the internal node page,
all integer keys within the sub-tree headed by <i>C</i> are greater
than <i>K<sub>-1</sub></i>, where <i>K<sub>-1</sub></i> is the largest
integer key on the internal node page that is smaller than <i>K</i>.
<a name="H31050"></a>
<p><b>H31050:</b>
As well as child page numbers associated with B-Tree cells, each
internal node page in a table B-Tree contains the page number
of an extra child page, the <i>right-child page</i>. All key values
in all B-Tree cells within the sub-tree headed by the <i>right-child
page</i> are greater than all key values stored within B-Tree cells
on the internal node page.
<a name="H31060"></a>
<p><b>H31060:</b>
In a well-formed database, each table B-Tree contains a single entry
for each row in the corresponding logical database table.
<a name="H31070"></a>
<p><b>H31070:</b>
The key value (a 64-bit signed integer) for each B-Tree entry is
the same as the value of the rowid field of the corresponding
logical database row.
<a name="H31080"></a>
<p><b>H31080:</b>
The SQL values serialized to make up each <i>database record</i>
stored as ancillary data in a table B-Tree shall be the equal to the
values taken by the <i>N</i> leftmost columns of the corresponding
logical database row, where <i>N</i> is the number of values in the
database record.
<a name="H31090"></a>
<p><b>H31090:</b>
If a logical database table column is declared as an "INTEGER
PRIMARY KEY", then instead of its integer value, an SQL NULL
shall be stored in its place in any database records used as
ancillary data in a table B-Tree.
<a name="H31100"></a>
<p><b>H31100:</b>
If the database <i>schema layer file-format</i> (the value stored
as a 4-byte integer at byte offset 44 of the file header) is 1,
then all database records stored as ancillary data in a table
B-Tree structure have the same number of fields as there are
columns in the corresponding logical database table.
<a name="H31110"></a>
<p><b>H31110:</b>
If the database <i>schema layer file-format</i> value is two or
greater and the rightmost <i>M</i> columns of a row contain SQL NULL
values, then the corresponding record stored as ancillary data in
the table B-Tree has between <i>N</i>-<i>M</i> and <i>N</i> fields,
where <i>N</i> is the number of columns in the logical database
table.
<a name="H31120"></a>
<p><b>H31120:</b>
If the database <i>schema layer file-format</i> value is three or
greater and the rightmost <i>M</i> columns of a row contain their
default values according to the logical table declaration, then the
corresponding record stored as ancillary data in the table B-Tree
may have as few as <i>N</i>-<i>M</i> fields, where <i>N</i> is the
number of columns in the logical database table.
<a name="H31130"></a>
<p><b>H31130:</b>
In a <i>well-formed database file</i>, the first byte of each page used
as an internal node of a table B-Tree structure is set to 0x05.
<a name="H31140"></a>
<p><b>H31140:</b>
In a <i>well-formed database file</i>, the first byte of each page used
as a leaf node of a table B-Tree structure is set to 0x0D.
<a name="H31150"></a>
<p><b>H31150:</b>
B-Tree cells belonging to table B-Tree internal node pages consist
of exactly two fields, a 4-byte big-endian unsigned integer
immediately followed by a <i>variable length integer</i>. These
fields contain the child page number and key value respectively
(see H31030).
<a name="H31160"></a>
<p><b>H31160:</b>
B-Tree cells belonging to table B-Tree leaf node pages consist
of three fields, two <i>variable length integer</i> values
followed by a database record. The size of the database record
in bytes is stored in the first of the two
<i>variable length integer</i> fields. The second of the two
<i>variable length integer</i> fields contains the 64-bit signed
integer key (see H31030).
<a name="H31170"></a>
<p><b>H31170:</b>
If the size of the record stored in a table B-Tree leaf page cell
is less than or equal to (<i>usable page size</i>-35) bytes, then
the entire cell is stored on the B-Tree leaf page. In a well-formed
database, <i>usable page size</i> is the same as the database
<i>page size</i>.
<a name="H31180"></a>
<p><b>H31180:</b>
If a table B-Tree cell is too large to be stored entirely on
a leaf page (as defined by H31170), then a prefix of the cell
is stored on the leaf page, and the remainder stored in an
<i>overflow page chain</i>. In this case the cell prefix
stored on the B-Tree leaf page is immediately followed by a
4-byte big-endian unsigned integer containing the page number
of the first overflow page in the chain.
<a name="H31190"></a>
<p><b>H31190:</b>
When a table B-Tree cell is stored partially in an
<i>overflow page chain</i>, the prefix stored on the B-Tree
leaf page consists of the two <i>variable length integer</i> fields,
followed by the first <i>N</i> bytes of the database record, where
<i>N</i> is determined by the following algorithm:
<code>
<i>min-local</i> := (<i>usable-size</i> - 12) * 255 / 32 - 23
<i>max-local</i> := (<i>usable-size</i> - 35)
<i>N</i> := <i>min-local</i> + (<i>record-size</i> - <i>min-local</i>) % (<i>usable-size</i> - 4)
if( <i>N</i> > <i>max-local</i> ) N := <i>min-local</i>
</code>
<a name="H31200"></a>
<p><b>H31200:</b>
A single <i>overflow page</i> may store up to <i>available-space</i>
bytes of database record data, where <i>available-space</i> is equal
to (<i>usable-size</i> - 4).
<a name="H31210"></a>
<p><b>H31210:</b>
When a database record is too large to store within a B-Tree page
(see H31170 and H31000), a prefix of the record is stored within
the B-Tree page and the remainder stored across <i>N</i> overflow
pages. In this case <i>N</i> is the minimum number of pages required
to store the portion of the record not stored on the B-Tree page,
given the maximum payload per overflow page defined by H31200.
<a name="H31220"></a>
<p><b>H31220:</b>
The list of overflow pages used to store a single database record
are linked together in a singly linked list known as an
<i>overflow chain</i>. The first four bytes of each page except the
last in an <i>overflow chain</i> are used to store the page number
of the next page in the linked list, formatted as an unsigned
big-endian integer. The first four bytes of the last page in an
<i>overflow chain</i> are set to 0x00.
<a name="H31230"></a>
<p><b>H31230:</b>
Each overflow page except the last in an <i>overflow chain</i>
contains <i>N</i> bytes of record data starting at byte offset 4 of
the page, where <i>N</i> is the maximum payload per overflow page,
as defined by H31200. The final page in an <i>overflow chain</i>
contains the remaining data, also starting at byte offset 4.
<a name="H31240"></a>
<p><b>H31240:</b>
All <i>free pages</i> in a <i>well-formed database file</i> are part of
the database <i>free page list</i>.
<a name="H31250"></a>
<p><b>H31250:</b>
Each free page is either a <i>free list trunk</i> page or a
<i>free list leaf</i> page.
<a name="H31260"></a>
<p><b>H31260:</b>
All <i>free list trunk</i> pages are linked together into a singly
linked list. The first 4 bytes of each page in the linked list
contains the page number of the next page in the list, formatted
as an unsigned big-endian integer. The first 4 bytes of the last
page in the linked list are set to 0x00.
<a name="H31270"></a>
<p><b>H31270:</b>
The second 4 bytes of each <i>free list trunk</i> page contains
the number of </i>free list leaf</i> page numbers stored on the free list
trunk page, formatted as an unsigned big-endian integer.
<a name="H31280"></a>
<p><b>H31280:</b>
Beginning at byte offset 8 of each <i>free list trunk</i> page are
<i>N</i> page numbers, each formatted as a 4-byte unsigned big-endian
integers, where <i>N</i> is the value described in requirement H31270.
<a name="H31290"></a>
<p><b>H31290:</b>
All page numbers stored on all <i>free list trunk</i> pages refer to
database pages that are <i>free list leaves</i>.
<a name="H31300"></a>
<p><b>H31300:</b>
The page number of each <i>free list leaf</i> page in a well-formed
database file appears exactly once within the set of pages numbers
stored on <i>free list trunk</i> pages.
<a name="H31310"></a>
<p><b>H31310:</b>
The total number of pages in the free list, including all <i>free list
trunk</i> and <i>free list leaf</i> pages, is stored as a 4-byte unsigned
big-endian integer at offset 36 of the database file header.
<a name="H31320"></a>
<p><b>H31320:</b>
The page number of the first page in the linked list of <i>free list
trunk</i> pages is stored as a 4-byte big-endian unsigned integer at
offset 32 of the database file header. If there are no <i>free list
trunk</i> pages in the database file, then the value stored at
offset 32 of the database file header is 0.
<a name="H31330"></a>
<p><b>H31330:</b>
Non auto-vacuum databases do not contain pointer map pages.
<a name="H31340"></a>
<p><b>H31340:</b>
In an auto-vacuum database file, every <i>(num-entries + 1)</i>th
page beginning with page 2 is designated a pointer-map page, where
<i>num-entries</i> is calculated as:
<code>
<i>num-entries</i> := <i>database-usable-page-size</i> / 5
</code>
<a name="H31350"></a>
<p><b>H31350:</b>
In an auto-vacuum database file, each pointer-map page contains
a pointer map entry for each of the <i>num-entries</i> (defined by
H31340) pages that follow it, if they exist.
<a name="H31360"></a>
<p><b>H31360:</b>
Each pointer-map page entry consists of a 1-byte page type and a
4-byte page parent number, 5 bytes in total.
<a name="H31370"></a>
<p><b>H31370:</b>
Pointer-map entries are packed into the pointer-map page in order,
starting at offset 0. The entry associated with the database
page that immediately follows the pointer-map page is located at
offset 0. The entry for the following page at offset 5 etc.
<a name="H31380"></a>
<p><b>H31380:</b>
For each page except page 1 in an auto-vacuum database file that is
the root page of a B-Tree structure, the page type of the
corresponding pointer-map entry is set to the value 0x01 and the
parent page number is zero.
<a name="H31390"></a>
<p><b>H31390:</b>
For each page that is a part of an auto-vacuum database file free-list,
the page type of the corresponding pointer-map entry is set to the
value 0x02 and the parent page number is zero.
<a name="H31400"></a>
<p><b>H31400:</b>
For each page in a well-formed auto-vacuum database that is the first
page in an overflow chain, the page type of the corresponding
pointer-map entry is set to 0x03 and the parent page number field
is set to the page number of the B-Tree page that contains the start
of the B-Tree cell stored in the overflow-chain.
<a name="H31410"></a>
<p><b>H31410:</b>
For each page that is the second or a subsequent page in an overflow
chain, the page type of the corresponding pointer-map entry is set to
0x04 and the parent page number field is set to the page number of the
preceding page in the overflow chain.
<a name="H31420"></a>
<p><b>H31420:</b>
For each page that is not a root page but is a part of a B-Tree tree
structure (not part of an overflow chain), the page type of the
corresponding pointer-map entry is set to the value 0x05 and the parent
page number field is set to the page number of the parent node in the
B-Tree structure.
<a name="H32000"></a>
<p><b>H32000:</b>
If a <i>journal file</i> contains a well-formed <i>master-journal
pointer</i>, and the named <i>master-journal file</i> either does
not exist or does not contain the name of the <i>journal file</i>,
then the <i>journal file</i> shall be considered invalid.
<a name="H32010"></a>
<p><b>H32010:</b>
If the first 28 bytes of a <i>journal file</i> do not contain a well-formed
<i>journal header</i>, then the <i>journal file</i> shall be considered
invalid.
<a name="H32020"></a>
<p><b>H32020:</b>
If the journal file exists within the file-system and neither H32000
, H32010 nor H33080 apply, then the journal file shall be considered valid.
<a name="H32030"></a>
<p><b>H32030:</b>
If there exists a valid <i>journal file</i> in the file-system, then the
database <i>page-size</i> in bytes used to interpret the <i>database image</i>
shall be the value stored as a 4-byte big-endian unsigned integer at byte
offset 24 of the <i>journal file</i>.
<a name="H32040"></a>
<p><b>H32040:</b>
If there exists a valid <i>journal file</i> in the file-system, then the
number of pages in the <i>database image</i> shall be the value stored as
a 4-byte big-endian unsigned integer at byte offset 24 of the
<i>journal file</i>.
<a name="H32050"></a>
<p><b>H32050:</b>
If there is no valid <i>journal file</i> in the file-system, then the
database <i>page-size</i> in bytes used to interpret the <i>database image</i>
shall be the value stored as a 2-byte big-endian unsigned integer at byte
offset 16 of the <i>database file</i>.
<a name="H32060"></a>
<p><b>H32060:</b>
If there is no valid <i>journal file</i> in the file-system, then the
number of pages in the <i>database image</i> shall be calculated by dividing
the size of the <i>database file</i> in bytes by the database <i>page-size</i>.
<a name="H32070"></a>
<p><b>H32070:</b>
If there exists a valid <i>journal file</i> in the file-system, then the
contents of each page of the <i>database image</i> for which there is a valid
<i>journal record</i> in the <i>journal file</i> shall be read from the
corresponding journal record.
<a name="H32080"></a>
<p><b>H32080:</b>
The contents of all <i>database image</i> pages for which there is no valid
<i>journal record</i> shall be read from the database file.
<a name="H32090"></a>
<p><b>H32090:</b>
A buffer of 28 bytes shall be considered a well-formed journal
header if it is not excluded by requirements H32180, H32190 or H32200.
<a name="H32180"></a>
<p><b>H32180:</b>
A buffer of 28 bytes shall only be considered a well-formed journal
header if the first eight bytes of the buffer contain the values 0xd9,
0xd5, 0x05, 0xf9, 0x20, 0xa1, 0x63, and 0xd7, respectively.
<a name="H32190"></a>
<p><b>H32190:</b>
A buffer of 28 bytes shall only be considered a well-formed journal
header if the value stored in the sector size field (the 4-byte big-endian
unsigned integer at offset 20 of the buffer) contains a value that
is an integer power of two greater than 512.
<a name="H32200"></a>
<p><b>H32200:</b>
A buffer of 28 bytes shall only be considered a well-formed journal
header if the value stored in the page size field (the 4-byte big-endian
unsigned integer at offset 24 of the buffer) contains a value that
is an integer power of two greater than 512.
<a name="H32100"></a>
<p><b>H32100:</b>
A buffer of (8 + page size) bytes shall be considered a well-formed journal
record if it is not excluded by requirements H32110 or H32120.
<a name="H32110"></a>
<p><b>H32110:</b>
A journal record shall only be considered to be well-formed if the page number
field contains a value other than zero and the locking-page number, calculated
using the page size found in the first journal header of the journal file that
contains the journal record.
<a name="H32120"></a>
<p><b>H32120:</b>
A journal record shall only be considered to be well-formed if the checksum
field contains a value equal to the sum of the value stored in the
checksum-initializer field of the journal header that precedes the record
and the value stored in every 200th byte of the page data field, interpreted
as an 8-bit unsigned integer), starting with byte offset (page-size % 200) and
ending with the byte at byte offset (page-size - 200).
<a name="H32130"></a>
<p><b>H32130:</b>
A buffer shall be considered to contain a well-formed master journal pointer
record if it is not excluded from this category by requirements H32140,
H32150, H32160 or H32170.
<a name="H32140"></a>
<p><b>H32140:</b>
A buffer shall only be considered to be a well-formed master journal pointer
if the final eight bytes of the buffer contain the values 0xd9, 0xd5, 0x05,
0xf9, 0x20, 0xa1, 0x63, and 0xd7, respectively.
<a name="H32150"></a>
<p><b>H32150:</b>
A buffer shall only be considered to be a well-formed master journal pointer
if the size of the buffer in bytes is equal to the value stored as a 4-byte
big-endian unsigned integer starting 16 bytes before the end of the buffer.
<a name="H32160"></a>
<p><b>H32160:</b>
A buffer shall only be considered to be a well-formed master journal pointer
if the first four bytes of the buffer, interpreted as a big-endian unsigned
integer, contain the page number of the locking page (the value
(1 + 2<sup>30</sup> / page-size), where page-size is the value stored in
the page-size field of the first journal header of the journal file).
<a name="H32170"></a>
<p><b>H32170:</b>
A buffer shall only be considered to be a well-formed master journal pointer
if the value stored as a 4-byte big-endian integer starting 12 bytes before
the end of the buffer is equal to the sum of all bytes, each interpreted
as an 8-bit unsigned integer, starting at offset 4 of the buffer and continuing
until offset (buffer-size - 16) (the 17th last byte of the buffer).
<a name="H32210"></a>
<p><b>H32210:</b>
A buffer shall be considered to contain a well-formed journal section
if it is not excluded from this category by requirements H32220, H32230 or
H32240.
<a name="H32220"></a>
<p><b>H32220:</b>
A buffer shall only be considered to contain a well-formed journal section
if the first 28 bytes of it contain a well-formed journal header.
<a name="H32230"></a>
<p><b>H32230:</b>
A buffer shall only be considered to contain a well-formed journal section
if, beginning at byte offset sector-size, it contains a sequence of
record-count well-formed journal records. In this case sector-size and
record-count are the integer values stored in the sector size and record
count fields of the journal section's journal header.
<a name="H32240"></a>
<p><b>H32240:</b>
A buffer shall only be considered to contain a well-formed journal section
if it is an integer multiple of sector-size bytes in size, where sector-size
is the value stored in the sector size field of the journal section's journal
header.
<a name="H32250"></a>
<p><b>H32250:</b>
A journal record found within a valid journal file shall be considered a valid
journal record if it is not excluded from this category by requirement H32260,
H32270 or H32280.
<a name="H32260"></a>
<p><b>H32260:</b>
A journal record shall only be considered a valid journal record if it and any
other journal records that occur before it within the same journal section are
well-formed.
<a name="H32270"></a>
<p><b>H32270:</b>
A journal record shall only be considered a valid journal record if the journal
section to which it belongs begins with a well-formed journal header.
<a name="H32280"></a>
<p><b>H32280:</b>
A journal record shall only be considered a valid journal record if all journal
sections that occur before the journal section containing the journal record
are well-formed journal sections.
<a name="H32290"></a>
<p><b>H32290:</b>
Two database images shall be considered to be equivalent if they (a) have the
same page size, (b) contain the same number of pages and (c) the content of
each page of the first database image that is not a free-list leaf page is
the same as the content of the corresponding page in the second database image.
<a name="H32300"></a>
<p><b>H32300:</b>
When writing to an SQLite database file-system representation in order to
replace database image A with database image B, the file-system representation
shall at all times contain a database image equivalent to either A or B.
<a name="H32310"></a>
<p><b>H32310:</b>
If, while writing to an SQLite database file-system representation in
order to replace database image A with database image B, an operating
system or power failure should occur, then following recovery the database
file-system representation shall contain a database image equivalent to
either A or B.
<a name="H32320"></a>
<p><b>H32320:</b>
When using the rollback-journal method to modify the file-system representation
of a database image, the database writer shall ensure that before the size of
the database file is modified, the first 28 bytes of the journal file contain a
stable valid journal header with the page-size and page-count fields set to
values corresponding to the original database image.
<a name="H32330"></a>
<p><b>H32330:</b>
When using the rollback-journal method to modify the file-system representation
of a database image, the database writer shall ensure that the first 28 bytes
of the journal file does not become unstable at any point after the size of the
database file is modified until the journal file is invalidated to commit the
transaction.
<a name="H32340"></a>
<p><b>H32340:</b>
When using the rollback-journal method to modify the file-system representation
of a database image, the database writer shall ensure that before any part of
the database file that contained a page of the original database image that was
not a free-list leaf page is overwritten or made unstable the journal file
contains a valid and stable journal record containing the original page data.
<a name="H32350"></a>
<p><b>H32350:</b>
When using the rollback-journal method to modify the file-system representation
of a database image, the database writer shall ensure that after any part of
the database file that contained a page of the original database image that was
not a free-list leaf page has been overwritten or made unstable the corresponding
journal record (see H32340) is not modified or made unstable.
<a name="H32360"></a>
<p><b>H32360:</b>
When using the rollback-journal method to modify the file-system representation
of a database image, the database writer shall ensure that before the database
file is truncated, the journal file contains stable valid journal records
corresponding to all pages of the original database image that were part of the
region being discarded by the truncate operation and were not free-list leaf
pages.
<a name="H32370"></a>
<p><b>H32370:</b>
When using the rollback-journal method to modify the file-system representation
of a database image, the database writer shall ensure that after the database
file has been truncated the journal records corresponding to pages from the
original database image that were part of the truncated region and were not
free-list leaf pages are not modified or made unstable.
<a name="H33000"></a>
<p><b>H33000:</b>
Before reading from a database file , a database reader shall establish a
SHARED or greater lock on the database file-system representation.
<a name="H33010"></a>
<p><b>H33010:</b>
Before writing to a database file, a database writer shall establish
an EXCLUSIVE lock on the database file-system representation.
<a name="H33020"></a>
<p><b>H33020:</b>
Before writing to a journal file, a database writer shall establish
a RESERVED, PENDING or EXCLUSIVE lock on the database file-system
representation.
<a name="H33030"></a>
<p><b>H33030:</b>
Before establishing a RESERVED or PENDING lock on a database file, a
database writer shall ensure that the database file contains a valid
database image.
<a name="H33060"></a>
<p><b>H33060:</b>
Before establishing a RESERVED or PENDING lock on a database file, a
database writer shall ensure that any journal file that may be present
is not a valid journal file.
<a name="H33080"></a>
<p><b>H33080:</b>
If another database client holds either a RESERVED or PENDING lock on the
database file-system representation, then any journal file that exists within
the file system shall be considered invalid.
<a name="H33040"></a>
<p><b>H33040:</b>
A database writer shall increment the value of the database header change
counter field (H30100) either as part of the first database image modification
that it performs after obtaining an EXCLUSIVE lock.
<a name="H33050"></a>
<p><b>H33050:</b>
A database writer shall increment the value of the database schema version
field (H30110) as part of the first database image modification that includes
a schema change that it performs after obtaining an EXCLUSIVE lock.
<a name="H33070"></a>
<p><b>H33070:</b>
If a database writer is required by either H33050 or H33040 to increment a
database header field, and that header field already contains the maximum
value possible (0xFFFFFFFF, or 4294967295 for 32-bit unsigned integer
fields), "incrementing" the field shall be interpreted to mean setting it to
zero.
<a name="H35010"></a>
<p><b>H35010:</b>
Except for the read operation required by H35070 and those reads made
as part of opening a read-only transaction, SQLite shall ensure that
a <i>database connection</i> has an open read-only or read/write
transaction when any data is read from the <i>database file</i>.
<a name="H35020"></a>
<p><b>H35020:</b>
Aside from those read operations described by H35070 and H21XXX, SQLite
shall read data from the database file in aligned blocks of
<i>page-size</i> bytes, where <i>page-size</i> is the database page size
used by the database file.
<a name="H35030"></a>
<p><b>H35030:</b>
While opening a <i>read-only transaction</i>, after successfully
obtaining a <i>shared lock</i> on the database file, SQLite shall
attempt to detect and roll back a <i>hot journal file</i> associated
with the same database file.
<a name="H35040"></a>
<p><b>H35040:</b>
Assuming no errors have occured, then after attempting to detect and
roll back a <i>hot journal file</i>, if the <i>page cache</i> contains
any entries associated with the current <i>database connection</i>,
then SQLite shall validate the contents of the <i>page cache</i> by
testing the <i>file change counter</i>. This procedure is known as
<i>cache validiation</i>.
<a name="H35050"></a>
<p><b>H35050:</b>
If the cache validiate procedure prescribed by H35040 is required and
does not prove that the <i>page cache</i> entries associated with the
current <i>database connection</i> are valid, then SQLite shall discard
all entries associated with the current <i>database connection</i> from
the <i>page cache</i>.
<a name="H35060"></a>
<p><b>H35060:</b>
When a new <i>database connection</i> is required, SQLite shall attempt
to open a file-handle on the database file. If the attempt fails, then
no new <i>database connection</i> is created and an error returned.
<a name="H35070"></a>
<p><b>H35070:</b>
When a new <i>database connection</i> is required, after opening the
new file-handle, SQLite shall attempt to read the first 100 bytes
of the database file. If the attempt fails for any other reason than
that the opened file is less than 100 bytes in size, then
the file-handle is closed, no new <i>database connection</i> is created
and an error returned instead.
<a name="H35080"></a>
<p><b>H35080:</b>
If the <i>database file header</i> is successfully read from a newly
opened database file, the connections <i>expected page-size</i> shall
be set to the value stored in the <i>page-size field</i> of the
database header.
<a name="H35090"></a>
<p><b>H35090:</b>
If the <i>database file header</i> cannot be read from a newly opened
database file (because the file is less than 100 bytes in size), the
connections <i>expected page-size</i> shall be set to the compile time
value of the SQLITE_DEFAULT_PAGESIZE option.
<a name="H35100"></a>
<p><b>H35100:</b>
When required to open a <i>read-only transaction</i> using a
<i>database connection</i>, SQLite shall first attempt to obtain
a <i>shared-lock</i> on the file-handle open on the database file.
<a name="H35110"></a>
<p><b>H35110:</b>
If, while opening a <i>read-only transaction</i>, SQLite fails to obtain
the <i>shared-lock</i> on the database file, then the process is
abandoned, no transaction is opened and an error returned to the user.
<a name="H35120"></a>
<p><b>H35120:</b>
If, while opening a <i>read-only transaction</i>, SQLite encounters
an error while attempting to detect or roll back a <i>hot journal
file</i>, then the <i>shared-lock</i> on the database file is released,
no transaction is opened and an error returned to the user.
<a name="H35130"></a>
<p><b>H35130:</b>
When required to end a <i>read-only transaction</i>, SQLite shall
relinquish the <i>shared lock</i> held on the database file by
calling the xUnlock() method of the file-handle.
<a name="H35140"></a>
<p><b>H35140:</b>
When required to attempt to detect a <i>hot-journal file</i>, SQLite
shall first use the xAccess() method of the VFS layer to check if a
journal file exists in the file-system.
<a name="H35150"></a>
<p><b>H35150:</b>
When required to attempt to detect a <i>hot-journal file</i>, if the
call to xAccess() required by H35140 indicates that a journal file does
not exist, then SQLite shall conclude that there is no <i>hot-journal
file</i> in the file system and therefore that no <i>hot journal
rollback</i> is required.
<a name="H35160"></a>
<p><b>H35160:</b>
When required to attempt to detect a <i>hot-journal file</i>, if the
call to xAccess() required by H35140 indicates that a journal file
is present, then the xCheckReservedLock() method of the database file
file-handle is invoked to determine whether or not some other
process is holding a <i>reserved</i> or greater lock on the database
file.
<a name="H35170"></a>
<p><b>H35170:</b>
If the call to xCheckReservedLock() required by H35160 indicates that
some other <i>database connection</i> is holding a <i>reserved</i>
or greater lock on the database file, then SQLite shall conclude that
there is no <i>hot journal file</i>. In this case the attempt to detect
a <i>hot journal file</i> is concluded.
<a name="H35180"></a>
<p><b>H35180:</b>
When a file-handle open on a database file is unlocked, if the
<i>page cache</i> contains one or more entries belonging to the
associated <i>database connection</i>, SQLite shall store the value
of the <i>file change counter</i> internally.
<a name="H35190"></a>
<p><b>H35190:</b>
When required to perform <i>cache validation</i> as part of opening
a <i>read transaction</i>, SQLite shall read a 16 byte block
starting at byte offset 24 of the <i>database file</i> using the xRead()
method of the <i>database connections</i> file handle.
<a name="H35200"></a>
<p><b>H35200:</b>
While performing <i>cache validation</i>, after loading the 16 byte
block as required by H35190, SQLite shall compare the 32-bit big-endian
integer stored in the first 4 bytes of the block to the most
recently stored value of the <i>file change counter</i> (see H35180).
If the values are not the same, then SQLite shall conclude that
the contents of the cache are invalid.
<a name="H35210"></a>
<p><b>H35210:</b>
During the conclusion of a <i>read transaction</i>, before unlocking
the database file, SQLite shall set the connections
<i>expected page size</i> to the current database <i>page-size</i>.
<a name="H35220"></a>
<p><b>H35220:</b>
As part of opening a new <i>read transaction</i>, immediately after
performing <i>cache validation</i>, if there is no data for database
page 1 in the <i>page cache</i>, SQLite shall read <i>N</i> bytes from
the start of the database file using the xRead() method of the
connections file handle, where <i>N</i> is the connections current
<i>expected page size</i> value.
<a name="H35230"></a>
<p><b>H35230:</b>
If page 1 data is read as required by H35230, then the value of the
<i>page-size</i> field that appears in the database file header that
consumes the first 100 bytes of the read block is not the same as the
connections current <i>expected page size</i>, then the
<i>expected page size</i> is set to this value, the database file is
unlocked and the entire procedure to open a <i>read transaction</i>
is repeated.
<a name="H35240"></a>
<p><b>H35240:</b>
If page 1 data is read as required by H35230, then the value of the
<i>page-size</i> field that appears in the database file header that
consumes the first 100 bytes of the read block is the same as the
connections current <i>expected page size</i>, then the block of data
read is stored in the <i>page cache</i> as page 1.
<a name="H35270"></a>
<p><b>H35270:</b>
When required to <i>journal a database page</i>, SQLite shall first
append the <i>page number</i> of the page being journalled to the
<i>journal file</i>, formatted as a 4-byte big-endian unsigned integer,
using a single call to the xWrite method of the file-handle opened
on the journal file.
<a name="H35280"></a>
<p><b>H35280:</b>
When required to <i>journal a database page</i>, if the attempt to
append the <i>page number</i> to the journal file is successful,
then the current page data (<i>page-size</i> bytes) shall be appended
to the journal file, using a single call to the xWrite method of the
file-handle opened on the journal file.
<a name="H35290"></a>
<p><b>H35290:</b>
When required to <i>journal a database page</i>, if the attempt to
append the current page data to the journal file is successful,
then SQLite shall append a 4-byte big-endian integer checksum value
to the to the journal file, using a single call to the xWrite method
of the file-handle opened on the journal file.
<a name="H35300"></a>
<p><b>H35300:</b>
The checksum value written to the <i>journal file</i> by the write
required by H35290 shall be equal to the sum of the <i>checksum
initializer</i> field stored in the <i>journal header</i> (H35700) and
every 200th byte of the page data, beginning with the
(<i>page-size</i> % 200)th byte.
<a name="H35350"></a>
<p><b>H35350:</b>
When required to open a <i>write transaction</i> on the database,
SQLite shall first open a <i>read transaction</i>, if the <i>database
connection</i> in question has not already opened one.
<a name="H35360"></a>
<p><b>H35360:</b>
When required to open a <i>write transaction</i> on the database, after
ensuring a <i>read transaction</i> has already been opened, SQLite
shall obtain a <i>reserved lock</i> on the database file by calling
the xLock method of the file-handle open on the database file.
<a name="H35370"></a>
<p><b>H35370:</b>
When required to open a <i>write transaction</i> on the database, after
obtaining a <i>reserved lock</i> on the database file, SQLite shall
open a read/write file-handle on the corresponding <i>journal file</i>.
<a name="H35380"></a>
<p><b>H35380:</b>
When required to open a <i>write transaction</i> on the database, after
opening a file-handle on the <i>journal file</i>, SQLite shall append
a <i>journal header</i> to the (currently empty) <i>journal file</i>.
<a name="H35400"></a>
<p><b>H35400:</b>
When a <i>database connection</i> is closed, SQLite shall close the
associated file handle at the VFS level.
<a name="H35420"></a>
<p><b>H35420:</b>
SQLite shall ensure that a <i>database connection</i> has an open
read-only or read/write transaction before using data stored in the <i>page
cache</i> to satisfy user queries.
<a name="H35430"></a>
<p><b>H35430:</b>
When a <i>database connection</i> is closed, all associated <i>page
cache</i> entries shall be discarded.
<a name="H35440"></a>
<p><b>H35440:</b>
If while attempting to detect a <i>hot-journal file</i> the call to
xCheckReservedLock() indicates that no process holds a <i>reserved</i>
or greater lock on the <i>database file</i>, then SQLite shall open
a file handle on the potentially hot journal file using the VFS xOpen()
method.
<a name="H35450"></a>
<p><b>H35450:</b>
After successfully opening a file-handle on a potentially hot journal
file, SQLite shall query the file for its size in bytes using the
xFileSize() method of the open file handle.
<a name="H35460"></a>
<p><b>H35460:</b>
If the size of a potentially hot journal file is revealed to be zero
bytes by a query required by H35450, then SQLite shall close the
file handle opened on the journal file and delete the journal file using
a call to the VFS xDelete() method. In this case SQLite shall conclude
that there is no <i>hot journal file</i>.
<a name="H35470"></a>
<p><b>H35470:</b>
If the size of a potentially hot journal file is revealed to be greater
than zero bytes by a query required by H35450, then SQLite shall attempt
to upgrade the <i>shared lock</i> held by the <i>database connection</i>
on the <i>database file</i> directly to an <i>exclusive lock</i>.
<a name="H35480"></a>
<p><b>H35480:</b>
If an attempt to upgrade to an <i>exclusive lock</i> prescribed by
H35470 fails for any reason, then SQLite shall release all locks held by
the <i>database connection</i> and close the file handle opened on the
<i>journal file</i>. The attempt to open a <i>read-only transaction</i>
shall be deemed to have failed and an error returned to the user.
<a name="H35490"></a>
<p><b>H35490:</b>
If, as part of the <i>hot journal file</i> detection process, the
attempt to upgrade to an <i>exclusive lock</i> mandated by H35470 is
successful, then SQLite shall query the file-system using the xAccess()
method of the VFS implementation to test whether or not the journal
file is still present in the file-system.
<a name="H35500"></a>
<p><b>H35500:</b>
If the xAccess() query required by H35490 reveals that the journal
file is still present in the file system, then SQLite shall conclude
that the journal file is a <i>hot journal file</i> that needs to
be rolled back. SQLite shall immediately begin <i>hot journal
rollback</i>.
<a name="H35510"></a>
<p><b>H35510:</b>
If the call to xAccess() required by H35140 fails (due to an IO error or
similar), then SQLite shall abandon the attempt to open a <i>read-only
transaction</i>, relinquish the <i>shared lock</i> held on the database
file and return an error to the user.
<a name="H35520"></a>
<p><b>H35520:</b>
If the call to xCheckReservedLock() required by H35160 fails (due to an
IO or other internal VFS error), then SQLite shall abandon the attempt
to open a <i>read-only transaction</i>, relinquish the <i>shared lock</i>
held on the database file and return an error to the user.
<a name="H35530"></a>
<p><b>H35530:</b>
If the call to xOpen() required by H35440 fails (due to an IO or other
internal VFS error), then SQLite shall abandon the attempt to open a
<i>read-only transaction</i>, relinquish the <i>shared lock</i> held on
the database file and return an error to the user.
<a name="H35540"></a>
<p><b>H35540:</b>
If the call to xFileSize() required by H35450 fails (due to an IO or
other internal VFS error), then SQLite shall abandon the attempt to open
a <i>read-only transaction</i>, relinquish the <i>shared lock</i> held on
the database file, close the file handle opened on the journal file and
return an error to the user.
<a name="H35550"></a>
<p><b>H35550:</b>
If the call to xDelete() required by H35450 fails (due to an IO or
other internal VFS error), then SQLite shall abandon the attempt to open
a <i>read-only transaction</i>, relinquish the <i>shared lock</i> held on
the database file and return an error to the user.
<a name="H35560"></a>
<p><b>H35560:</b>
If the call to xAccess() required by H35490 fails (due to an IO or
other internal VFS error), then SQLite shall abandon the attempt to open
a <i>read-only transaction</i>, relinquish the lock held on the
database file, close the file handle opened on the journal file and
return an error to the user.
<a name="H35570"></a>
<p><b>H35570:</b>
If the call to xAccess() required by H35490 reveals that the journal
file is no longer present in the file system, then SQLite shall abandon
the attempt to open a <i>read-only transaction</i>, relinquish the
lock held on the database file, close the file handle opened on the
journal file and return an SQLITE_BUSY error to the user.
<a name="H35580"></a>
<p><b>H35580:</b>
If an attempt to acquire a <i>reserved lock</i> prescribed by
requirement H35360 fails, then SQLite shall deem the attempt to
open a <i>write transaction</i> to have failed and return an error
to the user.
<a name="H35590"></a>
<p><b>H35590:</b>
When required to modify the contents of an existing database page that
existed and was not a <i>free-list leaf page</i> when the <i>write
transaction</i> was opened, SQLite shall journal the page if it has not
already been journalled within the current <i>write transaction</i>.
<a name="H35600"></a>
<p><b>H35600:</b>
When required to modify the contents of an existing database page,
SQLite shall update the cached version of the database page content
stored as part of the <i>page cache entry</i> associated with the page.
<a name="H35610"></a>
<p><b>H35610:</b>
When required to append a new database page to the database file,
SQLite shall create a new <i>page cache entry</i> corresponding to
the new page and insert it into the <i>page cache</i>. The <i>dirty
flag</i> of the new <i>page cache entry</i> shall be set.
<a name="H35620"></a>
<p><b>H35620:</b>
When required to truncate (remove) a database page that existed and was
not a <i>free-list leaf page</i> when the <i>write transaction</i> was
opened from the end of a database file, SQLite shall journal the page if
it has not already been journalled within the current <i>write
transaction</i>.
<a name="H35630"></a>
<p><b>H35630:</b>
When required to truncate a database page from the end of the database
file, SQLite shall discard the associated <i>page cache entry</i>
from the page cache.
<a name="H35640"></a>
<p><b>H35640:</b>
When required to purge a <i>non-writable dirty page</i> from the
<i>page cache</i>, SQLite shall <i>sync the journal file</i> before
proceding with the write operation required by H35670.
<a name="H35660"></a>
<p><b>H35660:</b>
After <i>syncing the journal file</i> as required by H35640, SQLite
shall append a new <i>journal header</i> to the <i>journal file</i>
before proceding with the write operation required by H35670.
<a name="H35670"></a>
<p><b>H35670:</b>
When required to purge a <i>page cache entry</i> that is a
<i>dirty page</i> SQLite shall write the page data into the database
file, using a single call to the xWrite method of the <i>database
connection</i> file handle.
<a name="H35680"></a>
<p><b>H35680:</b>
When required to append a <i>journal header</i> to the <i>journal
file</i>, SQLite shall do so by writing a block of <i>sector-size</i>
bytes using a single call to the xWrite method of the file-handle
open on the <i>journal file</i>. The block of data written shall begin
at the smallest sector-size aligned offset at or following the current
end of the <i>journal file</i>.
<a name="H35690"></a>
<p><b>H35690:</b>
The first 8 bytes of the <i>journal header</i> required to be written
by H35680 shall contain the following values, in order from byte offset 0
to 7: 0xd9, 0xd5, 0x05, 0xf9, 0x20, 0xa1, 0x63 and 0xd7.
<a name="H35700"></a>
<p><b>H35700:</b>
Bytes 8-11 of the <i>journal header</i> required to be written by
H35680 shall contain 0x00.
<a name="H35710"></a>
<p><b>H35710:</b>
Bytes 12-15 of the <i>journal header</i> required to be written by
H35680 shall contain the number of pages that the database file
contained when the current <i>write-transaction</i> was started,
formatted as a 4-byte big-endian unsigned integer.
<a name="H35720"></a>
<p><b>H35720:</b>
Bytes 16-19 of the <i>journal header</i> required to be written by
H35680 shall contain pseudo-randomly generated values.
<a name="H35730"></a>
<p><b>H35730:</b>
Bytes 20-23 of the <i>journal header</i> required to be written by
H35680 shall contain the <i>sector size</i> used by the VFS layer,
formatted as a 4-byte big-endian unsigned integer.
<a name="H35740"></a>
<p><b>H35740:</b>
Bytes 24-27 of the <i>journal header</i> required to be written by
H35680 shall contain the <i>page size</i> used by the database at
the start of the <i>write transaction</i>, formatted as a 4-byte
big-endian unsigned integer.
<a name="H35750"></a>
<p><b>H35750:</b>
When required to <i>sync the journal file</i>, SQLite shall invoke the
xSync method of the file handle open on the <i>journal file</i>.
<a name="H35760"></a>
<p><b>H35760:</b>
When required to <i>sync the journal file</i>, after invoking the
xSync method as required by H35750, SQLite shall update the <i>record
count</i> of the <i>journal header</i> most recently written to the
<i>journal file</i>. The 4-byte field shall be updated to contain
the number of <i>journal records</i> that have been written to the
<i>journal file</i> since the <i>journal header</i> was written,
formatted as a 4-byte big-endian unsigned integer.
<a name="H35770"></a>
<p><b>H35770:</b>
When required to <i>sync the journal file</i>, after updating the
<i>record count</i> field of a <i>journal header</i> as required by
H35760, SQLite shall invoke the xSync method of the file handle open
on the <i>journal file</i>.
<a name="H35780"></a>
<p><b>H35780:</b>
When required to upgrade to an <i>exclusive lock</i> as part of a write
transaction, SQLite shall first attempt to obtain a <i>pending lock</i>
on the database file if one is not already held by invoking the xLock
method of the file handle opened on the <i>database file</i>.
<a name="H35790"></a>
<p><b>H35790:</b>
When required to upgrade to an <i>exclusive lock</i> as part of a write
transaction, after successfully obtaining a <i>pending lock</i> SQLite
shall attempt to obtain an <i>exclusive lock</i> by invoking the
xLock method of the file handle opened on the <i>database file</i>.
<a name="H35800"></a>
<p><b>H35800:</b>
When required to <i>commit a write-transaction</i>, SQLite shall
modify page 1 to increment the value stored in the <i>change counter</i>
field of the <i>database file header</i>.
<a name="H35810"></a>
<p><b>H35810:</b>
When required to <i>commit a write-transaction</i>, after incrementing
the <i>change counter</i> field, SQLite shall <i>sync the journal
file</i>.
<a name="H35820"></a>
<p><b>H35820:</b>
When required to <i>commit a write-transaction</i>, after <i>syncing
the journal file</i> as required by H35810, if an <i>exclusive lock</i>
on the database file is not already held, SQLite shall attempt to
<i>upgrade to an exclusive lock</i>.
<a name="H35830"></a>
<p><b>H35830:</b>
When required to <i>commit a write-transaction</i>, after <i>syncing
the journal file</i> as required by H35810 and ensuring that an
<i>exclusive lock</i> is held on the database file as required by
H35830, SQLite shall copy the contents of all <i>dirty page</i>
stored in the <i>page cache</i> into the <i>database file</i> using
calls to the xWrite method of the <i>database connection</i> file
handle. Each call to xWrite shall write the contents of a single
<i>dirty page</i> (<i>page-size</i> bytes of data) to the database
file. Dirty pages shall be written in order of <i>page number</i>,
from lowest to highest.
<a name="H35840"></a>
<p><b>H35840:</b>
When required to <i>commit a write-transaction</i>, after copying the
contents of any <i>dirty pages</i> to the database file as required
by H35830, SQLite shall sync the database file by invoking the xSync
method of the <i>database connection</i> file handle.
<a name="H35850"></a>
<p><b>H35850:</b>
When required to <i>commit a write-transaction</i>, after syncing
the database file as required by H35840, SQLite shall close the
file-handle opened on the <i>journal file</i> and delete the
<i>journal file</i> from the file system via a call to the VFS
xDelete method.
<a name="H35860"></a>
<p><b>H35860:</b>
When required to <i>commit a write-transaction</i>, after deleting
the <i>journal file</i> as required by H35850, SQLite shall relinquish
all locks held on the <i>database file</i> by invoking the xUnlock
method of the <i>database connection</i> file handle.
<hr><small><i>
This page last modified 2009/02/19 14:35:32 UTC
</i></small></div></body></html>
| josejamilena/pfc-jose | 1 - analisis de requisitos/SQLite/sqlite-3_6_14-docs/hlr30000.html | HTML | apache-2.0 | 78,228 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_45) on Mon Mar 03 10:44:38 EST 2014 -->
<title>Uses of Class org.hibernate.metamodel.source.annotations.EntityHierarchyBuilder (Hibernate JavaDocs)</title>
<meta name="date" content="2014-03-03">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.hibernate.metamodel.source.annotations.EntityHierarchyBuilder (Hibernate JavaDocs)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/hibernate/metamodel/source/annotations/EntityHierarchyBuilder.html" title="class in org.hibernate.metamodel.source.annotations">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/hibernate/metamodel/source/annotations/class-use/EntityHierarchyBuilder.html" target="_top">Frames</a></li>
<li><a href="EntityHierarchyBuilder.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.hibernate.metamodel.source.annotations.EntityHierarchyBuilder" class="title">Uses of Class<br>org.hibernate.metamodel.source.annotations.EntityHierarchyBuilder</h2>
</div>
<div class="classUseContainer">No usage of org.hibernate.metamodel.source.annotations.EntityHierarchyBuilder</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/hibernate/metamodel/source/annotations/EntityHierarchyBuilder.html" title="class in org.hibernate.metamodel.source.annotations">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/hibernate/metamodel/source/annotations/class-use/EntityHierarchyBuilder.html" target="_top">Frames</a></li>
<li><a href="EntityHierarchyBuilder.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2001-2014 <a href="http://redhat.com">Red Hat, Inc.</a> All Rights Reserved.</small></p>
</body>
</html>
| serious6/HibernateSimpleProject | javadoc/hibernate_Doc/org/hibernate/metamodel/source/annotations/class-use/EntityHierarchyBuilder.html | HTML | apache-2.0 | 4,694 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_91) on Mon Aug 22 09:59:23 CST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>play.data.parsing (Play! API)</title>
<meta name="date" content="2016-08-22">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<h1 class="bar"><a href="../../../play/data/parsing/package-summary.html" target="classFrame">play.data.parsing</a></h1>
<div class="indexContainer">
<h2 title="Classes">Classes</h2>
<ul title="Classes">
<li><a href="ApacheMultipartParser.html" title="class in play.data.parsing" target="classFrame">ApacheMultipartParser</a></li>
<li><a href="ApacheMultipartParser.AutoFileItem.html" title="class in play.data.parsing" target="classFrame">ApacheMultipartParser.AutoFileItem</a></li>
<li><a href="DataParser.html" title="class in play.data.parsing" target="classFrame">DataParser</a></li>
<li><a href="DataParsers.html" title="class in play.data.parsing" target="classFrame">DataParsers</a></li>
<li><a href="MultipartStream.html" title="class in play.data.parsing" target="classFrame">MultipartStream</a></li>
<li><a href="TempFilePlugin.html" title="class in play.data.parsing" target="classFrame">TempFilePlugin</a></li>
<li><a href="TextParser.html" title="class in play.data.parsing" target="classFrame">TextParser</a></li>
<li><a href="UrlEncodedParser.html" title="class in play.data.parsing" target="classFrame">UrlEncodedParser</a></li>
</ul>
<h2 title="Exceptions">Exceptions</h2>
<ul title="Exceptions">
<li><a href="ApacheMultipartParser.SizeException.html" title="class in play.data.parsing" target="classFrame">ApacheMultipartParser.SizeException</a></li>
<li><a href="MultipartStream.IllegalBoundaryException.html" title="class in play.data.parsing" target="classFrame">MultipartStream.IllegalBoundaryException</a></li>
<li><a href="MultipartStream.MalformedStreamException.html" title="class in play.data.parsing" target="classFrame">MultipartStream.MalformedStreamException</a></li>
</ul>
</div>
</body>
</html>
| play1-maven-plugin/play1-maven-plugin.github.io | external-apidocs/com/google/code/maven-play-plugin/org/playframework/play/1.4.3/play/data/parsing/package-frame.html | HTML | apache-2.0 | 2,265 |