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
|
|---|---|---|---|---|---|
<html>
<head>
<meta charset="utf-8" />
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>
Gridea Demo | Sujohn Hu
</title>
<link rel="shortcut icon" href="https://hsj86715.github.io//favicon.ico?v=1577174367569">
<!-- <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous"> -->
<link href="https://cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.10.0/katex.min.css">
<link rel="stylesheet" href="https://hsj86715.github.io//styles/main.css">
<!-- js -->
<script src="https://cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
<script src="https://hsj86715.github.io//media/js/jquery.sticky-sidebar.min.js"></script>
<script src="https://cdn.bootcss.com/highlight.js/9.12.0/highlight.min.js"></script>
<script src="https://cdn.bootcss.com/moment.js/2.23.0/moment.min.js"></script>
</head>
<body>
<div class="main">
<div class="header">
<div class="nav">
<div class="logo">
<a href="https://hsj86715.github.io/">
<img class="avatar" src="https://hsj86715.github.io//images/avatar.png?v=1577174367569" alt="">
</a>
<div class="site-title">
<h1>
Sujohn Hu
</h1>
</div>
</div>
<span class="menu-btn fa fa-align-justify"></span>
<div class="menu-container">
<ul>
<li>
<a href="/" class="menu">
首页
</a>
</li>
<li>
<a href="/archives" class="menu">
归档
</a>
</li>
<li>
<a href="/tags" class="menu">
标签
</a>
</li>
<li>
<a href="/post/about" class="menu">
关于
</a>
</li>
</ul>
</div>
</div>
</div>
<script>
$(document).ready(function() {
$(".menu-btn").click(function() {
$(".menu-container").slideToggle();
});
$(window).resize(function() {
if (window.matchMedia('(min-width: 960px)').matches) {
$(".menu-container").css('display', 'block')
} else {
$(".menu-container").css('display', 'none')
}
});
});
</script>
<div id="main-content" class="post-detail main-container">
<!-- left -->
<div id="content" class="main-container-left">
<article class="post i-card">
<h2 class="post-title">
Gridea Demo
</h2>
<div class="post-info">
<time class="post-time">2019-12-24</time>
<a href="https://hsj86715.github.io//tag/APnV0Nyy2" class="post-tag i-tag
i-tag-error">
#Demo
</a>
<a href="https://hsj86715.github.io//tag/S4lgJ-K1z" class="post-tag i-tag
i-tag-other_1">
#Gridea
</a>
</div>
<div class="post-feature-image" style="background-image: url('https://hsj86715.github.io//post-images/gridea-demo.jpg')"></div>
<div class="post-content">
<p>aaa</p>
</div>
</article>
<!-- -->
<div class="next-post">
<div class="next">下一篇</div>
<a href="https://hsj86715.github.io//post/hello-gridea">
<h3 class="post-title">
Hello Gridea
</h3>
</a>
</div>
<div id="disqus_thread"></div>
<div id="gitalk-container"></div>
</div>
<!-- middle -->
<div class="main-container-middle"></div>
<!-- right -->
<div id="sidebar" class="main-container-right">
<!-- id-card -->
<div class="id_card i-card">
<div class="id_card-avatar" style="background-image: url(https://hsj86715.github.io//images/avatar.png?v=1577174367569)">
</div>
<h1 class="id_card-title">
Sujohn Hu
</h1>
<h2 class="id_card-description">
温故而知新
</h2>
<!-- -->
<div class="id_card-sns">
<!-- github -->
<!-- twitter -->
<!-- weibo -->
<!-- facebook -->
</div>
</div>
</div>
</div>
<div class="site-footer">
Powered by <a href="https://github.com/getgridea/gridea" target="_blank">Gridea</a> |
<a class="rss" href="https://hsj86715.github.io//atom.xml" target="_blank">RSS</a>
</div>
<script>
hljs.initHighlightingOnLoad()
</script>
</div>
<script>
$('#sidebar').stickySidebar({
topSpacing: 80,
// bottomSpacing: 60
});
</script>
</body>
</html>
|
hsj86715/hsj86715.github.io
|
post/gridea-demo/index.html
|
HTML
|
apache-2.0
| 6,859
|
<!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 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.apache.orc.impl.filter (ORC Core 1.7.3 API)</title>
<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/apache/orc/impl/filter/package-summary.html" target="classFrame">org.apache.orc.impl.filter</a></h1>
<div class="indexContainer">
<h2 title="Interfaces">Interfaces</h2>
<ul title="Interfaces">
<li><a href="VectorFilter.html" title="interface in org.apache.orc.impl.filter" target="classFrame"><span class="interfaceName">VectorFilter</span></a></li>
</ul>
<h2 title="Classes">Classes</h2>
<ul title="Classes">
<li><a href="AndFilter.html" title="class in org.apache.orc.impl.filter" target="classFrame">AndFilter</a></li>
<li><a href="FilterFactory.html" title="class in org.apache.orc.impl.filter" target="classFrame">FilterFactory</a></li>
<li><a href="IsNotNullFilter.html" title="class in org.apache.orc.impl.filter" target="classFrame">IsNotNullFilter</a></li>
<li><a href="IsNullFilter.html" title="class in org.apache.orc.impl.filter" target="classFrame">IsNullFilter</a></li>
<li><a href="LeafFilter.html" title="class in org.apache.orc.impl.filter" target="classFrame">LeafFilter</a></li>
<li><a href="OrFilter.html" title="class in org.apache.orc.impl.filter" target="classFrame">OrFilter</a></li>
<li><a href="Selected.html" title="class in org.apache.orc.impl.filter" target="classFrame">Selected</a></li>
</ul>
<h2 title="Exceptions">Exceptions</h2>
<ul title="Exceptions">
<li><a href="FilterFactory.UnSupportedSArgException.html" title="class in org.apache.orc.impl.filter" target="classFrame">FilterFactory.UnSupportedSArgException</a></li>
</ul>
</div>
</body>
</html>
|
apache/orc
|
site/api/orc-core/org/apache/orc/impl/filter/package-frame.html
|
HTML
|
apache-2.0
| 2,013
|
<!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_08) on Fri Jan 05 15:06:08 PST 2007 -->
<TITLE>
Uses of Class org.apache.hadoop.io.ArrayFile (Hadoop 0.10.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.io.ArrayFile (Hadoop 0.10.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/io/ArrayFile.html" title="class in org.apache.hadoop.io"><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/io//class-useArrayFile.html" target="_top"><B>FRAMES</B></A>
<A HREF="ArrayFile.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.io.ArrayFile</B></H2>
</CENTER>
No usage of org.apache.hadoop.io.ArrayFile
<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/io/ArrayFile.html" title="class in org.apache.hadoop.io"><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/io//class-useArrayFile.html" target="_top"><B>FRAMES</B></A>
<A HREF="ArrayFile.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.10.0/docs/api/org/apache/hadoop/io/class-use/ArrayFile.html
|
HTML
|
apache-2.0
| 5,802
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_162) on Sat Feb 02 18:57:42 CET 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class com.communote.server.api.core.config.ConfigurationUpdateException (Communote 3.5 API)</title>
<meta name="date" content="2019-02-02">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class com.communote.server.api.core.config.ConfigurationUpdateException (Communote 3.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><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../com/communote/server/api/core/config/ConfigurationUpdateException.html" title="class in com.communote.server.api.core.config">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?com/communote/server/api/core/config/class-use/ConfigurationUpdateException.html" target="_top">Frames</a></li>
<li><a href="ConfigurationUpdateException.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class com.communote.server.api.core.config.ConfigurationUpdateException" class="title">Uses of Class<br>com.communote.server.api.core.config.ConfigurationUpdateException</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../../com/communote/server/api/core/config/ConfigurationUpdateException.html" title="class in com.communote.server.api.core.config">ConfigurationUpdateException</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#com.communote.server.api.core.config">com.communote.server.api.core.config</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#com.communote.server.api.core.config.type">com.communote.server.api.core.config.type</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#com.communote.server.api.core.installer">com.communote.server.api.core.installer</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#com.communote.server.core.config">com.communote.server.core.config</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#com.communote.server.core.installer">com.communote.server.core.installer</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#com.communote.server.core.mail">com.communote.server.core.mail</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="com.communote.server.api.core.config">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../com/communote/server/api/core/config/ConfigurationUpdateException.html" title="class in com.communote.server.api.core.config">ConfigurationUpdateException</a> in <a href="../../../../../../../com/communote/server/api/core/config/package-summary.html">com.communote.server.api.core.config</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../com/communote/server/api/core/config/package-summary.html">com.communote.server.api.core.config</a> that throw <a href="../../../../../../../com/communote/server/api/core/config/ConfigurationUpdateException.html" title="class in com.communote.server.api.core.config">ConfigurationUpdateException</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="typeNameLabel">ConfigurationManager.</span><code><span class="memberNameLink"><a href="../../../../../../../com/communote/server/api/core/config/ConfigurationManager.html#updateApplicationConfigurationProperties-java.util.Map-">updateApplicationConfigurationProperties</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="../../../../../../../com/communote/server/api/core/config/ApplicationConfigurationPropertyConstant.html" title="interface in com.communote.server.api.core.config">ApplicationConfigurationPropertyConstant</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> settings)</code>
<div class="block">Updates a collection of application configuration properties.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">ConfigurationManager.</span><code><span class="memberNameLink"><a href="../../../../../../../com/communote/server/api/core/config/ConfigurationManager.html#updateStartupProperties-java.util.Map-">updateStartupProperties</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="../../../../../../../com/communote/server/api/core/config/CoreConfigurationPropertyConstant.html" title="interface in com.communote.server.api.core.config">CoreConfigurationPropertyConstant</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> settings)</code>
<div class="block">Update the startup properties.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">ConfigurationManager.</span><code><span class="memberNameLink"><a href="../../../../../../../com/communote/server/api/core/config/ConfigurationManager.html#updateStartupProperty-com.communote.server.api.core.config.CoreConfigurationPropertyConstant-java.lang.String-">updateStartupProperty</a></span>(<a href="../../../../../../../com/communote/server/api/core/config/CoreConfigurationPropertyConstant.html" title="interface in com.communote.server.api.core.config">CoreConfigurationPropertyConstant</a> property,
<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value)</code>
<div class="block">Updates a startup property.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="com.communote.server.api.core.config.type">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../com/communote/server/api/core/config/ConfigurationUpdateException.html" title="class in com.communote.server.api.core.config">ConfigurationUpdateException</a> in <a href="../../../../../../../com/communote/server/api/core/config/type/package-summary.html">com.communote.server.api.core.config.type</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../com/communote/server/api/core/config/type/package-summary.html">com.communote.server.api.core.config.type</a> that throw <a href="../../../../../../../com/communote/server/api/core/config/ConfigurationUpdateException.html" title="class in com.communote.server.api.core.config">ConfigurationUpdateException</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="typeNameLabel">CoreProperty.</span><code><span class="memberNameLink"><a href="../../../../../../../com/communote/server/api/core/config/type/CoreProperty.html#setValue-java.lang.String-">setValue</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value)</code>
<div class="block">Saves the value for this property.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="com.communote.server.api.core.installer">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../com/communote/server/api/core/config/ConfigurationUpdateException.html" title="class in com.communote.server.api.core.config">ConfigurationUpdateException</a> in <a href="../../../../../../../com/communote/server/api/core/installer/package-summary.html">com.communote.server.api.core.installer</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../com/communote/server/api/core/installer/package-summary.html">com.communote.server.api.core.installer</a> that throw <a href="../../../../../../../com/communote/server/api/core/config/ConfigurationUpdateException.html" title="class in com.communote.server.api.core.config">ConfigurationUpdateException</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="../../../../../../../com/communote/server/api/core/config/StartupProperties.html" title="interface in com.communote.server.api.core.config">StartupProperties</a></code></td>
<td class="colLast"><span class="typeNameLabel">CommunoteInstaller.</span><code><span class="memberNameLink"><a href="../../../../../../../com/communote/server/api/core/installer/CommunoteInstaller.html#updateDatabaseSettings-com.communote.server.api.core.config.database.DatabaseType-java.util.Map-">updateDatabaseSettings</a></span>(<a href="../../../../../../../com/communote/server/api/core/config/database/DatabaseType.html" title="class in com.communote.server.api.core.config.database">DatabaseType</a> type,
<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="../../../../../../../com/communote/server/api/core/config/CoreConfigurationPropertyConstant.html" title="interface in com.communote.server.api.core.config">CoreConfigurationPropertyConstant</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> settings)</code>
<div class="block">Update the database settings and return the resulting configuration.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="com.communote.server.core.config">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../com/communote/server/api/core/config/ConfigurationUpdateException.html" title="class in com.communote.server.api.core.config">ConfigurationUpdateException</a> in <a href="../../../../../../../com/communote/server/core/config/package-summary.html">com.communote.server.core.config</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../com/communote/server/core/config/package-summary.html">com.communote.server.core.config</a> that throw <a href="../../../../../../../com/communote/server/api/core/config/ConfigurationUpdateException.html" title="class in com.communote.server.api.core.config">ConfigurationUpdateException</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="typeNameLabel">ConfigurationPropertiesManager.</span><code><span class="memberNameLink"><a href="../../../../../../../com/communote/server/core/config/ConfigurationPropertiesManager.html#updateApplicationConfigurationProperties-java.util.Map-">updateApplicationConfigurationProperties</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="../../../../../../../com/communote/server/api/core/config/ApplicationConfigurationPropertyConstant.html" title="interface in com.communote.server.api.core.config">ApplicationConfigurationPropertyConstant</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> settings)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">ConfigurationPropertiesManager.</span><code><span class="memberNameLink"><a href="../../../../../../../com/communote/server/core/config/ConfigurationPropertiesManager.html#updateStartupProperties-java.util.Map-">updateStartupProperties</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="../../../../../../../com/communote/server/api/core/config/CoreConfigurationPropertyConstant.html" title="interface in com.communote.server.api.core.config">CoreConfigurationPropertyConstant</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> settings)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">ConfigurationPropertiesManager.</span><code><span class="memberNameLink"><a href="../../../../../../../com/communote/server/core/config/ConfigurationPropertiesManager.html#updateStartupProperty-com.communote.server.api.core.config.CoreConfigurationPropertyConstant-java.lang.String-">updateStartupProperty</a></span>(<a href="../../../../../../../com/communote/server/api/core/config/CoreConfigurationPropertyConstant.html" title="interface in com.communote.server.api.core.config">CoreConfigurationPropertyConstant</a> property,
<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value)</code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="com.communote.server.core.installer">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../com/communote/server/api/core/config/ConfigurationUpdateException.html" title="class in com.communote.server.api.core.config">ConfigurationUpdateException</a> in <a href="../../../../../../../com/communote/server/core/installer/package-summary.html">com.communote.server.core.installer</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../com/communote/server/core/installer/package-summary.html">com.communote.server.core.installer</a> that throw <a href="../../../../../../../com/communote/server/api/core/config/ConfigurationUpdateException.html" title="class in com.communote.server.api.core.config">ConfigurationUpdateException</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="../../../../../../../com/communote/server/api/core/config/StartupProperties.html" title="interface in com.communote.server.api.core.config">StartupProperties</a></code></td>
<td class="colLast"><span class="typeNameLabel">CommunoteInstallerImpl.</span><code><span class="memberNameLink"><a href="../../../../../../../com/communote/server/core/installer/CommunoteInstallerImpl.html#updateDatabaseSettings-com.communote.server.api.core.config.database.DatabaseType-java.util.Map-">updateDatabaseSettings</a></span>(<a href="../../../../../../../com/communote/server/api/core/config/database/DatabaseType.html" title="class in com.communote.server.api.core.config.database">DatabaseType</a> dbType,
<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="../../../../../../../com/communote/server/api/core/config/CoreConfigurationPropertyConstant.html" title="interface in com.communote.server.api.core.config">CoreConfigurationPropertyConstant</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> settings)</code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="com.communote.server.core.mail">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../com/communote/server/api/core/config/ConfigurationUpdateException.html" title="class in com.communote.server.api.core.config">ConfigurationUpdateException</a> in <a href="../../../../../../../com/communote/server/core/mail/package-summary.html">com.communote.server.core.mail</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../com/communote/server/core/mail/package-summary.html">com.communote.server.core.mail</a> that throw <a href="../../../../../../../com/communote/server/api/core/config/ConfigurationUpdateException.html" title="class in com.communote.server.api.core.config">ConfigurationUpdateException</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="typeNameLabel">MailSenderImpl.</span><code><span class="memberNameLink"><a href="../../../../../../../com/communote/server/core/mail/MailSenderImpl.html#updateSettings-java.util.Map-">updateSettings</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="../../../../../../../com/communote/server/api/core/config/type/ApplicationPropertyMailing.html" title="enum in com.communote.server.api.core.config.type">ApplicationPropertyMailing</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> settings)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">MailSender.</span><code><span class="memberNameLink"><a href="../../../../../../../com/communote/server/core/mail/MailSender.html#updateSettings-java.util.Map-">updateSettings</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="../../../../../../../com/communote/server/api/core/config/type/ApplicationPropertyMailing.html" title="enum in com.communote.server.api.core.config.type">ApplicationPropertyMailing</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> settings)</code>
<div class="block">Update the mail-out configuration so that subsequent calls to <a href="../../../../../../../com/communote/server/core/mail/MailSender.html#send-com.communote.server.core.mail.messages.MailMessage-"><code>MailSender.send(MailMessage)</code></a> will
use the new settings.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../com/communote/server/api/core/config/ConfigurationUpdateException.html" title="class in com.communote.server.api.core.config">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?com/communote/server/api/core/config/class-use/ConfigurationUpdateException.html" target="_top">Frames</a></li>
<li><a href="ConfigurationUpdateException.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 © 2019 <a href="https://communote.github.io/">Communote team</a>. All rights reserved.</small></p>
</body>
</html>
|
Communote/communote.github.io
|
generated/javadoc/com/communote/server/api/core/config/class-use/ConfigurationUpdateException.html
|
HTML
|
apache-2.0
| 23,967
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>Inter-component Interfaces: Class Members</title>
<link href="hydoxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.2 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="namespaces.html"><span>Packages</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><a href="pages.html"><span>Related Pages</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="files.html"><span>File List</span></a></li>
<li class="current"><a href="globals.html"><span>File Members</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="globals.html"><span>All</span></a></li>
<li class="current"><a href="globals_func.html"><span>Functions</span></a></li>
<li><a href="globals_vars.html"><span>Variables</span></a></li>
<li><a href="globals_type.html"><span>Typedefs</span></a></li>
<li><a href="globals_enum.html"><span>Enumerations</span></a></li>
<li><a href="globals_eval.html"><span>Enumerator</span></a></li>
<li><a href="globals_defs.html"><span>Defines</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="globals_func.html#index__"><span>_</span></a></li>
<li><a href="globals_func_0x61.html#index_a"><span>a</span></a></li>
<li><a href="globals_func_0x63.html#index_c"><span>c</span></a></li>
<li><a href="globals_func_0x64.html#index_d"><span>d</span></a></li>
<li><a href="globals_func_0x65.html#index_e"><span>e</span></a></li>
<li><a href="globals_func_0x66.html#index_f"><span>f</span></a></li>
<li><a href="globals_func_0x67.html#index_g"><span>g</span></a></li>
<li><a href="globals_func_0x68.html#index_h"><span>h</span></a></li>
<li><a href="globals_func_0x69.html#index_i"><span>i</span></a></li>
<li><a href="globals_func_0x6a.html#index_j"><span>j</span></a></li>
<li><a href="globals_func_0x6c.html#index_l"><span>l</span></a></li>
<li><a href="globals_func_0x6d.html#index_m"><span>m</span></a></li>
<li><a href="globals_func_0x6e.html#index_n"><span>n</span></a></li>
<li><a href="globals_func_0x6f.html#index_o"><span>o</span></a></li>
<li><a href="globals_func_0x70.html#index_p"><span>p</span></a></li>
<li><a href="globals_func_0x72.html#index_r"><span>r</span></a></li>
<li><a href="globals_func_0x73.html#index_s"><span>s</span></a></li>
<li><a href="globals_func_0x74.html#index_t"><span>t</span></a></li>
<li><a href="globals_func_0x75.html#index_u"><span>u</span></a></li>
<li><a href="globals_func_0x76.html#index_v"><span>v</span></a></li>
<li class="current"><a href="globals_func_0x77.html#index_w"><span>w</span></a></li>
</ul>
</div>
<p>
<p>
<h3><a class="anchor" name="index_w">- w -</a></h3><ul>
<li>wait_for_multiple_semaphores()
: <a class="el" href="vm__util_8h.html#170f6a81a1c297d2ee60a72958b27eb4">vm_util.h</a>
</ul>
<hr size="1">
<address style="text-align: center;">
<small>
<p>Genereated on Tue Mar 11 19:25:28 2008 by Doxygen.</p>
<p>(c) Copyright 2005, 2008 The Apache Software Foundation or its licensors, as applicable. </p>
</small>
</address>
</body>
</html>
|
freeVM/freeVM
|
standard/site/docs/subcomponents/drlvm/doxygen/intf/html/globals_func_0x77.html
|
HTML
|
apache-2.0
| 3,571
|
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Portfolio - Sibi Rajendran</title>
<meta name="viewport" content="width=device-width">
<meta name="description" content="Portfolio - Home to all projects">
<meta name="author" content="LastName FirstName">
<link rel="canonical" href="http://localhost:4000/">
<link rel="alternate" type="application/rss+xml" title="RSS" href="/feed.xml">
<!-- Custom CSS & Bootstrap Core CSS - Uses Bootswatch Flatly Theme: http://bootswatch.com/flatly/ -->
<link rel="stylesheet" href="/style.css">
<!-- Google verification -->
<!-- Bing Verification -->
<!-- Custom Fonts -->
<link rel="stylesheet" href="/css/font-awesome/css/font-awesome.min.css">
<link href="//fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
|
rsibi/rsibi.github.io
|
_includes/head.html
|
HTML
|
apache-2.0
| 1,317
|
<!-- Content Header (Page header) -->
<section class="content-header">
<h1>字典管理</h1>
<ol class="breadcrumb">
<li><a href="${basePath}"><i class="fa fa-dashboard"></i> 首页</a></li>
<li><a href="#">服务管理</a></li>
<li class="active">服务配置</li>
</ol>
</section>
<!-- Main content -->
<section class="content">
<div class="row">
<div class="col-md-6">
<!-- Profile Image -->
<div class="box box-primary">
<div class="box-body box-profile">
<div id="tree"></div>
</div>
<!-- /.box-body -->
</div>
<!-- /.box -->
</div>
<!-- /.col -->
<div class="col-md-6">
<div class="box box-primary">
<!-- /.box-header -->
<div class="dataTables_filter" id="searchDiv">
<div class="btn-group">
<button type="button" class="btn btn-default " data-btn-type="add">新增</button>
<button type="button" class="btn btn-default no-impl" data-btn-type="edit">编辑</button>
<button type="button" class="btn btn-default "
data-btn-type="delete">删除</button>
</div>
</div>
<div class="box-body">
<table id="user_table"
class="table table-bordered table-striped table-hover">
</table>
</div>
<!-- /.box-body -->
</div>
<!-- /. box -->
</div>
</div>
<!-- /.row -->
</section>
<script>
var winId="invokersetting";
$(function() {
stompClient.subscribe("/topic/meta",function(resp){
alalert.info("收到新的元数据,执行刷新请求");
initTree(0);
});
$('button[data-btn-type=add]').click(function() {
modals.openWin({
winId:winId,
title:'新增路由',
width:'500px',
url:context+"/meta/addroute"
/*, hideFunc:function(){
modals.info("hide me");
},
showFunc:function(){
modals.info("show me");
} */
});
});
$('button[data-btn-type=delete]').click(function() {
var lines = $('#user_table').bootstrapTable('getSelections');
if(lines.length==1){
var metaInfo = lines[0].metaInfo;
console.log(metaInfo);
if(metaInfo.indexOf("condition") >= 0 ){
modals.confirm('确认删除?', function() {
doRequest({
url : context+'/meta/removeRule',
type:'POST',
data:{
url:metaInfo
}
}, function(data) {
});
});
}else{
alalert.error("暂时不支持非动态路由");
}
}else{
alalert.error("请选中一行");
}
});
initTree(0);
$('#user_table').bootstrapTable({
toolbar : "#searchDiv",
search : "true",
singleSelect:true,
clickToSelect: true,
showColumns : "true",
detailView:"true",
detailFormatter:function(index, row){
return row.metaInfo
},
showFooter : "false",
data : [],
columns : [{
checkbox: true
}, {
field : 'appName',
title : 'appName'
}, {
field : 'ctime',
title : 'ctime'
}, {
field : 'group',
title : 'group'
}, {
field : 'ip',
title : 'ip'
}, {
field : 'port',
title : 'port'
} ]
});
$('.no-impl').click(function(){
alalert.error('暂未实现');
});
});
var fdata;
function initTree(selectNodeId) {
var treeData = [];
doRequest({
url : '../meta/all',
async : false
}, function(data) {
console.log(data);
fdata = data;
$(data).each(function(i, m) {
for ( var sname in m) {
var so = {}
so.text = sname;
var smap = m[sname];
var scanodes = [];
for ( var sca in smap) {
var scanode = {};
scanode.text = sca;
scanode.parsname = sname;
scanodes.push(scanode);
}
so.nodes = scanodes;
treeData.push(so);
}
});
console.log(treeData);
$("#tree").treeview({
data : treeData,
showBorder : true,
expandIcon : "glyphicon glyphicon-stop",
collapseIcon : "glyphicon glyphicon-unchecked",
levels : 1,
onNodeSelected : function(event, data) {
var parName = data.parsname;
if (!parName) {
return;
}
var text = data.text;
buildTable(search(parName, text));
}
});
selectNodeId = selectNodeId || 0;
$("#tree").data('treeview').selectNode(selectNodeId);
$("#tree").data('treeview').expandNode(selectNodeId);
$("#tree").data('treeview').revealNode(selectNodeId);
});
}
function buildTable(invokers) {
console.log('build table');
console.log(invokers);
$('#user_table').bootstrapTable('load', invokers);
}
function search(parentText, cText) {
return fdata[parentText][cText];
}
</script>
|
rogerfanrui/dubbo-monitor
|
src/main/resources/th/invokeman/metaindex.html
|
HTML
|
apache-2.0
| 4,929
|
<!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 Mon Mar 26 19:07:20 PDT 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Class com.fasterxml.jackson.databind.deser.impl.TypeWrappedDeserializer (jackson-databind 2.0.0 API)
</TITLE>
<META NAME="date" CONTENT="2012-03-26">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class com.fasterxml.jackson.databind.deser.impl.TypeWrappedDeserializer (jackson-databind 2.0.0 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../com/fasterxml/jackson/databind/deser/impl/TypeWrappedDeserializer.html" title="class in com.fasterxml.jackson.databind.deser.impl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../index.html?com/fasterxml/jackson/databind/deser/impl//class-useTypeWrappedDeserializer.html" target="_top"><B>FRAMES</B></A>
<A HREF="TypeWrappedDeserializer.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>com.fasterxml.jackson.databind.deser.impl.TypeWrappedDeserializer</B></H2>
</CENTER>
No usage of com.fasterxml.jackson.databind.deser.impl.TypeWrappedDeserializer
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../com/fasterxml/jackson/databind/deser/impl/TypeWrappedDeserializer.html" title="class in com.fasterxml.jackson.databind.deser.impl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../index.html?com/fasterxml/jackson/databind/deser/impl//class-useTypeWrappedDeserializer.html" target="_top"><B>FRAMES</B></A>
<A HREF="TypeWrappedDeserializer.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 2012 <a href="http://fasterxml.com">fasterxml.com</a>. All Rights Reserved.
</BODY>
</HTML>
|
FasterXML/jackson-databind
|
docs/javadoc/2.0/com/fasterxml/jackson/databind/deser/impl/class-use/TypeWrappedDeserializer.html
|
HTML
|
apache-2.0
| 6,494
|
<!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 Tue Aug 14 15:31:51 MST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Interface org.wildfly.swarm.config.MailSupplier (BOM: * : All 2.1.0.Final API)</title>
<meta name="date" content="2018-08-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="Uses of Interface org.wildfly.swarm.config.MailSupplier (BOM: * : All 2.1.0.Final API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/wildfly/swarm/config/MailSupplier.html" title="interface in org.wildfly.swarm.config">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">Thorntail API, 2.1.0.Final</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/wildfly/swarm/config/class-use/MailSupplier.html" target="_top">Frames</a></li>
<li><a href="MailSupplier.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Interface org.wildfly.swarm.config.MailSupplier" class="title">Uses of Interface<br>org.wildfly.swarm.config.MailSupplier</h2>
</div>
<div class="classUseContainer">No usage of org.wildfly.swarm.config.MailSupplier</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/wildfly/swarm/config/MailSupplier.html" title="interface in org.wildfly.swarm.config">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">Thorntail API, 2.1.0.Final</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/wildfly/swarm/config/class-use/MailSupplier.html" target="_top">Frames</a></li>
<li><a href="MailSupplier.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2018 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
|
wildfly-swarm/wildfly-swarm-javadocs
|
2.1.0.Final/apidocs/org/wildfly/swarm/config/class-use/MailSupplier.html
|
HTML
|
apache-2.0
| 4,806
|
---
layout: page
title: Services
ref: servicios
permalink: /services/
lang: English
---
<div class="container-fluid">
<div class="row">
<div class="col-md-12 header" style="background: url('{{ site.url }}/img/header-servicios.jpg') center center no-repeat; background-size: cover"></div>
</div>
</div>
<div class="container servicios">
<div class="row">
<div class="col-sm-12">
{% include language_selector.html %}
<h1>{{ site.t[page.lang].nuestrosservicios }}</h1>
<p>{{ site.t[page.lang].textonuestrosservicios }}</p>
</div>
</div>
<div class="row">
<div class="col-md-6 cuadro">
<div class="row">
<div class="col-sm-3 icono-servicio">
<h2><i class="fa fa-book fa-3x naranja" aria-hidden="true"></i></h2>
</div>
<div class="col-sm-9">
<h2 class="titulo-servicio naranja">{{ site.t[page.lang].tituloserviciocursos }}</h2>
<p class="descripcion-servicio">{{ site.t[page.lang].descripcionserviciocursos }}</p>
<p class="enlace-servicio"><a href="{{ site.url }}/cursos/">{{ site.t[page.lang].vercatalogocursos }}</a></p>
</div>
</div>
<div class="row imagenes-servicio">
<div class="col-sm-6 ">
</div>
<div class="col-sm-6">
</div>
</div>
</div>
<div class="col-md-6 cuadro">
<div class="row">
<div class="col-sm-3 icono-servicio">
<h2><i class="fa fa-gears fa-3x azul-claro" aria-hidden="true"></i></h2>
</div>
<div class="col-sm-9">
<h2 class="titulo-servicio azul-claro">{{ site.t[page.lang].tituloserviciotalleres }}</h2>
<p class="descripcion-servicio">{{ site.t[page.lang].descripcionserviciotalleres }}</p>
<p class="enlace-servicio"><a href="{{ site.url }}/talleres/">{{ site.t[page.lang].vercatalogotalleres }}</a></p>
</div>
</div>
<div class="row imagenes-servicio">
<div class="col-sm-6 ">
</div>
<div class="col-sm-6">
</div>
</div>
</div>
<div class="col-md-6 cuadro">
<div class="row">
<div class="col-sm-3 icono-servicio">
<h2><i class="fa fa-ticket fa-3x azul-horminka" aria-hidden="true"></i></h2>
</div>
<div class="col-sm-9">
<h2 class="titulo-servicio azul-horminka">{{ site.t[page.lang].tituloservicioconfs }}</h2>
<p class="descripcion-servicio">{{ site.t[page.lang].descripcionservicioconfs }}</p>
<p class="enlace-servicio"><a href="{{ site.url }}/conferencias/">{{ site.t[page.lang].vercatalogoconfs }}</a></p>
</div>
</div>
<div class="row imagenes-servicio">
<div class="col-sm-6 ">
</div>
<div class="col-sm-6">
</div>
</div>
</div>
<div class="col-md-6 cuadro">
<div class="row">
<div class="col-sm-3 icono-servicio">
<h2><i class="fa fa-compass fa-3x amarillo" aria-hidden="true"></i></h2>
</div>
<div class="col-sm-9">
<h2 class="titulo-servicio amarillo">{{ site.t[page.lang].tituloservicioconsultorias }}</h2>
<p class="descripcion-servicio">{{ site.t[page.lang].descripcionservicioconsultorias }}</p>
<p class="enlace-servicio"><a href="{{ site.url }}/consultancy/">{{ site.t[page.lang].vermasconsultorias }}</a></p>
</div>
</div>
<div class="row imagenes-servicio">
<div class="col-sm-6 ">
</div>
<div class="col-sm-6">
</div>
</div>
</div>
</div>
|
horminka/horminka.github.io
|
services.html
|
HTML
|
apache-2.0
| 3,574
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_151) on Wed Jul 17 09:40:07 MST 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.wildfly.swarm.config.logging.RootLogger (BOM: * : All 2.4.1.Final-SNAPSHOT API)</title>
<meta name="date" content="2019-07-17">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.wildfly.swarm.config.logging.RootLogger (BOM: * : All 2.4.1.Final-SNAPSHOT API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/wildfly/swarm/config/logging/RootLogger.html" title="class in org.wildfly.swarm.config.logging">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">Thorntail API, 2.4.1.Final-SNAPSHOT</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/wildfly/swarm/config/logging/class-use/RootLogger.html" target="_top">Frames</a></li>
<li><a href="RootLogger.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.wildfly.swarm.config.logging.RootLogger" class="title">Uses of Class<br>org.wildfly.swarm.config.logging.RootLogger</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../org/wildfly/swarm/config/logging/RootLogger.html" title="class in org.wildfly.swarm.config.logging">RootLogger</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.wildfly.swarm.config">org.wildfly.swarm.config</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.wildfly.swarm.config.logging">org.wildfly.swarm.config.logging</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.wildfly.swarm.config">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/wildfly/swarm/config/logging/RootLogger.html" title="class in org.wildfly.swarm.config.logging">RootLogger</a> in <a href="../../../../../../org/wildfly/swarm/config/package-summary.html">org.wildfly.swarm.config</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/wildfly/swarm/config/package-summary.html">org.wildfly.swarm.config</a> that return <a href="../../../../../../org/wildfly/swarm/config/logging/RootLogger.html" title="class in org.wildfly.swarm.config.logging">RootLogger</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/wildfly/swarm/config/logging/RootLogger.html" title="class in org.wildfly.swarm.config.logging">RootLogger</a></code></td>
<td class="colLast"><span class="typeNameLabel">Logging.LoggingResources.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/Logging.LoggingResources.html#rootLogger--">rootLogger</a></span>()</code>
<div class="block">Defines the root logger for this log context.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/wildfly/swarm/config/package-summary.html">org.wildfly.swarm.config</a> with parameters of type <a href="../../../../../../org/wildfly/swarm/config/logging/RootLogger.html" title="class in org.wildfly.swarm.config.logging">RootLogger</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/wildfly/swarm/config/Logging.html" title="type parameter in Logging">T</a></code></td>
<td class="colLast"><span class="typeNameLabel">Logging.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/Logging.html#rootLogger-org.wildfly.swarm.config.logging.RootLogger-">rootLogger</a></span>(<a href="../../../../../../org/wildfly/swarm/config/logging/RootLogger.html" title="class in org.wildfly.swarm.config.logging">RootLogger</a> value)</code>
<div class="block">Defines the root logger for this log context.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.wildfly.swarm.config.logging">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/wildfly/swarm/config/logging/RootLogger.html" title="class in org.wildfly.swarm.config.logging">RootLogger</a> in <a href="../../../../../../org/wildfly/swarm/config/logging/package-summary.html">org.wildfly.swarm.config.logging</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../../org/wildfly/swarm/config/logging/package-summary.html">org.wildfly.swarm.config.logging</a> with type parameters of type <a href="../../../../../../org/wildfly/swarm/config/logging/RootLogger.html" title="class in org.wildfly.swarm.config.logging">RootLogger</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/logging/RootLogger.html" title="class in org.wildfly.swarm.config.logging">RootLogger</a><T extends <a href="../../../../../../org/wildfly/swarm/config/logging/RootLogger.html" title="class in org.wildfly.swarm.config.logging">RootLogger</a><T>></span></code>
<div class="block">Defines the root logger for this log context.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>interface </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/logging/RootLoggerConsumer.html" title="interface in org.wildfly.swarm.config.logging">RootLoggerConsumer</a><T extends <a href="../../../../../../org/wildfly/swarm/config/logging/RootLogger.html" title="class in org.wildfly.swarm.config.logging">RootLogger</a><T>></span></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>interface </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/logging/RootLoggerSupplier.html" title="interface in org.wildfly.swarm.config.logging">RootLoggerSupplier</a><T extends <a href="../../../../../../org/wildfly/swarm/config/logging/RootLogger.html" title="class in org.wildfly.swarm.config.logging">RootLogger</a>></span></code> </td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/wildfly/swarm/config/logging/package-summary.html">org.wildfly.swarm.config.logging</a> that return <a href="../../../../../../org/wildfly/swarm/config/logging/RootLogger.html" title="class in org.wildfly.swarm.config.logging">RootLogger</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/wildfly/swarm/config/logging/RootLogger.html" title="class in org.wildfly.swarm.config.logging">RootLogger</a></code></td>
<td class="colLast"><span class="typeNameLabel">RootLoggerSupplier.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/logging/RootLoggerSupplier.html#get--">get</a></span>()</code>
<div class="block">Constructed instance of RootLogger resource</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/wildfly/swarm/config/logging/RootLogger.html" title="class in org.wildfly.swarm.config.logging">RootLogger</a></code></td>
<td class="colLast"><span class="typeNameLabel">LoggingProfile.LoggingProfileResources.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/logging/LoggingProfile.LoggingProfileResources.html#rootLogger--">rootLogger</a></span>()</code>
<div class="block">Defines the root logger for this log context.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/wildfly/swarm/config/logging/package-summary.html">org.wildfly.swarm.config.logging</a> with parameters of type <a href="../../../../../../org/wildfly/swarm/config/logging/RootLogger.html" title="class in org.wildfly.swarm.config.logging">RootLogger</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/wildfly/swarm/config/logging/LoggingProfile.html" title="type parameter in LoggingProfile">T</a></code></td>
<td class="colLast"><span class="typeNameLabel">LoggingProfile.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/logging/LoggingProfile.html#rootLogger-org.wildfly.swarm.config.logging.RootLogger-">rootLogger</a></span>(<a href="../../../../../../org/wildfly/swarm/config/logging/RootLogger.html" title="class in org.wildfly.swarm.config.logging">RootLogger</a> value)</code>
<div class="block">Defines the root logger for this log context.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/wildfly/swarm/config/logging/RootLogger.html" title="class in org.wildfly.swarm.config.logging">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">Thorntail API, 2.4.1.Final-SNAPSHOT</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/wildfly/swarm/config/logging/class-use/RootLogger.html" target="_top">Frames</a></li>
<li><a href="RootLogger.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 © 2019 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
|
wildfly-swarm/wildfly-swarm-javadocs
|
2.4.1.Final-SNAPSHOT/apidocs/org/wildfly/swarm/config/logging/class-use/RootLogger.html
|
HTML
|
apache-2.0
| 14,138
|
<!DOCTYPE html><html><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="description">
<meta name="keywords" content="static content generator,static site generator,static site,HTML,web development,.NET,C#,Razor,Markdown,YAML">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="/FunctionalSharp/assets/img/favicon.ico" type="image/x-icon">
<link rel="icon" href="/FunctionalSharp/assets/img/favicon.ico" type="image/x-icon">
<title>FunctionalSharp - API - DiscriminatedPatternMatch<T, TResult1, TResult2, TResult3>.values Field</title>
<link href="/FunctionalSharp/assets/css/mermaid.css" rel="stylesheet">
<link href="/FunctionalSharp/assets/css/highlight.css" rel="stylesheet">
<link href="/FunctionalSharp/assets/css/bootstrap/bootstrap.css" rel="stylesheet">
<link href="/FunctionalSharp/assets/css/adminlte/AdminLTE.css" rel="stylesheet">
<link href="/FunctionalSharp/assets/css/theme/theme.css" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Roboto+Mono:400,700|Roboto:400,400i,700,700i" rel="stylesheet">
<link href="/FunctionalSharp/assets/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="/FunctionalSharp/assets/css/override.css" rel="stylesheet">
<script src="/FunctionalSharp/assets/js/jquery-2.2.3.min.js"></script>
<script src="/FunctionalSharp/assets/js/bootstrap.min.js"></script>
<script src="/FunctionalSharp/assets/js/app.min.js"></script>
<script src="/FunctionalSharp/assets/js/highlight.pack.js"></script>
<script src="/FunctionalSharp/assets/js/jquery.slimscroll.min.js"></script>
<script src="/FunctionalSharp/assets/js/jquery.sticky-kit.min.js"></script>
<script src="/FunctionalSharp/assets/js/mermaid.min.js"></script>
<!--[if lt IE 9]>
<script src="/FunctionalSharp/assets/js/html5shiv.min.js"></script>
<script src="/FunctionalSharp/assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body class="hold-transition wyam layout-boxed ">
<div class="top-banner"></div>
<div class="wrapper with-container">
<!-- Header -->
<header class="main-header">
<a href="/FunctionalSharp/" class="logo">
<!-- mini logo for sidebar mini 50x50 pixels -->
<span class="logo-mini"><img src="/FunctionalSharp/assets/img/logo.png"></span>
<!-- logo for regular state and mobile devices -->
<span class="logo-lg"><img src="/FunctionalSharp/assets/img/logo.png"></span>
</a>
<nav class="navbar navbar-static-top" role="navigation">
<!-- Sidebar toggle button-->
<a href="#" class="sidebar-toggle visible-xs-block" data-toggle="offcanvas" role="button">
<span class="sr-only">Toggle side menu</span>
<i class="fa fa-chevron-circle-right"></i>
</a>
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse">
<span class="sr-only">Toggle side menu</span>
<i class="fa fa-chevron-circle-down"></i>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse pull-left" id="navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="/FunctionalSharp/docs">Docs</a></li>
<li class="active"><a href="/FunctionalSharp/api">API</a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
<!-- Navbar Right Menu -->
</nav>
</header>
<!-- Left side column. contains the logo and sidebar -->
<aside class="main-sidebar ">
<section class="infobar" data-spy="affix" data-offset-top="60" data-offset-bottom="200">
<div id="infobar-headings"><h6>On This Page</h6><p><a href="#Syntax">Syntax</a></p>
<hr class="infobar-hidden">
</div>
</section>
<section class="sidebar">
<script src="/assets/js/lunr.min.js"></script>
<script src="/assets/js/searchIndex.js"></script>
<div class="sidebar-form">
<div class="input-group">
<input type="text" name="search" id="search" class="form-control" placeholder="Search Types...">
<span class="input-group-btn">
<button class="btn btn-flat"><i class="fa fa-search"></i></button>
</span>
</div>
</div>
<div id="search-results">
</div>
<script>
function runSearch(query){
$("#search-results").empty();
if( query.length < 2 ){
return;
}
var results = searchModule.search("*" + query + "*");
var listHtml = "<ul class='sidebar-menu'>";
listHtml += "<li class='header'>Type Results</li>";
if(results.length == 0 ){
listHtml += "<li>No results found</li>";
} else {
for(var i = 0; i < results.length; ++i){
var res = results[i];
listHtml += "<li><a href='" + res.url + "'>" + res.title + "</a></li>";
}
}
listHtml += "</ul>";
$("#search-results").append(listHtml);
}
$(document).ready(function(){
$("#search").on('input propertychange paste', function() {
runSearch($("#search").val());
});
});
</script>
<hr>
<ul class="sidebar-menu">
<li class="header">Namespace</li>
<li><a href="/FunctionalSharp/api/FunctionalSharp.PatternMatching">FunctionalSharp<wbr>.PatternMatching</a></li>
<li class="header">Type</li>
<li><a href="/FunctionalSharp/api/FunctionalSharp.PatternMatching/DiscriminatedPatternMatch_4">Discriminated<wbr>Pattern<wbr>Match<wbr><T, <wbr>TResult1, <wbr>TResult2, <wbr>TResult3><wbr></a></li>
<li role="separator" class="divider"></li>
<li class="header">Field Members</li>
<li><a href="/FunctionalSharp/api/FunctionalSharp.PatternMatching/DiscriminatedPatternMatch_4/52BFACAB">numberOfElements</a></li>
<li class="selected"><a href="/FunctionalSharp/api/FunctionalSharp.PatternMatching/DiscriminatedPatternMatch_4/1AB2C7C4">values</a></li>
<li class="header">Method Members</li>
<li><a href="/FunctionalSharp/api/FunctionalSharp.PatternMatching/DiscriminatedPatternMatch_4/AC5D1FBE">Else<wbr><TResult4><wbr><wbr>(Func<wbr><T, <wbr>TResult4><wbr>)<wbr></a></li>
<li><a href="/FunctionalSharp/api/FunctionalSharp.PatternMatching/DiscriminatedPatternMatch_4/D89EACBD">Else<wbr><TResult4><wbr><wbr>(TResult4)<wbr></a></li>
<li><a href="/FunctionalSharp/api/FunctionalSharp.PatternMatching/DiscriminatedPatternMatch_4/02F3DCEA">ElseException<wbr>()<wbr></a></li>
<li><a href="/FunctionalSharp/api/FunctionalSharp.PatternMatching/DiscriminatedPatternMatch_4/EC2CE87C">ElseException<wbr>(Exception)<wbr></a></li>
<li><a href="/FunctionalSharp/api/FunctionalSharp.PatternMatching/DiscriminatedPatternMatch_4/158E272E">With<wbr>(Func<wbr><T, <wbr>bool><wbr>, <wbr>TResult1)<wbr></a></li>
<li><a href="/FunctionalSharp/api/FunctionalSharp.PatternMatching/DiscriminatedPatternMatch_4/853BFCF3">With<wbr>(T, <wbr>TResult1)<wbr></a></li>
<li><a href="/FunctionalSharp/api/FunctionalSharp.PatternMatching/DiscriminatedPatternMatch_4/7FD9A63F">With<wbr>(Func<wbr><T, <wbr>bool><wbr>, <wbr>Func<wbr><T, <wbr>TResult1><wbr>)<wbr></a></li>
<li><a href="/FunctionalSharp/api/FunctionalSharp.PatternMatching/DiscriminatedPatternMatch_4/D6DD0A05">With<wbr>(Func<wbr><T, <wbr>bool><wbr>, <wbr>TResult2)<wbr></a></li>
<li><a href="/FunctionalSharp/api/FunctionalSharp.PatternMatching/DiscriminatedPatternMatch_4/4668D1D8">With<wbr>(T, <wbr>TResult2)<wbr></a></li>
<li><a href="/FunctionalSharp/api/FunctionalSharp.PatternMatching/DiscriminatedPatternMatch_4/2667E03D">With<wbr>(Func<wbr><T, <wbr>bool><wbr>, <wbr>Func<wbr><T, <wbr>TResult2><wbr>)<wbr></a></li>
<li><a href="/FunctionalSharp/api/FunctionalSharp.PatternMatching/DiscriminatedPatternMatch_4/97EC111C">With<wbr>(Func<wbr><T, <wbr>bool><wbr>, <wbr>TResult3)<wbr></a></li>
<li><a href="/FunctionalSharp/api/FunctionalSharp.PatternMatching/DiscriminatedPatternMatch_4/0759CAC1">With<wbr>(T, <wbr>TResult3)<wbr></a></li>
<li><a href="/FunctionalSharp/api/FunctionalSharp.PatternMatching/DiscriminatedPatternMatch_4/110D223C">With<wbr>(Func<wbr><T, <wbr>bool><wbr>, <wbr>Func<wbr><T, <wbr>TResult3><wbr>)<wbr></a></li>
<li><a href="/FunctionalSharp/api/FunctionalSharp.PatternMatching/DiscriminatedPatternMatch_4/43CFE4CD">With<wbr><TResult4><wbr><wbr>(Func<wbr><T, <wbr>bool><wbr>, <wbr>TResult4)<wbr></a></li>
<li><a href="/FunctionalSharp/api/FunctionalSharp.PatternMatching/DiscriminatedPatternMatch_4/E20F68A1">With<wbr><TResult4><wbr><wbr>(Func<wbr><T, <wbr>bool><wbr>, <wbr>Func<wbr><T, <wbr>TResult4><wbr>)<wbr></a></li>
<li><a href="/FunctionalSharp/api/FunctionalSharp.PatternMatching/DiscriminatedPatternMatch_4/09B2435D">With<wbr><TResult4><wbr><wbr>(T, <wbr>TResult4)<wbr></a></li>
</ul>
</section>
</aside>
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<section class="content-header">
<h3><a href="/FunctionalSharp/api/FunctionalSharp.PatternMatching/DiscriminatedPatternMatch_4">Discriminated<wbr>Pattern<wbr>Match<wbr><T, <wbr>TResult1, <wbr>TResult2, <wbr>TResult3><wbr></a>.</h3>
<h1>values <small>Field</small></h1>
</section>
<section class="content">
<div class="panel panel-default">
<div class="panel-body">
<dl class="dl-horizontal">
<dt>Namespace</dt>
<dd><a href="/FunctionalSharp/api/FunctionalSharp.PatternMatching">FunctionalSharp<wbr>.PatternMatching</a></dd>
<dt>Containing Type</dt>
<dd><a href="/FunctionalSharp/api/FunctionalSharp.PatternMatching/DiscriminatedPatternMatch_4">Discriminated<wbr>Pattern<wbr>Match<wbr><T, <wbr>TResult1, <wbr>TResult2, <wbr>TResult3><wbr></a></dd>
</dl>
</div>
</div>
<h1 id="Syntax">Syntax</h1>
<pre><code>protected IEnumerable<T> values</code></pre>
</section>
</div>
<!-- Footer -->
<footer class="main-footer">
</footer>
</div>
<div class="wrapper bottom-wrapper">
<footer class="bottom-footer">
Generated by <a href="https://wyam.io">Wyam</a>
</footer>
</div>
<a href="javascript:" id="return-to-top"><i class="fa fa-chevron-up"></i></a>
<script>
// Close the sidebar if we select an anchor link
$(".main-sidebar a[href^='#']:not('.expand')").click(function(){
$(document.body).removeClass('sidebar-open');
});
$(document).load(function() {
mermaid.initialize(
{
flowchart:
{
htmlLabels: false,
useMaxWidth:false
}
});
mermaid.init(undefined, ".mermaid")
$('svg').addClass('img-responsive');
$('pre code').each(function(i, block) {
hljs.highlightBlock(block);
});
});
hljs.initHighlightingOnLoad();
// Back to top
$(window).scroll(function() {
if ($(this).scrollTop() >= 200) { // If page is scrolled more than 50px
$('#return-to-top').fadeIn(1000); // Fade in the arrow
} else {
$('#return-to-top').fadeOut(1000); // Else fade out the arrow
}
});
$('#return-to-top').click(function() { // When arrow is clicked
$('body,html').animate({
scrollTop : 0 // Scroll to top of body
}, 500);
});
</script>
</body></html>
|
Patrickkk/FunctionalSharp
|
docs/api/FunctionalSharp.PatternMatching/DiscriminatedPatternMatch_4/1AB2C7C4.html
|
HTML
|
apache-2.0
| 13,398
|
<!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_66) on Mon Dec 14 16:16:14 CST 2015 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Package play.templates.types (Play! API)</title>
<meta name="date" content="2015-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="Uses of Package play.templates.types (Play! 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>Class</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?play/templates/types/package-use.html" target="_top">Frames</a></li>
<li><a href="package-use.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="Uses of Package play.templates.types" class="title">Uses of Package<br>play.templates.types</h1>
</div>
<div class="contentContainer">No usage of play.templates.types</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>Class</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?play/templates/types/package-use.html" target="_top">Frames</a></li>
<li><a href="package-use.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><a href=http://guillaume.bort.fr>Guillaume Bort</a> & <a href=http://www.zenexity.fr>zenexity</a> - Distributed under <a href=http://www.apache.org/licenses/LICENSE-2.0.html>Apache 2 licence</a>, without any warrantly</small></p>
</body>
</html>
|
play1-maven-plugin/play1-maven-plugin.github.io
|
external-apidocs/com/google/code/maven-play-plugin/org/playframework/play/1.4.1/play/templates/types/package-use.html
|
HTML
|
apache-2.0
| 4,287
|
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title>PHPXRef 0.7.1 : Unnamed Project : Function Reference: exact_length()</title>
<link rel="stylesheet" href="../sample.css" type="text/css">
<link rel="stylesheet" href="../sample-print.css" type="text/css" media="print">
<style id="hilight" type="text/css"></style>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000" link="#801800" vlink="#300540" alink="#ffffff">
<table class="pagetitle" width="100%">
<tr>
<td valign="top" class="pagetitle">
[ <a href="../index.html">Index</a> ]
</td>
<td align="right" class="pagetitle">
<h2 style="margin-bottom: 0px">PHP Cross Reference of Unnamed Project</h2>
</td>
</tr>
</table>
<!-- Generated by PHPXref 0.7.1 at Thu Oct 23 19:31:09 2014 -->
<!-- PHPXref (c) 2000-2010 Gareth Watts - gareth@omnipotent.net -->
<!-- http://phpxref.sourceforge.net/ -->
<script src="../phpxref.js" type="text/javascript"></script>
<script language="JavaScript" type="text/javascript">
<!--
ext='.html';
relbase='../';
subdir='_functions';
filename='index.html';
cookiekey='phpxref';
handleNavFrame(relbase, subdir, filename);
logFunction('exact_length');
// -->
</script>
<script language="JavaScript" type="text/javascript">
if (gwGetCookie('xrefnav')=='off')
document.write('<p class="navlinks">[ <a href="javascript:navOn()">Show Explorer<\/a> ]<\/p>');
else
document.write('<p class="navlinks">[ <a href="javascript:navOff()">Hide Explorer<\/a> ]<\/p>');
</script>
<noscript>
<p class="navlinks">
[ <a href="../nav.html" target="_top">Show Explorer</a> ]
[ <a href="index.html" target="_top">Hide Navbar</a> ]
</p>
</noscript>
[<a href="../index.html">Top level directory</a>]<br>
<script language="JavaScript" type="text/javascript">
<!--
document.writeln('<table align="right" class="searchbox-link"><tr><td><a class="searchbox-link" href="javascript:void(0)" onMouseOver="showSearchBox()">Search</a><br>');
document.writeln('<table border="0" cellspacing="0" cellpadding="0" class="searchbox" id="searchbox">');
document.writeln('<tr><td class="searchbox-title">');
document.writeln('<a class="searchbox-title" href="javascript:showSearchPopup()">Search History +</a>');
document.writeln('<\/td><\/tr>');
document.writeln('<tr><td class="searchbox-body" id="searchbox-body">');
document.writeln('<form name="search" style="margin:0px; padding:0px" onSubmit=\'return jump()\'>');
document.writeln('<a class="searchbox-body" href="../_classes/index.html">Class<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="classname"><br>');
document.writeln('<a id="funcsearchlink" class="searchbox-body" href="../_functions/index.html">Function<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="funcname"><br>');
document.writeln('<a class="searchbox-body" href="../_variables/index.html">Variable<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="varname"><br>');
document.writeln('<a class="searchbox-body" href="../_constants/index.html">Constant<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="constname"><br>');
document.writeln('<a class="searchbox-body" href="../_tables/index.html">Table<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="tablename"><br>');
document.writeln('<input type="submit" class="searchbox-button" value="Search">');
document.writeln('<\/form>');
document.writeln('<\/td><\/tr><\/table>');
document.writeln('<\/td><\/tr><\/table>');
// -->
</script>
<div id="search-popup" class="searchpopup"><p id="searchpopup-title" class="searchpopup-title">title</p><div id="searchpopup-body" class="searchpopup-body">Body</div><p class="searchpopup-close"><a href="javascript:gwCloseActive()">[close]</a></p></div>
<h3>Function and Method Cross Reference</h3>
<h2><a href="index.html#exact_length">exact_length()</a></h2>
<b>Defined at:</b><ul>
<li><a href="../system/libraries/Form_validation.php.html#exact_length">/system/libraries/Form_validation.php</a> -> <a onClick="logFunction('exact_length', '/system/libraries/Form_validation.php.source.html#l1011')" href="../system/libraries/Form_validation.php.source.html#l1011"> line 1011</a></li>
</ul>
<b>No references found.</b><br><br>
</ul>
<!-- A link to the phpxref site in your customized footer file is appreciated ;-) -->
<br><hr>
<table width="100%">
<tr><td>Generated: Thu Oct 23 19:31:09 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
|
codeigniter/_functions/exact_length.html
|
HTML
|
apache-2.0
| 4,722
|
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>IndefiniteQuantifierDetector.process - biomedicus-core</title>
<link rel="stylesheet" href="../../../style.css">
</HEAD>
<BODY>
<a href="../../index.html">biomedicus-core</a> / <a href="../index.html">edu.umn.biomedicus.measures</a> / <a href="index.html">IndefiniteQuantifierDetector</a> / <a href="./process.html">process</a><br/>
<br/>
<h1>process</h1>
<a name="edu.umn.biomedicus.measures.IndefiniteQuantifierDetector$process(edu.umn.nlpengine.Document)"></a>
<code><span class="keyword">fun </span><span class="identifier">process</span><span class="symbol">(</span><span class="identifier" id="edu.umn.biomedicus.measures.IndefiniteQuantifierDetector$process(edu.umn.nlpengine.Document)/document">document</span><span class="symbol">:</span> <span class="identifier">Document</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code>
</BODY>
</HTML>
|
NLPIE/BioMedICUS
|
doc/dokka/biomedicus-core/edu.umn.biomedicus.measures/-indefinite-quantifier-detector/process.html
|
HTML
|
apache-2.0
| 1,069
|
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>enquête</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Expires" content="86400">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<noscript>
<h2 style="color: #ff0000">Seems your browser doesn't support Javascript! Websocket relies on Javascript being enabled. Please enable Javascript
and reload this page!</h2>
</noscript>
<app-root>Loading...</app-root>
</body>
</html>
|
Elphelt/nichidai2016-1478501521511
|
client/nichidai2016/src/index.html
|
HTML
|
apache-2.0
| 552
|
---
layout: post
title: 球赛! 绿城 ---- 三连败
date: 2008-04-09 23:36:33.000000000 +09:30
type: post
published: true
status: publish
categories:
- My Life
tags:
- football
meta:
posturl_add_url: 'yes'
_edit_last: '1'
views: '862'
---
<p>因为阿甘上场比赛猜对,小葛评论了,所以每人拿到两张绿城队对成都队的比赛。时间晚上7:30</p>
<div>
<p>嘿嘿,又是免费的球赛看,幸福!</p>
<p>老实说比赛非常闷,不精彩啊!绿城还0:1输了!</p>
<p>但是喜欢球场的氛围,可以大声的呐喊,有激动和悲伤的感觉</p>
<p>不过为了下场的比赛球票,大家都还是写了球评:</p>
<p>--------------------</p>
<p>我的</p>
<p><span style="color: #ff6600;">绿城缺乏有效的得分手段,前场打法不够明确,缺少有效的致命性的传接。试想一个球队靠单人的突破如何成功;靠前场定位球,但又没有足够的桩柱式中锋如何进球;没有整体的配合如何取胜!</span></p>
<p><span style="color: #ff6600;">绿城想胜,我们也期待,球迷们当然支持绿城!但同时绿城的球员比较打起十二分的精神面对每一个对手,全力以赴的绿城不惧怕任何一个对手!</span></p>
<p><span style="color: #ff6600;">加油!绿城</span></p>
<p>----------------------</p>
<p>小鱼儿的</p>
<p><span style="color: #3366ff;">上半场,绿城两后卫防着都被进了一球.守门员在这场比赛压根没起啥作用。</p>
<p>比分定格在0:1.</p>
<p>下午场,连续几次打门,偏左偏右偏高,就是不中的。</p>
<p>绿城和成都的对抗赛,就是让人们体会啥叫弱字。</p>
<p>中场休息,浙江少年队出来show了下,大伙都给了掌声。希望是未来的希望,别再越长越弱。</p>
<p></span><span style="color: #3366ff;">临近结束,下课声断断续续的叫着...<img title="dvubb" src="http://qbbbs.zjol.com.cn/Skins/Default/emot/em01.gif" alt="图片点击可在新窗口打开查看" align="middle" border="0" /></span></p>
<p><span style="color: #3366ff;">ps:the Green fans is too impolite to the guest from chengduo. it is not a good phenomenon</span>.</p>
<p>------------------------------</p>
<p>阿甘的</p>
<p><span style="color: #800080;">两支球队奉献了一场无比乏味的比赛,在一场比较谁更烂的比赛中,绿城又一次赢得了头衔。这场比赛没有谁能真正组织起有效的进攻,上半场的进球,多少源于中后卫的大意,2个人防守的情况下,居然让对方前锋打进一个难度极大同时也无比精彩的进球。下半场从表面上看,绿城占据了主动,而事实上,并不是因为绿城组织了什么有效进攻,而是因为对手一球在手,收缩防守,绿城才得以压过半场,但是,所有的短传都是所谓的无效传球,没有真正有威胁的直传可以穿透对方防线。绿城选择的除了个人突破,就是漫无目的的传中,不知道一个没有中锋的球队,如何能够那么无休止的往禁区里起高球,最后的结果是,绿城没抢到一个头球攻门的机会,全部的传中都被后卫解围,才造成了看似局面热闹,其实毫无威胁的半场球。这种打法,如果在阿布在场上,有进攻支点的时候,也许会更有效,而就今天的情况而言,教练下半场的战术,显然浪费了下半场大把的控球时间。把对手阵型压扁在30米区域,完全使原本技术粗糙的绿城丧失了拉开空间的机会。绿城全场的威胁球全部源于禁区外远射,并且不是通过套路组织得到的机会,更多的是对方后卫解围出来顺势攻门,换言之,那是无奈之举。</span></p>
<p><span style="color: #800080;">今天卡利姆和马基表现积极,前者的突破非常见功力,后者仅有的几次传控,组织分球都展现了其开阔的视野和大局观。遗憾的是,前者的突破,更多是因为没队员接应的无奈选择,后者获得的机会依然太少。另外,丹乔按在边路的后果是:右边的后卫助攻完全瘫痪,这也是导致卡利姆一次次个人强突的重要原因。现代足球,哪怕是防守反击,后卫前插也是非常重要的手段,难以想象,绿城2个边只靠2个边前卫如何能够打开局面。</span></p>
<p><span style="color: #800080;">更难以想象的是,一支在同一时间永远只有一个人在踢球,没有配合,没有接应,没有合作的球队,如何能赢球。</span></p>
<p>----------------------</p>
<p><span style="color: #ff6600; font-size: x-large;"><strong>生活快乐</strong></span></p>
</div>
|
dbaeyes/dbaeyes.github.io
|
_posts/2008-04-09-the-game-greentown-three-losing-streak.html
|
HTML
|
apache-2.0
| 4,707
|
<!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>Welcome to Tinkermill Api’s documentation! — Tinkermill Api 0.01 documentation</title>
<link rel="stylesheet" href="_static/default.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: '0.01',
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="top" title="Tinkermill Api 0.01 documentation" href="#" />
<link rel="next" title="User guide" href="userGuide.html" />
</head>
<body>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="userGuide.html" title="User guide"
accesskey="N">next</a> |</li>
<li><a href="#">Tinkermill Api 0.01 documentation</a> »</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<div class="section" id="welcome-to-tinkermill-api-s-documentation">
<h1>Welcome to Tinkermill Api’s documentation!<a class="headerlink" href="#welcome-to-tinkermill-api-s-documentation" title="Permalink to this headline">¶</a></h1>
<p>Contents:</p>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="userGuide.html">User guide</a><ul>
<li class="toctree-l2"><a class="reference internal" href="userGuide.html#sample-code">Sample Code</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="developerGuide.html">Developer Guide</a><ul>
<li class="toctree-l2"><a class="reference internal" href="developerGuide.html#installation">Installation</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="developerGuide.html#module-webApi">Notes to developers</a></li>
</ul>
</div>
</div>
<div class="section" id="indices-and-tables">
<h1>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Permalink to this headline">¶</a></h1>
<ul class="simple">
<li><a class="reference internal" href="genindex.html"><em>Index</em></a></li>
<li><a class="reference internal" href="py-modindex.html"><em>Module Index</em></a></li>
<li><a class="reference internal" href="search.html"><em>Search Page</em></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar">
<div class="sphinxsidebarwrapper">
<h3><a href="#">Table Of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">Welcome to Tinkermill Api’s documentation!</a></li>
<li><a class="reference internal" href="#indices-and-tables">Indices and tables</a></li>
</ul>
<h4>Next topic</h4>
<p class="topless"><a href="userGuide.html"
title="next chapter">User guide</a></p>
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="_sources/index.txt"
rel="nofollow">Show Source</a></li>
</ul>
<div id="searchbox" style="display: none">
<h3>Quick search</h3>
<form class="search" action="search.html" method="get">
<input type="text" name="q" />
<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>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related">
<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="userGuide.html" title="User guide"
>next</a> |</li>
<li><a href="#">Tinkermill Api 0.01 documentation</a> »</li>
</ul>
</div>
<div class="footer">
© Copyright 2014, poepping.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.1.
</div>
</body>
</html>
|
TinkerMill/mms-server
|
docs/build/html/index.html
|
HTML
|
apache-2.0
| 5,131
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_112) on Thu Apr 06 08:02:43 MST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.wildfly.swarm.config.security.security_domain.mapping (Public javadocs 2017.4.0 API)</title>
<meta name="date" content="2017-04-06">
<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/config/security/security_domain/mapping/package-summary.html" target="classFrame">org.wildfly.swarm.config.security.security_domain.mapping</a></h1>
<div class="indexContainer">
<h2 title="Interfaces">Interfaces</h2>
<ul title="Interfaces">
<li><a href="MappingModuleConsumer.html" title="interface in org.wildfly.swarm.config.security.security_domain.mapping" target="classFrame"><span class="interfaceName">MappingModuleConsumer</span></a></li>
<li><a href="MappingModuleSupplier.html" title="interface in org.wildfly.swarm.config.security.security_domain.mapping" target="classFrame"><span class="interfaceName">MappingModuleSupplier</span></a></li>
</ul>
<h2 title="Classes">Classes</h2>
<ul title="Classes">
<li><a href="MappingModule.html" title="class in org.wildfly.swarm.config.security.security_domain.mapping" target="classFrame">MappingModule</a></li>
</ul>
</div>
</body>
</html>
|
wildfly-swarm/wildfly-swarm-javadocs
|
2017.4.0/apidocs/org/wildfly/swarm/config/security/security_domain/mapping/package-frame.html
|
HTML
|
apache-2.0
| 1,577
|
{% extends "zerver/portico_signup.html" %}
{% block customhead %}
{{ super() }}
<meta http-equiv="refresh" content="60;URL='/'">
{% endblock %}
{% block portico_content %}
<div class="app portico-page">
<div class="app-main portico-page-container center-block flex full-page account-creation new-style">
<div class="inline-block">
<div class="get-started">
<h1>{{ _("Deactivated organization") }}</h1>
</div>
<div class="white-box deactivated-realm-container">
<p>
{% trans %}
The organization you are trying to join, {{ deactivated_domain_name }}, has been deactivated.
{% endtrans %}
{% if deactivated_redirect %}
{% trans %}
It has moved to <a href="{{ deactivated_redirect }}">{{ deactivated_redirect }}</a>.
{% endtrans %}
{% endif %}
{% trans %}
Please contact <a href="mailto:{{ support_email }}">{{ support_email }}</a> to reactivate
this group.
{% endtrans %}
</p>
</div>
</div>
</div>
</div>
{% endblock %}
|
kou/zulip
|
templates/zerver/deactivated.html
|
HTML
|
apache-2.0
| 1,296
|
<!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_32) on Wed Jul 18 13:34:57 UTC 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<TITLE>
org.apache.solr.common Class Hierarchy (Solr 5.0-2012-07-18_13-07-53 API)
</TITLE>
<META NAME="date" CONTENT="2012-07-18">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.apache.solr.common Class Hierarchy (Solr 5.0-2012-07-18_13-07-53 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </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="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../org/apache/solr/client/solrj/util/package-tree.html"><B>PREV</B></A>
<A HREF="../../../../org/apache/solr/common/cloud/package-tree.html"><B>NEXT</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/apache/solr/common/package-tree.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-tree.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>
Hierarchy For Package org.apache.solr.common
</H2>
</CENTER>
<DL>
<DT><B>Package Hierarchies:</B><DD><A HREF="../../../../overview-tree.html">All Packages</A></DL>
<HR>
<H2>
Class Hierarchy
</H2>
<UL>
<LI TYPE="circle">java.lang.<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><B>Object</B></A><UL>
<LI TYPE="circle">java.util.<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/AbstractCollection.html?is-external=true" title="class or interface in java.util"><B>AbstractCollection</B></A><E> (implements java.util.<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A><E>)
<UL>
<LI TYPE="circle">java.util.<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/AbstractList.html?is-external=true" title="class or interface in java.util"><B>AbstractList</B></A><E> (implements java.util.<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A><E>)
<UL>
<LI TYPE="circle">java.util.<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util"><B>ArrayList</B></A><E> (implements java.lang.<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Cloneable.html?is-external=true" title="class or interface in java.lang">Cloneable</A>, java.util.<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A><E>, java.util.<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/RandomAccess.html?is-external=true" title="class or interface in java.util">RandomAccess</A>, java.io.<A HREF="http://download.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A>)
<UL>
<LI TYPE="circle">org.apache.solr.common.<A HREF="../../../../org/apache/solr/common/SolrDocumentList.html" title="class in org.apache.solr.common"><B>SolrDocumentList</B></A></UL>
</UL>
</UL>
<LI TYPE="circle">org.apache.solr.common.<A HREF="../../../../org/apache/solr/common/SolrDocument.html" title="class in org.apache.solr.common"><B>SolrDocument</B></A> (implements java.lang.<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</A><T>, java.util.<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A><K,V>, java.io.<A HREF="http://download.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A>)
<LI TYPE="circle">org.apache.solr.common.<A HREF="../../../../org/apache/solr/common/SolrInputDocument.html" title="class in org.apache.solr.common"><B>SolrInputDocument</B></A> (implements java.lang.<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</A><T>, java.util.<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A><K,V>, java.io.<A HREF="http://download.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A>)
<LI TYPE="circle">org.apache.solr.common.<A HREF="../../../../org/apache/solr/common/SolrInputField.html" title="class in org.apache.solr.common"><B>SolrInputField</B></A> (implements java.lang.<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</A><T>, java.io.<A HREF="http://download.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A>)
<LI TYPE="circle">java.lang.<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><B>Throwable</B></A> (implements java.io.<A HREF="http://download.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A>)
<UL>
<LI TYPE="circle">java.lang.<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang"><B>Exception</B></A><UL>
<LI TYPE="circle">java.lang.<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/RuntimeException.html?is-external=true" title="class or interface in java.lang"><B>RuntimeException</B></A><UL>
<LI TYPE="circle">org.apache.solr.common.<A HREF="../../../../org/apache/solr/common/SolrException.html" title="class in org.apache.solr.common"><B>SolrException</B></A></UL>
</UL>
</UL>
</UL>
</UL>
<H2>
Enum Hierarchy
</H2>
<UL>
<LI TYPE="circle">java.lang.<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><B>Object</B></A><UL>
<LI TYPE="circle">java.lang.<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang"><B>Enum</B></A><E> (implements java.lang.<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</A><T>, java.io.<A HREF="http://download.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A>)
<UL>
<LI TYPE="circle">org.apache.solr.common.<A HREF="../../../../org/apache/solr/common/SolrException.ErrorCode.html" title="enum in org.apache.solr.common"><B>SolrException.ErrorCode</B></A></UL>
</UL>
</UL>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </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="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../org/apache/solr/client/solrj/util/package-tree.html"><B>PREV</B></A>
<A HREF="../../../../org/apache/solr/common/cloud/package-tree.html"><B>NEXT</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/apache/solr/common/package-tree.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-tree.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>
<address>Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.</address>
<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>
</BODY>
</HTML>
|
normann/apache-solr
|
docs/api/solrj/org/apache/solr/common/package-tree.html
|
HTML
|
apache-2.0
| 12,328
|
<!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:07 UTC 2020 -->
<title>Uses of Class org.springframework.web.bind.annotation.RequestBody (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.bind.annotation.RequestBody (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/bind/annotation/RequestBody.html" title="annotation in org.springframework.web.bind.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/bind/annotation/class-use/RequestBody.html" target="_top">Frames</a></li>
<li><a href="RequestBody.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.bind.annotation.RequestBody" class="title">Uses of Class<br>org.springframework.web.bind.annotation.RequestBody</h2>
</div>
<div class="classUseContainer">No usage of org.springframework.web.bind.annotation.RequestBody</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/bind/annotation/RequestBody.html" title="annotation in org.springframework.web.bind.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/bind/annotation/class-use/RequestBody.html" target="_top">Frames</a></li>
<li><a href="RequestBody.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/bind/annotation/class-use/RequestBody.html
|
HTML
|
apache-2.0
| 4,808
|
<!DOCTYPE HTML>
<html xmlns:th="http://www.thymeleaf.org" xmlns:sec="http://www.thymeleaf.org/extras/spring-security">
<head>
<link rel="stylesheet" th:href="@{/webjars/open-iconic/1.1.1/font/css/open-iconic-bootstrap.min.css}"/>
<link rel="stylesheet" th:href="@{/css/customization.css}"/>
<link rel="stylesheet" th:href="@{/webjars/bootstrap/4.6.0/dist/css/bootstrap.min.css}"/>
<title>RabbitMQ :: Queue Management</title>
<base th:href="@{/}">
<link rel="icon" type="image/x-icon" href="./favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body class="bg-light">
<div th:replace="fragments/navbar"/>
<div class="container main">
<div class="row">
<div class="col-12">
<h1>All Queues</h1>
<div class="message-panel"/>
<div th:if="${#lists.isEmpty(queues)}" class="alert alert-warning" role="alert">
<strong>Warning!</strong> No queues are available. Check your configuration
</div>
<table th:if="${not #lists.isEmpty(queues)}" class="table table-bordered table-sm mt-4">
<thead class="thead-light">
<tr>
<th rowspan="2">Vhost</th>
<th rowspan="2">Name</th>
<th rowspan="2">State</th>
<th rowspan="2">Consumers</th>
<th colspan="3">Messages</th>
<th rowspan="2">Attributes</th>
</tr>
<tr>
<th>Total</th>
<th>Ready</th>
<th>Unacknowledged</th>
</tr>
</thead>
<tbody>
<tr th:each="queue : ${queues}">
<td th:text="${queue.vhost}"></td>
<td><a th:href="@{/messages(queue=${queue.name},vhost=${queue.vhost})}" th:text="${queue.name}">}</a></td>
<td th:text="${queue.state}"></td>
<td th:text="${queue.consumers}"></td>
<td th:text="${queue.messages}"></td>
<td th:text="${queue.messagesReady}"></td>
<td th:text="${queue.messagesUnacknowledged}"></td>
<td>
<span th:if="${queue.durable}" class="badge badge-success">D</span>
<span th:if="${queue.isDeadLetterExchangeConfigured()}" class="badge badge-secondary">DLX</span>
<span th:if="${queue.isDeadLetterRoutingKeyConfigured()}" class="badge badge-secondary">DLK</span>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</body>
</html>
|
gessnerfl/rabbitmq-queue-management
|
src/main/resources/templates/index.html
|
HTML
|
apache-2.0
| 2,217
|
<template name="Footer">
<footer>
<div class="container">
<p style="margin: 10px" class="text-center text-muted">
Sy Morikawa made this <br />
University of Hawaii<br />
Honolulu, HI 96822
</p>
</div>
</footer>
</template>
|
symorikawa/digits
|
app/client/templates/application/Footer.html
|
HTML
|
apache-2.0
| 270
|
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
<title>NGSI Updater</title>
<!-- CSS -->
<link type="text/css" rel="stylesheet" href="css/style.css" />
<!-- JS -->
<script type="text/javascript" src="js/main.js"></script>
</head>
<body>
</body>
</html>
|
wirecloud-fiware/ngsi-updater-widget
|
src/index.html
|
HTML
|
apache-2.0
| 420
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Thu Apr 10 11:52:58 CEST 2014 -->
<title>Operator</title>
<meta name="date" content="2014-04-10">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Operator";
}
//-->
</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="../JSHOP2/package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li><a href="../index-all.html">Index</a></li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../JSHOP2/NumberedPredicate.html" title="class in JSHOP2"><span class="strong">Prev Class</span></a></li>
<li><a href="../JSHOP2/Plan.html" title="class in JSHOP2"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?JSHOP2/Operator.html" target="_top">Frames</a></li>
<li><a href="Operator.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#field_summary">Field</a> | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#field_detail">Field</a> | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">JSHOP2</div>
<h2 title="Class Operator" class="title">Class Operator</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li><a href="../JSHOP2/DomainElement.html" title="class in JSHOP2">JSHOP2.DomainElement</a></li>
<li>
<ul class="inheritance">
<li>JSHOP2.Operator</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public abstract class <span class="strong">Operator</span>
extends <a href="../JSHOP2/DomainElement.html" title="class in JSHOP2">DomainElement</a></pre>
<div class="block">Each operator at run time is represented as a class derived from this
abstract class.</div>
<dl><dt><span class="strong">Version:</span></dt>
<dd>1.0.3</dd>
<dt><span class="strong">Author:</span></dt>
<dd>Okhtay Ilghami, <a href="http://www.cs.umd.edu/~okhtay">http://www.cs.umd.edu/~okhtay</a></dd></dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private <a href="../JSHOP2/DelAddElement.html" title="class in JSHOP2">DelAddElement</a>[]</code></td>
<td class="colLast"><code><strong><a href="../JSHOP2/Operator.html#add">add</a></strong></code>
<div class="block">Represents the add list in case it is a real list and not a variable.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private int</code></td>
<td class="colLast"><code><strong><a href="../JSHOP2/Operator.html#addVarIdx">addVarIdx</a></strong></code>
<div class="block">Represents the add list in case it is a variable (The integer value
represents variable's index), otherwise it is -1.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private <a href="../JSHOP2/Term.html" title="class in JSHOP2">Term</a></code></td>
<td class="colLast"><code><strong><a href="../JSHOP2/Operator.html#cost">cost</a></strong></code>
<div class="block">Cost of this operator.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private <a href="../JSHOP2/DelAddElement.html" title="class in JSHOP2">DelAddElement</a>[]</code></td>
<td class="colLast"><code><strong><a href="../JSHOP2/Operator.html#del">del</a></strong></code>
<div class="block">Represents the delete list in case it is a real list and not a variable.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private int</code></td>
<td class="colLast"><code><strong><a href="../JSHOP2/Operator.html#delVarIdx">delVarIdx</a></strong></code>
<div class="block">Represents the delete list in case it is a variable (The integer value
represents variable's index), otherwise it is -1.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../JSHOP2/Operator.html#Operator(JSHOP2.Predicate, int, int, JSHOP2.Term)">Operator</a></strong>(<a href="../JSHOP2/Predicate.html" title="class in JSHOP2">Predicate</a> head,
int delVarIdxIn,
int addVarIdxIn,
<a href="../JSHOP2/Term.html" title="class in JSHOP2">Term</a> costIn)</code>
<div class="block">To initialize the operator.</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>boolean</code></td>
<td class="colLast"><code><strong><a href="../JSHOP2/Operator.html#apply(JSHOP2.Term[], JSHOP2.State, java.util.Vector[])">apply</a></strong>(<a href="../JSHOP2/Term.html" title="class in JSHOP2">Term</a>[] binding,
<a href="../JSHOP2/State.html" title="class in JSHOP2">State</a> s,
java.util.Vector[] delAdd)</code>
<div class="block">This function is used to apply this operator to a given state.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><code><strong><a href="../JSHOP2/Operator.html#getCost(JSHOP2.Term[])">getCost</a></strong>(<a href="../JSHOP2/Term.html" title="class in JSHOP2">Term</a>[] binding)</code>
<div class="block">To get the cost of this operator.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../JSHOP2/Operator.html#setAdd(JSHOP2.DelAddElement[])">setAdd</a></strong>(<a href="../JSHOP2/DelAddElement.html" title="class in JSHOP2">DelAddElement</a>[] addIn)</code>
<div class="block">To set the add list.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../JSHOP2/Operator.html#setDel(JSHOP2.DelAddElement[])">setDel</a></strong>(<a href="../JSHOP2/DelAddElement.html" title="class in JSHOP2">DelAddElement</a>[] delIn)</code>
<div class="block">To set the delete list.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_JSHOP2.DomainElement">
<!-- -->
</a>
<h3>Methods inherited from class JSHOP2.<a href="../JSHOP2/DomainElement.html" title="class in JSHOP2">DomainElement</a></h3>
<code><a href="../JSHOP2/DomainElement.html#getHead()">getHead</a>, <a href="../JSHOP2/DomainElement.html#getIterator(JSHOP2.Term[], int)">getIterator</a>, <a href="../JSHOP2/DomainElement.html#unify(JSHOP2.Predicate)">unify</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="add">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>add</h4>
<pre>private <a href="../JSHOP2/DelAddElement.html" title="class in JSHOP2">DelAddElement</a>[] add</pre>
<div class="block">Represents the add list in case it is a real list and not a variable.</div>
</li>
</ul>
<a name="addVarIdx">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addVarIdx</h4>
<pre>private int addVarIdx</pre>
<div class="block">Represents the add list in case it is a variable (The integer value
represents variable's index), otherwise it is -1.</div>
</li>
</ul>
<a name="cost">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>cost</h4>
<pre>private <a href="../JSHOP2/Term.html" title="class in JSHOP2">Term</a> cost</pre>
<div class="block">Cost of this operator.</div>
</li>
</ul>
<a name="del">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>del</h4>
<pre>private <a href="../JSHOP2/DelAddElement.html" title="class in JSHOP2">DelAddElement</a>[] del</pre>
<div class="block">Represents the delete list in case it is a real list and not a variable.</div>
</li>
</ul>
<a name="delVarIdx">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>delVarIdx</h4>
<pre>private int delVarIdx</pre>
<div class="block">Represents the delete list in case it is a variable (The integer value
represents variable's index), otherwise it is -1.</div>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="Operator(JSHOP2.Predicate, int, int, JSHOP2.Term)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>Operator</h4>
<pre>public Operator(<a href="../JSHOP2/Predicate.html" title="class in JSHOP2">Predicate</a> head,
int delVarIdxIn,
int addVarIdxIn,
<a href="../JSHOP2/Term.html" title="class in JSHOP2">Term</a> costIn)</pre>
<div class="block">To initialize the operator.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>head</code> - head of the operator.</dd><dd><code>delVarIdxIn</code> - the index of the delete list as a variable, -1 if the delete list
is not a variable.</dd><dd><code>addVarIdxIn</code> - the index of the add list as a variable, -1 if the add list is
not a variable.</dd><dd><code>costIn</code> - the cost of the operator.</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="apply(JSHOP2.Term[], JSHOP2.State, java.util.Vector[])">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>apply</h4>
<pre>public boolean apply(<a href="../JSHOP2/Term.html" title="class in JSHOP2">Term</a>[] binding,
<a href="../JSHOP2/State.html" title="class in JSHOP2">State</a> s,
java.util.Vector[] delAdd)</pre>
<div class="block">This function is used to apply this operator to a given state.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>binding</code> - the current binding.</dd><dd><code>s</code> - current state of the world.</dd><dd><code>delAdd</code> - a 4-member array of type <code>Vector</code> used to keep track
of the atoms and protections deleted from and added to the
current state of the world as the result of applying this
operator. This data can be used later in case of a backtrack to
undo these changes.</dd>
<dt><span class="strong">Returns:</span></dt><dd><code>true</code> if the operator was applicable,
<code>false</code> otherwise. An operator is not applicable when
at least one of the atoms it tries to delete is protected.</dd></dl>
</li>
</ul>
<a name="getCost(JSHOP2.Term[])">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCost</h4>
<pre>public double getCost(<a href="../JSHOP2/Term.html" title="class in JSHOP2">Term</a>[] binding)</pre>
<div class="block">To get the cost of this operator.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>binding</code> - the binding to be applied to the cost term.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the cost of applying this operator.</dd></dl>
</li>
</ul>
<a name="setAdd(JSHOP2.DelAddElement[])">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setAdd</h4>
<pre>public void setAdd(<a href="../JSHOP2/DelAddElement.html" title="class in JSHOP2">DelAddElement</a>[] addIn)</pre>
<div class="block">To set the add list.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>addIn</code> - the add list.</dd></dl>
</li>
</ul>
<a name="setDel(JSHOP2.DelAddElement[])">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>setDel</h4>
<pre>public void setDel(<a href="../JSHOP2/DelAddElement.html" title="class in JSHOP2">DelAddElement</a>[] delIn)</pre>
<div class="block">To set the delete list.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>delIn</code> - the delete list.</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="../JSHOP2/package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li><a href="../index-all.html">Index</a></li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../JSHOP2/NumberedPredicate.html" title="class in JSHOP2"><span class="strong">Prev Class</span></a></li>
<li><a href="../JSHOP2/Plan.html" title="class in JSHOP2"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?JSHOP2/Operator.html" target="_top">Frames</a></li>
<li><a href="Operator.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#field_summary">Field</a> | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#field_detail">Field</a> | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
jormunmor/doctorado
|
JSHOP2/doc/JSHOP2/Operator.html
|
HTML
|
apache-2.0
| 17,328
|
<?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>TimesOnInt - ScalaTest 2.1.7 - org.scalautils.TimesOnInt</title>
<meta name="description" content="TimesOnInt - ScalaTest 2.1.7 - org.scalautils.TimesOnInt" />
<meta name="keywords" content="TimesOnInt ScalaTest 2.1.7 org.scalautils.TimesOnInt" />
<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.scalautils.TimesOnInt$';
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="value">
<!-- Top of doc.scalatest.org [javascript] -->
<script type="text/javascript">
var rnd = window.rnd || Math.floor(Math.random()*10e6);
var pid204546 = window.pid204546 || rnd;
var plc204546 = window.plc204546 || 0;
var abkw = window.abkw || '';
var absrc = 'http://ab167933.adbutler-ikon.com/adserve/;ID=167933;size=468x60;setID=204546;type=js;sw='+screen.width+';sh='+screen.height+';spr='+window.devicePixelRatio+';kw='+abkw+';pid='+pid204546+';place='+(plc204546++)+';rnd='+rnd+';click=CLICK_MACRO_PLACEHOLDER';
document.write('<scr'+'ipt src="'+absrc+'" type="text/javascript"></scr'+'ipt>');
</script>
<div id="definition">
<a href="TimesOnInt.html" title="Go to companion"><img src="../../lib/object_to_trait_big.png" /></a>
<p id="owner"><a href="../package.html" class="extype" name="org">org</a>.<a href="package.html" class="extype" name="org.scalautils">scalautils</a></p>
<h1><a href="TimesOnInt.html" title="Go to companion">TimesOnInt</a></h1>
</div>
<h4 id="signature" class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">object</span>
</span>
<span class="symbol">
<span class="name">TimesOnInt</span><span class="result"> extends <a href="TimesOnInt.html" class="extype" name="org.scalautils.TimesOnInt">TimesOnInt</a></span>
</span>
</h4>
<div id="comment" class="fullcommenttop"><div class="comment cmt"><p>Companion object that facilitates the importing of <code>TimesOnInt</code> members as an alternative to mixing it in.</p><p>One use case of this companion object is to import <code>TimesOnInt</code> members so you can use them in the Scala interpreter.
Here's an example:</p><p><pre class="stREPL">
scala> import org.scalatest.TimesOnInt._
import org.scalatest.TimesOnInt._</p><p>scala> 3 times println("Hello again, world!")
Hello again, world!
Hello again, world!
Hello again, world!
</pre>
</p></div><dl class="attributes block"> <dt>Source</dt><dd><a href="https://github.com/scalatest/scalatest/tree/release-2.1.7-for-scala-2.10/src/main/scala/org/scalautils/TimesOnInt.scala" target="_blank">TimesOnInt.scala</a></dd></dl><div class="toggleContainer block">
<span class="toggle">Linear Supertypes</span>
<div class="superTypes hiddenContent"><a href="TimesOnInt.html" class="extype" name="org.scalautils.TimesOnInt">TimesOnInt</a>, <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.scalautils.TimesOnInt"><span>TimesOnInt</span></li><li class="in" name="org.scalautils.TimesOnInt"><span>TimesOnInt</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="org.scalautils.TimesOnInt.Repeater" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped">
<a id="RepeaterextendsAnyRef"></a>
<a id="Repeater:Repeater"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">class</span>
</span>
<span class="symbol">
<a href="TimesOnInt$Repeater.html"><span class="name">Repeater</span></a><span class="result"> extends <span class="extype" name="scala.AnyRef">AnyRef</span></span>
</span>
</h4>
<p class="comment cmt">Class used via an implicit conversion to enable a <code>times</code> method to be invoked
on <code>Int</code>s to repeat a given side-effecting operation multiple times.</p>
</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="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.scalautils.TimesOnInt#convertIntToRepeater" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="convertIntToRepeater(num:Int):TimesOnInt.this.Repeater"></a>
<a id="convertIntToRepeater(Int):Repeater"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">implicit </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">convertIntToRepeater</span><span class="params">(<span name="num">num: <span class="extype" name="scala.Int">Int</span></span>)</span><span class="result">: <a href="#RepeaterextendsAnyRef" class="extmbr" name="org.scalautils.TimesOnInt.Repeater">Repeater</a></span>
</span>
</h4>
<p class="shortcomment cmt">Implicit conversion that adds a <code>times</code> method to <code>Int</code>s that
will repeat a given side-effecting operation multiple times.</p><div class="fullcomment"><div class="comment cmt"><p>Implicit conversion that adds a <code>times</code> method to <code>Int</code>s that
will repeat a given side-effecting operation multiple times.
</p></div><dl class="paramcmts block"><dt class="param">num</dt><dd class="cmt"><p>the integer to which the <code>times</code> method will be added.
</p></dd></dl><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="TimesOnInt.html" class="extype" name="org.scalautils.TimesOnInt">TimesOnInt</a></dd></dl></div>
</li><li name="scala.AnyRef#eq" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="eq(x$1:AnyRef):Boolean"></a>
<a id="eq(AnyRef):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">eq</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#equals" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="equals(x$1:Any):Boolean"></a>
<a id="equals(Any):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">equals</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef#finalize" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="finalize():Unit"></a>
<a id="finalize():Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">()</span>
</dd></dl></div>
</li><li name="scala.AnyRef#getClass" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="getClass():Class[_]"></a>
<a id="getClass():Class[_]"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef#hashCode" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="hashCode():Int"></a>
<a id="hashCode():Int"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">hashCode</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.Any#isInstanceOf" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="isInstanceOf[T0]:Boolean"></a>
<a id="isInstanceOf[T0]:Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">isInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li name="scala.AnyRef#ne" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="ne(x$1:AnyRef):Boolean"></a>
<a id="ne(AnyRef):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">ne</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#notify" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notify():Unit"></a>
<a id="notify():Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#notifyAll" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notifyAll():Unit"></a>
<a id="notifyAll():Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#synchronized" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="synchronized[T0](x$1:=>T0):T0"></a>
<a id="synchronized[T0](⇒T0):T0"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">synchronized</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="params">(<span name="arg0">arg0: ⇒ <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span>)</span><span class="result">: <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#toString" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="toString():String"></a>
<a id="toString():String"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">toString</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.String">String</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="wait():Unit"></a>
<a id="wait():Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">()</span>
</dd></dl></div>
</li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="wait(x$1:Long,x$2:Int):Unit"></a>
<a id="wait(Long,Int):Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>, <span name="arg1">arg1: <span class="extype" name="scala.Int">Int</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">()</span>
</dd></dl></div>
</li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="wait(x$1:Long):Unit"></a>
<a id="wait(Long):Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">()</span>
</dd></dl></div>
</li></ol>
</div>
</div>
<div id="inheritedMembers">
<div class="parent" name="org.scalautils.TimesOnInt">
<h3>Inherited from <a href="TimesOnInt.html" class="extype" name="org.scalautils.TimesOnInt">TimesOnInt</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>
</html>
|
scalatest/scalatest-website
|
public/scaladoc/2.1.7/org/scalautils/TimesOnInt$.html
|
HTML
|
apache-2.0
| 25,656
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (version 1.7.0_03) on Wed Jan 23 11:58:19 CET 2013 -->
<title>D-Index</title>
<meta name="date" content="2013-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="D-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="../overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-3.html">Prev Letter</a></li>
<li><a href="index-5.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-filesindex-4.html" target="_top">Frames</a></li>
<li><a href="index-4.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">G</a> <a href="index-7.html">H</a> <a href="index-8.html">I</a> <a href="index-9.html">J</a> <a href="index-10.html">M</a> <a href="index-11.html">O</a> <a href="index-12.html">P</a> <a href="index-13.html">S</a> <a href="index-14.html">T</a> <a href="index-15.html">U</a> <a href="index-16.html">W</a> <a href="index-17.html">X</a> <a href="index-18.html">Y</a> <a href="index-19.html">Z</a> <a href="index-20.html">_</a> <a name="_D_">
<!-- -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><a href="../antares/zomblind/out/debug.html" title="class in antares.zomblind.out"><span class="strong">debug</span></a> - Class in <a href="../antares/zomblind/out/package-summary.html">antares.zomblind.out</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../antares/zomblind/out/debug.html#debug(Context)">debug(Context)</a></span> - Constructor for class antares.zomblind.out.<a href="../antares/zomblind/out/debug.html" title="class in antares.zomblind.out">debug</a></dt>
<dd> </dd>
</dl>
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">G</a> <a href="index-7.html">H</a> <a href="index-8.html">I</a> <a href="index-9.html">J</a> <a href="index-10.html">M</a> <a href="index-11.html">O</a> <a href="index-12.html">P</a> <a href="index-13.html">S</a> <a href="index-14.html">T</a> <a href="index-15.html">U</a> <a href="index-16.html">W</a> <a href="index-17.html">X</a> <a href="index-18.html">Y</a> <a href="index-19.html">Z</a> <a href="index-20.html">_</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="../overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-3.html">Prev Letter</a></li>
<li><a href="index-5.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-filesindex-4.html" target="_top">Frames</a></li>
<li><a href="index-4.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>
|
deantares/zomblind
|
zomblind/doc/index-files/index-4.html
|
HTML
|
apache-2.0
| 5,452
|
<!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.servlet.cache.HttpCacheHeaderUtil (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.servlet.cache.HttpCacheHeaderUtil (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/servlet/cache/HttpCacheHeaderUtil.html" title="class in org.apache.solr.servlet.cache">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/servlet/cache//class-useHttpCacheHeaderUtil.html" target="_top">FRAMES</a></li>
<li><a href="HttpCacheHeaderUtil.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.servlet.cache.HttpCacheHeaderUtil" class="title">Uses of Class<br>org.apache.solr.servlet.cache.HttpCacheHeaderUtil</h2>
</div>
<div class="classUseContainer">No usage of org.apache.solr.servlet.cache.HttpCacheHeaderUtil</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/servlet/cache/HttpCacheHeaderUtil.html" title="class in org.apache.solr.servlet.cache">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/servlet/cache//class-useHttpCacheHeaderUtil.html" target="_top">FRAMES</a></li>
<li><a href="HttpCacheHeaderUtil.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/servlet/cache/class-use/HttpCacheHeaderUtil.html
|
HTML
|
apache-2.0
| 5,063
|
<div>
<div summernote config="summernoteConfig" ng-model="component.properties.html"></div>
</div>
|
wengwh/plumdo-work
|
html/form-modeler/app/views/property/property-html.html
|
HTML
|
apache-2.0
| 100
|
<!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_55) on Sun Oct 26 05:56:47 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>Uses of Class org.apache.solr.handler.dataimport.CachePropertyUtil (Solr 4.10.2 API)</title>
<meta name="date" content="2014-10-26">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.solr.handler.dataimport.CachePropertyUtil (Solr 4.10.2 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/apache/solr/handler/dataimport/CachePropertyUtil.html" title="class in org.apache.solr.handler.dataimport">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/solr/handler/dataimport/class-use/CachePropertyUtil.html" target="_top">Frames</a></li>
<li><a href="CachePropertyUtil.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.solr.handler.dataimport.CachePropertyUtil" class="title">Uses of Class<br>org.apache.solr.handler.dataimport.CachePropertyUtil</h2>
</div>
<div class="classUseContainer">No usage of org.apache.solr.handler.dataimport.CachePropertyUtil</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/apache/solr/handler/dataimport/CachePropertyUtil.html" title="class in org.apache.solr.handler.dataimport">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/solr/handler/dataimport/class-use/CachePropertyUtil.html" target="_top">Frames</a></li>
<li><a href="CachePropertyUtil.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>
|
eissac/solr4sentiment
|
docs/solr-dataimporthandler/org/apache/solr/handler/dataimport/class-use/CachePropertyUtil.html
|
HTML
|
apache-2.0
| 4,967
|
<!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 Fri May 31 12:12:39 WEST 2013 -->
<TITLE>
Uses of Package net.floodlightcontroller.core
</TITLE>
<META NAME="date" CONTENT="2013-05-31">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Package net.floodlightcontroller.core";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?net/floodlightcontroller/core/package-use.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Package<br>net.floodlightcontroller.core</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="../../../net/floodlightcontroller/core/package-summary.html">net.floodlightcontroller.core</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#net.floodlightcontroller.core"><B>net.floodlightcontroller.core</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#net.floodlightcontroller.core.internal"><B>net.floodlightcontroller.core.internal</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#net.floodlightcontroller.core.types"><B>net.floodlightcontroller.core.types</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#net.floodlightcontroller.core.util"><B>net.floodlightcontroller.core.util</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#net.floodlightcontroller.core.web"><B>net.floodlightcontroller.core.web</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#net.floodlightcontroller.counter"><B>net.floodlightcontroller.counter</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#net.floodlightcontroller.devicemanager"><B>net.floodlightcontroller.devicemanager</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#net.floodlightcontroller.devicemanager.internal"><B>net.floodlightcontroller.devicemanager.internal</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#net.floodlightcontroller.firewall"><B>net.floodlightcontroller.firewall</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#net.floodlightcontroller.flowcache"><B>net.floodlightcontroller.flowcache</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#net.floodlightcontroller.forwarding"><B>net.floodlightcontroller.forwarding</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#net.floodlightcontroller.hub"><B>net.floodlightcontroller.hub</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#net.floodlightcontroller.learningswitch"><B>net.floodlightcontroller.learningswitch</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#net.floodlightcontroller.linkdiscovery.internal"><B>net.floodlightcontroller.linkdiscovery.internal</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#net.floodlightcontroller.loadbalancer"><B>net.floodlightcontroller.loadbalancer</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#net.floodlightcontroller.perfmon"><B>net.floodlightcontroller.perfmon</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#net.floodlightcontroller.routing"><B>net.floodlightcontroller.routing</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#net.floodlightcontroller.staticflowentry"><B>net.floodlightcontroller.staticflowentry</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#net.floodlightcontroller.topology"><B>net.floodlightcontroller.topology</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#net.floodlightcontroller.util"><B>net.floodlightcontroller.util</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#net.floodlightcontroller.virtualnetwork"><B>net.floodlightcontroller.virtualnetwork</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.openflow.protocol"><B>org.openflow.protocol</B></A></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<A NAME="net.floodlightcontroller.core"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Classes in <A HREF="../../../net/floodlightcontroller/core/package-summary.html">net.floodlightcontroller.core</A> used by <A HREF="../../../net/floodlightcontroller/core/package-summary.html">net.floodlightcontroller.core</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/FloodlightContext.html#net.floodlightcontroller.core"><B>FloodlightContext</B></A></B>
<BR>
This is a context object where floodlight listeners can register
and later retrieve context information associated with an
event</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/FloodlightContextStore.html#net.floodlightcontroller.core"><B>FloodlightContextStore</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IFloodlightProviderService.html#net.floodlightcontroller.core"><B>IFloodlightProviderService</B></A></B>
<BR>
The interface exposed by the core bundle that allows you to interact
with connected switches.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IFloodlightProviderService.Role.html#net.floodlightcontroller.core"><B>IFloodlightProviderService.Role</B></A></B>
<BR>
The role of the controller as used by the OF 1.2 and OVS failover and
load-balancing mechanism.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IHAListener.html#net.floodlightcontroller.core"><B>IHAListener</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IInfoProvider.html#net.floodlightcontroller.core"><B>IInfoProvider</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IListener.html#net.floodlightcontroller.core"><B>IListener</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IListener.Command.html#net.floodlightcontroller.core"><B>IListener.Command</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IOFMessageFilterManagerService.html#net.floodlightcontroller.core"><B>IOFMessageFilterManagerService</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IOFMessageListener.html#net.floodlightcontroller.core"><B>IOFMessageListener</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IOFSwitch.html#net.floodlightcontroller.core"><B>IOFSwitch</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IOFSwitch.OFPortType.html#net.floodlightcontroller.core"><B>IOFSwitch.OFPortType</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IOFSwitchDriver.html#net.floodlightcontroller.core"><B>IOFSwitchDriver</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IOFSwitchListener.html#net.floodlightcontroller.core"><B>IOFSwitchListener</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/OFMessageFilterManager.html#net.floodlightcontroller.core"><B>OFMessageFilterManager</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/OFMessageFilterManager.FilterResult.html#net.floodlightcontroller.core"><B>OFMessageFilterManager.FilterResult</B></A></B>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="net.floodlightcontroller.core.internal"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Classes in <A HREF="../../../net/floodlightcontroller/core/package-summary.html">net.floodlightcontroller.core</A> used by <A HREF="../../../net/floodlightcontroller/core/internal/package-summary.html">net.floodlightcontroller.core.internal</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/FloodlightContext.html#net.floodlightcontroller.core.internal"><B>FloodlightContext</B></A></B>
<BR>
This is a context object where floodlight listeners can register
and later retrieve context information associated with an
event</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IFloodlightProviderService.html#net.floodlightcontroller.core.internal"><B>IFloodlightProviderService</B></A></B>
<BR>
The interface exposed by the core bundle that allows you to interact
with connected switches.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IFloodlightProviderService.Role.html#net.floodlightcontroller.core.internal"><B>IFloodlightProviderService.Role</B></A></B>
<BR>
The role of the controller as used by the OF 1.2 and OVS failover and
load-balancing mechanism.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IHAListener.html#net.floodlightcontroller.core.internal"><B>IHAListener</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IInfoProvider.html#net.floodlightcontroller.core.internal"><B>IInfoProvider</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IOFMessageListener.html#net.floodlightcontroller.core.internal"><B>IOFMessageListener</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IOFSwitch.html#net.floodlightcontroller.core.internal"><B>IOFSwitch</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IOFSwitch.OFPortType.html#net.floodlightcontroller.core.internal"><B>IOFSwitch.OFPortType</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IOFSwitchDriver.html#net.floodlightcontroller.core.internal"><B>IOFSwitchDriver</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IOFSwitchListener.html#net.floodlightcontroller.core.internal"><B>IOFSwitchListener</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/OFSwitchBase.html#net.floodlightcontroller.core.internal"><B>OFSwitchBase</B></A></B>
<BR>
This is the internal representation of an openflow switch.</TD>
</TR>
</TABLE>
<P>
<A NAME="net.floodlightcontroller.core.types"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Classes in <A HREF="../../../net/floodlightcontroller/core/package-summary.html">net.floodlightcontroller.core</A> used by <A HREF="../../../net/floodlightcontroller/core/types/package-summary.html">net.floodlightcontroller.core.types</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IOFSwitch.html#net.floodlightcontroller.core.types"><B>IOFSwitch</B></A></B>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="net.floodlightcontroller.core.util"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Classes in <A HREF="../../../net/floodlightcontroller/core/package-summary.html">net.floodlightcontroller.core</A> used by <A HREF="../../../net/floodlightcontroller/core/util/package-summary.html">net.floodlightcontroller.core.util</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IListener.html#net.floodlightcontroller.core.util"><B>IListener</B></A></B>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="net.floodlightcontroller.core.web"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Classes in <A HREF="../../../net/floodlightcontroller/core/package-summary.html">net.floodlightcontroller.core</A> used by <A HREF="../../../net/floodlightcontroller/core/web/package-summary.html">net.floodlightcontroller.core.web</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IFloodlightProviderService.Role.html#net.floodlightcontroller.core.web"><B>IFloodlightProviderService.Role</B></A></B>
<BR>
The role of the controller as used by the OF 1.2 and OVS failover and
load-balancing mechanism.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IOFSwitch.html#net.floodlightcontroller.core.web"><B>IOFSwitch</B></A></B>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="net.floodlightcontroller.counter"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Classes in <A HREF="../../../net/floodlightcontroller/core/package-summary.html">net.floodlightcontroller.core</A> used by <A HREF="../../../net/floodlightcontroller/counter/package-summary.html">net.floodlightcontroller.counter</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IOFSwitch.html#net.floodlightcontroller.counter"><B>IOFSwitch</B></A></B>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="net.floodlightcontroller.devicemanager"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Classes in <A HREF="../../../net/floodlightcontroller/core/package-summary.html">net.floodlightcontroller.core</A> used by <A HREF="../../../net/floodlightcontroller/devicemanager/package-summary.html">net.floodlightcontroller.devicemanager</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/FloodlightContextStore.html#net.floodlightcontroller.devicemanager"><B>FloodlightContextStore</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IListener.html#net.floodlightcontroller.devicemanager"><B>IListener</B></A></B>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="net.floodlightcontroller.devicemanager.internal"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Classes in <A HREF="../../../net/floodlightcontroller/core/package-summary.html">net.floodlightcontroller.core</A> used by <A HREF="../../../net/floodlightcontroller/devicemanager/internal/package-summary.html">net.floodlightcontroller.devicemanager.internal</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/FloodlightContext.html#net.floodlightcontroller.devicemanager.internal"><B>FloodlightContext</B></A></B>
<BR>
This is a context object where floodlight listeners can register
and later retrieve context information associated with an
event</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IFloodlightProviderService.html#net.floodlightcontroller.devicemanager.internal"><B>IFloodlightProviderService</B></A></B>
<BR>
The interface exposed by the core bundle that allows you to interact
with connected switches.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IFloodlightProviderService.Role.html#net.floodlightcontroller.devicemanager.internal"><B>IFloodlightProviderService.Role</B></A></B>
<BR>
The role of the controller as used by the OF 1.2 and OVS failover and
load-balancing mechanism.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IHAListener.html#net.floodlightcontroller.devicemanager.internal"><B>IHAListener</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IInfoProvider.html#net.floodlightcontroller.devicemanager.internal"><B>IInfoProvider</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IListener.html#net.floodlightcontroller.devicemanager.internal"><B>IListener</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IListener.Command.html#net.floodlightcontroller.devicemanager.internal"><B>IListener.Command</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IOFMessageListener.html#net.floodlightcontroller.devicemanager.internal"><B>IOFMessageListener</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IOFSwitch.html#net.floodlightcontroller.devicemanager.internal"><B>IOFSwitch</B></A></B>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="net.floodlightcontroller.firewall"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Classes in <A HREF="../../../net/floodlightcontroller/core/package-summary.html">net.floodlightcontroller.core</A> used by <A HREF="../../../net/floodlightcontroller/firewall/package-summary.html">net.floodlightcontroller.firewall</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/FloodlightContext.html#net.floodlightcontroller.firewall"><B>FloodlightContext</B></A></B>
<BR>
This is a context object where floodlight listeners can register
and later retrieve context information associated with an
event</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IFloodlightProviderService.html#net.floodlightcontroller.firewall"><B>IFloodlightProviderService</B></A></B>
<BR>
The interface exposed by the core bundle that allows you to interact
with connected switches.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IListener.html#net.floodlightcontroller.firewall"><B>IListener</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IListener.Command.html#net.floodlightcontroller.firewall"><B>IListener.Command</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IOFMessageListener.html#net.floodlightcontroller.firewall"><B>IOFMessageListener</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IOFSwitch.html#net.floodlightcontroller.firewall"><B>IOFSwitch</B></A></B>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="net.floodlightcontroller.flowcache"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Classes in <A HREF="../../../net/floodlightcontroller/core/package-summary.html">net.floodlightcontroller.core</A> used by <A HREF="../../../net/floodlightcontroller/flowcache/package-summary.html">net.floodlightcontroller.flowcache</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/FloodlightContext.html#net.floodlightcontroller.flowcache"><B>FloodlightContext</B></A></B>
<BR>
This is a context object where floodlight listeners can register
and later retrieve context information associated with an
event</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/FloodlightContextStore.html#net.floodlightcontroller.flowcache"><B>FloodlightContextStore</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IFloodlightProviderService.html#net.floodlightcontroller.flowcache"><B>IFloodlightProviderService</B></A></B>
<BR>
The interface exposed by the core bundle that allows you to interact
with connected switches.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IListener.html#net.floodlightcontroller.flowcache"><B>IListener</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IListener.Command.html#net.floodlightcontroller.flowcache"><B>IListener.Command</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IOFSwitch.html#net.floodlightcontroller.flowcache"><B>IOFSwitch</B></A></B>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="net.floodlightcontroller.forwarding"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Classes in <A HREF="../../../net/floodlightcontroller/core/package-summary.html">net.floodlightcontroller.core</A> used by <A HREF="../../../net/floodlightcontroller/forwarding/package-summary.html">net.floodlightcontroller.forwarding</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/FloodlightContext.html#net.floodlightcontroller.forwarding"><B>FloodlightContext</B></A></B>
<BR>
This is a context object where floodlight listeners can register
and later retrieve context information associated with an
event</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IListener.html#net.floodlightcontroller.forwarding"><B>IListener</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IListener.Command.html#net.floodlightcontroller.forwarding"><B>IListener.Command</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IOFMessageListener.html#net.floodlightcontroller.forwarding"><B>IOFMessageListener</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IOFSwitch.html#net.floodlightcontroller.forwarding"><B>IOFSwitch</B></A></B>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="net.floodlightcontroller.hub"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Classes in <A HREF="../../../net/floodlightcontroller/core/package-summary.html">net.floodlightcontroller.core</A> used by <A HREF="../../../net/floodlightcontroller/hub/package-summary.html">net.floodlightcontroller.hub</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/FloodlightContext.html#net.floodlightcontroller.hub"><B>FloodlightContext</B></A></B>
<BR>
This is a context object where floodlight listeners can register
and later retrieve context information associated with an
event</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IFloodlightProviderService.html#net.floodlightcontroller.hub"><B>IFloodlightProviderService</B></A></B>
<BR>
The interface exposed by the core bundle that allows you to interact
with connected switches.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IListener.html#net.floodlightcontroller.hub"><B>IListener</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IListener.Command.html#net.floodlightcontroller.hub"><B>IListener.Command</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IOFMessageListener.html#net.floodlightcontroller.hub"><B>IOFMessageListener</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IOFSwitch.html#net.floodlightcontroller.hub"><B>IOFSwitch</B></A></B>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="net.floodlightcontroller.learningswitch"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Classes in <A HREF="../../../net/floodlightcontroller/core/package-summary.html">net.floodlightcontroller.core</A> used by <A HREF="../../../net/floodlightcontroller/learningswitch/package-summary.html">net.floodlightcontroller.learningswitch</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/FloodlightContext.html#net.floodlightcontroller.learningswitch"><B>FloodlightContext</B></A></B>
<BR>
This is a context object where floodlight listeners can register
and later retrieve context information associated with an
event</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IFloodlightProviderService.html#net.floodlightcontroller.learningswitch"><B>IFloodlightProviderService</B></A></B>
<BR>
The interface exposed by the core bundle that allows you to interact
with connected switches.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IListener.html#net.floodlightcontroller.learningswitch"><B>IListener</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IListener.Command.html#net.floodlightcontroller.learningswitch"><B>IListener.Command</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IOFMessageListener.html#net.floodlightcontroller.learningswitch"><B>IOFMessageListener</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IOFSwitch.html#net.floodlightcontroller.learningswitch"><B>IOFSwitch</B></A></B>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="net.floodlightcontroller.linkdiscovery.internal"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Classes in <A HREF="../../../net/floodlightcontroller/core/package-summary.html">net.floodlightcontroller.core</A> used by <A HREF="../../../net/floodlightcontroller/linkdiscovery/internal/package-summary.html">net.floodlightcontroller.linkdiscovery.internal</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/FloodlightContext.html#net.floodlightcontroller.linkdiscovery.internal"><B>FloodlightContext</B></A></B>
<BR>
This is a context object where floodlight listeners can register
and later retrieve context information associated with an
event</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IFloodlightProviderService.html#net.floodlightcontroller.linkdiscovery.internal"><B>IFloodlightProviderService</B></A></B>
<BR>
The interface exposed by the core bundle that allows you to interact
with connected switches.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IFloodlightProviderService.Role.html#net.floodlightcontroller.linkdiscovery.internal"><B>IFloodlightProviderService.Role</B></A></B>
<BR>
The role of the controller as used by the OF 1.2 and OVS failover and
load-balancing mechanism.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IHAListener.html#net.floodlightcontroller.linkdiscovery.internal"><B>IHAListener</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IInfoProvider.html#net.floodlightcontroller.linkdiscovery.internal"><B>IInfoProvider</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IListener.html#net.floodlightcontroller.linkdiscovery.internal"><B>IListener</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IListener.Command.html#net.floodlightcontroller.linkdiscovery.internal"><B>IListener.Command</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IOFMessageListener.html#net.floodlightcontroller.linkdiscovery.internal"><B>IOFMessageListener</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IOFSwitch.html#net.floodlightcontroller.linkdiscovery.internal"><B>IOFSwitch</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IOFSwitchListener.html#net.floodlightcontroller.linkdiscovery.internal"><B>IOFSwitchListener</B></A></B>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="net.floodlightcontroller.loadbalancer"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Classes in <A HREF="../../../net/floodlightcontroller/core/package-summary.html">net.floodlightcontroller.core</A> used by <A HREF="../../../net/floodlightcontroller/loadbalancer/package-summary.html">net.floodlightcontroller.loadbalancer</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/FloodlightContext.html#net.floodlightcontroller.loadbalancer"><B>FloodlightContext</B></A></B>
<BR>
This is a context object where floodlight listeners can register
and later retrieve context information associated with an
event</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IFloodlightProviderService.html#net.floodlightcontroller.loadbalancer"><B>IFloodlightProviderService</B></A></B>
<BR>
The interface exposed by the core bundle that allows you to interact
with connected switches.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IListener.html#net.floodlightcontroller.loadbalancer"><B>IListener</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IListener.Command.html#net.floodlightcontroller.loadbalancer"><B>IListener.Command</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IOFMessageListener.html#net.floodlightcontroller.loadbalancer"><B>IOFMessageListener</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IOFSwitch.html#net.floodlightcontroller.loadbalancer"><B>IOFSwitch</B></A></B>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="net.floodlightcontroller.perfmon"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Classes in <A HREF="../../../net/floodlightcontroller/core/package-summary.html">net.floodlightcontroller.core</A> used by <A HREF="../../../net/floodlightcontroller/perfmon/package-summary.html">net.floodlightcontroller.perfmon</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/FloodlightContext.html#net.floodlightcontroller.perfmon"><B>FloodlightContext</B></A></B>
<BR>
This is a context object where floodlight listeners can register
and later retrieve context information associated with an
event</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IOFMessageListener.html#net.floodlightcontroller.perfmon"><B>IOFMessageListener</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IOFSwitch.html#net.floodlightcontroller.perfmon"><B>IOFSwitch</B></A></B>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="net.floodlightcontroller.routing"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Classes in <A HREF="../../../net/floodlightcontroller/core/package-summary.html">net.floodlightcontroller.core</A> used by <A HREF="../../../net/floodlightcontroller/routing/package-summary.html">net.floodlightcontroller.routing</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/FloodlightContext.html#net.floodlightcontroller.routing"><B>FloodlightContext</B></A></B>
<BR>
This is a context object where floodlight listeners can register
and later retrieve context information associated with an
event</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/FloodlightContextStore.html#net.floodlightcontroller.routing"><B>FloodlightContextStore</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IFloodlightProviderService.html#net.floodlightcontroller.routing"><B>IFloodlightProviderService</B></A></B>
<BR>
The interface exposed by the core bundle that allows you to interact
with connected switches.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IListener.html#net.floodlightcontroller.routing"><B>IListener</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IListener.Command.html#net.floodlightcontroller.routing"><B>IListener.Command</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IOFMessageListener.html#net.floodlightcontroller.routing"><B>IOFMessageListener</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IOFSwitch.html#net.floodlightcontroller.routing"><B>IOFSwitch</B></A></B>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="net.floodlightcontroller.staticflowentry"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Classes in <A HREF="../../../net/floodlightcontroller/core/package-summary.html">net.floodlightcontroller.core</A> used by <A HREF="../../../net/floodlightcontroller/staticflowentry/package-summary.html">net.floodlightcontroller.staticflowentry</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/FloodlightContext.html#net.floodlightcontroller.staticflowentry"><B>FloodlightContext</B></A></B>
<BR>
This is a context object where floodlight listeners can register
and later retrieve context information associated with an
event</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IFloodlightProviderService.html#net.floodlightcontroller.staticflowentry"><B>IFloodlightProviderService</B></A></B>
<BR>
The interface exposed by the core bundle that allows you to interact
with connected switches.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IFloodlightProviderService.Role.html#net.floodlightcontroller.staticflowentry"><B>IFloodlightProviderService.Role</B></A></B>
<BR>
The role of the controller as used by the OF 1.2 and OVS failover and
load-balancing mechanism.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IHAListener.html#net.floodlightcontroller.staticflowentry"><B>IHAListener</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IListener.html#net.floodlightcontroller.staticflowentry"><B>IListener</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IListener.Command.html#net.floodlightcontroller.staticflowentry"><B>IListener.Command</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IOFMessageListener.html#net.floodlightcontroller.staticflowentry"><B>IOFMessageListener</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IOFSwitch.html#net.floodlightcontroller.staticflowentry"><B>IOFSwitch</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IOFSwitchListener.html#net.floodlightcontroller.staticflowentry"><B>IOFSwitchListener</B></A></B>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="net.floodlightcontroller.topology"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Classes in <A HREF="../../../net/floodlightcontroller/core/package-summary.html">net.floodlightcontroller.core</A> used by <A HREF="../../../net/floodlightcontroller/topology/package-summary.html">net.floodlightcontroller.topology</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/FloodlightContext.html#net.floodlightcontroller.topology"><B>FloodlightContext</B></A></B>
<BR>
This is a context object where floodlight listeners can register
and later retrieve context information associated with an
event</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IFloodlightProviderService.html#net.floodlightcontroller.topology"><B>IFloodlightProviderService</B></A></B>
<BR>
The interface exposed by the core bundle that allows you to interact
with connected switches.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IFloodlightProviderService.Role.html#net.floodlightcontroller.topology"><B>IFloodlightProviderService.Role</B></A></B>
<BR>
The role of the controller as used by the OF 1.2 and OVS failover and
load-balancing mechanism.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IHAListener.html#net.floodlightcontroller.topology"><B>IHAListener</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IListener.html#net.floodlightcontroller.topology"><B>IListener</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IListener.Command.html#net.floodlightcontroller.topology"><B>IListener.Command</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IOFMessageListener.html#net.floodlightcontroller.topology"><B>IOFMessageListener</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IOFSwitch.html#net.floodlightcontroller.topology"><B>IOFSwitch</B></A></B>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="net.floodlightcontroller.util"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Classes in <A HREF="../../../net/floodlightcontroller/core/package-summary.html">net.floodlightcontroller.core</A> used by <A HREF="../../../net/floodlightcontroller/util/package-summary.html">net.floodlightcontroller.util</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/FloodlightContext.html#net.floodlightcontroller.util"><B>FloodlightContext</B></A></B>
<BR>
This is a context object where floodlight listeners can register
and later retrieve context information associated with an
event</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IOFSwitch.html#net.floodlightcontroller.util"><B>IOFSwitch</B></A></B>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="net.floodlightcontroller.virtualnetwork"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Classes in <A HREF="../../../net/floodlightcontroller/core/package-summary.html">net.floodlightcontroller.core</A> used by <A HREF="../../../net/floodlightcontroller/virtualnetwork/package-summary.html">net.floodlightcontroller.virtualnetwork</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/FloodlightContext.html#net.floodlightcontroller.virtualnetwork"><B>FloodlightContext</B></A></B>
<BR>
This is a context object where floodlight listeners can register
and later retrieve context information associated with an
event</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IListener.html#net.floodlightcontroller.virtualnetwork"><B>IListener</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IListener.Command.html#net.floodlightcontroller.virtualnetwork"><B>IListener.Command</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IOFMessageListener.html#net.floodlightcontroller.virtualnetwork"><B>IOFMessageListener</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IOFSwitch.html#net.floodlightcontroller.virtualnetwork"><B>IOFSwitch</B></A></B>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="org.openflow.protocol"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Classes in <A HREF="../../../net/floodlightcontroller/core/package-summary.html">net.floodlightcontroller.core</A> used by <A HREF="../../../org/openflow/protocol/package-summary.html">org.openflow.protocol</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/FloodlightContext.html#org.openflow.protocol"><B>FloodlightContext</B></A></B>
<BR>
This is a context object where floodlight listeners can register
and later retrieve context information associated with an
event</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../net/floodlightcontroller/core/class-use/IOFSwitch.html#org.openflow.protocol"><B>IOFSwitch</B></A></B>
<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"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?net/floodlightcontroller/core/package-use.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
|
fbotelho-university-code/poseidon
|
target/docs/net/floodlightcontroller/core/package-use.html
|
HTML
|
apache-2.0
| 59,954
|
<div bsModal #resultModalRef="bs-modal" class="modal fade" tabindex="-1" role="dialog"
aria-labelledby="result-details" aria-hidden="true" (onHide)="onHideModal()">
<div class="modal-dialog modal-lg">
<div *ngIf="feature" class="modal-content">
<div class="modal-header">
<button type="button" class="close pull-right" (click)="hideFeatureModal()" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<!-- <h4 class="modal-title pull-left">{{feature.properties.title}}</h4> -->
</div>
<div class="modal-body">
<div class="panel panel-default">
<!-- <div class="panel-heading">Details:</div> -->
<div class="panel-heading">
<h4>{{feature.properties.title}}</h4>
</div>
<div class="panel-body">
<tabset [vertical]="true" type="pills">
<tab heading="Details:">
<br>
<form class="form-horizontal">
<div class="form-group">
<label class="col-sm-2 control-label">Abstract</label>
<div class="col-sm-10">
<p class="form-control-static">{{feature.properties.abstrakt}}</p>
</div>
</div>
<div *ngIf="feature.properties.keywords.length > 0" class="form-group">
<label class="col-sm-2 control-label">keywords</label>
<div class="col-sm-10">
<p class="form-control-static">{{feature.properties.keywords.join(', ')}}</p>
</div>
</div>
<div *ngIf="feature.properties.smartCategory.length > 0" class="form-group">
<label class="col-sm-2 control-label">Topic category (ISO/ANZLIC)</label>
<div class="col-sm-10">
<p class="form-control-static">{{feature.properties.smartCategory.join(', ')}}</p>
</div>
</div>
<div *ngIf="feature.properties.topicCategories.length > 0" class="form-group">
<label class="col-sm-2 control-label">Topic category (ISO/ANZLIC)</label>
<div class="col-sm-10">
<p class="form-control-static">{{feature.properties.topicCategories.join(', ')}}</p>
</div>
</div>
<div *ngIf="feature.properties.dateStamp" class="form-group">
<label class="col-sm-2 control-label">date</label>
<div class="col-sm-10">
<p class="form-control-static">{{feature.properties.dateStamp}}</p>
</div>
</div>
<div class="form-group">
<label class="col-sm-2 control-label">contact information</label>
<div class="col-sm-10">
<p *ngIf="feature.properties.contactName" class="form-control-static">{{feature.properties.contactName}}</p>
<p *ngIf="feature.properties.contactEmail">({{feature.properties.contactEmail}})</p>
<p *ngIf="feature.properties.contactOrg" class="form-control-static">Organisation: {{feature.properties.contactOrg}}</p>
</div>
</div>
<div class="form-group">
<label class="col-sm-2 control-label">contact organisation</label>
<div class="col-sm-10">
</div>
</div>
<div *ngIf="feature.properties.license" class="form-group">
<label class="col-sm-2 control-label">license</label>
<div class="col-sm-10">
<p class="form-control-static">{{feature.properties.license}}</p>
</div>
</div>
<div *ngIf="feature.properties.lineageStmt" class="form-group">
<label class="col-sm-2 control-label">lineage statement</label>
<div class="col-sm-10">
<p class="form-control-static">{{feature.properties.lineageStmt}}</p>
</div>
</div>
<div *ngIf="feature.properties.linkage.length > 0" class="form-group">
<label class="col-sm-2 control-label">linkages</label>
<div class="col-sm-10" *ngFor="let link of feature.properties.linkage">
<p class="form-control-static">
<i class="fa fa-globe"></i> {{ link.resourceType}}:
(<small><i>
<app-sac-gwh-licensedexitlink [theLink]="link.linkage" [licenseComment]=""></app-sac-gwh-licensedexitlink>
</i></small>)
</p>
<p class="form-control-static" *ngIf="link.name"><small><i>Name: {{link.name}}</i></small></p>
<p class="form-control-static" *ngIf="link.description"><small><i>Description: {{link.description}}</i></small></p>
<p class="form-control-static" *ngIf="link.protocol"><small><i>Protocol: {{link.protocol}}</i></small></p>
</div>
</div>
<div class="form-group">
<label class="col-sm-2 control-label">Source:</label>
<div class="col-sm-10">
<p class="form-control-static">{{feature.properties.origin}}
<i *ngIf="feature.properties.originUrl" class="fa fa-tags" tooltip="{{feature.properties.originUrl}}"></i>
</p>
</div>
</div>
<div class="form-group">
<label class="col-sm-2 control-label">File Identifier</label>
<div class="col-sm-10">
<p class="form-control-static">
<a href="/#/context/resource/{{feature.properties.fileIdentifier}}" target="_blank">{{feature.properties.fileIdentifier}}</a>
</p>
</div>
</div>
</form>
</tab>
<tab heading="Extended details (beta):" *ngIf="owcFeature">
<app-sac-gwh-owcresource-props [owcResourceProperties]="owcFeature.properties"></app-sac-gwh-owcresource-props>
<p><span class="badge pull-left">Resource ID:</span> <small><i> {{ owcFeature.id }}</i></small></p>
</tab>
</tabset>
</div>
<div class="panel-footer">
<form class="form-horizontal" name="addToCollection" id="addToCollection" (ngSubmit)="copyToMyCollection(owcFeature)" #f="ngForm" novalidate>
<div class="form-group" *ngIf="feature">
<label class="col-sm-2 control-label clickable" tooltip="click to copy url to clipboard" ngxClipboard [cbContent]="dataA2aUrlExt"
(cbOnSuccess)="onClipboardSuccess()">
Share this <i class="fa fa-clipboard "></i>:
</label>
<div class="col-sm-10">
<div><a target="_blank" [href]="dataA2aUrlExt">{{ feature.properties.title }} <i class="fa fa-globe"></i></a></div>
</div>
</div>
<div class="form-group" *ngIf="!loggedIn">
<label class="col-sm-2 control-label"><a routerLink="/login">Log-in to bookmark this resource</a> </label>
</div>
<div class="form-group" *ngIf="loggedIn">
<label class="col-sm-2 control-label" for="collectionsidentifier">Add to my collections</label>
<div class="col-sm-10">
<select class="span2 form-control"
name="collectionsidentifier"
id="collectionsidentifier" #collectionsidentifier="ngModel" [(ngModel)]="activeCollectionId" required>
<option *ngFor="let collectionsid of myCollections"
[ngValue]="collectionsid.id">
{{collectionsid.properties.title}}
</option>
</select>
<button class="btn btn-primary"><i class="fa fa-plus-circle" aria-hidden="true"></i> Add</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
|
ZGIS/smart-portal-webgui
|
src/app/search/result-detail-modal.component.html
|
HTML
|
apache-2.0
| 8,608
|
<!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_55) on Tue Aug 12 22:12:20 PDT 2014 -->
<title>Uses of Class org.apache.nutch.parse.Outlink (apache-nutch 1.9 API)</title>
<meta name="date" content="2014-08-12">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.nutch.parse.Outlink (apache-nutch 1.9 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/nutch/parse/Outlink.html" title="class in org.apache.nutch.parse">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/nutch/parse/class-use/Outlink.html" target="_top">Frames</a></li>
<li><a href="Outlink.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.nutch.parse.Outlink" class="title">Uses of Class<br>org.apache.nutch.parse.Outlink</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/nutch/parse/Outlink.html" title="class in org.apache.nutch.parse">Outlink</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.nutch.parse">org.apache.nutch.parse</a></td>
<td class="colLast">
<div class="block">The <a href="../../../../../org/apache/nutch/parse/Parse.html" title="interface in org.apache.nutch.parse"><code>Parse</code></a> interface and related classes.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.nutch.parse.html">org.apache.nutch.parse.html</a></td>
<td class="colLast">
<div class="block">An HTML document parsing plugin.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.nutch.parse.tika">org.apache.nutch.parse.tika</a></td>
<td class="colLast">
<div class="block">Parse various document formats with help of
<a href="http://tika.apache.org/">Apache Tika</a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.nutch.parse.zip">org.apache.nutch.parse.zip</a></td>
<td class="colLast">
<div class="block">Parse ZIP files: embedded files are recursively passed to appropriate parsers.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.apache.nutch.parse">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/nutch/parse/Outlink.html" title="class in org.apache.nutch.parse">Outlink</a> in <a href="../../../../../org/apache/nutch/parse/package-summary.html">org.apache.nutch.parse</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/nutch/parse/package-summary.html">org.apache.nutch.parse</a> that return <a href="../../../../../org/apache/nutch/parse/Outlink.html" title="class in org.apache.nutch.parse">Outlink</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/nutch/parse/Outlink.html" title="class in org.apache.nutch.parse">Outlink</a>[]</code></td>
<td class="colLast"><span class="strong">ParseData.</span><code><strong><a href="../../../../../org/apache/nutch/parse/ParseData.html#getOutlinks()">getOutlinks</a></strong>()</code>
<div class="block">The outlinks of the page.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/nutch/parse/Outlink.html" title="class in org.apache.nutch.parse">Outlink</a>[]</code></td>
<td class="colLast"><span class="strong">OutlinkExtractor.</span><code><strong><a href="../../../../../org/apache/nutch/parse/OutlinkExtractor.html#getOutlinks(java.lang.String, org.apache.hadoop.conf.Configuration)">getOutlinks</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> plainText,
org.apache.hadoop.conf.Configuration conf)</code>
<div class="block">Extracts <code>Outlink</code> from given plain text.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/nutch/parse/Outlink.html" title="class in org.apache.nutch.parse">Outlink</a>[]</code></td>
<td class="colLast"><span class="strong">OutlinkExtractor.</span><code><strong><a href="../../../../../org/apache/nutch/parse/OutlinkExtractor.html#getOutlinks(java.lang.String, java.lang.String, org.apache.hadoop.conf.Configuration)">getOutlinks</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> plainText,
<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> anchor,
org.apache.hadoop.conf.Configuration conf)</code>
<div class="block">Extracts <code>Outlink</code> from given plain text and adds anchor
to the extracted <code>Outlink</code>s</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/nutch/parse/Outlink.html" title="class in org.apache.nutch.parse">Outlink</a></code></td>
<td class="colLast"><span class="strong">Outlink.</span><code><strong><a href="../../../../../org/apache/nutch/parse/Outlink.html#read(java.io.DataInput)">read</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/io/DataInput.html?is-external=true" title="class or interface in java.io">DataInput</a> in)</code> </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/nutch/parse/package-summary.html">org.apache.nutch.parse</a> with parameters of type <a href="../../../../../org/apache/nutch/parse/Outlink.html" title="class in org.apache.nutch.parse">Outlink</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">ParseData.</span><code><strong><a href="../../../../../org/apache/nutch/parse/ParseData.html#setOutlinks(org.apache.nutch.parse.Outlink[])">setOutlinks</a></strong>(<a href="../../../../../org/apache/nutch/parse/Outlink.html" title="class in org.apache.nutch.parse">Outlink</a>[] outlinks)</code> </td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../../org/apache/nutch/parse/package-summary.html">org.apache.nutch.parse</a> with parameters of type <a href="../../../../../org/apache/nutch/parse/Outlink.html" title="class in org.apache.nutch.parse">Outlink</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/nutch/parse/ParseData.html#ParseData(org.apache.nutch.parse.ParseStatus, java.lang.String, org.apache.nutch.parse.Outlink[], org.apache.nutch.metadata.Metadata)">ParseData</a></strong>(<a href="../../../../../org/apache/nutch/parse/ParseStatus.html" title="class in org.apache.nutch.parse">ParseStatus</a> status,
<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> title,
<a href="../../../../../org/apache/nutch/parse/Outlink.html" title="class in org.apache.nutch.parse">Outlink</a>[] outlinks,
<a href="../../../../../org/apache/nutch/metadata/Metadata.html" title="class in org.apache.nutch.metadata">Metadata</a> contentMeta)</code> </td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/nutch/parse/ParseData.html#ParseData(org.apache.nutch.parse.ParseStatus, java.lang.String, org.apache.nutch.parse.Outlink[], org.apache.nutch.metadata.Metadata, org.apache.nutch.metadata.Metadata)">ParseData</a></strong>(<a href="../../../../../org/apache/nutch/parse/ParseStatus.html" title="class in org.apache.nutch.parse">ParseStatus</a> status,
<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> title,
<a href="../../../../../org/apache/nutch/parse/Outlink.html" title="class in org.apache.nutch.parse">Outlink</a>[] outlinks,
<a href="../../../../../org/apache/nutch/metadata/Metadata.html" title="class in org.apache.nutch.metadata">Metadata</a> contentMeta,
<a href="../../../../../org/apache/nutch/metadata/Metadata.html" title="class in org.apache.nutch.metadata">Metadata</a> parseMeta)</code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.nutch.parse.html">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/nutch/parse/Outlink.html" title="class in org.apache.nutch.parse">Outlink</a> in <a href="../../../../../org/apache/nutch/parse/html/package-summary.html">org.apache.nutch.parse.html</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Method parameters in <a href="../../../../../org/apache/nutch/parse/html/package-summary.html">org.apache.nutch.parse.html</a> with type arguments of type <a href="../../../../../org/apache/nutch/parse/Outlink.html" title="class in org.apache.nutch.parse">Outlink</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">DOMContentUtils.</span><code><strong><a href="../../../../../org/apache/nutch/parse/html/DOMContentUtils.html#getOutlinks(java.net.URL, java.util.ArrayList, org.w3c.dom.Node)">getOutlinks</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a> base,
<a href="http://java.sun.com/javase/6/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</a><<a href="../../../../../org/apache/nutch/parse/Outlink.html" title="class in org.apache.nutch.parse">Outlink</a>> outlinks,
<a href="http://java.sun.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true" title="class or interface in org.w3c.dom">Node</a> node)</code>
<div class="block">This method finds all anchors below the supplied DOM
<code>node</code>, and creates appropriate <a href="../../../../../org/apache/nutch/parse/Outlink.html" title="class in org.apache.nutch.parse"><code>Outlink</code></a>
records for each (relative to the supplied <code>base</code>
URL), and adds them to the <code>outlinks</code> <a href="http://java.sun.com/javase/6/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util"><code>ArrayList</code></a>.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.nutch.parse.tika">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/nutch/parse/Outlink.html" title="class in org.apache.nutch.parse">Outlink</a> in <a href="../../../../../org/apache/nutch/parse/tika/package-summary.html">org.apache.nutch.parse.tika</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Method parameters in <a href="../../../../../org/apache/nutch/parse/tika/package-summary.html">org.apache.nutch.parse.tika</a> with type arguments of type <a href="../../../../../org/apache/nutch/parse/Outlink.html" title="class in org.apache.nutch.parse">Outlink</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">DOMContentUtils.</span><code><strong><a href="../../../../../org/apache/nutch/parse/tika/DOMContentUtils.html#getOutlinks(java.net.URL, java.util.ArrayList, org.w3c.dom.Node)">getOutlinks</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a> base,
<a href="http://java.sun.com/javase/6/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</a><<a href="../../../../../org/apache/nutch/parse/Outlink.html" title="class in org.apache.nutch.parse">Outlink</a>> outlinks,
<a href="http://java.sun.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true" title="class or interface in org.w3c.dom">Node</a> node)</code>
<div class="block">This method finds all anchors below the supplied DOM
<code>node</code>, and creates appropriate <a href="../../../../../org/apache/nutch/parse/Outlink.html" title="class in org.apache.nutch.parse"><code>Outlink</code></a>
records for each (relative to the supplied <code>base</code>
URL), and adds them to the <code>outlinks</code> <a href="http://java.sun.com/javase/6/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util"><code>ArrayList</code></a>.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.nutch.parse.zip">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/nutch/parse/Outlink.html" title="class in org.apache.nutch.parse">Outlink</a> in <a href="../../../../../org/apache/nutch/parse/zip/package-summary.html">org.apache.nutch.parse.zip</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Method parameters in <a href="../../../../../org/apache/nutch/parse/zip/package-summary.html">org.apache.nutch.parse.zip</a> with type arguments of type <a href="../../../../../org/apache/nutch/parse/Outlink.html" title="class in org.apache.nutch.parse">Outlink</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><span class="strong">ZipTextExtractor.</span><code><strong><a href="../../../../../org/apache/nutch/parse/zip/ZipTextExtractor.html#extractText(java.io.InputStream, java.lang.String, java.util.List)">extractText</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a> input,
<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> url,
<a href="http://java.sun.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../../org/apache/nutch/parse/Outlink.html" title="class in org.apache.nutch.parse">Outlink</a>> outLinksList)</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/nutch/parse/Outlink.html" title="class in org.apache.nutch.parse">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/nutch/parse/class-use/Outlink.html" target="_top">Frames</a></li>
<li><a href="Outlink.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 The Apache Software Foundation</small></p>
</body>
</html>
|
Ramzi-Alqrainy/SELK
|
apache-nutch-1.9.0/docs/api/org/apache/nutch/parse/class-use/Outlink.html
|
HTML
|
apache-2.0
| 19,445
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja">
<head>
<title>TestScale.flash</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css" media="screen">
html, body { height:100%; background-color: #ffffff;}
body { margin:0; padding:0; overflow:hidden; }
#flashContent { width:100%; height:100%; }
</style>
</head>
<body>
<div id="flashContent">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="320" height="240" id="TestScale.flash" align="middle">
<param name="movie" value="TestScale.flash.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<param name="play" value="true" />
<param name="loop" value="true" />
<param name="wmode" value="window" />
<param name="scale" value="showall" />
<param name="menu" value="true" />
<param name="devicefont" value="false" />
<param name="salign" value="" />
<param name="allowScriptAccess" value="sameDomain" />
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="TestScale.flash.swf" width="320" height="240">
<param name="movie" value="TestScale.flash.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<param name="play" value="true" />
<param name="loop" value="true" />
<param name="wmode" value="window" />
<param name="scale" value="showall" />
<param name="menu" value="true" />
<param name="devicefont" value="false" />
<param name="salign" value="" />
<param name="allowScriptAccess" value="sameDomain" />
<!--<![endif]-->
<a href="http://www.adobe.com/go/getflash">
<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Adobe Flash Player を取得" />
</a>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
</div>
</body>
</html>
|
kennykwok1/PlaygroundOSS
|
Tutorial/25.SWFPlayer/TestScale.flash.html
|
HTML
|
apache-2.0
| 2,072
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_20) on Tue Jul 19 23:14:41 CEST 2011 -->
<TITLE>
OrderingOrderingTypeImpl
</TITLE>
<META NAME="date" CONTENT="2011-07-19">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="OrderingOrderingTypeImpl";
}
}
</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/OrderingOrderingTypeImpl.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/webcommon30/MultipartConfigTypeImpl.html" title="class in org.jboss.shrinkwrap.descriptor.impl.webcommon30"><B>PREV CLASS</B></A>
<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/webcommon30/OrderingTypeImpl.html" title="class in org.jboss.shrinkwrap.descriptor.impl.webcommon30"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/jboss/shrinkwrap/descriptor/impl/webcommon30/OrderingOrderingTypeImpl.html" target="_top"><B>FRAMES</B></A>
<A HREF="OrderingOrderingTypeImpl.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.jboss.shrinkwrap.descriptor.impl.webcommon30</FONT>
<BR>
Class OrderingOrderingTypeImpl<T></H2>
<PRE>
java.lang.Object
<IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><B>org.jboss.shrinkwrap.descriptor.impl.webcommon30.OrderingOrderingTypeImpl<T></B>
</PRE>
<DL>
<DT><B>All Implemented Interfaces:</B> <DD>org.jboss.shrinkwrap.descriptor.api.Child<T>, <A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/webcommon30/OrderingOrderingType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.webcommon30">OrderingOrderingType</A><T></DD>
</DL>
<HR>
<DL>
<DT><PRE>public class <B>OrderingOrderingTypeImpl<T></B><DT>extends java.lang.Object<DT>implements org.jboss.shrinkwrap.descriptor.api.Child<T>, <A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/webcommon30/OrderingOrderingType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.webcommon30">OrderingOrderingType</A><T></DL>
</PRE>
<P>
This class implements the <code> ordering-orderingType </code> xsd type
<p>
Original Documentation:
<p>
<br>
<br>
This element contains a sequence of "name" elements, each of <br>
which <br>
refers to an application configuration resource by the "name" <br>
declared on its web.xml fragment. This element can also contain <br>
a single "others" element which specifies that this document <br>
comes <br>
before or after other documents within the application. <br>
See section 8.2.2 of the specification for details. <br>
<br>
<br>
<P>
<P>
<DL>
<DT><B>Since:</B></DT>
<DD>Generation date :2011-07-19T22:55:02.759+02:00</DD>
<DT><B>Author:</B></DT>
<DD><a href="mailto:ralf.battenfeld@bluewin.ch">Ralf Battenfeld</a></DD>
</DL>
<HR>
<P>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/webcommon30/OrderingOrderingTypeImpl.html#OrderingOrderingTypeImpl(T, java.lang.String, org.jboss.shrinkwrap.descriptor.spi.Node)">OrderingOrderingTypeImpl</A></B>(<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/webcommon30/OrderingOrderingTypeImpl.html" title="type parameter in OrderingOrderingTypeImpl">T</A> t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/webcommon30/OrderingOrderingTypeImpl.html#OrderingOrderingTypeImpl(T, java.lang.String, org.jboss.shrinkwrap.descriptor.spi.Node, org.jboss.shrinkwrap.descriptor.spi.Node)">OrderingOrderingTypeImpl</A></B>(<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/webcommon30/OrderingOrderingTypeImpl.html" title="type parameter in OrderingOrderingTypeImpl">T</A> t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node,
org.jboss.shrinkwrap.descriptor.spi.Node childNode)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.List<java.lang.String></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/webcommon30/OrderingOrderingTypeImpl.html#getNameList()">getNameList</A></B>()</CODE>
<BR>
Returns all <code>name</code> elements</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.Boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/webcommon30/OrderingOrderingTypeImpl.html#isOthers()">isOthers</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/jboss/shrinkwrap/descriptor/api/webcommon30/OrderingOrderingType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.webcommon30">OrderingOrderingType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/webcommon30/OrderingOrderingTypeImpl.html" title="type parameter in OrderingOrderingTypeImpl">T</A>></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/webcommon30/OrderingOrderingTypeImpl.html#others()">others</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/jboss/shrinkwrap/descriptor/api/webcommon30/OrderingOrderingType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.webcommon30">OrderingOrderingType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/webcommon30/OrderingOrderingTypeImpl.html" title="type parameter in OrderingOrderingTypeImpl">T</A>></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/webcommon30/OrderingOrderingTypeImpl.html#removeAllName()">removeAllName</A></B>()</CODE>
<BR>
Removes the <code>name</code> element</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/webcommon30/OrderingOrderingType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.webcommon30">OrderingOrderingType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/webcommon30/OrderingOrderingTypeImpl.html" title="type parameter in OrderingOrderingTypeImpl">T</A>></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/webcommon30/OrderingOrderingTypeImpl.html#setName(java.lang.String)">setName</A></B>(java.lang.String name)</CODE>
<BR>
Creates a new <code>name</code> element</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/webcommon30/OrderingOrderingType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.webcommon30">OrderingOrderingType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/webcommon30/OrderingOrderingTypeImpl.html" title="type parameter in OrderingOrderingTypeImpl">T</A>></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/webcommon30/OrderingOrderingTypeImpl.html#setNameList(java.lang.String...)">setNameList</A></B>(java.lang.String... values)</CODE>
<BR>
Creates for all String objects representing <code>name</code> elements,
a new <code>name</code> element</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/webcommon30/OrderingOrderingTypeImpl.html" title="type parameter in OrderingOrderingTypeImpl">T</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/webcommon30/OrderingOrderingTypeImpl.html#up()">up</A></B>()</CODE>
<BR>
</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="OrderingOrderingTypeImpl(java.lang.Object,java.lang.String,org.jboss.shrinkwrap.descriptor.spi.Node)"><!-- --></A><A NAME="OrderingOrderingTypeImpl(T, java.lang.String, org.jboss.shrinkwrap.descriptor.spi.Node)"><!-- --></A><H3>
OrderingOrderingTypeImpl</H3>
<PRE>
public <B>OrderingOrderingTypeImpl</B>(<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/webcommon30/OrderingOrderingTypeImpl.html" title="type parameter in OrderingOrderingTypeImpl">T</A> t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node)</PRE>
<DL>
</DL>
<HR>
<A NAME="OrderingOrderingTypeImpl(java.lang.Object,java.lang.String,org.jboss.shrinkwrap.descriptor.spi.Node,org.jboss.shrinkwrap.descriptor.spi.Node)"><!-- --></A><A NAME="OrderingOrderingTypeImpl(T, java.lang.String, org.jboss.shrinkwrap.descriptor.spi.Node, org.jboss.shrinkwrap.descriptor.spi.Node)"><!-- --></A><H3>
OrderingOrderingTypeImpl</H3>
<PRE>
public <B>OrderingOrderingTypeImpl</B>(<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/webcommon30/OrderingOrderingTypeImpl.html" title="type parameter in OrderingOrderingTypeImpl">T</A> t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node,
org.jboss.shrinkwrap.descriptor.spi.Node childNode)</PRE>
<DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="up()"><!-- --></A><H3>
up</H3>
<PRE>
public <A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/webcommon30/OrderingOrderingTypeImpl.html" title="type parameter in OrderingOrderingTypeImpl">T</A> <B>up</B>()</PRE>
<DL>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE>up</CODE> in interface <CODE>org.jboss.shrinkwrap.descriptor.api.Child<<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/webcommon30/OrderingOrderingTypeImpl.html" title="type parameter in OrderingOrderingTypeImpl">T</A>></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setName(java.lang.String)"><!-- --></A><H3>
setName</H3>
<PRE>
public <A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/webcommon30/OrderingOrderingType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.webcommon30">OrderingOrderingType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/webcommon30/OrderingOrderingTypeImpl.html" title="type parameter in OrderingOrderingTypeImpl">T</A>> <B>setName</B>(java.lang.String name)</PRE>
<DL>
<DD>Creates a new <code>name</code> element
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/webcommon30/OrderingOrderingType.html#setName(java.lang.String)">setName</A></CODE> in interface <CODE><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/webcommon30/OrderingOrderingType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.webcommon30">OrderingOrderingType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/webcommon30/OrderingOrderingTypeImpl.html" title="type parameter in OrderingOrderingTypeImpl">T</A>></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the current instance of <CODE>OrderingOrderingType<T></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="setNameList(java.lang.String...)"><!-- --></A><H3>
setNameList</H3>
<PRE>
public <A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/webcommon30/OrderingOrderingType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.webcommon30">OrderingOrderingType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/webcommon30/OrderingOrderingTypeImpl.html" title="type parameter in OrderingOrderingTypeImpl">T</A>> <B>setNameList</B>(java.lang.String... values)</PRE>
<DL>
<DD>Creates for all String objects representing <code>name</code> elements,
a new <code>name</code> element
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/webcommon30/OrderingOrderingType.html#setNameList(java.lang.String...)">setNameList</A></CODE> in interface <CODE><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/webcommon30/OrderingOrderingType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.webcommon30">OrderingOrderingType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/webcommon30/OrderingOrderingTypeImpl.html" title="type parameter in OrderingOrderingTypeImpl">T</A>></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>list</CODE> - of <code>name</code> objects
<DT><B>Returns:</B><DD>the current instance of <CODE>OrderingOrderingType<T></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="removeAllName()"><!-- --></A><H3>
removeAllName</H3>
<PRE>
public <A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/webcommon30/OrderingOrderingType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.webcommon30">OrderingOrderingType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/webcommon30/OrderingOrderingTypeImpl.html" title="type parameter in OrderingOrderingTypeImpl">T</A>> <B>removeAllName</B>()</PRE>
<DL>
<DD>Removes the <code>name</code> element
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/webcommon30/OrderingOrderingType.html#removeAllName()">removeAllName</A></CODE> in interface <CODE><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/webcommon30/OrderingOrderingType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.webcommon30">OrderingOrderingType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/webcommon30/OrderingOrderingTypeImpl.html" title="type parameter in OrderingOrderingTypeImpl">T</A>></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the current instance of <CODE>OrderingOrderingType<T></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getNameList()"><!-- --></A><H3>
getNameList</H3>
<PRE>
public java.util.List<java.lang.String> <B>getNameList</B>()</PRE>
<DL>
<DD>Returns all <code>name</code> elements
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/webcommon30/OrderingOrderingType.html#getNameList()">getNameList</A></CODE> in interface <CODE><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/webcommon30/OrderingOrderingType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.webcommon30">OrderingOrderingType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/webcommon30/OrderingOrderingTypeImpl.html" title="type parameter in OrderingOrderingTypeImpl">T</A>></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>list of <code>name</code></DL>
</DD>
</DL>
<HR>
<A NAME="others()"><!-- --></A><H3>
others</H3>
<PRE>
public <A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/webcommon30/OrderingOrderingType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.webcommon30">OrderingOrderingType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/webcommon30/OrderingOrderingTypeImpl.html" title="type parameter in OrderingOrderingTypeImpl">T</A>> <B>others</B>()</PRE>
<DL>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/webcommon30/OrderingOrderingType.html#others()">others</A></CODE> in interface <CODE><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/webcommon30/OrderingOrderingType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.webcommon30">OrderingOrderingType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/webcommon30/OrderingOrderingTypeImpl.html" title="type parameter in OrderingOrderingTypeImpl">T</A>></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="isOthers()"><!-- --></A><H3>
isOthers</H3>
<PRE>
public java.lang.Boolean <B>isOthers</B>()</PRE>
<DL>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/webcommon30/OrderingOrderingType.html#isOthers()">isOthers</A></CODE> in interface <CODE><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/webcommon30/OrderingOrderingType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.webcommon30">OrderingOrderingType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/webcommon30/OrderingOrderingTypeImpl.html" title="type parameter in OrderingOrderingTypeImpl">T</A>></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/OrderingOrderingTypeImpl.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/webcommon30/MultipartConfigTypeImpl.html" title="class in org.jboss.shrinkwrap.descriptor.impl.webcommon30"><B>PREV CLASS</B></A>
<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/webcommon30/OrderingTypeImpl.html" title="class in org.jboss.shrinkwrap.descriptor.impl.webcommon30"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/jboss/shrinkwrap/descriptor/impl/webcommon30/OrderingOrderingTypeImpl.html" target="_top"><B>FRAMES</B></A>
<A HREF="OrderingOrderingTypeImpl.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>
|
shrinkwrap/descriptors
|
gen/doc/org/jboss/shrinkwrap/descriptor/impl/webcommon30/OrderingOrderingTypeImpl.html
|
HTML
|
apache-2.0
| 25,536
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
<meta http-equiv="Content-Security-Policy" content="default-src *; script-src 'self' 'unsafe-inline' 'unsafe-eval' *; style-src 'self' 'unsafe-inline' *">
<title></title>
<link href="css/ionic.app.css" rel="stylesheet">
<link href="lib/ionic-contrib-tinder-cards/ionic.tdcards.css" rel="stylesheet">
<script src="https://maps.google.com/maps/api/js"></script>
<script src="https://www.youtube.com/iframe_api"></script>
<script src="lib/ionic/js/ionic.bundle.js"></script>
<script src="lib/angular-resource/angular-resource.min.js"></script>
<script src="lib/underscore/underscore-min.js"></script>
<script src="lib/ngmap/build/scripts/ng-map.min.js"></script>
<script src="lib/ngCordova/dist/ng-cordova.min.js"></script>
<script src="lib/moment/min/moment.min.js"></script>
<script src="lib/angular-moment/angular-moment.min.js"></script>
<script src="lib/angular-slugify/dist/angular-slugify.min.js"></script>
<script src="lib/collide/collide.js"></script>
<script src="lib/ionic-contrib-tinder-cards/ionic.tdcards.js"></script>
<script src="lib/ngCordova/dist/ng-cordova.min.js"></script>
<script src="lib/angular-youtube-mb/dist/angular-youtube-embed.min.js"></script>
<!-- cordova script (this will be a 404 during development) -->
<script src="cordova.js"></script>
<script src="js/app.js"></script>
<script src="js/controllers.js"></script>
<script src="js/directives.js"></script>
<script src="js/filters.js"></script>
<script src="js/services.js"></script>
<script src="js/factories.js"></script>
<script src="js/views.js"></script>
<script src="js/config.js"></script>
</head>
<body ng-app="your_app_name">
<ion-nav-view></ion-nav-view>
</body>
</html>
|
vinithjsamuel/ios-appone
|
www/index.html
|
HTML
|
apache-2.0
| 2,004
|
<admintpl file="header"/>
</head>
<body>
<div class="wrap js-check-wrap">
<ul class="nav nav-tabs">
<li><a href="{:U('rbac/index')}">{:L('ADMIN_RBAC_INDEX')}</a></li>
<li class="active"><a href="{:U('rbac/roleadd')}">{:L('ADMIN_RBAC_ROLEADD')}</a></li>
</ul>
<form class="form-horizontal js-ajax-form" action="{:U('Rbac/roleadd_post')}" method="post">
<fieldset>
<div class="control-group">
<label class="control-label">{:L('ROLE_NAME')}</label>
<div class="controls">
<input type="text" name="name" value="" id="rolename"/>
<span class="form-required">*</span>
</div>
</div>
<div class="control-group">
<label class="control-label">{:L('ROLE_DESCRIPTION')}</label>
<div class="controls">
<textarea name="remark" rows="2" cols="20" id="remark" class="inputtext" style="height: 100px; width: 500px;"></textarea>
</div>
</div>
<div class="control-group">
<label class="control-label">{:L('STATUS')}</label>
<div class="controls">
<label class="radio inline" for="active_true"><input type="radio" name="status" value="1" checked id="active_true" />{:L('ENABLED')}</label>
<label class="radio inline" for="active_false"><input type="radio" name="status" value="0" id="active_false">{:L('DISABLED')}</label>
</div>
</div>
</fieldset>
<div class="form-actions">
<button type="submit" class="btn btn-primary js-ajax-submit">{:L('ADD')}</button>
<a class="btn" href="javascript:history.back(-1);">{:L('BACK')}</a>
</div>
</form>
</div>
<script src="__PUBLIC__/js/common.js"></script>
</body>
</html>
|
DoldrumsSky/ThinkEMall
|
admin/themes/simplebootx/Admin/Rbac/roleadd.html
|
HTML
|
apache-2.0
| 1,627
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `CL_BUILD_PROGRAM_FAILURE` constant in crate `cl_sys`.">
<meta name="keywords" content="rust, rustlang, rust-lang, CL_BUILD_PROGRAM_FAILURE">
<title>cl_sys::CL_BUILD_PROGRAM_FAILURE - Rust</title>
<link rel="stylesheet" type="text/css" href="../normalize.css">
<link rel="stylesheet" type="text/css" href="../rustdoc.css">
<link rel="stylesheet" type="text/css" href="../main.css">
</head>
<body class="rustdoc constant">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<nav class="sidebar">
<p class='location'><a href='index.html'>cl_sys</a></p><script>window.sidebarCurrent = {name: 'CL_BUILD_PROGRAM_FAILURE', ty: 'constant', relpath: ''};</script><script defer src="sidebar-items.js"></script>
</nav>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
type="search">
</div>
</form>
</nav>
<section id='main' class="content">
<h1 class='fqn'><span class='in-band'>Constant <a href='index.html'>cl_sys</a>::<wbr><a class="constant" href=''>CL_BUILD_PROGRAM_FAILURE</a></span><span class='out-of-band'><span id='render-detail'>
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
[<span class='inner'>−</span>]
</a>
</span><a class='srclink' href='../src/cl_sys/cl_h.rs.html#129' title='goto source code'>[src]</a></span></h1>
<pre class='rust const'>pub const CL_BUILD_PROGRAM_FAILURE: <a class="type" href="../cl_sys/type.cl_int.html" title="type cl_sys::cl_int">cl_int</a><code> = </code><code>-11</code></pre></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<aside id="help" class="hidden">
<div>
<h1 class="hidden">Help</h1>
<div class="shortcuts">
<h2>Keyboard Shortcuts</h2>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
<dt>+</dt>
<dd>Collapse/expand all sections</dd>
</dl>
</div>
<div class="infos">
<h2>Search Tricks</h2>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>type</code>, <code>macro</code>,
and <code>const</code>.
</p>
<p>
Search functions by type signature (e.g.
<code>vec -> usize</code> or <code>* -> vec</code>)
</p>
</div>
</div>
</aside>
<script>
window.rootPath = "../";
window.currentCrate = "cl_sys";
</script>
<script src="../jquery.js"></script>
<script src="../main.js"></script>
<script defer src="../search-index.js"></script>
</body>
</html>
|
liebharc/clFFT
|
docs/bindings/cl_sys/constant.CL_BUILD_PROGRAM_FAILURE.html
|
HTML
|
apache-2.0
| 4,202
|
<!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 Jun 06 14:51:20 EDT 2016 -->
<title>org.apache.cassandra.streaming (apache-cassandra API)</title>
<meta name="date" content="2016-06-06">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.apache.cassandra.streaming (apache-cassandra API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/cassandra/service/paxos/package-summary.html">Prev Package</a></li>
<li><a href="../../../../org/apache/cassandra/streaming/compress/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/cassandra/streaming/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Package" class="title">Package org.apache.cassandra.streaming</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation">
<caption><span>Interface Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/cassandra/streaming/StreamConnectionFactory.html" title="interface in org.apache.cassandra.streaming">StreamConnectionFactory</a></td>
<td class="colLast">
<div class="block">Interface that creates connection used by streaming.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/cassandra/streaming/StreamEventHandler.html" title="interface in org.apache.cassandra.streaming">StreamEventHandler</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/cassandra/streaming/StreamHook.html" title="interface in org.apache.cassandra.streaming">StreamHook</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/cassandra/streaming/StreamManagerMBean.html" title="interface in org.apache.cassandra.streaming">StreamManagerMBean</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
<caption><span>Class Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/cassandra/streaming/ConnectionHandler.html" title="class in org.apache.cassandra.streaming">ConnectionHandler</a></td>
<td class="colLast">
<div class="block">ConnectionHandler manages incoming/outgoing message exchange for the <a href="../../../../org/apache/cassandra/streaming/StreamSession.html" title="class in org.apache.cassandra.streaming"><code>StreamSession</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/cassandra/streaming/DefaultConnectionFactory.html" title="class in org.apache.cassandra.streaming">DefaultConnectionFactory</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/cassandra/streaming/ProgressInfo.html" title="class in org.apache.cassandra.streaming">ProgressInfo</a></td>
<td class="colLast">
<div class="block">ProgressInfo contains file transfer progress.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/cassandra/streaming/ReplicationFinishedVerbHandler.html" title="class in org.apache.cassandra.streaming">ReplicationFinishedVerbHandler</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/cassandra/streaming/SessionInfo.html" title="class in org.apache.cassandra.streaming">SessionInfo</a></td>
<td class="colLast">
<div class="block">Stream session info.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/cassandra/streaming/StreamCoordinator.html" title="class in org.apache.cassandra.streaming">StreamCoordinator</a></td>
<td class="colLast">
<div class="block"><a href="../../../../org/apache/cassandra/streaming/StreamCoordinator.html" title="class in org.apache.cassandra.streaming"><code>StreamCoordinator</code></a> is a helper class that abstracts away maintaining multiple
StreamSession and ProgressInfo instances per peer.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/cassandra/streaming/StreamEvent.html" title="class in org.apache.cassandra.streaming">StreamEvent</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/cassandra/streaming/StreamEvent.ProgressEvent.html" title="class in org.apache.cassandra.streaming">StreamEvent.ProgressEvent</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/cassandra/streaming/StreamEvent.SessionCompleteEvent.html" title="class in org.apache.cassandra.streaming">StreamEvent.SessionCompleteEvent</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/cassandra/streaming/StreamEvent.SessionPreparedEvent.html" title="class in org.apache.cassandra.streaming">StreamEvent.SessionPreparedEvent</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/cassandra/streaming/StreamManager.html" title="class in org.apache.cassandra.streaming">StreamManager</a></td>
<td class="colLast">
<div class="block">StreamManager manages currently running <a href="../../../../org/apache/cassandra/streaming/StreamResultFuture.html" title="class in org.apache.cassandra.streaming"><code>StreamResultFuture</code></a>s and provides status of all operation invoked.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/cassandra/streaming/StreamManager.StreamRateLimiter.html" title="class in org.apache.cassandra.streaming">StreamManager.StreamRateLimiter</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/cassandra/streaming/StreamPlan.html" title="class in org.apache.cassandra.streaming">StreamPlan</a></td>
<td class="colLast">
<div class="block"><a href="../../../../org/apache/cassandra/streaming/StreamPlan.html" title="class in org.apache.cassandra.streaming"><code>StreamPlan</code></a> is a helper class that builds StreamOperation of given configuration.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/cassandra/streaming/StreamReader.html" title="class in org.apache.cassandra.streaming">StreamReader</a></td>
<td class="colLast">
<div class="block">StreamReader reads from stream and writes to SSTable.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/cassandra/streaming/StreamReader.StreamDeserializer.html" title="class in org.apache.cassandra.streaming">StreamReader.StreamDeserializer</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/cassandra/streaming/StreamReceiveTask.html" title="class in org.apache.cassandra.streaming">StreamReceiveTask</a></td>
<td class="colLast">
<div class="block">Task that manages receiving files for the session for certain ColumnFamily.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/cassandra/streaming/StreamRequest.html" title="class in org.apache.cassandra.streaming">StreamRequest</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/cassandra/streaming/StreamRequest.StreamRequestSerializer.html" title="class in org.apache.cassandra.streaming">StreamRequest.StreamRequestSerializer</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/cassandra/streaming/StreamResultFuture.html" title="class in org.apache.cassandra.streaming">StreamResultFuture</a></td>
<td class="colLast">
<div class="block">A future on the result (<a href="../../../../org/apache/cassandra/streaming/StreamState.html" title="class in org.apache.cassandra.streaming"><code>StreamState</code></a>) of a streaming plan.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/cassandra/streaming/StreamSession.html" title="class in org.apache.cassandra.streaming">StreamSession</a></td>
<td class="colLast">
<div class="block">Handles the streaming a one or more section of one of more sstables to and from a specific
remote node.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/cassandra/streaming/StreamSession.SSTableStreamingSections.html" title="class in org.apache.cassandra.streaming">StreamSession.SSTableStreamingSections</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/cassandra/streaming/StreamState.html" title="class in org.apache.cassandra.streaming">StreamState</a></td>
<td class="colLast">
<div class="block">Current snapshot of streaming progress.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/cassandra/streaming/StreamSummary.html" title="class in org.apache.cassandra.streaming">StreamSummary</a></td>
<td class="colLast">
<div class="block">Summary of streaming.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/cassandra/streaming/StreamSummary.StreamSummarySerializer.html" title="class in org.apache.cassandra.streaming">StreamSummary.StreamSummarySerializer</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/cassandra/streaming/StreamTask.html" title="class in org.apache.cassandra.streaming">StreamTask</a></td>
<td class="colLast">
<div class="block">StreamTask is an abstraction of the streaming task performed over specific ColumnFamily.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/cassandra/streaming/StreamTransferTask.html" title="class in org.apache.cassandra.streaming">StreamTransferTask</a></td>
<td class="colLast">
<div class="block">StreamTransferTask sends sections of SSTable files in certain ColumnFamily.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/cassandra/streaming/StreamWriter.html" title="class in org.apache.cassandra.streaming">StreamWriter</a></td>
<td class="colLast">
<div class="block">StreamWriter writes given section of the SSTable to given channel.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Summary table, listing enums, and an explanation">
<caption><span>Enum Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Enum</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/cassandra/streaming/ProgressInfo.Direction.html" title="enum in org.apache.cassandra.streaming">ProgressInfo.Direction</a></td>
<td class="colLast">
<div class="block">Direction of the stream.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/cassandra/streaming/StreamEvent.Type.html" title="enum in org.apache.cassandra.streaming">StreamEvent.Type</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/cassandra/streaming/StreamSession.State.html" title="enum in org.apache.cassandra.streaming">StreamSession.State</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Exception Summary table, listing exceptions, and an explanation">
<caption><span>Exception Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Exception</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/cassandra/streaming/StreamException.html" title="class in org.apache.cassandra.streaming">StreamException</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-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/service/paxos/package-summary.html">Prev Package</a></li>
<li><a href="../../../../org/apache/cassandra/streaming/compress/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/cassandra/streaming/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2016 The Apache Software Foundation</small></p>
</body>
</html>
|
jasonwee/videoOnCloud
|
lib/cassandra/apache-cassandra-3.7/javadoc/org/apache/cassandra/streaming/package-summary.html
|
HTML
|
apache-2.0
| 16,502
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh-CN">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="provider" content="www.cnepub.com"/>
<meta name="builder" content="epubBuilder present by www.cnepub.com"/>
<meta name="right" content="该文档由epubBuilder生成。epubBuilder为掌上书苑(www.cnepub.com)提供的epub制作工具,仅供个人交流与学习使用。在未获得掌上书苑的商业授权前,不得用于任何商业用途。"/>
<link rel="stylesheet" type="text/css" href="css/main.css"/>
<title>第九章</title>
</head>
<body>
<div>
<h3>第九章</h3>
<p>1耶稣行时、见有生而瞽者、</p>
<p>2门徒问曰、夫子、斯人生而瞽、谁获罪欤、斯人乎、抑其父母乎、</p>
<p>3耶稣曰、非斯人获罪、亦非其父母、惟于彼以显上帝作为耳、</p>
<p>4时尚昼、我侪必行遣我者之行、夜至、则无人能行矣、</p>
<p>5我在世、乃世之光、</p>
<p>6言竟、则唾于地、以唾和泥、涂瞽者之目、</p>
<p>7谓之曰、往洗于西罗亚池、西罗亚译即奉遣也、其人往洗之、得见而反、</p>
<p>8邻人与素见其为乞者曰、此非坐而乞者乎、</p>
<p>9或曰、然、或曰、否、似之耳、其人曰、我是也、</p>
<p>10众曰、尔目何以启、</p>
<p>11曰、有耶稣者、和泥涂我目、令我洗于西罗亚池、我往洗之、即明矣、</p>
<p>12众曰、其人安在、曰、不知也、○</p>
<p>13众引素瞽者诣法利赛人、</p>
<p>14耶稣和泥启其目之日、乃安息日也、</p>
<p>15法利赛人亦问其何以得明、对曰、彼置泥于我目、我洗而明也、</p>
<p>16法利赛人有曰、斯人不守安息日、非由上帝也、或曰、罪人何能行如是异迹乎、众遂分党、</p>
<p>17复谓瞽者曰、彼既启尔目、尔谓其为何如人、曰、先知也、</p>
<p>18犹太人不信其素为瞽而复明、遂呼其父母、</p>
<p>19问曰、此乃尔子、尔言生而瞽者乎、今何以得见耶、</p>
<p>20其父母曰、彼为我子、生而瞽者、我所知也、</p>
<p>21但今何以得见、我则不知、谁启其目、我亦不知、彼长矣、可问之、将自言也、</p>
<p>22父母言此、惧犹太人也、因犹太人约定、有认耶稣为基督者、必出之于会堂、</p>
<p>23故其父母曰、彼长矣、可问之、</p>
<p>24其曹又呼素瞽者曰、尔宜归荣上帝、我知斯人乃罪人也、</p>
<p>25曰、其为罪人与否、我不知也、惟知一事、即我昔瞽今见耳、</p>
<p>26众问之曰、彼于尔何为、如何启尔目、</p>
<p>27曰、我已告尔、尔弗听、何复欲听之、尔亦欲为其徒乎、</p>
<p>28众诟之曰、尔乃其徒、我侪摩西徒也、</p>
<p>29上帝谕摩西、我侪知之、但不知斯人奚自、</p>
<p>30曰、斯亦奇矣、彼启我目、而尔不知其奚自耶、</p>
<p>31我知上帝不听罪人、惟崇拜上帝而行其旨者、乃听之、</p>
<p>32伊古以来、未闻有启生而瞽者之目也、</p>
<p>33斯人若非由上帝、则无能为也、</p>
<p>34众曰、尔通体生于罪中、反教我乎、遂逐之、○</p>
<p>35耶稣闻其见逐、遇之、曰、尔信上帝子乎、</p>
<p>36曰、主、彼为谁、俾我信之、</p>
<p>37耶稣曰、尔已见之、与尔言者是也、</p>
<p>38曰、主、我信矣、遂拜之、</p>
<p>39耶稣曰、我为鞫入世、使不见者得见、而见者反瞽也、</p>
<p>40同在之法利赛人问之曰、我侪亦瞽乎、</p>
<p>41耶稣曰、尔若瞽、则无罪、今云我见、尔罪尚在焉、</p>
</div>
</body>
</html>
|
yighu/wenli
|
OPS/chapter1063.html
|
HTML
|
apache-2.0
| 3,711
|
<!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_37) on Thu Nov 29 20:42:38 GMT 2012 -->
<TITLE>
gate.copyAS2AnoDoc Class Hierarchy (${plugin.name} JavaDoc)
</TITLE>
<META NAME="date" CONTENT="2012-11-29">
<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="gate.copyAS2AnoDoc Class Hierarchy (${plugin.name} JavaDoc)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../gate/copyAS2AnoDoc/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../index.html?gate/copyAS2AnoDoc/package-tree.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-tree.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>
Hierarchy For Package gate.copyAS2AnoDoc
</H2>
</CENTER>
<H2>
Class Hierarchy
</H2>
<UL>
<LI TYPE="circle">java.lang.<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><B>Object</B></A><UL>
<LI TYPE="circle">gate.util.<A HREF="http://gate.ac.uk/gate/doc/javadoc/gate/util/AbstractFeatureBearer.html?is-external=true" title="class or interface in gate.util"><B>AbstractFeatureBearer</B></A> (implements gate.util.<A HREF="http://gate.ac.uk/gate/doc/javadoc/gate/util/FeatureBearer.html?is-external=true" title="class or interface in gate.util">FeatureBearer</A>, java.io.<A HREF="http://docs.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A>)
<UL>
<LI TYPE="circle">gate.creole.<A HREF="http://gate.ac.uk/gate/doc/javadoc/gate/creole/AbstractResource.html?is-external=true" title="class or interface in gate.creole"><B>AbstractResource</B></A> (implements gate.<A HREF="http://gate.ac.uk/gate/doc/javadoc/gate/Resource.html?is-external=true" title="class or interface in gate">Resource</A>, java.io.<A HREF="http://docs.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A>)
<UL>
<LI TYPE="circle">gate.creole.<A HREF="http://gate.ac.uk/gate/doc/javadoc/gate/creole/AbstractProcessingResource.html?is-external=true" title="class or interface in gate.creole"><B>AbstractProcessingResource</B></A> (implements gate.creole.<A HREF="http://gate.ac.uk/gate/doc/javadoc/gate/creole/ANNIEConstants.html?is-external=true" title="class or interface in gate.creole">ANNIEConstants</A>, gate.<A HREF="http://gate.ac.uk/gate/doc/javadoc/gate/ProcessingResource.html?is-external=true" title="class or interface in gate">ProcessingResource</A>)
<UL>
<LI TYPE="circle">gate.creole.<A HREF="http://gate.ac.uk/gate/doc/javadoc/gate/creole/AbstractLanguageAnalyser.html?is-external=true" title="class or interface in gate.creole"><B>AbstractLanguageAnalyser</B></A> (implements gate.<A HREF="http://gate.ac.uk/gate/doc/javadoc/gate/LanguageAnalyser.html?is-external=true" title="class or interface in gate">LanguageAnalyser</A>)
<UL>
<LI TYPE="circle">gate.copyAS2AnoDoc.<A HREF="../../gate/copyAS2AnoDoc/CopyAS2AnoDocMain.html" title="class in gate.copyAS2AnoDoc"><B>CopyAS2AnoDocMain</B></A> (implements gate.<A HREF="http://gate.ac.uk/gate/doc/javadoc/gate/ProcessingResource.html?is-external=true" title="class or interface in gate">ProcessingResource</A>)
</UL>
</UL>
</UL>
</UL>
<LI TYPE="circle">junit.framework.Assert<UL>
<LI TYPE="circle">junit.framework.TestCase (implements junit.framework.Test)
<UL>
<LI TYPE="circle">gate.copyAS2AnoDoc.<A HREF="../../gate/copyAS2AnoDoc/TestCopyAS2AnoDocPlugin.html" title="class in gate.copyAS2AnoDoc"><B>TestCopyAS2AnoDocPlugin</B></A></UL>
</UL>
</UL>
</UL>
<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="../../gate/copyAS2AnoDoc/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../index.html?gate/copyAS2AnoDoc/package-tree.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-tree.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>
|
Network-of-BioThings/GettinCRAFTy
|
src/main/resources/gate/plugins/Copy_Annots_Between_Docs/doc/javadoc/gate/copyAS2AnoDoc/package-tree.html
|
HTML
|
apache-2.0
| 7,757
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Meet at the Southern Cross constellation(Crux)">
<title>视频修饰 - DBAeyes</title>
<link rel="canonical" href="http://dbaeyes.me/digital/videos-decorations.html">
<!-- Icons -->
<link rel="shortcut icon" href="img/favicon.ico">
<!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="/css/bootstrap.min.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="/css/clean-blog.css">
<!-- Pygments Github CSS -->
<link rel="stylesheet" href="/css/syntax.css">
<!-- Custom Fonts -->
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href='//fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body ontouchstart="">
<!-- Navigation -->
<nav class="navbar navbar-default navbar-custom navbar-fixed-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<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="/">DBAeyes</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="/">Home</a>
</li>
<li>
<a href="/About.html">About</a>
</li>
<li>
<a href="/archive.html">Archive</a>
</li>
<li>
<a href="/categories.html">Categories</a>
</li>
<li>
<a href="/tags.html">Tags</a>
</li>
<li>
<a href="/photos/">Photos</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Post Header -->
<style type="text/css">
header.intro-header{
background-image: url('/img/fantasy.jpg')
}
</style>
<header class="intro-header" >
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<div class="post-heading">
<div class="Tags">
<a class="tag" href="/Tags/#digital" title="digital">digital</a>
</div>
<h1>视频修饰</h1>
<span class="meta">Posted by David on January 19, 2008</span>
</div>
</div>
</div>
</div>
</header>
<!-- Post Content -->
<article>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1 post-container">
<p>花了一点时间把游玩的视频合并好了,而且刻录成了DVD</p>
<div>
<p>这次的合并没有加入什么修饰,只是把DV拍的格式转成AVI 并把多段视频合成了一个。 算下来有16个片段,2个小时,4G大小。基本满足要求。</p>
<p>本来想用绘声绘影好好修饰一番的,可是考虑近来事情太多,就作罢了。反正AVI格式的我的DVD机器也能播放,DV拍的视频在电视机上的效果就是好 ^_^</p>
<p> </p>
<p>今天又折腾了下桌面,感觉不错。</p>
<p> </p>
<div><img src="http://hiphotos.baidu.com/dbaeyes/pic/item/e4ab2edff0a1201d49540347.jpg" alt="" border="0" data-pinit="registered" /></div>
</div>
<hr>
This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">CC A-S 4.0 International License</a>.
<hr>
<ul class="pager">
<li class="previous">
<a href="/travel/kunming-yunnan-first-day.html" data-toggle="tooltip" data-placement="top" title="云南行~第一天~昆明">← Previous Post</a>
</li>
<li class="next">
<a href="/my%20life/busy-sunday.html" data-toggle="tooltip" data-placement="top" title="忙碌的星期天">Next Post →</a>
</li>
</ul>
<!-- Duoshuo Share start -->
<style>
.ds-share{
text-align: right;
}
@media only screen and (max-width: 700px) {
.ds-share {
}
}
</style>
</div>
</div>
</div>
</article>
</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>
<!-- anchor-js, Doc:http://bryanbraun.github.io/anchorjs/ -->
<script>
async("http://cdn.bootcss.com/anchor-js/1.1.1/anchor.min.js",function(){
anchors.options = {
visible: 'always',
placement: 'right',
icon: '#'
};
anchors.add().remove('.intro-header h1').remove('.subheading');
})
</script>
<style>
/* place left on bigger screen */
@media all and (min-width: 800px) {
.anchorjs-link{
position: absolute;
left: -0.75em;
font-size: 1.1em;
margin-top : -0.1em;
}
}
</style>
<!-- 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">
<!-- kill the Facebook and Weibo -->
<li>
<a href="/feed.xml">
<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>
<li>
<a href="https://twitter.com/dbaeyes">
<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>
<li>
<a href="https://github.com/dbaeyes">
<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>
<!--
<li>
<a href="http://www.douban.com/people/dbaeyes">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-douban fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
-->
<li>
<a href="https://www.facebook.com/dbaeyes">
<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>
<li>
<a target="_blank" href="https://www.zhihu.com/people/dbaeyes">
<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>
<!--
<li>
<a target="_blank" href="http://weibo.com/poofly">
<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>
-->
</ul>
<p class="copyright text-muted">
© 2011~2018 David ♪ Powered by Jekyll.
</p>
</div>
</div>
</div>
</footer>
<!-- jQuery -->
<script src="/js/jquery.min.js "></script>
<!-- Bootstrap Core JavaScript -->
<script src="/js/bootstrap.min.js "></script>
<!-- Custom Theme JavaScript -->
<script src="/js/clean-blog.min.js "></script>
<!-- Highlight.js -->
<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">
</body>
</html>
|
dbaeyes/dbaeyes.github.io
|
_site/digital/videos-decorations.html
|
HTML
|
apache-2.0
| 11,313
|
<div class="brand">The Corner Room</div>
<div class="address-bar">100 West Church Street | Tustin, MI 49688 | 231.920.2716</div>
<!-- Navigation -->
<nav class="navbar navbar-default" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- navbar-brand is hidden on larger screens, but visible when the menu is collapsed -->
<a class="navbar-brand" href="index.html">The Corner Room</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="about.html">About</a>
</li>
<li>
<a href="calendar.html">Calendar</a>
</li>
<li>
<a href="cpr-classes.html">CPR Classes</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
|
wildlifehexagon/the-corner-room
|
header.html
|
HTML
|
apache-2.0
| 1,682
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_162) on Wed Sep 25 19:22:24 PDT 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class com.fasterxml.jackson.core.JsonParseException (Jackson-core 2.10.0 API)</title>
<meta name="date" content="2019-09-25">
<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 com.fasterxml.jackson.core.JsonParseException (Jackson-core 2.10.0 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../com/fasterxml/jackson/core/JsonParseException.html" title="class in com.fasterxml.jackson.core">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?com/fasterxml/jackson/core/class-use/JsonParseException.html" target="_top">Frames</a></li>
<li><a href="JsonParseException.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class com.fasterxml.jackson.core.JsonParseException" class="title">Uses of Class<br>com.fasterxml.jackson.core.JsonParseException</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../com/fasterxml/jackson/core/JsonParseException.html" title="class in com.fasterxml.jackson.core">JsonParseException</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#com.fasterxml.jackson.core">com.fasterxml.jackson.core</a></td>
<td class="colLast">
<div class="block">Main public API classes of the core streaming JSON
processor: most importantly <a href="../../../../../com/fasterxml/jackson/core/JsonFactory.html" title="class in com.fasterxml.jackson.core"><code>JsonFactory</code></a>
used for constructing
JSON parser (<a href="../../../../../com/fasterxml/jackson/core/JsonParser.html" title="class in com.fasterxml.jackson.core"><code>JsonParser</code></a>)
and generator
(<a href="../../../../../com/fasterxml/jackson/core/JsonGenerator.html" title="class in com.fasterxml.jackson.core"><code>JsonGenerator</code></a>)
instances.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#com.fasterxml.jackson.core.base">com.fasterxml.jackson.core.base</a></td>
<td class="colLast">
<div class="block">Base classes used by concrete Parser and Generator implementations;
contain functionality that is not specific to JSON or input
abstraction (byte vs char).</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#com.fasterxml.jackson.core.io">com.fasterxml.jackson.core.io</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#com.fasterxml.jackson.core.json">com.fasterxml.jackson.core.json</a></td>
<td class="colLast">
<div class="block">JSON-specific parser and generator implementation classes that
Jackson defines and uses.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#com.fasterxml.jackson.core.json.async">com.fasterxml.jackson.core.json.async</a></td>
<td class="colLast">
<div class="block">Non-blocking ("async") JSON parser implementation.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="com.fasterxml.jackson.core">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../com/fasterxml/jackson/core/JsonParseException.html" title="class in com.fasterxml.jackson.core">JsonParseException</a> in <a href="../../../../../com/fasterxml/jackson/core/package-summary.html">com.fasterxml.jackson.core</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../com/fasterxml/jackson/core/package-summary.html">com.fasterxml.jackson.core</a> that return <a href="../../../../../com/fasterxml/jackson/core/JsonParseException.html" title="class in com.fasterxml.jackson.core">JsonParseException</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../com/fasterxml/jackson/core/JsonParseException.html" title="class in com.fasterxml.jackson.core">JsonParseException</a></code></td>
<td class="colLast"><span class="typeNameLabel">JsonParser.</span><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/core/JsonParser.html#Z:Z_constructError-java.lang.String-">_constructError</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg)</code>
<div class="block">Helper method for constructing <a href="../../../../../com/fasterxml/jackson/core/JsonParseException.html" title="class in com.fasterxml.jackson.core"><code>JsonParseException</code></a>s
based on current state of the parser</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/core/JsonParseException.html" title="class in com.fasterxml.jackson.core">JsonParseException</a></code></td>
<td class="colLast"><span class="typeNameLabel">JsonParseException.</span><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/core/JsonParseException.html#withParser-com.fasterxml.jackson.core.JsonParser-">withParser</a></span>(<a href="../../../../../com/fasterxml/jackson/core/JsonParser.html" title="class in com.fasterxml.jackson.core">JsonParser</a> p)</code>
<div class="block">Fluent method that may be used to assign originating <a href="../../../../../com/fasterxml/jackson/core/JsonParser.html" title="class in com.fasterxml.jackson.core"><code>JsonParser</code></a>,
to be accessed using <a href="../../../../../com/fasterxml/jackson/core/JsonParseException.html#getProcessor--"><code>getProcessor()</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/core/JsonParseException.html" title="class in com.fasterxml.jackson.core">JsonParseException</a></code></td>
<td class="colLast"><span class="typeNameLabel">JsonParseException.</span><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/core/JsonParseException.html#withRequestPayload-com.fasterxml.jackson.core.util.RequestPayload-">withRequestPayload</a></span>(<a href="../../../../../com/fasterxml/jackson/core/util/RequestPayload.html" title="class in com.fasterxml.jackson.core.util">RequestPayload</a> p)</code>
<div class="block">Fluent method that may be used to assign payload to this exception,
to let recipient access it for diagnostics purposes.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../com/fasterxml/jackson/core/package-summary.html">com.fasterxml.jackson.core</a> that throw <a href="../../../../../com/fasterxml/jackson/core/JsonParseException.html" title="class in com.fasterxml.jackson.core">JsonParseException</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="../../../../../com/fasterxml/jackson/core/JsonParser.html" title="class in com.fasterxml.jackson.core">JsonParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">JsonFactory.</span><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/core/JsonFactory.html#createJsonParser-byte:A-">createJsonParser</a></span>(byte[] data)</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Since 2.2, use <a href="../../../../../com/fasterxml/jackson/core/JsonFactory.html#createParser-byte:A-"><code>JsonFactory.createParser(byte[])</code></a> instead.</span></div>
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/core/JsonParser.html" title="class in com.fasterxml.jackson.core">JsonParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">JsonFactory.</span><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/core/JsonFactory.html#createJsonParser-byte:A-int-int-">createJsonParser</a></span>(byte[] data,
int offset,
int len)</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Since 2.2, use <a href="../../../../../com/fasterxml/jackson/core/JsonFactory.html#createParser-byte:A-int-int-"><code>JsonFactory.createParser(byte[],int,int)</code></a> instead.</span></div>
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/core/JsonParser.html" title="class in com.fasterxml.jackson.core">JsonParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">JsonFactory.</span><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/core/JsonFactory.html#createJsonParser-java.io.File-">createJsonParser</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a> f)</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Since 2.2, use <a href="../../../../../com/fasterxml/jackson/core/JsonFactory.html#createParser-java.io.File-"><code>JsonFactory.createParser(File)</code></a> instead.</span></div>
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/core/JsonParser.html" title="class in com.fasterxml.jackson.core">JsonParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">JsonFactory.</span><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/core/JsonFactory.html#createJsonParser-java.io.InputStream-">createJsonParser</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a> in)</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Since 2.2, use <a href="../../../../../com/fasterxml/jackson/core/JsonFactory.html#createParser-java.io.InputStream-"><code>JsonFactory.createParser(InputStream)</code></a> instead.</span></div>
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/core/JsonParser.html" title="class in com.fasterxml.jackson.core">JsonParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">JsonFactory.</span><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/core/JsonFactory.html#createJsonParser-java.io.Reader-">createJsonParser</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io">Reader</a> r)</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Since 2.2, use <a href="../../../../../com/fasterxml/jackson/core/JsonFactory.html#createParser-java.io.Reader-"><code>JsonFactory.createParser(Reader)</code></a> instead.</span></div>
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/core/JsonParser.html" title="class in com.fasterxml.jackson.core">JsonParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">JsonFactory.</span><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/core/JsonFactory.html#createJsonParser-java.lang.String-">createJsonParser</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> content)</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Since 2.2, use <a href="../../../../../com/fasterxml/jackson/core/JsonFactory.html#createParser-java.lang.String-"><code>JsonFactory.createParser(String)</code></a> instead.</span></div>
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/core/JsonParser.html" title="class in com.fasterxml.jackson.core">JsonParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">JsonFactory.</span><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/core/JsonFactory.html#createJsonParser-java.net.URL-">createJsonParser</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a> url)</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Since 2.2, use <a href="../../../../../com/fasterxml/jackson/core/JsonFactory.html#createParser-java.net.URL-"><code>JsonFactory.createParser(URL)</code></a> instead.</span></div>
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/core/JsonParser.html" title="class in com.fasterxml.jackson.core">JsonParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">JsonFactory.</span><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/core/JsonFactory.html#createParser-byte:A-">createParser</a></span>(byte[] data)</code>
<div class="block">Method for constructing parser for parsing
the contents of given byte array.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/core/JsonParser.html" title="class in com.fasterxml.jackson.core">JsonParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">JsonFactory.</span><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/core/JsonFactory.html#createParser-byte:A-int-int-">createParser</a></span>(byte[] data,
int offset,
int len)</code>
<div class="block">Method for constructing parser for parsing
the contents of given byte array.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/core/JsonParser.html" title="class in com.fasterxml.jackson.core">JsonParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">JsonFactory.</span><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/core/JsonFactory.html#createParser-java.io.File-">createParser</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a> f)</code>
<div class="block">Method for constructing JSON parser instance to parse
contents of specified file.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/core/JsonParser.html" title="class in com.fasterxml.jackson.core">JsonParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">JsonFactory.</span><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/core/JsonFactory.html#createParser-java.io.InputStream-">createParser</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a> in)</code>
<div class="block">Method for constructing JSON parser instance to parse
the contents accessed via specified input stream.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/core/JsonParser.html" title="class in com.fasterxml.jackson.core">JsonParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">JsonFactory.</span><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/core/JsonFactory.html#createParser-java.io.Reader-">createParser</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io">Reader</a> r)</code>
<div class="block">Method for constructing parser for parsing
the contents accessed via specified Reader.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/core/JsonParser.html" title="class in com.fasterxml.jackson.core">JsonParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">JsonFactory.</span><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/core/JsonFactory.html#createParser-java.lang.String-">createParser</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> content)</code>
<div class="block">Method for constructing parser for parsing
contents of given String.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/core/JsonParser.html" title="class in com.fasterxml.jackson.core">JsonParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">JsonFactory.</span><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/core/JsonFactory.html#createParser-java.net.URL-">createParser</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a> url)</code>
<div class="block">Method for constructing JSON parser instance to parse
contents of resource reference by given URL.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="com.fasterxml.jackson.core.base">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../com/fasterxml/jackson/core/JsonParseException.html" title="class in com.fasterxml.jackson.core">JsonParseException</a> in <a href="../../../../../com/fasterxml/jackson/core/base/package-summary.html">com.fasterxml.jackson.core.base</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../com/fasterxml/jackson/core/base/package-summary.html">com.fasterxml.jackson.core.base</a> that return <a href="../../../../../com/fasterxml/jackson/core/JsonParseException.html" title="class in com.fasterxml.jackson.core">JsonParseException</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../com/fasterxml/jackson/core/JsonParseException.html" title="class in com.fasterxml.jackson.core">JsonParseException</a></code></td>
<td class="colLast"><span class="typeNameLabel">ParserMinimalBase.</span><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/core/base/ParserMinimalBase.html#Z:Z_constructError-java.lang.String-java.lang.Throwable-">_constructError</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> t)</code> </td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../com/fasterxml/jackson/core/base/package-summary.html">com.fasterxml.jackson.core.base</a> that throw <a href="../../../../../com/fasterxml/jackson/core/JsonParseException.html" title="class in com.fasterxml.jackson.core">JsonParseException</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected int</code></td>
<td class="colLast"><span class="typeNameLabel">ParserBase.</span><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/core/base/ParserBase.html#Z:Z_eofAsNextChar--">_eofAsNextChar</a></span>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected abstract void</code></td>
<td class="colLast"><span class="typeNameLabel">ParserMinimalBase.</span><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/core/base/ParserMinimalBase.html#Z:Z_handleEOF--">_handleEOF</a></span>()</code>
<div class="block">Method sub-classes need to implement</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="typeNameLabel">ParserBase.</span><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/core/base/ParserBase.html#Z:Z_handleEOF--">_handleEOF</a></span>()</code>
<div class="block">Method called when an EOF is encountered between tokens.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="typeNameLabel">ParserMinimalBase.</span><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/core/base/ParserMinimalBase.html#Z:Z_reportError-java.lang.String-">_reportError</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="typeNameLabel">ParserMinimalBase.</span><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/core/base/ParserMinimalBase.html#Z:Z_reportError-java.lang.String-java.lang.Object-">_reportError</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> arg)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="typeNameLabel">ParserMinimalBase.</span><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/core/base/ParserMinimalBase.html#Z:Z_reportError-java.lang.String-java.lang.Object-java.lang.Object-">_reportError</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> arg1,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> arg2)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="typeNameLabel">ParserMinimalBase.</span><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/core/base/ParserMinimalBase.html#Z:Z_reportInvalidEOF--">_reportInvalidEOF</a></span>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="typeNameLabel">ParserMinimalBase.</span><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/core/base/ParserMinimalBase.html#Z:Z_reportInvalidEOF-java.lang.String-">_reportInvalidEOF</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg)</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Since 2.8 use <a href="../../../../../com/fasterxml/jackson/core/base/ParserMinimalBase.html#Z:Z_reportInvalidEOF-java.lang.String-com.fasterxml.jackson.core.JsonToken-"><code>ParserMinimalBase._reportInvalidEOF(String, JsonToken)</code></a> instead</span></div>
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="typeNameLabel">ParserMinimalBase.</span><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/core/base/ParserMinimalBase.html#Z:Z_reportInvalidEOF-java.lang.String-com.fasterxml.jackson.core.JsonToken-">_reportInvalidEOF</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg,
<a href="../../../../../com/fasterxml/jackson/core/JsonToken.html" title="enum in com.fasterxml.jackson.core">JsonToken</a> currToken)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="typeNameLabel">ParserMinimalBase.</span><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/core/base/ParserMinimalBase.html#Z:Z_reportInvalidEOFInValue--">_reportInvalidEOFInValue</a></span>()</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Since 2.8 use <a href="../../../../../com/fasterxml/jackson/core/base/ParserMinimalBase.html#Z:Z_reportInvalidEOF-java.lang.String-com.fasterxml.jackson.core.JsonToken-"><code>ParserMinimalBase._reportInvalidEOF(String, JsonToken)</code></a> instead</span></div>
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="typeNameLabel">ParserMinimalBase.</span><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/core/base/ParserMinimalBase.html#Z:Z_reportInvalidEOFInValue-com.fasterxml.jackson.core.JsonToken-">_reportInvalidEOFInValue</a></span>(<a href="../../../../../com/fasterxml/jackson/core/JsonToken.html" title="enum in com.fasterxml.jackson.core">JsonToken</a> type)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="typeNameLabel">ParserBase.</span><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/core/base/ParserBase.html#Z:Z_reportMismatchedEndMarker-int-char-">_reportMismatchedEndMarker</a></span>(int actCh,
char expCh)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="typeNameLabel">ParserMinimalBase.</span><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/core/base/ParserMinimalBase.html#Z:Z_reportMissingRootWS-int-">_reportMissingRootWS</a></span>(int ch)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="typeNameLabel">ParserMinimalBase.</span><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/core/base/ParserMinimalBase.html#Z:Z_reportUnexpectedChar-int-java.lang.String-">_reportUnexpectedChar</a></span>(int ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> comment)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="typeNameLabel">ParserMinimalBase.</span><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/core/base/ParserMinimalBase.html#Z:Z_throwInvalidSpace-int-">_throwInvalidSpace</a></span>(int i)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="typeNameLabel">ParserBase.</span><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/core/base/ParserBase.html#Z:Z_throwUnquotedSpace-int-java.lang.String-">_throwUnquotedSpace</a></span>(int i,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> ctxtDesc)</code>
<div class="block">Method called to report a problem with unquoted control character.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="typeNameLabel">ParserMinimalBase.</span><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/core/base/ParserMinimalBase.html#Z:Z_wrapError-java.lang.String-java.lang.Throwable-">_wrapError</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> t)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="typeNameLabel">ParserMinimalBase.</span><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/core/base/ParserMinimalBase.html#reportInvalidNumber-java.lang.String-">reportInvalidNumber</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg)</code>
<div class="block">Method called to throw an exception for input token that looks like a number
based on first character(s), but is not valid according to rules of format.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="typeNameLabel">ParserMinimalBase.</span><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/core/base/ParserMinimalBase.html#reportUnexpectedNumberChar-int-java.lang.String-">reportUnexpectedNumberChar</a></span>(int ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> comment)</code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="com.fasterxml.jackson.core.io">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../com/fasterxml/jackson/core/JsonParseException.html" title="class in com.fasterxml.jackson.core">JsonParseException</a> in <a href="../../../../../com/fasterxml/jackson/core/io/package-summary.html">com.fasterxml.jackson.core.io</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../com/fasterxml/jackson/core/JsonParseException.html" title="class in com.fasterxml.jackson.core">JsonParseException</a> in <a href="../../../../../com/fasterxml/jackson/core/io/package-summary.html">com.fasterxml.jackson.core.io</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/core/io/JsonEOFException.html" title="class in com.fasterxml.jackson.core.io">JsonEOFException</a></span></code>
<div class="block">Specialized <a href="../../../../../com/fasterxml/jackson/core/JsonParseException.html" title="class in com.fasterxml.jackson.core"><code>JsonParseException</code></a> that is thrown when end-of-input
is reached unexpectedly, either within token being decoded, or during
skipping of intervening white-space that is not between root-level
tokens (that is, is within JSON Object or JSON Array construct).</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="com.fasterxml.jackson.core.json">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../com/fasterxml/jackson/core/JsonParseException.html" title="class in com.fasterxml.jackson.core">JsonParseException</a> in <a href="../../../../../com/fasterxml/jackson/core/json/package-summary.html">com.fasterxml.jackson.core.json</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../com/fasterxml/jackson/core/json/package-summary.html">com.fasterxml.jackson.core.json</a> that throw <a href="../../../../../com/fasterxml/jackson/core/JsonParseException.html" title="class in com.fasterxml.jackson.core">JsonParseException</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="typeNameLabel">UTF8StreamJsonParser.</span><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/core/json/UTF8StreamJsonParser.html#Z:Z_reportInvalidChar-int-">_reportInvalidChar</a></span>(int c)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="typeNameLabel">UTF8DataInputJsonParser.</span><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/core/json/UTF8DataInputJsonParser.html#Z:Z_reportInvalidChar-int-">_reportInvalidChar</a></span>(int c)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="typeNameLabel">UTF8StreamJsonParser.</span><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/core/json/UTF8StreamJsonParser.html#Z:Z_reportInvalidInitial-int-">_reportInvalidInitial</a></span>(int mask)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="typeNameLabel">UTF8DataInputJsonParser.</span><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/core/json/UTF8DataInputJsonParser.html#Z:Z_reportInvalidInitial-int-">_reportInvalidInitial</a></span>(int mask)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="typeNameLabel">UTF8StreamJsonParser.</span><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/core/json/UTF8StreamJsonParser.html#Z:Z_reportInvalidOther-int-">_reportInvalidOther</a></span>(int mask)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="typeNameLabel">UTF8StreamJsonParser.</span><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/core/json/UTF8StreamJsonParser.html#Z:Z_reportInvalidOther-int-int-">_reportInvalidOther</a></span>(int mask,
int ptr)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="typeNameLabel">DupDetector.</span><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/core/json/DupDetector.html#isDup-java.lang.String-">isDup</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="com.fasterxml.jackson.core.json.async">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../com/fasterxml/jackson/core/JsonParseException.html" title="class in com.fasterxml.jackson.core">JsonParseException</a> in <a href="../../../../../com/fasterxml/jackson/core/json/async/package-summary.html">com.fasterxml.jackson.core.json.async</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../com/fasterxml/jackson/core/json/async/package-summary.html">com.fasterxml.jackson.core.json.async</a> that throw <a href="../../../../../com/fasterxml/jackson/core/JsonParseException.html" title="class in com.fasterxml.jackson.core">JsonParseException</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><span class="typeNameLabel">NonBlockingJsonParserBase.</span><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/core/json/async/NonBlockingJsonParserBase.html#Z:Z_addName-int:A-int-int-">_addName</a></span>(int[] quads,
int qlen,
int lastQuadBytes)</code>
<div class="block">This is the main workhorse method used when we take a symbol
table miss.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><span class="typeNameLabel">NonBlockingJsonParserBase.</span><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/core/json/async/NonBlockingJsonParserBase.html#Z:Z_findName-int-int-">_findName</a></span>(int q1,
int lastQuadBytes)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><span class="typeNameLabel">NonBlockingJsonParserBase.</span><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/core/json/async/NonBlockingJsonParserBase.html#Z:Z_findName-int-int-int-">_findName</a></span>(int q1,
int q2,
int lastQuadBytes)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><span class="typeNameLabel">NonBlockingJsonParserBase.</span><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/core/json/async/NonBlockingJsonParserBase.html#Z:Z_findName-int-int-int-int-">_findName</a></span>(int q1,
int q2,
int q3,
int lastQuadBytes)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="typeNameLabel">NonBlockingJsonParserBase.</span><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/core/json/async/NonBlockingJsonParserBase.html#Z:Z_reportInvalidChar-int-">_reportInvalidChar</a></span>(int c)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="typeNameLabel">NonBlockingJsonParserBase.</span><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/core/json/async/NonBlockingJsonParserBase.html#Z:Z_reportInvalidInitial-int-">_reportInvalidInitial</a></span>(int mask)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="typeNameLabel">NonBlockingJsonParserBase.</span><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/core/json/async/NonBlockingJsonParserBase.html#Z:Z_reportInvalidOther-int-">_reportInvalidOther</a></span>(int mask)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="typeNameLabel">NonBlockingJsonParserBase.</span><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/core/json/async/NonBlockingJsonParserBase.html#Z:Z_reportInvalidOther-int-int-">_reportInvalidOther</a></span>(int mask,
int ptr)</code> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../com/fasterxml/jackson/core/JsonParseException.html" title="class in com.fasterxml.jackson.core">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?com/fasterxml/jackson/core/class-use/JsonParseException.html" target="_top">Frames</a></li>
<li><a href="JsonParseException.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 © 2008–2019 <a href="http://fasterxml.com/">FasterXML</a>. All rights reserved.</small></p>
</body>
</html>
|
FasterXML/jackson-core
|
docs/javadoc/2.10/com/fasterxml/jackson/core/class-use/JsonParseException.html
|
HTML
|
apache-2.0
| 45,448
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_144) on Sat Oct 21 20:48:32 IST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Overview List (arya-core 0.0.6-SNAPSHOT API)</title>
<meta name="date" content="2017-10-21">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<div class="indexHeader"><span><a href="allclasses-frame.html" target="packageFrame">All Classes</a></span></div>
<div class="indexContainer">
<h2 title="Packages">Packages</h2>
<ul title="Packages">
<li><a href="com/sijojosan/arya/core/annotation/package-frame.html" target="packageFrame">com.sijojosan.arya.core.annotation</a></li>
<li><a href="com/sijojosan/arya/core/anotation/processor/package-frame.html" target="packageFrame">com.sijojosan.arya.core.anotation.processor</a></li>
<li><a href="com/sijojosan/arya/core/application/package-frame.html" target="packageFrame">com.sijojosan.arya.core.application</a></li>
</ul>
</div>
<p> </p>
</body>
</html>
|
sijojosan21/arya-core
|
target/apidocs/overview-frame.html
|
HTML
|
apache-2.0
| 1,204
|
<!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:24 MST 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.wildfly.swarm.config.IIOPOpenjdk.Transactions (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>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.wildfly.swarm.config.IIOPOpenjdk.Transactions (BOM: * : All 2.3.0.Final-SNAPSHOT API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/wildfly/swarm/config/IIOPOpenjdk.Transactions.html" title="enum in org.wildfly.swarm.config">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">Thorntail API, 2.3.0.Final-SNAPSHOT</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/wildfly/swarm/config/class-use/IIOPOpenjdk.Transactions.html" target="_top">Frames</a></li>
<li><a href="IIOPOpenjdk.Transactions.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.wildfly.swarm.config.IIOPOpenjdk.Transactions" class="title">Uses of Class<br>org.wildfly.swarm.config.IIOPOpenjdk.Transactions</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../org/wildfly/swarm/config/IIOPOpenjdk.Transactions.html" title="enum in org.wildfly.swarm.config">IIOPOpenjdk.Transactions</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.wildfly.swarm.config">org.wildfly.swarm.config</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.wildfly.swarm.config">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/wildfly/swarm/config/IIOPOpenjdk.Transactions.html" title="enum in org.wildfly.swarm.config">IIOPOpenjdk.Transactions</a> in <a href="../../../../../org/wildfly/swarm/config/package-summary.html">org.wildfly.swarm.config</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/wildfly/swarm/config/package-summary.html">org.wildfly.swarm.config</a> that return <a href="../../../../../org/wildfly/swarm/config/IIOPOpenjdk.Transactions.html" title="enum in org.wildfly.swarm.config">IIOPOpenjdk.Transactions</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/wildfly/swarm/config/IIOPOpenjdk.Transactions.html" title="enum in org.wildfly.swarm.config">IIOPOpenjdk.Transactions</a></code></td>
<td class="colLast"><span class="typeNameLabel">IIOPOpenjdk.</span><code><span class="memberNameLink"><a href="../../../../../org/wildfly/swarm/config/IIOPOpenjdk.html#transactions--">transactions</a></span>()</code>
<div class="block">Indicates whether the transactions interceptors are to be installed (full
or spec) or not (none).</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/wildfly/swarm/config/IIOPOpenjdk.Transactions.html" title="enum in org.wildfly.swarm.config">IIOPOpenjdk.Transactions</a></code></td>
<td class="colLast"><span class="typeNameLabel">IIOPOpenjdk.Transactions.</span><code><span class="memberNameLink"><a href="../../../../../org/wildfly/swarm/config/IIOPOpenjdk.Transactions.html#valueOf-java.lang.String-">valueOf</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</code>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/wildfly/swarm/config/IIOPOpenjdk.Transactions.html" title="enum in org.wildfly.swarm.config">IIOPOpenjdk.Transactions</a>[]</code></td>
<td class="colLast"><span class="typeNameLabel">IIOPOpenjdk.Transactions.</span><code><span class="memberNameLink"><a href="../../../../../org/wildfly/swarm/config/IIOPOpenjdk.Transactions.html#values--">values</a></span>()</code>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/wildfly/swarm/config/package-summary.html">org.wildfly.swarm.config</a> with parameters of type <a href="../../../../../org/wildfly/swarm/config/IIOPOpenjdk.Transactions.html" title="enum in org.wildfly.swarm.config">IIOPOpenjdk.Transactions</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/wildfly/swarm/config/IIOPOpenjdk.html" title="type parameter in IIOPOpenjdk">T</a></code></td>
<td class="colLast"><span class="typeNameLabel">IIOPOpenjdk.</span><code><span class="memberNameLink"><a href="../../../../../org/wildfly/swarm/config/IIOPOpenjdk.html#transactions-org.wildfly.swarm.config.IIOPOpenjdk.Transactions-">transactions</a></span>(<a href="../../../../../org/wildfly/swarm/config/IIOPOpenjdk.Transactions.html" title="enum in org.wildfly.swarm.config">IIOPOpenjdk.Transactions</a> value)</code>
<div class="block">Indicates whether the transactions interceptors are to be installed (full
or spec) or not (none).</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/wildfly/swarm/config/IIOPOpenjdk.Transactions.html" title="enum in org.wildfly.swarm.config">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">Thorntail API, 2.3.0.Final-SNAPSHOT</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/wildfly/swarm/config/class-use/IIOPOpenjdk.Transactions.html" target="_top">Frames</a></li>
<li><a href="IIOPOpenjdk.Transactions.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 © 2019 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
|
wildfly-swarm/wildfly-swarm-javadocs
|
2.3.0.Final-SNAPSHOT/apidocs/org/wildfly/swarm/config/class-use/IIOPOpenjdk.Transactions.html
|
HTML
|
apache-2.0
| 9,847
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Musician & technologist; alumni of Cornell University and Fullstack Academy. Previously @ PwC Advisory. Currently a student in the Berkeley Haas Full-Time MBA Program.">
<meta name="author" content="Dean Guo">
<title>Shibas</title>
<!-- Main CSS -->
<link href="css/main.css" rel="stylesheet">
<link href="css/shibas.css" rel="stylesheet">
<!-- FA Icons -->
<script src="https://use.fontawesome.com/665f8d3210.js"></script>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans" rel="stylesheet">
<!-- Favicon -->
<link rel="shortcut icon" href="img/musicbars.ico" type="image/x-icon"/>
<!-- 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-73120949-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<h1> hallo my name is bean i liek shibas
</h1>
<img title="wao tho" src="./img/motivationaltoast.gif">
<script src="js/three.js"></script>
<script>
var scene = new THREE.Scene();
var camera = new THREE.PerspectiveCamera( 75, window.innerWidth/window.innerHeight, 0.1, 1000 ); // field of view, aspect ratio, near and far clipping panes
var renderer = new THREE.WebGLRenderer();
renderer.setSize( window.innerWidth, window.innerHeight );
document.body.appendChild( renderer.domElement );
var geometry = new THREE.BoxGeometry( 1.75, 1.5, 1 ); // x, y, z
var material = new THREE.MeshLambertMaterial ( { color: 'pink' } );
var cube = new THREE.Mesh( geometry, material );
var cube2 = new THREE.Mesh( geometry, material )
cube2.position.y = 9
cube.position.y = -2
scene.add( cube );
camera.position.z = 9; // move camera away from origin so they're not on top of each other
// create a point light
const pointLight =
new THREE.PointLight('white', 1); // color, intensity, distance, decay
// set its position
pointLight.position.x = 10;
pointLight.position.y = 50;
pointLight.position.z = 130;
// add to the scene
scene.add(pointLight);
var render = function () {
requestAnimationFrame( render );
// cube.rotation.x += 0.025;
cube.rotation.y += 0.4;
renderer.setClearColor( 'grey', 1.0 );
renderer.render(scene, camera);
};
render();
</script>
</body>
</html>
|
fourestfire/fourestfire.github.io
|
archive/shibas.html
|
HTML
|
apache-2.0
| 2,931
|
{% extends 'core/base.html' %}
{% block title %}Contato{% endblock %}
{% block content %}
{% if msg_error %}
{{ msg_error }}
{% endif %}
<form method="post">{% csrf_token %}
{{ form.as_p }}
<input class="btn btn-primary" type="submit" value="Enviar"/>
</form>
{% endblock %}
|
vitorh45/care-store
|
core/templates/contact.html
|
HTML
|
apache-2.0
| 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_151) on Wed Jun 10 13:53:03 MST 2020 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Interface org.wildfly.swarm.topology.TopologyConnector (BOM: * : All 2.7.0.Final API)</title>
<meta name="date" content="2020-06-10">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Interface org.wildfly.swarm.topology.TopologyConnector (BOM: * : All 2.7.0.Final API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/wildfly/swarm/topology/TopologyConnector.html" title="interface in org.wildfly.swarm.topology">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">Thorntail API, 2.7.0.Final</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/wildfly/swarm/topology/class-use/TopologyConnector.html" target="_top">Frames</a></li>
<li><a href="TopologyConnector.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Interface org.wildfly.swarm.topology.TopologyConnector" class="title">Uses of Interface<br>org.wildfly.swarm.topology.TopologyConnector</h2>
</div>
<div class="classUseContainer">No usage of org.wildfly.swarm.topology.TopologyConnector</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/wildfly/swarm/topology/TopologyConnector.html" title="interface in org.wildfly.swarm.topology">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">Thorntail API, 2.7.0.Final</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/wildfly/swarm/topology/class-use/TopologyConnector.html" target="_top">Frames</a></li>
<li><a href="TopologyConnector.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 © 2020 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
|
wildfly-swarm/wildfly-swarm-javadocs
|
2.7.0.Final/apidocs/org/wildfly/swarm/topology/class-use/TopologyConnector.html
|
HTML
|
apache-2.0
| 4,883
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_76) on Tue Apr 21 13:16:15 PDT 2015 -->
<title>PutScalingPolicyResult (AWS SDK for Android - 2.2.1)</title>
<meta name="date" content="2015-04-21">
<link rel="stylesheet" type="text/css" href="../../../../../JavaDoc.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="PutScalingPolicyResult (AWS SDK for Android - 2.2.1)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../com/amazonaws/services/autoscaling/model/PutScalingPolicyRequest.html" title="class in com.amazonaws.services.autoscaling.model"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../com/amazonaws/services/autoscaling/model/PutScheduledUpdateGroupActionRequest.html" title="class in com.amazonaws.services.autoscaling.model"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?com/amazonaws/services/autoscaling/model/PutScalingPolicyResult.html" target="_top">Frames</a></li>
<li><a href="PutScalingPolicyResult.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">com.amazonaws.services.autoscaling.model</div>
<h2 title="Class PutScalingPolicyResult" class="title">Class PutScalingPolicyResult</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li>com.amazonaws.services.autoscaling.model.PutScalingPolicyResult</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="http://java.sun.com/j2se/1.5.0/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></dd>
</dl>
<hr>
<br>
<pre>public class <span class="strong">PutScalingPolicyResult</span>
extends <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>
implements <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></pre>
<div class="block"><p>
The <code>PolicyARNType</code> data type.
</p></div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../serialized-form.html#com.amazonaws.services.autoscaling.model.PutScalingPolicyResult">Serialized Form</a></dd></dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../com/amazonaws/services/autoscaling/model/PutScalingPolicyResult.html#PutScalingPolicyResult()">PutScalingPolicyResult</a></strong>()</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/autoscaling/model/PutScalingPolicyResult.html#equals(java.lang.Object)">equals</a></strong>(<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> obj)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/autoscaling/model/PutScalingPolicyResult.html#getPolicyARN()">getPolicyARN</a></strong>()</code>
<div class="block">A policy's Amazon Resource Name (ARN).</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/autoscaling/model/PutScalingPolicyResult.html#hashCode()">hashCode</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/autoscaling/model/PutScalingPolicyResult.html#setPolicyARN(java.lang.String)">setPolicyARN</a></strong>(<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> policyARN)</code>
<div class="block">A policy's Amazon Resource Name (ARN).</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/autoscaling/model/PutScalingPolicyResult.html#toString()">toString</a></strong>()</code>
<div class="block">Returns a string representation of this object; useful for testing and
debugging.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../com/amazonaws/services/autoscaling/model/PutScalingPolicyResult.html" title="class in com.amazonaws.services.autoscaling.model">PutScalingPolicyResult</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/autoscaling/model/PutScalingPolicyResult.html#withPolicyARN(java.lang.String)">withPolicyARN</a></strong>(<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> policyARN)</code>
<div class="block">A policy's Amazon Resource Name (ARN).</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="PutScalingPolicyResult()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>PutScalingPolicyResult</h4>
<pre>public PutScalingPolicyResult()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getPolicyARN()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPolicyARN</h4>
<pre>public <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getPolicyARN()</pre>
<div class="block">A policy's Amazon Resource Name (ARN).
<p>
<b>Constraints:</b><br/>
<b>Length: </b>1 - 1600<br/>
<b>Pattern: </b>[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*<br/></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>A policy's Amazon Resource Name (ARN).</dd></dl>
</li>
</ul>
<a name="setPolicyARN(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setPolicyARN</h4>
<pre>public void setPolicyARN(<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> policyARN)</pre>
<div class="block">A policy's Amazon Resource Name (ARN).
<p>
<b>Constraints:</b><br/>
<b>Length: </b>1 - 1600<br/>
<b>Pattern: </b>[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*<br/></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>policyARN</code> - A policy's Amazon Resource Name (ARN).</dd></dl>
</li>
</ul>
<a name="withPolicyARN(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>withPolicyARN</h4>
<pre>public <a href="../../../../../com/amazonaws/services/autoscaling/model/PutScalingPolicyResult.html" title="class in com.amazonaws.services.autoscaling.model">PutScalingPolicyResult</a> withPolicyARN(<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> policyARN)</pre>
<div class="block">A policy's Amazon Resource Name (ARN).
<p>
Returns a reference to this object so that method calls can be chained together.
<p>
<b>Constraints:</b><br/>
<b>Length: </b>1 - 1600<br/>
<b>Pattern: </b>[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*<br/></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>policyARN</code> - A policy's Amazon Resource Name (ARN).</dd>
<dt><span class="strong">Returns:</span></dt><dd>A reference to this updated object so that method calls can be chained
together.</dd></dl>
</li>
</ul>
<a name="toString()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>toString</h4>
<pre>public <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> toString()</pre>
<div class="block">Returns a string representation of this object; useful for testing and
debugging.</div>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a></code> in class <code><a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd>
<dt><span class="strong">Returns:</span></dt><dd>A string representation of this object.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang"><code>Object.toString()</code></a></dd></dl>
</li>
</ul>
<a name="hashCode()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hashCode</h4>
<pre>public int hashCode()</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a></code> in class <code><a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd>
</dl>
</li>
</ul>
<a name="equals(java.lang.Object)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>equals</h4>
<pre>public boolean equals(<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> obj)</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a></code> in class <code><a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em>
<script src="http://aws.amazon.com/js/urchin.js" type="text/javascript"></script>
<script type="text/javascript">urchinTracker();</script>
</em></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../com/amazonaws/services/autoscaling/model/PutScalingPolicyRequest.html" title="class in com.amazonaws.services.autoscaling.model"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../com/amazonaws/services/autoscaling/model/PutScheduledUpdateGroupActionRequest.html" title="class in com.amazonaws.services.autoscaling.model"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?com/amazonaws/services/autoscaling/model/PutScalingPolicyResult.html" target="_top">Frames</a></li>
<li><a href="PutScalingPolicyResult.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.
</small></p>
</body>
</html>
|
94bryanr/PartypushAndroid
|
Libraries/aws-android-sdk-2.2.1/documentation/javadoc/com/amazonaws/services/autoscaling/model/PutScalingPolicyResult.html
|
HTML
|
apache-2.0
| 17,878
|
<!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 Thu May 24 11:27:50 PDT 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Interface com.netflix.astyanax.RowCallback (astyanax 1.0.3 API)
</TITLE>
<META NAME="date" CONTENT="2012-05-24">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Interface com.netflix.astyanax.RowCallback (astyanax 1.0.3 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../com/netflix/astyanax/RowCallback.html" title="interface in com.netflix.astyanax"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?com/netflix/astyanax//class-useRowCallback.html" target="_top"><B>FRAMES</B></A>
<A HREF="RowCallback.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Interface<br>com.netflix.astyanax.RowCallback</B></H2>
</CENTER>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Packages that use <A HREF="../../../../com/netflix/astyanax/RowCallback.html" title="interface in com.netflix.astyanax">RowCallback</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#com.netflix.astyanax.query"><B>com.netflix.astyanax.query</B></A></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<A NAME="com.netflix.astyanax.query"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../com/netflix/astyanax/RowCallback.html" title="interface in com.netflix.astyanax">RowCallback</A> in <A HREF="../../../../com/netflix/astyanax/query/package-summary.html">com.netflix.astyanax.query</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="../../../../com/netflix/astyanax/query/package-summary.html">com.netflix.astyanax.query</A> with parameters of type <A HREF="../../../../com/netflix/astyanax/RowCallback.html" title="interface in com.netflix.astyanax">RowCallback</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>AllRowsQuery.</B><B><A HREF="../../../../com/netflix/astyanax/query/AllRowsQuery.html#executeWithCallback(com.netflix.astyanax.RowCallback)">executeWithCallback</A></B>(<A HREF="../../../../com/netflix/astyanax/RowCallback.html" title="interface in com.netflix.astyanax">RowCallback</A><<A HREF="../../../../com/netflix/astyanax/query/AllRowsQuery.html" title="type parameter in AllRowsQuery">K</A>,<A HREF="../../../../com/netflix/astyanax/query/AllRowsQuery.html" title="type parameter in AllRowsQuery">C</A>> callback)</CODE>
<BR>
Execute the operation in a separate thread for each token range and
provide the results in a callback.</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../com/netflix/astyanax/RowCallback.html" title="interface in com.netflix.astyanax"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?com/netflix/astyanax//class-useRowCallback.html" target="_top"><B>FRAMES</B></A>
<A HREF="RowCallback.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 2012. All Rights Reserved.
</BODY>
</HTML>
|
0x6e6562/astyanax
|
doc/com/netflix/astyanax/class-use/RowCallback.html
|
HTML
|
apache-2.0
| 8,227
|
---
layout: default
---
<!-- Post Header -->
<header class="intro-header">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<div class="post-heading">
<h1 class="header">{{ page.title }}</h1>
{% if page.subtitle %}
<h2 class="subheading">{{ page.subtitle }}</h2>
{% endif %}
<span class="meta">Posted by {% if page.author %}{{ page.author }}{% else %}{{ site.title }}{% endif %} on {{ page.date | date: "%B %-d, %Y" }}</span>
</div>
</div>
</div>
</div>
</header>
<!-- Post Content -->
<article>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
{{ content }}
<hr>
<ul class="pager">
{% if page.previous.url %}
<li class="previous">
<a href="{{ page.previous.url | prepend: site.baseurl | replace: '//', '/' }}" data-toggle="tooltip" data-placement="top" title="{{page.previous.title}}">← Previous Post</a>
</li>
{% endif %}
{% if page.next.url %}
<li class="next">
<a href="{{ page.next.url | prepend: site.baseurl | replace: '//', '/' }}" data-toggle="tooltip" data-placement="top" title="{{page.next.title}}">Next Post →</a>
</li>
{% endif %}
</ul>
</div>
</div>
</div>
</article>
<hr>
|
kotojs/kotojs.github.io
|
_layouts/post.html
|
HTML
|
apache-2.0
| 1,709
|
<!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_08.html">Class Test_AbaRouteValidator_08</a></li>
</ol></div>
<h1 class="aui-h2-clover">
Test testAbaNumberCheck_17181_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_08.html?line=52408#src-52408" >testAbaNumberCheck_17181_good</a>
</td>
<td>
<span class="sortValue">1</span><span class="aui-lozenge aui-lozenge-success">PASS</span>
</td>
<td>
7 Aug 12:37:44
</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_17181_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=24295#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_08_testAbaNumberCheck_17181_good_iqv.html
|
HTML
|
apache-2.0
| 9,181
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="pl">
<head>
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class com.google.code.sbt.run.plugin.AbstractAntJavaBasedMojo (SBT Runner Maven Plugin 1.0.0-beta2 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class com.google.code.sbt.run.plugin.AbstractAntJavaBasedMojo (SBT Runner Maven Plugin 1.0.0-beta2 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="../../../../../../../com/google/code/sbt/run/plugin/package-summary.html">Package</a></li>
<li><a href="../../../../../../../com/google/code/sbt/run/plugin/AbstractAntJavaBasedMojo.html" title="class in com.google.code.sbt.run.plugin">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?com/google/code/sbt/run/plugin/class-use/AbstractAntJavaBasedMojo.html" target="_top">Frames</a></li>
<li><a href="AbstractAntJavaBasedMojo.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class com.google.code.sbt.run.plugin.AbstractAntJavaBasedMojo" class="title">Uses of Class<br>com.google.code.sbt.run.plugin.AbstractAntJavaBasedMojo</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="com.google.code.sbt.run.plugin">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../com/google/code/sbt/run/plugin/AbstractAntJavaBasedMojo.html" title="class in com.google.code.sbt.run.plugin">AbstractAntJavaBasedMojo</a> in <a href="../../../../../../../com/google/code/sbt/run/plugin/package-summary.html">com.google.code.sbt.run.plugin</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../../../com/google/code/sbt/run/plugin/AbstractAntJavaBasedMojo.html" title="class in com.google.code.sbt.run.plugin">AbstractAntJavaBasedMojo</a> in <a href="../../../../../../../com/google/code/sbt/run/plugin/package-summary.html">com.google.code.sbt.run.plugin</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="../../../../../../../com/google/code/sbt/run/plugin/SBTRunMojo.html" title="class in com.google.code.sbt.run.plugin">SBTRunMojo</a></strong></code>
<div class="block">Run SBT</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="../../../../../../../com/google/code/sbt/run/plugin/package-summary.html">Package</a></li>
<li><a href="../../../../../../../com/google/code/sbt/run/plugin/AbstractAntJavaBasedMojo.html" title="class in com.google.code.sbt.run.plugin">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?com/google/code/sbt/run/plugin/class-use/AbstractAntJavaBasedMojo.html" target="_top">Frames</a></li>
<li><a href="AbstractAntJavaBasedMojo.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>
|
sbtrun-maven-plugin/sbtrun-maven-plugin.github.io
|
sbtrun-maven-plugin/1.0.0-beta2/sbtrun-maven-plugin/apidocs/com/google/code/sbt/run/plugin/class-use/AbstractAntJavaBasedMojo.html
|
HTML
|
apache-2.0
| 5,840
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_67) on Thu Jul 16 17:03:17 PDT 2015 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>JsonAnyGetter (Jackson-annotations 2.6.0 API)</title>
<meta name="date" content="2015-07-16">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="JsonAnyGetter (Jackson-annotations 2.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="../../../../com/fasterxml/jackson/annotation/package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/JsonAnyGetter.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="../../../../com/fasterxml/jackson/annotation/JacksonInject.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../com/fasterxml/jackson/annotation/JsonAnySetter.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/fasterxml/jackson/annotation/JsonAnyGetter.html" target="_top">Frames</a></li>
<li><a href="JsonAnyGetter.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>Required | </li>
<li>Optional</li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Element</li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">com.fasterxml.jackson.annotation</div>
<h2 title="Annotation Type JsonAnyGetter" class="title">Annotation Type JsonAnyGetter</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/annotation/Target.html?is-external=true" title="class or interface in java.lang.annotation">@Target</a>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/annotation/Target.html?is-external=true#value()" title="class or interface in java.lang.annotation">value</a>={<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/annotation/ElementType.html?is-external=true#ANNOTATION_TYPE" title="class or interface in java.lang.annotation">ANNOTATION_TYPE</a>,<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/annotation/ElementType.html?is-external=true#METHOD" title="class or interface in java.lang.annotation">METHOD</a>})
<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/annotation/Retention.html?is-external=true" title="class or interface in java.lang.annotation">@Retention</a>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/annotation/Retention.html?is-external=true#value()" title="class or interface in java.lang.annotation">value</a>=<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/annotation/RetentionPolicy.html?is-external=true#RUNTIME" title="class or interface in java.lang.annotation">RUNTIME</a>)
public @interface <span class="strong">JsonAnyGetter</span></pre>
<div class="block">Marker annotation that can be used to define a non-static,
no-argument method or member field as something of a reverse of
<a href="../../../../com/fasterxml/jackson/annotation/JsonAnySetter.html" title="annotation in com.fasterxml.jackson.annotation"><code>JsonAnySetter</code></a> method; basically being used like a
getter but such that contents of the returned Map (type <b>must</b> be
<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util"><code>Map</code></a>) are serialized as if they were actual properties
of the bean that contains method/field with this annotations.
As with <a href="../../../../com/fasterxml/jackson/annotation/JsonAnySetter.html" title="annotation in com.fasterxml.jackson.annotation"><code>JsonAnySetter</code></a>, only one property should be annotated
with this annotation.</div>
</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="../../../../com/fasterxml/jackson/annotation/package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/JsonAnyGetter.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="../../../../com/fasterxml/jackson/annotation/JacksonInject.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../com/fasterxml/jackson/annotation/JsonAnySetter.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/fasterxml/jackson/annotation/JsonAnyGetter.html" target="_top">Frames</a></li>
<li><a href="JsonAnyGetter.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>Required | </li>
<li>Optional</li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Element</li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2014–2015 <a href="http://fasterxml.com/">FasterXML</a>. All rights reserved.</small></p>
</body>
</html>
|
FasterXML/jackson-annotations
|
docs/javadoc/2.6/com/fasterxml/jackson/annotation/JsonAnyGetter.html
|
HTML
|
apache-2.0
| 7,508
|
<!-- GDE Names Table fragment gde_NamesTable.html -->
<div class="table-responsive" id="gdeNamesPageLoaded">
<table data-classes="table table-striped table-condensed table-hover table-condensed"
data-height="100"
id="gdeNames-table">
<thead>
<tr>
<th id="gdeNames-th-GLOBAL"
data-halign="center"
data-field="GLOBAL">Global</th>
<th id="gdeNames-th-REGION"
data-halign="center"
data-field="REGION">Region</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
|
casiopea/gtm-admTools
|
html/gde/gde_NamesTable.html
|
HTML
|
apache-2.0
| 612
|
<!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.9.1"/>
<title>ovs all: ovs.json._Serializer Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
$(window).load(resizeHeight);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">ovs all
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.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="pages.html"><span>Related Pages</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="classes.html"><span>Data Structure Index</span></a></li>
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Data Fields</span></a></li>
</ul>
</div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('classovs_1_1json_1_1__Serializer.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> |
<a href="#pub-attribs">Data Fields</a> </div>
<div class="headertitle">
<div class="title">ovs.json._Serializer Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<div class="dynheader">
Inheritance diagram for ovs.json._Serializer:</div>
<div class="dyncontent">
<div class="center"><img src="classovs_1_1json_1_1__Serializer__inherit__graph.png" border="0" usemap="#ovs_8json_8__Serializer_inherit__map" alt="Inheritance graph"/></div>
<map name="ovs_8json_8__Serializer_inherit__map" id="ovs_8json_8__Serializer_inherit__map">
</map>
<center><span class="legend">[<a target="top" href="graph_legend.html">legend</a>]</span></center></div>
<div class="dynheader">
Collaboration diagram for ovs.json._Serializer:</div>
<div class="dyncontent">
<div class="center"><img src="classovs_1_1json_1_1__Serializer__coll__graph.png" border="0" usemap="#ovs_8json_8__Serializer_coll__map" alt="Collaboration graph"/></div>
<map name="ovs_8json_8__Serializer_coll__map" id="ovs_8json_8__Serializer_coll__map">
</map>
<center><span class="legend">[<a target="top" href="graph_legend.html">legend</a>]</span></center></div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:ab57b465e7c0c2d88b4d386b3e4b128e0"><td class="memItemLeft" align="right" valign="top">def </td><td class="memItemRight" valign="bottom"><a class="el" href="classovs_1_1json_1_1__Serializer.html#ab57b465e7c0c2d88b4d386b3e4b128e0">__init__</a> (self, <a class="el" href="structstream.html">stream</a>, <a class="el" href="classovs_1_1json_1_1__Serializer.html#a30a327c62f4edcea62066635688a1d7b">pretty</a>, <a class="el" href="classovs_1_1json_1_1__Serializer.html#a9114d841a7f50728570fb857b880aa6b">sort_keys</a>)</td></tr>
<tr class="separator:ab57b465e7c0c2d88b4d386b3e4b128e0"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a160219df8cab27e65885bc85906a9860"><td class="memItemLeft" align="right" valign="top">def </td><td class="memItemRight" valign="bottom"><a class="el" href="classovs_1_1json_1_1__Serializer.html#a160219df8cab27e65885bc85906a9860">serialize</a> (self, obj)</td></tr>
<tr class="separator:a160219df8cab27e65885bc85906a9860"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
Data Fields</h2></td></tr>
<tr class="memitem:a52bd44b897d320294fd514ef7d2ee599"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classovs_1_1json_1_1__Serializer.html#a52bd44b897d320294fd514ef7d2ee599">stream</a></td></tr>
<tr class="separator:a52bd44b897d320294fd514ef7d2ee599"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a30a327c62f4edcea62066635688a1d7b"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classovs_1_1json_1_1__Serializer.html#a30a327c62f4edcea62066635688a1d7b">pretty</a></td></tr>
<tr class="separator:a30a327c62f4edcea62066635688a1d7b"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a9114d841a7f50728570fb857b880aa6b"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classovs_1_1json_1_1__Serializer.html#a9114d841a7f50728570fb857b880aa6b">sort_keys</a></td></tr>
<tr class="separator:a9114d841a7f50728570fb857b880aa6b"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aa9f29eacb81d64d4c18a383821ee76cd"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classovs_1_1json_1_1__Serializer.html#aa9f29eacb81d64d4c18a383821ee76cd">depth</a></td></tr>
<tr class="separator:aa9f29eacb81d64d4c18a383821ee76cd"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<h2 class="groupheader">Constructor & Destructor Documentation</h2>
<a class="anchor" id="ab57b465e7c0c2d88b4d386b3e4b128e0"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">def ovs.json._Serializer.__init__ </td>
<td>(</td>
<td class="paramtype"> </td>
<td class="paramname"><em>self</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"> </td>
<td class="paramname"><em>stream</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"> </td>
<td class="paramname"><em>pretty</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"> </td>
<td class="paramname"><em>sort_keys</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<div class="fragment"><div class="line"><a name="l00036"></a><span class="lineno"> 36</span>  <span class="keyword">def </span>__init__(self, stream, pretty, sort_keys):</div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>  self.stream = stream</div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>  self.pretty = pretty</div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>  self.sort_keys = sort_keys</div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>  self.depth = 0</div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span> </div>
</div><!-- fragment -->
</div>
</div>
<h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="a160219df8cab27e65885bc85906a9860"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">def ovs.json._Serializer.serialize </td>
<td>(</td>
<td class="paramtype"> </td>
<td class="paramname"><em>self</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"> </td>
<td class="paramname"><em>obj</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<div class="fragment"><div class="line"><a name="l00050"></a><span class="lineno"> 50</span>  <span class="keyword">def </span>serialize(self, obj):</div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>  <span class="keywordflow">if</span> obj <span class="keywordflow">is</span> <span class="keywordtype">None</span>:</div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>  self.stream.write(<span class="stringliteral">u"null"</span>)</div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>  <span class="keywordflow">elif</span> obj <span class="keywordflow">is</span> <span class="keyword">False</span>:</div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>  self.stream.write(<span class="stringliteral">u"false"</span>)</div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>  <span class="keywordflow">elif</span> obj <span class="keywordflow">is</span> <span class="keyword">True</span>:</div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>  self.stream.write(<span class="stringliteral">u"true"</span>)</div>
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>  <span class="keywordflow">elif</span> <a class="code" href="datapath_2flow_8h.html#ab22aaab04f806700def00f32823fcb9e">type</a>(obj) <span class="keywordflow">in</span> (int, long):</div>
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>  self.stream.write(<span class="stringliteral">u"%d"</span> % obj)</div>
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>  <span class="keywordflow">elif</span> <a class="code" href="datapath_2flow_8h.html#ab22aaab04f806700def00f32823fcb9e">type</a>(obj) == float:</div>
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>  self.stream.write(<span class="stringliteral">"%.15g"</span> % obj)</div>
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>  <span class="keywordflow">elif</span> <a class="code" href="datapath_2flow_8h.html#ab22aaab04f806700def00f32823fcb9e">type</a>(obj) == unicode:</div>
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>  self.__serialize_string(obj)</div>
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>  <span class="keywordflow">elif</span> <a class="code" href="datapath_2flow_8h.html#ab22aaab04f806700def00f32823fcb9e">type</a>(obj) == str:</div>
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>  self.__serialize_string(unicode(obj))</div>
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>  <span class="keywordflow">elif</span> <a class="code" href="datapath_2flow_8h.html#ab22aaab04f806700def00f32823fcb9e">type</a>(obj) == dict:</div>
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>  self.stream.write(<span class="stringliteral">u"{"</span>)</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>  self.depth += 1</div>
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>  self.__indent_line()</div>
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span> </div>
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>  <span class="keywordflow">if</span> self.sort_keys:</div>
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>  items = sorted(obj.items())</div>
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>  <span class="keywordflow">else</span>:</div>
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span>  items = obj.iteritems()</div>
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>  <span class="keywordflow">for</span> i, (key, value) <span class="keywordflow">in</span> enumerate(items):</div>
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span>  <span class="keywordflow">if</span> i > 0:</div>
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>  self.stream.write(<span class="stringliteral">u","</span>)</div>
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>  self.__indent_line()</div>
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>  self.__serialize_string(unicode(key))</div>
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>  self.stream.write(<span class="stringliteral">u":"</span>)</div>
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>  <span class="keywordflow">if</span> self.pretty:</div>
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>  self.stream.write(<span class="stringliteral">u' '</span>)</div>
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>  self.serialize(value)</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>  self.stream.write(<span class="stringliteral">u"}"</span>)</div>
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>  self.depth -= 1</div>
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>  <span class="keywordflow">elif</span> <a class="code" href="datapath_2flow_8h.html#ab22aaab04f806700def00f32823fcb9e">type</a>(obj) <span class="keywordflow">in</span> (list, tuple):</div>
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>  self.stream.write(<span class="stringliteral">u"["</span>)</div>
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>  self.depth += 1</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>  <span class="keywordflow">if</span> obj:</div>
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>  self.__indent_line()</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>  <span class="keywordflow">for</span> i, value <span class="keywordflow">in</span> enumerate(obj):</div>
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span>  <span class="keywordflow">if</span> i > 0:</div>
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span>  self.stream.write(<span class="stringliteral">u","</span>)</div>
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span>  self.__indent_line()</div>
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span>  self.serialize(value)</div>
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span> </div>
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span>  self.depth -= 1</div>
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span>  self.stream.write(<span class="stringliteral">u"]"</span>)</div>
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span>  <span class="keywordflow">else</span>:</div>
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span>  <span class="keywordflow">raise</span> Exception(<span class="stringliteral">"can't serialize %s as JSON"</span> % obj)</div>
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span> </div>
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span> </div>
<div class="ttc" id="datapath_2flow_8h_html_ab22aaab04f806700def00f32823fcb9e"><div class="ttname"><a href="datapath_2flow_8h.html#ab22aaab04f806700def00f32823fcb9e">type</a></div><div class="ttdeci">__be16 type</div><div class="ttdef"><b>Definition:</b> flow.h:117</div></div>
</div><!-- fragment -->
</div>
</div>
<h2 class="groupheader">Field Documentation</h2>
<a class="anchor" id="aa9f29eacb81d64d4c18a383821ee76cd"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">ovs.json._Serializer.depth</td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
<a class="anchor" id="a30a327c62f4edcea62066635688a1d7b"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">ovs.json._Serializer.pretty</td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
<a class="anchor" id="a9114d841a7f50728570fb857b880aa6b"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">ovs.json._Serializer.sort_keys</td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
<a class="anchor" id="a52bd44b897d320294fd514ef7d2ee599"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">ovs.json._Serializer.stream</td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li>/home/vladn/git/ovs/python/ovs/<a class="el" href="json_8py.html">json.py</a></li>
</ul>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="namespaceovs.html">ovs</a></li><li class="navelem"><a class="el" href="namespaceovs_1_1json.html">json</a></li><li class="navelem"><a class="el" href="classovs_1_1json_1_1__Serializer.html">_Serializer</a></li>
<li class="footer">Generated on Wed Sep 9 2015 19:08:09 for ovs all by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.9.1 </li>
</ul>
</div>
</body>
</html>
|
vladn-ma/vladn-ovs-doc
|
doxygen/ovs_all/html/classovs_1_1json_1_1__Serializer.html
|
HTML
|
apache-2.0
| 22,023
|
<!DOCTYPE html>
<html lang="es-ES">
<head>
<meta name="google-site-verification" content="rjPiuL3kKPnnpgumvIzCILIjAW4A2kJg76ICSxa1D2I" />
{% block head %}
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Solucion para la adquisicion de Rodamientos, Cadenas, Bandas, Soldaduras, Maquinarias, Esproket, Chumaseras, Grasas y Lubricantes">
<meta name="author" content="Cesar Ramirez, Harvy Vanegas">
<meta name="Keywords" content="Rodamientos, Cadenas, Bandas, Soldaduras, Maquinarias, Esproket, Chumaseras, Grasas y Lubricantes" />
<meta http-equiv="Content-Language" content="es"/>
<meta name="distribution" content="global"/>
<title>{% block title %}John May & Co. (Maq.) S.A.{% endblock %}</title>
<link href="{{ STATIC_URL }}home/img/jm/jm-logo.png" rel="shortcut icon" type="image/vnd.microsoft.icon">
<!-- CSS núcleo Bootstrap -->
<link href="{{ STATIC_URL }}home/css/bootstrap.css" rel="stylesheet">
<!-- Añadir CSS personalizado aquí -->
<link href="{{ STATIC_URL }}home/css/shop-homepage.css" rel="stylesheet">
<link href="{{ STATIC_URL }}home/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="{{ STATIC_URL }}home/css/extra.css" rel="stylesheet">
{% endblock head %}
</head>
<body>
{% load tags_base %}
{% block body %}
{% block navbar %}
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<!-- Nombre Principal de la barra de Navegación -->
<div class="navbar-header">
<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>
<a class="navbar-brand" href="/">JohnMay & Co. (Maq.) S.A.</a>
</div>
<!-- Recoge los enlaces de navegación, formularios y otros contenidos para alternar -->
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav">
<li><a href="/empresa">Empresa</a></li>
<li><a href="/eventos">Productos</a></li>
<li><a href="/servicios">Servicios</a></li>
<li><a href="/faq">Preguntas Frecuentes</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="/contact">Contacto</a></li>
<li><a href="/admin">Iniciar Sesion</a></li>
</ul>
</div>
</div>
</nav>
{% endblock navbar %}
<div id="content">
{% block content %}
<div class="container">
<div class="row">
<div class="col-md-3">
<div align="center">
<a href="/"><img class="img-responsive" src="{{ STATIC_URL }}home/img/jm/jm-logo.png"></a>
</div>
<p class="lead">Nuestros Productos</p>
<div class="list-group">
{% get_categorias as categorias %}
<div class="panel-group" id="accordion">
{% for c in categorias %}
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#{{ c.id }}">
{{ c.name }}
</a>
</h4>
</div>
<div id="{{ c.id }}" class="panel-collapse collapse">
<div class="panel-body">
{% if c.is_parent %}
{% for h in c.childrens %}
<li>{{ h.name }}</li>
{% endfor %}
{% endif %}
</div>
</div>
</div>
{% endfor %}
</div>
</div>
<div align="center">
<a href="https://www.facebook.com/john.may.50702?fref=ts" target="_blank"><img class="acl-img" src="{{ STATIC_URL }}home/img/social/facebook-logo.png"></a>
<a href="https://twitter.com/JohnmayCo" target="_blank"><img class="acl-img" src="{{ STATIC_URL }}home/img/social/twitter-logo.png"></a>
<a href="https://www.youtube.com/channel/UCeSzBJEbZYyq-Xe_dsVbpOA/" target="_blank"><img class="acl-img" src="{{ STATIC_URL }}home/img/social/youtube-logo.png"></a>
</div>
<hr>
</div>
<div class="col-md-9">
<div class="row carousel-holder">
<div class="col-md-12">
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-generic" data-slide-to="1"></li>
<li data-target="#carousel-example-generic" data-slide-to="2"></li>
<li data-target="#carousel-example-generic" data-slide-to="3"></li>
<li data-target="#carousel-example-generic" data-slide-to="4"></li>
</ol>
<div class="carousel-inner">
<div class="item active">
<img class="slide-image" src="{{ STATIC_URL }}home/img/carousel/01.png">
</div>
<div class="item">
<img class="slide-image" src="{{ STATIC_URL }}home/img/carousel/02.png">
</div>
<div class="item">
<img class="slide-image" src="{{ STATIC_URL }}home/img/carousel/03.png">
</div>
<div class="item">
<img class="slide-image" src="{{ STATIC_URL }}home/img/carousel/04.png">
</div>
<div class="item">
<img class="slide-image" src="{{ STATIC_URL }}home/img/carousel/05.png">
</div>
</div>
<a class="left carousel-control" href="#carousel-example-generic" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
</a>
<a class="right carousel-control" href="#carousel-example-generic" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
</a>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-4">
<h3><i class="fa fa-check-circle"></i> Garantia de Fabrica</h3>
<p>Ofrecemos a nuestros clientes el programa "Operación libre de problemas" maximizando de esta manera el bienestar de su empresa a través de la garantía de vida de nuestros productos.</p>
<p>Respaldado por estrictos y rigurosos estandares de calidad de Fabrica que preserban una amplia durabilidad.</p>
</div>
<div class="col-lg-4 col-md-4">
<h3><i class="fa fa-pencil"></i> Personal calificado</h3>
<p>John May & Co. cuenta con personal comprometido y capacitado en todos los procesos de nuestro negocio para dar un servicio excelente a todos nuestros clientes.</p>
<p>Nuestro personal esta certificado y autorizado por nuestros proveedores para una mejor atención.</p>
</div>
<div class="col-lg-4 col-md-4">
<h3><i class="fa fa-folder-open"></i> Asesoria & Respaldo</h3>
<p>Nuestra Companía tiene más de 55 Años de Experiencia en el mercado AgroIndustrial, orientada al servicio integral de la industria caracterizados por nuestra experiencia, excelencia en servicios, seriedad y honestidad, haciendo posible con ello el desarrollo de la producción nacional, por medio de nuestra atencion personalizada. Somos Distribuidores Autorizados, brindamos garantía y soporte en todos nuestros productos.</p>
</div>
</div>
<div class="row section-colored">
<div class="col-lg-6 col-md-6 col-sm-6">
<h2>SKF Distribuidor autorizado en Nicaragua</h2>
<h5 class="rslt-txt">Ventajas al trabajar con nosotros</h5><br>
<ul>
<li>Productos garantizado</li>
<li>Respaldo de Fabrica</li>
<li>El mejor Precio</li>
<li>Asesoria Tecnica & Calidad</li>
<li>Personal Capacitado</li>
<!-- <li>100% <strong>Free</strong> to Use</li> -->
</ul>
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
<img class="img-responsive" src="{{ STATIC_URL }}home/img/jm/skf-distribuidor-autorizado.png">
</div>
</div>
</div>
</div>
</div>
{% endblock content %}
</div>
{% block footer %}
<div class="container">
<hr>
<footer>
<div class="row">
<div class="col-lg-12">
<div align="center">
{% get_marcas as marcas %}
{% for m in marcas %}
{% if m.logo %}
<a href="{{ m.url }}" target="_blank">
<img class="acl-img" src="/media/{{ m.logo }}">
</a>
{% endif %}
{% endfor %}
<hr>
<div align="center">
<p id="foot">Copyright © John May & Compañia 2016 all rights reserved</p>
</div>
</div>
</div>
</div>
</footer>
</div>
{% endblock footer %}
{% block script %}
<script src="{{ STATIC_URL }}home/js/jquery-1.10.2.js"></script>
<script src="{{ STATIC_URL }}home/js/bootstrap.js"></script>
{% endblock script %}
{% endblock body %}
</body>
</html>
|
harvyv/johnmay
|
home/templates/home/index.html
|
HTML
|
apache-2.0
| 12,200
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>substitute - YUI 3</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css">
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
<link rel="stylesheet" href="../assets/css/main.css" id="site_styles">
<link rel="shortcut icon" type="image/png" href="../assets/favicon.png">
<script src="http://yui.yahooapis.com/combo?3.9.1/build/yui/yui-min.js"></script>
</head>
<body class="yui3-skin-sam">
<div id="doc">
<div id="hd" class="yui3-g header">
<div class="yui3-u-3-4">
<h1><img src="../assets/css/logo.png" title="YUI 3"></h1>
</div>
<div class="yui3-u-1-4 version">
<em>API Docs for: 3.18.1</em>
</div>
</div>
<div id="bd" class="yui3-g">
<div class="yui3-u-1-4">
<div id="docs-sidebar" class="sidebar apidocs">
<div id="api-list">
<h2 class="off-left">APIs</h2>
<div id="api-tabview" class="tabview">
<ul class="tabs">
<li><a href="#api-classes">Classes</a></li>
<li><a href="#api-modules">Modules</a></li>
</ul>
<div id="api-tabview-filter">
<input type="search" id="api-filter" placeholder="Type to filter APIs">
</div>
<div id="api-tabview-panel">
<ul id="api-classes" class="apis classes">
<li><a href="../classes/Anim.html">Anim</a></li>
<li><a href="../classes/App.html">App</a></li>
<li><a href="../classes/App.Base.html">App.Base</a></li>
<li><a href="../classes/App.Content.html">App.Content</a></li>
<li><a href="../classes/App.Transitions.html">App.Transitions</a></li>
<li><a href="../classes/App.TransitionsNative.html">App.TransitionsNative</a></li>
<li><a href="../classes/AreaSeries.html">AreaSeries</a></li>
<li><a href="../classes/AreaSplineSeries.html">AreaSplineSeries</a></li>
<li><a href="../classes/Array.html">Array</a></li>
<li><a href="../classes/ArrayList.html">ArrayList</a></li>
<li><a href="../classes/ArraySort.html">ArraySort</a></li>
<li><a href="../classes/AsyncQueue.html">AsyncQueue</a></li>
<li><a href="../classes/Attribute.html">Attribute</a></li>
<li><a href="../classes/AttributeCore.html">AttributeCore</a></li>
<li><a href="../classes/AttributeEvents.html">AttributeEvents</a></li>
<li><a href="../classes/AttributeExtras.html">AttributeExtras</a></li>
<li><a href="../classes/AttributeLite.html">AttributeLite</a></li>
<li><a href="../classes/AttributeObservable.html">AttributeObservable</a></li>
<li><a href="../classes/AutoComplete.html">AutoComplete</a></li>
<li><a href="../classes/AutoCompleteBase.html">AutoCompleteBase</a></li>
<li><a href="../classes/AutoCompleteFilters.html">AutoCompleteFilters</a></li>
<li><a href="../classes/AutoCompleteHighlighters.html">AutoCompleteHighlighters</a></li>
<li><a href="../classes/AutoCompleteList.html">AutoCompleteList</a></li>
<li><a href="../classes/Axis.html">Axis</a></li>
<li><a href="../classes/AxisBase.html">AxisBase</a></li>
<li><a href="../classes/BarSeries.html">BarSeries</a></li>
<li><a href="../classes/Base.html">Base</a></li>
<li><a href="../classes/BaseCore.html">BaseCore</a></li>
<li><a href="../classes/BaseObservable.html">BaseObservable</a></li>
<li><a href="../classes/BottomAxisLayout.html">BottomAxisLayout</a></li>
<li><a href="../classes/Button.html">Button</a></li>
<li><a href="../classes/ButtonCore.html">ButtonCore</a></li>
<li><a href="../classes/ButtonGroup.html">ButtonGroup</a></li>
<li><a href="../classes/Cache.html">Cache</a></li>
<li><a href="../classes/CacheOffline.html">CacheOffline</a></li>
<li><a href="../classes/Calendar.html">Calendar</a></li>
<li><a href="../classes/CalendarBase.html">CalendarBase</a></li>
<li><a href="../classes/CandlestickSeries.html">CandlestickSeries</a></li>
<li><a href="../classes/CanvasCircle.html">CanvasCircle</a></li>
<li><a href="../classes/CanvasDrawing.html">CanvasDrawing</a></li>
<li><a href="../classes/CanvasEllipse.html">CanvasEllipse</a></li>
<li><a href="../classes/CanvasGraphic.html">CanvasGraphic</a></li>
<li><a href="../classes/CanvasPath.html">CanvasPath</a></li>
<li><a href="../classes/CanvasPieSlice.html">CanvasPieSlice</a></li>
<li><a href="../classes/CanvasRect.html">CanvasRect</a></li>
<li><a href="../classes/CanvasShape.html">CanvasShape</a></li>
<li><a href="../classes/CartesianChart.html">CartesianChart</a></li>
<li><a href="../classes/CartesianSeries.html">CartesianSeries</a></li>
<li><a href="../classes/CategoryAxis.html">CategoryAxis</a></li>
<li><a href="../classes/CategoryAxisBase.html">CategoryAxisBase</a></li>
<li><a href="../classes/CategoryImpl.html">CategoryImpl</a></li>
<li><a href="../classes/Chart.html">Chart</a></li>
<li><a href="../classes/ChartBase.html">ChartBase</a></li>
<li><a href="../classes/ChartLegend.html">ChartLegend</a></li>
<li><a href="../classes/Circle.html">Circle</a></li>
<li><a href="../classes/CircleGroup.html">CircleGroup</a></li>
<li><a href="../classes/ClassNameManager.html">ClassNameManager</a></li>
<li><a href="../classes/ClickableRail.html">ClickableRail</a></li>
<li><a href="../classes/Color.html">Color</a></li>
<li><a href="../classes/Color.Harmony.html">Color.Harmony</a></li>
<li><a href="../classes/Color.HSL.html">Color.HSL</a></li>
<li><a href="../classes/Color.HSV.html">Color.HSV</a></li>
<li><a href="../classes/ColumnSeries.html">ColumnSeries</a></li>
<li><a href="../classes/ComboSeries.html">ComboSeries</a></li>
<li><a href="../classes/ComboSplineSeries.html">ComboSplineSeries</a></li>
<li><a href="../classes/config.html">config</a></li>
<li><a href="../classes/Console.html">Console</a></li>
<li><a href="../classes/ContentEditable.html">ContentEditable</a></li>
<li><a href="../classes/Controller.html">Controller</a></li>
<li><a href="../classes/Cookie.html">Cookie</a></li>
<li><a href="../classes/CurveUtil.html">CurveUtil</a></li>
<li><a href="../classes/CustomEvent.html">CustomEvent</a></li>
<li><a href="../classes/DataSchema.Array.html">DataSchema.Array</a></li>
<li><a href="../classes/DataSchema.Base.html">DataSchema.Base</a></li>
<li><a href="../classes/DataSchema.JSON.html">DataSchema.JSON</a></li>
<li><a href="../classes/DataSchema.Text.html">DataSchema.Text</a></li>
<li><a href="../classes/DataSchema.XML.html">DataSchema.XML</a></li>
<li><a href="../classes/DataSource.Function.html">DataSource.Function</a></li>
<li><a href="../classes/DataSource.Get.html">DataSource.Get</a></li>
<li><a href="../classes/DataSource.IO.html">DataSource.IO</a></li>
<li><a href="../classes/DataSource.Local.html">DataSource.Local</a></li>
<li><a href="../classes/DataSourceArraySchema.html">DataSourceArraySchema</a></li>
<li><a href="../classes/DataSourceCache.html">DataSourceCache</a></li>
<li><a href="../classes/DataSourceCacheExtension.html">DataSourceCacheExtension</a></li>
<li><a href="../classes/DataSourceJSONSchema.html">DataSourceJSONSchema</a></li>
<li><a href="../classes/DataSourceTextSchema.html">DataSourceTextSchema</a></li>
<li><a href="../classes/DataSourceXMLSchema.html">DataSourceXMLSchema</a></li>
<li><a href="../classes/DataTable.html">DataTable</a></li>
<li><a href="../classes/DataTable.Base.html">DataTable.Base</a></li>
<li><a href="../classes/DataTable.BodyView.html">DataTable.BodyView</a></li>
<li><a href="../classes/DataTable.BodyView.Formatters.html">DataTable.BodyView.Formatters</a></li>
<li><a href="../classes/DataTable.Column.html">DataTable.Column</a></li>
<li><a href="../classes/DataTable.ColumnWidths.html">DataTable.ColumnWidths</a></li>
<li><a href="../classes/DataTable.Core.html">DataTable.Core</a></li>
<li><a href="../classes/DataTable.HeaderView.html">DataTable.HeaderView</a></li>
<li><a href="../classes/DataTable.Highlight.html">DataTable.Highlight</a></li>
<li><a href="../classes/DataTable.KeyNav.html">DataTable.KeyNav</a></li>
<li><a href="../classes/DataTable.Message.html">DataTable.Message</a></li>
<li><a href="../classes/DataTable.Mutable.html">DataTable.Mutable</a></li>
<li><a href="../classes/DataTable.Paginator.html">DataTable.Paginator</a></li>
<li><a href="../classes/DataTable.Paginator.Model.html">DataTable.Paginator.Model</a></li>
<li><a href="../classes/DataTable.Paginator.View.html">DataTable.Paginator.View</a></li>
<li><a href="../classes/DataTable.Scrollable.html">DataTable.Scrollable</a></li>
<li><a href="../classes/DataTable.Sortable.html">DataTable.Sortable</a></li>
<li><a href="../classes/DataTable.TableView.html">DataTable.TableView</a></li>
<li><a href="../classes/Date.html">Date</a></li>
<li><a href="../classes/DD.DDM.html">DD.DDM</a></li>
<li><a href="../classes/DD.Delegate.html">DD.Delegate</a></li>
<li><a href="../classes/DD.Drag.html">DD.Drag</a></li>
<li><a href="../classes/DD.Drop.html">DD.Drop</a></li>
<li><a href="../classes/DD.Scroll.html">DD.Scroll</a></li>
<li><a href="../classes/Dial.html">Dial</a></li>
<li><a href="../classes/Do.html">Do</a></li>
<li><a href="../classes/Do.AlterArgs.html">Do.AlterArgs</a></li>
<li><a href="../classes/Do.AlterReturn.html">Do.AlterReturn</a></li>
<li><a href="../classes/Do.Error.html">Do.Error</a></li>
<li><a href="../classes/Do.Halt.html">Do.Halt</a></li>
<li><a href="../classes/Do.Method.html">Do.Method</a></li>
<li><a href="../classes/Do.Prevent.html">Do.Prevent</a></li>
<li><a href="../classes/DOM.html">DOM</a></li>
<li><a href="../classes/DOMEventFacade.html">DOMEventFacade</a></li>
<li><a href="../classes/Drawing.html">Drawing</a></li>
<li><a href="../classes/Easing.html">Easing</a></li>
<li><a href="../classes/EditorBase.html">EditorBase</a></li>
<li><a href="../classes/EditorSelection.html">EditorSelection</a></li>
<li><a href="../classes/Ellipse.html">Ellipse</a></li>
<li><a href="../classes/EllipseGroup.html">EllipseGroup</a></li>
<li><a href="../classes/Escape.html">Escape</a></li>
<li><a href="../classes/Event.html">Event</a></li>
<li><a href="../classes/EventFacade.html">EventFacade</a></li>
<li><a href="../classes/EventHandle.html">EventHandle</a></li>
<li><a href="../classes/EventTarget.html">EventTarget</a></li>
<li><a href="../classes/Features.html">Features</a></li>
<li><a href="../classes/File.html">File</a></li>
<li><a href="../classes/FileFlash.html">FileFlash</a></li>
<li><a href="../classes/FileHTML5.html">FileHTML5</a></li>
<li><a href="../classes/Fills.html">Fills</a></li>
<li><a href="../classes/Frame.html">Frame</a></li>
<li><a href="../classes/Get.html">Get</a></li>
<li><a href="../classes/Get.Transaction.html">Get.Transaction</a></li>
<li><a href="../classes/GetNodeJS.html">GetNodeJS</a></li>
<li><a href="../classes/Graph.html">Graph</a></li>
<li><a href="../classes/Graphic.html">Graphic</a></li>
<li><a href="../classes/GraphicBase.html">GraphicBase</a></li>
<li><a href="../classes/Gridlines.html">Gridlines</a></li>
<li><a href="../classes/GroupDiamond.html">GroupDiamond</a></li>
<li><a href="../classes/GroupRect.html">GroupRect</a></li>
<li><a href="../classes/Handlebars.html">Handlebars</a></li>
<li><a href="../classes/Highlight.html">Highlight</a></li>
<li><a href="../classes/Histogram.html">Histogram</a></li>
<li><a href="../classes/HistoryBase.html">HistoryBase</a></li>
<li><a href="../classes/HistoryHash.html">HistoryHash</a></li>
<li><a href="../classes/HistoryHTML5.html">HistoryHTML5</a></li>
<li><a href="../classes/HorizontalLegendLayout.html">HorizontalLegendLayout</a></li>
<li><a href="../classes/ImgLoadGroup.html">ImgLoadGroup</a></li>
<li><a href="../classes/ImgLoadImgObj.html">ImgLoadImgObj</a></li>
<li><a href="../classes/InlineEditor.html">InlineEditor</a></li>
<li><a href="../classes/Intl.html">Intl</a></li>
<li><a href="../classes/IO.html">IO</a></li>
<li><a href="../classes/JSON.html">JSON</a></li>
<li><a href="../classes/JSONPRequest.html">JSONPRequest</a></li>
<li><a href="../classes/Lang.html">Lang</a></li>
<li><a href="../classes/LazyModelList.html">LazyModelList</a></li>
<li><a href="../classes/LeftAxisLayout.html">LeftAxisLayout</a></li>
<li><a href="../classes/Lines.html">Lines</a></li>
<li><a href="../classes/LineSeries.html">LineSeries</a></li>
<li><a href="../classes/Loader.html">Loader</a></li>
<li><a href="../classes/MarkerSeries.html">MarkerSeries</a></li>
<li><a href="../classes/Matrix.html">Matrix</a></li>
<li><a href="../classes/MatrixUtil.html">MatrixUtil</a></li>
<li><a href="../classes/Model.html">Model</a></li>
<li><a href="../classes/ModelList.html">ModelList</a></li>
<li><a href="../classes/ModelSync.Local.html">ModelSync.Local</a></li>
<li><a href="../classes/ModelSync.REST.html">ModelSync.REST</a></li>
<li><a href="../classes/Node.html">Node</a></li>
<li><a href="../classes/NodeList.html">NodeList</a></li>
<li><a href="../classes/Number.html">Number</a></li>
<li><a href="../classes/NumericAxis.html">NumericAxis</a></li>
<li><a href="../classes/NumericAxisBase.html">NumericAxisBase</a></li>
<li><a href="../classes/NumericImpl.html">NumericImpl</a></li>
<li><a href="../classes/Object.html">Object</a></li>
<li><a href="../classes/OHLCSeries.html">OHLCSeries</a></li>
<li><a href="../classes/Overlay.html">Overlay</a></li>
<li><a href="../classes/Paginator.html">Paginator</a></li>
<li><a href="../classes/Paginator.Core.html">Paginator.Core</a></li>
<li><a href="../classes/Paginator.Url.html">Paginator.Url</a></li>
<li><a href="../classes/Panel.html">Panel</a></li>
<li><a href="../classes/Parallel.html">Parallel</a></li>
<li><a href="../classes/Path.html">Path</a></li>
<li><a href="../classes/PieChart.html">PieChart</a></li>
<li><a href="../classes/PieSeries.html">PieSeries</a></li>
<li><a href="../classes/Pjax.html">Pjax</a></li>
<li><a href="../classes/PjaxBase.html">PjaxBase</a></li>
<li><a href="../classes/PjaxContent.html">PjaxContent</a></li>
<li><a href="../classes/Plots.html">Plots</a></li>
<li><a href="../classes/Plugin.Align.html">Plugin.Align</a></li>
<li><a href="../classes/Plugin.AutoComplete.html">Plugin.AutoComplete</a></li>
<li><a href="../classes/Plugin.Base.html">Plugin.Base</a></li>
<li><a href="../classes/Plugin.Button.html">Plugin.Button</a></li>
<li><a href="../classes/Plugin.Cache.html">Plugin.Cache</a></li>
<li><a href="../classes/Plugin.CalendarNavigator.html">Plugin.CalendarNavigator</a></li>
<li><a href="../classes/Plugin.ConsoleFilters.html">Plugin.ConsoleFilters</a></li>
<li><a href="../classes/Plugin.CreateLinkBase.html">Plugin.CreateLinkBase</a></li>
<li><a href="../classes/Plugin.DataTableDataSource.html">Plugin.DataTableDataSource</a></li>
<li><a href="../classes/Plugin.DDConstrained.html">Plugin.DDConstrained</a></li>
<li><a href="../classes/Plugin.DDNodeScroll.html">Plugin.DDNodeScroll</a></li>
<li><a href="../classes/Plugin.DDProxy.html">Plugin.DDProxy</a></li>
<li><a href="../classes/Plugin.DDWindowScroll.html">Plugin.DDWindowScroll</a></li>
<li><a href="../classes/Plugin.Drag.html">Plugin.Drag</a></li>
<li><a href="../classes/Plugin.Drop.html">Plugin.Drop</a></li>
<li><a href="../classes/Plugin.EditorBidi.html">Plugin.EditorBidi</a></li>
<li><a href="../classes/Plugin.EditorBR.html">Plugin.EditorBR</a></li>
<li><a href="../classes/Plugin.EditorLists.html">Plugin.EditorLists</a></li>
<li><a href="../classes/Plugin.EditorPara.html">Plugin.EditorPara</a></li>
<li><a href="../classes/Plugin.EditorParaBase.html">Plugin.EditorParaBase</a></li>
<li><a href="../classes/Plugin.EditorParaIE.html">Plugin.EditorParaIE</a></li>
<li><a href="../classes/Plugin.EditorTab.html">Plugin.EditorTab</a></li>
<li><a href="../classes/Plugin.ExecCommand.html">Plugin.ExecCommand</a></li>
<li><a href="../classes/Plugin.ExecCommand.COMMANDS.html">Plugin.ExecCommand.COMMANDS</a></li>
<li><a href="../classes/Plugin.Flick.html">Plugin.Flick</a></li>
<li><a href="../classes/Plugin.Host.html">Plugin.Host</a></li>
<li><a href="../classes/plugin.NodeFocusManager.html">plugin.NodeFocusManager</a></li>
<li><a href="../classes/Plugin.NodeFX.html">Plugin.NodeFX</a></li>
<li><a href="../classes/plugin.NodeMenuNav.html">plugin.NodeMenuNav</a></li>
<li><a href="../classes/Plugin.Pjax.html">Plugin.Pjax</a></li>
<li><a href="../classes/Plugin.Resize.html">Plugin.Resize</a></li>
<li><a href="../classes/Plugin.ResizeConstrained.html">Plugin.ResizeConstrained</a></li>
<li><a href="../classes/Plugin.ResizeProxy.html">Plugin.ResizeProxy</a></li>
<li><a href="../classes/Plugin.ScrollInfo.html">Plugin.ScrollInfo</a></li>
<li><a href="../classes/Plugin.ScrollViewList.html">Plugin.ScrollViewList</a></li>
<li><a href="../classes/Plugin.ScrollViewPaginator.html">Plugin.ScrollViewPaginator</a></li>
<li><a href="../classes/Plugin.ScrollViewScrollbars.html">Plugin.ScrollViewScrollbars</a></li>
<li><a href="../classes/Plugin.Shim.html">Plugin.Shim</a></li>
<li><a href="../classes/Plugin.SortScroll.html">Plugin.SortScroll</a></li>
<li><a href="../classes/Plugin.Tree.Lazy.html">Plugin.Tree.Lazy</a></li>
<li><a href="../classes/Plugin.WidgetAnim.html">Plugin.WidgetAnim</a></li>
<li><a href="../classes/Pollable.html">Pollable</a></li>
<li><a href="../classes/Promise.html">Promise</a></li>
<li><a href="../classes/Promise.Resolver.html">Promise.Resolver</a></li>
<li><a href="../classes/QueryString.html">QueryString</a></li>
<li><a href="../classes/Queue.html">Queue</a></li>
<li><a href="../classes/RangeSeries.html">RangeSeries</a></li>
<li><a href="../classes/Record.html">Record</a></li>
<li><a href="../classes/Recordset.html">Recordset</a></li>
<li><a href="../classes/RecordsetFilter.html">RecordsetFilter</a></li>
<li><a href="../classes/RecordsetIndexer.html">RecordsetIndexer</a></li>
<li><a href="../classes/RecordsetSort.html">RecordsetSort</a></li>
<li><a href="../classes/Rect.html">Rect</a></li>
<li><a href="../classes/Renderer.html">Renderer</a></li>
<li><a href="../classes/Resize.html">Resize</a></li>
<li><a href="../classes/RightAxisLayout.html">RightAxisLayout</a></li>
<li><a href="../classes/Router.html">Router</a></li>
<li><a href="../classes/ScrollView.html">ScrollView</a></li>
<li><a href="../classes/Selector.html">Selector</a></li>
<li><a href="../classes/SeriesBase.html">SeriesBase</a></li>
<li><a href="../classes/Shape.html">Shape</a></li>
<li><a href="../classes/ShapeGroup.html">ShapeGroup</a></li>
<li><a href="../classes/Slider.html">Slider</a></li>
<li><a href="../classes/SliderBase.html">SliderBase</a></li>
<li><a href="../classes/SliderValueRange.html">SliderValueRange</a></li>
<li><a href="../classes/Sortable.html">Sortable</a></li>
<li><a href="../classes/SplineSeries.html">SplineSeries</a></li>
<li><a href="../classes/StackedAreaSeries.html">StackedAreaSeries</a></li>
<li><a href="../classes/StackedAreaSplineSeries.html">StackedAreaSplineSeries</a></li>
<li><a href="../classes/StackedAxis.html">StackedAxis</a></li>
<li><a href="../classes/StackedAxisBase.html">StackedAxisBase</a></li>
<li><a href="../classes/StackedBarSeries.html">StackedBarSeries</a></li>
<li><a href="../classes/StackedColumnSeries.html">StackedColumnSeries</a></li>
<li><a href="../classes/StackedComboSeries.html">StackedComboSeries</a></li>
<li><a href="../classes/StackedComboSplineSeries.html">StackedComboSplineSeries</a></li>
<li><a href="../classes/StackedImpl.html">StackedImpl</a></li>
<li><a href="../classes/StackedLineSeries.html">StackedLineSeries</a></li>
<li><a href="../classes/StackedMarkerSeries.html">StackedMarkerSeries</a></li>
<li><a href="../classes/StackedSplineSeries.html">StackedSplineSeries</a></li>
<li><a href="../classes/StackingUtil.html">StackingUtil</a></li>
<li><a href="../classes/State.html">State</a></li>
<li><a href="../classes/StyleSheet.html">StyleSheet</a></li>
<li><a href="../classes/Subscriber.html">Subscriber</a></li>
<li><a href="../classes/SVGCircle.html">SVGCircle</a></li>
<li><a href="../classes/SVGDrawing.html">SVGDrawing</a></li>
<li><a href="../classes/SVGEllipse.html">SVGEllipse</a></li>
<li><a href="../classes/SVGGraphic.html">SVGGraphic</a></li>
<li><a href="../classes/SVGPath.html">SVGPath</a></li>
<li><a href="../classes/SVGPieSlice.html">SVGPieSlice</a></li>
<li><a href="../classes/SVGRect.html">SVGRect</a></li>
<li><a href="../classes/SVGShape.html">SVGShape</a></li>
<li><a href="../classes/SWF.html">SWF</a></li>
<li><a href="../classes/SWFDetect.html">SWFDetect</a></li>
<li><a href="../classes/SyntheticEvent.html">SyntheticEvent</a></li>
<li><a href="../classes/SyntheticEvent.Notifier.html">SyntheticEvent.Notifier</a></li>
<li><a href="../classes/SynthRegistry.html">SynthRegistry</a></li>
<li><a href="../classes/Tab.html">Tab</a></li>
<li><a href="../classes/TabView.html">TabView</a></li>
<li><a href="../classes/Template.html">Template</a></li>
<li><a href="../classes/Template.Micro.html">Template.Micro</a></li>
<li><a href="../classes/Test.ArrayAssert.html">Test.ArrayAssert</a></li>
<li><a href="../classes/Test.Assert.html">Test.Assert</a></li>
<li><a href="../classes/Test.AssertionError.html">Test.AssertionError</a></li>
<li><a href="../classes/Test.ComparisonFailure.html">Test.ComparisonFailure</a></li>
<li><a href="../classes/Test.Console.html">Test.Console</a></li>
<li><a href="../classes/Test.CoverageFormat.html">Test.CoverageFormat</a></li>
<li><a href="../classes/Test.DateAssert.html">Test.DateAssert</a></li>
<li><a href="../classes/Test.EventTarget.html">Test.EventTarget</a></li>
<li><a href="../classes/Test.Mock.html">Test.Mock</a></li>
<li><a href="../classes/Test.Mock.Value.html">Test.Mock.Value</a></li>
<li><a href="../classes/Test.ObjectAssert.html">Test.ObjectAssert</a></li>
<li><a href="../classes/Test.Reporter.html">Test.Reporter</a></li>
<li><a href="../classes/Test.Results.html">Test.Results</a></li>
<li><a href="../classes/Test.Runner.html">Test.Runner</a></li>
<li><a href="../classes/Test.ShouldError.html">Test.ShouldError</a></li>
<li><a href="../classes/Test.ShouldFail.html">Test.ShouldFail</a></li>
<li><a href="../classes/Test.TestCase.html">Test.TestCase</a></li>
<li><a href="../classes/Test.TestFormat.html">Test.TestFormat</a></li>
<li><a href="../classes/Test.TestNode.html">Test.TestNode</a></li>
<li><a href="../classes/Test.TestRunner.html">Test.TestRunner</a></li>
<li><a href="../classes/Test.TestSuite.html">Test.TestSuite</a></li>
<li><a href="../classes/Test.UnexpectedError.html">Test.UnexpectedError</a></li>
<li><a href="../classes/Test.UnexpectedValue.html">Test.UnexpectedValue</a></li>
<li><a href="../classes/Test.Wait.html">Test.Wait</a></li>
<li><a href="../classes/Text.AccentFold.html">Text.AccentFold</a></li>
<li><a href="../classes/Text.WordBreak.html">Text.WordBreak</a></li>
<li><a href="../classes/TimeAxis.html">TimeAxis</a></li>
<li><a href="../classes/TimeAxisBase.html">TimeAxisBase</a></li>
<li><a href="../classes/TimeImpl.html">TimeImpl</a></li>
<li><a href="../classes/ToggleButton.html">ToggleButton</a></li>
<li><a href="../classes/TopAxisLayout.html">TopAxisLayout</a></li>
<li><a href="../classes/Transition.html">Transition</a></li>
<li><a href="../classes/Tree.html">Tree</a></li>
<li><a href="../classes/Tree.Labelable.html">Tree.Labelable</a></li>
<li><a href="../classes/Tree.Node.html">Tree.Node</a></li>
<li><a href="../classes/Tree.Node.Labelable.html">Tree.Node.Labelable</a></li>
<li><a href="../classes/Tree.Node.Openable.html">Tree.Node.Openable</a></li>
<li><a href="../classes/Tree.Node.Selectable.html">Tree.Node.Selectable</a></li>
<li><a href="../classes/Tree.Node.Sortable.html">Tree.Node.Sortable</a></li>
<li><a href="../classes/Tree.Openable.html">Tree.Openable</a></li>
<li><a href="../classes/Tree.Selectable.html">Tree.Selectable</a></li>
<li><a href="../classes/Tree.Sortable.html">Tree.Sortable</a></li>
<li><a href="../classes/UA.html">UA</a></li>
<li><a href="../classes/Uploader.html">Uploader</a></li>
<li><a href="../classes/Uploader.Queue.html">Uploader.Queue</a></li>
<li><a href="../classes/UploaderFlash.html">UploaderFlash</a></li>
<li><a href="../classes/UploaderHTML5.html">UploaderHTML5</a></li>
<li><a href="../classes/ValueChange.html">ValueChange</a></li>
<li><a href="../classes/VerticalLegendLayout.html">VerticalLegendLayout</a></li>
<li><a href="../classes/View.html">View</a></li>
<li><a href="../classes/View.NodeMap.html">View.NodeMap</a></li>
<li><a href="../classes/VMLCircle.html">VMLCircle</a></li>
<li><a href="../classes/VMLDrawing.html">VMLDrawing</a></li>
<li><a href="../classes/VMLEllipse.html">VMLEllipse</a></li>
<li><a href="../classes/VMLGraphic.html">VMLGraphic</a></li>
<li><a href="../classes/VMLPath.html">VMLPath</a></li>
<li><a href="../classes/VMLPieSlice.html">VMLPieSlice</a></li>
<li><a href="../classes/VMLRect.html">VMLRect</a></li>
<li><a href="../classes/VMLShape.html">VMLShape</a></li>
<li><a href="../classes/Widget.html">Widget</a></li>
<li><a href="../classes/WidgetAutohide.html">WidgetAutohide</a></li>
<li><a href="../classes/WidgetButtons.html">WidgetButtons</a></li>
<li><a href="../classes/WidgetChild.html">WidgetChild</a></li>
<li><a href="../classes/WidgetModality.html">WidgetModality</a></li>
<li><a href="../classes/WidgetParent.html">WidgetParent</a></li>
<li><a href="../classes/WidgetPosition.html">WidgetPosition</a></li>
<li><a href="../classes/WidgetPositionAlign.html">WidgetPositionAlign</a></li>
<li><a href="../classes/WidgetPositionConstrain.html">WidgetPositionConstrain</a></li>
<li><a href="../classes/WidgetStack.html">WidgetStack</a></li>
<li><a href="../classes/WidgetStdMod.html">WidgetStdMod</a></li>
<li><a href="../classes/XML.html">XML</a></li>
<li><a href="../classes/YQL.html">YQL</a></li>
<li><a href="../classes/YQLRequest.html">YQLRequest</a></li>
<li><a href="../classes/YUI.html">YUI</a></li>
<li><a href="../classes/YUI~substitute.html">YUI~substitute</a></li>
</ul>
<ul id="api-modules" class="apis modules">
<li><a href="../modules/align-plugin.html">align-plugin</a></li>
<li><a href="../modules/anim.html">anim</a></li>
<li><a href="../modules/anim-base.html">anim-base</a></li>
<li><a href="../modules/anim-color.html">anim-color</a></li>
<li><a href="../modules/anim-curve.html">anim-curve</a></li>
<li><a href="../modules/anim-easing.html">anim-easing</a></li>
<li><a href="../modules/anim-node-plugin.html">anim-node-plugin</a></li>
<li><a href="../modules/anim-scroll.html">anim-scroll</a></li>
<li><a href="../modules/anim-shape.html">anim-shape</a></li>
<li><a href="../modules/anim-shape-transform.html">anim-shape-transform</a></li>
<li><a href="../modules/anim-xy.html">anim-xy</a></li>
<li><a href="../modules/app.html">app</a></li>
<li><a href="../modules/app-base.html">app-base</a></li>
<li><a href="../modules/app-content.html">app-content</a></li>
<li><a href="../modules/app-transitions.html">app-transitions</a></li>
<li><a href="../modules/app-transitions-native.html">app-transitions-native</a></li>
<li><a href="../modules/array-extras.html">array-extras</a></li>
<li><a href="../modules/array-invoke.html">array-invoke</a></li>
<li><a href="../modules/arraylist.html">arraylist</a></li>
<li><a href="../modules/arraylist-add.html">arraylist-add</a></li>
<li><a href="../modules/arraylist-filter.html">arraylist-filter</a></li>
<li><a href="../modules/arraysort.html">arraysort</a></li>
<li><a href="../modules/async-queue.html">async-queue</a></li>
<li><a href="../modules/attribute.html">attribute</a></li>
<li><a href="../modules/attribute-base.html">attribute-base</a></li>
<li><a href="../modules/attribute-complex.html">attribute-complex</a></li>
<li><a href="../modules/attribute-core.html">attribute-core</a></li>
<li><a href="../modules/attribute-extras.html">attribute-extras</a></li>
<li><a href="../modules/attribute-observable.html">attribute-observable</a></li>
<li><a href="../modules/autocomplete.html">autocomplete</a></li>
<li><a href="../modules/autocomplete-base.html">autocomplete-base</a></li>
<li><a href="../modules/autocomplete-filters.html">autocomplete-filters</a></li>
<li><a href="../modules/autocomplete-filters-accentfold.html">autocomplete-filters-accentfold</a></li>
<li><a href="../modules/autocomplete-highlighters.html">autocomplete-highlighters</a></li>
<li><a href="../modules/autocomplete-highlighters-accentfold.html">autocomplete-highlighters-accentfold</a></li>
<li><a href="../modules/autocomplete-list.html">autocomplete-list</a></li>
<li><a href="../modules/autocomplete-list-keys.html">autocomplete-list-keys</a></li>
<li><a href="../modules/autocomplete-plugin.html">autocomplete-plugin</a></li>
<li><a href="../modules/autocomplete-sources.html">autocomplete-sources</a></li>
<li><a href="../modules/axis.html">axis</a></li>
<li><a href="../modules/axis-base.html">axis-base</a></li>
<li><a href="../modules/axis-category.html">axis-category</a></li>
<li><a href="../modules/axis-category-base.html">axis-category-base</a></li>
<li><a href="../modules/axis-numeric.html">axis-numeric</a></li>
<li><a href="../modules/axis-numeric-base.html">axis-numeric-base</a></li>
<li><a href="../modules/axis-stacked.html">axis-stacked</a></li>
<li><a href="../modules/axis-stacked-base.html">axis-stacked-base</a></li>
<li><a href="../modules/axis-time.html">axis-time</a></li>
<li><a href="../modules/axis-time-base.html">axis-time-base</a></li>
<li><a href="../modules/base.html">base</a></li>
<li><a href="../modules/base-base.html">base-base</a></li>
<li><a href="../modules/base-build.html">base-build</a></li>
<li><a href="../modules/base-core.html">base-core</a></li>
<li><a href="../modules/base-observable.html">base-observable</a></li>
<li><a href="../modules/base-pluginhost.html">base-pluginhost</a></li>
<li><a href="../modules/button.html">button</a></li>
<li><a href="../modules/button-core.html">button-core</a></li>
<li><a href="../modules/button-group.html">button-group</a></li>
<li><a href="../modules/button-plugin.html">button-plugin</a></li>
<li><a href="../modules/cache.html">cache</a></li>
<li><a href="../modules/cache-base.html">cache-base</a></li>
<li><a href="../modules/cache-offline.html">cache-offline</a></li>
<li><a href="../modules/cache-plugin.html">cache-plugin</a></li>
<li><a href="../modules/calendar.html">calendar</a></li>
<li><a href="../modules/calendar-base.html">calendar-base</a></li>
<li><a href="../modules/calendarnavigator.html">calendarnavigator</a></li>
<li><a href="../modules/charts.html">charts</a></li>
<li><a href="../modules/charts-base.html">charts-base</a></li>
<li><a href="../modules/charts-legend.html">charts-legend</a></li>
<li><a href="../modules/classnamemanager.html">classnamemanager</a></li>
<li><a href="../modules/clickable-rail.html">clickable-rail</a></li>
<li><a href="../modules/collection.html">collection</a></li>
<li><a href="../modules/color.html">color</a></li>
<li><a href="../modules/color-base.html">color-base</a></li>
<li><a href="../modules/color-harmony.html">color-harmony</a></li>
<li><a href="../modules/color-hsl.html">color-hsl</a></li>
<li><a href="../modules/color-hsv.html">color-hsv</a></li>
<li><a href="../modules/console.html">console</a></li>
<li><a href="../modules/console-filters.html">console-filters</a></li>
<li><a href="../modules/content-editable.html">content-editable</a></li>
<li><a href="../modules/cookie.html">cookie</a></li>
<li><a href="../modules/createlink-base.html">createlink-base</a></li>
<li><a href="../modules/dataschema.html">dataschema</a></li>
<li><a href="../modules/dataschema-array.html">dataschema-array</a></li>
<li><a href="../modules/dataschema-base.html">dataschema-base</a></li>
<li><a href="../modules/dataschema-json.html">dataschema-json</a></li>
<li><a href="../modules/dataschema-text.html">dataschema-text</a></li>
<li><a href="../modules/dataschema-xml.html">dataschema-xml</a></li>
<li><a href="../modules/datasource.html">datasource</a></li>
<li><a href="../modules/datasource-arrayschema.html">datasource-arrayschema</a></li>
<li><a href="../modules/datasource-cache.html">datasource-cache</a></li>
<li><a href="../modules/datasource-function.html">datasource-function</a></li>
<li><a href="../modules/datasource-get.html">datasource-get</a></li>
<li><a href="../modules/datasource-io.html">datasource-io</a></li>
<li><a href="../modules/datasource-jsonschema.html">datasource-jsonschema</a></li>
<li><a href="../modules/datasource-local.html">datasource-local</a></li>
<li><a href="../modules/datasource-polling.html">datasource-polling</a></li>
<li><a href="../modules/datasource-textschema.html">datasource-textschema</a></li>
<li><a href="../modules/datasource-xmlschema.html">datasource-xmlschema</a></li>
<li><a href="../modules/datatable.html">datatable</a></li>
<li><a href="../modules/datatable-base.html">datatable-base</a></li>
<li><a href="../modules/datatable-body.html">datatable-body</a></li>
<li><a href="../modules/datatable-column-widths.html">datatable-column-widths</a></li>
<li><a href="../modules/datatable-core.html">datatable-core</a></li>
<li><a href="../modules/datatable-datasource.html">datatable-datasource</a></li>
<li><a href="../modules/datatable-foot.html">datatable-foot</a></li>
<li><a href="../modules/datatable-formatters.html">datatable-formatters</a></li>
<li><a href="../modules/datatable-head.html">datatable-head</a></li>
<li><a href="../modules/datatable-highlight.html">datatable-highlight</a></li>
<li><a href="../modules/datatable-keynav.html">datatable-keynav</a></li>
<li><a href="../modules/datatable-message.html">datatable-message</a></li>
<li><a href="../modules/datatable-mutable.html">datatable-mutable</a></li>
<li><a href="../modules/datatable-paginator.html">datatable-paginator</a></li>
<li><a href="../modules/datatable-scroll.html">datatable-scroll</a></li>
<li><a href="../modules/datatable-sort.html">datatable-sort</a></li>
<li><a href="../modules/datatable-table.html">datatable-table</a></li>
<li><a href="../modules/datatype.html">datatype</a></li>
<li><a href="../modules/datatype-date.html">datatype-date</a></li>
<li><a href="../modules/datatype-date-format.html">datatype-date-format</a></li>
<li><a href="../modules/datatype-date-math.html">datatype-date-math</a></li>
<li><a href="../modules/datatype-date-parse.html">datatype-date-parse</a></li>
<li><a href="../modules/datatype-number.html">datatype-number</a></li>
<li><a href="../modules/datatype-number-format.html">datatype-number-format</a></li>
<li><a href="../modules/datatype-number-parse.html">datatype-number-parse</a></li>
<li><a href="../modules/datatype-xml.html">datatype-xml</a></li>
<li><a href="../modules/datatype-xml-format.html">datatype-xml-format</a></li>
<li><a href="../modules/datatype-xml-parse.html">datatype-xml-parse</a></li>
<li><a href="../modules/dd.html">dd</a></li>
<li><a href="../modules/dd-constrain.html">dd-constrain</a></li>
<li><a href="../modules/dd-ddm.html">dd-ddm</a></li>
<li><a href="../modules/dd-ddm-base.html">dd-ddm-base</a></li>
<li><a href="../modules/dd-ddm-drop.html">dd-ddm-drop</a></li>
<li><a href="../modules/dd-delegate.html">dd-delegate</a></li>
<li><a href="../modules/dd-drag.html">dd-drag</a></li>
<li><a href="../modules/dd-drop.html">dd-drop</a></li>
<li><a href="../modules/dd-drop-plugin.html">dd-drop-plugin</a></li>
<li><a href="../modules/dd-gestures.html">dd-gestures</a></li>
<li><a href="../modules/dd-plugin.html">dd-plugin</a></li>
<li><a href="../modules/dd-proxy.html">dd-proxy</a></li>
<li><a href="../modules/dd-scroll.html">dd-scroll</a></li>
<li><a href="../modules/dial.html">dial</a></li>
<li><a href="../modules/dom.html">dom</a></li>
<li><a href="../modules/dom-base.html">dom-base</a></li>
<li><a href="../modules/dom-screen.html">dom-screen</a></li>
<li><a href="../modules/dom-style.html">dom-style</a></li>
<li><a href="../modules/dump.html">dump</a></li>
<li><a href="../modules/editor.html">editor</a></li>
<li><a href="../modules/editor-base.html">editor-base</a></li>
<li><a href="../modules/editor-bidi.html">editor-bidi</a></li>
<li><a href="../modules/editor-br.html">editor-br</a></li>
<li><a href="../modules/editor-inline.html">editor-inline</a></li>
<li><a href="../modules/editor-lists.html">editor-lists</a></li>
<li><a href="../modules/editor-para.html">editor-para</a></li>
<li><a href="../modules/editor-para-base.html">editor-para-base</a></li>
<li><a href="../modules/editor-para-ie.html">editor-para-ie</a></li>
<li><a href="../modules/editor-tab.html">editor-tab</a></li>
<li><a href="../modules/escape.html">escape</a></li>
<li><a href="../modules/event.html">event</a></li>
<li><a href="../modules/event-base.html">event-base</a></li>
<li><a href="../modules/event-contextmenu.html">event-contextmenu</a></li>
<li><a href="../modules/event-custom.html">event-custom</a></li>
<li><a href="../modules/event-custom-base.html">event-custom-base</a></li>
<li><a href="../modules/event-custom-complex.html">event-custom-complex</a></li>
<li><a href="../modules/event-delegate.html">event-delegate</a></li>
<li><a href="../modules/event-flick.html">event-flick</a></li>
<li><a href="../modules/event-focus.html">event-focus</a></li>
<li><a href="../modules/event-gestures.html">event-gestures</a></li>
<li><a href="../modules/event-hover.html">event-hover</a></li>
<li><a href="../modules/event-key.html">event-key</a></li>
<li><a href="../modules/event-mouseenter.html">event-mouseenter</a></li>
<li><a href="../modules/event-mousewheel.html">event-mousewheel</a></li>
<li><a href="../modules/event-move.html">event-move</a></li>
<li><a href="../modules/event-outside.html">event-outside</a></li>
<li><a href="../modules/event-resize.html">event-resize</a></li>
<li><a href="../modules/event-simulate.html">event-simulate</a></li>
<li><a href="../modules/event-synthetic.html">event-synthetic</a></li>
<li><a href="../modules/event-tap.html">event-tap</a></li>
<li><a href="../modules/event-touch.html">event-touch</a></li>
<li><a href="../modules/event-valuechange.html">event-valuechange</a></li>
<li><a href="../modules/exec-command.html">exec-command</a></li>
<li><a href="../modules/features.html">features</a></li>
<li><a href="../modules/file.html">file</a></li>
<li><a href="../modules/file-flash.html">file-flash</a></li>
<li><a href="../modules/file-html5.html">file-html5</a></li>
<li><a href="../modules/frame.html">frame</a></li>
<li><a href="../modules/gesture-simulate.html">gesture-simulate</a></li>
<li><a href="../modules/get.html">get</a></li>
<li><a href="../modules/get-nodejs.html">get-nodejs</a></li>
<li><a href="../modules/graphics.html">graphics</a></li>
<li><a href="../modules/graphics-group.html">graphics-group</a></li>
<li><a href="../modules/handlebars.html">handlebars</a></li>
<li><a href="../modules/handlebars-base.html">handlebars-base</a></li>
<li><a href="../modules/handlebars-compiler.html">handlebars-compiler</a></li>
<li><a href="../modules/highlight.html">highlight</a></li>
<li><a href="../modules/highlight-accentfold.html">highlight-accentfold</a></li>
<li><a href="../modules/highlight-base.html">highlight-base</a></li>
<li><a href="../modules/history.html">history</a></li>
<li><a href="../modules/history-base.html">history-base</a></li>
<li><a href="../modules/history-hash.html">history-hash</a></li>
<li><a href="../modules/history-hash-ie.html">history-hash-ie</a></li>
<li><a href="../modules/history-html5.html">history-html5</a></li>
<li><a href="../modules/imageloader.html">imageloader</a></li>
<li><a href="../modules/intl.html">intl</a></li>
<li><a href="../modules/io.html">io</a></li>
<li><a href="../modules/io-base.html">io-base</a></li>
<li><a href="../modules/io-form.html">io-form</a></li>
<li><a href="../modules/io-nodejs.html">io-nodejs</a></li>
<li><a href="../modules/io-queue.html">io-queue</a></li>
<li><a href="../modules/io-upload-iframe.html">io-upload-iframe</a></li>
<li><a href="../modules/io-xdr.html">io-xdr</a></li>
<li><a href="../modules/json.html">json</a></li>
<li><a href="../modules/json-parse.html">json-parse</a></li>
<li><a href="../modules/json-stringify.html">json-stringify</a></li>
<li><a href="../modules/jsonp.html">jsonp</a></li>
<li><a href="../modules/jsonp-url.html">jsonp-url</a></li>
<li><a href="../modules/lazy-model-list.html">lazy-model-list</a></li>
<li><a href="../modules/loader.html">loader</a></li>
<li><a href="../modules/loader-base.html">loader-base</a></li>
<li><a href="../modules/loader-yui3.html">loader-yui3</a></li>
<li><a href="../modules/matrix.html">matrix</a></li>
<li><a href="../modules/model.html">model</a></li>
<li><a href="../modules/model-list.html">model-list</a></li>
<li><a href="../modules/model-sync-rest.html">model-sync-rest</a></li>
<li><a href="../modules/node.html">node</a></li>
<li><a href="../modules/node-base.html">node-base</a></li>
<li><a href="../modules/node-core.html">node-core</a></li>
<li><a href="../modules/node-data.html">node-data</a></li>
<li><a href="../modules/node-event-delegate.html">node-event-delegate</a></li>
<li><a href="../modules/node-event-html5.html">node-event-html5</a></li>
<li><a href="../modules/node-event-simulate.html">node-event-simulate</a></li>
<li><a href="../modules/node-flick.html">node-flick</a></li>
<li><a href="../modules/node-focusmanager.html">node-focusmanager</a></li>
<li><a href="../modules/node-load.html">node-load</a></li>
<li><a href="../modules/node-menunav.html">node-menunav</a></li>
<li><a href="../modules/node-pluginhost.html">node-pluginhost</a></li>
<li><a href="../modules/node-screen.html">node-screen</a></li>
<li><a href="../modules/node-scroll-info.html">node-scroll-info</a></li>
<li><a href="../modules/node-style.html">node-style</a></li>
<li><a href="../modules/oop.html">oop</a></li>
<li><a href="../modules/overlay.html">overlay</a></li>
<li><a href="../modules/paginator.html">paginator</a></li>
<li><a href="../modules/paginator-core.html">paginator-core</a></li>
<li><a href="../modules/paginator-url.html">paginator-url</a></li>
<li><a href="../modules/panel.html">panel</a></li>
<li><a href="../modules/parallel.html">parallel</a></li>
<li><a href="../modules/pjax.html">pjax</a></li>
<li><a href="../modules/pjax-base.html">pjax-base</a></li>
<li><a href="../modules/pjax-content.html">pjax-content</a></li>
<li><a href="../modules/pjax-plugin.html">pjax-plugin</a></li>
<li><a href="../modules/plugin.html">plugin</a></li>
<li><a href="../modules/pluginhost.html">pluginhost</a></li>
<li><a href="../modules/pluginhost-base.html">pluginhost-base</a></li>
<li><a href="../modules/pluginhost-config.html">pluginhost-config</a></li>
<li><a href="../modules/promise.html">promise</a></li>
<li><a href="../modules/querystring.html">querystring</a></li>
<li><a href="../modules/querystring-parse.html">querystring-parse</a></li>
<li><a href="../modules/querystring-parse-simple.html">querystring-parse-simple</a></li>
<li><a href="../modules/querystring-stringify.html">querystring-stringify</a></li>
<li><a href="../modules/querystring-stringify-simple.html">querystring-stringify-simple</a></li>
<li><a href="../modules/queue-promote.html">queue-promote</a></li>
<li><a href="../modules/range-slider.html">range-slider</a></li>
<li><a href="../modules/recordset.html">recordset</a></li>
<li><a href="../modules/recordset-base.html">recordset-base</a></li>
<li><a href="../modules/recordset-filter.html">recordset-filter</a></li>
<li><a href="../modules/recordset-indexer.html">recordset-indexer</a></li>
<li><a href="../modules/recordset-sort.html">recordset-sort</a></li>
<li><a href="../modules/resize.html">resize</a></li>
<li><a href="../modules/resize-contrain.html">resize-contrain</a></li>
<li><a href="../modules/resize-plugin.html">resize-plugin</a></li>
<li><a href="../modules/resize-proxy.html">resize-proxy</a></li>
<li><a href="../modules/rollup.html">rollup</a></li>
<li><a href="../modules/router.html">router</a></li>
<li><a href="../modules/scrollview.html">scrollview</a></li>
<li><a href="../modules/scrollview-base.html">scrollview-base</a></li>
<li><a href="../modules/scrollview-base-ie.html">scrollview-base-ie</a></li>
<li><a href="../modules/scrollview-list.html">scrollview-list</a></li>
<li><a href="../modules/scrollview-paginator.html">scrollview-paginator</a></li>
<li><a href="../modules/scrollview-scrollbars.html">scrollview-scrollbars</a></li>
<li><a href="../modules/selection.html">selection</a></li>
<li><a href="../modules/selector-css2.html">selector-css2</a></li>
<li><a href="../modules/selector-css3.html">selector-css3</a></li>
<li><a href="../modules/selector-native.html">selector-native</a></li>
<li><a href="../modules/series-area.html">series-area</a></li>
<li><a href="../modules/series-area-stacked.html">series-area-stacked</a></li>
<li><a href="../modules/series-areaspline.html">series-areaspline</a></li>
<li><a href="../modules/series-areaspline-stacked.html">series-areaspline-stacked</a></li>
<li><a href="../modules/series-bar.html">series-bar</a></li>
<li><a href="../modules/series-bar-stacked.html">series-bar-stacked</a></li>
<li><a href="../modules/series-base.html">series-base</a></li>
<li><a href="../modules/series-candlestick.html">series-candlestick</a></li>
<li><a href="../modules/series-cartesian.html">series-cartesian</a></li>
<li><a href="../modules/series-column.html">series-column</a></li>
<li><a href="../modules/series-column-stacked.html">series-column-stacked</a></li>
<li><a href="../modules/series-combo.html">series-combo</a></li>
<li><a href="../modules/series-combo-stacked.html">series-combo-stacked</a></li>
<li><a href="../modules/series-combospline.html">series-combospline</a></li>
<li><a href="../modules/series-combospline-stacked.html">series-combospline-stacked</a></li>
<li><a href="../modules/series-curve-util.html">series-curve-util</a></li>
<li><a href="../modules/series-fill-util.html">series-fill-util</a></li>
<li><a href="../modules/series-histogram.html">series-histogram</a></li>
<li><a href="../modules/series-line.html">series-line</a></li>
<li><a href="../modules/series-line-stacked.html">series-line-stacked</a></li>
<li><a href="../modules/series-line-util.html">series-line-util</a></li>
<li><a href="../modules/series-marker.html">series-marker</a></li>
<li><a href="../modules/series-marker-stacked.html">series-marker-stacked</a></li>
<li><a href="../modules/series-ohlc.html">series-ohlc</a></li>
<li><a href="../modules/series-pie.html">series-pie</a></li>
<li><a href="../modules/series-plot-util.html">series-plot-util</a></li>
<li><a href="../modules/series-range.html">series-range</a></li>
<li><a href="../modules/series-spline.html">series-spline</a></li>
<li><a href="../modules/series-spline-stacked.html">series-spline-stacked</a></li>
<li><a href="../modules/series-stacked.html">series-stacked</a></li>
<li><a href="../modules/shim-plugin.html">shim-plugin</a></li>
<li><a href="../modules/slider.html">slider</a></li>
<li><a href="../modules/slider-base.html">slider-base</a></li>
<li><a href="../modules/slider-value-range.html">slider-value-range</a></li>
<li><a href="../modules/sortable.html">sortable</a></li>
<li><a href="../modules/sortable-scroll.html">sortable-scroll</a></li>
<li><a href="../modules/stylesheet.html">stylesheet</a></li>
<li><a href="../modules/substitute.html">substitute</a></li>
<li><a href="../modules/swf.html">swf</a></li>
<li><a href="../modules/swfdetect.html">swfdetect</a></li>
<li><a href="../modules/tabview.html">tabview</a></li>
<li><a href="../modules/template.html">template</a></li>
<li><a href="../modules/template-base.html">template-base</a></li>
<li><a href="../modules/template-micro.html">template-micro</a></li>
<li><a href="../modules/test.html">test</a></li>
<li><a href="../modules/test-console.html">test-console</a></li>
<li><a href="../modules/text.html">text</a></li>
<li><a href="../modules/text-accentfold.html">text-accentfold</a></li>
<li><a href="../modules/text-wordbreak.html">text-wordbreak</a></li>
<li><a href="../modules/timers.html">timers</a></li>
<li><a href="../modules/transition.html">transition</a></li>
<li><a href="../modules/transition-timer.html">transition-timer</a></li>
<li><a href="../modules/tree.html">tree</a></li>
<li><a href="../modules/tree-labelable.html">tree-labelable</a></li>
<li><a href="../modules/tree-lazy.html">tree-lazy</a></li>
<li><a href="../modules/tree-node.html">tree-node</a></li>
<li><a href="../modules/tree-openable.html">tree-openable</a></li>
<li><a href="../modules/tree-selectable.html">tree-selectable</a></li>
<li><a href="../modules/tree-sortable.html">tree-sortable</a></li>
<li><a href="../modules/uploader.html">uploader</a></li>
<li><a href="../modules/uploader-flash.html">uploader-flash</a></li>
<li><a href="../modules/uploader-html5.html">uploader-html5</a></li>
<li><a href="../modules/uploader-queue.html">uploader-queue</a></li>
<li><a href="../modules/view.html">view</a></li>
<li><a href="../modules/view-node-map.html">view-node-map</a></li>
<li><a href="../modules/widget.html">widget</a></li>
<li><a href="../modules/widget-anim.html">widget-anim</a></li>
<li><a href="../modules/widget-autohide.html">widget-autohide</a></li>
<li><a href="../modules/widget-base.html">widget-base</a></li>
<li><a href="../modules/widget-base-ie.html">widget-base-ie</a></li>
<li><a href="../modules/widget-buttons.html">widget-buttons</a></li>
<li><a href="../modules/widget-child.html">widget-child</a></li>
<li><a href="../modules/widget-htmlparser.html">widget-htmlparser</a></li>
<li><a href="../modules/widget-modality.html">widget-modality</a></li>
<li><a href="../modules/widget-parent.html">widget-parent</a></li>
<li><a href="../modules/widget-position.html">widget-position</a></li>
<li><a href="../modules/widget-position-align.html">widget-position-align</a></li>
<li><a href="../modules/widget-position-constrain.html">widget-position-constrain</a></li>
<li><a href="../modules/widget-skin.html">widget-skin</a></li>
<li><a href="../modules/widget-stack.html">widget-stack</a></li>
<li><a href="../modules/widget-stdmod.html">widget-stdmod</a></li>
<li><a href="../modules/widget-uievents.html">widget-uievents</a></li>
<li><a href="../modules/yql.html">yql</a></li>
<li><a href="../modules/yql-jsonp.html">yql-jsonp</a></li>
<li><a href="../modules/yql-nodejs.html">yql-nodejs</a></li>
<li><a href="../modules/yql-winjs.html">yql-winjs</a></li>
<li><a href="../modules/yui.html">yui</a></li>
<li><a href="../modules/yui-base.html">yui-base</a></li>
<li><a href="../modules/yui-later.html">yui-later</a></li>
<li><a href="../modules/yui-log.html">yui-log</a></li>
<li><a href="../modules/yui-throttle.html">yui-throttle</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="yui3-u-3-4">
<div id="api-options">
Show:
<label for="api-show-inherited">
<input type="checkbox" id="api-show-inherited" checked>
Inherited
</label>
<label for="api-show-protected">
<input type="checkbox" id="api-show-protected">
Protected
</label>
<label for="api-show-private">
<input type="checkbox" id="api-show-private">
Private
</label>
<label for="api-show-deprecated">
<input type="checkbox" id="api-show-deprecated">
Deprecated
</label>
</div>
<div class="apidocs">
<div id="docs-main">
<div class="content">
<h1>substitute Module</h1>
<div class="box clearfix meta">
<div class="foundat">
Defined in: <a href="../files/substitute_js_substitute.js.html#l12"><code>substitute/js/substitute.js:12</code></a>
</div>
</div>
<div class="box deprecated">
<p>
This module is deprecated.
</p>
</div>
<div class="box intro">
<p>String variable substitution and string formatting.
If included, the substitute method is added to the YUI instance.</p>
</div>
<div class="yui3-g">
<div class="yui3-u-1-2">
<p>This module provides the following classes:</p>
<ul class="module-classes">
<li class="module-class">
<a href="../classes/YUI~substitute.html">
YUI~substitute
</a>
</li>
</ul>
</div>
<div class="yui3-u-1-2">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="../assets/vendor/prettify/prettify-min.js"></script>
<script>prettyPrint();</script>
<script src="../assets/js/yui-prettify.js"></script>
<script src="../assets/../api.js"></script>
<script src="../assets/js/api-filter.js"></script>
<script src="../assets/js/api-list.js"></script>
<script src="../assets/js/api-search.js"></script>
<script src="../assets/js/apidocs.js"></script>
</body>
</html>
|
mabetle/mps
|
_libs/yui-3.18.1/api/modules/substitute.html
|
HTML
|
apache-2.0
| 74,446
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_92) on Sat Aug 20 17:35:15 BST 2016 -->
<title>MetaConfig.InstanceCheckPolicy (kludje-core 0.8-SNAPSHOT API)</title>
<meta name="date" content="2016-08-20">
<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="MetaConfig.InstanceCheckPolicy (kludje-core 0.8-SNAPSHOT API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":6};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="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="../../uk/kludje/MetaConfig.html" title="class in uk.kludje"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../uk/kludje/MetaConfig.ObjectEqualsPolicy.html" title="interface in uk.kludje"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../index.html?uk/kludje/MetaConfig.InstanceCheckPolicy.html" target="_top">Frames</a></li>
<li><a href="MetaConfig.InstanceCheckPolicy.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">uk.kludje</div>
<h2 title="Interface MetaConfig.InstanceCheckPolicy" class="title">Interface MetaConfig.InstanceCheckPolicy</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>Enclosing class:</dt>
<dd><a href="../../uk/kludje/MetaConfig.html" title="class in uk.kludje">MetaConfig</a></dd>
</dl>
<dl>
<dt>Functional Interface:</dt>
<dd>This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.</dd>
</dl>
<hr>
<br>
<pre>@FunctionalInterface
public static interface <span class="typeNameLabel">MetaConfig.InstanceCheckPolicy</span></pre>
<div class="block">Used at the start of <a href="../../uk/kludje/Meta.html#equals-T-java.lang.Object-"><code>Meta.equals(Object, Object)</code></a> to check type equivalence.
Instances must be immutable and thread-safe.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../uk/kludje/MetaConfig.html#withInstanceofEqualsTypeCheck--"><code>MetaConfig.withInstanceofEqualsTypeCheck()</code></a></dd>
</dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd"> </span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../uk/kludje/MetaConfig.InstanceCheckPolicy.html#isSameType-java.lang.Class-java.lang.Object-">isSameType</a></span>(java.lang.Class<?> thisType,
java.lang.Object thatInstance)</code> </td>
</tr>
</table>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="isSameType-java.lang.Class-java.lang.Object-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>isSameType</h4>
<pre>boolean isSameType(java.lang.Class<?> thisType,
java.lang.Object thatInstance)</pre>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>thisType</code> - the meta type</dd>
<dd><code>thatInstance</code> - the instance to check</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>true if thatInstance is the "same" type as thisType; false otherwise</dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../index-all.html">Index</a></li>
<li><a href="../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../uk/kludje/MetaConfig.html" title="class in uk.kludje"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../uk/kludje/MetaConfig.ObjectEqualsPolicy.html" title="interface in uk.kludje"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../index.html?uk/kludje/MetaConfig.InstanceCheckPolicy.html" target="_top">Frames</a></li>
<li><a href="MetaConfig.InstanceCheckPolicy.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
mcdiae/kludje
|
docs/artefacts/api/0.7/uk/kludje/MetaConfig.InstanceCheckPolicy.html
|
HTML
|
apache-2.0
| 8,638
|
{% extends "../helloWorld.html" %}
{% block demoSectionClasses %}demo_hello_world_quick{% endblock %}
{% block meta_title %}Demo - Hello World - Quick{% endblock %}
{% block meta_description %}"Hello World!" demo and tutorial using Spincast - Quick version{% endblock %}
{% set demoId = "quick" %}
{% block demoBody %}
<h4>
<a class="anchor_small" id="hello_world_quick" href="#hello_world_quick" title="permanent link"></a>
<em>1. Quick version!</em>
</h4>
<p class="shortTop">
<img class="inlineIcon" src="/public/images/icons/para.png" />
First, we add the latest version of the <code>org.spincast:spincast-default</code>
Maven artifact to our <code>pom.xml</code> (or <code>build.gradle</code>) :
<div>
<p>
<pre class="ace ace-xml"
><dependency>
<groupId>org.spincast</groupId>
<artifactId>spincast-default</artifactId>
<version>{{spincast.spincastCurrrentVersion}}</version>
</dependency></pre>
</p>
</div>
</p>
<p>
<img class="inlineIcon" src="/public/images/icons/para.png" />
Then :
<div>
<p>
<pre class="ace ace-java"
>public class App {
public static void main(String[] args) {
Spincast.init(args);
}
@Inject
protected void init(DefaultRouter router, Server server) {
router.GET("/").handle(context -> context.response().sendHtml("<h1>Hello World!</h1>"));
server.start();
}
}</pre>
</p>
<p>
<span class="explanation">Explanation :</span><br />
<em class="explTip">( <img class="inlineIcon" src="/public/images/icons/tipy.png" /> Tip : try hovering/clicking the page numbers below! )</em>
<ul>
<li>
<span class="code-line-nbr">3</span> : A standard <code>main(...)</code>
method is the entry point of our application.
</li>
<li>
<span class="code-line-nbr">4</span> : <code><em>Spincast.init(args)</em></code> will
create a Guice context using the default <a href="/plugins">plugins</a>, will
bind the current <code>App</code> class in the context and will load it.
</li>
<li>
<span class="code-line-nbr">7-8</span> : This <a href="/documentation#init_method">init method</a>
is going to be called automatically when the Guice context is ready. We inject in it the
default <a class="javadoc" href="/public/javadoc/org/spincast/core/routing/Router.html">Router</a> and the
default <a class="javadoc" href="/public/javadoc/org/spincast/core/server/Server.html">Server</a>.
</li>
<li>
<span class="code-line-nbr">9</span> : We define a <code>Route</code> for the index page
using an inline <code>Route Handler</code> based on a lambda.
</li>
<li>
<span class="code-line-nbr">10</span> : We start the server.
</li>
</ul>
</p>
</div>
</p>
<h4>
<a class="anchor_small" href="#tryit" id="tryit" title="permanent link"></a>
Try it!
</h4>
<p>
Download this application, and run it by yourself :
</p>
<p>
<ul>
<li>
Download <strong><em><a href="/public/demo-apps/spincast-demos-quick.zip">spincast-demos-quick.zip</a></em></strong>.
</li>
<li>
Unzip the file.
</li>
<li>
Enter the root directory using a terminal.
</li>
<li>
Compile the application using Maven :
<br />
<code>mvn clean package</code>
</li>
<li>
Launch the application :
<br />
<code>java -jar target/spincast-demos-quick-{{spincast.spincastCurrrentVersion}}.jar</code>
</li>
</ul>
</p>
<p>
The application is then accessible at <a href="http://localhost:44419">http://localhost:44419</a>
</p>
<h4>
<a class="anchor_small" href="#tooeasy" id="tooeasy" title="permanent link"></a>
Too simple for you?
</h4>
<p>
Try the <a href="/demos-tutorials/hello-world/better">Better...</a> "<em>Hello World!</em>" demo, for an improved version!
</p>
{% endblock %}
|
spincast/spincast-framework
|
spincast-website/src/main/resources/templates/demos/helloWorld/quick.html
|
HTML
|
apache-2.0
| 4,424
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_92) on Wed Jul 27 21:20:05 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>net.sourceforge.pmd.lang.ast Class Hierarchy (PMD Core 5.5.1 API)</title>
<meta name="date" content="2016-07-27">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="net.sourceforge.pmd.lang.ast Class Hierarchy (PMD Core 5.5.1 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li class="navBarCell1Rev">Tree</li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../net/sourceforge/pmd/lang/package-tree.html">Prev</a></li>
<li><a href="../../../../../net/sourceforge/pmd/lang/ast/xpath/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?net/sourceforge/pmd/lang/ast/package-tree.html" target="_top">Frames</a></li>
<li><a href="package-tree.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 class="title">Hierarchy For Package net.sourceforge.pmd.lang.ast</h1>
<span class="packageHierarchyLabel">Package Hierarchies:</span>
<ul class="horizontal">
<li><a href="../../../../../overview-tree.html">All Packages</a></li>
</ul>
</div>
<div class="contentContainer">
<h2 title="Class Hierarchy">Class Hierarchy</h2>
<ul>
<li type="circle">java.lang.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Object</span></a>
<ul>
<li type="circle">net.sourceforge.pmd.lang.ast.<a href="../../../../../net/sourceforge/pmd/lang/ast/AbstractNode.html" title="class in net.sourceforge.pmd.lang.ast"><span class="typeNameLink">AbstractNode</span></a> (implements net.sourceforge.pmd.lang.ast.<a href="../../../../../net/sourceforge/pmd/lang/ast/Node.html" title="interface in net.sourceforge.pmd.lang.ast">Node</a>)</li>
<li type="circle">net.sourceforge.pmd.lang.ast.<a href="../../../../../net/sourceforge/pmd/lang/ast/AbstractTokenManager.html" title="class in net.sourceforge.pmd.lang.ast"><span class="typeNameLink">AbstractTokenManager</span></a></li>
<li type="circle">net.sourceforge.pmd.lang.ast.<a href="../../../../../net/sourceforge/pmd/lang/ast/GenericToken.html" title="class in net.sourceforge.pmd.lang.ast"><span class="typeNameLink">GenericToken</span></a></li>
<li type="circle">net.sourceforge.pmd.lang.ast.<a href="../../../../../net/sourceforge/pmd/lang/ast/JavaCharStream.html" title="class in net.sourceforge.pmd.lang.ast"><span class="typeNameLink">JavaCharStream</span></a> (implements net.sourceforge.pmd.lang.ast.<a href="../../../../../net/sourceforge/pmd/lang/ast/CharStream.html" title="interface in net.sourceforge.pmd.lang.ast">CharStream</a>)</li>
<li type="circle">net.sourceforge.pmd.lang.ast.<a href="../../../../../net/sourceforge/pmd/lang/ast/SimpleCharStream.html" title="class in net.sourceforge.pmd.lang.ast"><span class="typeNameLink">SimpleCharStream</span></a> (implements net.sourceforge.pmd.lang.ast.<a href="../../../../../net/sourceforge/pmd/lang/ast/CharStream.html" title="interface in net.sourceforge.pmd.lang.ast">CharStream</a>)</li>
<li type="circle">net.sourceforge.pmd.lang.ast.<a href="../../../../../net/sourceforge/pmd/lang/ast/SourceCodePositioner.html" title="class in net.sourceforge.pmd.lang.ast"><span class="typeNameLink">SourceCodePositioner</span></a></li>
<li type="circle">java.lang.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Throwable</span></a> (implements java.io.<a href="http://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>)
<ul>
<li type="circle">java.lang.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Exception</span></a>
<ul>
<li type="circle">java.lang.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/RuntimeException.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">RuntimeException</span></a>
<ul>
<li type="circle">net.sourceforge.pmd.lang.ast.<a href="../../../../../net/sourceforge/pmd/lang/ast/ParseException.html" title="class in net.sourceforge.pmd.lang.ast"><span class="typeNameLink">ParseException</span></a></li>
<li type="circle">net.sourceforge.pmd.lang.ast.<a href="../../../../../net/sourceforge/pmd/lang/ast/TokenMgrError.html" title="class in net.sourceforge.pmd.lang.ast"><span class="typeNameLink">TokenMgrError</span></a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<h2 title="Interface Hierarchy">Interface Hierarchy</h2>
<ul>
<li type="circle">net.sourceforge.pmd.lang.ast.<a href="../../../../../net/sourceforge/pmd/lang/ast/CharStream.html" title="interface in net.sourceforge.pmd.lang.ast"><span class="typeNameLink">CharStream</span></a></li>
<li type="circle">net.sourceforge.pmd.lang.ast.<a href="../../../../../net/sourceforge/pmd/lang/ast/Node.html" title="interface in net.sourceforge.pmd.lang.ast"><span class="typeNameLink">Node</span></a></li>
<li type="circle">net.sourceforge.pmd.lang.ast.<a href="../../../../../net/sourceforge/pmd/lang/ast/RootNode.html" title="interface in net.sourceforge.pmd.lang.ast"><span class="typeNameLink">RootNode</span></a></li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li class="navBarCell1Rev">Tree</li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../net/sourceforge/pmd/lang/package-tree.html">Prev</a></li>
<li><a href="../../../../../net/sourceforge/pmd/lang/ast/xpath/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?net/sourceforge/pmd/lang/ast/package-tree.html" target="_top">Frames</a></li>
<li><a href="package-tree.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2002–2016 <a href="http://pmd.sourceforge.net/">InfoEther</a>. All rights reserved.</small></p>
</body>
</html>
|
jasonwee/videoOnCloud
|
pmd/pmd-doc-5.5.1/pmd-core/apidocs/net/sourceforge/pmd/lang/ast/package-tree.html
|
HTML
|
apache-2.0
| 8,849
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_43) on Tue Apr 09 16:55:13 ICT 2013 -->
<TITLE>
Uses of Class org.apache.hadoop.mapred.lib.MultipleInputs (Hadoop 1.0.4-SNAPSHOT API)
</TITLE>
<META NAME="date" CONTENT="2013-04-09">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.hadoop.mapred.lib.MultipleInputs (Hadoop 1.0.4-SNAPSHOT API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/hadoop/mapred/lib/MultipleInputs.html" title="class in org.apache.hadoop.mapred.lib"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/apache/hadoop/mapred/lib//class-useMultipleInputs.html" target="_top"><B>FRAMES</B></A>
<A HREF="MultipleInputs.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>org.apache.hadoop.mapred.lib.MultipleInputs</B></H2>
</CENTER>
No usage of org.apache.hadoop.mapred.lib.MultipleInputs
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/hadoop/mapred/lib/MultipleInputs.html" title="class in org.apache.hadoop.mapred.lib"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/apache/hadoop/mapred/lib//class-useMultipleInputs.html" target="_top"><B>FRAMES</B></A>
<A HREF="MultipleInputs.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 2009 The Apache Software Foundation
</BODY>
</HTML>
|
jrnz/hadoop
|
build/docs/api/org/apache/hadoop/mapred/lib/class-use/MultipleInputs.html
|
HTML
|
apache-2.0
| 6,113
|
<table id="cart_products">
<thead>
<tr>
<th colspan="2"><span th:text="#{cart.item}">Item</span></th>
<th><span th:text="#{cart.quantity}">Quantity</span></th>
<th> <span th:text="#{cart.price}">Price</span> <span class="small" th:text="#{cart.each}">(each)</span></th>
<th> <span th:text="#{cart.totalSavings}">Total Savings</span></th>
<th><span th:text="#{cart.total}">Total</span></th>
</tr>
</thead>
<tbody>
<tr th:each="item : ${cart.orderItems}" th:object="${item}" th:id="${'productRow' + item.id}">
<td><img th:if="*{product.media['primary']}" th:src="@{*{product.media['primary'].url} + '?thumbnail'}" width="60" th:alt="*{product.name}" /></td>
<td class="name">
<a th:href="@{*{product.url}}" th:text="*{product.name}"></a>
<br/>
<blc:product_option_display orderItem="${item}" >
<ul th:unless="${#lists.isEmpty(productOptionDisplayValues)}" class="productOptions">
<li th:each="entry: ${productOptionDisplayValues}">
<span th:text="${entry.key} + ': ' + ${entry.value}"></span>
</li>
</ul>
</blc:product_option_display>
<ul th:if="${item instanceof T(org.broadleafcommerce.core.order.domain.BundleOrderItem)}">
<li th:each="doi : *{discreteOrderItems}" th:text="${doi.quantity + ' x ' + doi.name}" />
</ul>
</td>
<td align="center">
<blc:form method="POST" th:action="@{/cart/updateQuantity}">
<input type="hidden" name="productId" th:value="*{product.id}" />
<input type="hidden" name="orderItemId" th:value="*{id}" />
<input type="number" name="quantity" class="quantityInput" style="width:30px" th:value="*{quantity}" maxlength="3" autocomplete="off"/><br />
<input type="submit" class="updateQuantity" th:value="#{cart.update}"/>
</blc:form>
<a class="cartLinkBtn remove_from_cart" th:href="@{/cart/remove(orderItemId=*{id}, productId=*{product.id})}"><span th:text="#{cart.remove}">Remove</span></a>
</td>
<td align="center" blc:price="*{getPriceBeforeAdjustments(true)}"></td>
<td align="center" th:if="*{adjustmentValue.zero}">---</td>
<td align="center" class="discount" th:unless="*{adjustmentValue.zero}" >
<span blc:price="*{totalAdjustmentValue}" ></span>
<div class="productOptions" th:substituteby="catalog/partials/offers :: offers"/>
</td>
<td th:if="!${item instanceof T(org.broadleafcommerce.core.order.domain.BundleOrderItem)}" align="center" class="value" th:text="*{totalPrice}"></td>
<td th:if="${item instanceof T(org.broadleafcommerce.core.order.domain.BundleOrderItem)}" align="center" class="value" th:text="*{totalPrice}"></td>
</tr>
</tbody>
</table>
|
griddynamics/Behavior-Analytic-Starter-Kit
|
maven_projects/web-store/site/src/main/webapp/WEB-INF/templates/cart/partials/cartProductsTable.html
|
HTML
|
apache-2.0
| 3,140
|
<!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 Gender in UD_Slovenian-SST</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/sl_sst/sl_sst-feat-Gender.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_slovenian-sst-features-gender">Treebank Statistics: UD_Slovenian-SST: Features: <code class="language-plaintext highlighter-rouge">Gender</code></h2>
<p>This feature is universal.
It occurs with 3 different values: <code class="language-plaintext highlighter-rouge">Fem</code>, <code class="language-plaintext highlighter-rouge">Masc</code>, <code class="language-plaintext highlighter-rouge">Neut</code>.</p>
<p>This is a <a href="../../u/overview/feat-layers.html">layered feature</a> with the following layers: <tt><a href="sl_sst-feat-Gender.html">Gender</a></tt>, <tt><a href="sl_sst-feat-Gender-psor.html">Gender[psor]</a></tt>.</p>
<p>9590 tokens (33%) have a non-empty value of <code class="language-plaintext highlighter-rouge">Gender</code>.
4433 types (73%) occur at least once with a non-empty value of <code class="language-plaintext highlighter-rouge">Gender</code>.
2967 lemmas (75%) occur at least once with a non-empty value of <code class="language-plaintext highlighter-rouge">Gender</code>.
The feature is used with 8 part-of-speech tags: <tt><a href="sl_sst-pos-NOUN.html">NOUN</a></tt> (3626; 12% instances), <tt><a href="sl_sst-pos-ADJ.html">ADJ</a></tt> (1664; 6% instances), <tt><a href="sl_sst-pos-DET.html">DET</a></tt> (1613; 5% instances), <tt><a href="sl_sst-pos-VERB.html">VERB</a></tt> (1164; 4% instances), <tt><a href="sl_sst-pos-PRON.html">PRON</a></tt> (681; 2% instances), <tt><a href="sl_sst-pos-PROPN.html">PROPN</a></tt> (444; 2% instances), <tt><a href="sl_sst-pos-NUM.html">NUM</a></tt> (270; 1% instances), <tt><a href="sl_sst-pos-AUX.html">AUX</a></tt> (128; 0% instances).</p>
<h3 id="noun"><code class="language-plaintext highlighter-rouge">NOUN</code></h3>
<p>3626 <tt><a href="sl_sst-pos-NOUN.html">NOUN</a></tt> tokens (100% of all <code class="language-plaintext highlighter-rouge">NOUN</code> tokens) have a non-empty value of <code class="language-plaintext highlighter-rouge">Gender</code>.</p>
<p>The most frequent other feature values with which <code class="language-plaintext highlighter-rouge">NOUN</code> and <code class="language-plaintext highlighter-rouge">Gender</code> co-occurred: <tt><a href="sl_sst-feat-Animacy.html">Animacy</a></tt><tt>=EMPTY</tt> (3246; 90%), <tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Sing</tt> (2736; 75%).</p>
<p><code class="language-plaintext highlighter-rouge">NOUN</code> tokens may have the following values of <code class="language-plaintext highlighter-rouge">Gender</code>:</p>
<ul>
<li><code class="language-plaintext highlighter-rouge">Fem</code> (1518; 42% of non-empty <code class="language-plaintext highlighter-rouge">Gender</code>): <em>strani, stvari, hvala, minut, stopinj, gospa, stran, razmere, stvar, veze</em></li>
<li><code class="language-plaintext highlighter-rouge">Masc</code> (1627; 45% of non-empty <code class="language-plaintext highlighter-rouge">Gender</code>): <em>dan, redu, čas, evrov, koncu, gospod, ljudi, način, dni, del</em></li>
<li><code class="language-plaintext highlighter-rouge">Neut</code> (481; 13% of non-empty <code class="language-plaintext highlighter-rouge">Gender</code>): <em>bistvu, jutro, leto, leta, vprašanje, letih, ime, mestu, let, leti</em></li>
</ul>
<table>
<tr><th>Paradigm <i>oči</i></th><th><tt>Masc</tt></th><th><tt>Fem</tt></th></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Case.html">Case</a></tt><tt>=Gen</tt>|<tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Plur</tt></tt></td><td></td><td><em>oči</em></td></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Case.html">Case</a></tt><tt>=Nom</tt>|<tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Sing</tt></tt></td><td><em>oči</em></td><td></td></tr>
</table>
<p><code class="language-plaintext highlighter-rouge">Gender</code> seems to be <strong>lexical feature</strong> of <code class="language-plaintext highlighter-rouge">NOUN</code>. 100% lemmas (1523) occur only with one value of <code class="language-plaintext highlighter-rouge">Gender</code>.</p>
<h3 id="adj"><code class="language-plaintext highlighter-rouge">ADJ</code></h3>
<p>1664 <tt><a href="sl_sst-pos-ADJ.html">ADJ</a></tt> tokens (100% of all <code class="language-plaintext highlighter-rouge">ADJ</code> tokens) have a non-empty value of <code class="language-plaintext highlighter-rouge">Gender</code>.</p>
<p>The most frequent other feature values with which <code class="language-plaintext highlighter-rouge">ADJ</code> and <code class="language-plaintext highlighter-rouge">Gender</code> co-occurred: <tt><a href="sl_sst-feat-VerbForm.html">VerbForm</a></tt><tt>=EMPTY</tt> (1478; 89%), <tt><a href="sl_sst-feat-Degree.html">Degree</a></tt><tt>=Pos</tt> (1442; 87%), <tt><a href="sl_sst-feat-Definite.html">Definite</a></tt><tt>=EMPTY</tt> (1350; 81%), <tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Sing</tt> (1266; 76%), <tt><a href="sl_sst-feat-Case.html">Case</a></tt><tt>=Nom</tt> (880; 53%).</p>
<p><code class="language-plaintext highlighter-rouge">ADJ</code> tokens may have the following values of <code class="language-plaintext highlighter-rouge">Gender</code>:</p>
<ul>
<li><code class="language-plaintext highlighter-rouge">Fem</code> (650; 39% of non-empty <code class="language-plaintext highlighter-rouge">Gender</code>): <em>drugo, druga, lepa, rdeča, same, druge, glavna, sama, dobra, tretjo</em></li>
<li><code class="language-plaintext highlighter-rouge">Masc</code> (650; 39% of non-empty <code class="language-plaintext highlighter-rouge">Gender</code>): <em>dober, prvi, drugi, lep, sam, stari, mali, sami, cel, pravi</em></li>
<li><code class="language-plaintext highlighter-rouge">Neut</code> (364; 22% of non-empty <code class="language-plaintext highlighter-rouge">Gender</code>): <em>dobro, glavnem, zanimivo, drugega, mogoče, drugo, hudega, jasno, podobno, pomembno</em></li>
</ul>
<table>
<tr><th>Paradigm <i>drug</i></th><th><tt>Masc</tt></th><th><tt>Fem</tt></th><th><tt>Neut</tt></th></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Case.html">Case</a></tt><tt>=Acc</tt>|<tt><a href="sl_sst-feat-Definite.html">Definite</a></tt><tt>=Def</tt>|<tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Sing</tt></tt></td><td><em>drugi</em></td><td></td><td></td></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Case.html">Case</a></tt><tt>=Acc</tt>|<tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Sing</tt></tt></td><td></td><td><em>drugo</em></td><td><em>drugo</em></td></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Case.html">Case</a></tt><tt>=Acc</tt>|<tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Plur</tt></tt></td><td><em>druge</em></td><td><em>druge</em></td><td></td></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Case.html">Case</a></tt><tt>=Dat</tt>|<tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Sing</tt></tt></td><td><em>drugemu</em></td><td></td><td></td></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Case.html">Case</a></tt><tt>=Gen</tt>|<tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Sing</tt></tt></td><td><em>drugega</em></td><td><em>druge</em></td><td><em>drugega</em></td></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Case.html">Case</a></tt><tt>=Gen</tt>|<tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Plur</tt></tt></td><td><em>drugih</em></td><td><em>drugih</em></td><td></td></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Case.html">Case</a></tt><tt>=Ins</tt>|<tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Sing</tt></tt></td><td></td><td><em>drugo</em></td><td><em>drugim</em></td></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Case.html">Case</a></tt><tt>=Ins</tt>|<tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Plur</tt></tt></td><td></td><td><em>drugimi</em></td><td></td></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Case.html">Case</a></tt><tt>=Loc</tt>|<tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Sing</tt></tt></td><td></td><td><em>drugi</em></td><td><em>drugem</em></td></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Case.html">Case</a></tt><tt>=Loc</tt>|<tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Dual</tt></tt></td><td></td><td><em>drugih</em></td><td></td></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Case.html">Case</a></tt><tt>=Nom</tt>|<tt><a href="sl_sst-feat-Definite.html">Definite</a></tt><tt>=Def</tt>|<tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Sing</tt></tt></td><td><em>drugi</em></td><td></td><td></td></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Case.html">Case</a></tt><tt>=Nom</tt>|<tt><a href="sl_sst-feat-Definite.html">Definite</a></tt><tt>=Ind</tt>|<tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Sing</tt></tt></td><td><em>drug</em></td><td></td><td></td></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Case.html">Case</a></tt><tt>=Nom</tt>|<tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Sing</tt></tt></td><td></td><td><em>druga</em></td><td><em>drugo</em></td></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Case.html">Case</a></tt><tt>=Nom</tt>|<tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Plur</tt></tt></td><td><em>drugi</em></td><td><em>druge</em></td><td></td></tr>
</table>
<h3 id="det"><code class="language-plaintext highlighter-rouge">DET</code></h3>
<p>1613 <tt><a href="sl_sst-pos-DET.html">DET</a></tt> tokens (87% of all <code class="language-plaintext highlighter-rouge">DET</code> tokens) have a non-empty value of <code class="language-plaintext highlighter-rouge">Gender</code>.</p>
<p>The most frequent other feature values with which <code class="language-plaintext highlighter-rouge">DET</code> and <code class="language-plaintext highlighter-rouge">Gender</code> co-occurred: <tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Sing</tt> (1334; 83%), <tt><a href="sl_sst-feat-PronType.html">PronType</a></tt><tt>=Dem</tt> (1055; 65%).</p>
<p><code class="language-plaintext highlighter-rouge">DET</code> tokens may have the following values of <code class="language-plaintext highlighter-rouge">Gender</code>:</p>
<ul>
<li><code class="language-plaintext highlighter-rouge">Fem</code> (363; 23% of non-empty <code class="language-plaintext highlighter-rouge">Gender</code>): <em>ta, te, to, tej, take, naša, neke, neko, teh, moja</em></li>
<li><code class="language-plaintext highlighter-rouge">Masc</code> (415; 26% of non-empty <code class="language-plaintext highlighter-rouge">Gender</code>): <em>ta, tisti, tem, vsi, tega, kakšen, ti, oni, vsak, teh</em></li>
<li><code class="language-plaintext highlighter-rouge">Neut</code> (835; 52% of non-empty <code class="language-plaintext highlighter-rouge">Gender</code>): <em>to, vse, nič, tem, tega, nekaj, tisto, tole, temu, tako</em></li>
<li><code class="language-plaintext highlighter-rouge">EMPTY</code> (231): <em>malo, nekaj, več, koliko, dosti, toliko, veliko, pol, manj, preveč</em></li>
</ul>
<table>
<tr><th>Paradigm <i>ta</i></th><th><tt>Masc</tt></th><th><tt>Fem</tt></th><th><tt>Neut</tt></th></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Case.html">Case</a></tt><tt>=Acc</tt>|<tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Sing</tt></tt></td><td><em>ta, tega</em></td><td><em>to</em></td><td><em>to</em></td></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Case.html">Case</a></tt><tt>=Acc</tt>|<tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Plur</tt></tt></td><td><em>te</em></td><td><em>te</em></td><td><em>ta</em></td></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Case.html">Case</a></tt><tt>=Dat</tt>|<tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Sing</tt></tt></td><td><em>temu</em></td><td><em>tej</em></td><td><em>temu</em></td></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Case.html">Case</a></tt><tt>=Dat</tt>|<tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Plur</tt></tt></td><td><em>tem</em></td><td><em>tem</em></td><td><em>tem</em></td></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Case.html">Case</a></tt><tt>=Gen</tt>|<tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Sing</tt></tt></td><td><em>tega</em></td><td><em>te</em></td><td><em>tega</em></td></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Case.html">Case</a></tt><tt>=Gen</tt>|<tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Plur</tt></tt></td><td><em>teh</em></td><td><em>teh</em></td><td><em>teh</em></td></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Case.html">Case</a></tt><tt>=Ins</tt>|<tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Sing</tt></tt></td><td><em>tem</em></td><td><em>to</em></td><td><em>tem</em></td></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Case.html">Case</a></tt><tt>=Ins</tt>|<tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Plur</tt></tt></td><td><em>temi</em></td><td><em>temi</em></td><td></td></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Case.html">Case</a></tt><tt>=Loc</tt>|<tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Sing</tt></tt></td><td><em>tem</em></td><td><em>tej</em></td><td><em>tem</em></td></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Case.html">Case</a></tt><tt>=Loc</tt>|<tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Plur</tt></tt></td><td></td><td><em>teh</em></td><td><em>teh</em></td></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Case.html">Case</a></tt><tt>=Nom</tt>|<tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Sing</tt></tt></td><td><em>ta</em></td><td><em>ta</em></td><td><em>to</em></td></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Case.html">Case</a></tt><tt>=Nom</tt>|<tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Dual</tt></tt></td><td></td><td><em>ti</em></td><td></td></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Case.html">Case</a></tt><tt>=Nom</tt>|<tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Plur</tt></tt></td><td><em>ti</em></td><td><em>te</em></td><td><em>ta</em></td></tr>
</table>
<h3 id="verb"><code class="language-plaintext highlighter-rouge">VERB</code></h3>
<p>1164 <tt><a href="sl_sst-pos-VERB.html">VERB</a></tt> tokens (30% of all <code class="language-plaintext highlighter-rouge">VERB</code> tokens) have a non-empty value of <code class="language-plaintext highlighter-rouge">Gender</code>.</p>
<p>The most frequent other feature values with which <code class="language-plaintext highlighter-rouge">VERB</code> and <code class="language-plaintext highlighter-rouge">Gender</code> co-occurred: <tt><a href="sl_sst-feat-Mood.html">Mood</a></tt><tt>=EMPTY</tt> (1164; 100%), <tt><a href="sl_sst-feat-Person.html">Person</a></tt><tt>=EMPTY</tt> (1164; 100%), <tt><a href="sl_sst-feat-Polarity.html">Polarity</a></tt><tt>=EMPTY</tt> (1164; 100%), <tt><a href="sl_sst-feat-Tense.html">Tense</a></tt><tt>=EMPTY</tt> (1164; 100%), <tt><a href="sl_sst-feat-VerbForm.html">VerbForm</a></tt><tt>=Part</tt> (1164; 100%), <tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Sing</tt> (781; 67%).</p>
<p><code class="language-plaintext highlighter-rouge">VERB</code> tokens may have the following values of <code class="language-plaintext highlighter-rouge">Gender</code>:</p>
<ul>
<li><code class="language-plaintext highlighter-rouge">Fem</code> (314; 27% of non-empty <code class="language-plaintext highlighter-rouge">Gender</code>): <em>imela, šla, bila, rekla, videla, dala, naredila, delala, izdala, mogla</em></li>
<li><code class="language-plaintext highlighter-rouge">Masc</code> (719; 62% of non-empty <code class="language-plaintext highlighter-rouge">Gender</code>): <em>bil, rekel, imeli, imel, rekli, šel, dobil, videl, videli, mogel</em></li>
<li><code class="language-plaintext highlighter-rouge">Neut</code> (131; 11% of non-empty <code class="language-plaintext highlighter-rouge">Gender</code>): <em>bilo, šlo, prišlo, zgodilo, dalo, ostalo, moglo, moralo, potegnilo, ratalo</em></li>
<li><code class="language-plaintext highlighter-rouge">EMPTY</code> (2769): <em>je, vem, veš, mislim, ni, recimo, ima, so, bo, pravi</em></li>
</ul>
<table>
<tr><th>Paradigm <i>biti</i></th><th><tt>Masc</tt></th><th><tt>Fem</tt></th><th><tt>Neut</tt></th></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Aspect.html">Aspect</a></tt><tt>=Imp</tt>|<tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Sing</tt></tt></td><td><em>bil</em></td><td></td><td><em>bilo</em></td></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Sing</tt></tt></td><td><em>bil</em></td><td><em>bila</em></td><td><em>bilo</em></td></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Dual</tt></tt></td><td><em>bila</em></td><td></td><td></td></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Plur</tt></tt></td><td><em>bili</em></td><td><em>bile</em></td><td></td></tr>
</table>
<h3 id="pron"><code class="language-plaintext highlighter-rouge">PRON</code></h3>
<p>681 <tt><a href="sl_sst-pos-PRON.html">PRON</a></tt> tokens (42% of all <code class="language-plaintext highlighter-rouge">PRON</code> tokens) have a non-empty value of <code class="language-plaintext highlighter-rouge">Gender</code>.</p>
<p>The most frequent other feature values with which <code class="language-plaintext highlighter-rouge">PRON</code> and <code class="language-plaintext highlighter-rouge">Gender</code> co-occurred: <tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Sing</tt> (492; 72%), <tt><a href="sl_sst-feat-Variant.html">Variant</a></tt><tt>=EMPTY</tt> (472; 69%), <tt><a href="sl_sst-feat-PronType.html">PronType</a></tt><tt>=Prs</tt> (397; 58%).</p>
<p><code class="language-plaintext highlighter-rouge">PRON</code> tokens may have the following values of <code class="language-plaintext highlighter-rouge">Gender</code>:</p>
<ul>
<li><code class="language-plaintext highlighter-rouge">Fem</code> (122; 18% of non-empty <code class="language-plaintext highlighter-rouge">Gender</code>): <em>jo, ona, jih, ji, je, njej, njo, midve, me, nje</em></li>
<li><code class="language-plaintext highlighter-rouge">Masc</code> (320; 47% of non-empty <code class="language-plaintext highlighter-rouge">Gender</code>): <em>ga, mi, jih, kdo, vi, on, jim, mu, oni, njega</em></li>
<li><code class="language-plaintext highlighter-rouge">Neut</code> (239; 35% of non-empty <code class="language-plaintext highlighter-rouge">Gender</code>): <em>kaj, kar, česa, čim, jih, karkoli, ga, marsikaj, čem, čemer</em></li>
<li><code class="language-plaintext highlighter-rouge">EMPTY</code> (959): <em>se, jaz, ti, mi, si, nas, vam, meni, me, mene</em></li>
</ul>
<table>
<tr><th>Paradigm <i>on</i></th><th><tt>Masc</tt></th><th><tt>Fem</tt></th><th><tt>Neut</tt></th></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Case.html">Case</a></tt><tt>=Acc</tt>|<tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Sing</tt></tt></td><td><em>njega</em></td><td><em>njo</em></td><td></td></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Case.html">Case</a></tt><tt>=Acc</tt>|<tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Sing</tt>|<tt><a href="sl_sst-feat-Variant.html">Variant</a></tt><tt>=Short</tt></tt></td><td><em>ga</em></td><td><em>jo</em></td><td><em>ga</em></td></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Case.html">Case</a></tt><tt>=Acc</tt>|<tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Plur</tt></tt></td><td><em>njih</em></td><td></td><td></td></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Case.html">Case</a></tt><tt>=Acc</tt>|<tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Plur</tt>|<tt><a href="sl_sst-feat-Variant.html">Variant</a></tt><tt>=Short</tt></tt></td><td><em>jih</em></td><td><em>jih</em></td><td><em>jih</em></td></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Case.html">Case</a></tt><tt>=Dat</tt>|<tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Sing</tt></tt></td><td><em>njemu</em></td><td><em>njej</em></td><td></td></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Case.html">Case</a></tt><tt>=Dat</tt>|<tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Sing</tt>|<tt><a href="sl_sst-feat-Variant.html">Variant</a></tt><tt>=Short</tt></tt></td><td><em>mu</em></td><td><em>ji</em></td><td></td></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Case.html">Case</a></tt><tt>=Dat</tt>|<tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Plur</tt></tt></td><td></td><td><em>njim</em></td><td></td></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Case.html">Case</a></tt><tt>=Dat</tt>|<tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Plur</tt>|<tt><a href="sl_sst-feat-Variant.html">Variant</a></tt><tt>=Short</tt></tt></td><td><em>jim</em></td><td><em>jim</em></td><td></td></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Case.html">Case</a></tt><tt>=Gen</tt>|<tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Sing</tt></tt></td><td><em>njega</em></td><td><em>nje</em></td><td></td></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Case.html">Case</a></tt><tt>=Gen</tt>|<tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Sing</tt>|<tt><a href="sl_sst-feat-Variant.html">Variant</a></tt><tt>=Short</tt></tt></td><td><em>ga</em></td><td><em>je</em></td><td></td></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Case.html">Case</a></tt><tt>=Gen</tt>|<tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Plur</tt>|<tt><a href="sl_sst-feat-Variant.html">Variant</a></tt><tt>=Short</tt></tt></td><td><em>jih</em></td><td><em>jih</em></td><td></td></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Case.html">Case</a></tt><tt>=Ins</tt>|<tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Sing</tt></tt></td><td><em>njim</em></td><td><em>njo</em></td><td></td></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Case.html">Case</a></tt><tt>=Ins</tt>|<tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Dual</tt></tt></td><td><em>njima</em></td><td></td><td></td></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Case.html">Case</a></tt><tt>=Ins</tt>|<tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Plur</tt></tt></td><td><em>njimi</em></td><td><em>njimi</em></td><td></td></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Case.html">Case</a></tt><tt>=Loc</tt>|<tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Sing</tt></tt></td><td><em>njem</em></td><td><em>njej</em></td><td></td></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Case.html">Case</a></tt><tt>=Loc</tt>|<tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Plur</tt></tt></td><td><em>njih</em></td><td><em>njih</em></td><td></td></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Case.html">Case</a></tt><tt>=Nom</tt>|<tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Sing</tt></tt></td><td><em>on</em></td><td><em>ona</em></td><td></td></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Case.html">Case</a></tt><tt>=Nom</tt>|<tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Dual</tt></tt></td><td><em>onadva</em></td><td></td><td></td></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Case.html">Case</a></tt><tt>=Nom</tt>|<tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Plur</tt></tt></td><td><em>oni</em></td><td><em>one</em></td><td></td></tr>
</table>
<h3 id="propn"><code class="language-plaintext highlighter-rouge">PROPN</code></h3>
<p>444 <tt><a href="sl_sst-pos-PROPN.html">PROPN</a></tt> tokens (59% of all <code class="language-plaintext highlighter-rouge">PROPN</code> tokens) have a non-empty value of <code class="language-plaintext highlighter-rouge">Gender</code>.</p>
<p>The most frequent other feature values with which <code class="language-plaintext highlighter-rouge">PROPN</code> and <code class="language-plaintext highlighter-rouge">Gender</code> co-occurred: <tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Sing</tt> (403; 91%), <tt><a href="sl_sst-feat-Case.html">Case</a></tt><tt>=Nom</tt> (233; 52%).</p>
<p><code class="language-plaintext highlighter-rouge">PROPN</code> tokens may have the following values of <code class="language-plaintext highlighter-rouge">Gender</code>:</p>
<ul>
<li><code class="language-plaintext highlighter-rouge">Fem</code> (167; 38% of non-empty <code class="language-plaintext highlighter-rouge">Gender</code>): <em>slovenija, sloveniji, slovenije, božjah, karavanke, bistrica, evropi, jugoslaviji, orsa, viktorije</em></li>
<li><code class="language-plaintext highlighter-rouge">Masc</code> (267; 60% of non-empty <code class="language-plaintext highlighter-rouge">Gender</code>): <em>jones, tom, david, healy, iraku, jezus, herman, paranoid, petty, quincy</em></li>
<li><code class="language-plaintext highlighter-rouge">Neut</code> (10; 2% of non-empty <code class="language-plaintext highlighter-rouge">Gender</code>): <em>pohorja, celja, jezerskim, laškega, madžarskem, pohorje, posočju, velenju</em></li>
<li><code class="language-plaintext highlighter-rouge">EMPTY</code> (314): <em>[name:personal], [name:surname], [name:address], [name:organisation], [name:place]</em></li>
</ul>
<p><code class="language-plaintext highlighter-rouge">Gender</code> seems to be <strong>lexical feature</strong> of <code class="language-plaintext highlighter-rouge">PROPN</code>. 100% lemmas (306) occur only with one value of <code class="language-plaintext highlighter-rouge">Gender</code>.</p>
<h3 id="num"><code class="language-plaintext highlighter-rouge">NUM</code></h3>
<p>270 <tt><a href="sl_sst-pos-NUM.html">NUM</a></tt> tokens (54% of all <code class="language-plaintext highlighter-rouge">NUM</code> tokens) have a non-empty value of <code class="language-plaintext highlighter-rouge">Gender</code>.</p>
<p>The most frequent other feature values with which <code class="language-plaintext highlighter-rouge">NUM</code> and <code class="language-plaintext highlighter-rouge">Gender</code> co-occurred: <tt><a href="sl_sst-feat-NumForm.html">NumForm</a></tt><tt>=Word</tt> (270; 100%), <tt><a href="sl_sst-feat-NumType.html">NumType</a></tt><tt>=Card</tt> (269; 100%), <tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Sing</tt> (153; 57%).</p>
<p><code class="language-plaintext highlighter-rouge">NUM</code> tokens may have the following values of <code class="language-plaintext highlighter-rouge">Gender</code>:</p>
<ul>
<li><code class="language-plaintext highlighter-rouge">Fem</code> (127; 47% of non-empty <code class="language-plaintext highlighter-rouge">Gender</code>): <em>eno, ena, dve, ene, tri, štiri, dveh, eni, treh, štirih</em></li>
<li><code class="language-plaintext highlighter-rouge">Masc</code> (125; 46% of non-empty <code class="language-plaintext highlighter-rouge">Gender</code>): <em>dva, en, enega, tri, eden, eni, štirje, enim, štiri, trije</em></li>
<li><code class="language-plaintext highlighter-rouge">Neut</code> (18; 7% of non-empty <code class="language-plaintext highlighter-rouge">Gender</code>): <em>eno, tri, ena, dve, enim, tremi, štirih, štirim</em></li>
<li><code class="language-plaintext highlighter-rouge">EMPTY</code> (229): <em>tisoč, dvajset, pet, petnajst, sto, šest, deset, petdeset, petsto, sedem</em></li>
</ul>
<table>
<tr><th>Paradigm <i>en</i></th><th><tt>Masc</tt></th><th><tt>Fem</tt></th><th><tt>Neut</tt></th></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Case.html">Case</a></tt><tt>=Acc</tt>|<tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Sing</tt></tt></td><td><em>en, enega</em></td><td><em>eno</em></td><td><em>eno</em></td></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Case.html">Case</a></tt><tt>=Acc</tt>|<tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Plur</tt></tt></td><td></td><td><em>ene</em></td><td></td></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Case.html">Case</a></tt><tt>=Dat</tt>|<tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Sing</tt></tt></td><td><em>enemu</em></td><td></td><td></td></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Case.html">Case</a></tt><tt>=Gen</tt>|<tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Sing</tt></tt></td><td><em>enega</em></td><td><em>ene</em></td><td></td></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Case.html">Case</a></tt><tt>=Gen</tt>|<tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Plur</tt></tt></td><td><em>enih</em></td><td></td><td></td></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Case.html">Case</a></tt><tt>=Ins</tt>|<tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Sing</tt></tt></td><td><em>enim</em></td><td><em>eno</em></td><td><em>enim</em></td></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Case.html">Case</a></tt><tt>=Loc</tt>|<tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Sing</tt></tt></td><td></td><td><em>eni</em></td><td></td></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Case.html">Case</a></tt><tt>=Nom</tt>|<tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Sing</tt></tt></td><td><em>en</em></td><td><em>ena</em></td><td><em>eno</em></td></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Case.html">Case</a></tt><tt>=Nom</tt>|<tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Plur</tt></tt></td><td><em>eni</em></td><td></td><td><em>ena</em></td></tr>
</table>
<h3 id="aux"><code class="language-plaintext highlighter-rouge">AUX</code></h3>
<p>128 <tt><a href="sl_sst-pos-AUX.html">AUX</a></tt> tokens (7% of all <code class="language-plaintext highlighter-rouge">AUX</code> tokens) have a non-empty value of <code class="language-plaintext highlighter-rouge">Gender</code>.</p>
<p>The most frequent other feature values with which <code class="language-plaintext highlighter-rouge">AUX</code> and <code class="language-plaintext highlighter-rouge">Gender</code> co-occurred: <tt><a href="sl_sst-feat-Mood.html">Mood</a></tt><tt>=EMPTY</tt> (128; 100%), <tt><a href="sl_sst-feat-Person.html">Person</a></tt><tt>=EMPTY</tt> (128; 100%), <tt><a href="sl_sst-feat-Polarity.html">Polarity</a></tt><tt>=EMPTY</tt> (128; 100%), <tt><a href="sl_sst-feat-Tense.html">Tense</a></tt><tt>=EMPTY</tt> (128; 100%), <tt><a href="sl_sst-feat-VerbForm.html">VerbForm</a></tt><tt>=Part</tt> (128; 100%), <tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Sing</tt> (105; 82%).</p>
<p><code class="language-plaintext highlighter-rouge">AUX</code> tokens may have the following values of <code class="language-plaintext highlighter-rouge">Gender</code>:</p>
<ul>
<li><code class="language-plaintext highlighter-rouge">Fem</code> (36; 28% of non-empty <code class="language-plaintext highlighter-rouge">Gender</code>): <em>bila, bile</em></li>
<li><code class="language-plaintext highlighter-rouge">Masc</code> (60; 47% of non-empty <code class="language-plaintext highlighter-rouge">Gender</code>): <em>bil, bili, bila</em></li>
<li><code class="language-plaintext highlighter-rouge">Neut</code> (32; 25% of non-empty <code class="language-plaintext highlighter-rouge">Gender</code>): <em>bilo, bila</em></li>
<li><code class="language-plaintext highlighter-rouge">EMPTY</code> (1808): <em>je, so, sem, bi, bo, smo, ni, si, bomo, ste</em></li>
</ul>
<table>
<tr><th>Paradigm <i>biti</i></th><th><tt>Masc</tt></th><th><tt>Fem</tt></th><th><tt>Neut</tt></th></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Aspect.html">Aspect</a></tt><tt>=Imp</tt>|<tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Sing</tt></tt></td><td><em>bil</em></td><td></td><td><em>bilo</em></td></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Sing</tt></tt></td><td><em>bil</em></td><td><em>bila</em></td><td><em>bilo</em></td></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Dual</tt></tt></td><td><em>bila</em></td><td></td><td></td></tr>
<tr><td><tt><tt><a href="sl_sst-feat-Number.html">Number</a></tt><tt>=Plur</tt></tt></td><td><em>bili</em></td><td><em>bile</em></td><td><em>bila</em></td></tr>
</table>
<h2 id="relations-with-agreement-in-gender">Relations with Agreement in <code class="language-plaintext highlighter-rouge">Gender</code></h2>
<p>The 10 most frequent relations where parent and child node agree in <code class="language-plaintext highlighter-rouge">Gender</code>:
<tt>NOUN –[<tt><a href="sl_sst-dep-amod.html">amod</a></tt>]–> ADJ</tt> (942; 99%),
<tt>NOUN –[<tt><a href="sl_sst-dep-det.html">det</a></tt>]–> DET</tt> (581; 90%),
<tt>NOUN –[<tt><a href="sl_sst-dep-nummod.html">nummod</a></tt>]–> NUM</tt> (141; 54%),
<tt>NOUN –[<tt><a href="sl_sst-dep-conj.html">conj</a></tt>]–> NOUN</tt> (106; 60%),
<tt>ADJ –[<tt><a href="sl_sst-dep-nsubj.html">nsubj</a></tt>]–> NOUN</tt> (75; 96%),
<tt>PROPN –[<tt><a href="sl_sst-dep-flat-name.html">flat:name</a></tt>]–> PROPN</tt> (75; 100%),
<tt>ADJ –[<tt><a href="sl_sst-dep-conj.html">conj</a></tt>]–> ADJ</tt> (50; 93%),
<tt>ADJ –[<tt><a href="sl_sst-dep-nsubj.html">nsubj</a></tt>]–> DET</tt> (39; 93%),
<tt>NOUN –[<tt><a href="sl_sst-dep-appos.html">appos</a></tt>]–> NOUN</tt> (30; 64%),
<tt>ADJ –[<tt><a href="sl_sst-dep-det.html">det</a></tt>]–> DET</tt> (27; 93%).</p>
</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/sl_sst/sl_sst-feat-Gender.html
|
HTML
|
apache-2.0
| 39,014
|
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.6) on Mon Mar 02 14:33:08 NOVT 2020 -->
<title>EnterpriseDomainJob</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-03-02">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
<script type="text/javascript" src="../../../../jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../../jquery/jquery-3.3.1.js"></script>
<script type="text/javascript" src="../../../../jquery/jquery-migrate-3.0.1.js"></script>
<script type="text/javascript" src="../../../../jquery/jquery-ui.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="EnterpriseDomainJob";
}
}
catch(err) {
}
//-->
var data = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":6,"i6":9,"i7":10,"i8":10,"i9":10,"i10":10,"i11":6,"i12":10,"i13":10,"i14":10,"i15":10,"i16":9,"i17":9,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":6};
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
var pathtoroot = "../../../../";
var useModuleDirectories = true;
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<div class="fixedNav">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/EnterpriseDomainJob.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses.html">All Classes</a></li>
</ul>
<ul class="navListSearch">
<li><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</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>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li><a href="#nested.class.summary">Nested</a> | </li>
<li><a href="#field.summary">Field</a> | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a id="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding"> </div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<!-- ======== START OF CLASS DATA ======== -->
<main role="main">
<div class="header">
<div class="subTitle"><span class="packageLabelInType">Package</span> <a href="package-summary.html">org.enterprisedomain.classmaker.jobs</a></div>
<h2 title="Class EnterpriseDomainJob" class="title">Class EnterpriseDomainJob</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>org.eclipse.core.runtime.PlatformObject</li>
<li>
<ul class="inheritance">
<li>org.eclipse.core.internal.jobs.InternalJob</li>
<li>
<ul class="inheritance">
<li>org.eclipse.core.runtime.jobs.Job</li>
<li>
<ul class="inheritance">
<li>org.eclipse.core.internal.resources.InternalWorkspaceJob</li>
<li>
<ul class="inheritance">
<li>org.eclipse.core.resources.WorkspaceJob</li>
<li>
<ul class="inheritance">
<li>org.enterprisedomain.classmaker.jobs.EnterpriseDomainJob</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><code>java.lang.Comparable</code>, <code>org.eclipse.core.runtime.IAdaptable</code>, <code><a href="Worker.html" title="interface in org.enterprisedomain.classmaker.jobs">Worker</a></code></dd>
</dl>
<dl>
<dt>Direct Known Subclasses:</dt>
<dd><code><a href="ContainerJob.html" title="class in org.enterprisedomain.classmaker.jobs">ContainerJob</a></code>, <code><a href="DelegatingJob.html" title="class in org.enterprisedomain.classmaker.jobs">DelegatingJob</a></code>, <code><a href="codegen/EcoreGenerator.html" title="class in org.enterprisedomain.classmaker.jobs.codegen">EcoreGenerator</a></code>, <code><a href="codegen/GenModelSetupJob.html" title="class in org.enterprisedomain.classmaker.jobs.codegen">GenModelSetupJob</a></code></dd>
</dl>
<hr>
<pre>public abstract class <span class="typeNameLabel">EnterpriseDomainJob</span>
extends org.eclipse.core.resources.WorkspaceJob
implements <a href="Worker.html" title="interface in org.enterprisedomain.classmaker.jobs">Worker</a></pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="nested.class.summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<table class="memberSummary">
<caption><span>Nested Classes</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class </code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="EnterpriseDomainJob.JobProgressProvider.html" title="class in org.enterprisedomain.classmaker.jobs">EnterpriseDomainJob.JobProgressProvider</a></span></code></th>
<td class="colLast"> </td>
</tr>
</table>
</li>
</ul>
</section>
<!-- =========== FIELD SUMMARY =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<ul class="blockList">
<li class="blockList"><a id="fields.inherited.from.class.org.eclipse.core.runtime.jobs.Job">
<!-- -->
</a>
<h3>Fields inherited from class org.eclipse.core.runtime.jobs.Job</h3>
<code>ASYNC_FINISH, BUILD, DECORATE, INTERACTIVE, LONG, NONE, RUNNING, SHORT, SLEEPING, WAITING</code></li>
</ul>
</li>
</ul>
</section>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr class="altColor">
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(java.lang.String,int,long)">EnterpriseDomainJob</a></span>​(java.lang.String name,
int depth,
long stateTimestamp)</code></th>
<td class="colLast"> </td>
</tr>
</table>
</li>
</ul>
</section>
<!-- ========== METHOD SUMMARY =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#addListener()">addListener</a></span>()</code></th>
<td class="colLast"> </td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#belongsTo(java.lang.Object)">belongsTo</a></span>​(java.lang.Object family)</code></th>
<td class="colLast"> </td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getAdapter(java.lang.Class)">getAdapter</a></span>​(java.lang.Class adapter)</code></th>
<td class="colLast"> </td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getBuildKind()">getBuildKind</a></span>()</code></th>
<td class="colLast"> </td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code><a href="../State.html" title="interface in org.enterprisedomain.classmaker">State</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getContributionState()">getContributionState</a></span>()</code></th>
<td class="colLast"> </td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>abstract <a href="../Stage.html" title="enum in org.enterprisedomain.classmaker">Stage</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getDirtyStage()">getDirtyStage</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns an earliest stage that becomes dirty after execution of this job.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>static <a href="EnterpriseDomainJob.html" title="class in org.enterprisedomain.classmaker.jobs">EnterpriseDomainJob</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getJob(org.enterprisedomain.classmaker.jobs.Worker)">getJob</a></span>​(<a href="Worker.html" title="interface in org.enterprisedomain.classmaker.jobs">Worker</a> worker)</code></th>
<td class="colLast"> </td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code><a href="EnterpriseDomainJob.html" title="class in org.enterprisedomain.classmaker.jobs">EnterpriseDomainJob</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getNextJob()">getNextJob</a></span>()</code></th>
<td class="colLast"> </td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>org.eclipse.core.resources.IProject</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getProject()">getProject</a></span>()</code></th>
<td class="colLast"> </td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>java.util.Properties</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getProperties()">getProperties</a></span>()</code></th>
<td class="colLast"> </td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code>org.eclipse.emf.ecore.resource.ResourceSet</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getResourceSet()">getResourceSet</a></span>()</code></th>
<td class="colLast"> </td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code>abstract <a href="../Stage.html" title="enum in org.enterprisedomain.classmaker">Stage</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getResultStage()">getResultStage</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns a stage in which contribution state remains after execution of this
job.</div>
</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code>long</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getStateTimestamp()">getStateTimestamp</a></span>()</code></th>
<td class="colLast"> </td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#hasErrors(org.eclipse.core.runtime.IStatus)">hasErrors</a></span>​(org.eclipse.core.runtime.IStatus status)</code></th>
<td class="colLast"> </td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#isChangeRule()">isChangeRule</a></span>()</code></th>
<td class="colLast"> </td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#isCommitState()">isCommitState</a></span>()</code></th>
<td class="colLast"> </td>
</tr>
<tr id="i16" class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#joinJob(java.lang.String)">joinJob</a></span>​(java.lang.String name)</code></th>
<td class="colLast"> </td>
</tr>
<tr id="i17" class="rowColor">
<td class="colFirst"><code>static org.eclipse.core.runtime.IStatus</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#joinManualBuild(org.eclipse.core.runtime.IProgressMonitor)">joinManualBuild</a></span>​(org.eclipse.core.runtime.IProgressMonitor monitor)</code></th>
<td class="colLast"> </td>
</tr>
<tr id="i18" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#removeListener()">removeListener</a></span>()</code></th>
<td class="colLast"> </td>
</tr>
<tr id="i19" class="rowColor">
<td class="colFirst"><code>org.eclipse.core.runtime.IStatus</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#runInWorkspace(org.eclipse.core.runtime.IProgressMonitor)">runInWorkspace</a></span>​(org.eclipse.core.runtime.IProgressMonitor monitor)</code></th>
<td class="colLast"> </td>
</tr>
<tr id="i20" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setBuildKind(int)">setBuildKind</a></span>​(int buildKind)</code></th>
<td class="colLast"> </td>
</tr>
<tr id="i21" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setChangeRule(boolean)">setChangeRule</a></span>​(boolean changeRule)</code></th>
<td class="colLast"> </td>
</tr>
<tr id="i22" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setCommitState(boolean)">setCommitState</a></span>​(boolean commitState)</code></th>
<td class="colLast"> </td>
</tr>
<tr id="i23" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setContributionState(org.enterprisedomain.classmaker.State)">setContributionState</a></span>​(<a href="../State.html" title="interface in org.enterprisedomain.classmaker">State</a> state)</code></th>
<td class="colLast"> </td>
</tr>
<tr id="i24" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setNextJob(org.enterprisedomain.classmaker.jobs.EnterpriseDomainJob)">setNextJob</a></span>​(<a href="EnterpriseDomainJob.html" title="class in org.enterprisedomain.classmaker.jobs">EnterpriseDomainJob</a> nextJob)</code></th>
<td class="colLast"> </td>
</tr>
<tr id="i25" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setProgressProvider(org.eclipse.core.runtime.jobs.ProgressProvider)">setProgressProvider</a></span>​(org.eclipse.core.runtime.jobs.ProgressProvider progressProvider)</code></th>
<td class="colLast"> </td>
</tr>
<tr id="i26" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setProject(org.eclipse.core.resources.IProject)">setProject</a></span>​(org.eclipse.core.resources.IProject project)</code></th>
<td class="colLast"> </td>
</tr>
<tr id="i27" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setResourceSet(org.eclipse.emf.ecore.resource.ResourceSet)">setResourceSet</a></span>​(org.eclipse.emf.ecore.resource.ResourceSet resourceSet)</code></th>
<td class="colLast"> </td>
</tr>
<tr id="i28" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setStateTimestamp(long)">setStateTimestamp</a></span>​(long stateTimestamp)</code></th>
<td class="colLast"> </td>
</tr>
<tr id="i29" class="rowColor">
<td class="colFirst"><code>abstract org.eclipse.core.runtime.IStatus</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#work(org.eclipse.core.runtime.IProgressMonitor)">work</a></span>​(org.eclipse.core.runtime.IProgressMonitor monitor)</code></th>
<td class="colLast"> </td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.org.eclipse.core.internal.resources.InternalWorkspaceJob">
<!-- -->
</a>
<h3>Methods inherited from class org.eclipse.core.internal.resources.InternalWorkspaceJob</h3>
<code>run</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.org.eclipse.core.runtime.jobs.Job">
<!-- -->
</a>
<h3>Methods inherited from class org.eclipse.core.runtime.jobs.Job</h3>
<code>addJobChangeListener, cancel, create, create, createSystem, createSystem, createSystem, done, getJobGroup, getJobManager, getName, getPriority, getProperty, getResult, getRule, getState, getThread, isBlocking, isSystem, isUser, join, join, removeJobChangeListener, schedule, schedule, setJobGroup, setName, setPriority, setProgressGroup, setProperty, setRule, setSystem, setThread, setUser, shouldRun, shouldSchedule, sleep, toString, wakeUp, wakeUp, yieldRule</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.org.eclipse.core.internal.jobs.InternalJob">
<!-- -->
</a>
<h3>Methods inherited from class org.eclipse.core.internal.jobs.InternalJob</h3>
<code>compareTo</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>equals, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</section>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a id="<init>(java.lang.String,int,long)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>EnterpriseDomainJob</h4>
<pre>public EnterpriseDomainJob​(java.lang.String name,
int depth,
long stateTimestamp)</pre>
</li>
</ul>
</li>
</ul>
</section>
<!-- ============ METHOD DETAIL ========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a id="getAdapter(java.lang.Class)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAdapter</h4>
<pre class="methodSignature">public java.lang.Object getAdapter​(java.lang.Class adapter)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>getAdapter</code> in interface <code>org.eclipse.core.runtime.IAdaptable</code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>getAdapter</code> in class <code>org.eclipse.core.runtime.PlatformObject</code></dd>
</dl>
</li>
</ul>
<a id="joinJob(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>joinJob</h4>
<pre class="methodSignature">public static boolean joinJob​(java.lang.String name)</pre>
</li>
</ul>
<a id="runInWorkspace(org.eclipse.core.runtime.IProgressMonitor)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>runInWorkspace</h4>
<pre class="methodSignature">public org.eclipse.core.runtime.IStatus runInWorkspace​(org.eclipse.core.runtime.IProgressMonitor monitor)
throws org.eclipse.core.runtime.CoreException</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>runInWorkspace</code> in class <code>org.eclipse.core.resources.WorkspaceJob</code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>org.eclipse.core.runtime.CoreException</code></dd>
</dl>
</li>
</ul>
<a id="hasErrors(org.eclipse.core.runtime.IStatus)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hasErrors</h4>
<pre class="methodSignature">public boolean hasErrors​(org.eclipse.core.runtime.IStatus status)</pre>
</li>
</ul>
<a id="getJob(org.enterprisedomain.classmaker.jobs.Worker)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getJob</h4>
<pre class="methodSignature">public static <a href="EnterpriseDomainJob.html" title="class in org.enterprisedomain.classmaker.jobs">EnterpriseDomainJob</a> getJob​(<a href="Worker.html" title="interface in org.enterprisedomain.classmaker.jobs">Worker</a> worker)</pre>
</li>
</ul>
<a id="work(org.eclipse.core.runtime.IProgressMonitor)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>work</h4>
<pre class="methodSignature">public abstract org.eclipse.core.runtime.IStatus work​(org.eclipse.core.runtime.IProgressMonitor monitor)
throws org.eclipse.core.runtime.CoreException</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="Worker.html#work(org.eclipse.core.runtime.IProgressMonitor)">work</a></code> in interface <code><a href="Worker.html" title="interface in org.enterprisedomain.classmaker.jobs">Worker</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>org.eclipse.core.runtime.CoreException</code></dd>
</dl>
</li>
</ul>
<a id="belongsTo(java.lang.Object)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>belongsTo</h4>
<pre class="methodSignature">public boolean belongsTo​(java.lang.Object family)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>belongsTo</code> in class <code>org.eclipse.core.runtime.jobs.Job</code></dd>
</dl>
</li>
</ul>
<a id="setProgressProvider(org.eclipse.core.runtime.jobs.ProgressProvider)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setProgressProvider</h4>
<pre class="methodSignature">public void setProgressProvider​(org.eclipse.core.runtime.jobs.ProgressProvider progressProvider)</pre>
</li>
</ul>
<a id="joinManualBuild(org.eclipse.core.runtime.IProgressMonitor)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>joinManualBuild</h4>
<pre class="methodSignature">public static org.eclipse.core.runtime.IStatus joinManualBuild​(org.eclipse.core.runtime.IProgressMonitor monitor)</pre>
</li>
</ul>
<a id="setBuildKind(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setBuildKind</h4>
<pre class="methodSignature">public void setBuildKind​(int buildKind)</pre>
</li>
</ul>
<a id="getBuildKind()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getBuildKind</h4>
<pre class="methodSignature">public int getBuildKind()</pre>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>build kind</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>IncrementalProjectBuilder.FULL_BUILD</code>,
<code>IncrementalProjectBuilder.AUTO_BUILD</code>,
<code>IncrementalProjectBuilder.CLEAN_BUILD</code>,
<code>IncrementalProjectBuilder.INCREMENTAL_BUILD</code></dd>
</dl>
</li>
</ul>
<a id="getProject()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getProject</h4>
<pre class="methodSignature">public org.eclipse.core.resources.IProject getProject()</pre>
</li>
</ul>
<a id="setProject(org.eclipse.core.resources.IProject)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setProject</h4>
<pre class="methodSignature">public void setProject​(org.eclipse.core.resources.IProject project)</pre>
</li>
</ul>
<a id="getNextJob()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getNextJob</h4>
<pre class="methodSignature">public <a href="EnterpriseDomainJob.html" title="class in org.enterprisedomain.classmaker.jobs">EnterpriseDomainJob</a> getNextJob()</pre>
</li>
</ul>
<a id="setNextJob(org.enterprisedomain.classmaker.jobs.EnterpriseDomainJob)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setNextJob</h4>
<pre class="methodSignature">public void setNextJob​(<a href="EnterpriseDomainJob.html" title="class in org.enterprisedomain.classmaker.jobs">EnterpriseDomainJob</a> nextJob)</pre>
</li>
</ul>
<a id="removeListener()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>removeListener</h4>
<pre class="methodSignature">public void removeListener()</pre>
</li>
</ul>
<a id="addListener()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addListener</h4>
<pre class="methodSignature">public void addListener()</pre>
</li>
</ul>
<a id="setContributionState(org.enterprisedomain.classmaker.State)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setContributionState</h4>
<pre class="methodSignature">public void setContributionState​(<a href="../State.html" title="interface in org.enterprisedomain.classmaker">State</a> state)</pre>
</li>
</ul>
<a id="getContributionState()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getContributionState</h4>
<pre class="methodSignature">public <a href="../State.html" title="interface in org.enterprisedomain.classmaker">State</a> getContributionState()</pre>
</li>
</ul>
<a id="getResultStage()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getResultStage</h4>
<pre class="methodSignature">public abstract <a href="../Stage.html" title="enum in org.enterprisedomain.classmaker">Stage</a> getResultStage()</pre>
<div class="block">Returns a stage in which contribution state remains after execution of this
job.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>job stage</dd>
</dl>
</li>
</ul>
<a id="getDirtyStage()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDirtyStage</h4>
<pre class="methodSignature">public abstract <a href="../Stage.html" title="enum in org.enterprisedomain.classmaker">Stage</a> getDirtyStage()</pre>
<div class="block">Returns an earliest stage that becomes dirty after execution of this job.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>dirty stage</dd>
</dl>
</li>
</ul>
<a id="getStateTimestamp()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getStateTimestamp</h4>
<pre class="methodSignature">public long getStateTimestamp()</pre>
</li>
</ul>
<a id="setStateTimestamp(long)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setStateTimestamp</h4>
<pre class="methodSignature">public void setStateTimestamp​(long stateTimestamp)</pre>
</li>
</ul>
<a id="isCommitState()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isCommitState</h4>
<pre class="methodSignature">public boolean isCommitState()</pre>
</li>
</ul>
<a id="setCommitState(boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setCommitState</h4>
<pre class="methodSignature">public void setCommitState​(boolean commitState)</pre>
</li>
</ul>
<a id="setResourceSet(org.eclipse.emf.ecore.resource.ResourceSet)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setResourceSet</h4>
<pre class="methodSignature">public void setResourceSet​(org.eclipse.emf.ecore.resource.ResourceSet resourceSet)</pre>
</li>
</ul>
<a id="getResourceSet()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getResourceSet</h4>
<pre class="methodSignature">public org.eclipse.emf.ecore.resource.ResourceSet getResourceSet()</pre>
</li>
</ul>
<a id="isChangeRule()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isChangeRule</h4>
<pre class="methodSignature">public boolean isChangeRule()</pre>
</li>
</ul>
<a id="setChangeRule(boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setChangeRule</h4>
<pre class="methodSignature">public void setChangeRule​(boolean changeRule)</pre>
</li>
</ul>
<a id="getProperties()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getProperties</h4>
<pre class="methodSignature">public java.util.Properties getProperties()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="Worker.html#getProperties()">getProperties</a></code> in interface <code><a href="Worker.html" title="interface in org.enterprisedomain.classmaker.jobs">Worker</a></code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</section>
</li>
</ul>
</div>
</div>
</main>
<!-- ========= END OF CLASS DATA ========= -->
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/EnterpriseDomainJob.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses.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>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li><a href="#nested.class.summary">Nested</a> | </li>
<li><a href="#field.summary">Field</a> | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
</footer>
</body>
</html>
|
EnterpriseDomain/site
|
javadoc/org/enterprisedomain/classmaker/jobs/EnterpriseDomainJob.html
|
HTML
|
apache-2.0
| 34,252
|
<!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_05) on Tue Feb 02 23:09:48 CET 2016 -->
<title>Uses of Class com.badlogic.gdx.scenes.scene2d.ui.WidgetGroup (libgdx API)</title>
<meta name="date" content="2016-02-02">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class com.badlogic.gdx.scenes.scene2d.ui.WidgetGroup (libgdx API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../com/badlogic/gdx/scenes/scene2d/ui/WidgetGroup.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">
libgdx API
<style>
body, td, th { font-family:Helvetica, Tahoma, Arial, sans-serif; font-size:10pt }
pre, code, tt { font-size:9pt; font-family:Lucida Console, Courier New, sans-serif }
h1, h2, h3, .FrameTitleFont, .FrameHeadingFont, .TableHeadingColor font { font-size:105%; font-weight:bold }
.TableHeadingColor { background:#EEEEFF; }
a { text-decoration:none }
a:hover { text-decoration:underline }
a:link, a:visited { color:blue }
table { border:0px }
.TableRowColor td:first-child { border-left:1px solid black }
.TableRowColor td { border:0px; border-bottom:1px solid black; border-right:1px solid black }
hr { border:0px; border-bottom:1px solid #333366; }
</style>
</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?com/badlogic/gdx/scenes/scene2d/ui/class-use/WidgetGroup.html" target="_top">Frames</a></li>
<li><a href="WidgetGroup.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class com.badlogic.gdx.scenes.scene2d.ui.WidgetGroup" class="title">Uses of Class<br>com.badlogic.gdx.scenes.scene2d.ui.WidgetGroup</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../../com/badlogic/gdx/scenes/scene2d/ui/WidgetGroup.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">WidgetGroup</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#com.badlogic.gdx.scenes.scene2d.ui">com.badlogic.gdx.scenes.scene2d.ui</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="com.badlogic.gdx.scenes.scene2d.ui">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../com/badlogic/gdx/scenes/scene2d/ui/WidgetGroup.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">WidgetGroup</a> in <a href="../../../../../../../com/badlogic/gdx/scenes/scene2d/ui/package-summary.html">com.badlogic.gdx.scenes.scene2d.ui</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../../../com/badlogic/gdx/scenes/scene2d/ui/WidgetGroup.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">WidgetGroup</a> in <a href="../../../../../../../com/badlogic/gdx/scenes/scene2d/ui/package-summary.html">com.badlogic.gdx.scenes.scene2d.ui</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Button.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">Button</a></span></code>
<div class="block">A button is a <a href="../../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html" title="class in com.badlogic.gdx.scenes.scene2d.ui"><code>Table</code></a> with a checked state and additional <a href="../../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Button.ButtonStyle.html" title="class in com.badlogic.gdx.scenes.scene2d.ui"><code>style</code></a> fields for pressed, unpressed, and
checked.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../com/badlogic/gdx/scenes/scene2d/ui/CheckBox.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">CheckBox</a></span></code>
<div class="block">A checkbox is a button that contains an image indicating the checked or unchecked state and a label.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Container.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">Container</a><T extends <a href="../../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html" title="class in com.badlogic.gdx.scenes.scene2d">Actor</a>></span></code>
<div class="block">A group with a single child that sizes and positions the child using constraints.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Dialog.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">Dialog</a></span></code>
<div class="block">Displays a dialog, which is a modal window containing a content table with a button table underneath it.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../com/badlogic/gdx/scenes/scene2d/ui/HorizontalGroup.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">HorizontalGroup</a></span></code>
<div class="block">A group that lays out its children side by side in a single row.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../com/badlogic/gdx/scenes/scene2d/ui/ImageButton.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">ImageButton</a></span></code>
<div class="block">A button with a child <a href="../../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Image.html" title="class in com.badlogic.gdx.scenes.scene2d.ui"><code>Image</code></a> to display an image.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../com/badlogic/gdx/scenes/scene2d/ui/ImageTextButton.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">ImageTextButton</a></span></code>
<div class="block">A button with a child <a href="../../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Image.html" title="class in com.badlogic.gdx.scenes.scene2d.ui"><code>Image</code></a> and <a href="../../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Label.html" title="class in com.badlogic.gdx.scenes.scene2d.ui"><code>Label</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../com/badlogic/gdx/scenes/scene2d/ui/ScrollPane.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">ScrollPane</a></span></code>
<div class="block">A group that scrolls a child widget using scrollbars and/or mouse or touch dragging.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../com/badlogic/gdx/scenes/scene2d/ui/SplitPane.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">SplitPane</a></span></code>
<div class="block">A container that contains two widgets and is divided either horizontally or vertically.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Stack.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">Stack</a></span></code>
<div class="block">A stack is a container that sizes its children to its size and positions them at 0,0 on top of each other.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">Table</a></span></code>
<div class="block">A group that sizes and positions children using table constraints.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../com/badlogic/gdx/scenes/scene2d/ui/TextButton.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">TextButton</a></span></code>
<div class="block">A button with a child <a href="../../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Label.html" title="class in com.badlogic.gdx.scenes.scene2d.ui"><code>Label</code></a> to display text.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Tree.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">Tree</a></span></code>
<div class="block">A tree widget where each node has an icon, actor, and child nodes.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../com/badlogic/gdx/scenes/scene2d/ui/VerticalGroup.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">VerticalGroup</a></span></code>
<div class="block">A group that lays out its children on top of each other in a single column.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Window.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">Window</a></span></code>
<div class="block">A table that can be dragged and act as a modal window.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../com/badlogic/gdx/scenes/scene2d/ui/WidgetGroup.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">libgdx API</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?com/badlogic/gdx/scenes/scene2d/ui/class-use/WidgetGroup.html" target="_top">Frames</a></li>
<li><a href="WidgetGroup.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>
<div style="font-size:9pt"><i>
Copyright © 2010-2013 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)
</i></div>
</small></p>
</body>
</html>
|
JFixby/libgdx-nightly
|
gdx-nightly/docs/api/com/badlogic/gdx/scenes/scene2d/ui/class-use/WidgetGroup.html
|
HTML
|
apache-2.0
| 14,465
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_11) on Mon Jan 26 08:49:13 GMT 2015 -->
<title>Uses of Class org.primaresearch.clc.phd.repository.search.gui.WorkflowSearchResultItemPanel</title>
<meta name="date" content="2015-01-26">
<link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.primaresearch.clc.phd.repository.search.gui.WorkflowSearchResultItemPanel";
}
}
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/primaresearch/clc/phd/repository/search/gui/WorkflowSearchResultItemPanel.html" title="class in org.primaresearch.clc.phd.repository.search.gui">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/primaresearch/clc/phd/repository/search/gui/class-use/WorkflowSearchResultItemPanel.html" target="_top">Frames</a></li>
<li><a href="WorkflowSearchResultItemPanel.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.primaresearch.clc.phd.repository.search.gui.WorkflowSearchResultItemPanel" class="title">Uses of Class<br>org.primaresearch.clc.phd.repository.search.gui.WorkflowSearchResultItemPanel</h2>
</div>
<div class="classUseContainer">No usage of org.primaresearch.clc.phd.repository.search.gui.WorkflowSearchResultItemPanel</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/primaresearch/clc/phd/repository/search/gui/WorkflowSearchResultItemPanel.html" title="class in org.primaresearch.clc.phd.repository.search.gui">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/primaresearch/clc/phd/repository/search/gui/class-use/WorkflowSearchResultItemPanel.html" target="_top">Frames</a></li>
<li><a href="WorkflowSearchResultItemPanel.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>
|
PRImA-Research-Lab/semantic-labelling
|
doc/org/primaresearch/clc/phd/repository/search/gui/class-use/WorkflowSearchResultItemPanel.html
|
HTML
|
apache-2.0
| 4,971
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="de">
<head>
<title>DataScale (ARX API Documentation)</title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="DataScale (ARX API Documentation)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/DataScale.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../org/deidentifier/arx/DataHandleSubset.html" title="class in org.deidentifier.arx"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../org/deidentifier/arx/DataSelector.html" title="class in org.deidentifier.arx"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/deidentifier/arx/DataScale.html" target="_top">Frames</a></li>
<li><a href="DataScale.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#enum_constant_summary">Enum Constants</a> | </li>
<li>Field | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#enum_constant_detail">Enum Constants</a> | </li>
<li>Field | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.deidentifier.arx</div>
<h2 title="Enum DataScale" class="title">Enum DataScale</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>java.lang.Enum<<a href="../../../org/deidentifier/arx/DataScale.html" title="enum in org.deidentifier.arx">DataScale</a>></li>
<li>
<ul class="inheritance">
<li>org.deidentifier.arx.DataScale</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd>java.io.Serializable, java.lang.Comparable<<a href="../../../org/deidentifier/arx/DataScale.html" title="enum in org.deidentifier.arx">DataScale</a>></dd>
</dl>
<hr>
<br>
<pre>public enum <span class="strong">DataScale</span>
extends java.lang.Enum<<a href="../../../org/deidentifier/arx/DataScale.html" title="enum in org.deidentifier.arx">DataScale</a>>
implements java.io.Serializable</pre>
<div class="block">This class represents different scales of measure. Note that the order of entries in this enum is important.</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== ENUM CONSTANT SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="enum_constant_summary">
<!-- -->
</a>
<h3>Enum Constant Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Constant Summary table, listing enum constants, and an explanation">
<caption><span>Enum Constants</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Enum Constant and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../org/deidentifier/arx/DataScale.html#INTERVAL">INTERVAL</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../org/deidentifier/arx/DataScale.html#NOMINAL">NOMINAL</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../org/deidentifier/arx/DataScale.html#ORDINAL">ORDINAL</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../org/deidentifier/arx/DataScale.html#RATIO">RATIO</a></strong></code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../org/deidentifier/arx/DataScale.html#provides(org.deidentifier.arx.DataScale)">provides</a></strong>(<a href="../../../org/deidentifier/arx/DataScale.html" title="enum in org.deidentifier.arx">DataScale</a> other)</code>
<div class="block">Returns whether this scale provides at least the properties of the given scale.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../org/deidentifier/arx/DataScale.html#toString()">toString</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../org/deidentifier/arx/DataScale.html" title="enum in org.deidentifier.arx">DataScale</a></code></td>
<td class="colLast"><code><strong><a href="../../../org/deidentifier/arx/DataScale.html#valueOf(java.lang.String)">valueOf</a></strong>(java.lang.String 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/deidentifier/arx/DataScale.html" title="enum in org.deidentifier.arx">DataScale</a>[]</code></td>
<td class="colLast"><code><strong><a href="../../../org/deidentifier/arx/DataScale.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>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Enum">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Enum</h3>
<code>compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>getClass, notify, notifyAll, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ ENUM CONSTANT DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="enum_constant_detail">
<!-- -->
</a>
<h3>Enum Constant Detail</h3>
<a name="NOMINAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NOMINAL</h4>
<pre>public static final <a href="../../../org/deidentifier/arx/DataScale.html" title="enum in org.deidentifier.arx">DataScale</a> NOMINAL</pre>
</li>
</ul>
<a name="ORDINAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ORDINAL</h4>
<pre>public static final <a href="../../../org/deidentifier/arx/DataScale.html" title="enum in org.deidentifier.arx">DataScale</a> ORDINAL</pre>
</li>
</ul>
<a name="INTERVAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INTERVAL</h4>
<pre>public static final <a href="../../../org/deidentifier/arx/DataScale.html" title="enum in org.deidentifier.arx">DataScale</a> INTERVAL</pre>
</li>
</ul>
<a name="RATIO">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>RATIO</h4>
<pre>public static final <a href="../../../org/deidentifier/arx/DataScale.html" title="enum in org.deidentifier.arx">DataScale</a> RATIO</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="values()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>values</h4>
<pre>public static <a href="../../../org/deidentifier/arx/DataScale.html" title="enum in org.deidentifier.arx">DataScale</a>[] values()</pre>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
<pre>
for (DataScale c : DataScale.values())
System.out.println(c);
</pre></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>an array containing the constants of this enum type, in the order they are declared</dd></dl>
</li>
</ul>
<a name="valueOf(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>valueOf</h4>
<pre>public static <a href="../../../org/deidentifier/arx/DataScale.html" title="enum in org.deidentifier.arx">DataScale</a> valueOf(java.lang.String name)</pre>
<div class="block">Returns the enum constant of this type with the specified name.
The string must match <i>exactly</i> an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the name of the enum constant to be returned.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the enum constant with the specified name</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.IllegalArgumentException</code> - if this enum type has no constant with the specified name</dd>
<dd><code>java.lang.NullPointerException</code> - if the argument is null</dd></dl>
</li>
</ul>
<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.Enum<<a href="../../../org/deidentifier/arx/DataScale.html" title="enum in org.deidentifier.arx">DataScale</a>></code></dd>
</dl>
</li>
</ul>
<a name="provides(org.deidentifier.arx.DataScale)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>provides</h4>
<pre>public boolean provides(<a href="../../../org/deidentifier/arx/DataScale.html" title="enum in org.deidentifier.arx">DataScale</a> other)</pre>
<div class="block">Returns whether this scale provides at least the properties of the given scale.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>other</code> - </dd>
<dt><span class="strong">Returns:</span></dt><dd></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/DataScale.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../org/deidentifier/arx/DataHandleSubset.html" title="class in org.deidentifier.arx"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../org/deidentifier/arx/DataSelector.html" title="class in org.deidentifier.arx"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/deidentifier/arx/DataScale.html" target="_top">Frames</a></li>
<li><a href="DataScale.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#enum_constant_summary">Enum Constants</a> | </li>
<li>Field | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#enum_constant_detail">Enum Constants</a> | </li>
<li>Field | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
fstahnke/arx
|
doc/api/org/deidentifier/arx/DataScale.html
|
HTML
|
apache-2.0
| 14,535
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
<meta name="description" content="Create instanced 3D models.">
<meta name="cesium-sandcastle-labels" content="Development">
<title>Cesium Demo</title>
<script type="text/javascript" src="../Sandcastle-header.js"></script>
<script type="text/javascript" src="../../../ThirdParty/requirejs-2.1.20/require.js"></script>
<script type="text/javascript">
if(typeof require === "function") {
require.config({
baseUrl : '../../../Source',
waitSeconds : 120
});
}
</script>
</head>
<body class="sandcastle-loading" data-sandcastle-bucket="bucket-requirejs.html">
<style>
@import url(../templates/bucket.css);
</style>
<div id="cesiumContainer" class="fullSize"></div>
<div id="loadingOverlay"><h1>Loading...</h1></div>
<div id="toolbar"></div>
<script id="cesium_sandcastle_script">
function startup(Cesium) {
'use strict';
//Sandcastle_Begin
var viewer = new Cesium.Viewer('cesiumContainer', {
shouldAnimate: true
});
var scene = viewer.scene;
var context = scene.context;
var camera = viewer.camera;
scene.debugShowFramesPerSecond = true;
var instancedArraysExtension = context._instancedArrays;
var count = 1024;
var spacing = 0.0002;
var url = '../../SampleData/models/CesiumAir/Cesium_Air.gltf';
var useCollection = true;
var centerLongitude = -75.61209431;
var centerLatitude = 40.042530612;
var height = 50.0;
function orientCamera(center, radius) {
var range = Math.max(radius, camera.frustum.near) * 2.0;
var heading = Cesium.Math.toRadians(230.0);
var pitch = Cesium.Math.toRadians(-20.0);
camera.lookAt(center, new Cesium.HeadingPitchRange(heading, pitch, range));
camera.lookAtTransform(Cesium.Matrix4.IDENTITY);
}
function createCollection(instances) {
var collection = scene.primitives.add(new Cesium.ModelInstanceCollection({
url : url,
instances : instances
}));
collection.readyPromise.then(function(collection) {
// Play and loop all animations at half-speed
collection.activeAnimations.addAll({
speedup : 0.5,
loop : Cesium.ModelAnimationLoop.REPEAT
});
orientCamera(collection._boundingSphere.center, collection._boundingSphere.radius);
}).otherwise(function(error){
window.alert(error);
});
}
function createModels(instances) {
var points = [];
var model;
var length = instances.length;
for (var i = 0; i < length; ++i) {
var instance = instances[i];
var modelMatrix = instance.modelMatrix;
var translation = new Cesium.Cartesian3();
Cesium.Matrix4.getTranslation(modelMatrix, translation);
points.push(translation);
model = scene.primitives.add(Cesium.Model.fromGltf({
url : url,
modelMatrix : modelMatrix
}));
model.readyPromise.then(function(model) {
// Play and loop all animations at half-speed
model.activeAnimations.addAll({
speedup : 0.5,
loop : Cesium.ModelAnimationLoop.REPEAT
});
}).otherwise(function(error){
window.alert(error);
});
}
model.readyPromise.then(function(model) {
var boundingSphere = new Cesium.BoundingSphere();
Cesium.BoundingSphere.fromPoints(points, boundingSphere);
orientCamera(boundingSphere.center, boundingSphere.radius + model.boundingSphere.radius);
});
}
function reset() {
scene.primitives.removeAll();
var instances = [];
var gridSize = Math.sqrt(count);
for (var y = 0; y < gridSize; ++y) {
for (var x = 0; x < gridSize; ++x) {
var longitude = centerLongitude + spacing * (x - gridSize/2);
var latitude = centerLatitude + spacing * (y - gridSize/2);
var position = Cesium.Cartesian3.fromDegrees(longitude, latitude, height);
var heading = Math.random();
var pitch = Math.random();
var roll = Math.random();
var scale = (Math.random() + 1.0)/2.0;
var modelMatrix = Cesium.Transforms.headingPitchRollToFixedFrame(position, new Cesium.HeadingPitchRoll(heading, pitch, roll));
Cesium.Matrix4.multiplyByUniformScale(modelMatrix, scale, modelMatrix);
instances.push({
modelMatrix : modelMatrix
});
}
}
if (useCollection) {
createCollection(instances);
} else {
createModels(instances);
}
}
// Scale picked instances
var handler = new Cesium.ScreenSpaceEventHandler(viewer.canvas);
handler.setInputAction(function(movement) {
var pickedInstance = scene.pick(movement.position);
if (Cesium.defined(pickedInstance)) {
console.log(pickedInstance);
var instance = useCollection ? pickedInstance : pickedInstance.primitive;
var scaleMatrix = Cesium.Matrix4.fromUniformScale(1.1);
var modelMatrix = Cesium.Matrix4.multiply(instance.modelMatrix, scaleMatrix, new Cesium.Matrix4());
instance.modelMatrix = modelMatrix;
}
}, Cesium.ScreenSpaceEventType.LEFT_CLICK);
Sandcastle.addToolbarMenu([ {
text : '1024 instances',
onselect : function() {
count = 1024;
reset();
}
}, {
text : '100 instances',
onselect : function() {
count = 100;
reset();
}
}, {
text : '25 instances',
onselect : function() {
count = 25;
reset();
}
}, {
text : '4 instances',
onselect : function() {
count = 4;
reset();
}
}, {
text : '10000 instances',
onselect : function() {
count = 10000;
reset();
}
}]);
Sandcastle.addToolbarMenu([ {
text : 'Aircraft',
onselect : function() {
url = '../../SampleData/models/CesiumAir/Cesium_Air.gltf';
spacing = 0.0002;
reset();
}
}, {
text : 'Ground Vehicle',
onselect : function() {
url = '../../SampleData/models/GroundVehicle/GroundVehicle.glb';
spacing = 0.00008;
reset();
}
}, {
text : 'Milk Truck',
onselect : function() {
url = '../../SampleData/models/CesiumMilkTruck/CesiumMilkTruck.gltf';
spacing = 0.00008;
reset();
}
}, {
text : 'Skinned Character',
onselect : function() {
url = '../../SampleData/models/CesiumMan/Cesium_Man.gltf';
spacing = 0.00001;
reset();
}
}]);
Sandcastle.addToolbarMenu([ {
text : 'Instancing Enabled',
onselect : function() {
context._instancedArrays = instancedArraysExtension;
useCollection = true;
reset();
}
}, {
text : 'Instancing Disabled',
onselect : function() {
context._instancedArrays = undefined;
useCollection = true;
reset();
}
}, {
text : 'Individual models',
onselect : function() {
useCollection = false;
reset();
}
}]);
Sandcastle.addToolbarButton('2D', function() {
scene.morphTo2D(0.0);
});
Sandcastle.addToolbarButton('CV', function() {
scene.morphToColumbusView(0.0);
});
Sandcastle.addToolbarButton('3D', function() {
scene.morphTo3D(0.0);
});
//Sandcastle_End
Sandcastle.finishedLoading();
}
if (typeof Cesium !== "undefined") {
startup(Cesium);
} else if (typeof require === "function") {
require(["Cesium"], startup);
}
</script>
</body>
</html>
|
oterral/cesium
|
Apps/Sandcastle/gallery/development/3D Models Instancing.html
|
HTML
|
apache-2.0
| 7,674
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>FFI Tutorial</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="Mike Pall">
<meta name="Copyright" content="Copyright (C) 2005-2014, Mike Pall">
<meta name="Language" content="en">
<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
<style type="text/css">
table.idiomtable { font-size: 90%; line-height: 1.2; }
table.idiomtable tt { font-size: 100%; }
table.idiomtable td { vertical-align: top; }
tr.idiomhead td { font-weight: bold; }
td.idiomlua b { font-weight: normal; color: #2142bf; }
</style>
</head>
<body>
<div id="site">
<a href="http://luajit.org"><span>Lua<span id="logo">JIT</span></span></a>
</div>
<div id="head">
<h1>FFI Tutorial</h1>
</div>
<div id="nav">
<ul><li>
<a href="luajit.html">LuaJIT</a>
<ul><li>
<a href="http://luajit.org/download.html">Download <span class="ext">»</span></a>
</li><li>
<a href="install.html">Installation</a>
</li><li>
<a href="running.html">Running</a>
</li></ul>
</li><li>
<a href="extensions.html">Extensions</a>
<ul><li>
<a href="ext_ffi.html">FFI Library</a>
<ul><li>
<a class="current" href="ext_ffi_tutorial.html">FFI Tutorial</a>
</li><li>
<a href="ext_ffi_api.html">ffi.* API</a>
</li><li>
<a href="ext_ffi_semantics.html">FFI Semantics</a>
</li></ul>
</li><li>
<a href="ext_jit.html">jit.* Library</a>
</li><li>
<a href="ext_c_api.html">Lua/C API</a>
</li></ul>
</li><li>
<a href="status.html">Status</a>
<ul><li>
<a href="changes.html">Changes</a>
</li></ul>
</li><li>
<a href="faq.html">FAQ</a>
</li><li>
<a href="http://luajit.org/performance.html">Performance <span class="ext">»</span></a>
</li><li>
<a href="http://wiki.luajit.org/">Wiki <span class="ext">»</span></a>
</li><li>
<a href="http://luajit.org/list.html">Mailing List <span class="ext">»</span></a>
</li></ul>
</div>
<div id="main">
<p>
This page is intended to give you an overview of the features of the FFI
library by presenting a few use cases and guidelines.
</p>
<p>
This page makes no attempt to explain all of the FFI library, though.
You'll want to have a look at the <a href="ext_ffi_api.html">ffi.* API
function reference</a> and the <a href="ext_ffi_semantics.html">FFI
semantics</a> to learn more.
</p>
<h2 id="load">Loading the FFI Library</h2>
<p>
The FFI library is built into LuaJIT by default, but it's not loaded
and initialized by default. The suggested way to use the FFI library
is to add the following to the start of every Lua file that needs one
of its functions:
</p>
<pre class="code">
local ffi = require("ffi")
</pre>
<p>
Please note this doesn't define an <tt>ffi</tt> variable in the table
of globals — you really need to use the local variable. The
<tt>require</tt> function ensures the library is only loaded once.
</p>
<p style="font-size: 8pt;">
Note: If you want to experiment with the FFI from the interactive prompt
of the command line executable, omit the <tt>local</tt>, as it doesn't
preserve local variables across lines.
</p>
<h2 id="sleep">Accessing Standard System Functions</h2>
<p>
The following code explains how to access standard system functions.
We slowly print two lines of dots by sleeping for 10 milliseconds
after each dot:
</p>
<pre class="code mark">
<span class="codemark">
①
②
③
④
⑤
⑥</span>local ffi = require("ffi")
ffi.cdef[[
<span style="color:#00a000;">void Sleep(int ms);
int poll(struct pollfd *fds, unsigned long nfds, int timeout);</span>
]]
local sleep
if ffi.os == "Windows" then
function sleep(s)
ffi.C.Sleep(s*1000)
end
else
function sleep(s)
ffi.C.poll(nil, 0, s*1000)
end
end
for i=1,160 do
io.write("."); io.flush()
sleep(0.01)
end
io.write("\n")
</pre>
<p>
Here's the step-by-step explanation:
</p>
<p>
<span class="mark">①</span> This defines the
C library functions we're going to use. The part inside the
double-brackets (in green) is just standard C syntax. You can
usually get this info from the C header files or the
documentation provided by each C library or C compiler.
</p>
<p>
<span class="mark">②</span> The difficulty we're
facing here, is that there are different standards to choose from.
Windows has a simple <tt>Sleep()</tt> function. On other systems there
are a variety of functions available to achieve sub-second sleeps, but
with no clear consensus. Thankfully <tt>poll()</tt> can be used for
this task, too, and it's present on most non-Windows systems. The
check for <tt>ffi.os</tt> makes sure we use the Windows-specific
function only on Windows systems.
</p>
<p>
<span class="mark">③</span> Here we're wrapping the
call to the C function in a Lua function. This isn't strictly
necessary, but it's helpful to deal with system-specific issues only
in one part of the code. The way we're wrapping it ensures the check
for the OS is only done during initialization and not for every call.
</p>
<p>
<span class="mark">④</span> A more subtle point is
that we defined our <tt>sleep()</tt> function (for the sake of this
example) as taking the number of seconds, but accepting fractional
seconds. Multiplying this by 1000 gets us milliseconds, but that still
leaves it a Lua number, which is a floating-point value. Alas, the
<tt>Sleep()</tt> function only accepts an integer value. Luckily for
us, the FFI library automatically performs the conversion when calling
the function (truncating the FP value towards zero, like in C).
</p>
<p style="font-size: 8pt;">
Some readers will notice that <tt>Sleep()</tt> is part of
<tt>KERNEL32.DLL</tt> and is also a <tt>stdcall</tt> function. So how
can this possibly work? The FFI library provides the <tt>ffi.C</tt>
default C library namespace, which allows calling functions from
the default set of libraries, like a C compiler would. Also, the
FFI library automatically detects <tt>stdcall</tt> functions, so you
don't need to declare them as such.
</p>
<p>
<span class="mark">⑤</span> The <tt>poll()</tt>
function takes a couple more arguments we're not going to use. You can
simply use <tt>nil</tt> to pass a <tt>NULL</tt> pointer and <tt>0</tt>
for the <tt>nfds</tt> parameter. Please note that the
number <tt>0</tt> <em>does not convert to a pointer value</em>,
unlike in C++. You really have to pass pointers to pointer arguments
and numbers to number arguments.
</p>
<p style="font-size: 8pt;">
The page on <a href="ext_ffi_semantics.html">FFI semantics</a> has all
of the gory details about
<a href="ext_ffi_semantics.html#convert">conversions between Lua
objects and C types</a>. For the most part you don't have to deal
with this, as it's performed automatically and it's carefully designed
to bridge the semantic differences between Lua and C.
</p>
<p>
<span class="mark">⑥</span> Now that we have defined
our own <tt>sleep()</tt> function, we can just call it from plain Lua
code. That wasn't so bad, huh? Turning these boring animated dots into
a fascinating best-selling game is left as an exercise for the reader.
:-)
</p>
<h2 id="zlib">Accessing the zlib Compression Library</h2>
<p>
The following code shows how to access the <a
href="http://zlib.net/">zlib</a> compression library from Lua code.
We'll define two convenience wrapper functions that take a string and
compress or uncompress it to another string:
</p>
<pre class="code mark">
<span class="codemark">
①
②
③
④
⑤
⑥
⑦</span>local ffi = require("ffi")
ffi.cdef[[
<span style="color:#00a000;">unsigned long compressBound(unsigned long sourceLen);
int compress2(uint8_t *dest, unsigned long *destLen,
const uint8_t *source, unsigned long sourceLen, int level);
int uncompress(uint8_t *dest, unsigned long *destLen,
const uint8_t *source, unsigned long sourceLen);</span>
]]
local zlib = ffi.load(ffi.os == "Windows" and "zlib1" or "z")
local function compress(txt)
local n = zlib.compressBound(#txt)
local buf = ffi.new("uint8_t[?]", n)
local buflen = ffi.new("unsigned long[1]", n)
local res = zlib.compress2(buf, buflen, txt, #txt, 9)
assert(res == 0)
return ffi.string(buf, buflen[0])
end
local function uncompress(comp, n)
local buf = ffi.new("uint8_t[?]", n)
local buflen = ffi.new("unsigned long[1]", n)
local res = zlib.uncompress(buf, buflen, comp, #comp)
assert(res == 0)
return ffi.string(buf, buflen[0])
end
-- Simple test code.
local txt = string.rep("abcd", 1000)
print("Uncompressed size: ", #txt)
local c = compress(txt)
print("Compressed size: ", #c)
local txt2 = uncompress(c, #txt)
assert(txt2 == txt)
</pre>
<p>
Here's the step-by-step explanation:
</p>
<p>
<span class="mark">①</span> This defines some of the
C functions provided by zlib. For the sake of this example, some
type indirections have been reduced and it uses the pre-defined
fixed-size integer types, while still adhering to the zlib API/ABI.
</p>
<p>
<span class="mark">②</span> This loads the zlib shared
library. On POSIX systems it's named <tt>libz.so</tt> and usually
comes pre-installed. Since <tt>ffi.load()</tt> automatically adds any
missing standard prefixes/suffixes, we can simply load the
<tt>"z"</tt> library. On Windows it's named <tt>zlib1.dll</tt> and
you'll have to download it first from the
<a href="http://zlib.net/"><span class="ext">»</span> zlib site</a>. The check for
<tt>ffi.os</tt> makes sure we pass the right name to
<tt>ffi.load()</tt>.
</p>
<p>
<span class="mark">③</span> First, the maximum size of
the compression buffer is obtained by calling the
<tt>zlib.compressBound</tt> function with the length of the
uncompressed string. The next line allocates a byte buffer of this
size. The <tt>[?]</tt> in the type specification indicates a
variable-length array (VLA). The actual number of elements of this
array is given as the 2nd argument to <tt>ffi.new()</tt>.
</p>
<p>
<span class="mark">④</span> This may look strange at
first, but have a look at the declaration of the <tt>compress2</tt>
function from zlib: the destination length is defined as a pointer!
This is because you pass in the maximum buffer size and get back the
actual length that was used.
</p>
<p>
In C you'd pass in the address of a local variable
(<tt>&buflen</tt>). But since there's no address-of operator in
Lua, we'll just pass in a one-element array. Conveniently it can be
initialized with the maximum buffer size in one step. Calling the
actual <tt>zlib.compress2</tt> function is then straightforward.
</p>
<p>
<span class="mark">⑤</span> We want to return the
compressed data as a Lua string, so we'll use <tt>ffi.string()</tt>.
It needs a pointer to the start of the data and the actual length. The
length has been returned in the <tt>buflen</tt> array, so we'll just
get it from there.
</p>
<p style="font-size: 8pt;">
Note that since the function returns now, the <tt>buf</tt> and
<tt>buflen</tt> variables will eventually be garbage collected. This
is fine, because <tt>ffi.string()</tt> has copied the contents to a
newly created (interned) Lua string. If you plan to call this function
lots of times, consider reusing the buffers and/or handing back the
results in buffers instead of strings. This will reduce the overhead
for garbage collection and string interning.
</p>
<p>
<span class="mark">⑥</span> The <tt>uncompress</tt>
functions does the exact opposite of the <tt>compress</tt> function.
The compressed data doesn't include the size of the original string,
so this needs to be passed in. Otherwise no surprises here.
</p>
<p>
<span class="mark">⑦</span> The code, that makes use
of the functions we just defined, is just plain Lua code. It doesn't
need to know anything about the LuaJIT FFI — the convenience
wrapper functions completely hide it.
</p>
<p>
One major advantage of the LuaJIT FFI is that you are now able to
write those wrappers <em>in Lua</em>. And at a fraction of the time it
would cost you to create an extra C module using the Lua/C API.
Many of the simpler C functions can probably be used directly
from your Lua code, without any wrappers.
</p>
<p style="font-size: 8pt;">
Side note: the zlib API uses the <tt>long</tt> type for passing
lengths and sizes around. But all those zlib functions actually only
deal with 32 bit values. This is an unfortunate choice for a
public API, but may be explained by zlib's history — we'll just
have to deal with it.
</p>
<p style="font-size: 8pt;">
First, you should know that a <tt>long</tt> is a 64 bit type e.g.
on POSIX/x64 systems, but a 32 bit type on Windows/x64 and on
32 bit systems. Thus a <tt>long</tt> result can be either a plain
Lua number or a boxed 64 bit integer cdata object, depending on
the target system.
</p>
<p style="font-size: 8pt;">
Ok, so the <tt>ffi.*</tt> functions generally accept cdata objects
wherever you'd want to use a number. That's why we get a away with
passing <tt>n</tt> to <tt>ffi.string()</tt> above. But other Lua
library functions or modules don't know how to deal with this. So for
maximum portability one needs to use <tt>tonumber()</tt> on returned
<tt>long</tt> results before passing them on. Otherwise the
application might work on some systems, but would fail in a POSIX/x64
environment.
</p>
<h2 id="metatype">Defining Metamethods for a C Type</h2>
<p>
The following code explains how to define metamethods for a C type.
We define a simple point type and add some operations to it:
</p>
<pre class="code mark">
<span class="codemark">
①
②
③
④
⑤
⑥</span>local ffi = require("ffi")
ffi.cdef[[
<span style="color:#00a000;">typedef struct { double x, y; } point_t;</span>
]]
local point
local mt = {
__add = function(a, b) return point(a.x+b.x, a.y+b.y) end,
__len = function(a) return math.sqrt(a.x*a.x + a.y*a.y) end,
__index = {
area = function(a) return a.x*a.x + a.y*a.y end,
},
}
point = ffi.metatype("point_t", mt)
local a = point(3, 4)
print(a.x, a.y) --> 3 4
print(#a) --> 5
print(a:area()) --> 25
local b = a + point(0.5, 8)
print(#b) --> 12.5
</pre>
<p>
Here's the step-by-step explanation:
</p>
<p>
<span class="mark">①</span> This defines the C type for a
two-dimensional point object.
</p>
<p>
<span class="mark">②</span> We have to declare the variable
holding the point constructor first, because it's used inside of a
metamethod.
</p>
<p>
<span class="mark">③</span> Let's define an <tt>__add</tt>
metamethod which adds the coordinates of two points and creates a new
point object. For simplicity, this function assumes that both arguments
are points. But it could be any mix of objects, if at least one operand
is of the required type (e.g. adding a point plus a number or vice
versa). Our <tt>__len</tt> metamethod returns the distance of a point to
the origin.
</p>
<p>
<span class="mark">④</span> If we run out of operators, we can
define named methods, too. Here the <tt>__index</tt> table defines an
<tt>area</tt> function. For custom indexing needs, one might want to
define <tt>__index</tt> and <tt>__newindex</tt> <em>functions</em> instead.
</p>
<p>
<span class="mark">⑤</span> This associates the metamethods with
our C type. This only needs to be done once. For convenience, a
constructor is returned by
<a href="ext_ffi_api.html#ffi_metatype"><tt>ffi.metatype()</tt></a>.
We're not required to use it, though. The original C type can still
be used e.g. to create an array of points. The metamethods automatically
apply to any and all uses of this type.
</p>
<p>
Please note that the association with a metatable is permanent and
<b>the metatable must not be modified afterwards!</b> Ditto for the
<tt>__index</tt> table.
</p>
<p>
<span class="mark">⑥</span> Here are some simple usage examples
for the point type and their expected results. The pre-defined
operations (such as <tt>a.x</tt>) can be freely mixed with the newly
defined metamethods. Note that <tt>area</tt> is a method and must be
called with the Lua syntax for methods: <tt>a:area()</tt>, not
<tt>a.area()</tt>.
</p>
<p>
The C type metamethod mechanism is most useful when used in
conjunction with C libraries that are written in an object-oriented
style. Creators return a pointer to a new instance and methods take an
instance pointer as the first argument. Sometimes you can just point
<tt>__index</tt> to the library namespace and <tt>__gc</tt> to the
destructor and you're done. But often enough you'll want to add
convenience wrappers, e.g. to return actual Lua strings or when
returning multiple values.
</p>
<p>
Some C libraries only declare instance pointers as an opaque
<tt>void *</tt> type. In this case you can use a fake type for all
declarations, e.g. a pointer to a named (incomplete) struct will do:
<tt>typedef struct foo_type *foo_handle</tt>. The C side doesn't
know what you declare with the LuaJIT FFI, but as long as the underlying
types are compatible, everything still works.
</p>
<h2 id="idioms">Translating C Idioms</h2>
<p>
Here's a list of common C idioms and their translation to the
LuaJIT FFI:
</p>
<table class="idiomtable">
<tr class="idiomhead">
<td class="idiomdesc">Idiom</td>
<td class="idiomc">C code</td>
<td class="idiomlua">Lua code</td>
</tr>
<tr class="odd separate">
<td class="idiomdesc">Pointer dereference<br><tt>int *p;</tt></td><td class="idiomc"><tt>x = *p;<br>*p = y;</tt></td><td class="idiomlua"><tt>x = <b>p[0]</b><br><b>p[0]</b> = y</tt></td></tr>
<tr class="even">
<td class="idiomdesc">Pointer indexing<br><tt>int i, *p;</tt></td><td class="idiomc"><tt>x = p[i];<br>p[i+1] = y;</tt></td><td class="idiomlua"><tt>x = p[i]<br>p[i+1] = y</tt></td></tr>
<tr class="odd">
<td class="idiomdesc">Array indexing<br><tt>int i, a[];</tt></td><td class="idiomc"><tt>x = a[i];<br>a[i+1] = y;</tt></td><td class="idiomlua"><tt>x = a[i]<br>a[i+1] = y</tt></td></tr>
<tr class="even separate">
<td class="idiomdesc"><tt>struct</tt>/<tt>union</tt> dereference<br><tt>struct foo s;</tt></td><td class="idiomc"><tt>x = s.field;<br>s.field = y;</tt></td><td class="idiomlua"><tt>x = s.field<br>s.field = y</tt></td></tr>
<tr class="odd">
<td class="idiomdesc"><tt>struct</tt>/<tt>union</tt> pointer deref.<br><tt>struct foo *sp;</tt></td><td class="idiomc"><tt>x = sp->field;<br>sp->field = y;</tt></td><td class="idiomlua"><tt>x = <b>s.field</b><br><b>s.field</b> = y</tt></td></tr>
<tr class="even separate">
<td class="idiomdesc">Pointer arithmetic<br><tt>int i, *p;</tt></td><td class="idiomc"><tt>x = p + i;<br>y = p - i;</tt></td><td class="idiomlua"><tt>x = p + i<br>y = p - i</tt></td></tr>
<tr class="odd">
<td class="idiomdesc">Pointer difference<br><tt>int *p1, *p2;</tt></td><td class="idiomc"><tt>x = p1 - p2;</tt></td><td class="idiomlua"><tt>x = p1 - p2</tt></td></tr>
<tr class="even">
<td class="idiomdesc">Array element pointer<br><tt>int i, a[];</tt></td><td class="idiomc"><tt>x = &a[i];</tt></td><td class="idiomlua"><tt>x = <b>a+i</b></tt></td></tr>
<tr class="odd">
<td class="idiomdesc">Cast pointer to address<br><tt>int *p;</tt></td><td class="idiomc"><tt>x = (intptr_t)p;</tt></td><td class="idiomlua"><tt>x = <b>tonumber(<br> ffi.cast("intptr_t",<br> p))</b></tt></td></tr>
<tr class="even separate">
<td class="idiomdesc">Functions with outargs<br><tt>void foo(int *inoutlen);</tt></td><td class="idiomc"><tt>int len = x;<br>foo(&len);<br>y = len;</tt></td><td class="idiomlua"><tt><b>local len =<br> ffi.new("int[1]", x)<br>foo(len)<br>y = len[0]</b></tt></td></tr>
<tr class="odd">
<td class="idiomdesc"><a href="ext_ffi_semantics.html#convert_vararg">Vararg conversions</a><br><tt>int printf(char *fmt, ...);</tt></td><td class="idiomc"><tt>printf("%g", 1.0);<br>printf("%d", 1);<br> </tt></td><td class="idiomlua"><tt>printf("%g", 1);<br>printf("%d",<br> <b>ffi.new("int", 1)</b>)</tt></td></tr>
</table>
<h2 id="cache">To Cache or Not to Cache</h2>
<p>
It's a common Lua idiom to cache library functions in local variables
or upvalues, e.g.:
</p>
<pre class="code">
local byte, char = string.byte, string.char
local function foo(x)
return char(byte(x)+1)
end
</pre>
<p>
This replaces several hash-table lookups with a (faster) direct use of
a local or an upvalue. This is less important with LuaJIT, since the
JIT compiler optimizes hash-table lookups a lot and is even able to
hoist most of them out of the inner loops. It can't eliminate
<em>all</em> of them, though, and it saves some typing for often-used
functions. So there's still a place for this, even with LuaJIT.
</p>
<p>
The situation is a bit different with C function calls via the
FFI library. The JIT compiler has special logic to eliminate <em>all
of the lookup overhead</em> for functions resolved from a
<a href="ext_ffi_semantics.html#clib">C library namespace</a>!
Thus it's not helpful and actually counter-productive to cache
individual C functions like this:
</p>
<pre class="code">
local <b>funca</b>, <b>funcb</b> = ffi.C.funcb, ffi.C.funcb -- <span style="color:#c00000;">Not helpful!</span>
local function foo(x, n)
for i=1,n do <b>funcb</b>(<b>funca</b>(x, i), 1) end
end
</pre>
<p>
This turns them into indirect calls and generates bigger and slower
machine code. Instead you'll want to cache the namespace itself and
rely on the JIT compiler to eliminate the lookups:
</p>
<pre class="code">
local <b>C</b> = ffi.C -- <span style="color:#00a000;">Instead use this!</span>
local function foo(x, n)
for i=1,n do <b>C.funcb</b>(<b>C.funca</b>(x, i), 1) end
end
</pre>
<p>
This generates both shorter and faster code. So <b>don't cache
C functions</b>, but <b>do</b> cache namespaces! Most often the
namespace is already in a local variable at an outer scope, e.g. from
<tt>local lib = ffi.load(...)</tt>. Note that copying
it to a local variable in the function scope is unnecessary.
</p>
<br class="flush">
</div>
<div id="foot">
<hr class="hide">
Copyright © 2005-2014 Mike Pall
<span class="noprint">
·
<a href="contact.html">Contact</a>
</span>
</div>
</body>
</html>
|
weiDDD/WSSParticleSystem
|
cocos2d/external/lua/luajit/src/doc/ext_ffi_tutorial.html
|
HTML
|
apache-2.0
| 23,107
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_43) on Tue Apr 09 16:55:11 ICT 2013 -->
<TITLE>
org.apache.hadoop.security.authentication.util (Hadoop 1.0.4-SNAPSHOT API)
</TITLE>
<META NAME="date" CONTENT="2013-04-09">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
</HEAD>
<BODY BGCOLOR="white">
<FONT size="+1" CLASS="FrameTitleFont">
<A HREF="../../../../../../org/apache/hadoop/security/authentication/util/package-summary.html" target="classFrame">org.apache.hadoop.security.authentication.util</A></FONT>
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
<TR>
<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
Classes</FONT>
<FONT CLASS="FrameItemFont">
<BR>
<A HREF="KerberosUtil.html" title="class in org.apache.hadoop.security.authentication.util" target="classFrame">KerberosUtil</A>
<BR>
<A HREF="Signer.html" title="class in org.apache.hadoop.security.authentication.util" target="classFrame">Signer</A></FONT></TD>
</TR>
</TABLE>
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
<TR>
<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
Exceptions</FONT>
<FONT CLASS="FrameItemFont">
<BR>
<A HREF="SignerException.html" title="class in org.apache.hadoop.security.authentication.util" target="classFrame">SignerException</A></FONT></TD>
</TR>
</TABLE>
</BODY>
</HTML>
|
jrnz/hadoop
|
build/docs/api/org/apache/hadoop/security/authentication/util/package-frame.html
|
HTML
|
apache-2.0
| 1,463
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_14) on Fri Jan 29 14:26:32 EST 2010 -->
<TITLE>
Uses of Interface com.sleepycat.collections.PrimaryKeyAssigner (Oracle - Berkeley DB Java Edition API)
</TITLE>
<META NAME="date" CONTENT="2010-01-29">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../style.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Interface com.sleepycat.collections.PrimaryKeyAssigner (Oracle - Berkeley DB Java Edition API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../com/sleepycat/collections/PrimaryKeyAssigner.html" title="interface in com.sleepycat.collections"><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>
<b>Berkeley DB Java Edition</b><br><font size=\"-1\"> version 4.0.92</font>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?com/sleepycat/collections//class-usePrimaryKeyAssigner.html" target="_top"><B>FRAMES</B></A>
<A HREF="PrimaryKeyAssigner.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Interface<br>com.sleepycat.collections.PrimaryKeyAssigner</B></H2>
</CENTER>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Packages that use <A HREF="../../../../com/sleepycat/collections/PrimaryKeyAssigner.html" title="interface in com.sleepycat.collections">PrimaryKeyAssigner</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#com.sleepycat.collections"><B>com.sleepycat.collections</B></A></TD>
<TD>Data access based on the standard Java collections API. </TD>
</TR>
</TABLE>
<P>
<A NAME="com.sleepycat.collections"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../com/sleepycat/collections/PrimaryKeyAssigner.html" title="interface in com.sleepycat.collections">PrimaryKeyAssigner</A> in <A HREF="../../../../com/sleepycat/collections/package-summary.html">com.sleepycat.collections</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">Constructors in <A HREF="../../../../com/sleepycat/collections/package-summary.html">com.sleepycat.collections</A> with parameters of type <A HREF="../../../../com/sleepycat/collections/PrimaryKeyAssigner.html" title="interface in com.sleepycat.collections">PrimaryKeyAssigner</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../com/sleepycat/collections/StoredMap.html#StoredMap(com.sleepycat.je.Database, com.sleepycat.bind.EntryBinding, com.sleepycat.bind.EntityBinding, com.sleepycat.collections.PrimaryKeyAssigner)">StoredMap</A></B>(<A HREF="../../../../com/sleepycat/je/Database.html" title="class in com.sleepycat.je">Database</A> database,
<A HREF="../../../../com/sleepycat/bind/EntryBinding.html" title="interface in com.sleepycat.bind">EntryBinding</A><<A HREF="../../../../com/sleepycat/collections/StoredMap.html" title="type parameter in StoredMap">K</A>> keyBinding,
<A HREF="../../../../com/sleepycat/bind/EntityBinding.html" title="interface in com.sleepycat.bind">EntityBinding</A><<A HREF="../../../../com/sleepycat/collections/StoredMap.html" title="type parameter in StoredMap">V</A>> valueEntityBinding,
<A HREF="../../../../com/sleepycat/collections/PrimaryKeyAssigner.html" title="interface in com.sleepycat.collections">PrimaryKeyAssigner</A> keyAssigner)</CODE>
<BR>
Creates a map entity view of a <A HREF="../../../../com/sleepycat/je/Database.html" title="class in com.sleepycat.je"><CODE>Database</CODE></A> with a <A HREF="../../../../com/sleepycat/collections/PrimaryKeyAssigner.html" title="interface in com.sleepycat.collections"><CODE>PrimaryKeyAssigner</CODE></A>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../com/sleepycat/collections/StoredMap.html#StoredMap(com.sleepycat.je.Database, com.sleepycat.bind.EntryBinding, com.sleepycat.bind.EntryBinding, com.sleepycat.collections.PrimaryKeyAssigner)">StoredMap</A></B>(<A HREF="../../../../com/sleepycat/je/Database.html" title="class in com.sleepycat.je">Database</A> database,
<A HREF="../../../../com/sleepycat/bind/EntryBinding.html" title="interface in com.sleepycat.bind">EntryBinding</A><<A HREF="../../../../com/sleepycat/collections/StoredMap.html" title="type parameter in StoredMap">K</A>> keyBinding,
<A HREF="../../../../com/sleepycat/bind/EntryBinding.html" title="interface in com.sleepycat.bind">EntryBinding</A><<A HREF="../../../../com/sleepycat/collections/StoredMap.html" title="type parameter in StoredMap">V</A>> valueBinding,
<A HREF="../../../../com/sleepycat/collections/PrimaryKeyAssigner.html" title="interface in com.sleepycat.collections">PrimaryKeyAssigner</A> keyAssigner)</CODE>
<BR>
Creates a map view of a <A HREF="../../../../com/sleepycat/je/Database.html" title="class in com.sleepycat.je"><CODE>Database</CODE></A> with a <A HREF="../../../../com/sleepycat/collections/PrimaryKeyAssigner.html" title="interface in com.sleepycat.collections"><CODE>PrimaryKeyAssigner</CODE></A>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../com/sleepycat/collections/StoredSortedMap.html#StoredSortedMap(com.sleepycat.je.Database, com.sleepycat.bind.EntryBinding, com.sleepycat.bind.EntityBinding, com.sleepycat.collections.PrimaryKeyAssigner)">StoredSortedMap</A></B>(<A HREF="../../../../com/sleepycat/je/Database.html" title="class in com.sleepycat.je">Database</A> database,
<A HREF="../../../../com/sleepycat/bind/EntryBinding.html" title="interface in com.sleepycat.bind">EntryBinding</A><<A HREF="../../../../com/sleepycat/collections/StoredSortedMap.html" title="type parameter in StoredSortedMap">K</A>> keyBinding,
<A HREF="../../../../com/sleepycat/bind/EntityBinding.html" title="interface in com.sleepycat.bind">EntityBinding</A><<A HREF="../../../../com/sleepycat/collections/StoredSortedMap.html" title="type parameter in StoredSortedMap">V</A>> valueEntityBinding,
<A HREF="../../../../com/sleepycat/collections/PrimaryKeyAssigner.html" title="interface in com.sleepycat.collections">PrimaryKeyAssigner</A> keyAssigner)</CODE>
<BR>
Creates a sorted map entity view of a <A HREF="../../../../com/sleepycat/je/Database.html" title="class in com.sleepycat.je"><CODE>Database</CODE></A> with a <A HREF="../../../../com/sleepycat/collections/PrimaryKeyAssigner.html" title="interface in com.sleepycat.collections"><CODE>PrimaryKeyAssigner</CODE></A>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../com/sleepycat/collections/StoredSortedMap.html#StoredSortedMap(com.sleepycat.je.Database, com.sleepycat.bind.EntryBinding, com.sleepycat.bind.EntryBinding, com.sleepycat.collections.PrimaryKeyAssigner)">StoredSortedMap</A></B>(<A HREF="../../../../com/sleepycat/je/Database.html" title="class in com.sleepycat.je">Database</A> database,
<A HREF="../../../../com/sleepycat/bind/EntryBinding.html" title="interface in com.sleepycat.bind">EntryBinding</A><<A HREF="../../../../com/sleepycat/collections/StoredSortedMap.html" title="type parameter in StoredSortedMap">K</A>> keyBinding,
<A HREF="../../../../com/sleepycat/bind/EntryBinding.html" title="interface in com.sleepycat.bind">EntryBinding</A><<A HREF="../../../../com/sleepycat/collections/StoredSortedMap.html" title="type parameter in StoredSortedMap">V</A>> valueBinding,
<A HREF="../../../../com/sleepycat/collections/PrimaryKeyAssigner.html" title="interface in com.sleepycat.collections">PrimaryKeyAssigner</A> keyAssigner)</CODE>
<BR>
Creates a sorted map view of a <A HREF="../../../../com/sleepycat/je/Database.html" title="class in com.sleepycat.je"><CODE>Database</CODE></A> with a <A HREF="../../../../com/sleepycat/collections/PrimaryKeyAssigner.html" title="interface in com.sleepycat.collections"><CODE>PrimaryKeyAssigner</CODE></A>.</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../com/sleepycat/collections/PrimaryKeyAssigner.html" title="interface in com.sleepycat.collections"><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>
<b>Berkeley DB Java Edition</b><br><font size=\"-1\"> version 4.0.92</font>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?com/sleepycat/collections//class-usePrimaryKeyAssigner.html" target="_top"><B>FRAMES</B></A>
<A HREF="PrimaryKeyAssigner.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>
<font size=1>Copyright (c) 2004-2010 Oracle. All rights reserved.</font>
</BODY>
</HTML>
|
bjorndm/prebake
|
code/third_party/bdb/docs/java/com/sleepycat/collections/class-use/PrimaryKeyAssigner.html
|
HTML
|
apache-2.0
| 13,770
|
<!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_33694_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_15.html?line=28125#src-28125" >testAbaNumberCheck_33694_bad</a>
</td>
<td>
<span class="sortValue">1</span><span class="aui-lozenge aui-lozenge-success">PASS</span>
</td>
<td>
7 Aug 12:44:20
</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_33694_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=21400#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=21400#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=21400#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_15_testAbaNumberCheck_33694_bad_gig.html
|
HTML
|
apache-2.0
| 10,987
|
<!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_02.html">Class Test_AbaRouteValidator_02</a></li>
</ol></div>
<h1 class="aui-h2-clover">
Test testAbaNumberCheck_295_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_02.html?line=41224#src-41224" >testAbaNumberCheck_295_good</a>
</td>
<td>
<span class="sortValue">1</span><span class="aui-lozenge aui-lozenge-success">PASS</span>
</td>
<td>
7 Aug 12:31:57
</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_295_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=13354#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_02_testAbaNumberCheck_295_good_aay.html
|
HTML
|
apache-2.0
| 9,175
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_112) on Mon May 01 08:43:49 MST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>EJB3Consumer (Public javadocs 2017.5.0 API)</title>
<meta name="date" content="2017-05-01">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="EJB3Consumer (Public javadocs 2017.5.0 API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":6,"i1":18};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],16:["t5","Default Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/EJB3Consumer.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">WildFly Swarm API, 2017.5.0</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/wildfly/swarm/config/EJB3.EJB3Resources.html" title="class in org.wildfly.swarm.config"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../org/wildfly/swarm/config/EJB3Supplier.html" title="interface in org.wildfly.swarm.config"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/wildfly/swarm/config/EJB3Consumer.html" target="_top">Frames</a></li>
<li><a href="EJB3Consumer.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.wildfly.swarm.config</div>
<h2 title="Interface EJB3Consumer" class="title">Interface EJB3Consumer<T extends <a href="../../../../org/wildfly/swarm/config/EJB3.html" title="class in org.wildfly.swarm.config">EJB3</a><T>></h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>Functional Interface:</dt>
<dd>This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.</dd>
</dl>
<hr>
<br>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/FunctionalInterface.html?is-external=true" title="class or interface in java.lang">@FunctionalInterface</a>
public interface <span class="typeNameLabel">EJB3Consumer<T extends <a href="../../../../org/wildfly/swarm/config/EJB3.html" title="class in org.wildfly.swarm.config">EJB3</a><T>></span></pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd"> </span></span><span id="t5" class="tableTab"><span><a href="javascript:show(16);">Default Methods</a></span><span class="tabEnd"> </span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/wildfly/swarm/config/EJB3Consumer.html#accept-T-">accept</a></span>(<a href="../../../../org/wildfly/swarm/config/EJB3Consumer.html" title="type parameter in EJB3Consumer">T</a> value)</code>
<div class="block">Configure a pre-constructed instance of EJB3 resource</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>default <a href="../../../../org/wildfly/swarm/config/EJB3Consumer.html" title="interface in org.wildfly.swarm.config">EJB3Consumer</a><<a href="../../../../org/wildfly/swarm/config/EJB3Consumer.html" title="type parameter in EJB3Consumer">T</a>></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/wildfly/swarm/config/EJB3Consumer.html#andThen-org.wildfly.swarm.config.EJB3Consumer-">andThen</a></span>(<a href="../../../../org/wildfly/swarm/config/EJB3Consumer.html" title="interface in org.wildfly.swarm.config">EJB3Consumer</a><<a href="../../../../org/wildfly/swarm/config/EJB3Consumer.html" title="type parameter in EJB3Consumer">T</a>> after)</code> </td>
</tr>
</table>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="accept-org.wildfly.swarm.config.EJB3-">
<!-- -->
</a><a name="accept-T-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>accept</h4>
<pre>void accept(<a href="../../../../org/wildfly/swarm/config/EJB3Consumer.html" title="type parameter in EJB3Consumer">T</a> value)</pre>
<div class="block">Configure a pre-constructed instance of EJB3 resource</div>
</li>
</ul>
<a name="andThen-org.wildfly.swarm.config.EJB3Consumer-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>andThen</h4>
<pre>default <a href="../../../../org/wildfly/swarm/config/EJB3Consumer.html" title="interface in org.wildfly.swarm.config">EJB3Consumer</a><<a href="../../../../org/wildfly/swarm/config/EJB3Consumer.html" title="type parameter in EJB3Consumer">T</a>> andThen(<a href="../../../../org/wildfly/swarm/config/EJB3Consumer.html" title="interface in org.wildfly.swarm.config">EJB3Consumer</a><<a href="../../../../org/wildfly/swarm/config/EJB3Consumer.html" title="type parameter in EJB3Consumer">T</a>> after)</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/EJB3Consumer.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">WildFly Swarm API, 2017.5.0</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/wildfly/swarm/config/EJB3.EJB3Resources.html" title="class in org.wildfly.swarm.config"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../org/wildfly/swarm/config/EJB3Supplier.html" title="interface in org.wildfly.swarm.config"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/wildfly/swarm/config/EJB3Consumer.html" target="_top">Frames</a></li>
<li><a href="EJB3Consumer.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2017 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
|
wildfly-swarm/wildfly-swarm-javadocs
|
2017.5.0/apidocs/org/wildfly/swarm/config/EJB3Consumer.html
|
HTML
|
apache-2.0
| 10,560
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_162) on Tue Nov 05 19:39:11 PST 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class com.fasterxml.jackson.databind.deser.std.NumberDeserializers.ByteDeserializer (jackson-databind 2.10.0 API)</title>
<meta name="date" content="2019-11-05">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class com.fasterxml.jackson.databind.deser.std.NumberDeserializers.ByteDeserializer (jackson-databind 2.10.0 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../com/fasterxml/jackson/databind/deser/std/NumberDeserializers.ByteDeserializer.html" title="class in com.fasterxml.jackson.databind.deser.std">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?com/fasterxml/jackson/databind/deser/std/class-use/NumberDeserializers.ByteDeserializer.html" target="_top">Frames</a></li>
<li><a href="NumberDeserializers.ByteDeserializer.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class com.fasterxml.jackson.databind.deser.std.NumberDeserializers.ByteDeserializer" class="title">Uses of Class<br>com.fasterxml.jackson.databind.deser.std.NumberDeserializers.ByteDeserializer</h2>
</div>
<div class="classUseContainer">No usage of com.fasterxml.jackson.databind.deser.std.NumberDeserializers.ByteDeserializer</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../com/fasterxml/jackson/databind/deser/std/NumberDeserializers.ByteDeserializer.html" title="class in com.fasterxml.jackson.databind.deser.std">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?com/fasterxml/jackson/databind/deser/std/class-use/NumberDeserializers.ByteDeserializer.html" target="_top">Frames</a></li>
<li><a href="NumberDeserializers.ByteDeserializer.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 © 2008–2019 <a href="http://fasterxml.com/">FasterXML</a>. All rights reserved.</small></p>
</body>
</html>
|
FasterXML/jackson-databind
|
docs/javadoc/2.10/com/fasterxml/jackson/databind/deser/std/class-use/NumberDeserializers.ByteDeserializer.html
|
HTML
|
apache-2.0
| 5,174
|
<!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.9.1"/>
<title>ovs all: /home/vladn/git/ovs/datapath/linux/compat/include/net/sctp/checksum.h File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
$(window).load(resizeHeight);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">ovs all
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.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="pages.html"><span>Related Pages</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>Globals</span></a></li>
</ul>
</div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('sctp_2checksum_8h.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="summary">
<a href="#func-members">Functions</a> </div>
<div class="headertitle">
<div class="title">checksum.h File Reference</div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><div class="dynheader">
This graph shows which files directly or indirectly include this file:</div>
<div class="dyncontent">
<div class="center"><img src="sctp_2checksum_8h__dep__incl.png" border="0" usemap="#_2home_2vladn_2git_2ovs_2datapath_2linux_2compat_2include_2net_2sctp_2checksum_8hdep" alt=""/></div>
<map name="_2home_2vladn_2git_2ovs_2datapath_2linux_2compat_2include_2net_2sctp_2checksum_8hdep" id="_2home_2vladn_2git_2ovs_2datapath_2linux_2compat_2include_2net_2sctp_2checksum_8hdep">
<area shape="rect" id="node2" href="datapath_2actions_8c.html" title="/home/vladn/git/ovs\l/datapath/actions.c" alt="" coords="5,109,141,151"/><area shape="rect" id="node3" href="datapath_2linux_2actions_8c.html" title="/home/vladn/git/ovs\l/datapath/linux/actions.c" alt="" coords="166,109,330,151"/></map>
</div>
</div>
<p><a href="sctp_2checksum_8h_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:a37c2469f1cafc0c708d543defa2babf0"><td class="memItemLeft" align="right" valign="top">static __le32 </td><td class="memItemRight" valign="bottom"><a class="el" href="sctp_2checksum_8h.html#a37c2469f1cafc0c708d543defa2babf0">sctp_compute_cksum</a> (const struct sk_buff *skb, unsigned int offset)</td></tr>
<tr class="separator:a37c2469f1cafc0c708d543defa2babf0"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<h2 class="groupheader">Function Documentation</h2>
<a class="anchor" id="a37c2469f1cafc0c708d543defa2babf0"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static __le32 sctp_compute_cksum </td>
<td>(</td>
<td class="paramtype">const struct sk_buff * </td>
<td class="paramname"><em>skb</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">unsigned int </td>
<td class="paramname"><em>offset</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<div class="fragment"><div class="line"><a name="l00009"></a><span class="lineno"> 9</span> {</div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span>  <span class="keyword">const</span> <span class="keyword">struct </span>sk_buff *iter;</div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> </div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span>  <a class="code" href="Types_8h.html#a718f5669fc14e3ab70152bf8b80abe43">__u32</a> crc32 = sctp_start_cksum(skb->data + offset,</div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span>  skb_headlen(skb) - offset);</div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span>  skb_walk_frags(skb, iter)</div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span>  crc32 = sctp_update_cksum((<a class="code" href="Types_8h.html#aa911bdddd3e687b0a1e1ced910c6e283">__u8</a> *) iter-><a class="code" href="uniondata.html">data</a>,</div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span>  skb_headlen(iter), crc32);</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>  <span class="comment">/* Open-code sctp_end_cksum() to avoid a sparse warning due to a bug in</span></div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="comment"> * sparse annotations in Linux fixed in 3.10 in commit eee1d5a14 (sctp:</span></div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="comment"> * Correct type and usage of sctp_end_cksum()). */</span></div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>  return cpu_to_le32(~crc32);</div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span> }</div>
<div class="ttc" id="uniondata_html"><div class="ttname"><a href="uniondata.html">data</a></div><div class="ttdef"><b>Definition:</b> epoll.h:22</div></div>
<div class="ttc" id="Types_8h_html_a718f5669fc14e3ab70152bf8b80abe43"><div class="ttname"><a href="Types_8h.html#a718f5669fc14e3ab70152bf8b80abe43">__u32</a></div><div class="ttdeci">uint32 __u32</div><div class="ttdef"><b>Definition:</b> Types.h:28</div></div>
<div class="ttc" id="Types_8h_html_aa911bdddd3e687b0a1e1ced910c6e283"><div class="ttname"><a href="Types_8h.html#aa911bdddd3e687b0a1e1ced910c6e283">__u8</a></div><div class="ttdeci">uint8 __u8</div><div class="ttdef"><b>Definition:</b> Types.h:30</div></div>
</div><!-- fragment -->
</div>
</div>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_36ad3adc1aabcd87770fae1b41e5ac14.html">ovs</a></li><li class="navelem"><a class="el" href="dir_b037f62f7da50732bd5b5cbff7427f36.html">datapath</a></li><li class="navelem"><a class="el" href="dir_37d39714a3259ce9c8e6f54b557ec125.html">linux</a></li><li class="navelem"><a class="el" href="dir_aa3f4e9291a28ef33e50bd22f7de31d7.html">compat</a></li><li class="navelem"><a class="el" href="dir_ececf53ccb59ac8a38b166dc0086a43d.html">include</a></li><li class="navelem"><a class="el" href="dir_c6fa071f02697b93899716656cf2e4dc.html">net</a></li><li class="navelem"><a class="el" href="dir_4e7293617108f108196d6af61de0bf4d.html">sctp</a></li><li class="navelem"><a class="el" href="sctp_2checksum_8h.html">checksum.h</a></li>
<li class="footer">Generated on Wed Sep 9 2015 19:07:26 for ovs all by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.9.1 </li>
</ul>
</div>
</body>
</html>
|
vladn-ma/vladn-ovs-doc
|
doxygen/ovs_all/html/sctp_2checksum_8h.html
|
HTML
|
apache-2.0
| 10,842
|
<!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 Sat Nov 11 11:07:55 GMT 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Package com.github.arcyfelix (18-JavadocPlugin 1.0 API)</title>
<meta name="date" content="2017-11-11">
<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 Package com.github.arcyfelix (18-JavadocPlugin 1.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="../../../com/github/arcyfelix/package-summary.html">Package</a></li>
<li>Class</li>
<li class="navBarCell1Rev">Use</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?com/github/arcyfelix/package-use.html" target="_top">Frames</a></li>
<li><a href="package-use.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="Uses of Package com.github.arcyfelix" class="title">Uses of Package<br>com.github.arcyfelix</h1>
</div>
<div class="contentContainer">No usage of com.github.arcyfelix</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="../../../com/github/arcyfelix/package-summary.html">Package</a></li>
<li>Class</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 class="aboutLanguage">This is the new footer</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?com/github/arcyfelix/package-use.html" target="_top">Frames</a></li>
<li><a href="package-use.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>
|
arcyfelix/Courses
|
17-11-15-Learning Apache Maven/18 - Javadoc Plugin/18-JavadocPlugin/target/apidocs/com/github/arcyfelix/package-use.html
|
HTML
|
apache-2.0
| 4,130
|
<!DOCTYPE html>
<!-- Por ww wwno ww -->
<html>
<head>
<title>Ejemplo de Servlets y HTML5</title>
<style type="text/css">
body
{
background-color: #E00052;
font-family: "Arial";
color: #FFF;
}
header, footer
{
text-align: center;
}
h2
{
color: #FFF;
font-size: 38px;
}
section
{
margin: 80px;
}
form
{
text-align: center;
}
input
{
border: 0;
border-radius: 5px;
font-size: 25px;
color: #E00052;
padding: 8px;
width: 40%;
text-align: center;
/* Para poner una animacion de salida cuando se quita el foco de la caja */
transition: ease-out 0.3s;
box-shadow: 0 0 0px #FFF;
}
input:focus
{
transition: ease-in 0.3s;
box-shadow: 0 0 25px #FFF;
}
</style>
</head>
<body>
<header>
<h2>Ejemplo de servlets y HTML5</h2>
</header>
<section>
<form action="http://localhost:8080/xdd/EjemploServlet" method="POST"><input type="text" name="cualquiertexto"></form>
</section>
<footer>
Por <strong>ww ww wwño</strong> | <ins>ww.com</ins>
</footer>
</body>
</html>
|
Stederr/ESCOM
|
Tecnologías para la Web/1er parcial/Tarea 5/Ejemplo servlet/index.html
|
HTML
|
apache-2.0
| 1,650
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Bootstrap 101 Template</title>
<!-- Bootstrap -->
<link href="packages/tekartik_bootstrap_asset/3.2.0/css/bootstrap.min.css" 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/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<h1>Hello, world!</h1>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="packages/tekartik_jquery_asset/jquery/2.1.0/jquery-2.1.0.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="packages/tekartik_bootstrap_asset/3.2.0/js/bootstrap.min.js"></script>
</body>
</html>
|
alextekartik/tekartik_bootstrap_asset.dart
|
example/basic_template.html
|
HTML
|
apache-2.0
| 1,137
|
<!-- HTML header for doxygen 1.8.18-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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.9.2"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>OR-Tools: bop_ls.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="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="styleSheet.tmp.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="orLogo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">OR-Tools
 <span id="projectnumber">9.2</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- 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('bop__ls_8h_source.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="headertitle"><div class="title">bop_ls.h</div></div>
</div><!--header-->
<div class="contents">
<a href="bop__ls_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="comment">// Copyright 2010-2021 Google LLC</span></div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="comment">// Licensed under the Apache License, Version 2.0 (the "License");</span></div>
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="comment">// you may not use this file except in compliance with the License.</span></div>
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="comment">// You may obtain a copy of the License at</span></div>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="comment">//</span></div>
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="comment">// http://www.apache.org/licenses/LICENSE-2.0</span></div>
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="comment">//</span></div>
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="comment">// Unless required by applicable law or agreed to in writing, software</span></div>
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="comment">// distributed under the License is distributed on an "AS IS" BASIS,</span></div>
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="comment">// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span></div>
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="comment">// See the License for the specific language governing permissions and</span></div>
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="comment">// limitations under the License.</span></div>
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span> </div>
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span><span class="comment">// This file defines the needed classes to efficiently perform Local Search in</span></div>
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span><span class="comment">// Bop.</span></div>
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span><span class="comment">// Local Search is a technique used to locally improve an existing solution by</span></div>
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span><span class="comment">// flipping a limited number of variables. To be successful the produced</span></div>
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span><span class="comment">// solution has to satisfy all constraints of the problem and improve the</span></div>
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span><span class="comment">// objective cost.</span></div>
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span><span class="comment">//</span></div>
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span><span class="comment">// The class BopLocalSearchOptimizer is the only public interface for Local</span></div>
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span><span class="comment">// Search in Bop. For unit-testing purposes this file also contains the four</span></div>
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span><span class="comment">// internal classes AssignmentAndConstraintFeasibilityMaintainer,</span></div>
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span><span class="comment">// OneFlipConstraintRepairer, SatWrapper and LocalSearchAssignmentIterator.</span></div>
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span><span class="comment">// They are implementation details and should not be used outside of bop_ls.</span></div>
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span> </div>
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span><span class="preprocessor">#ifndef OR_TOOLS_BOP_BOP_LS_H_</span></div>
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span><span class="preprocessor">#define OR_TOOLS_BOP_BOP_LS_H_</span></div>
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span> </div>
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span><span class="preprocessor">#include <array></span></div>
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span><span class="preprocessor">#include <cstdint></span></div>
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span> </div>
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span><span class="preprocessor">#include "absl/container/flat_hash_map.h"</span></div>
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span><span class="preprocessor">#include "absl/container/flat_hash_set.h"</span></div>
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span><span class="preprocessor">#include "absl/random/random.h"</span></div>
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"> 36</span><span class="preprocessor">#include "<a class="code" href="hash_8h.html">ortools/base/hash.h</a>"</span></div>
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span><span class="preprocessor">#include "<a class="code" href="strong__vector_8h.html">ortools/base/strong_vector.h</a>"</span></div>
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span><span class="preprocessor">#include "<a class="code" href="bop__base_8h.html">ortools/bop/bop_base.h</a>"</span></div>
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span><span class="preprocessor">#include "<a class="code" href="bop__solution_8h.html">ortools/bop/bop_solution.h</a>"</span></div>
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</span><span class="preprocessor">#include "<a class="code" href="bop__types_8h.html">ortools/bop/bop_types.h</a>"</span></div>
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span><span class="preprocessor">#include "<a class="code" href="boolean__problem_8pb_8h.html">ortools/sat/boolean_problem.pb.h</a>"</span></div>
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span><span class="preprocessor">#include "<a class="code" href="sat__solver_8h.html">ortools/sat/sat_solver.h</a>"</span></div>
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"> 43</span> </div>
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"> 44</span><span class="keyword">namespace </span><a class="code hl_namespace" href="namespaceoperations__research.html">operations_research</a> {</div>
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span><span class="keyword">namespace </span>bop {</div>
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span> </div>
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span><span class="comment">// This class is used to ease the connection with the SAT solver.</span></div>
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span><span class="comment">//</span></div>
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"> 49</span><span class="comment">// TODO(user): remove? the meat of the logic is used in just one place, so I am</span></div>
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"> 50</span><span class="comment">// not sure having this extra layer improve the readability.</span></div>
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"><a class="line" href="classoperations__research_1_1bop_1_1_sat_wrapper.html"> 51</a></span><span class="keyword">class </span><a class="code hl_class" href="classoperations__research_1_1bop_1_1_sat_wrapper.html">SatWrapper</a> {</div>
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span> <span class="keyword">public</span>:</div>
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span> <span class="keyword">explicit</span> <a class="code hl_function" href="classoperations__research_1_1bop_1_1_sat_wrapper.html#a3adc33c0c8891314820bd37a91653694">SatWrapper</a>(<a class="code hl_class" href="classoperations__research_1_1sat_1_1_sat_solver.html">sat::SatSolver</a>* sat_solver);</div>
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span> </div>
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"> 55</span> <span class="comment">// Returns the current state of the solver propagation trail.</span></div>
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span> std::vector<sat::Literal> <a class="code hl_function" href="classoperations__research_1_1bop_1_1_sat_wrapper.html#a72222e224336a01b889afd6cd47bee14">FullSatTrail</a>() <span class="keyword">const</span>;</div>
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"> 57</span> </div>
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"> 58</span> <span class="comment">// Returns true if the problem is UNSAT.</span></div>
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span> <span class="comment">// Note that an UNSAT problem might not be marked as UNSAT at first because</span></div>
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"> 60</span> <span class="comment">// the SAT solver is not able to prove it; After some decisions / learned</span></div>
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"> 61</span> <span class="comment">// conflicts, the SAT solver might be able to prove UNSAT and so this will</span></div>
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"> 62</span> <span class="comment">// return true.</span></div>
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"><a class="line" href="classoperations__research_1_1bop_1_1_sat_wrapper.html#ad2a33e1d9335cce63548abed6b5c8aab"> 63</a></span> <span class="keywordtype">bool</span> <a class="code hl_function" href="classoperations__research_1_1bop_1_1_sat_wrapper.html#ad2a33e1d9335cce63548abed6b5c8aab">IsModelUnsat</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> sat_solver_-><a class="code hl_function" href="classoperations__research_1_1sat_1_1_sat_solver.html#ad2a33e1d9335cce63548abed6b5c8aab">IsModelUnsat</a>(); }</div>
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"> 64</span> </div>
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"> 65</span> <span class="comment">// Return the current solver VariablesAssignment.</span></div>
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"><a class="line" href="classoperations__research_1_1bop_1_1_sat_wrapper.html#ad5d7d187cc8a2b70a360d4cede96cfe9"> 66</a></span> <span class="keyword">const</span> <a class="code hl_class" href="classoperations__research_1_1sat_1_1_variables_assignment.html">sat::VariablesAssignment</a>& <a class="code hl_function" href="classoperations__research_1_1bop_1_1_sat_wrapper.html#ad5d7d187cc8a2b70a360d4cede96cfe9">SatAssignment</a>()<span class="keyword"> const </span>{</div>
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span> <span class="keywordflow">return</span> sat_solver_-><a class="code hl_function" href="classoperations__research_1_1sat_1_1_sat_solver.html#a4793952607a98dfddfbcc17abfabbb4b">Assignment</a>();</div>
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"> 68</span> }</div>
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"> 69</span> </div>
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"> 70</span> <span class="comment">// Applies the decision that makes the given literal true and returns the</span></div>
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno"> 71</span> <span class="comment">// number of decisions to backtrack due to conflicts if any.</span></div>
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"> 72</span> <span class="comment">// Two cases:</span></div>
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"> 73</span> <span class="comment">// - No conflicts: Returns 0 and fills the propagated_literals with the</span></div>
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"> 74</span> <span class="comment">// literals that have been propagated due to the decision including the</span></div>
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno"> 75</span> <span class="comment">// the decision itself.</span></div>
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"> 76</span> <span class="comment">// - Conflicts: Returns the number of decisions to backtrack (the current</span></div>
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno"> 77</span> <span class="comment">// decision included, i.e. returned value > 0) and fills the</span></div>
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno"> 78</span> <span class="comment">// propagated_literals with the literals that the conflicts propagated.</span></div>
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno"> 79</span> <span class="comment">// Note that the decision variable should not be already assigned in SAT.</span></div>
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"> 80</span> <span class="keywordtype">int</span> <a class="code hl_function" href="classoperations__research_1_1bop_1_1_sat_wrapper.html#a93950a274a35f37cbe2a5a0932232da6">ApplyDecision</a>(<a class="code hl_class" href="classoperations__research_1_1sat_1_1_literal.html">sat::Literal</a> decision_literal,</div>
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"> 81</span> std::vector<sat::Literal>* propagated_literals);</div>
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"> 82</span> </div>
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"> 83</span> <span class="comment">// Backtracks the last decision if any.</span></div>
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"> 84</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classoperations__research_1_1bop_1_1_sat_wrapper.html#a5a82cd9f3923936066ceeb27a027fea6">BacktrackOneLevel</a>();</div>
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"> 85</span> </div>
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno"> 86</span> <span class="comment">// Bactracks all the decisions.</span></div>
<div class="line"><a id="l00087" name="l00087"></a><span class="lineno"> 87</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classoperations__research_1_1bop_1_1_sat_wrapper.html#a66b3ae33b0200f399c9145d707ff7887">BacktrackAll</a>();</div>
<div class="line"><a id="l00088" name="l00088"></a><span class="lineno"> 88</span> </div>
<div class="line"><a id="l00089" name="l00089"></a><span class="lineno"> 89</span> <span class="comment">// Extracts any new information learned during the search.</span></div>
<div class="line"><a id="l00090" name="l00090"></a><span class="lineno"> 90</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classoperations__research_1_1bop_1_1_sat_wrapper.html#aa808ac715d17a9e4891930daf5d3ac62">ExtractLearnedInfo</a>(<a class="code hl_struct" href="structoperations__research_1_1bop_1_1_learned_info.html">LearnedInfo</a>* info);</div>
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno"> 91</span> </div>
<div class="line"><a id="l00092" name="l00092"></a><span class="lineno"> 92</span> <span class="comment">// Returns a deterministic number that should be correlated with the time</span></div>
<div class="line"><a id="l00093" name="l00093"></a><span class="lineno"> 93</span> <span class="comment">// spent in the SAT wrapper. The order of magnitude should be close to the</span></div>
<div class="line"><a id="l00094" name="l00094"></a><span class="lineno"> 94</span> <span class="comment">// time in seconds.</span></div>
<div class="line"><a id="l00095" name="l00095"></a><span class="lineno"> 95</span> <span class="keywordtype">double</span> <a class="code hl_function" href="classoperations__research_1_1bop_1_1_sat_wrapper.html#ae525d235b02bcfc962d845e28f5f0125">deterministic_time</a>() <span class="keyword">const</span>;</div>
<div class="line"><a id="l00096" name="l00096"></a><span class="lineno"> 96</span> </div>
<div class="line"><a id="l00097" name="l00097"></a><span class="lineno"> 97</span> <span class="keyword">private</span>:</div>
<div class="line"><a id="l00098" name="l00098"></a><span class="lineno"> 98</span> <a class="code hl_class" href="classoperations__research_1_1sat_1_1_sat_solver.html">sat::SatSolver</a>* sat_solver_;</div>
<div class="line"><a id="l00099" name="l00099"></a><span class="lineno"> 99</span> DISALLOW_COPY_AND_ASSIGN(<a class="code hl_class" href="classoperations__research_1_1bop_1_1_sat_wrapper.html">SatWrapper</a>);</div>
<div class="line"><a id="l00100" name="l00100"></a><span class="lineno"> 100</span>};</div>
<div class="line"><a id="l00101" name="l00101"></a><span class="lineno"> 101</span> </div>
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno"> 102</span><span class="comment">// Forward declaration.</span></div>
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno"> 103</span><span class="keyword">class </span>LocalSearchAssignmentIterator;</div>
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno"> 104</span> </div>
<div class="line"><a id="l00105" name="l00105"></a><span class="lineno"> 105</span><span class="comment">// This class defines a Local Search optimizer. The goal is to find a new</span></div>
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno"> 106</span><span class="comment">// solution with a better cost than the given solution by iterating on all</span></div>
<div class="line"><a id="l00107" name="l00107"></a><span class="lineno"> 107</span><span class="comment">// assignments that can be reached in max_num_decisions decisions or less.</span></div>
<div class="line"><a id="l00108" name="l00108"></a><span class="lineno"> 108</span><span class="comment">// The bop parameter max_number_of_explored_assignments_per_try_in_ls can be</span></div>
<div class="line"><a id="l00109" name="l00109"></a><span class="lineno"> 109</span><span class="comment">// used to specify the number of new assignments to iterate on each time the</span></div>
<div class="line"><a id="l00110" name="l00110"></a><span class="lineno"> 110</span><span class="comment">// method Optimize() is called. Limiting that parameter allows to reduce the</span></div>
<div class="line"><a id="l00111" name="l00111"></a><span class="lineno"> 111</span><span class="comment">// time spent in the Optimize() method at once, and still explore all the</span></div>
<div class="line"><a id="l00112" name="l00112"></a><span class="lineno"> 112</span><span class="comment">// reachable assignments (if Optimize() is called enough times).</span></div>
<div class="line"><a id="l00113" name="l00113"></a><span class="lineno"> 113</span><span class="comment">// Note that due to propagation, the number of variables with a different value</span></div>
<div class="line"><a id="l00114" name="l00114"></a><span class="lineno"> 114</span><span class="comment">// in the new solution can be greater than max_num_decisions.</span></div>
<div class="line"><a id="l00115" name="l00115"></a><span class="lineno"><a class="line" href="classoperations__research_1_1bop_1_1_local_search_optimizer.html"> 115</a></span><span class="keyword">class </span><a class="code hl_class" href="classoperations__research_1_1bop_1_1_local_search_optimizer.html">LocalSearchOptimizer</a> : <span class="keyword">public</span> <a class="code hl_class" href="classoperations__research_1_1bop_1_1_bop_optimizer_base.html">BopOptimizerBase</a> {</div>
<div class="line"><a id="l00116" name="l00116"></a><span class="lineno"> 116</span> <span class="keyword">public</span>:</div>
<div class="line"><a id="l00117" name="l00117"></a><span class="lineno"> 117</span> <a class="code hl_function" href="classoperations__research_1_1bop_1_1_local_search_optimizer.html#adc358d296d20700f7019241c98b5b01f">LocalSearchOptimizer</a>(<span class="keyword">const</span> std::string& <a class="code hl_function" href="classoperations__research_1_1bop_1_1_bop_optimizer_base.html#a24dcbf29c0d6cd766009a182a6484e3b">name</a>, <span class="keywordtype">int</span> max_num_decisions,</div>
<div class="line"><a id="l00118" name="l00118"></a><span class="lineno"> 118</span> absl::BitGenRef random, <a class="code hl_class" href="classoperations__research_1_1sat_1_1_sat_solver.html">sat::SatSolver</a>* sat_propagator);</div>
<div class="line"><a id="l00119" name="l00119"></a><span class="lineno"> 119</span> <a class="code hl_function" href="classoperations__research_1_1bop_1_1_local_search_optimizer.html#adccc3ffb94c7359656258de436e713c2">~LocalSearchOptimizer</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00120" name="l00120"></a><span class="lineno"> 120</span> </div>
<div class="line"><a id="l00121" name="l00121"></a><span class="lineno"> 121</span> <span class="keyword">private</span>:</div>
<div class="line"><a id="l00122" name="l00122"></a><span class="lineno"> 122</span> <span class="keywordtype">bool</span> ShouldBeRun(<span class="keyword">const</span> <a class="code hl_class" href="classoperations__research_1_1bop_1_1_problem_state.html">ProblemState</a>& problem_state) <span class="keyword">const override</span>;</div>
<div class="line"><a id="l00123" name="l00123"></a><span class="lineno"> 123</span> <a class="code hl_enumeration" href="classoperations__research_1_1bop_1_1_bop_optimizer_base.html#a67a0db04d321a74b7e7fcfd3f1a3f70b">Status</a> Optimize(<span class="keyword">const</span> <a class="code hl_class" href="classoperations__research_1_1bop_1_1_bop_parameters.html">BopParameters</a>& <a class="code hl_variable" href="cp__model__fz__solver_8cc.html#a10a1eab179b472c030bdc2a2efef7219">parameters</a>,</div>
<div class="line"><a id="l00124" name="l00124"></a><span class="lineno"> 124</span> <span class="keyword">const</span> <a class="code hl_class" href="classoperations__research_1_1bop_1_1_problem_state.html">ProblemState</a>& problem_state, <a class="code hl_struct" href="structoperations__research_1_1bop_1_1_learned_info.html">LearnedInfo</a>* learned_info,</div>
<div class="line"><a id="l00125" name="l00125"></a><span class="lineno"> 125</span> <a class="code hl_class" href="classoperations__research_1_1_time_limit.html">TimeLimit</a>* <a class="code hl_variable" href="cp__model__solver_8cc.html#aec8af5c1be4e1b6d4330e1161028de21">time_limit</a>) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00126" name="l00126"></a><span class="lineno"> 126</span> </div>
<div class="line"><a id="l00127" name="l00127"></a><span class="lineno"> 127</span> int64_t state_update_stamp_;</div>
<div class="line"><a id="l00128" name="l00128"></a><span class="lineno"> 128</span> </div>
<div class="line"><a id="l00129" name="l00129"></a><span class="lineno"> 129</span> <span class="comment">// Maximum number of decisions the Local Search can take.</span></div>
<div class="line"><a id="l00130" name="l00130"></a><span class="lineno"> 130</span> <span class="comment">// Note that there is no limit on the number of changed variables due to</span></div>
<div class="line"><a id="l00131" name="l00131"></a><span class="lineno"> 131</span> <span class="comment">// propagation.</span></div>
<div class="line"><a id="l00132" name="l00132"></a><span class="lineno"> 132</span> <span class="keyword">const</span> <span class="keywordtype">int</span> max_num_decisions_;</div>
<div class="line"><a id="l00133" name="l00133"></a><span class="lineno"> 133</span> </div>
<div class="line"><a id="l00134" name="l00134"></a><span class="lineno"> 134</span> <span class="comment">// A wrapper around the given sat_propagator.</span></div>
<div class="line"><a id="l00135" name="l00135"></a><span class="lineno"> 135</span> <a class="code hl_class" href="classoperations__research_1_1bop_1_1_sat_wrapper.html">SatWrapper</a> sat_wrapper_;</div>
<div class="line"><a id="l00136" name="l00136"></a><span class="lineno"> 136</span> </div>
<div class="line"><a id="l00137" name="l00137"></a><span class="lineno"> 137</span> <span class="comment">// Iterator on all reachable assignments.</span></div>
<div class="line"><a id="l00138" name="l00138"></a><span class="lineno"> 138</span> <span class="comment">// Note that this iterator is only reset when Synchronize() is called, i.e.</span></div>
<div class="line"><a id="l00139" name="l00139"></a><span class="lineno"> 139</span> <span class="comment">// the iterator continues its iteration of the next assignments each time</span></div>
<div class="line"><a id="l00140" name="l00140"></a><span class="lineno"> 140</span> <span class="comment">// Optimize() is called until everything is explored or a solution is found.</span></div>
<div class="line"><a id="l00141" name="l00141"></a><span class="lineno"> 141</span> std::unique_ptr<LocalSearchAssignmentIterator> assignment_iterator_;</div>
<div class="line"><a id="l00142" name="l00142"></a><span class="lineno"> 142</span> </div>
<div class="line"><a id="l00143" name="l00143"></a><span class="lineno"> 143</span> <span class="comment">// Random generator.</span></div>
<div class="line"><a id="l00144" name="l00144"></a><span class="lineno"> 144</span> absl::BitGenRef random_;</div>
<div class="line"><a id="l00145" name="l00145"></a><span class="lineno"> 145</span>};</div>
<div class="line"><a id="l00146" name="l00146"></a><span class="lineno"> 146</span> </div>
<div class="line"><a id="l00147" name="l00147"></a><span class="lineno"> 147</span><span class="comment">//------------------------------------------------------------------------------</span></div>
<div class="line"><a id="l00148" name="l00148"></a><span class="lineno"> 148</span><span class="comment">// Implementation details. The declarations of those utility classes are in</span></div>
<div class="line"><a id="l00149" name="l00149"></a><span class="lineno"> 149</span><span class="comment">// the .h for testing reasons.</span></div>
<div class="line"><a id="l00150" name="l00150"></a><span class="lineno"> 150</span><span class="comment">//------------------------------------------------------------------------------</span></div>
<div class="line"><a id="l00151" name="l00151"></a><span class="lineno"> 151</span> </div>
<div class="line"><a id="l00152" name="l00152"></a><span class="lineno"> 152</span><span class="comment">// Maintains some information on a sparse set of integers in [0, n). More</span></div>
<div class="line"><a id="l00153" name="l00153"></a><span class="lineno"> 153</span><span class="comment">// specifically this class:</span></div>
<div class="line"><a id="l00154" name="l00154"></a><span class="lineno"> 154</span><span class="comment">// - Allows to dynamically add/remove element from the set.</span></div>
<div class="line"><a id="l00155" name="l00155"></a><span class="lineno"> 155</span><span class="comment">// - Has a backtracking support.</span></div>
<div class="line"><a id="l00156" name="l00156"></a><span class="lineno"> 156</span><span class="comment">// - Maintains the number of elements in the set.</span></div>
<div class="line"><a id="l00157" name="l00157"></a><span class="lineno"> 157</span><span class="comment">// - Maintains a superset of the elements of the set that contains all the</span></div>
<div class="line"><a id="l00158" name="l00158"></a><span class="lineno"> 158</span><span class="comment">// modified elements.</span></div>
<div class="line"><a id="l00159" name="l00159"></a><span class="lineno"> 159</span><span class="keyword">template</span> <<span class="keyword">typename</span> IntType></div>
<div class="line"><a id="l00160" name="l00160"></a><span class="lineno"><a class="line" href="classoperations__research_1_1bop_1_1_backtrackable_integer_set.html"> 160</a></span><span class="keyword">class </span><a class="code hl_class" href="classoperations__research_1_1bop_1_1_backtrackable_integer_set.html">BacktrackableIntegerSet</a> {</div>
<div class="line"><a id="l00161" name="l00161"></a><span class="lineno"> 161</span> <span class="keyword">public</span>:</div>
<div class="line"><a id="l00162" name="l00162"></a><span class="lineno"><a class="line" href="classoperations__research_1_1bop_1_1_backtrackable_integer_set.html#aaa644c003fae9e1c570e85eece6ea597"> 162</a></span> <a class="code hl_function" href="classoperations__research_1_1bop_1_1_backtrackable_integer_set.html#aaa644c003fae9e1c570e85eece6ea597">BacktrackableIntegerSet</a>() {}</div>
<div class="line"><a id="l00163" name="l00163"></a><span class="lineno"> 163</span> </div>
<div class="line"><a id="l00164" name="l00164"></a><span class="lineno"> 164</span> <span class="comment">// Prepares the class for integers in [0, n) and initializes the set to the</span></div>
<div class="line"><a id="l00165" name="l00165"></a><span class="lineno"> 165</span> <span class="comment">// empty one. Note that this run in O(n). Once resized, it is better to call</span></div>
<div class="line"><a id="l00166" name="l00166"></a><span class="lineno"> 166</span> <span class="comment">// BacktrackAll() instead of this to clear the set.</span></div>
<div class="line"><a id="l00167" name="l00167"></a><span class="lineno"> 167</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classoperations__research_1_1bop_1_1_backtrackable_integer_set.html#a5402f12b02fec7bf270f3df4eed00e0c">ClearAndResize</a>(IntType n);</div>
<div class="line"><a id="l00168" name="l00168"></a><span class="lineno"> 168</span> </div>
<div class="line"><a id="l00169" name="l00169"></a><span class="lineno"> 169</span> <span class="comment">// Changes the state of the given integer i to be either inside or outside the</span></div>
<div class="line"><a id="l00170" name="l00170"></a><span class="lineno"> 170</span> <span class="comment">// set. Important: this should only be called with the opposite state of the</span></div>
<div class="line"><a id="l00171" name="l00171"></a><span class="lineno"> 171</span> <span class="comment">// current one, otherwise size() will not be correct.</span></div>
<div class="line"><a id="l00172" name="l00172"></a><span class="lineno"> 172</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classoperations__research_1_1bop_1_1_backtrackable_integer_set.html#aba10677c63ecfdabe3116c4e08c31aa1">ChangeState</a>(IntType i, <span class="keywordtype">bool</span> should_be_inside);</div>
<div class="line"><a id="l00173" name="l00173"></a><span class="lineno"> 173</span> </div>
<div class="line"><a id="l00174" name="l00174"></a><span class="lineno"> 174</span> <span class="comment">// Returns the current number of elements in the set.</span></div>
<div class="line"><a id="l00175" name="l00175"></a><span class="lineno"> 175</span> <span class="comment">// Note that this is not its maximum size n.</span></div>
<div class="line"><a id="l00176" name="l00176"></a><span class="lineno"><a class="line" href="classoperations__research_1_1bop_1_1_backtrackable_integer_set.html#af9593d4a5ff4274efaf429cb4f9e57cc"> 176</a></span> <span class="keywordtype">int</span> <a class="code hl_function" href="classoperations__research_1_1bop_1_1_backtrackable_integer_set.html#af9593d4a5ff4274efaf429cb4f9e57cc">size</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> size_; }</div>
<div class="line"><a id="l00177" name="l00177"></a><span class="lineno"> 177</span> </div>
<div class="line"><a id="l00178" name="l00178"></a><span class="lineno"> 178</span> <span class="comment">// Returns a superset of the current set of integers.</span></div>
<div class="line"><a id="l00179" name="l00179"></a><span class="lineno"><a class="line" href="classoperations__research_1_1bop_1_1_backtrackable_integer_set.html#ad7badbc3f3e9bd753a60096ba185e29e"> 179</a></span> <span class="keyword">const</span> std::vector<IntType>& <a class="code hl_function" href="classoperations__research_1_1bop_1_1_backtrackable_integer_set.html#ad7badbc3f3e9bd753a60096ba185e29e">Superset</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> stack_; }</div>
<div class="line"><a id="l00180" name="l00180"></a><span class="lineno"> 180</span> </div>
<div class="line"><a id="l00181" name="l00181"></a><span class="lineno"> 181</span> <span class="comment">// BacktrackOneLevel() backtracks to the state the class was in when the</span></div>
<div class="line"><a id="l00182" name="l00182"></a><span class="lineno"> 182</span> <span class="comment">// last AddBacktrackingLevel() was called. BacktrackAll() just restore the</span></div>
<div class="line"><a id="l00183" name="l00183"></a><span class="lineno"> 183</span> <span class="comment">// class to its state just after the last ClearAndResize().</span></div>
<div class="line"><a id="l00184" name="l00184"></a><span class="lineno"> 184</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classoperations__research_1_1bop_1_1_backtrackable_integer_set.html#a5ddd49b322ff7e6a3b502ab8df60ce98">AddBacktrackingLevel</a>();</div>
<div class="line"><a id="l00185" name="l00185"></a><span class="lineno"> 185</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classoperations__research_1_1bop_1_1_backtrackable_integer_set.html#a5a82cd9f3923936066ceeb27a027fea6">BacktrackOneLevel</a>();</div>
<div class="line"><a id="l00186" name="l00186"></a><span class="lineno"> 186</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classoperations__research_1_1bop_1_1_backtrackable_integer_set.html#a66b3ae33b0200f399c9145d707ff7887">BacktrackAll</a>();</div>
<div class="line"><a id="l00187" name="l00187"></a><span class="lineno"> 187</span> </div>
<div class="line"><a id="l00188" name="l00188"></a><span class="lineno"> 188</span> <span class="keyword">private</span>:</div>
<div class="line"><a id="l00189" name="l00189"></a><span class="lineno"> 189</span> <span class="keywordtype">int</span> size_;</div>
<div class="line"><a id="l00190" name="l00190"></a><span class="lineno"> 190</span> </div>
<div class="line"><a id="l00191" name="l00191"></a><span class="lineno"> 191</span> <span class="comment">// Contains the elements whose status has been changed at least once.</span></div>
<div class="line"><a id="l00192" name="l00192"></a><span class="lineno"> 192</span> std::vector<IntType> stack_;</div>
<div class="line"><a id="l00193" name="l00193"></a><span class="lineno"> 193</span> std::vector<bool> in_stack_;</div>
<div class="line"><a id="l00194" name="l00194"></a><span class="lineno"> 194</span> </div>
<div class="line"><a id="l00195" name="l00195"></a><span class="lineno"> 195</span> <span class="comment">// Used for backtracking. Contains the size_ and the stack_.size() at the time</span></div>
<div class="line"><a id="l00196" name="l00196"></a><span class="lineno"> 196</span> <span class="comment">// of each call to AddBacktrackingLevel() that is not yet backtracked over.</span></div>
<div class="line"><a id="l00197" name="l00197"></a><span class="lineno"> 197</span> std::vector<int> saved_sizes_;</div>
<div class="line"><a id="l00198" name="l00198"></a><span class="lineno"> 198</span> std::vector<int> saved_stack_sizes_;</div>
<div class="line"><a id="l00199" name="l00199"></a><span class="lineno"> 199</span>};</div>
<div class="line"><a id="l00200" name="l00200"></a><span class="lineno"> 200</span> </div>
<div class="line"><a id="l00201" name="l00201"></a><span class="lineno"> 201</span><span class="comment">// A simple and efficient class to hash a given set of integers in [0, n).</span></div>
<div class="line"><a id="l00202" name="l00202"></a><span class="lineno"> 202</span><span class="comment">// It uses O(n) memory and produces a good hash (random linear function).</span></div>
<div class="line"><a id="l00203" name="l00203"></a><span class="lineno"> 203</span><span class="keyword">template</span> <<span class="keyword">typename</span> IntType></div>
<div class="line"><a id="l00204" name="l00204"></a><span class="lineno"><a class="line" href="classoperations__research_1_1bop_1_1_non_ordered_set_hasher.html"> 204</a></span><span class="keyword">class </span><a class="code hl_class" href="classoperations__research_1_1bop_1_1_non_ordered_set_hasher.html">NonOrderedSetHasher</a> {</div>
<div class="line"><a id="l00205" name="l00205"></a><span class="lineno"> 205</span> <span class="keyword">public</span>:</div>
<div class="line"><a id="l00206" name="l00206"></a><span class="lineno"><a class="line" href="classoperations__research_1_1bop_1_1_non_ordered_set_hasher.html#aa1f9a42f57883182823394f33faa1056"> 206</a></span> <span class="keyword">explicit</span> <a class="code hl_function" href="classoperations__research_1_1bop_1_1_non_ordered_set_hasher.html#aa1f9a42f57883182823394f33faa1056">NonOrderedSetHasher</a>(absl::BitGenRef random) : random_(random) {}</div>
<div class="line"><a id="l00207" name="l00207"></a><span class="lineno"> 207</span> </div>
<div class="line"><a id="l00208" name="l00208"></a><span class="lineno"> 208</span> <span class="comment">// Initializes the NonOrderedSetHasher to hash sets of integer in [0, n).</span></div>
<div class="line"><a id="l00209" name="l00209"></a><span class="lineno"><a class="line" href="classoperations__research_1_1bop_1_1_non_ordered_set_hasher.html#a5613775ea58662688e31056a3c7554be"> 209</a></span> <span class="keywordtype">void</span> <a class="code hl_function" href="classoperations__research_1_1bop_1_1_non_ordered_set_hasher.html#a5613775ea58662688e31056a3c7554be">Initialize</a>(<span class="keywordtype">int</span> size) {</div>
<div class="line"><a id="l00210" name="l00210"></a><span class="lineno"> 210</span> hashes_.resize(size);</div>
<div class="line"><a id="l00211" name="l00211"></a><span class="lineno"> 211</span> <span class="keywordflow">for</span> (IntType i(0); i < size; ++i) {</div>
<div class="line"><a id="l00212" name="l00212"></a><span class="lineno"> 212</span> hashes_[i] = absl::Uniform<uint64_t>(random_);</div>
<div class="line"><a id="l00213" name="l00213"></a><span class="lineno"> 213</span> }</div>
<div class="line"><a id="l00214" name="l00214"></a><span class="lineno"> 214</span> }</div>
<div class="line"><a id="l00215" name="l00215"></a><span class="lineno"> 215</span> </div>
<div class="line"><a id="l00216" name="l00216"></a><span class="lineno"> 216</span> <span class="comment">// Ignores the given set element in all subsequent hash computation. Note that</span></div>
<div class="line"><a id="l00217" name="l00217"></a><span class="lineno"> 217</span> <span class="comment">// this will be reset by the next call to Initialize().</span></div>
<div class="line"><a id="l00218" name="l00218"></a><span class="lineno"><a class="line" href="classoperations__research_1_1bop_1_1_non_ordered_set_hasher.html#ab9c5d0014188ebd40f5eee23c2c77db3"> 218</a></span> <span class="keywordtype">void</span> <a class="code hl_function" href="classoperations__research_1_1bop_1_1_non_ordered_set_hasher.html#ab9c5d0014188ebd40f5eee23c2c77db3">IgnoreElement</a>(IntType e) { hashes_[e] = 0; }</div>
<div class="line"><a id="l00219" name="l00219"></a><span class="lineno"> 219</span> </div>
<div class="line"><a id="l00220" name="l00220"></a><span class="lineno"> 220</span> <span class="comment">// Returns the hash of the given set. The hash is independent of the set</span></div>
<div class="line"><a id="l00221" name="l00221"></a><span class="lineno"> 221</span> <span class="comment">// order, but there must be no duplicate element in the set. This uses a</span></div>
<div class="line"><a id="l00222" name="l00222"></a><span class="lineno"> 222</span> <span class="comment">// simple random linear function which has really good hashing properties.</span></div>
<div class="line"><a id="l00223" name="l00223"></a><span class="lineno"><a class="line" href="classoperations__research_1_1bop_1_1_non_ordered_set_hasher.html#af3df20ae72c126728dd6424b94395f03"> 223</a></span> uint64_t <a class="code hl_function" href="classoperations__research_1_1bop_1_1_non_ordered_set_hasher.html#af3df20ae72c126728dd6424b94395f03">Hash</a>(<span class="keyword">const</span> std::vector<IntType>& set)<span class="keyword"> const </span>{</div>
<div class="line"><a id="l00224" name="l00224"></a><span class="lineno"> 224</span> uint64_t <a class="code hl_variable" href="matrix__utils_8cc.html#a95d4078c018ac04247ee3785eab30e7b">hash</a> = 0;</div>
<div class="line"><a id="l00225" name="l00225"></a><span class="lineno"> 225</span> <span class="keywordflow">for</span> (<span class="keyword">const</span> IntType i : set) <a class="code hl_variable" href="matrix__utils_8cc.html#a95d4078c018ac04247ee3785eab30e7b">hash</a> ^= hashes_[i];</div>
<div class="line"><a id="l00226" name="l00226"></a><span class="lineno"> 226</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="matrix__utils_8cc.html#a95d4078c018ac04247ee3785eab30e7b">hash</a>;</div>
<div class="line"><a id="l00227" name="l00227"></a><span class="lineno"> 227</span> }</div>
<div class="line"><a id="l00228" name="l00228"></a><span class="lineno"> 228</span> </div>
<div class="line"><a id="l00229" name="l00229"></a><span class="lineno"> 229</span> <span class="comment">// The hash of a set is simply the XOR of all its elements. This allows</span></div>
<div class="line"><a id="l00230" name="l00230"></a><span class="lineno"> 230</span> <span class="comment">// to compute an hash incrementally or without the need of a vector<>.</span></div>
<div class="line"><a id="l00231" name="l00231"></a><span class="lineno"><a class="line" href="classoperations__research_1_1bop_1_1_non_ordered_set_hasher.html#aa740bc03f4c8e9548ab295d36c27cdba"> 231</a></span> uint64_t <a class="code hl_function" href="classoperations__research_1_1bop_1_1_non_ordered_set_hasher.html#aa740bc03f4c8e9548ab295d36c27cdba">Hash</a>(IntType e)<span class="keyword"> const </span>{ <span class="keywordflow">return</span> hashes_[e]; }</div>
<div class="line"><a id="l00232" name="l00232"></a><span class="lineno"> 232</span> </div>
<div class="line"><a id="l00233" name="l00233"></a><span class="lineno"> 233</span> <span class="comment">// Returns true if Initialize() has been called with a non-zero size.</span></div>
<div class="line"><a id="l00234" name="l00234"></a><span class="lineno"><a class="line" href="classoperations__research_1_1bop_1_1_non_ordered_set_hasher.html#a475d2bd8072f3c9df7b37581c4f1eca4"> 234</a></span> <span class="keywordtype">bool</span> <a class="code hl_function" href="classoperations__research_1_1bop_1_1_non_ordered_set_hasher.html#a475d2bd8072f3c9df7b37581c4f1eca4">IsInitialized</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> !hashes_.empty(); }</div>
<div class="line"><a id="l00235" name="l00235"></a><span class="lineno"> 235</span> </div>
<div class="line"><a id="l00236" name="l00236"></a><span class="lineno"> 236</span> <span class="keyword">private</span>:</div>
<div class="line"><a id="l00237" name="l00237"></a><span class="lineno"> 237</span> absl::BitGenRef random_;</div>
<div class="line"><a id="l00238" name="l00238"></a><span class="lineno"> 238</span> <a class="code hl_class" href="classabsl_1_1_strong_vector.html">absl::StrongVector<IntType, uint64_t></a> hashes_;</div>
<div class="line"><a id="l00239" name="l00239"></a><span class="lineno"> 239</span>};</div>
<div class="line"><a id="l00240" name="l00240"></a><span class="lineno"> 240</span> </div>
<div class="line"><a id="l00241" name="l00241"></a><span class="lineno"> 241</span><span class="comment">// This class is used to incrementally maintain an assignment and the</span></div>
<div class="line"><a id="l00242" name="l00242"></a><span class="lineno"> 242</span><span class="comment">// feasibility of the constraints of a given LinearBooleanProblem.</span></div>
<div class="line"><a id="l00243" name="l00243"></a><span class="lineno"> 243</span><span class="comment">//</span></div>
<div class="line"><a id="l00244" name="l00244"></a><span class="lineno"> 244</span><span class="comment">// The current assignment is initialized using a feasible reference solution,</span></div>
<div class="line"><a id="l00245" name="l00245"></a><span class="lineno"> 245</span><span class="comment">// i.e. the reference solution satisfies all the constraints of the problem.</span></div>
<div class="line"><a id="l00246" name="l00246"></a><span class="lineno"> 246</span><span class="comment">// The current assignment is updated using the Assign() method.</span></div>
<div class="line"><a id="l00247" name="l00247"></a><span class="lineno"> 247</span><span class="comment">//</span></div>
<div class="line"><a id="l00248" name="l00248"></a><span class="lineno"> 248</span><span class="comment">// Note that the current assignment is not a solution in the sense that it</span></div>
<div class="line"><a id="l00249" name="l00249"></a><span class="lineno"> 249</span><span class="comment">// might not be feasible, ie. violates some constraints.</span></div>
<div class="line"><a id="l00250" name="l00250"></a><span class="lineno"> 250</span><span class="comment">//</span></div>
<div class="line"><a id="l00251" name="l00251"></a><span class="lineno"> 251</span><span class="comment">// The assignment can be accessed at any time using Assignment().</span></div>
<div class="line"><a id="l00252" name="l00252"></a><span class="lineno"> 252</span><span class="comment">// The set of infeasible constraints can be accessed at any time using</span></div>
<div class="line"><a id="l00253" name="l00253"></a><span class="lineno"> 253</span><span class="comment">// PossiblyInfeasibleConstraints().</span></div>
<div class="line"><a id="l00254" name="l00254"></a><span class="lineno"> 254</span><span class="comment">//</span></div>
<div class="line"><a id="l00255" name="l00255"></a><span class="lineno"> 255</span><span class="comment">// Note that this class is reversible, i.e. it is possible to backtrack to</span></div>
<div class="line"><a id="l00256" name="l00256"></a><span class="lineno"> 256</span><span class="comment">// previously added backtracking levels.</span></div>
<div class="line"><a id="l00257" name="l00257"></a><span class="lineno"> 257</span><span class="comment">// levels. Consider for instance variable a, b, c, and d.</span></div>
<div class="line"><a id="l00258" name="l00258"></a><span class="lineno"> 258</span><span class="comment">// Method called Assigned after method call</span></div>
<div class="line"><a id="l00259" name="l00259"></a><span class="lineno"> 259</span><span class="comment">// 1- Assign({a, b}) a b</span></div>
<div class="line"><a id="l00260" name="l00260"></a><span class="lineno"> 260</span><span class="comment">// 2- AddBacktrackingLevel() a b |</span></div>
<div class="line"><a id="l00261" name="l00261"></a><span class="lineno"> 261</span><span class="comment">// 3- Assign({c}) a b | c</span></div>
<div class="line"><a id="l00262" name="l00262"></a><span class="lineno"> 262</span><span class="comment">// 4- Assign({d}) a b | c d</span></div>
<div class="line"><a id="l00263" name="l00263"></a><span class="lineno"> 263</span><span class="comment">// 5- BacktrackOneLevel() a b</span></div>
<div class="line"><a id="l00264" name="l00264"></a><span class="lineno"> 264</span><span class="comment">// 6- Assign({c}) a b c</span></div>
<div class="line"><a id="l00265" name="l00265"></a><span class="lineno"> 265</span><span class="comment">// 7- BacktrackOneLevel()</span></div>
<div class="line"><a id="l00266" name="l00266"></a><span class="lineno"><a class="line" href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html"> 266</a></span><span class="keyword">class </span><a class="code hl_class" href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html">AssignmentAndConstraintFeasibilityMaintainer</a> {</div>
<div class="line"><a id="l00267" name="l00267"></a><span class="lineno"> 267</span> <span class="keyword">public</span>:</div>
<div class="line"><a id="l00268" name="l00268"></a><span class="lineno"> 268</span> <span class="comment">// Note that the constraint indices used in this class are not the same as</span></div>
<div class="line"><a id="l00269" name="l00269"></a><span class="lineno"> 269</span> <span class="comment">// the one used in the given LinearBooleanProblem here.</span></div>
<div class="line"><a id="l00270" name="l00270"></a><span class="lineno"> 270</span> <span class="keyword">explicit</span> <a class="code hl_function" href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html#a4c09c677e55f65ac5560f2f69ffba1f8">AssignmentAndConstraintFeasibilityMaintainer</a>(</div>
<div class="line"><a id="l00271" name="l00271"></a><span class="lineno"> 271</span> <span class="keyword">const</span> <a class="code hl_class" href="classoperations__research_1_1sat_1_1_linear_boolean_problem.html">sat::LinearBooleanProblem</a>& problem, absl::BitGenRef random);</div>
<div class="line"><a id="l00272" name="l00272"></a><span class="lineno"> 272</span> </div>
<div class="line"><a id="l00273" name="l00273"></a><span class="lineno"> 273</span> <span class="comment">// When we construct the problem, we treat the objective as one constraint.</span></div>
<div class="line"><a id="l00274" name="l00274"></a><span class="lineno"> 274</span> <span class="comment">// This is the index of this special "objective" constraint.</span></div>
<div class="line"><a id="l00275" name="l00275"></a><span class="lineno"><a class="line" href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html#a6d42dda42beefd330e80ddb25d415a1e"> 275</a></span> <span class="keyword">static</span> <span class="keyword">const</span> ConstraintIndex <a class="code hl_variable" href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html#a6d42dda42beefd330e80ddb25d415a1e">kObjectiveConstraint</a>;</div>
<div class="line"><a id="l00276" name="l00276"></a><span class="lineno"> 276</span> </div>
<div class="line"><a id="l00277" name="l00277"></a><span class="lineno"> 277</span> <span class="comment">// Sets a new reference solution and reverts all internal structures to their</span></div>
<div class="line"><a id="l00278" name="l00278"></a><span class="lineno"> 278</span> <span class="comment">// initial state. Note that the reference solution has to be feasible.</span></div>
<div class="line"><a id="l00279" name="l00279"></a><span class="lineno"> 279</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html#a7ca2c696b5f31c5e2e575dddd31c3917">SetReferenceSolution</a>(<span class="keyword">const</span> <a class="code hl_class" href="classoperations__research_1_1bop_1_1_bop_solution.html">BopSolution</a>& reference_solution);</div>
<div class="line"><a id="l00280" name="l00280"></a><span class="lineno"> 280</span> </div>
<div class="line"><a id="l00281" name="l00281"></a><span class="lineno"> 281</span> <span class="comment">// Behaves exactly like SetReferenceSolution() where the passed reference</span></div>
<div class="line"><a id="l00282" name="l00282"></a><span class="lineno"> 282</span> <span class="comment">// is the current assignment held by this class. Note that the current</span></div>
<div class="line"><a id="l00283" name="l00283"></a><span class="lineno"> 283</span> <span class="comment">// assignment must be feasible (i.e. IsFeasible() is true).</span></div>
<div class="line"><a id="l00284" name="l00284"></a><span class="lineno"> 284</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html#a63bf1cee69906b012fad61969f94b5b7">UseCurrentStateAsReference</a>();</div>
<div class="line"><a id="l00285" name="l00285"></a><span class="lineno"> 285</span> </div>
<div class="line"><a id="l00286" name="l00286"></a><span class="lineno"> 286</span> <span class="comment">// Assigns all literals. That updates the assignment, the constraint values,</span></div>
<div class="line"><a id="l00287" name="l00287"></a><span class="lineno"> 287</span> <span class="comment">// and the infeasible constraints.</span></div>
<div class="line"><a id="l00288" name="l00288"></a><span class="lineno"> 288</span> <span class="comment">// Note that the assignment of those literals can be reverted thanks to</span></div>
<div class="line"><a id="l00289" name="l00289"></a><span class="lineno"> 289</span> <span class="comment">// AddBacktrackingLevel() and BacktrackOneLevel().</span></div>
<div class="line"><a id="l00290" name="l00290"></a><span class="lineno"> 290</span> <span class="comment">// Note that a variable can't be assigned twice, even for the same literal.</span></div>
<div class="line"><a id="l00291" name="l00291"></a><span class="lineno"> 291</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html#aec15c46ac9b8c2b89d91ccffdff6322a">Assign</a>(<span class="keyword">const</span> std::vector<sat::Literal>& literals);</div>
<div class="line"><a id="l00292" name="l00292"></a><span class="lineno"> 292</span> </div>
<div class="line"><a id="l00293" name="l00293"></a><span class="lineno"> 293</span> <span class="comment">// Adds a new backtracking level to specify the state that will be restored</span></div>
<div class="line"><a id="l00294" name="l00294"></a><span class="lineno"> 294</span> <span class="comment">// by BacktrackOneLevel().</span></div>
<div class="line"><a id="l00295" name="l00295"></a><span class="lineno"> 295</span> <span class="comment">// See the example in the class comment.</span></div>
<div class="line"><a id="l00296" name="l00296"></a><span class="lineno"> 296</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html#a5ddd49b322ff7e6a3b502ab8df60ce98">AddBacktrackingLevel</a>();</div>
<div class="line"><a id="l00297" name="l00297"></a><span class="lineno"> 297</span> </div>
<div class="line"><a id="l00298" name="l00298"></a><span class="lineno"> 298</span> <span class="comment">// Backtracks internal structures to the previous level defined by</span></div>
<div class="line"><a id="l00299" name="l00299"></a><span class="lineno"> 299</span> <span class="comment">// AddBacktrackingLevel(). As a consequence the state will be exactly as</span></div>
<div class="line"><a id="l00300" name="l00300"></a><span class="lineno"> 300</span> <span class="comment">// before the previous call to AddBacktrackingLevel().</span></div>
<div class="line"><a id="l00301" name="l00301"></a><span class="lineno"> 301</span> <span class="comment">// Note that backtracking the initial state has no effect.</span></div>
<div class="line"><a id="l00302" name="l00302"></a><span class="lineno"> 302</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html#a5a82cd9f3923936066ceeb27a027fea6">BacktrackOneLevel</a>();</div>
<div class="line"><a id="l00303" name="l00303"></a><span class="lineno"> 303</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html#a66b3ae33b0200f399c9145d707ff7887">BacktrackAll</a>();</div>
<div class="line"><a id="l00304" name="l00304"></a><span class="lineno"> 304</span> </div>
<div class="line"><a id="l00305" name="l00305"></a><span class="lineno"> 305</span> <span class="comment">// This returns the list of literal that appear in exactly all the current</span></div>
<div class="line"><a id="l00306" name="l00306"></a><span class="lineno"> 306</span> <span class="comment">// infeasible constraints (ignoring the objective) and correspond to a flip in</span></div>
<div class="line"><a id="l00307" name="l00307"></a><span class="lineno"> 307</span> <span class="comment">// a good direction for all the infeasible constraint. Performing this flip</span></div>
<div class="line"><a id="l00308" name="l00308"></a><span class="lineno"> 308</span> <span class="comment">// may repair the problem without any propagations.</span></div>
<div class="line"><a id="l00309" name="l00309"></a><span class="lineno"> 309</span> <span class="comment">//</span></div>
<div class="line"><a id="l00310" name="l00310"></a><span class="lineno"> 310</span> <span class="comment">// Important: The returned reference is only valid until the next</span></div>
<div class="line"><a id="l00311" name="l00311"></a><span class="lineno"> 311</span> <span class="comment">// PotentialOneFlipRepairs() call.</span></div>
<div class="line"><a id="l00312" name="l00312"></a><span class="lineno"> 312</span> <span class="keyword">const</span> std::vector<sat::Literal>& <a class="code hl_function" href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html#afb026df531740780a7e4ada516a0cfdf">PotentialOneFlipRepairs</a>();</div>
<div class="line"><a id="l00313" name="l00313"></a><span class="lineno"> 313</span> </div>
<div class="line"><a id="l00314" name="l00314"></a><span class="lineno"> 314</span> <span class="comment">// Returns true if there is no infeasible constraint in the current state.</span></div>
<div class="line"><a id="l00315" name="l00315"></a><span class="lineno"><a class="line" href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html#a894d87c5fddfc463c3ca3c779ba7f997"> 315</a></span> <span class="keywordtype">bool</span> <a class="code hl_function" href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html#a894d87c5fddfc463c3ca3c779ba7f997">IsFeasible</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> infeasible_constraint_set_.size() == 0; }</div>
<div class="line"><a id="l00316" name="l00316"></a><span class="lineno"> 316</span> </div>
<div class="line"><a id="l00317" name="l00317"></a><span class="lineno"> 317</span> <span class="comment">// Returns the *exact* number of infeasible constraints.</span></div>
<div class="line"><a id="l00318" name="l00318"></a><span class="lineno"> 318</span> <span class="comment">// Note that PossiblyInfeasibleConstraints() will potentially return a larger</span></div>
<div class="line"><a id="l00319" name="l00319"></a><span class="lineno"> 319</span> <span class="comment">// number of constraints.</span></div>
<div class="line"><a id="l00320" name="l00320"></a><span class="lineno"><a class="line" href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html#a6dce02aea549c1629b25b30c716faa6a"> 320</a></span> <span class="keywordtype">int</span> <a class="code hl_function" href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html#a6dce02aea549c1629b25b30c716faa6a">NumInfeasibleConstraints</a>()<span class="keyword"> const </span>{</div>
<div class="line"><a id="l00321" name="l00321"></a><span class="lineno"> 321</span> <span class="keywordflow">return</span> infeasible_constraint_set_.size();</div>
<div class="line"><a id="l00322" name="l00322"></a><span class="lineno"> 322</span> }</div>
<div class="line"><a id="l00323" name="l00323"></a><span class="lineno"> 323</span> </div>
<div class="line"><a id="l00324" name="l00324"></a><span class="lineno"> 324</span> <span class="comment">// Returns a superset of all the infeasible constraints in the current state.</span></div>
<div class="line"><a id="l00325" name="l00325"></a><span class="lineno"><a class="line" href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html#aabd3e1e4a2ec8eea61540d6de9308d67"> 325</a></span> <span class="keyword">const</span> std::vector<ConstraintIndex>& <a class="code hl_function" href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html#aabd3e1e4a2ec8eea61540d6de9308d67">PossiblyInfeasibleConstraints</a>()<span class="keyword"> const </span>{</div>
<div class="line"><a id="l00326" name="l00326"></a><span class="lineno"> 326</span> <span class="keywordflow">return</span> infeasible_constraint_set_.Superset();</div>
<div class="line"><a id="l00327" name="l00327"></a><span class="lineno"> 327</span> }</div>
<div class="line"><a id="l00328" name="l00328"></a><span class="lineno"> 328</span> </div>
<div class="line"><a id="l00329" name="l00329"></a><span class="lineno"> 329</span> <span class="comment">// Returns the number of constraints of the problem, objective included,</span></div>
<div class="line"><a id="l00330" name="l00330"></a><span class="lineno"> 330</span> <span class="comment">// i.e. the number of constraint in the problem + 1.</span></div>
<div class="line"><a id="l00331" name="l00331"></a><span class="lineno"><a class="line" href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html#a9117b996612a683ce794c5c2e250cf41"> 331</a></span> <span class="keywordtype">size_t</span> <a class="code hl_function" href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html#a9117b996612a683ce794c5c2e250cf41">NumConstraints</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> constraint_lower_bounds_.size(); }</div>
<div class="line"><a id="l00332" name="l00332"></a><span class="lineno"> 332</span> </div>
<div class="line"><a id="l00333" name="l00333"></a><span class="lineno"> 333</span> <span class="comment">// Returns the value of the var in the assignment.</span></div>
<div class="line"><a id="l00334" name="l00334"></a><span class="lineno"> 334</span> <span class="comment">// As the assignment is initialized with the reference solution, if the</span></div>
<div class="line"><a id="l00335" name="l00335"></a><span class="lineno"> 335</span> <span class="comment">// variable has not been assigned through Assign(), the returned value is</span></div>
<div class="line"><a id="l00336" name="l00336"></a><span class="lineno"> 336</span> <span class="comment">// the value of the variable in the reference solution.</span></div>
<div class="line"><a id="l00337" name="l00337"></a><span class="lineno"><a class="line" href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html#aba2b4531d3e07e40f22f2a40e527c7fd"> 337</a></span> <span class="keywordtype">bool</span> <a class="code hl_function" href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html#aba2b4531d3e07e40f22f2a40e527c7fd">Assignment</a>(VariableIndex <a class="code hl_variable" href="expr__array_8cc.html#a472a99923cbe11ae7b5a5d157d9ad465">var</a>)<span class="keyword"> const </span>{ <span class="keywordflow">return</span> assignment_.<a class="code hl_function" href="classoperations__research_1_1bop_1_1_bop_solution.html#a6cd00223d6f5614e7a88064c55fd6080">Value</a>(<a class="code hl_variable" href="expr__array_8cc.html#a472a99923cbe11ae7b5a5d157d9ad465">var</a>); }</div>
<div class="line"><a id="l00338" name="l00338"></a><span class="lineno"> 338</span> </div>
<div class="line"><a id="l00339" name="l00339"></a><span class="lineno"> 339</span> <span class="comment">// Returns the current assignment.</span></div>
<div class="line"><a id="l00340" name="l00340"></a><span class="lineno"><a class="line" href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html#ab75ee4d5d3256f8f0997e7620a0881b7"> 340</a></span> <span class="keyword">const</span> <a class="code hl_class" href="classoperations__research_1_1bop_1_1_bop_solution.html">BopSolution</a>& <a class="code hl_function" href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html#ab75ee4d5d3256f8f0997e7620a0881b7">reference</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> reference_; }</div>
<div class="line"><a id="l00341" name="l00341"></a><span class="lineno"> 341</span> </div>
<div class="line"><a id="l00342" name="l00342"></a><span class="lineno"> 342</span> <span class="comment">// Returns the lower bound of the constraint.</span></div>
<div class="line"><a id="l00343" name="l00343"></a><span class="lineno"><a class="line" href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html#a0a396966a02beac15d2459640a887da4"> 343</a></span> int64_t <a class="code hl_function" href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html#a0a396966a02beac15d2459640a887da4">ConstraintLowerBound</a>(ConstraintIndex constraint)<span class="keyword"> const </span>{</div>
<div class="line"><a id="l00344" name="l00344"></a><span class="lineno"> 344</span> <span class="keywordflow">return</span> constraint_lower_bounds_[constraint];</div>
<div class="line"><a id="l00345" name="l00345"></a><span class="lineno"> 345</span> }</div>
<div class="line"><a id="l00346" name="l00346"></a><span class="lineno"> 346</span> </div>
<div class="line"><a id="l00347" name="l00347"></a><span class="lineno"> 347</span> <span class="comment">// Returns the upper bound of the constraint.</span></div>
<div class="line"><a id="l00348" name="l00348"></a><span class="lineno"><a class="line" href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html#a7f178fbedaa6c0eabf5548fd9a1a081f"> 348</a></span> int64_t <a class="code hl_function" href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html#a7f178fbedaa6c0eabf5548fd9a1a081f">ConstraintUpperBound</a>(ConstraintIndex constraint)<span class="keyword"> const </span>{</div>
<div class="line"><a id="l00349" name="l00349"></a><span class="lineno"> 349</span> <span class="keywordflow">return</span> constraint_upper_bounds_[constraint];</div>
<div class="line"><a id="l00350" name="l00350"></a><span class="lineno"> 350</span> }</div>
<div class="line"><a id="l00351" name="l00351"></a><span class="lineno"> 351</span> </div>
<div class="line"><a id="l00352" name="l00352"></a><span class="lineno"> 352</span> <span class="comment">// Returns the value of the constraint. The value is computed using the</span></div>
<div class="line"><a id="l00353" name="l00353"></a><span class="lineno"> 353</span> <span class="comment">// variable values in the assignment. Note that a constraint is feasible iff</span></div>
<div class="line"><a id="l00354" name="l00354"></a><span class="lineno"> 354</span> <span class="comment">// its value is between its two bounds (inclusive).</span></div>
<div class="line"><a id="l00355" name="l00355"></a><span class="lineno"><a class="line" href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html#aa720cae53198d7e3b0ae2d91144d556e"> 355</a></span> int64_t <a class="code hl_function" href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html#aa720cae53198d7e3b0ae2d91144d556e">ConstraintValue</a>(ConstraintIndex constraint)<span class="keyword"> const </span>{</div>
<div class="line"><a id="l00356" name="l00356"></a><span class="lineno"> 356</span> <span class="keywordflow">return</span> constraint_values_[constraint];</div>
<div class="line"><a id="l00357" name="l00357"></a><span class="lineno"> 357</span> }</div>
<div class="line"><a id="l00358" name="l00358"></a><span class="lineno"> 358</span> </div>
<div class="line"><a id="l00359" name="l00359"></a><span class="lineno"> 359</span> <span class="comment">// Returns true if the given constraint is currently feasible.</span></div>
<div class="line"><a id="l00360" name="l00360"></a><span class="lineno"><a class="line" href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html#a9adc153e5f3b7c84fc529ec9f39ccc28"> 360</a></span> <span class="keywordtype">bool</span> <a class="code hl_function" href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html#a9adc153e5f3b7c84fc529ec9f39ccc28">ConstraintIsFeasible</a>(ConstraintIndex constraint)<span class="keyword"> const </span>{</div>
<div class="line"><a id="l00361" name="l00361"></a><span class="lineno"> 361</span> <span class="keyword">const</span> int64_t <a class="code hl_variable" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a> = <a class="code hl_function" href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html#aa720cae53198d7e3b0ae2d91144d556e">ConstraintValue</a>(constraint);</div>
<div class="line"><a id="l00362" name="l00362"></a><span class="lineno"> 362</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a> >= <a class="code hl_function" href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html#a0a396966a02beac15d2459640a887da4">ConstraintLowerBound</a>(constraint) &&</div>
<div class="line"><a id="l00363" name="l00363"></a><span class="lineno"> 363</span> <a class="code hl_variable" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a> <= <a class="code hl_function" href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html#a7f178fbedaa6c0eabf5548fd9a1a081f">ConstraintUpperBound</a>(constraint);</div>
<div class="line"><a id="l00364" name="l00364"></a><span class="lineno"> 364</span> }</div>
<div class="line"><a id="l00365" name="l00365"></a><span class="lineno"> 365</span> </div>
<div class="line"><a id="l00366" name="l00366"></a><span class="lineno"> 366</span> std::string <a class="code hl_function" href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html#a764be64f3029f8b8e23511061d8de355">DebugString</a>() <span class="keyword">const</span>;</div>
<div class="line"><a id="l00367" name="l00367"></a><span class="lineno"> 367</span> </div>
<div class="line"><a id="l00368" name="l00368"></a><span class="lineno"> 368</span> <span class="keyword">private</span>:</div>
<div class="line"><a id="l00369" name="l00369"></a><span class="lineno"> 369</span> <span class="comment">// This is lazily called by PotentialOneFlipRepairs() once.</span></div>
<div class="line"><a id="l00370" name="l00370"></a><span class="lineno"> 370</span> <span class="keywordtype">void</span> InitializeConstraintSetHasher();</div>
<div class="line"><a id="l00371" name="l00371"></a><span class="lineno"> 371</span> </div>
<div class="line"><a id="l00372" name="l00372"></a><span class="lineno"> 372</span> <span class="comment">// This is used by PotentialOneFlipRepairs(). It encodes a ConstraintIndex</span></div>
<div class="line"><a id="l00373" name="l00373"></a><span class="lineno"> 373</span> <span class="comment">// together with a "repair" direction depending on the bound that make a</span></div>
<div class="line"><a id="l00374" name="l00374"></a><span class="lineno"> 374</span> <span class="comment">// constraint infeasible. An "up" direction means that the constraint activity</span></div>
<div class="line"><a id="l00375" name="l00375"></a><span class="lineno"> 375</span> <span class="comment">// is lower than the lower bound and we need to make the activity move up to</span></div>
<div class="line"><a id="l00376" name="l00376"></a><span class="lineno"> 376</span> <span class="comment">// fix the infeasibility.</span></div>
<div class="line"><a id="l00377" name="l00377"></a><span class="lineno"> 377</span> DEFINE_INT_TYPE(ConstraintIndexWithDirection, int32_t);</div>
<div class="line"><a id="l00378" name="l00378"></a><span class="lineno"> 378</span> ConstraintIndexWithDirection FromConstraintIndex(ConstraintIndex <a class="code hl_variable" href="pack_8cc.html#a750b5d744c39a06bfb13e6eb010e35d0">index</a>,</div>
<div class="line"><a id="l00379" name="l00379"></a><span class="lineno"> 379</span> <span class="keywordtype">bool</span> up)<span class="keyword"> const </span>{</div>
<div class="line"><a id="l00380" name="l00380"></a><span class="lineno"> 380</span> <span class="keywordflow">return</span> ConstraintIndexWithDirection(2 * <a class="code hl_variable" href="pack_8cc.html#a750b5d744c39a06bfb13e6eb010e35d0">index</a>.value() + (up ? 1 : 0));</div>
<div class="line"><a id="l00381" name="l00381"></a><span class="lineno"> 381</span> }</div>
<div class="line"><a id="l00382" name="l00382"></a><span class="lineno"> 382</span> </div>
<div class="line"><a id="l00383" name="l00383"></a><span class="lineno"> 383</span> <span class="comment">// Over constrains the objective cost by the given delta. This should only be</span></div>
<div class="line"><a id="l00384" name="l00384"></a><span class="lineno"> 384</span> <span class="comment">// called on a feasible reference solution and a fully backtracked state.</span></div>
<div class="line"><a id="l00385" name="l00385"></a><span class="lineno"> 385</span> <span class="keywordtype">void</span> MakeObjectiveConstraintInfeasible(<span class="keywordtype">int</span> <a class="code hl_variable" href="resource_8cc.html#af12056bc2a8e3ec563f0940d87abbd2e">delta</a>);</div>
<div class="line"><a id="l00386" name="l00386"></a><span class="lineno"> 386</span> </div>
<div class="line"><a id="l00387" name="l00387"></a><span class="lineno"> 387</span> <span class="comment">// Local structure to represent the sparse matrix by variable used for fast</span></div>
<div class="line"><a id="l00388" name="l00388"></a><span class="lineno"> 388</span> <span class="comment">// update of the contraint values.</span></div>
<div class="line"><a id="l00389" name="l00389"></a><span class="lineno"> 389</span> <span class="keyword">struct </span>ConstraintEntry {</div>
<div class="line"><a id="l00390" name="l00390"></a><span class="lineno"> 390</span> ConstraintEntry(ConstraintIndex c, int64_t w) : constraint(c), <a class="code hl_variable" href="pack_8cc.html#a4255f714cea26cdd64f6a0ee72d34a8c">weight</a>(w) {}</div>
<div class="line"><a id="l00391" name="l00391"></a><span class="lineno"> 391</span> ConstraintIndex constraint;</div>
<div class="line"><a id="l00392" name="l00392"></a><span class="lineno"> 392</span> int64_t <a class="code hl_variable" href="pack_8cc.html#a4255f714cea26cdd64f6a0ee72d34a8c">weight</a>;</div>
<div class="line"><a id="l00393" name="l00393"></a><span class="lineno"> 393</span> };</div>
<div class="line"><a id="l00394" name="l00394"></a><span class="lineno"> 394</span> </div>
<div class="line"><a id="l00395" name="l00395"></a><span class="lineno"> 395</span> <a class="code hl_class" href="classabsl_1_1_strong_vector.html">absl::StrongVector</a><VariableIndex,</div>
<div class="line"><a id="l00396" name="l00396"></a><span class="lineno"> 396</span> <a class="code hl_class" href="classabsl_1_1_strong_vector.html">absl::StrongVector<EntryIndex, ConstraintEntry></a>></div>
<div class="line"><a id="l00397" name="l00397"></a><span class="lineno"> 397</span> by_variable_matrix_;</div>
<div class="line"><a id="l00398" name="l00398"></a><span class="lineno"> 398</span> <a class="code hl_class" href="classabsl_1_1_strong_vector.html">absl::StrongVector<ConstraintIndex, int64_t></a> constraint_lower_bounds_;</div>
<div class="line"><a id="l00399" name="l00399"></a><span class="lineno"> 399</span> <a class="code hl_class" href="classabsl_1_1_strong_vector.html">absl::StrongVector<ConstraintIndex, int64_t></a> constraint_upper_bounds_;</div>
<div class="line"><a id="l00400" name="l00400"></a><span class="lineno"> 400</span> </div>
<div class="line"><a id="l00401" name="l00401"></a><span class="lineno"> 401</span> BopSolution assignment_;</div>
<div class="line"><a id="l00402" name="l00402"></a><span class="lineno"> 402</span> BopSolution reference_;</div>
<div class="line"><a id="l00403" name="l00403"></a><span class="lineno"> 403</span> </div>
<div class="line"><a id="l00404" name="l00404"></a><span class="lineno"> 404</span> <a class="code hl_class" href="classabsl_1_1_strong_vector.html">absl::StrongVector<ConstraintIndex, int64_t></a> constraint_values_;</div>
<div class="line"><a id="l00405" name="l00405"></a><span class="lineno"> 405</span> BacktrackableIntegerSet<ConstraintIndex> infeasible_constraint_set_;</div>
<div class="line"><a id="l00406" name="l00406"></a><span class="lineno"> 406</span> </div>
<div class="line"><a id="l00407" name="l00407"></a><span class="lineno"> 407</span> <span class="comment">// This contains the list of variable flipped in assignment_.</span></div>
<div class="line"><a id="l00408" name="l00408"></a><span class="lineno"> 408</span> <span class="comment">// flipped_var_trail_backtrack_levels_[i-1] is the index in flipped_var_trail_</span></div>
<div class="line"><a id="l00409" name="l00409"></a><span class="lineno"> 409</span> <span class="comment">// of the first variable flipped after the i-th AddBacktrackingLevel() call.</span></div>
<div class="line"><a id="l00410" name="l00410"></a><span class="lineno"> 410</span> std::vector<int> flipped_var_trail_backtrack_levels_;</div>
<div class="line"><a id="l00411" name="l00411"></a><span class="lineno"> 411</span> std::vector<VariableIndex> flipped_var_trail_;</div>
<div class="line"><a id="l00412" name="l00412"></a><span class="lineno"> 412</span> </div>
<div class="line"><a id="l00413" name="l00413"></a><span class="lineno"> 413</span> <span class="comment">// Members used by PotentialOneFlipRepairs().</span></div>
<div class="line"><a id="l00414" name="l00414"></a><span class="lineno"> 414</span> std::vector<sat::Literal> tmp_potential_repairs_;</div>
<div class="line"><a id="l00415" name="l00415"></a><span class="lineno"> 415</span> NonOrderedSetHasher<ConstraintIndexWithDirection> constraint_set_hasher_;</div>
<div class="line"><a id="l00416" name="l00416"></a><span class="lineno"> 416</span> absl::flat_hash_map<uint64_t, std::vector<sat::Literal>></div>
<div class="line"><a id="l00417" name="l00417"></a><span class="lineno"> 417</span> hash_to_potential_repairs_;</div>
<div class="line"><a id="l00418" name="l00418"></a><span class="lineno"> 418</span> </div>
<div class="line"><a id="l00419" name="l00419"></a><span class="lineno"> 419</span> DISALLOW_COPY_AND_ASSIGN(<a class="code hl_function" href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html#a4c09c677e55f65ac5560f2f69ffba1f8">AssignmentAndConstraintFeasibilityMaintainer</a>);</div>
<div class="line"><a id="l00420" name="l00420"></a><span class="lineno"> 420</span>};</div>
<div class="line"><a id="l00421" name="l00421"></a><span class="lineno"> 421</span> </div>
<div class="line"><a id="l00422" name="l00422"></a><span class="lineno"> 422</span><span class="comment">// This class is an utility class used to select which infeasible constraint to</span></div>
<div class="line"><a id="l00423" name="l00423"></a><span class="lineno"> 423</span><span class="comment">// repair and identify one variable to flip to actually repair the constraint.</span></div>
<div class="line"><a id="l00424" name="l00424"></a><span class="lineno"> 424</span><span class="comment">// A constraint 'lb <= sum_i(w_i * x_i) <= ub', with 'lb' the lower bound,</span></div>
<div class="line"><a id="l00425" name="l00425"></a><span class="lineno"> 425</span><span class="comment">// 'ub' the upper bound, 'w_i' the weight of the i-th term and 'x_i' the</span></div>
<div class="line"><a id="l00426" name="l00426"></a><span class="lineno"> 426</span><span class="comment">// boolean variable appearing in the i-th term, is infeasible for a given</span></div>
<div class="line"><a id="l00427" name="l00427"></a><span class="lineno"> 427</span><span class="comment">// assignment iff its value 'sum_i(w_i * x_i)' is outside of the bounds.</span></div>
<div class="line"><a id="l00428" name="l00428"></a><span class="lineno"> 428</span><span class="comment">// Repairing-a-constraint-in-one-flip means making the constraint feasible by</span></div>
<div class="line"><a id="l00429" name="l00429"></a><span class="lineno"> 429</span><span class="comment">// just flipping the value of one unassigned variable of the current assignment</span></div>
<div class="line"><a id="l00430" name="l00430"></a><span class="lineno"> 430</span><span class="comment">// from the AssignmentAndConstraintFeasibilityMaintainer.</span></div>
<div class="line"><a id="l00431" name="l00431"></a><span class="lineno"> 431</span><span class="comment">// For performance reasons, the pairs weight / variable (w_i, x_i) are stored</span></div>
<div class="line"><a id="l00432" name="l00432"></a><span class="lineno"> 432</span><span class="comment">// in a sparse manner as a vector of terms (w_i, x_i). In the following the</span></div>
<div class="line"><a id="l00433" name="l00433"></a><span class="lineno"> 433</span><span class="comment">// TermIndex term_index refers to the position of the term in the vector.</span></div>
<div class="line"><a id="l00434" name="l00434"></a><span class="lineno"><a class="line" href="classoperations__research_1_1bop_1_1_one_flip_constraint_repairer.html"> 434</a></span><span class="keyword">class </span><a class="code hl_class" href="classoperations__research_1_1bop_1_1_one_flip_constraint_repairer.html">OneFlipConstraintRepairer</a> {</div>
<div class="line"><a id="l00435" name="l00435"></a><span class="lineno"> 435</span> <span class="keyword">public</span>:</div>
<div class="line"><a id="l00436" name="l00436"></a><span class="lineno"> 436</span> <span class="comment">// Note that the constraint indices used in this class follow the same</span></div>
<div class="line"><a id="l00437" name="l00437"></a><span class="lineno"> 437</span> <span class="comment">// convention as the one used in the</span></div>
<div class="line"><a id="l00438" name="l00438"></a><span class="lineno"> 438</span> <span class="comment">// AssignmentAndConstraintFeasibilityMaintainer.</span></div>
<div class="line"><a id="l00439" name="l00439"></a><span class="lineno"> 439</span> <span class="comment">//</span></div>
<div class="line"><a id="l00440" name="l00440"></a><span class="lineno"> 440</span> <span class="comment">// TODO(user): maybe merge the two classes? maintaining this implicit indices</span></div>
<div class="line"><a id="l00441" name="l00441"></a><span class="lineno"> 441</span> <span class="comment">// convention between the two classes sounds like a bad idea.</span></div>
<div class="line"><a id="l00442" name="l00442"></a><span class="lineno"> 442</span> <a class="code hl_function" href="classoperations__research_1_1bop_1_1_one_flip_constraint_repairer.html#ad010399ca9c7a1621b92dbfd409f39b8">OneFlipConstraintRepairer</a>(</div>
<div class="line"><a id="l00443" name="l00443"></a><span class="lineno"> 443</span> <span class="keyword">const</span> <a class="code hl_class" href="classoperations__research_1_1sat_1_1_linear_boolean_problem.html">sat::LinearBooleanProblem</a>& problem,</div>
<div class="line"><a id="l00444" name="l00444"></a><span class="lineno"> 444</span> <span class="keyword">const</span> <a class="code hl_class" href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html">AssignmentAndConstraintFeasibilityMaintainer</a>& maintainer,</div>
<div class="line"><a id="l00445" name="l00445"></a><span class="lineno"> 445</span> <span class="keyword">const</span> <a class="code hl_class" href="classoperations__research_1_1sat_1_1_variables_assignment.html">sat::VariablesAssignment</a>& sat_assignment);</div>
<div class="line"><a id="l00446" name="l00446"></a><span class="lineno"> 446</span> </div>
<div class="line"><a id="l00447" name="l00447"></a><span class="lineno"><a class="line" href="classoperations__research_1_1bop_1_1_one_flip_constraint_repairer.html#aef041a7abdb31fc3a000cf8fe185f500"> 447</a></span> <span class="keyword">static</span> <span class="keyword">const</span> ConstraintIndex <a class="code hl_variable" href="classoperations__research_1_1bop_1_1_one_flip_constraint_repairer.html#aef041a7abdb31fc3a000cf8fe185f500">kInvalidConstraint</a>;</div>
<div class="line"><a id="l00448" name="l00448"></a><span class="lineno"><a class="line" href="classoperations__research_1_1bop_1_1_one_flip_constraint_repairer.html#ac6c337ac6e849eec72ab424f88d35902"> 448</a></span> <span class="keyword">static</span> <span class="keyword">const</span> TermIndex <a class="code hl_variable" href="classoperations__research_1_1bop_1_1_one_flip_constraint_repairer.html#ac6c337ac6e849eec72ab424f88d35902">kInitTerm</a>;</div>
<div class="line"><a id="l00449" name="l00449"></a><span class="lineno"><a class="line" href="classoperations__research_1_1bop_1_1_one_flip_constraint_repairer.html#a21bf120b74c559d10caaea8309742eef"> 449</a></span> <span class="keyword">static</span> <span class="keyword">const</span> TermIndex <a class="code hl_variable" href="classoperations__research_1_1bop_1_1_one_flip_constraint_repairer.html#a21bf120b74c559d10caaea8309742eef">kInvalidTerm</a>;</div>
<div class="line"><a id="l00450" name="l00450"></a><span class="lineno"> 450</span> </div>
<div class="line"><a id="l00451" name="l00451"></a><span class="lineno"> 451</span> <span class="comment">// Returns the index of a constraint to repair. This will always return the</span></div>
<div class="line"><a id="l00452" name="l00452"></a><span class="lineno"> 452</span> <span class="comment">// index of a constraint that can be repaired in one flip if there is one.</span></div>
<div class="line"><a id="l00453" name="l00453"></a><span class="lineno"> 453</span> <span class="comment">// Note however that if there is only one possible candidate, it will be</span></div>
<div class="line"><a id="l00454" name="l00454"></a><span class="lineno"> 454</span> <span class="comment">// returned without checking that it can indeed be repaired in one flip.</span></div>
<div class="line"><a id="l00455" name="l00455"></a><span class="lineno"> 455</span> <span class="comment">// This is because the later check can be expensive, and is not needed in our</span></div>
<div class="line"><a id="l00456" name="l00456"></a><span class="lineno"> 456</span> <span class="comment">// context.</span></div>
<div class="line"><a id="l00457" name="l00457"></a><span class="lineno"> 457</span> ConstraintIndex <a class="code hl_function" href="classoperations__research_1_1bop_1_1_one_flip_constraint_repairer.html#a3ec353a099d08e3d7632a849f9c73a54">ConstraintToRepair</a>() <span class="keyword">const</span>;</div>
<div class="line"><a id="l00458" name="l00458"></a><span class="lineno"> 458</span> </div>
<div class="line"><a id="l00459" name="l00459"></a><span class="lineno"> 459</span> <span class="comment">// Returns the index of the next term which repairs the constraint when the</span></div>
<div class="line"><a id="l00460" name="l00460"></a><span class="lineno"> 460</span> <span class="comment">// value of its variable is flipped. This method explores terms with an</span></div>
<div class="line"><a id="l00461" name="l00461"></a><span class="lineno"> 461</span> <span class="comment">// index strictly greater than start_term_index and then terms with an index</span></div>
<div class="line"><a id="l00462" name="l00462"></a><span class="lineno"> 462</span> <span class="comment">// smaller than or equal to init_term_index if any.</span></div>
<div class="line"><a id="l00463" name="l00463"></a><span class="lineno"> 463</span> <span class="comment">// Returns kInvalidTerm when no reparing terms are found.</span></div>
<div class="line"><a id="l00464" name="l00464"></a><span class="lineno"> 464</span> <span class="comment">//</span></div>
<div class="line"><a id="l00465" name="l00465"></a><span class="lineno"> 465</span> <span class="comment">// Note that if init_term_index == start_term_index, then all the terms will</span></div>
<div class="line"><a id="l00466" name="l00466"></a><span class="lineno"> 466</span> <span class="comment">// be explored. Both TermIndex arguments can take values in [-1, constraint</span></div>
<div class="line"><a id="l00467" name="l00467"></a><span class="lineno"> 467</span> <span class="comment">// size).</span></div>
<div class="line"><a id="l00468" name="l00468"></a><span class="lineno"> 468</span> TermIndex <a class="code hl_function" href="classoperations__research_1_1bop_1_1_one_flip_constraint_repairer.html#a5d0b9ffea8ed57b145ffbb1013f11e4b">NextRepairingTerm</a>(ConstraintIndex ct_index,</div>
<div class="line"><a id="l00469" name="l00469"></a><span class="lineno"> 469</span> TermIndex init_term_index,</div>
<div class="line"><a id="l00470" name="l00470"></a><span class="lineno"> 470</span> TermIndex start_term_index) <span class="keyword">const</span>;</div>
<div class="line"><a id="l00471" name="l00471"></a><span class="lineno"> 471</span> </div>
<div class="line"><a id="l00472" name="l00472"></a><span class="lineno"> 472</span> <span class="comment">// Returns true if the constraint is infeasible and if flipping the variable</span></div>
<div class="line"><a id="l00473" name="l00473"></a><span class="lineno"> 473</span> <span class="comment">// at the given index will repair it.</span></div>
<div class="line"><a id="l00474" name="l00474"></a><span class="lineno"> 474</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="classoperations__research_1_1bop_1_1_one_flip_constraint_repairer.html#a4650b705d23b018917acd5d41475090c">RepairIsValid</a>(ConstraintIndex ct_index, TermIndex term_index) <span class="keyword">const</span>;</div>
<div class="line"><a id="l00475" name="l00475"></a><span class="lineno"> 475</span> </div>
<div class="line"><a id="l00476" name="l00476"></a><span class="lineno"> 476</span> <span class="comment">// Returns the literal formed by the variable at the given constraint term and</span></div>
<div class="line"><a id="l00477" name="l00477"></a><span class="lineno"> 477</span> <span class="comment">// assigned to the opposite value of this variable in the current assignment.</span></div>
<div class="line"><a id="l00478" name="l00478"></a><span class="lineno"> 478</span> <a class="code hl_class" href="classoperations__research_1_1sat_1_1_literal.html">sat::Literal</a> <a class="code hl_function" href="classoperations__research_1_1bop_1_1_one_flip_constraint_repairer.html#a015715e6448827ceac0b0cbbb4b7eaca">GetFlip</a>(ConstraintIndex ct_index, TermIndex term_index) <span class="keyword">const</span>;</div>
<div class="line"><a id="l00479" name="l00479"></a><span class="lineno"> 479</span> </div>
<div class="line"><a id="l00480" name="l00480"></a><span class="lineno"> 480</span> <span class="comment">// Local structure to represent the sparse matrix by constraint used for fast</span></div>
<div class="line"><a id="l00481" name="l00481"></a><span class="lineno"> 481</span> <span class="comment">// lookups.</span></div>
<div class="line"><a id="l00482" name="l00482"></a><span class="lineno"><a class="line" href="structoperations__research_1_1bop_1_1_one_flip_constraint_repairer_1_1_constraint_term.html"> 482</a></span> <span class="keyword">struct </span><a class="code hl_struct" href="structoperations__research_1_1bop_1_1_one_flip_constraint_repairer_1_1_constraint_term.html">ConstraintTerm</a> {</div>
<div class="line"><a id="l00483" name="l00483"></a><span class="lineno"><a class="line" href="structoperations__research_1_1bop_1_1_one_flip_constraint_repairer_1_1_constraint_term.html#aa1ef891bc5fea48fd942943e92a32fb5"> 483</a></span> <a class="code hl_function" href="structoperations__research_1_1bop_1_1_one_flip_constraint_repairer_1_1_constraint_term.html#aa1ef891bc5fea48fd942943e92a32fb5">ConstraintTerm</a>(VariableIndex v, int64_t w) : <a class="code hl_variable" href="structoperations__research_1_1bop_1_1_one_flip_constraint_repairer_1_1_constraint_term.html#a40429d7fbb63c4c4a17dc9128fcea503">var</a>(v), <a class="code hl_variable" href="structoperations__research_1_1bop_1_1_one_flip_constraint_repairer_1_1_constraint_term.html#a4255f714cea26cdd64f6a0ee72d34a8c">weight</a>(w) {}</div>
<div class="line"><a id="l00484" name="l00484"></a><span class="lineno"><a class="line" href="structoperations__research_1_1bop_1_1_one_flip_constraint_repairer_1_1_constraint_term.html#a40429d7fbb63c4c4a17dc9128fcea503"> 484</a></span> VariableIndex <a class="code hl_variable" href="structoperations__research_1_1bop_1_1_one_flip_constraint_repairer_1_1_constraint_term.html#a40429d7fbb63c4c4a17dc9128fcea503">var</a>;</div>
<div class="line"><a id="l00485" name="l00485"></a><span class="lineno"><a class="line" href="structoperations__research_1_1bop_1_1_one_flip_constraint_repairer_1_1_constraint_term.html#a4255f714cea26cdd64f6a0ee72d34a8c"> 485</a></span> int64_t <a class="code hl_variable" href="structoperations__research_1_1bop_1_1_one_flip_constraint_repairer_1_1_constraint_term.html#a4255f714cea26cdd64f6a0ee72d34a8c">weight</a>;</div>
<div class="line"><a id="l00486" name="l00486"></a><span class="lineno"> 486</span> };</div>
<div class="line"><a id="l00487" name="l00487"></a><span class="lineno"> 487</span> </div>
<div class="line"><a id="l00488" name="l00488"></a><span class="lineno"> 488</span> <span class="keyword">private</span>:</div>
<div class="line"><a id="l00489" name="l00489"></a><span class="lineno"> 489</span> <span class="comment">// Sorts the terms of each constraints in the by_constraint_matrix_ to iterate</span></div>
<div class="line"><a id="l00490" name="l00490"></a><span class="lineno"> 490</span> <span class="comment">// on most promising variables first.</span></div>
<div class="line"><a id="l00491" name="l00491"></a><span class="lineno"> 491</span> <span class="keywordtype">void</span> SortTermsOfEachConstraints(<span class="keywordtype">int</span> num_variables);</div>
<div class="line"><a id="l00492" name="l00492"></a><span class="lineno"> 492</span> </div>
<div class="line"><a id="l00493" name="l00493"></a><span class="lineno"> 493</span> <a class="code hl_class" href="classabsl_1_1_strong_vector.html">absl::StrongVector</a><ConstraintIndex,</div>
<div class="line"><a id="l00494" name="l00494"></a><span class="lineno"> 494</span> <a class="code hl_class" href="classabsl_1_1_strong_vector.html">absl::StrongVector<TermIndex, ConstraintTerm></a>></div>
<div class="line"><a id="l00495" name="l00495"></a><span class="lineno"> 495</span> by_constraint_matrix_;</div>
<div class="line"><a id="l00496" name="l00496"></a><span class="lineno"> 496</span> <span class="keyword">const</span> <a class="code hl_class" href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html">AssignmentAndConstraintFeasibilityMaintainer</a>& maintainer_;</div>
<div class="line"><a id="l00497" name="l00497"></a><span class="lineno"> 497</span> <span class="keyword">const</span> <a class="code hl_class" href="classoperations__research_1_1sat_1_1_variables_assignment.html">sat::VariablesAssignment</a>& sat_assignment_;</div>
<div class="line"><a id="l00498" name="l00498"></a><span class="lineno"> 498</span> </div>
<div class="line"><a id="l00499" name="l00499"></a><span class="lineno"> 499</span> DISALLOW_COPY_AND_ASSIGN(<a class="code hl_class" href="classoperations__research_1_1bop_1_1_one_flip_constraint_repairer.html">OneFlipConstraintRepairer</a>);</div>
<div class="line"><a id="l00500" name="l00500"></a><span class="lineno"> 500</span>};</div>
<div class="line"><a id="l00501" name="l00501"></a><span class="lineno"> 501</span> </div>
<div class="line"><a id="l00502" name="l00502"></a><span class="lineno"> 502</span><span class="comment">// This class is used to iterate on all assignments that can be obtained by</span></div>
<div class="line"><a id="l00503" name="l00503"></a><span class="lineno"> 503</span><span class="comment">// deliberately flipping 'n' variables from the reference solution, 'n' being</span></div>
<div class="line"><a id="l00504" name="l00504"></a><span class="lineno"> 504</span><span class="comment">// smaller than or equal to max_num_decisions.</span></div>
<div class="line"><a id="l00505" name="l00505"></a><span class="lineno"> 505</span><span class="comment">// Note that one deliberate variable flip may lead to many other flips due to</span></div>
<div class="line"><a id="l00506" name="l00506"></a><span class="lineno"> 506</span><span class="comment">// constraint propagation, those additional flips are not counted in 'n'.</span></div>
<div class="line"><a id="l00507" name="l00507"></a><span class="lineno"><a class="line" href="classoperations__research_1_1bop_1_1_local_search_assignment_iterator.html"> 507</a></span><span class="keyword">class </span><a class="code hl_class" href="classoperations__research_1_1bop_1_1_local_search_assignment_iterator.html">LocalSearchAssignmentIterator</a> {</div>
<div class="line"><a id="l00508" name="l00508"></a><span class="lineno"> 508</span> <span class="keyword">public</span>:</div>
<div class="line"><a id="l00509" name="l00509"></a><span class="lineno"> 509</span> <a class="code hl_function" href="classoperations__research_1_1bop_1_1_local_search_assignment_iterator.html#a80a191adadd35414e44186a3ba68eb46">LocalSearchAssignmentIterator</a>(<span class="keyword">const</span> <a class="code hl_class" href="classoperations__research_1_1bop_1_1_problem_state.html">ProblemState</a>& problem_state,</div>
<div class="line"><a id="l00510" name="l00510"></a><span class="lineno"> 510</span> <span class="keywordtype">int</span> max_num_decisions,</div>
<div class="line"><a id="l00511" name="l00511"></a><span class="lineno"> 511</span> <span class="keywordtype">int</span> max_num_broken_constraints,</div>
<div class="line"><a id="l00512" name="l00512"></a><span class="lineno"> 512</span> absl::BitGenRef random,</div>
<div class="line"><a id="l00513" name="l00513"></a><span class="lineno"> 513</span> <a class="code hl_class" href="classoperations__research_1_1bop_1_1_sat_wrapper.html">SatWrapper</a>* sat_wrapper);</div>
<div class="line"><a id="l00514" name="l00514"></a><span class="lineno"> 514</span> <a class="code hl_function" href="classoperations__research_1_1bop_1_1_local_search_assignment_iterator.html#a3910f2e32fea60320d748418ce5b263a">~LocalSearchAssignmentIterator</a>();</div>
<div class="line"><a id="l00515" name="l00515"></a><span class="lineno"> 515</span> </div>
<div class="line"><a id="l00516" name="l00516"></a><span class="lineno"> 516</span> <span class="comment">// Parameters of the LS algorithm.</span></div>
<div class="line"><a id="l00517" name="l00517"></a><span class="lineno"><a class="line" href="classoperations__research_1_1bop_1_1_local_search_assignment_iterator.html#a5fff4dd0a189641f7b3702bbb73f2bbd"> 517</a></span> <span class="keywordtype">void</span> <a class="code hl_function" href="classoperations__research_1_1bop_1_1_local_search_assignment_iterator.html#a5fff4dd0a189641f7b3702bbb73f2bbd">UseTranspositionTable</a>(<span class="keywordtype">bool</span> v) { use_transposition_table_ = v; }</div>
<div class="line"><a id="l00518" name="l00518"></a><span class="lineno"><a class="line" href="classoperations__research_1_1bop_1_1_local_search_assignment_iterator.html#a8f1bfe319bc18b89e2640d2ef1ec349a"> 518</a></span> <span class="keywordtype">void</span> <a class="code hl_function" href="classoperations__research_1_1bop_1_1_local_search_assignment_iterator.html#a8f1bfe319bc18b89e2640d2ef1ec349a">UsePotentialOneFlipRepairs</a>(<span class="keywordtype">bool</span> v) {</div>
<div class="line"><a id="l00519" name="l00519"></a><span class="lineno"> 519</span> use_potential_one_flip_repairs_ = v;</div>
<div class="line"><a id="l00520" name="l00520"></a><span class="lineno"> 520</span> }</div>
<div class="line"><a id="l00521" name="l00521"></a><span class="lineno"> 521</span> </div>
<div class="line"><a id="l00522" name="l00522"></a><span class="lineno"> 522</span> <span class="comment">// Synchronizes the iterator with the problem state, e.g. set fixed variables,</span></div>
<div class="line"><a id="l00523" name="l00523"></a><span class="lineno"> 523</span> <span class="comment">// set the reference solution. Call this only when a new solution has been</span></div>
<div class="line"><a id="l00524" name="l00524"></a><span class="lineno"> 524</span> <span class="comment">// found. This will restart the LS.</span></div>
<div class="line"><a id="l00525" name="l00525"></a><span class="lineno"> 525</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classoperations__research_1_1bop_1_1_local_search_assignment_iterator.html#a9f59c500f903e06edd072d136de593dd">Synchronize</a>(<span class="keyword">const</span> <a class="code hl_class" href="classoperations__research_1_1bop_1_1_problem_state.html">ProblemState</a>& problem_state);</div>
<div class="line"><a id="l00526" name="l00526"></a><span class="lineno"> 526</span> </div>
<div class="line"><a id="l00527" name="l00527"></a><span class="lineno"> 527</span> <span class="comment">// Synchronize the SatWrapper with our current search state. This needs to be</span></div>
<div class="line"><a id="l00528" name="l00528"></a><span class="lineno"> 528</span> <span class="comment">// called before calls to NextAssignment() if the underlying SatWrapper was</span></div>
<div class="line"><a id="l00529" name="l00529"></a><span class="lineno"> 529</span> <span class="comment">// used by someone else than this class.</span></div>
<div class="line"><a id="l00530" name="l00530"></a><span class="lineno"> 530</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classoperations__research_1_1bop_1_1_local_search_assignment_iterator.html#a4870d904356fd0dd17fba66908bcf76b">SynchronizeSatWrapper</a>();</div>
<div class="line"><a id="l00531" name="l00531"></a><span class="lineno"> 531</span> </div>
<div class="line"><a id="l00532" name="l00532"></a><span class="lineno"> 532</span> <span class="comment">// Move to the next assignment. Returns false when the search is finished.</span></div>
<div class="line"><a id="l00533" name="l00533"></a><span class="lineno"> 533</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="classoperations__research_1_1bop_1_1_local_search_assignment_iterator.html#af283b6840eab8ab73202804b3bf0974b">NextAssignment</a>();</div>
<div class="line"><a id="l00534" name="l00534"></a><span class="lineno"> 534</span> </div>
<div class="line"><a id="l00535" name="l00535"></a><span class="lineno"> 535</span> <span class="comment">// Returns the last feasible assignment.</span></div>
<div class="line"><a id="l00536" name="l00536"></a><span class="lineno"><a class="line" href="classoperations__research_1_1bop_1_1_local_search_assignment_iterator.html#a1aecf270882e0c103c53773297b1d96a"> 536</a></span> <span class="keyword">const</span> <a class="code hl_class" href="classoperations__research_1_1bop_1_1_bop_solution.html">BopSolution</a>& <a class="code hl_function" href="classoperations__research_1_1bop_1_1_local_search_assignment_iterator.html#a1aecf270882e0c103c53773297b1d96a">LastReferenceAssignment</a>()<span class="keyword"> const </span>{</div>
<div class="line"><a id="l00537" name="l00537"></a><span class="lineno"> 537</span> <span class="keywordflow">return</span> maintainer_.<a class="code hl_function" href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html#ab75ee4d5d3256f8f0997e7620a0881b7">reference</a>();</div>
<div class="line"><a id="l00538" name="l00538"></a><span class="lineno"> 538</span> }</div>
<div class="line"><a id="l00539" name="l00539"></a><span class="lineno"> 539</span> </div>
<div class="line"><a id="l00540" name="l00540"></a><span class="lineno"> 540</span> <span class="comment">// Returns true if the current assignment has a better solution than the one</span></div>
<div class="line"><a id="l00541" name="l00541"></a><span class="lineno"> 541</span> <span class="comment">// passed to the last Synchronize() call.</span></div>
<div class="line"><a id="l00542" name="l00542"></a><span class="lineno"><a class="line" href="classoperations__research_1_1bop_1_1_local_search_assignment_iterator.html#aef968fbdffce2e0ebe8fe66dc9a0922c"> 542</a></span> <span class="keywordtype">bool</span> <a class="code hl_function" href="classoperations__research_1_1bop_1_1_local_search_assignment_iterator.html#aef968fbdffce2e0ebe8fe66dc9a0922c">BetterSolutionHasBeenFound</a>()<span class="keyword"> const </span>{</div>
<div class="line"><a id="l00543" name="l00543"></a><span class="lineno"> 543</span> <span class="keywordflow">return</span> better_solution_has_been_found_;</div>
<div class="line"><a id="l00544" name="l00544"></a><span class="lineno"> 544</span> }</div>
<div class="line"><a id="l00545" name="l00545"></a><span class="lineno"> 545</span> </div>
<div class="line"><a id="l00546" name="l00546"></a><span class="lineno"> 546</span> <span class="comment">// Returns a deterministic number that should be correlated with the time</span></div>
<div class="line"><a id="l00547" name="l00547"></a><span class="lineno"> 547</span> <span class="comment">// spent in the iterator. The order of magnitude should be close to the time</span></div>
<div class="line"><a id="l00548" name="l00548"></a><span class="lineno"> 548</span> <span class="comment">// in seconds.</span></div>
<div class="line"><a id="l00549" name="l00549"></a><span class="lineno"> 549</span> <span class="keywordtype">double</span> <a class="code hl_function" href="classoperations__research_1_1bop_1_1_local_search_assignment_iterator.html#ae525d235b02bcfc962d845e28f5f0125">deterministic_time</a>() <span class="keyword">const</span>;</div>
<div class="line"><a id="l00550" name="l00550"></a><span class="lineno"> 550</span> </div>
<div class="line"><a id="l00551" name="l00551"></a><span class="lineno"> 551</span> std::string <a class="code hl_function" href="classoperations__research_1_1bop_1_1_local_search_assignment_iterator.html#a764be64f3029f8b8e23511061d8de355">DebugString</a>() <span class="keyword">const</span>;</div>
<div class="line"><a id="l00552" name="l00552"></a><span class="lineno"> 552</span> </div>
<div class="line"><a id="l00553" name="l00553"></a><span class="lineno"> 553</span> <span class="keyword">private</span>:</div>
<div class="line"><a id="l00554" name="l00554"></a><span class="lineno"> 554</span> <span class="comment">// This is called when a better solution has been found to restore the search</span></div>
<div class="line"><a id="l00555" name="l00555"></a><span class="lineno"> 555</span> <span class="comment">// to the new "root" node.</span></div>
<div class="line"><a id="l00556" name="l00556"></a><span class="lineno"> 556</span> <span class="keywordtype">void</span> UseCurrentStateAsReference();</div>
<div class="line"><a id="l00557" name="l00557"></a><span class="lineno"> 557</span> </div>
<div class="line"><a id="l00558" name="l00558"></a><span class="lineno"> 558</span> <span class="comment">// See transposition_table_ below.</span></div>
<div class="line"><a id="l00559" name="l00559"></a><span class="lineno"> 559</span> <span class="keyword">static</span> <span class="keyword">constexpr</span> <span class="keywordtype">size_t</span> kStoredMaxDecisions = 4;</div>
<div class="line"><a id="l00560" name="l00560"></a><span class="lineno"> 560</span> </div>
<div class="line"><a id="l00561" name="l00561"></a><span class="lineno"> 561</span> <span class="comment">// Internal structure used to represent a node of the search tree during local</span></div>
<div class="line"><a id="l00562" name="l00562"></a><span class="lineno"> 562</span> <span class="comment">// search.</span></div>
<div class="line"><a id="l00563" name="l00563"></a><span class="lineno"> 563</span> <span class="keyword">struct </span>SearchNode {</div>
<div class="line"><a id="l00564" name="l00564"></a><span class="lineno"> 564</span> SearchNode()</div>
<div class="line"><a id="l00565" name="l00565"></a><span class="lineno"> 565</span> : constraint(<a class="code hl_class" href="classoperations__research_1_1bop_1_1_one_flip_constraint_repairer.html">OneFlipConstraintRepairer</a>::kInvalidConstraint),</div>
<div class="line"><a id="l00566" name="l00566"></a><span class="lineno"> 566</span> term_index(<a class="code hl_class" href="classoperations__research_1_1bop_1_1_one_flip_constraint_repairer.html">OneFlipConstraintRepairer</a>::kInvalidTerm) {}</div>
<div class="line"><a id="l00567" name="l00567"></a><span class="lineno"> 567</span> SearchNode(ConstraintIndex c, TermIndex t) : constraint(c), term_index(t) {}</div>
<div class="line"><a id="l00568" name="l00568"></a><span class="lineno"> 568</span> ConstraintIndex constraint;</div>
<div class="line"><a id="l00569" name="l00569"></a><span class="lineno"> 569</span> TermIndex term_index;</div>
<div class="line"><a id="l00570" name="l00570"></a><span class="lineno"> 570</span> };</div>
<div class="line"><a id="l00571" name="l00571"></a><span class="lineno"> 571</span> </div>
<div class="line"><a id="l00572" name="l00572"></a><span class="lineno"> 572</span> <span class="comment">// Applies the decision. Automatically backtracks when SAT detects conflicts.</span></div>
<div class="line"><a id="l00573" name="l00573"></a><span class="lineno"> 573</span> <span class="keywordtype">void</span> ApplyDecision(sat::Literal <a class="code hl_variable" href="optimization_8cc.html#af63dcc00f2023fdf498e0829e6fb8a6b">literal</a>);</div>
<div class="line"><a id="l00574" name="l00574"></a><span class="lineno"> 574</span> </div>
<div class="line"><a id="l00575" name="l00575"></a><span class="lineno"> 575</span> <span class="comment">// Adds one more decision to repair infeasible constraints.</span></div>
<div class="line"><a id="l00576" name="l00576"></a><span class="lineno"> 576</span> <span class="comment">// Returns true in case of success.</span></div>
<div class="line"><a id="l00577" name="l00577"></a><span class="lineno"> 577</span> <span class="keywordtype">bool</span> GoDeeper();</div>
<div class="line"><a id="l00578" name="l00578"></a><span class="lineno"> 578</span> </div>
<div class="line"><a id="l00579" name="l00579"></a><span class="lineno"> 579</span> <span class="comment">// Backtracks and moves to the next decision in the search tree.</span></div>
<div class="line"><a id="l00580" name="l00580"></a><span class="lineno"> 580</span> <span class="keywordtype">void</span> Backtrack();</div>
<div class="line"><a id="l00581" name="l00581"></a><span class="lineno"> 581</span> </div>
<div class="line"><a id="l00582" name="l00582"></a><span class="lineno"> 582</span> <span class="comment">// Looks if the current decisions (in search_nodes_) plus the new one (given</span></div>
<div class="line"><a id="l00583" name="l00583"></a><span class="lineno"> 583</span> <span class="comment">// by l) lead to a position already present in transposition_table_.</span></div>
<div class="line"><a id="l00584" name="l00584"></a><span class="lineno"> 584</span> <span class="keywordtype">bool</span> NewStateIsInTranspositionTable(sat::Literal l);</div>
<div class="line"><a id="l00585" name="l00585"></a><span class="lineno"> 585</span> </div>
<div class="line"><a id="l00586" name="l00586"></a><span class="lineno"> 586</span> <span class="comment">// Inserts the current set of decisions in transposition_table_.</span></div>
<div class="line"><a id="l00587" name="l00587"></a><span class="lineno"> 587</span> <span class="keywordtype">void</span> InsertInTranspositionTable();</div>
<div class="line"><a id="l00588" name="l00588"></a><span class="lineno"> 588</span> </div>
<div class="line"><a id="l00589" name="l00589"></a><span class="lineno"> 589</span> <span class="comment">// Initializes the given array with the current decisions in search_nodes_ and</span></div>
<div class="line"><a id="l00590" name="l00590"></a><span class="lineno"> 590</span> <span class="comment">// by filling the other positions with 0.</span></div>
<div class="line"><a id="l00591" name="l00591"></a><span class="lineno"> 591</span> <span class="keywordtype">void</span> InitializeTranspositionTableKey(</div>
<div class="line"><a id="l00592" name="l00592"></a><span class="lineno"> 592</span> std::array<int32_t, kStoredMaxDecisions>* <a class="code hl_variable" href="constraint__solver_2table_8cc.html#acb18315d548212835cd8ed4287e6c0b6">a</a>);</div>
<div class="line"><a id="l00593" name="l00593"></a><span class="lineno"> 593</span> </div>
<div class="line"><a id="l00594" name="l00594"></a><span class="lineno"> 594</span> <span class="comment">// Looks for the next repairing term in the given constraints while skipping</span></div>
<div class="line"><a id="l00595" name="l00595"></a><span class="lineno"> 595</span> <span class="comment">// the position already present in transposition_table_. A given TermIndex of</span></div>
<div class="line"><a id="l00596" name="l00596"></a><span class="lineno"> 596</span> <span class="comment">// -1 means that this is the first time we explore this constraint.</span></div>
<div class="line"><a id="l00597" name="l00597"></a><span class="lineno"> 597</span> <span class="keywordtype">bool</span> EnqueueNextRepairingTermIfAny(ConstraintIndex ct_to_repair,</div>
<div class="line"><a id="l00598" name="l00598"></a><span class="lineno"> 598</span> TermIndex <a class="code hl_variable" href="pack_8cc.html#a750b5d744c39a06bfb13e6eb010e35d0">index</a>);</div>
<div class="line"><a id="l00599" name="l00599"></a><span class="lineno"> 599</span> </div>
<div class="line"><a id="l00600" name="l00600"></a><span class="lineno"> 600</span> <span class="keyword">const</span> <span class="keywordtype">int</span> max_num_decisions_;</div>
<div class="line"><a id="l00601" name="l00601"></a><span class="lineno"> 601</span> <span class="keyword">const</span> <span class="keywordtype">int</span> max_num_broken_constraints_;</div>
<div class="line"><a id="l00602" name="l00602"></a><span class="lineno"> 602</span> <span class="keywordtype">bool</span> better_solution_has_been_found_;</div>
<div class="line"><a id="l00603" name="l00603"></a><span class="lineno"> 603</span> AssignmentAndConstraintFeasibilityMaintainer maintainer_;</div>
<div class="line"><a id="l00604" name="l00604"></a><span class="lineno"> 604</span> SatWrapper* <span class="keyword">const</span> sat_wrapper_;</div>
<div class="line"><a id="l00605" name="l00605"></a><span class="lineno"> 605</span> OneFlipConstraintRepairer repairer_;</div>
<div class="line"><a id="l00606" name="l00606"></a><span class="lineno"> 606</span> std::vector<SearchNode> search_nodes_;</div>
<div class="line"><a id="l00607" name="l00607"></a><span class="lineno"> 607</span> <a class="code hl_class" href="classabsl_1_1_strong_vector.html">absl::StrongVector<ConstraintIndex, TermIndex></a> initial_term_index_;</div>
<div class="line"><a id="l00608" name="l00608"></a><span class="lineno"> 608</span> </div>
<div class="line"><a id="l00609" name="l00609"></a><span class="lineno"> 609</span> <span class="comment">// Temporary vector used by ApplyDecision().</span></div>
<div class="line"><a id="l00610" name="l00610"></a><span class="lineno"> 610</span> std::vector<sat::Literal> tmp_propagated_literals_;</div>
<div class="line"><a id="l00611" name="l00611"></a><span class="lineno"> 611</span> </div>
<div class="line"><a id="l00612" name="l00612"></a><span class="lineno"> 612</span> <span class="comment">// For each set of explored decisions, we store it in this table so that we</span></div>
<div class="line"><a id="l00613" name="l00613"></a><span class="lineno"> 613</span> <span class="comment">// don't explore decisions (a, b) and later (b, a) for instance. The decisions</span></div>
<div class="line"><a id="l00614" name="l00614"></a><span class="lineno"> 614</span> <span class="comment">// are converted to int32_t, sorted and padded with 0 before beeing inserted</span></div>
<div class="line"><a id="l00615" name="l00615"></a><span class="lineno"> 615</span> <span class="comment">// here.</span></div>
<div class="line"><a id="l00616" name="l00616"></a><span class="lineno"> 616</span> <span class="comment">//</span></div>
<div class="line"><a id="l00617" name="l00617"></a><span class="lineno"> 617</span> <span class="comment">// TODO(user): We may still miss some equivalent states because it is possible</span></div>
<div class="line"><a id="l00618" name="l00618"></a><span class="lineno"> 618</span> <span class="comment">// that completely differents decisions lead to exactly the same state.</span></div>
<div class="line"><a id="l00619" name="l00619"></a><span class="lineno"> 619</span> <span class="comment">// However this is more time consuming to detect because we must apply the</span></div>
<div class="line"><a id="l00620" name="l00620"></a><span class="lineno"> 620</span> <span class="comment">// last decision first before trying to compare the states.</span></div>
<div class="line"><a id="l00621" name="l00621"></a><span class="lineno"> 621</span> <span class="comment">//</span></div>
<div class="line"><a id="l00622" name="l00622"></a><span class="lineno"> 622</span> <span class="comment">// TODO(user): Currently, we only store kStoredMaxDecisions or less decisions.</span></div>
<div class="line"><a id="l00623" name="l00623"></a><span class="lineno"> 623</span> <span class="comment">// Ideally, this should be related to the maximum number of decision in the</span></div>
<div class="line"><a id="l00624" name="l00624"></a><span class="lineno"> 624</span> <span class="comment">// LS, but that requires templating the whole LS optimizer.</span></div>
<div class="line"><a id="l00625" name="l00625"></a><span class="lineno"> 625</span> <span class="keywordtype">bool</span> use_transposition_table_;</div>
<div class="line"><a id="l00626" name="l00626"></a><span class="lineno"> 626</span> absl::flat_hash_set<std::array<int32_t, kStoredMaxDecisions>></div>
<div class="line"><a id="l00627" name="l00627"></a><span class="lineno"> 627</span> transposition_table_;</div>
<div class="line"><a id="l00628" name="l00628"></a><span class="lineno"> 628</span> </div>
<div class="line"><a id="l00629" name="l00629"></a><span class="lineno"> 629</span> <span class="keywordtype">bool</span> use_potential_one_flip_repairs_;</div>
<div class="line"><a id="l00630" name="l00630"></a><span class="lineno"> 630</span> </div>
<div class="line"><a id="l00631" name="l00631"></a><span class="lineno"> 631</span> <span class="comment">// The number of explored nodes.</span></div>
<div class="line"><a id="l00632" name="l00632"></a><span class="lineno"> 632</span> int64_t num_nodes_;</div>
<div class="line"><a id="l00633" name="l00633"></a><span class="lineno"> 633</span> </div>
<div class="line"><a id="l00634" name="l00634"></a><span class="lineno"> 634</span> <span class="comment">// The number of skipped nodes thanks to the transposition table.</span></div>
<div class="line"><a id="l00635" name="l00635"></a><span class="lineno"> 635</span> int64_t num_skipped_nodes_;</div>
<div class="line"><a id="l00636" name="l00636"></a><span class="lineno"> 636</span> </div>
<div class="line"><a id="l00637" name="l00637"></a><span class="lineno"> 637</span> <span class="comment">// The overall number of better solution found. And the ones found by the</span></div>
<div class="line"><a id="l00638" name="l00638"></a><span class="lineno"> 638</span> <span class="comment">// use_potential_one_flip_repairs_ heuristic.</span></div>
<div class="line"><a id="l00639" name="l00639"></a><span class="lineno"> 639</span> int64_t num_improvements_;</div>
<div class="line"><a id="l00640" name="l00640"></a><span class="lineno"> 640</span> int64_t num_improvements_by_one_flip_repairs_;</div>
<div class="line"><a id="l00641" name="l00641"></a><span class="lineno"> 641</span> int64_t num_inspected_one_flip_repairs_;</div>
<div class="line"><a id="l00642" name="l00642"></a><span class="lineno"> 642</span> </div>
<div class="line"><a id="l00643" name="l00643"></a><span class="lineno"> 643</span> DISALLOW_COPY_AND_ASSIGN(<a class="code hl_function" href="classoperations__research_1_1bop_1_1_local_search_assignment_iterator.html#a80a191adadd35414e44186a3ba68eb46">LocalSearchAssignmentIterator</a>);</div>
<div class="line"><a id="l00644" name="l00644"></a><span class="lineno"> 644</span>};</div>
<div class="line"><a id="l00645" name="l00645"></a><span class="lineno"> 645</span> </div>
<div class="line"><a id="l00646" name="l00646"></a><span class="lineno"> 646</span>} <span class="comment">// namespace bop</span></div>
<div class="line"><a id="l00647" name="l00647"></a><span class="lineno"> 647</span>} <span class="comment">// namespace operations_research</span></div>
<div class="line"><a id="l00648" name="l00648"></a><span class="lineno"> 648</span><span class="preprocessor">#endif </span><span class="comment">// OR_TOOLS_BOP_BOP_LS_H_</span></div>
<div class="ttc" id="aboolean__problem_8pb_8h_html"><div class="ttname"><a href="boolean__problem_8pb_8h.html">boolean_problem.pb.h</a></div></div>
<div class="ttc" id="abop__base_8h_html"><div class="ttname"><a href="bop__base_8h.html">bop_base.h</a></div></div>
<div class="ttc" id="abop__solution_8h_html"><div class="ttname"><a href="bop__solution_8h.html">bop_solution.h</a></div></div>
<div class="ttc" id="abop__types_8h_html"><div class="ttname"><a href="bop__types_8h.html">bop_types.h</a></div></div>
<div class="ttc" id="aclassabsl_1_1_strong_vector_html"><div class="ttname"><a href="classabsl_1_1_strong_vector.html">absl::StrongVector</a></div><div class="ttdef"><b>Definition:</b> <a href="strong__vector_8h_source.html#l00076">strong_vector.h:76</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_time_limit_html"><div class="ttname"><a href="classoperations__research_1_1_time_limit.html">operations_research::TimeLimit</a></div><div class="ttdoc">A simple class to enforce both an elapsed time limit and a deterministic time limit in the same threa...</div><div class="ttdef"><b>Definition:</b> <a href="time__limit_8h_source.html#l00106">time_limit.h:106</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer_html"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html">operations_research::bop::AssignmentAndConstraintFeasibilityMaintainer</a></div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8h_source.html#l00266">bop_ls.h:266</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer_html_a0a396966a02beac15d2459640a887da4"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html#a0a396966a02beac15d2459640a887da4">operations_research::bop::AssignmentAndConstraintFeasibilityMaintainer::ConstraintLowerBound</a></div><div class="ttdeci">int64_t ConstraintLowerBound(ConstraintIndex constraint) const</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8h_source.html#l00343">bop_ls.h:343</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer_html_a4c09c677e55f65ac5560f2f69ffba1f8"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html#a4c09c677e55f65ac5560f2f69ffba1f8">operations_research::bop::AssignmentAndConstraintFeasibilityMaintainer::AssignmentAndConstraintFeasibilityMaintainer</a></div><div class="ttdeci">AssignmentAndConstraintFeasibilityMaintainer(const sat::LinearBooleanProblem &problem, absl::BitGenRef random)</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8cc_source.html#l00184">bop_ls.cc:185</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer_html_a5a82cd9f3923936066ceeb27a027fea6"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html#a5a82cd9f3923936066ceeb27a027fea6">operations_research::bop::AssignmentAndConstraintFeasibilityMaintainer::BacktrackOneLevel</a></div><div class="ttdeci">void BacktrackOneLevel()</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8cc_source.html#l00330">bop_ls.cc:330</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer_html_a5ddd49b322ff7e6a3b502ab8df60ce98"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html#a5ddd49b322ff7e6a3b502ab8df60ce98">operations_research::bop::AssignmentAndConstraintFeasibilityMaintainer::AddBacktrackingLevel</a></div><div class="ttdeci">void AddBacktrackingLevel()</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8cc_source.html#l00325">bop_ls.cc:325</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer_html_a63bf1cee69906b012fad61969f94b5b7"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html#a63bf1cee69906b012fad61969f94b5b7">operations_research::bop::AssignmentAndConstraintFeasibilityMaintainer::UseCurrentStateAsReference</a></div><div class="ttdeci">void UseCurrentStateAsReference()</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8cc_source.html#l00275">bop_ls.cc:276</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer_html_a66b3ae33b0200f399c9145d707ff7887"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html#a66b3ae33b0200f399c9145d707ff7887">operations_research::bop::AssignmentAndConstraintFeasibilityMaintainer::BacktrackAll</a></div><div class="ttdeci">void BacktrackAll()</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8cc_source.html#l00348">bop_ls.cc:348</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer_html_a6d42dda42beefd330e80ddb25d415a1e"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html#a6d42dda42beefd330e80ddb25d415a1e">operations_research::bop::AssignmentAndConstraintFeasibilityMaintainer::kObjectiveConstraint</a></div><div class="ttdeci">static const ConstraintIndex kObjectiveConstraint</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8h_source.html#l00275">bop_ls.h:275</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer_html_a6dce02aea549c1629b25b30c716faa6a"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html#a6dce02aea549c1629b25b30c716faa6a">operations_research::bop::AssignmentAndConstraintFeasibilityMaintainer::NumInfeasibleConstraints</a></div><div class="ttdeci">int NumInfeasibleConstraints() const</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8h_source.html#l00320">bop_ls.h:320</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer_html_a764be64f3029f8b8e23511061d8de355"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html#a764be64f3029f8b8e23511061d8de355">operations_research::bop::AssignmentAndConstraintFeasibilityMaintainer::DebugString</a></div><div class="ttdeci">std::string DebugString() const</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8cc_source.html#l00387">bop_ls.cc:387</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer_html_a7ca2c696b5f31c5e2e575dddd31c3917"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html#a7ca2c696b5f31c5e2e575dddd31c3917">operations_research::bop::AssignmentAndConstraintFeasibilityMaintainer::SetReferenceSolution</a></div><div class="ttdeci">void SetReferenceSolution(const BopSolution &reference_solution)</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8cc_source.html#l00251">bop_ls.cc:251</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer_html_a7f178fbedaa6c0eabf5548fd9a1a081f"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html#a7f178fbedaa6c0eabf5548fd9a1a081f">operations_research::bop::AssignmentAndConstraintFeasibilityMaintainer::ConstraintUpperBound</a></div><div class="ttdeci">int64_t ConstraintUpperBound(ConstraintIndex constraint) const</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8h_source.html#l00348">bop_ls.h:348</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer_html_a894d87c5fddfc463c3ca3c779ba7f997"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html#a894d87c5fddfc463c3ca3c779ba7f997">operations_research::bop::AssignmentAndConstraintFeasibilityMaintainer::IsFeasible</a></div><div class="ttdeci">bool IsFeasible() const</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8h_source.html#l00315">bop_ls.h:315</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer_html_a9117b996612a683ce794c5c2e250cf41"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html#a9117b996612a683ce794c5c2e250cf41">operations_research::bop::AssignmentAndConstraintFeasibilityMaintainer::NumConstraints</a></div><div class="ttdeci">size_t NumConstraints() const</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8h_source.html#l00331">bop_ls.h:331</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer_html_a9adc153e5f3b7c84fc529ec9f39ccc28"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html#a9adc153e5f3b7c84fc529ec9f39ccc28">operations_research::bop::AssignmentAndConstraintFeasibilityMaintainer::ConstraintIsFeasible</a></div><div class="ttdeci">bool ConstraintIsFeasible(ConstraintIndex constraint) const</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8h_source.html#l00360">bop_ls.h:360</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer_html_aa720cae53198d7e3b0ae2d91144d556e"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html#aa720cae53198d7e3b0ae2d91144d556e">operations_research::bop::AssignmentAndConstraintFeasibilityMaintainer::ConstraintValue</a></div><div class="ttdeci">int64_t ConstraintValue(ConstraintIndex constraint) const</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8h_source.html#l00355">bop_ls.h:355</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer_html_aabd3e1e4a2ec8eea61540d6de9308d67"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html#aabd3e1e4a2ec8eea61540d6de9308d67">operations_research::bop::AssignmentAndConstraintFeasibilityMaintainer::PossiblyInfeasibleConstraints</a></div><div class="ttdeci">const std::vector< ConstraintIndex > & PossiblyInfeasibleConstraints() const</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8h_source.html#l00325">bop_ls.h:325</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer_html_ab75ee4d5d3256f8f0997e7620a0881b7"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html#ab75ee4d5d3256f8f0997e7620a0881b7">operations_research::bop::AssignmentAndConstraintFeasibilityMaintainer::reference</a></div><div class="ttdeci">const BopSolution & reference() const</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8h_source.html#l00340">bop_ls.h:340</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer_html_aba2b4531d3e07e40f22f2a40e527c7fd"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html#aba2b4531d3e07e40f22f2a40e527c7fd">operations_research::bop::AssignmentAndConstraintFeasibilityMaintainer::Assignment</a></div><div class="ttdeci">bool Assignment(VariableIndex var) const</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8h_source.html#l00337">bop_ls.h:337</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer_html_aec15c46ac9b8c2b89d91ccffdff6322a"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html#aec15c46ac9b8c2b89d91ccffdff6322a">operations_research::bop::AssignmentAndConstraintFeasibilityMaintainer::Assign</a></div><div class="ttdeci">void Assign(const std::vector< sat::Literal > &literals)</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8cc_source.html#l00304">bop_ls.cc:304</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer_html_afb026df531740780a7e4ada516a0cfdf"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_assignment_and_constraint_feasibility_maintainer.html#afb026df531740780a7e4ada516a0cfdf">operations_research::bop::AssignmentAndConstraintFeasibilityMaintainer::PotentialOneFlipRepairs</a></div><div class="ttdeci">const std::vector< sat::Literal > & PotentialOneFlipRepairs()</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8cc_source.html#l00353">bop_ls.cc:353</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_backtrackable_integer_set_html"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_backtrackable_integer_set.html">operations_research::bop::BacktrackableIntegerSet</a></div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8h_source.html#l00160">bop_ls.h:160</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_backtrackable_integer_set_html_a5402f12b02fec7bf270f3df4eed00e0c"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_backtrackable_integer_set.html#a5402f12b02fec7bf270f3df4eed00e0c">operations_research::bop::BacktrackableIntegerSet::ClearAndResize</a></div><div class="ttdeci">void ClearAndResize(IntType n)</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8cc_source.html#l00126">bop_ls.cc:126</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_backtrackable_integer_set_html_a5a82cd9f3923936066ceeb27a027fea6"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_backtrackable_integer_set.html#a5a82cd9f3923936066ceeb27a027fea6">operations_research::bop::BacktrackableIntegerSet::BacktrackOneLevel</a></div><div class="ttdeci">void BacktrackOneLevel()</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8cc_source.html#l00151">bop_ls.cc:151</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_backtrackable_integer_set_html_a5ddd49b322ff7e6a3b502ab8df60ce98"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_backtrackable_integer_set.html#a5ddd49b322ff7e6a3b502ab8df60ce98">operations_research::bop::BacktrackableIntegerSet::AddBacktrackingLevel</a></div><div class="ttdeci">void AddBacktrackingLevel()</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8cc_source.html#l00145">bop_ls.cc:145</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_backtrackable_integer_set_html_a66b3ae33b0200f399c9145d707ff7887"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_backtrackable_integer_set.html#a66b3ae33b0200f399c9145d707ff7887">operations_research::bop::BacktrackableIntegerSet::BacktrackAll</a></div><div class="ttdeci">void BacktrackAll()</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8cc_source.html#l00166">bop_ls.cc:166</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_backtrackable_integer_set_html_aaa644c003fae9e1c570e85eece6ea597"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_backtrackable_integer_set.html#aaa644c003fae9e1c570e85eece6ea597">operations_research::bop::BacktrackableIntegerSet::BacktrackableIntegerSet</a></div><div class="ttdeci">BacktrackableIntegerSet()</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8h_source.html#l00162">bop_ls.h:162</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_backtrackable_integer_set_html_aba10677c63ecfdabe3116c4e08c31aa1"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_backtrackable_integer_set.html#aba10677c63ecfdabe3116c4e08c31aa1">operations_research::bop::BacktrackableIntegerSet::ChangeState</a></div><div class="ttdeci">void ChangeState(IntType i, bool should_be_inside)</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8cc_source.html#l00135">bop_ls.cc:135</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_backtrackable_integer_set_html_ad7badbc3f3e9bd753a60096ba185e29e"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_backtrackable_integer_set.html#ad7badbc3f3e9bd753a60096ba185e29e">operations_research::bop::BacktrackableIntegerSet::Superset</a></div><div class="ttdeci">const std::vector< IntType > & Superset() const</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8h_source.html#l00179">bop_ls.h:179</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_backtrackable_integer_set_html_af9593d4a5ff4274efaf429cb4f9e57cc"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_backtrackable_integer_set.html#af9593d4a5ff4274efaf429cb4f9e57cc">operations_research::bop::BacktrackableIntegerSet::size</a></div><div class="ttdeci">int size() const</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8h_source.html#l00176">bop_ls.h:176</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_bop_optimizer_base_html"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_bop_optimizer_base.html">operations_research::bop::BopOptimizerBase</a></div><div class="ttdef"><b>Definition:</b> <a href="bop__base_8h_source.html#l00043">bop_base.h:43</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_bop_optimizer_base_html_a24dcbf29c0d6cd766009a182a6484e3b"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_bop_optimizer_base.html#a24dcbf29c0d6cd766009a182a6484e3b">operations_research::bop::BopOptimizerBase::name</a></div><div class="ttdeci">const std::string & name() const</div><div class="ttdef"><b>Definition:</b> <a href="bop__base_8h_source.html#l00049">bop_base.h:49</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_bop_optimizer_base_html_a67a0db04d321a74b7e7fcfd3f1a3f70b"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_bop_optimizer_base.html#a67a0db04d321a74b7e7fcfd3f1a3f70b">operations_research::bop::BopOptimizerBase::Status</a></div><div class="ttdeci">Status</div><div class="ttdef"><b>Definition:</b> <a href="bop__base_8h_source.html#l00064">bop_base.h:64</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_bop_parameters_html"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_bop_parameters.html">operations_research::bop::BopParameters</a></div><div class="ttdef"><b>Definition:</b> <a href="bop__parameters_8pb_8h_source.html#l00516">bop_parameters.pb.h:517</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_bop_solution_html"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_bop_solution.html">operations_research::bop::BopSolution</a></div><div class="ttdef"><b>Definition:</b> <a href="bop__solution_8h_source.html#l00034">bop_solution.h:34</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_bop_solution_html_a6cd00223d6f5614e7a88064c55fd6080"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_bop_solution.html#a6cd00223d6f5614e7a88064c55fd6080">operations_research::bop::BopSolution::Value</a></div><div class="ttdeci">bool Value(VariableIndex var) const</div><div class="ttdef"><b>Definition:</b> <a href="bop__solution_8h_source.html#l00046">bop_solution.h:46</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_local_search_assignment_iterator_html"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_local_search_assignment_iterator.html">operations_research::bop::LocalSearchAssignmentIterator</a></div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8h_source.html#l00507">bop_ls.h:507</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_local_search_assignment_iterator_html_a1aecf270882e0c103c53773297b1d96a"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_local_search_assignment_iterator.html#a1aecf270882e0c103c53773297b1d96a">operations_research::bop::LocalSearchAssignmentIterator::LastReferenceAssignment</a></div><div class="ttdeci">const BopSolution & LastReferenceAssignment() const</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8h_source.html#l00536">bop_ls.h:536</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_local_search_assignment_iterator_html_a3910f2e32fea60320d748418ce5b263a"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_local_search_assignment_iterator.html#a3910f2e32fea60320d748418ce5b263a">operations_research::bop::LocalSearchAssignmentIterator::~LocalSearchAssignmentIterator</a></div><div class="ttdeci">~LocalSearchAssignmentIterator()</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8cc_source.html#l00704">bop_ls.cc:704</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_local_search_assignment_iterator_html_a4870d904356fd0dd17fba66908bcf76b"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_local_search_assignment_iterator.html#a4870d904356fd0dd17fba66908bcf76b">operations_research::bop::LocalSearchAssignmentIterator::SynchronizeSatWrapper</a></div><div class="ttdeci">void SynchronizeSatWrapper()</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8cc_source.html#l00729">bop_ls.cc:729</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_local_search_assignment_iterator_html_a5fff4dd0a189641f7b3702bbb73f2bbd"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_local_search_assignment_iterator.html#a5fff4dd0a189641f7b3702bbb73f2bbd">operations_research::bop::LocalSearchAssignmentIterator::UseTranspositionTable</a></div><div class="ttdeci">void UseTranspositionTable(bool v)</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8h_source.html#l00517">bop_ls.h:517</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_local_search_assignment_iterator_html_a764be64f3029f8b8e23511061d8de355"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_local_search_assignment_iterator.html#a764be64f3029f8b8e23511061d8de355">operations_research::bop::LocalSearchAssignmentIterator::DebugString</a></div><div class="ttdeci">std::string DebugString() const</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8cc_source.html#l00832">bop_ls.cc:832</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_local_search_assignment_iterator_html_a80a191adadd35414e44186a3ba68eb46"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_local_search_assignment_iterator.html#a80a191adadd35414e44186a3ba68eb46">operations_research::bop::LocalSearchAssignmentIterator::LocalSearchAssignmentIterator</a></div><div class="ttdeci">LocalSearchAssignmentIterator(const ProblemState &problem_state, int max_num_decisions, int max_num_broken_constraints, absl::BitGenRef random, SatWrapper *sat_wrapper)</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8cc_source.html#l00682">bop_ls.cc:682</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_local_search_assignment_iterator_html_a8f1bfe319bc18b89e2640d2ef1ec349a"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_local_search_assignment_iterator.html#a8f1bfe319bc18b89e2640d2ef1ec349a">operations_research::bop::LocalSearchAssignmentIterator::UsePotentialOneFlipRepairs</a></div><div class="ttdeci">void UsePotentialOneFlipRepairs(bool v)</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8h_source.html#l00518">bop_ls.h:518</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_local_search_assignment_iterator_html_a9f59c500f903e06edd072d136de593dd"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_local_search_assignment_iterator.html#a9f59c500f903e06edd072d136de593dd">operations_research::bop::LocalSearchAssignmentIterator::Synchronize</a></div><div class="ttdeci">void Synchronize(const ProblemState &problem_state)</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8cc_source.html#l00713">bop_ls.cc:713</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_local_search_assignment_iterator_html_ae525d235b02bcfc962d845e28f5f0125"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_local_search_assignment_iterator.html#ae525d235b02bcfc962d845e28f5f0125">operations_research::bop::LocalSearchAssignmentIterator::deterministic_time</a></div><div class="ttdeci">double deterministic_time() const</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8cc_source.html#l00828">bop_ls.cc:828</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_local_search_assignment_iterator_html_aef968fbdffce2e0ebe8fe66dc9a0922c"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_local_search_assignment_iterator.html#aef968fbdffce2e0ebe8fe66dc9a0922c">operations_research::bop::LocalSearchAssignmentIterator::BetterSolutionHasBeenFound</a></div><div class="ttdeci">bool BetterSolutionHasBeenFound() const</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8h_source.html#l00542">bop_ls.h:542</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_local_search_assignment_iterator_html_af283b6840eab8ab73202804b3bf0974b"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_local_search_assignment_iterator.html#af283b6840eab8ab73202804b3bf0974b">operations_research::bop::LocalSearchAssignmentIterator::NextAssignment</a></div><div class="ttdeci">bool NextAssignment()</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8cc_source.html#l00768">bop_ls.cc:768</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_local_search_optimizer_html"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_local_search_optimizer.html">operations_research::bop::LocalSearchOptimizer</a></div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8h_source.html#l00115">bop_ls.h:115</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_local_search_optimizer_html_adc358d296d20700f7019241c98b5b01f"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_local_search_optimizer.html#adc358d296d20700f7019241c98b5b01f">operations_research::bop::LocalSearchOptimizer::LocalSearchOptimizer</a></div><div class="ttdeci">LocalSearchOptimizer(const std::string &name, int max_num_decisions, absl::BitGenRef random, sat::SatSolver *sat_propagator)</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8cc_source.html#l00036">bop_ls.cc:36</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_local_search_optimizer_html_adccc3ffb94c7359656258de436e713c2"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_local_search_optimizer.html#adccc3ffb94c7359656258de436e713c2">operations_research::bop::LocalSearchOptimizer::~LocalSearchOptimizer</a></div><div class="ttdeci">~LocalSearchOptimizer() override</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8cc_source.html#l00047">bop_ls.cc:47</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_non_ordered_set_hasher_html"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_non_ordered_set_hasher.html">operations_research::bop::NonOrderedSetHasher</a></div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8h_source.html#l00204">bop_ls.h:204</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_non_ordered_set_hasher_html_a475d2bd8072f3c9df7b37581c4f1eca4"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_non_ordered_set_hasher.html#a475d2bd8072f3c9df7b37581c4f1eca4">operations_research::bop::NonOrderedSetHasher::IsInitialized</a></div><div class="ttdeci">bool IsInitialized() const</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8h_source.html#l00234">bop_ls.h:234</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_non_ordered_set_hasher_html_a5613775ea58662688e31056a3c7554be"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_non_ordered_set_hasher.html#a5613775ea58662688e31056a3c7554be">operations_research::bop::NonOrderedSetHasher::Initialize</a></div><div class="ttdeci">void Initialize(int size)</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8h_source.html#l00209">bop_ls.h:209</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_non_ordered_set_hasher_html_aa1f9a42f57883182823394f33faa1056"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_non_ordered_set_hasher.html#aa1f9a42f57883182823394f33faa1056">operations_research::bop::NonOrderedSetHasher::NonOrderedSetHasher</a></div><div class="ttdeci">NonOrderedSetHasher(absl::BitGenRef random)</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8h_source.html#l00206">bop_ls.h:206</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_non_ordered_set_hasher_html_aa740bc03f4c8e9548ab295d36c27cdba"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_non_ordered_set_hasher.html#aa740bc03f4c8e9548ab295d36c27cdba">operations_research::bop::NonOrderedSetHasher::Hash</a></div><div class="ttdeci">uint64_t Hash(IntType e) const</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8h_source.html#l00231">bop_ls.h:231</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_non_ordered_set_hasher_html_ab9c5d0014188ebd40f5eee23c2c77db3"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_non_ordered_set_hasher.html#ab9c5d0014188ebd40f5eee23c2c77db3">operations_research::bop::NonOrderedSetHasher::IgnoreElement</a></div><div class="ttdeci">void IgnoreElement(IntType e)</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8h_source.html#l00218">bop_ls.h:218</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_non_ordered_set_hasher_html_af3df20ae72c126728dd6424b94395f03"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_non_ordered_set_hasher.html#af3df20ae72c126728dd6424b94395f03">operations_research::bop::NonOrderedSetHasher::Hash</a></div><div class="ttdeci">uint64_t Hash(const std::vector< IntType > &set) const</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8h_source.html#l00223">bop_ls.h:223</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_one_flip_constraint_repairer_html"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_one_flip_constraint_repairer.html">operations_research::bop::OneFlipConstraintRepairer</a></div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8h_source.html#l00434">bop_ls.h:434</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_one_flip_constraint_repairer_html_a015715e6448827ceac0b0cbbb4b7eaca"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_one_flip_constraint_repairer.html#a015715e6448827ceac0b0cbbb4b7eaca">operations_research::bop::OneFlipConstraintRepairer::GetFlip</a></div><div class="ttdeci">sat::Literal GetFlip(ConstraintIndex ct_index, TermIndex term_index) const</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8cc_source.html#l00597">bop_ls.cc:597</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_one_flip_constraint_repairer_html_a21bf120b74c559d10caaea8309742eef"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_one_flip_constraint_repairer.html#a21bf120b74c559d10caaea8309742eef">operations_research::bop::OneFlipConstraintRepairer::kInvalidTerm</a></div><div class="ttdeci">static const TermIndex kInvalidTerm</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8h_source.html#l00449">bop_ls.h:449</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_one_flip_constraint_repairer_html_a3ec353a099d08e3d7632a849f9c73a54"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_one_flip_constraint_repairer.html#a3ec353a099d08e3d7632a849f9c73a54">operations_research::bop::OneFlipConstraintRepairer::ConstraintToRepair</a></div><div class="ttdeci">ConstraintIndex ConstraintToRepair() const</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8cc_source.html#l00497">bop_ls.cc:497</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_one_flip_constraint_repairer_html_a4650b705d23b018917acd5d41475090c"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_one_flip_constraint_repairer.html#a4650b705d23b018917acd5d41475090c">operations_research::bop::OneFlipConstraintRepairer::RepairIsValid</a></div><div class="ttdeci">bool RepairIsValid(ConstraintIndex ct_index, TermIndex term_index) const</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8cc_source.html#l00580">bop_ls.cc:580</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_one_flip_constraint_repairer_html_a5d0b9ffea8ed57b145ffbb1013f11e4b"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_one_flip_constraint_repairer.html#a5d0b9ffea8ed57b145ffbb1013f11e4b">operations_research::bop::OneFlipConstraintRepairer::NextRepairingTerm</a></div><div class="ttdeci">TermIndex NextRepairingTerm(ConstraintIndex ct_index, TermIndex init_term_index, TermIndex start_term_index) const</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8cc_source.html#l00550">bop_ls.cc:550</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_one_flip_constraint_repairer_html_ac6c337ac6e849eec72ab424f88d35902"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_one_flip_constraint_repairer.html#ac6c337ac6e849eec72ab424f88d35902">operations_research::bop::OneFlipConstraintRepairer::kInitTerm</a></div><div class="ttdeci">static const TermIndex kInitTerm</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8h_source.html#l00448">bop_ls.h:448</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_one_flip_constraint_repairer_html_ad010399ca9c7a1621b92dbfd409f39b8"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_one_flip_constraint_repairer.html#ad010399ca9c7a1621b92dbfd409f39b8">operations_research::bop::OneFlipConstraintRepairer::OneFlipConstraintRepairer</a></div><div class="ttdeci">OneFlipConstraintRepairer(const sat::LinearBooleanProblem &problem, const AssignmentAndConstraintFeasibilityMaintainer &maintainer, const sat::VariablesAssignment &sat_assignment)</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8cc_source.html#l00445">bop_ls.cc:445</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_one_flip_constraint_repairer_html_aef041a7abdb31fc3a000cf8fe185f500"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_one_flip_constraint_repairer.html#aef041a7abdb31fc3a000cf8fe185f500">operations_research::bop::OneFlipConstraintRepairer::kInvalidConstraint</a></div><div class="ttdeci">static const ConstraintIndex kInvalidConstraint</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8h_source.html#l00447">bop_ls.h:447</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_problem_state_html"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_problem_state.html">operations_research::bop::ProblemState</a></div><div class="ttdef"><b>Definition:</b> <a href="bop__base_8h_source.html#l00114">bop_base.h:114</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_sat_wrapper_html"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_sat_wrapper.html">operations_research::bop::SatWrapper</a></div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8h_source.html#l00051">bop_ls.h:51</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_sat_wrapper_html_a3adc33c0c8891314820bd37a91653694"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_sat_wrapper.html#a3adc33c0c8891314820bd37a91653694">operations_research::bop::SatWrapper::SatWrapper</a></div><div class="ttdeci">SatWrapper(sat::SatSolver *sat_solver)</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8cc_source.html#l00624">bop_ls.cc:624</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_sat_wrapper_html_a5a82cd9f3923936066ceeb27a027fea6"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_sat_wrapper.html#a5a82cd9f3923936066ceeb27a027fea6">operations_research::bop::SatWrapper::BacktrackOneLevel</a></div><div class="ttdeci">void BacktrackOneLevel()</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8cc_source.html#l00663">bop_ls.cc:663</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_sat_wrapper_html_a66b3ae33b0200f399c9145d707ff7887"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_sat_wrapper.html#a66b3ae33b0200f399c9145d707ff7887">operations_research::bop::SatWrapper::BacktrackAll</a></div><div class="ttdeci">void BacktrackAll()</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8cc_source.html#l00626">bop_ls.cc:626</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_sat_wrapper_html_a72222e224336a01b889afd6cd47bee14"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_sat_wrapper.html#a72222e224336a01b889afd6cd47bee14">operations_research::bop::SatWrapper::FullSatTrail</a></div><div class="ttdeci">std::vector< sat::Literal > FullSatTrail() const</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8cc_source.html#l00628">bop_ls.cc:628</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_sat_wrapper_html_a93950a274a35f37cbe2a5a0932232da6"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_sat_wrapper.html#a93950a274a35f37cbe2a5a0932232da6">operations_research::bop::SatWrapper::ApplyDecision</a></div><div class="ttdeci">int ApplyDecision(sat::Literal decision_literal, std::vector< sat::Literal > *propagated_literals)</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8cc_source.html#l00637">bop_ls.cc:637</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_sat_wrapper_html_aa808ac715d17a9e4891930daf5d3ac62"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_sat_wrapper.html#aa808ac715d17a9e4891930daf5d3ac62">operations_research::bop::SatWrapper::ExtractLearnedInfo</a></div><div class="ttdeci">void ExtractLearnedInfo(LearnedInfo *info)</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8cc_source.html#l00670">bop_ls.cc:670</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_sat_wrapper_html_ad2a33e1d9335cce63548abed6b5c8aab"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_sat_wrapper.html#ad2a33e1d9335cce63548abed6b5c8aab">operations_research::bop::SatWrapper::IsModelUnsat</a></div><div class="ttdeci">bool IsModelUnsat() const</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8h_source.html#l00063">bop_ls.h:63</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_sat_wrapper_html_ad5d7d187cc8a2b70a360d4cede96cfe9"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_sat_wrapper.html#ad5d7d187cc8a2b70a360d4cede96cfe9">operations_research::bop::SatWrapper::SatAssignment</a></div><div class="ttdeci">const sat::VariablesAssignment & SatAssignment() const</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8h_source.html#l00066">bop_ls.h:66</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1bop_1_1_sat_wrapper_html_ae525d235b02bcfc962d845e28f5f0125"><div class="ttname"><a href="classoperations__research_1_1bop_1_1_sat_wrapper.html#ae525d235b02bcfc962d845e28f5f0125">operations_research::bop::SatWrapper::deterministic_time</a></div><div class="ttdeci">double deterministic_time() const</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8cc_source.html#l00674">bop_ls.cc:674</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1sat_1_1_linear_boolean_problem_html"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_boolean_problem.html">operations_research::sat::LinearBooleanProblem</a></div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8h_source.html#l00711">boolean_problem.pb.h:712</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1sat_1_1_literal_html"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_literal.html">operations_research::sat::Literal</a></div><div class="ttdef"><b>Definition:</b> <a href="sat__base_8h_source.html#l00066">sat_base.h:66</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1sat_1_1_sat_solver_html"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_sat_solver.html">operations_research::sat::SatSolver</a></div><div class="ttdef"><b>Definition:</b> <a href="sat__solver_8h_source.html#l00058">sat_solver.h:58</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1sat_1_1_sat_solver_html_a4793952607a98dfddfbcc17abfabbb4b"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_sat_solver.html#a4793952607a98dfddfbcc17abfabbb4b">operations_research::sat::SatSolver::Assignment</a></div><div class="ttdeci">const VariablesAssignment & Assignment() const</div><div class="ttdef"><b>Definition:</b> <a href="sat__solver_8h_source.html#l00363">sat_solver.h:363</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1sat_1_1_sat_solver_html_ad2a33e1d9335cce63548abed6b5c8aab"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_sat_solver.html#ad2a33e1d9335cce63548abed6b5c8aab">operations_research::sat::SatSolver::IsModelUnsat</a></div><div class="ttdeci">bool IsModelUnsat() const</div><div class="ttdef"><b>Definition:</b> <a href="sat__solver_8h_source.html#l00137">sat_solver.h:137</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1sat_1_1_variables_assignment_html"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_variables_assignment.html">operations_research::sat::VariablesAssignment</a></div><div class="ttdef"><b>Definition:</b> <a href="sat__base_8h_source.html#l00124">sat_base.h:124</a></div></div>
<div class="ttc" id="aconstraint__solver_2table_8cc_html_acb18315d548212835cd8ed4287e6c0b6"><div class="ttname"><a href="constraint__solver_2table_8cc.html#acb18315d548212835cd8ed4287e6c0b6">a</a></div><div class="ttdeci">int64_t a</div><div class="ttdef"><b>Definition:</b> <a href="constraint__solver_2table_8cc_source.html#l00046">constraint_solver/table.cc:46</a></div></div>
<div class="ttc" id="acp__model__fz__solver_8cc_html_a10a1eab179b472c030bdc2a2efef7219"><div class="ttname"><a href="cp__model__fz__solver_8cc.html#a10a1eab179b472c030bdc2a2efef7219">parameters</a></div><div class="ttdeci">SatParameters parameters</div><div class="ttdef"><b>Definition:</b> <a href="cp__model__fz__solver_8cc_source.html#l00120">cp_model_fz_solver.cc:120</a></div></div>
<div class="ttc" id="acp__model__solver_8cc_html_aec8af5c1be4e1b6d4330e1161028de21"><div class="ttname"><a href="cp__model__solver_8cc.html#aec8af5c1be4e1b6d4330e1161028de21">time_limit</a></div><div class="ttdeci">ModelSharedTimeLimit * time_limit</div><div class="ttdef"><b>Definition:</b> <a href="cp__model__solver_8cc_source.html#l01941">cp_model_solver.cc:1941</a></div></div>
<div class="ttc" id="ademon__profiler_8cc_html_ac072af30c4ffbc834bb4c681f6ecb514"><div class="ttname"><a href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a></div><div class="ttdeci">int64_t value</div><div class="ttdef"><b>Definition:</b> <a href="demon__profiler_8cc_source.html#l00044">demon_profiler.cc:44</a></div></div>
<div class="ttc" id="aexpr__array_8cc_html_a472a99923cbe11ae7b5a5d157d9ad465"><div class="ttname"><a href="expr__array_8cc.html#a472a99923cbe11ae7b5a5d157d9ad465">var</a></div><div class="ttdeci">IntVar * var</div><div class="ttdef"><b>Definition:</b> <a href="expr__array_8cc_source.html#l01874">expr_array.cc:1874</a></div></div>
<div class="ttc" id="ahash_8h_html"><div class="ttname"><a href="hash_8h.html">hash.h</a></div></div>
<div class="ttc" id="amatrix__utils_8cc_html_a95d4078c018ac04247ee3785eab30e7b"><div class="ttname"><a href="matrix__utils_8cc.html#a95d4078c018ac04247ee3785eab30e7b">hash</a></div><div class="ttdeci">int64_t hash</div><div class="ttdef"><b>Definition:</b> <a href="matrix__utils_8cc_source.html#l00061">matrix_utils.cc:61</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html"><div class="ttname"><a href="namespaceoperations__research.html">operations_research</a></div><div class="ttdoc">Collection of objects used to extend the Constraint Solver library.</div><div class="ttdef"><b>Definition:</b> <a href="dense__doubly__linked__list_8h_source.html#l00021">dense_doubly_linked_list.h:21</a></div></div>
<div class="ttc" id="aoptimization_8cc_html_af63dcc00f2023fdf498e0829e6fb8a6b"><div class="ttname"><a href="optimization_8cc.html#af63dcc00f2023fdf498e0829e6fb8a6b">literal</a></div><div class="ttdeci">Literal literal</div><div class="ttdef"><b>Definition:</b> <a href="optimization_8cc_source.html#l00085">optimization.cc:85</a></div></div>
<div class="ttc" id="apack_8cc_html_a4255f714cea26cdd64f6a0ee72d34a8c"><div class="ttname"><a href="pack_8cc.html#a4255f714cea26cdd64f6a0ee72d34a8c">weight</a></div><div class="ttdeci">int64_t weight</div><div class="ttdef"><b>Definition:</b> <a href="pack_8cc_source.html#l00510">pack.cc:510</a></div></div>
<div class="ttc" id="apack_8cc_html_a750b5d744c39a06bfb13e6eb010e35d0"><div class="ttname"><a href="pack_8cc.html#a750b5d744c39a06bfb13e6eb010e35d0">index</a></div><div class="ttdeci">int index</div><div class="ttdef"><b>Definition:</b> <a href="pack_8cc_source.html#l00509">pack.cc:509</a></div></div>
<div class="ttc" id="aresource_8cc_html_af12056bc2a8e3ec563f0940d87abbd2e"><div class="ttname"><a href="resource_8cc.html#af12056bc2a8e3ec563f0940d87abbd2e">delta</a></div><div class="ttdeci">int64_t delta</div><div class="ttdef"><b>Definition:</b> <a href="resource_8cc_source.html#l01692">resource.cc:1692</a></div></div>
<div class="ttc" id="asat__solver_8h_html"><div class="ttname"><a href="sat__solver_8h.html">sat_solver.h</a></div></div>
<div class="ttc" id="astrong__vector_8h_html"><div class="ttname"><a href="strong__vector_8h.html">strong_vector.h</a></div></div>
<div class="ttc" id="astructoperations__research_1_1bop_1_1_learned_info_html"><div class="ttname"><a href="structoperations__research_1_1bop_1_1_learned_info.html">operations_research::bop::LearnedInfo</a></div><div class="ttdef"><b>Definition:</b> <a href="bop__base_8h_source.html#l00248">bop_base.h:248</a></div></div>
<div class="ttc" id="astructoperations__research_1_1bop_1_1_one_flip_constraint_repairer_1_1_constraint_term_html"><div class="ttname"><a href="structoperations__research_1_1bop_1_1_one_flip_constraint_repairer_1_1_constraint_term.html">operations_research::bop::OneFlipConstraintRepairer::ConstraintTerm</a></div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8h_source.html#l00482">bop_ls.h:482</a></div></div>
<div class="ttc" id="astructoperations__research_1_1bop_1_1_one_flip_constraint_repairer_1_1_constraint_term_html_a40429d7fbb63c4c4a17dc9128fcea503"><div class="ttname"><a href="structoperations__research_1_1bop_1_1_one_flip_constraint_repairer_1_1_constraint_term.html#a40429d7fbb63c4c4a17dc9128fcea503">operations_research::bop::OneFlipConstraintRepairer::ConstraintTerm::var</a></div><div class="ttdeci">VariableIndex var</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8h_source.html#l00484">bop_ls.h:484</a></div></div>
<div class="ttc" id="astructoperations__research_1_1bop_1_1_one_flip_constraint_repairer_1_1_constraint_term_html_a4255f714cea26cdd64f6a0ee72d34a8c"><div class="ttname"><a href="structoperations__research_1_1bop_1_1_one_flip_constraint_repairer_1_1_constraint_term.html#a4255f714cea26cdd64f6a0ee72d34a8c">operations_research::bop::OneFlipConstraintRepairer::ConstraintTerm::weight</a></div><div class="ttdeci">int64_t weight</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8h_source.html#l00485">bop_ls.h:485</a></div></div>
<div class="ttc" id="astructoperations__research_1_1bop_1_1_one_flip_constraint_repairer_1_1_constraint_term_html_aa1ef891bc5fea48fd942943e92a32fb5"><div class="ttname"><a href="structoperations__research_1_1bop_1_1_one_flip_constraint_repairer_1_1_constraint_term.html#aa1ef891bc5fea48fd942943e92a32fb5">operations_research::bop::OneFlipConstraintRepairer::ConstraintTerm::ConstraintTerm</a></div><div class="ttdeci">ConstraintTerm(VariableIndex v, int64_t w)</div><div class="ttdef"><b>Definition:</b> <a href="bop__ls_8h_source.html#l00483">bop_ls.h:483</a></div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<!-- HTML footer for doxygen 1.8.18-->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_a7cc1eeded8f693d0da6c729bc88c45a.html">ortools</a></li><li class="navelem"><a class="el" href="dir_749f8352630e023f1ab8040461e5d795.html">bop</a></li><li class="navelem"><a class="el" href="bop__ls_8h.html">bop_ls.h</a></li>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.9.2 </li>
</ul>
</div>
</body>
</html>
|
google/or-tools
|
docs/cpp/bop__ls_8h_source.html
|
HTML
|
apache-2.0
| 179,222
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>tesseract: Class Members</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">tesseract
 <span id="projectnumber">4.00.00dev</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</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">
$(document).ready(function(){initNavTree('functions_t.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="contents">
<div class="textblock">Here is a list of all class members with links to the classes they belong to:</div>
<h3><a id="index_t"></a>- t -</h3><ul>
<li>t()
: <a class="el" href="a04645.html#ac2d508ecc9586d12c2617134c4996427">tesseract::StrideMap::Index</a>
</li>
<li>TabConstraint()
: <a class="el" href="a04833.html#ab385d0b05f6dd4e88f7924cfdc03be39">tesseract::TabConstraint</a>
</li>
<li>TabEventHandler()
: <a class="el" href="a04697.html#a2fd63782d8b8a3832c1d6ffe0225eb9d">tesseract::TabEventHandler< G ></a>
</li>
<li>TabFind()
: <a class="el" href="a04813.html#aa276c6c246bbde8c13131c2b3f41a454">tesseract::TabFind</a>
</li>
<li>table_gap()
: <a class="el" href="a04777.html#a4e9ecf4f9ab09454c84474ef21e06e89">GAPMAP</a>
</li>
<li>table_grid_
: <a class="el" href="a04821.html#aba8f5765a3c7bbe13bee05b94308fec1">tesseract::TableFinder</a>
</li>
<li>TableFinder()
: <a class="el" href="a04821.html#a4df3eb2b591c4b8777339e2a300316cf">tesseract::TableFinder</a>
</li>
<li>TableRecognizer()
: <a class="el" href="a04829.html#af82ad8abb0e3f94edb554594b9e41b55">tesseract::TableRecognizer</a>
</li>
<li>TabVector()
: <a class="el" href="a04837.html#a56f63a225dac8123e3f96caae3b50f38">tesseract::TabVector</a>
</li>
<li>tail
: <a class="el" href="a05085.html#a8526d72041f8fd3fc5c0954b2bd23ca0">tesseract::FRAGMENT</a>
</li>
<li>tailpt
: <a class="el" href="a05085.html#a5d8660627c2f55ce4c8ad14f1b5813d4">tesseract::FRAGMENT</a>
</li>
<li>TakePage()
: <a class="el" href="a02597.html#a7912827934547587ba1a38c9c02afc1e">tesseract::DocumentData</a>
</li>
<li>TAN
: <a class="el" href="a05001.html#a100504544a5423a94222149ee9ed0fe8a05e31bc1a8f812e366380281a5a4a143">ScrollView</a>
</li>
<li>target_win_
: <a class="el" href="a04565.html#a1334ac45f796dbfae23d7c13462df782">tesseract::LSTMTrainer</a>
</li>
<li>TBLOB()
: <a class="el" href="a02517.html#aba17a476d90e090c542229a7930468ee">TBLOB</a>
</li>
<li>TBOX()
: <a class="el" href="a02729.html#ae0ff3f08b18219201a1e4de08a359374">TBOX</a>
</li>
<li>Temp
: <a class="el" href="a04101.html#a72bae94de2c63cca7f4e00ca8874b556">ADAPTED_CONFIG</a>
</li>
<li>TempConfigReliable()
: <a class="el" href="a04121.html#a786c5f6e2a5cd8aac2ed4dd89af84fea">tesseract::Classify</a>
</li>
<li>Templates
: <a class="el" href="a04109.html#a592229e83546c1b6840e7862b92a0629">ADAPT_TEMPLATES_STRUCT</a>
, <a class="el" href="a04117.html#a88e8ec3116b1ca5e8c0a57a2236f83ed">PROTO_KEY</a>
</li>
<li>TempProtoMask
: <a class="el" href="a04121.html#a26b1c76382f418bf5a78bad15b23b8ad">tesseract::Classify</a>
</li>
<li>TempProtos
: <a class="el" href="a04105.html#a879b5ee2f46335fe784fd4c266f8a37c">ADAPT_CLASS_STRUCT</a>
</li>
<li>terminal
: <a class="el" href="a04789.html#aad85bb77d2c329c43abd41e854183f1d">FPCUTPT</a>
, <a class="el" href="a04793.html#a5e21f19a9e0d86f3009dc96a776f0199">FPSEGPT</a>
</li>
<li>terrible_word_crunch()
: <a class="el" href="a02481.html#a12c9ef89f1b328cb272cae894895b2c7">tesseract::Tesseract</a>
</li>
<li>tess_acceptable_word()
: <a class="el" href="a02481.html#ae333d858e257bbd5ac32eeb4aff2b19e">tesseract::Tesseract</a>
</li>
<li>tess_accepted
: <a class="el" href="a02661.html#aa5509c182ff49d19cd95cd720ddf4d1a">WERD_RES</a>
</li>
<li>tess_add_doc_word()
: <a class="el" href="a02481.html#aa045a47d72bff5e7b987046483a3165f">tesseract::Tesseract</a>
</li>
<li>tess_bn_matching
: <a class="el" href="a04121.html#a85fcc9966cddbc38adf1014dd0cd778c">tesseract::Classify</a>
</li>
<li>TESS_CHAR()
: <a class="el" href="a02317.html#ad9c35da31a6b36d0cf1dd9dce0572da4">tesseract::TESS_CHAR</a>
</li>
<li>tess_cn_matching
: <a class="el" href="a04121.html#a746dbbd1c99e99f3d213077cceedf80e">tesseract::Classify</a>
</li>
<li>tess_failed
: <a class="el" href="a02661.html#ae15f8f88b29e06811c9f821b9fb4af1f">WERD_RES</a>
</li>
<li>tess_segment_pass_n()
: <a class="el" href="a02481.html#a3b191f48cb43dc1796b039650f7de09a">tesseract::Tesseract</a>
</li>
<li>tess_would_adapt
: <a class="el" href="a02661.html#ad78596ae5c32eb2806f2e5acc61115a4">WERD_RES</a>
</li>
<li>TessBaseAPI()
: <a class="el" href="a02325.html#a3bc4277652df23eaeccd0629f2b1419d">tesseract::TessBaseAPI</a>
</li>
<li>TessBoxTextRenderer()
: <a class="el" href="a02353.html#ac9fd39e28f62f675129b04238b845509">tesseract::TessBoxTextRenderer</a>
</li>
<li>TessClassifier()
: <a class="el" href="a04349.html#a136f93886e941ec3ca91862b0017c502">tesseract::TessClassifier</a>
</li>
<li>tessdata_dawg_type_
: <a class="el" href="a04397.html#a30df24a0c9027faf87d44fca4efc580e">tesseract::DawgLoader</a>
</li>
<li>TessdataManager()
: <a class="el" href="a04021.html#af776d5d04c22626406d818c2cd836b0e">tesseract::TessdataManager</a>
</li>
<li>TessdataTypeFromFileName()
: <a class="el" href="a04021.html#a9f671f5276b7eb0ec0543ce2ffbcdab4">tesseract::TessdataManager</a>
</li>
<li>TessdataTypeFromFileSuffix()
: <a class="el" href="a04021.html#af2828ec9ed8028cb6f202f7e10d8de1b">tesseract::TessdataManager</a>
</li>
<li>tessedit_adaption_debug
: <a class="el" href="a02481.html#ae2830acff3553afdeca1be9caa42ec6c">tesseract::Tesseract</a>
</li>
<li>tessedit_ambigs_training
: <a class="el" href="a02481.html#aeed33f786b5c71bf0b47452c76bf0c8a">tesseract::Tesseract</a>
</li>
<li>tessedit_bigram_debug
: <a class="el" href="a02481.html#ad9642eb80c64d2a28542c15a9fc7d297">tesseract::Tesseract</a>
</li>
<li>tessedit_certainty_threshold
: <a class="el" href="a05089.html#a57ae3e0529a624fd3677f96d5b43fcc8">tesseract::Wordrec</a>
</li>
<li>tessedit_char_blacklist
: <a class="el" href="a02481.html#a0dadc9e8bcb8c1076dac55bb8b5a179b">tesseract::Tesseract</a>
</li>
<li>tessedit_char_unblacklist
: <a class="el" href="a02481.html#a65dd68b456543fdd40987f2fac0d3ced">tesseract::Tesseract</a>
</li>
<li>tessedit_char_whitelist
: <a class="el" href="a02481.html#aba81894cd2dc9f32e71da97cabad5580">tesseract::Tesseract</a>
</li>
<li>tessedit_class_miss_scale
: <a class="el" href="a04121.html#a0be36efceb5fcf41dfbc032516af2ace">tesseract::Classify</a>
</li>
<li>tessedit_consistent_reps
: <a class="el" href="a02481.html#a440e3e728e139af4549e6f456a52ea89">tesseract::Tesseract</a>
</li>
<li>tessedit_create_boxfile
: <a class="el" href="a02481.html#a83f5ef8e7e6410b8a5c1220f96c7f244">tesseract::Tesseract</a>
</li>
<li>tessedit_create_hocr
: <a class="el" href="a02481.html#a843cff0b614a5a71e5a00302011c811c">tesseract::Tesseract</a>
</li>
<li>tessedit_create_pdf
: <a class="el" href="a02481.html#a6b3c041ec4f771df4271146f1fe03778">tesseract::Tesseract</a>
</li>
<li>tessedit_create_tsv
: <a class="el" href="a02481.html#ac50a4ceb1df71e0e42f7f282b4f4282b">tesseract::Tesseract</a>
</li>
<li>tessedit_create_txt
: <a class="el" href="a02481.html#ae5ae87a485bef4ed0eeeea7145156b25">tesseract::Tesseract</a>
</li>
<li>tessedit_debug_block_rejection
: <a class="el" href="a02481.html#afe2ceb83896ec93f0add94703dee79ce">tesseract::Tesseract</a>
</li>
<li>tessedit_debug_doc_rejection
: <a class="el" href="a02481.html#a9771a56b87e31325c043fa195d6885ec">tesseract::Tesseract</a>
</li>
<li>tessedit_debug_fonts
: <a class="el" href="a02481.html#a0f66184981a2875773aad0b4c0dc210c">tesseract::Tesseract</a>
</li>
<li>tessedit_debug_quality_metrics
: <a class="el" href="a02481.html#a68f5ca69771b04373ed13ee1b3d8f18b">tesseract::Tesseract</a>
</li>
<li>tessedit_display_outwords
: <a class="el" href="a02481.html#a25ed767b346d06161940bd2288d137b9">tesseract::Tesseract</a>
</li>
<li>tessedit_dont_blkrej_good_wds
: <a class="el" href="a02481.html#a00cc24fc46a2c217ff7e614f4ac0db39">tesseract::Tesseract</a>
</li>
<li>tessedit_dont_rowrej_good_wds
: <a class="el" href="a02481.html#a1ede84f4a4f39a9b6f5376ea36907b98">tesseract::Tesseract</a>
</li>
<li>tessedit_dump_choices
: <a class="el" href="a02481.html#a85331ba1dacadbd9d9e6246b279f8f97">tesseract::Tesseract</a>
</li>
<li>tessedit_dump_pageseg_images
: <a class="el" href="a02481.html#ab688274e3e7541fa9692c6f86d8cd698">tesseract::Tesseract</a>
</li>
<li>tessedit_enable_bigram_correction
: <a class="el" href="a02481.html#a41e9f6171e3dddf77b16fecab0016375">tesseract::Tesseract</a>
</li>
<li>tessedit_enable_dict_correction
: <a class="el" href="a02481.html#a2d143387187922d0ea471164dbf1f228">tesseract::Tesseract</a>
</li>
<li>tessedit_enable_doc_dict
: <a class="el" href="a02481.html#a8c1e482784c433ed2d49d2da708a3d29">tesseract::Tesseract</a>
</li>
<li>tessedit_fix_fuzzy_spaces
: <a class="el" href="a02481.html#a06f65b0780b3a888457de0752113cfd5">tesseract::Tesseract</a>
</li>
<li>tessedit_fix_hyphens
: <a class="el" href="a02481.html#ae48c51204ebe816f206908a0cae64924">tesseract::Tesseract</a>
</li>
<li>tessedit_flip_0O
: <a class="el" href="a02481.html#a4729d7c00484004f2f87218407594d98">tesseract::Tesseract</a>
</li>
<li>tessedit_good_doc_still_rowrej_wd
: <a class="el" href="a02481.html#afe905eb6b5f607815ccff87755af5d30">tesseract::Tesseract</a>
</li>
<li>tessedit_good_quality_unrej
: <a class="el" href="a02481.html#ab72bc025f4efb212ec99ee21091d7f10">tesseract::Tesseract</a>
</li>
<li>tessedit_image_border
: <a class="el" href="a02481.html#a4631ac58cd47c62c7d680fb6c04bf9d0">tesseract::Tesseract</a>
</li>
<li>tessedit_init_config_only
: <a class="el" href="a02481.html#a4934fe9a231c4c7e07513898ff32ad1a">tesseract::Tesseract</a>
</li>
<li>tessedit_load_sublangs
: <a class="el" href="a02481.html#a3529ea9f2be668eed73c044a665e6bdd">tesseract::Tesseract</a>
</li>
<li>tessedit_lower_flip_hyphen
: <a class="el" href="a02481.html#a2ac79fb2f98c546315574f988286597a">tesseract::Tesseract</a>
</li>
<li>tessedit_make_boxes_from_boxes
: <a class="el" href="a02481.html#ab079fbbd71433f3de894f912e5b11e6d">tesseract::Tesseract</a>
</li>
<li>tessedit_matcher_log
: <a class="el" href="a02481.html#a862470c196a9fb148f65a746c9b9857d">tesseract::Tesseract</a>
</li>
<li>tessedit_minimal_rej_pass1
: <a class="el" href="a02481.html#a6c90c990768b60d5c9fb3148edaf70e9">tesseract::Tesseract</a>
</li>
<li>tessedit_minimal_rejection
: <a class="el" href="a02481.html#a6e01f7c9333f2efa42498c99a0e5be53">tesseract::Tesseract</a>
</li>
<li>tessedit_ocr_engine_mode
: <a class="el" href="a02481.html#a889d9ac1b8ff48124d41e0d2254fad32">tesseract::Tesseract</a>
</li>
<li>tessedit_ok_mode
: <a class="el" href="a02481.html#aa58e6e00d601a5194960638574ef9ba6">tesseract::Tesseract</a>
</li>
<li>tessedit_override_permuter
: <a class="el" href="a02481.html#ac8687ff521ac4877bfcd5328832e30be">tesseract::Tesseract</a>
</li>
<li>tessedit_page_number
: <a class="el" href="a02481.html#a9ea498e7c3d83469257493f8900c3922">tesseract::Tesseract</a>
</li>
<li>tessedit_pageseg_mode
: <a class="el" href="a02481.html#a053d30f2b3df317e0d12e4a64f10d831">tesseract::Tesseract</a>
</li>
<li>tessedit_parallelize
: <a class="el" href="a02481.html#ac6f6a4356167ad8933a615eee41eca96">tesseract::Tesseract</a>
</li>
<li>tessedit_prefer_joined_punct
: <a class="el" href="a02481.html#a4701b35a81d1af098b643453569c439f">tesseract::Tesseract</a>
</li>
<li>tessedit_preserve_blk_rej_perfect_wds
: <a class="el" href="a02481.html#acf0428aa8b6b2390e5ba2c5f185b7f49">tesseract::Tesseract</a>
</li>
<li>tessedit_preserve_min_wd_len
: <a class="el" href="a02481.html#a98362ec97923314723dbeb56fd2528fd">tesseract::Tesseract</a>
</li>
<li>tessedit_preserve_row_rej_perfect_wds
: <a class="el" href="a02481.html#a1ac173c27cc204ef8efa50dc7476296a">tesseract::Tesseract</a>
</li>
<li>tessedit_redo_xheight
: <a class="el" href="a02481.html#ae7e4eebbcbe8a506f4dac85027a714b3">tesseract::Tesseract</a>
</li>
<li>tessedit_reject_bad_qual_wds
: <a class="el" href="a02481.html#a4a426a366547fd63b58db52447f9840a">tesseract::Tesseract</a>
</li>
<li>tessedit_reject_block_percent
: <a class="el" href="a02481.html#ae1f650e4873b5842f2ae57a3055868c9">tesseract::Tesseract</a>
</li>
<li>tessedit_reject_doc_percent
: <a class="el" href="a02481.html#a0c689f16fb64963ca30f7b0fddbea414">tesseract::Tesseract</a>
</li>
<li>tessedit_reject_mode
: <a class="el" href="a02481.html#afd16a6bbb6b528b9b5fe57748a240795">tesseract::Tesseract</a>
</li>
<li>tessedit_reject_row_percent
: <a class="el" href="a02481.html#a73cfd99b1d3cd76679efa1a19a4e1d1a">tesseract::Tesseract</a>
</li>
<li>tessedit_rejection_debug
: <a class="el" href="a02481.html#ab92cd0aa3a10873a0ce6f28666063a2a">tesseract::Tesseract</a>
</li>
<li>tessedit_resegment_from_boxes
: <a class="el" href="a02481.html#a62f5e64459a2d2a15526c3229c12e6a0">tesseract::Tesseract</a>
</li>
<li>tessedit_resegment_from_line_boxes
: <a class="el" href="a02481.html#a7fc8d9323b89b20e8d153eef861266b8">tesseract::Tesseract</a>
</li>
<li>tessedit_row_rej_good_docs
: <a class="el" href="a02481.html#ade40da20d4ed20ac262fb25b50757623">tesseract::Tesseract</a>
</li>
<li>tessedit_single_match
: <a class="el" href="a04121.html#a96f1213af9f43f2ec0ab9e22f32da3b6">tesseract::Classify</a>
</li>
<li>tessedit_tess_adaption_mode
: <a class="el" href="a02481.html#a0bf402e18a4253490a46b6a37bf3d67d">tesseract::Tesseract</a>
</li>
<li>tessedit_test_adaption
: <a class="el" href="a02481.html#a4442b2aaadb400453163da233cdd4c5c">tesseract::Tesseract</a>
</li>
<li>tessedit_test_adaption_mode
: <a class="el" href="a02481.html#a4ee55c72bdb74c365975becebd647686">tesseract::Tesseract</a>
</li>
<li>tessedit_timing_debug
: <a class="el" href="a02481.html#adae1d6ea4f51b3c71902855714d8c091">tesseract::Tesseract</a>
</li>
<li>tessedit_train_from_boxes
: <a class="el" href="a02481.html#a95bb008c7903633f1f3cd50540c05742">tesseract::Tesseract</a>
</li>
<li>tessedit_train_line_recognizer
: <a class="el" href="a02481.html#a6d07030a800baa51ecde2b96e4fef648">tesseract::Tesseract</a>
</li>
<li>tessedit_truncate_wordchoice_log
: <a class="el" href="a04413.html#a5b1b181a4638784a6225a508b810dbc9">tesseract::Dict</a>
</li>
<li>tessedit_unrej_any_wd
: <a class="el" href="a02481.html#aec01ad16a705e92500c6dc8f209ab9f8">tesseract::Tesseract</a>
</li>
<li>tessedit_upper_flip_hyphen
: <a class="el" href="a02481.html#ae9252fab2fd86a0d3c28be1027bd5976">tesseract::Tesseract</a>
</li>
<li>tessedit_use_primary_params_model
: <a class="el" href="a02481.html#a7bce06374ffad34b8fc7a2a2432f09df">tesseract::Tesseract</a>
</li>
<li>tessedit_use_reject_spaces
: <a class="el" href="a02481.html#aad38132f39f060b3bf998f316abb4d76">tesseract::Tesseract</a>
</li>
<li>tessedit_whole_wd_rej_row_percent
: <a class="el" href="a02481.html#a7124d6d656fc163de05f88b6e31e9681">tesseract::Tesseract</a>
</li>
<li>tessedit_word_for_word
: <a class="el" href="a02481.html#a69b602d95b2c2e94dae12140162b8848">tesseract::Tesseract</a>
</li>
<li>tessedit_write_block_separators
: <a class="el" href="a02481.html#a0c5a81f4f815bde0c1396d1ea5c12625">tesseract::Tesseract</a>
</li>
<li>tessedit_write_images
: <a class="el" href="a02481.html#ab0c56686c9d207a42e67ba1f8c31a00b">tesseract::Tesseract</a>
</li>
<li>tessedit_write_params_to_file
: <a class="el" href="a02481.html#aab9cea62fdb495489cf6bad6d70f40ed">tesseract::Tesseract</a>
</li>
<li>tessedit_write_rep_codes
: <a class="el" href="a02481.html#ac87e0c9b10d86c5fa4f2b510a44dfeed">tesseract::Tesseract</a>
</li>
<li>tessedit_write_unlv
: <a class="el" href="a02481.html#a86c6f34b0388d11a0c63cd468947a4ad">tesseract::Tesseract</a>
</li>
<li>tessedit_zero_kelvin_rejection
: <a class="el" href="a02481.html#abf9b2dd2d900dccfa3a7d05e750cd13e">tesseract::Tesseract</a>
</li>
<li>tessedit_zero_rejection
: <a class="el" href="a02481.html#a8ad03214a06d9531a0dae0a80207baaf">tesseract::Tesseract</a>
</li>
<li>tesseract
: <a class="el" href="a02405.html#a5da081347843c94b7ac08923e93067ca">tesseract::BlobData</a>
, <a class="el" href="a01758.html#gac16fdadc30b12935b793be4a42ad8448">tesseract::TessBaseAPI</a>
</li>
<li>Tesseract()
: <a class="el" href="a02481.html#acb222c1c275843998e343f0ed65cefd6">tesseract::Tesseract</a>
</li>
<li>tesseract
: <a class="el" href="a02661.html#a2e616f878c75833272f3f800827c2db6">WERD_RES</a>
</li>
<li>tesseract_
: <a class="el" href="a02401.html#acca34c1adcf494eca7dfefe74258f991">tesseract::PageIterator</a>
, <a class="el" href="a02325.html#a247f50792f581df05afe336a2aeda402">tesseract::TessBaseAPI</a>
</li>
<li>TesseractExtractResult()
: <a class="el" href="a01759.html#ga554e33b4a8fa10ccd2200698ded6753d">tesseract::TessBaseAPI</a>
</li>
<li>TesseractRect()
: <a class="el" href="a02325.html#ad34c56e08d999ece9972f4c9a9301f93">tesseract::TessBaseAPI</a>
</li>
<li>TesseractStats()
: <a class="el" href="a02473.html#a438204777e63cb7db6536ceef2e2231e">tesseract::TesseractStats</a>
</li>
<li>TessHOcrRenderer()
: <a class="el" href="a02337.html#a3c6a1ec7ca443265eb0f9f899a3222b6">tesseract::TessHOcrRenderer</a>
</li>
<li>TESSLINE()
: <a class="el" href="a02513.html#a6b7fcac9c93825cc85a07a359c26011e">TESSLINE</a>
</li>
<li>TessOsdRenderer()
: <a class="el" href="a02357.html#a1e97a00a208d138231e183fb4cadb5e0">tesseract::TessOsdRenderer</a>
</li>
<li>TessPDFRenderer()
: <a class="el" href="a02345.html#a4ff55bbec1804046807e0588cc2463ef">tesseract::TessPDFRenderer</a>
</li>
<li>TessResultRenderer()
: <a class="el" href="a02329.html#af05c5f7be48946d521660f05323417e7">tesseract::TessResultRenderer</a>
</li>
<li>TessTextRenderer()
: <a class="el" href="a02333.html#aa6c433dfda1a340c0c38d8537123222b">tesseract::TessTextRenderer</a>
</li>
<li>TessTsvRenderer()
: <a class="el" href="a02341.html#a3707f0ed415d5c55c1ea2ec9d6aca64b">tesseract::TessTsvRenderer</a>
</li>
<li>TessUnlvRenderer()
: <a class="el" href="a02349.html#ab832682aaf2675449bee2d495e8d5834">tesseract::TessUnlvRenderer</a>
</li>
<li>test_pt
: <a class="el" href="a02481.html#a5439cd8199c72bfc34530cc41c252a64">tesseract::Tesseract</a>
</li>
<li>test_pt_x
: <a class="el" href="a02481.html#ae013672e42ba7e300514ddb98c064a8f">tesseract::Tesseract</a>
</li>
<li>test_pt_y
: <a class="el" href="a02481.html#a05f11182c05c592d3e17d836686f022f">tesseract::Tesseract</a>
</li>
<li>TestClassifier()
: <a class="el" href="a04281.html#adaba31fe2e99965613311a06fc20314a">tesseract::MasterTrainer</a>
</li>
<li>TestClassifierOnSamples()
: <a class="el" href="a04281.html#abf120fc0227a34de4df107b7a09eaad8">tesseract::MasterTrainer</a>
</li>
<li>TestClassifierVOld()
: <a class="el" href="a04281.html#a9aa3a3982531fec8ad8c429923b8b9c9">tesseract::MasterTrainer</a>
</li>
<li>TestFlag()
: <a class="el" href="a04573.html#abce1ba9a5dfc40942d29a963b96f85de">tesseract::Network</a>
</li>
<li>TestNewNormalization()
: <a class="el" href="a02481.html#a691620dfdff9adbe43d2631589c91eaf">tesseract::Tesseract</a>
</li>
<li>TestVerticalTextDirection()
: <a class="el" href="a04809.html#ac6a194c4229d96b9552ef218ebfca847">tesseract::StrokeWidth</a>
</li>
<li>text
: <a class="el" href="a02893.html#ac71732cab3f860ad991da9f91fb6f915">ETEXT_DESC</a>
</li>
<li>Text()
: <a class="el" href="a05001.html#a4c5cb55d6eab9d7d996d25ed8922593d">ScrollView</a>
</li>
<li>text
: <a class="el" href="a02429.html#abaa7d9699be0bd13275515934be96cfa">tesseract::RowInfo</a>
, <a class="el" href="a02757.html#a8aabc91a932f2da3779ff920bea8389a">WERD</a>
</li>
<li>text_grid_
: <a class="el" href="a04825.html#a3e7a1ec39e82e5f0cca9c11133ddfe1b">tesseract::StructuredTable</a>
, <a class="el" href="a04829.html#a1ec03b4d8e7b7cd1361d23be47d5d81a">tesseract::TableRecognizer</a>
</li>
<li>textAttributes()
: <a class="el" href="a04481.html#a048014e314af2eb0b25ff51e983560e2">com.google.scrollview.ui.SVWindow</a>
</li>
<li>TextAttributes()
: <a class="el" href="a05001.html#a2e1d3849b95cecdcb2026b48d8f38cde">ScrollView</a>
</li>
<li>TextLength()
: <a class="el" href="a02325.html#aed3d481fc0c7dffad24572bd1f449598">tesseract::TessBaseAPI</a>
</li>
<li>TextlineColor()
: <a class="el" href="a02493.html#a7351d74f423975d676f47e4dc05e267f">BLOBNBOX</a>
</li>
<li>TextlineProjection()
: <a class="el" href="a04841.html#a5f31df35a173c0549f13ee7d5654912e">tesseract::TextlineProjection</a>
</li>
<li>textonly_pdf
: <a class="el" href="a02481.html#aa2fbe94203f01c119c44370deba3c9b4">tesseract::Tesseract</a>
</li>
<li>textord()
: <a class="el" href="a02481.html#a5bfb017b6aafe52e9c2cc95dadfb2439">tesseract::Tesseract</a>
</li>
<li>Textord()
: <a class="el" href="a04849.html#aefff593dc9593239325054507c5cfaa8">tesseract::Textord</a>
</li>
<li>textord_baseline_debug
: <a class="el" href="a04849.html#a2812aad67d0c1f32dea80e1f447e015a">tesseract::Textord</a>
</li>
<li>textord_blob_size_bigile
: <a class="el" href="a04849.html#a9d8e9220431188a161a7219c3dc2b153">tesseract::Textord</a>
</li>
<li>textord_blob_size_smallile
: <a class="el" href="a04849.html#aad0cd48ecf36d5990cf393998e97987c">tesseract::Textord</a>
</li>
<li>textord_blshift_maxshift
: <a class="el" href="a04849.html#aab4348a0c1b664744dd51ea9f2f88429">tesseract::Textord</a>
</li>
<li>textord_blshift_xfraction
: <a class="el" href="a04849.html#ac24cbce43d478165e8ea18fd4a7f8557">tesseract::Textord</a>
</li>
<li>textord_equation_detect
: <a class="el" href="a02481.html#aeec853f13be0d94e02e0f9dfad90e9bf">tesseract::Tesseract</a>
</li>
<li>textord_initialasc_ile
: <a class="el" href="a04849.html#a925972489d85bb3cc3ad2731dc8e8cbb">tesseract::Textord</a>
</li>
<li>textord_initialx_ile
: <a class="el" href="a04849.html#ad2e50b3af05ac549c90aa14017dfd322">tesseract::Textord</a>
</li>
<li>textord_max_noise_size
: <a class="el" href="a04849.html#aefa72647ee61b8514c1aaa5eaed098fb">tesseract::Textord</a>
</li>
<li>textord_no_rejects
: <a class="el" href="a04849.html#a34838ae15dc4966cbbd43c1d9d79e76b">tesseract::Textord</a>
</li>
<li>textord_noise_area_ratio
: <a class="el" href="a04849.html#abc7b58272999c83a7a53fd1413038ba1">tesseract::Textord</a>
</li>
<li>textord_noise_debug
: <a class="el" href="a04849.html#aa06ff5844f7415b3e097f35bd6ae7233">tesseract::Textord</a>
</li>
<li>textord_noise_hfract
: <a class="el" href="a04849.html#acf07fa4b7e98c77c64b1dd8103602db9">tesseract::Textord</a>
</li>
<li>textord_noise_normratio
: <a class="el" href="a04849.html#abb3c7b73249c3755df5441af646f71d7">tesseract::Textord</a>
</li>
<li>textord_noise_rejrows
: <a class="el" href="a04849.html#a5cd218dea2d83dd9024d0c90494574b0">tesseract::Textord</a>
</li>
<li>textord_noise_rejwords
: <a class="el" href="a04849.html#aecc071304af26ca648cbe745d3c9b247">tesseract::Textord</a>
</li>
<li>textord_noise_rowratio
: <a class="el" href="a04849.html#ac6212feab8ec9839c8e84cc08855fc95">tesseract::Textord</a>
</li>
<li>textord_noise_sizefraction
: <a class="el" href="a04849.html#ab3a9a94c765ba4044cc4017aeb919568">tesseract::Textord</a>
</li>
<li>textord_noise_sizelimit
: <a class="el" href="a04849.html#a8cdf3b52346640bffc1e0b54f15d56a1">tesseract::Textord</a>
</li>
<li>textord_noise_sncount
: <a class="el" href="a04849.html#ade728b99ae003f1e95d8168b117deaab">tesseract::Textord</a>
</li>
<li>textord_noise_sxfract
: <a class="el" href="a04849.html#a7b816661fcfb50ad445cbe066de36240">tesseract::Textord</a>
</li>
<li>textord_noise_syfract
: <a class="el" href="a04849.html#a871f2c835f67cc0d5fee91ea8d292559">tesseract::Textord</a>
</li>
<li>textord_noise_translimit
: <a class="el" href="a04849.html#a6446c61163e8998feafdbe26f11c8f9e">tesseract::Textord</a>
</li>
<li>textord_show_blobs
: <a class="el" href="a04849.html#ac2af687f671ac3518f1daef79a053d59">tesseract::Textord</a>
</li>
<li>textord_show_boxes
: <a class="el" href="a04849.html#a8532e581b3c4777fbe8e69e9b6f00062">tesseract::Textord</a>
</li>
<li>textord_single_height_mode
: <a class="el" href="a04849.html#ac0782bed2a5ddc7a91254b50a946c084">tesseract::Textord</a>
</li>
<li>textord_tabfind_aligned_gap_fraction
: <a class="el" href="a02481.html#a9bec30bd061f02f7fd5330acade08877">tesseract::Tesseract</a>
</li>
<li>textord_tabfind_force_vertical_text
: <a class="el" href="a02481.html#ac34a0305ac6902cfa79af2603ea59e31">tesseract::Tesseract</a>
</li>
<li>textord_tabfind_show_vlines
: <a class="el" href="a02481.html#a97ade3f9040a5ec9f2013fa24e1790d9">tesseract::Tesseract</a>
</li>
<li>textord_tabfind_vertical_horizontal_mix
: <a class="el" href="a02481.html#ac229d5101c20fcc2b73cf7385d946730">tesseract::Tesseract</a>
</li>
<li>textord_tabfind_vertical_text
: <a class="el" href="a02481.html#a8aa4d7d1685df61f5a0558bcb12e4bd3">tesseract::Tesseract</a>
</li>
<li>textord_tabfind_vertical_text_ratio
: <a class="el" href="a02481.html#a2fcf541e3783c42c82ba2feb4e7989ec">tesseract::Tesseract</a>
</li>
<li>textord_use_cjk_fp_model
: <a class="el" href="a02481.html#a5873c7054e8cba3e64fc3f20b2a93ca3">tesseract::Tesseract</a>
</li>
<li>TextordPage()
: <a class="el" href="a04849.html#ac03cfcb21edbd89b22977d09fa574a6c">tesseract::Textord</a>
</li>
<li>TFile()
: <a class="el" href="a02929.html#ae3a7067d085e6cddc50d56b692d6b878">tesseract::TFile</a>
</li>
<li>thai_sid()
: <a class="el" href="a04073.html#a831ce5759880b7296d6b3e98fa004e25">UNICHARSET</a>
</li>
<li>Theta
: <a class="el" href="a04253.html#af4a2ea6a7d9a82cba06f6ca9a126461b">INT_FEATURE_STRUCT</a>
</li>
<li>theta_buckets_
: <a class="el" href="a04197.html#a6b90a50da76270237fe1e34b5563c0ac">tesseract::IntFeatureSpace</a>
</li>
<li>ThetaBucket()
: <a class="el" href="a04197.html#af77177f7a529074562aed40a04f26fc4">tesseract::IntFeatureSpace</a>
</li>
<li>Threshold()
: <a class="el" href="a02325.html#a0b6ce89d83566df247cb112bcc58fabe">tesseract::TessBaseAPI</a>
</li>
<li>thresholder_
: <a class="el" href="a02325.html#a9d93e1d92ca230ae02b81d44bc88a55c">tesseract::TessBaseAPI</a>
</li>
<li>ThresholdRectToPix()
: <a class="el" href="a02485.html#a265a510e2b43be370751f5464dc78b3d">tesseract::ImageThresholder</a>
</li>
<li>ThresholdToPix()
: <a class="el" href="a02485.html#a348726ab5c2807eaad1bff0b2d951997">tesseract::ImageThresholder</a>
, <a class="el" href="a04685.html#a1bfcd28b66217a6be7c89ac1d76b4271">tesseract::IntGrid</a>
</li>
<li>TidyBlobs()
: <a class="el" href="a04813.html#a7e49edde7f5fdadc93ee731676e9f860">tesseract::TabFind</a>
</li>
<li>TidyUp()
: <a class="el" href="a02481.html#a420654e409a9d28fd133515b5f3ed2c3">tesseract::Tesseract</a>
</li>
<li>tilde_crunch()
: <a class="el" href="a02481.html#a2c77d5d94321d7fc717b5376bcb02b79">tesseract::Tesseract</a>
</li>
<li>tilde_crunch_written
: <a class="el" href="a02473.html#a08884722496e22d93cfd282a2360360e">tesseract::TesseractStats</a>
</li>
<li>tilde_delete()
: <a class="el" href="a02481.html#a06a8ab9064d4c6da290c82e7adf53a8c">tesseract::Tesseract</a>
</li>
<li>timer
: <a class="el" href="a04437.html#ac5f25ffae6109c1b8bd40e6b7bb3b9d4">com.google.scrollview.events.SVEventHandler</a>
</li>
<li>title()
: <a class="el" href="a02329.html#a8f231200d397cd24e2d9642f4306a9f0">tesseract::TessResultRenderer</a>
</li>
<li>tm_hour
: <a class="el" href="a04949.html#ada09255f794d6c2db07ef73b77266b9c">tm_unz_s</a>
, <a class="el" href="a04981.html#abfde1cc7378be65b4b23e1488e9bd279">tm_zip_s</a>
</li>
<li>tm_mday
: <a class="el" href="a04949.html#a51ed1873e1dcabf08ff0f85caf8aefee">tm_unz_s</a>
, <a class="el" href="a04981.html#aebc461dd0a4a7b7ebd4e00de5fbf594d">tm_zip_s</a>
</li>
<li>tm_min
: <a class="el" href="a04949.html#ac5a6bf08a4c5db8ae2243d4f0c35b192">tm_unz_s</a>
, <a class="el" href="a04981.html#ad539676c1522e9f2cb77cb9e65795e2a">tm_zip_s</a>
</li>
<li>tm_mon
: <a class="el" href="a04949.html#a4f5e461d8cad18d1aff7ec012168111d">tm_unz_s</a>
, <a class="el" href="a04981.html#ae98d11f7e2b2330b3a83efe97ffef574">tm_zip_s</a>
</li>
<li>tm_sec
: <a class="el" href="a04949.html#ab91e69a9869e5db5be51b1aebaa5ea0d">tm_unz_s</a>
, <a class="el" href="a04981.html#adf073cb37484b209d7f7f0e23275a52d">tm_zip_s</a>
</li>
<li>tm_year
: <a class="el" href="a04949.html#a5f17147e3cfbbfdbeb2e29cbc1df8136">tm_unz_s</a>
, <a class="el" href="a04981.html#ad58d60c6a536a0861dec11c6ef270753">tm_zip_s</a>
</li>
<li>tmu_date
: <a class="el" href="a04957.html#ad52c08c65349f674b00244d81cdb1736">unz_file_info_s</a>
</li>
<li>tmz_date
: <a class="el" href="a04985.html#ae09a694a598b7507d23705764c9e46fb">zip_fileinfo</a>
</li>
<li>TO_BLOCK()
: <a class="el" href="a02501.html#afe49bb2123dae935745e2887fedc1fac">TO_BLOCK</a>
</li>
<li>to_direction()
: <a class="el" href="a02697.html#a36c10df5ae1ee4699e4cee1a96d688b1">FCOORD</a>
</li>
<li>to_lower()
: <a class="el" href="a04073.html#a20427a1fdcec540bf2492b2b212a0892">UNICHARSET</a>
</li>
<li>TO_ROW()
: <a class="el" href="a02497.html#a97938fde595d8b6cf55ebd65cb94c232">TO_ROW</a>
</li>
<li>to_spacing()
: <a class="el" href="a04849.html#a68f2d3489fecd72bd8817a888752edb3">tesseract::Textord</a>
</li>
<li>to_string()
: <a class="el" href="a04069.html#ab845f2c4b4a4bac23392806c445f1fe4">CHAR_FRAGMENT</a>
</li>
<li>to_upper()
: <a class="el" href="a04073.html#a65659b4d35490f3e1c56aa0909d8f652">UNICHARSET</a>
</li>
<li>tolerance()
: <a class="el" href="a02641.html#acc9e1aae208c1e92c8eabcfb8f52fd02">ParagraphModel</a>
, <a class="el" href="a02421.html#ab9ce2a998929fb1df6fb1fb4db4610e9">tesseract::GeometricClassifierState</a>
</li>
<li>top
: <a class="el" href="a02889.html#a80e2b9ffb809299e90281cb356369572">EANYCODE_CHAR</a>
, <a class="el" href="a02729.html#ac5ecdfbd33963eac601ccb67ac63dd2a">TBOX</a>
</li>
<li>top_bottom_useful()
: <a class="el" href="a04073.html#a543cc7f8a76417b75d52fbba623be5fc">UNICHARSET</a>
</li>
<li>top_choice_flags
: <a class="el" href="a05061.html#aa9006c7c6cfcf3097947bd5814be31ff">tesseract::ViterbiStateEntry</a>
</li>
<li>top_n_modes()
: <a class="el" href="a02749.html#a7f69ea19c6589ae6f898fd64fb125c18">STATS</a>
</li>
<li>top_spacing()
: <a class="el" href="a04745.html#a8039ea62e1b415706140c2c566dd01a9">tesseract::ColPartition</a>
</li>
<li>ToPix()
: <a class="el" href="a04581.html#ac558ece5ef91422b735c6c6abd3e064c">tesseract::NetworkIO</a>
</li>
<li>topleft()
: <a class="el" href="a02729.html#a7e2c23d90e11ad3303ed33bda352cc7d">TBOX</a>
, <a class="el" href="a02513.html#a1cc50129500062a2d984e459f89d7a5b">TESSLINE</a>
</li>
<li>topright()
: <a class="el" href="a02729.html#af10e637035ec7fa70e00a48dfdd825f0">TBOX</a>
</li>
<li>tosp_all_flips_fuzzy
: <a class="el" href="a04849.html#a2dc8df556638f30a6b6af41818b3c840">tesseract::Textord</a>
</li>
<li>tosp_block_use_cert_spaces
: <a class="el" href="a04849.html#a11f7bc70a0fa121fe3a42a5343ccf661">tesseract::Textord</a>
</li>
<li>tosp_debug_level
: <a class="el" href="a04849.html#a28acd9fb9d4a5bef34a2fafb04ce1047">tesseract::Textord</a>
</li>
<li>tosp_dont_fool_with_small_kerns
: <a class="el" href="a04849.html#a5f83fb3436e922a40510ff10043eecf1">tesseract::Textord</a>
</li>
<li>tosp_enough_small_gaps
: <a class="el" href="a04849.html#a93a9101ad017979ca88d759ee020c42a">tesseract::Textord</a>
</li>
<li>tosp_enough_space_samples_for_median
: <a class="el" href="a04849.html#a9a12bf2721ebe5803674c53bb3778a40">tesseract::Textord</a>
</li>
<li>tosp_few_samples
: <a class="el" href="a04849.html#a72d5f998daf8c48a584ae33283492f66">tesseract::Textord</a>
</li>
<li>tosp_flip_caution
: <a class="el" href="a04849.html#ae5daba015959f10bff6680fd824fac87">tesseract::Textord</a>
</li>
<li>tosp_flip_fuzz_kn_to_sp
: <a class="el" href="a04849.html#a813c7d78bc99e5cc61e2ac28dedac76c">tesseract::Textord</a>
</li>
<li>tosp_flip_fuzz_sp_to_kn
: <a class="el" href="a04849.html#a732a4cb816df9d6529d0e44ef22fa21e">tesseract::Textord</a>
</li>
<li>tosp_force_wordbreak_on_punct
: <a class="el" href="a04849.html#a413360af0f9fd017f8dbcb62ed859abb">tesseract::Textord</a>
</li>
<li>tosp_fuzzy_kn_fraction
: <a class="el" href="a04849.html#a1b7b01e146774cb66046738982e7cdbd">tesseract::Textord</a>
</li>
<li>tosp_fuzzy_limit_all
: <a class="el" href="a04849.html#ab801f25e224c0160e6ea4677895e127b">tesseract::Textord</a>
</li>
<li>tosp_fuzzy_sp_fraction
: <a class="el" href="a04849.html#ac71a17a1bfbb55358ba1a7a8b5d3a0b5">tesseract::Textord</a>
</li>
<li>tosp_fuzzy_space_factor
: <a class="el" href="a04849.html#a8ecadc4924c587995392443094b7212a">tesseract::Textord</a>
</li>
<li>tosp_fuzzy_space_factor1
: <a class="el" href="a04849.html#ad0f22b5f7497fdb68a2b1a861dc32f4f">tesseract::Textord</a>
</li>
<li>tosp_fuzzy_space_factor2
: <a class="el" href="a04849.html#a1d79ac91c79d0844fc0852fa66bea349">tesseract::Textord</a>
</li>
<li>tosp_gap_factor
: <a class="el" href="a04849.html#adb8fd12a73dbfe5abba3c2d37feb353b">tesseract::Textord</a>
</li>
<li>tosp_ignore_big_gaps
: <a class="el" href="a04849.html#aef25a17dd5bba6e9f36bdbe9f2254859">tesseract::Textord</a>
</li>
<li>tosp_ignore_very_big_gaps
: <a class="el" href="a04849.html#ad1e2c9105efa15f223d317ec9b52107a">tesseract::Textord</a>
</li>
<li>tosp_improve_thresh
: <a class="el" href="a04849.html#a771914689c53c4bb81e66ac6747848aa">tesseract::Textord</a>
</li>
<li>tosp_init_guess_kn_mult
: <a class="el" href="a04849.html#aaf1c1c7bfcf5a3227989b656aad82711">tesseract::Textord</a>
</li>
<li>tosp_init_guess_xht_mult
: <a class="el" href="a04849.html#a1b3e40ab38618b9440767d00588b6ac2">tesseract::Textord</a>
</li>
<li>tosp_kern_gap_factor1
: <a class="el" href="a04849.html#a1bd19a3a0bccbc97dc64f26e622f372d">tesseract::Textord</a>
</li>
<li>tosp_kern_gap_factor2
: <a class="el" href="a04849.html#a534dc2a48eeabc66d383494e1b0e0535">tesseract::Textord</a>
</li>
<li>tosp_kern_gap_factor3
: <a class="el" href="a04849.html#ac4d2c2701fad7c0ec1010cd82b70a1a9">tesseract::Textord</a>
</li>
<li>tosp_large_kerning
: <a class="el" href="a04849.html#a3186aaca3f8cc21b763bcc71c4a4c24c">tesseract::Textord</a>
</li>
<li>tosp_max_sane_kn_thresh
: <a class="el" href="a04849.html#a889edf86ffc79a511285cc1beb0c7e21">tesseract::Textord</a>
</li>
<li>tosp_min_sane_kn_sp
: <a class="el" href="a04849.html#a0266009f462f75f01e6b5df1ba76d2d9">tesseract::Textord</a>
</li>
<li>tosp_narrow_aspect_ratio
: <a class="el" href="a04849.html#af57498e42a2f7bca412ef0bd0b360dd7">tesseract::Textord</a>
</li>
<li>tosp_narrow_blobs_not_cert
: <a class="el" href="a04849.html#a6e9ef19adcfbdf99467cfc6303c49ab1">tesseract::Textord</a>
</li>
<li>tosp_narrow_fraction
: <a class="el" href="a04849.html#afe0d4bc4677fd6a26614e48e155ef0a0">tesseract::Textord</a>
</li>
<li>tosp_near_lh_edge
: <a class="el" href="a04849.html#aef92927925e16167bdb1865fad92bdee">tesseract::Textord</a>
</li>
<li>tosp_old_sp_kn_th_factor
: <a class="el" href="a04849.html#af44b33e9cbeee3c24da9e5c7301f8c8d">tesseract::Textord</a>
</li>
<li>tosp_old_to_bug_fix
: <a class="el" href="a04849.html#abd892dd13a35317fd3d7b25548eed855">tesseract::Textord</a>
</li>
<li>tosp_old_to_constrain_sp_kn
: <a class="el" href="a04849.html#a00ee11bd9a2e9863a963708b8ac7ec75">tesseract::Textord</a>
</li>
<li>tosp_old_to_method
: <a class="el" href="a04849.html#a38a5ba94f96692b64035e9136d9abe9e">tesseract::Textord</a>
</li>
<li>tosp_only_small_gaps_for_kern
: <a class="el" href="a04849.html#a0c02290df1620311a01bc6a891d5c8ed">tesseract::Textord</a>
</li>
<li>tosp_only_use_prop_rows
: <a class="el" href="a04849.html#a3867af0ddf2ecb3c01d51dd6316ecfd8">tesseract::Textord</a>
</li>
<li>tosp_only_use_xht_gaps
: <a class="el" href="a04849.html#a006acde068aaaba56dbd1495deeda8fb">tesseract::Textord</a>
</li>
<li>tosp_pass_wide_fuzz_sp_to_context
: <a class="el" href="a04849.html#a15cc9748aa7d26727b8bb5654d05532b">tesseract::Textord</a>
</li>
<li>tosp_recovery_isolated_row_stats
: <a class="el" href="a04849.html#a491a5a4b1811e7dd374ae7974a16b478">tesseract::Textord</a>
</li>
<li>tosp_redo_kern_limit
: <a class="el" href="a04849.html#a9a0d953120faab20f638f00a705f4312">tesseract::Textord</a>
</li>
<li>tosp_rep_space
: <a class="el" href="a04849.html#a6ba956c412d08474cb69cfd161b30980">tesseract::Textord</a>
</li>
<li>tosp_row_use_cert_spaces
: <a class="el" href="a04849.html#ae43efad094732c7f7cb1bd70d0b0a26d">tesseract::Textord</a>
</li>
<li>tosp_row_use_cert_spaces1
: <a class="el" href="a04849.html#a73c88efacd5362cde976e99b87d549cf">tesseract::Textord</a>
</li>
<li>tosp_rule_9_test_punct
: <a class="el" href="a04849.html#a6c259d09d3a3c2b169f01c7bbf6aa0b1">tesseract::Textord</a>
</li>
<li>tosp_sanity_method
: <a class="el" href="a04849.html#a50cd31f9200500db59791c14fbb1e918">tesseract::Textord</a>
</li>
<li>tosp_short_row
: <a class="el" href="a04849.html#a1bab9c33e6035444c909f1553ae9c93f">tesseract::Textord</a>
</li>
<li>tosp_silly_kn_sp_gap
: <a class="el" href="a04849.html#a7782cf35729ee08bc65db3aff6719525">tesseract::Textord</a>
</li>
<li>tosp_stats_use_xht_gaps
: <a class="el" href="a04849.html#a7a9deeb926b7892081ef9852040f588c">tesseract::Textord</a>
</li>
<li>tosp_table_fuzzy_kn_sp_ratio
: <a class="el" href="a04849.html#a079197bd07b3dca0a941ce27988747f5">tesseract::Textord</a>
</li>
<li>tosp_table_kn_sp_ratio
: <a class="el" href="a04849.html#ab5ec4164a4c968fab0d7bb72e400e04a">tesseract::Textord</a>
</li>
<li>tosp_table_xht_sp_ratio
: <a class="el" href="a04849.html#a22bd562721b03831a469e235ad1eec12">tesseract::Textord</a>
</li>
<li>tosp_threshold_bias1
: <a class="el" href="a04849.html#a5ef631641dab9d3914a8c6ca03998766">tesseract::Textord</a>
</li>
<li>tosp_threshold_bias2
: <a class="el" href="a04849.html#a6a6405fec68dc5cc4285e899112fdb4a">tesseract::Textord</a>
</li>
<li>tosp_use_pre_chopping
: <a class="el" href="a04849.html#a4fd89616aebe863789ada6093b7d641d">tesseract::Textord</a>
</li>
<li>tosp_use_xht_gaps
: <a class="el" href="a04849.html#a99e9cdddfb014ee795ab26839868bb3e">tesseract::Textord</a>
</li>
<li>tosp_wide_aspect_ratio
: <a class="el" href="a04849.html#a23ae9a66767e47fdabf1ebfcfc92d99c">tesseract::Textord</a>
</li>
<li>tosp_wide_fraction
: <a class="el" href="a04849.html#a07196d76d7b525b08830dfc0858fbe57">tesseract::Textord</a>
</li>
<li>toString()
: <a class="el" href="a04433.html#ad4155059b53e7723c4aa3c57bcd94ab1">com.google.scrollview.events.SVEvent</a>
</li>
<li>ToString()
: <a class="el" href="a02641.html#ad030949d5c4f5fb31c43b08b8921fdfa">ParagraphModel</a>
</li>
<li>total_chars_
: <a class="el" href="a04917.html#a9dd7c464f10580793bb6e11694979df1">tesseract::StringRenderer</a>
</li>
<li>total_cost()
: <a class="el" href="a02557.html#a5624a909bba3acd50c7c560498fb5695">tesseract::DPPoint</a>
</li>
<li>TotalByteLength()
: <a class="el" href="a04861.html#a9fc874bf08e9ed30682f58f6620a3b5e">tesseract::BoxChar</a>
</li>
<li>TotalMagnitude
: <a class="el" href="a04157.html#a40a4a7e28d83ad5ad3c64e54734104be">PROTOTYPE</a>
</li>
<li>TotalOfStates()
: <a class="el" href="a02725.html#a46980527ed0e522e6e8ecbc26e9c988d">WERD_CHOICE</a>
</li>
<li>TotalPages()
: <a class="el" href="a02601.html#a7409be38ecf637a2605a70f918faf201">tesseract::DocumentCache</a>
</li>
<li>TPOINT()
: <a class="el" href="a02505.html#ac733ed1df90b1f9e1d30175ee580d039">TPOINT</a>
</li>
<li>TrainedXheightFix()
: <a class="el" href="a02481.html#ad14592439397161692776a9068dffe43">tesseract::Tesseract</a>
</li>
<li>TrainFromBoxes()
: <a class="el" href="a02481.html#aa2a515045b9513051b4ea2248bdf2f82">tesseract::Tesseract</a>
</li>
<li>training_
: <a class="el" href="a04573.html#accca317743f5418992c2649a7c7ad918">tesseract::Network</a>
</li>
<li>training_data()
: <a class="el" href="a04565.html#a6dfcf8ec121203182aa2dd788a310b16">tesseract::LSTMTrainer</a>
</li>
<li>training_data_
: <a class="el" href="a04565.html#acb37c4a0acb4fe25993bf0f3f4869c40">tesseract::LSTMTrainer</a>
</li>
<li>training_flags_
: <a class="el" href="a04561.html#a7f1fe7e8b8b6099919b2d926003d2e1e">tesseract::LSTMRecognizer</a>
</li>
<li>training_iteration()
: <a class="el" href="a04561.html#ad1c4b2c88566feb9aa99cd2d4ea3d500">tesseract::LSTMRecognizer</a>
</li>
<li>training_iteration_
: <a class="el" href="a04561.html#a1abfa6da87b985a199d9206145069f9c">tesseract::LSTMRecognizer</a>
</li>
<li>training_stage_
: <a class="el" href="a04565.html#a8e10505873952307ba4ea23a64ec274c">tesseract::LSTMTrainer</a>
</li>
<li>TrainingSample()
: <a class="el" href="a04353.html#a16644d35b7054101e7255b8564c0aabc">tesseract::TrainingSample</a>
</li>
<li>TrainingSampleSet()
: <a class="el" href="a04357.html#abd7e09fc720c94426642b3d9e3eadeca">tesseract::TrainingSampleSet</a>
</li>
<li>TrainLineRecognizer()
: <a class="el" href="a02481.html#a9bb4a5c03d59d657db0506ea4f5d5cae">tesseract::Tesseract</a>
</li>
<li>TrainOnLine()
: <a class="el" href="a04565.html#a8982aeb73b6d3db2c79a82e303d6f3db">tesseract::LSTMTrainer</a>
</li>
<li>TRand()
: <a class="el" href="a02841.html#a9cdae04e6a454f2c9a3e598a594407c0">tesseract::TRand</a>
</li>
<li>transcription()
: <a class="el" href="a02593.html#a4fbbd821c0bed8cc3265eec41420dded">tesseract::ImageData</a>
</li>
<li>TransferImagePartsToImageMask()
: <a class="el" href="a04781.html#af98436ea599236937f5c013853f437df">tesseract::ImageFind</a>
</li>
<li>TransitionTrainingStage()
: <a class="el" href="a04565.html#a01441b9fabd78837bfa786b58cae74b0">tesseract::LSTMTrainer</a>
</li>
<li>translate_box()
: <a class="el" href="a02493.html#ad8c450bb29bba6199db25a1f9ccdc244">BLOBNBOX</a>
</li>
<li>TranslateBoxes()
: <a class="el" href="a04861.html#abb45c9e13152db19c57a7ee8facc3fcd">tesseract::BoxChar</a>
</li>
<li>TranslateYCoordinate()
: <a class="el" href="a05001.html#a919331a29ba9fdaeacf1e06ab7917616">ScrollView</a>
</li>
<li>Transpose()
: <a class="el" href="a04581.html#ab9c51ca258ad673ed692ceb2edfa5f62">tesseract::NetworkIO</a>
, <a class="el" href="a04649.html#aefc319df3225954b76046c8e6573ba87">tesseract::TransposedArray</a>
</li>
<li>TransposeXY()
: <a class="el" href="a04641.html#a92a89df6db22dba39a449b04b72b97b8">tesseract::StrideMap</a>
</li>
<li>tree
: <a class="el" href="a04141.html#a6414b57292a4e25bfe1af8bd47258817">ClusteringContext</a>
</li>
<li>Trie()
: <a class="el" href="a04429.html#a0cfb949100f3e71896ab46d50c586157">tesseract::Trie</a>
</li>
<li>trie_to_dawg()
: <a class="el" href="a04429.html#a434d71a349e7c6e7d1a239b0b71064de">tesseract::Trie</a>
</li>
<li>tright()
: <a class="el" href="a04681.html#af0856ef636b98f74b8534da8c38d7f79">tesseract::GridBase</a>
, <a class="el" href="a04821.html#a322091ba66023c746c6a7e9e7a494238">tesseract::TableFinder</a>
</li>
<li>tright_
: <a class="el" href="a04681.html#ac348165d112922b3d956f924405012cd">tesseract::GridBase</a>
</li>
<li>true_bounding_box()
: <a class="el" href="a04845.html#af4af0d9270884ed38d17a09087c7764a">tesseract::WordWithBox</a>
, <a class="el" href="a02757.html#adbbe2795868f62122d184674ffc5f120">WERD</a>
</li>
<li>truncate()
: <a class="el" href="a02321.html#a980882b5ebc3e72fdedbdbe345196f21">GenericVector< T ></a>
, <a class="el" href="a02837.html#a6e86ffdfaba525c20e1a87c418ba980b">tesseract::PointerVector< T ></a>
</li>
<li>Truncate()
: <a class="el" href="a04041.html#a77e301e6ab074285e2f5f42006fc8b1e">tesseract::RecodedCharID</a>
</li>
<li>truncate_at()
: <a class="el" href="a02941.html#a0d5a6c456f8e3ef4b4a5077031573df8">STRING</a>
</li>
<li>truth_cb_
: <a class="el" href="a02325.html#ac7eaed7f3fedb15212eb39b747de0102">tesseract::TessBaseAPI</a>
</li>
<li>TruthString()
: <a class="el" href="a02489.html#a670f05efaca927e3facfc9dd546f16ed">BlamerBundle</a>
</li>
<li>try_point_pairs()
: <a class="el" href="a05089.html#aa291c2db814c81daeefc81f103bc21b4">tesseract::Wordrec</a>
</li>
<li>try_vertical_splits()
: <a class="el" href="a05089.html#a3c633785601d9dbf41f7d3ef80f65383">tesseract::Wordrec</a>
</li>
<li>TryLoadingCheckpoint()
: <a class="el" href="a04565.html#a294a1e1a1a0bbcc3a69a8a9ceffb5ce6">tesseract::LSTMTrainer</a>
</li>
<li>TrySuperscriptSplits()
: <a class="el" href="a02481.html#ac653bc6abaa3b2287ed7d90a4853fc0e">tesseract::Tesseract</a>
</li>
<li>turn_direction()
: <a class="el" href="a02537.html#a391017f456510e13b498e57b4a038f13">C_OUTLINE</a>
</li>
<li>turn_off_bit()
: <a class="el" href="a02773.html#aa8e724dcb0c4f3ead1323302f388dd09">BITS16</a>
</li>
<li>turn_on_bit()
: <a class="el" href="a02773.html#a27b6763e650c847e1405d4c577e41099">BITS16</a>
</li>
<li>TURQUOISE
: <a class="el" href="a05001.html#a100504544a5423a94222149ee9ed0fe8a52cdf986681c9c116d10f6454f6b602d">ScrollView</a>
</li>
<li>tweak_row_baseline
: <a class="el" href="a02717.html#afc6deb99d649bb50497f4666630ecb7f">QSPLINE</a>
, <a class="el" href="a02645.html#afc6deb99d649bb50497f4666630ecb7f">ROW</a>
</li>
<li>TWERD()
: <a class="el" href="a02521.html#a351f4f2239ca7ae00d838cd04d75301e">TWERD</a>
</li>
<li>ty
: <a class="el" href="a02433.html#a9dbc369f700ac22eb77973c389cbcefa">tesseract::LineHypothesis</a>
</li>
<li>Type
: <a class="el" href="a04301.html#a1a034f275ff504afd63bd99643fae589">FEATURE_STRUCT</a>
, <a class="el" href="a04221.html#ab50007d49ca8aa85354f1cbdf186c52b">FILL_SWITCH</a>
</li>
<li>type
: <a class="el" href="a02993.html#aeca2851770d48d65ca0bb2113526ba2e">Identity< T ></a>
, <a class="el" href="a02985.html#a30f490ee1919861a173b5b68c4921ea5">remove_reference< T ></a>
, <a class="el" href="a02989.html#a3f40f309be0072f0d8cfc51b7be64a9d">remove_reference< T & ></a>
, <a class="el" href="a04993.html#a5bf8585bd1901b9103eb2783f8afe508">SVEvent</a>
, <a class="el" href="a02765.html#ae29644f82c6feac4df14b22368fa0873">tesseract::AmbigSpec</a>
, <a class="el" href="a04745.html#a2b91c5a8fcbace20f38dbe94ebf2cac9">tesseract::ColPartition</a>
, <a class="el" href="a04817.html#a58992feab2b1a43e7d55c342ffe4acdf">tesseract::ColSegment</a>
, <a class="el" href="a04381.html#ab21ea9b8f44a9eb0ae18357d23a63d74">tesseract::Dawg</a>
, <a class="el" href="a04573.html#ad675bc281466d59898f9bfd73ea34e43">tesseract::Network</a>
</li>
<li>type_
: <a class="el" href="a04381.html#a8f628fef1da0ff7323958362f8286695">tesseract::Dawg</a>
, <a class="el" href="a04573.html#a1bdf9fdfb7ed0d4962f4193dff5cd5ee">tesseract::Network</a>
</li>
<li>TypesMatch()
: <a class="el" href="a04745.html#a2998098eb1640160547985025cac98de">tesseract::ColPartition</a>
</li>
<li>TypesSimilar()
: <a class="el" href="a04745.html#aa7be118d2184949aa30f824932f04586">tesseract::ColPartition</a>
</li>
</ul>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Sat May 20 2017 22:15:31 for tesseract by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
</ul>
</div>
</body>
</html>
|
stweil/tesseract-ocr.github.io
|
4.00.00dev/functions_t.html
|
HTML
|
apache-2.0
| 48,755
|
<!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:21 MST 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.wildfly.swarm.config.management.core.service (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/config/management/core/service/package-summary.html" target="classFrame">org.wildfly.swarm.config.management.core.service</a></h1>
<div class="indexContainer">
<h2 title="Enums">Enums</h2>
<ul title="Enums">
<li><a href="GroupName.html" title="enum in org.wildfly.swarm.config.management.core.service" target="classFrame">GroupName</a></li>
<li><a href="Type.html" title="enum in org.wildfly.swarm.config.management.core.service" target="classFrame">Type</a></li>
</ul>
</div>
</body>
</html>
|
wildfly-swarm/wildfly-swarm-javadocs
|
2.3.0.Final-SNAPSHOT/apidocs/org/wildfly/swarm/config/management/core/service/package-frame.html
|
HTML
|
apache-2.0
| 1,178
|
<!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 Tue Dec 12 12:37:10 MST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>JSFSupplier (BOM: * : All 2012.12.0 API)</title>
<meta name="date" content="2017-12-12">
<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="JSFSupplier (BOM: * : All 2012.12.0 API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":6};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/JSFSupplier.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">WildFly Swarm API, 2012.12.0</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/wildfly/swarm/config/JSFConsumer.html" title="interface in org.wildfly.swarm.config"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../org/wildfly/swarm/config/Jsr77.html" title="class in org.wildfly.swarm.config"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/wildfly/swarm/config/JSFSupplier.html" target="_top">Frames</a></li>
<li><a href="JSFSupplier.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.wildfly.swarm.config</div>
<h2 title="Interface JSFSupplier" class="title">Interface JSFSupplier<T extends <a href="../../../../org/wildfly/swarm/config/JSF.html" title="class in org.wildfly.swarm.config">JSF</a>></h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>Functional Interface:</dt>
<dd>This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.</dd>
</dl>
<hr>
<br>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/FunctionalInterface.html?is-external=true" title="class or interface in java.lang">@FunctionalInterface</a>
public interface <span class="typeNameLabel">JSFSupplier<T extends <a href="../../../../org/wildfly/swarm/config/JSF.html" title="class in org.wildfly.swarm.config">JSF</a>></span></pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd"> </span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code><a href="../../../../org/wildfly/swarm/config/JSF.html" title="class in org.wildfly.swarm.config">JSF</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/wildfly/swarm/config/JSFSupplier.html#get--">get</a></span>()</code>
<div class="block">Constructed instance of JSF resource</div>
</td>
</tr>
</table>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="get--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>get</h4>
<pre><a href="../../../../org/wildfly/swarm/config/JSF.html" title="class in org.wildfly.swarm.config">JSF</a> get()</pre>
<div class="block">Constructed instance of JSF resource</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The instance</dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/JSFSupplier.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">WildFly Swarm API, 2012.12.0</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/wildfly/swarm/config/JSFConsumer.html" title="interface in org.wildfly.swarm.config"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../org/wildfly/swarm/config/Jsr77.html" title="class in org.wildfly.swarm.config"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/wildfly/swarm/config/JSFSupplier.html" target="_top">Frames</a></li>
<li><a href="JSFSupplier.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2017 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
|
wildfly-swarm/wildfly-swarm-javadocs
|
2012.12.0/apidocs/org/wildfly/swarm/config/JSFSupplier.html
|
HTML
|
apache-2.0
| 8,781
|
<!--
#%L
isy-logging
%%
%%
See the NOTICE file distributed with this work for additional
information regarding copyright ownership.
The Federal Office of Administration (Bundesverwaltungsamt, BVA)
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.
#L%
-->
<body>
Hilfsklassen, die in den nutzenden Anwendungen verwendet werden können, um Logeinträge einfacher zu erstellen.
</body>
|
IsyFact/IsyFact-Standards
|
isy-logging/src/main/java/de/bund/bva/isyfact/logging/util/package.html
|
HTML
|
apache-2.0
| 914
|
<!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-google-v3) on Fri May 13 11:39:12 CDT 2011 -->
<TITLE>
ChannelService
</TITLE>
<META NAME="date" CONTENT="2011-05-13">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../dev_javadoc.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ChannelService";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-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="../../../../../com/google/appengine/api/channel/ChannelMessage.html" title="class in com.google.appengine.api.channel"><B>PREV CLASS</B></A>
<A HREF="../../../../../com/google/appengine/api/channel/ChannelServiceFactory.html" title="class in com.google.appengine.api.channel"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?com/google/appengine/api/channel/ChannelService.html" target="_top"><B>FRAMES</B></A>
<A HREF="ChannelService.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">
com.google.appengine.api.channel</FONT>
<BR>
Interface ChannelService</H2>
<HR>
<DL>
<DT><PRE>public interface <B>ChannelService</B></DL>
</PRE>
<P>
<code>ChannelService</code> allows you to manage manage two-way connections
with clients.
<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.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../com/google/appengine/api/channel/ChannelService.html#createChannel(java.lang.String)">createChannel</A></B>(java.lang.String clientId)</CODE>
<BR>
Creates a channel associated with the provided <code>clientId</code>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../com/google/appengine/api/channel/ChannelMessage.html" title="class in com.google.appengine.api.channel">ChannelMessage</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../com/google/appengine/api/channel/ChannelService.html#parseMessage(HttpServletRequest)">parseMessage</A></B>(HttpServletRequest request)</CODE>
<BR>
Parse the incoming message in <code>request</code>.</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="../../../../../com/google/appengine/api/channel/ChannelService.html#sendMessage(com.google.appengine.api.channel.ChannelMessage)">sendMessage</A></B>(<A HREF="../../../../../com/google/appengine/api/channel/ChannelMessage.html" title="class in com.google.appengine.api.channel">ChannelMessage</A> message)</CODE>
<BR>
Sends a <A HREF="../../../../../com/google/appengine/api/channel/ChannelMessage.html" title="class in com.google.appengine.api.channel"><CODE>ChannelMessage</CODE></A> to the client.</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="createChannel(java.lang.String)"><!-- --></A><H3>
createChannel</H3>
<PRE>
java.lang.String <B>createChannel</B>(java.lang.String clientId)</PRE>
<DL>
<DD>Creates a channel associated with the provided <code>clientId</code>.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>clientId</CODE> - A string uniquely identifying the client that will use the
returned token to connect to this channel. This string must be fewer
than 64 bytes when encoded to UTF-8.
<DT><B>Returns:</B><DD>the token the client will use to connect to this channel.
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../../com/google/appengine/api/channel/ChannelFailureException.html" title="class in com.google.appengine.api.channel">ChannelFailureException</A></CODE> - if there is an error encountered while
communicating with the channel service.</DL>
</DD>
</DL>
<HR>
<A NAME="sendMessage(com.google.appengine.api.channel.ChannelMessage)"><!-- --></A><H3>
sendMessage</H3>
<PRE>
void <B>sendMessage</B>(<A HREF="../../../../../com/google/appengine/api/channel/ChannelMessage.html" title="class in com.google.appengine.api.channel">ChannelMessage</A> message)</PRE>
<DL>
<DD>Sends a <A HREF="../../../../../com/google/appengine/api/channel/ChannelMessage.html" title="class in com.google.appengine.api.channel"><CODE>ChannelMessage</CODE></A> to the client.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>message</CODE> - the message to be sent to all connected clients.
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../../com/google/appengine/api/channel/ChannelFailureException.html" title="class in com.google.appengine.api.channel">ChannelFailureException</A></CODE> - if there is an error encountered while
communicating with the channel service.</DL>
</DD>
</DL>
<HR>
<A NAME="parseMessage(HttpServletRequest)"><!-- --></A><H3>
parseMessage</H3>
<PRE>
<A HREF="../../../../../com/google/appengine/api/channel/ChannelMessage.html" title="class in com.google.appengine.api.channel">ChannelMessage</A> <B>parseMessage</B>(HttpServletRequest request)</PRE>
<DL>
<DD>Parse the incoming message in <code>request</code>. This method should only
be called within a channel webhook.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>request</CODE> - the source HTTP request.
<DT><B>Returns:</B><DD>the incoming <A HREF="../../../../../com/google/appengine/api/channel/ChannelMessage.html" title="class in com.google.appengine.api.channel"><CODE>ChannelMessage</CODE></A>.
<DT><B>Throws:</B>
<DD><CODE>java.lang.IllegalStateException</CODE> - if the required HTTP parameters are not
present.</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../com/google/appengine/api/channel/ChannelMessage.html" title="class in com.google.appengine.api.channel"><B>PREV CLASS</B></A>
<A HREF="../../../../../com/google/appengine/api/channel/ChannelServiceFactory.html" title="class in com.google.appengine.api.channel"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?com/google/appengine/api/channel/ChannelService.html" target="_top"><B>FRAMES</B></A>
<A HREF="ChannelService.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>
|
BobEvans/omgpaco
|
tools/appengine-java-sdk-1.5.0.1/docs/javadoc/com/google/appengine/api/channel/ChannelService.html
|
HTML
|
apache-2.0
| 11,932
|
<!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.4.2_11) on Sun Oct 15 22:02:22 CDT 2006 -->
<TITLE>
Uses of Class org.hibernate.event.AutoFlushEvent (Hibernate API Documentation)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../jdstyle.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Uses of Class org.hibernate.event.AutoFlushEvent (Hibernate API Documentation)";
}
</SCRIPT>
</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=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../org/hibernate/event/AutoFlushEvent.html" title="class in org.hibernate.event"><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" target="_top"><B>FRAMES</B></A>
<A HREF="AutoFlushEvent.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>org.hibernate.event.AutoFlushEvent</B></H2>
</CENTER>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
Packages that use <A HREF="../../../../org/hibernate/event/AutoFlushEvent.html" title="class in org.hibernate.event">AutoFlushEvent</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.hibernate.event"><B>org.hibernate.event</B></A></TD>
<TD>
This package defines an event framework for Hibernate. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.hibernate.event.def"><B>org.hibernate.event.def</B></A></TD>
<TD>
This package defines a default set of event listeners that
implements the default behaviors of Hibernate. </TD>
</TR>
</TABLE>
<P>
<A NAME="org.hibernate.event"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
Uses of <A HREF="../../../../org/hibernate/event/AutoFlushEvent.html" title="class in org.hibernate.event">AutoFlushEvent</A> in <A HREF="../../../../org/hibernate/event/package-summary.html">org.hibernate.event</A></FONT></TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Methods in <A HREF="../../../../org/hibernate/event/package-summary.html">org.hibernate.event</A> with parameters of type <A HREF="../../../../org/hibernate/event/AutoFlushEvent.html" title="class in org.hibernate.event">AutoFlushEvent</A></FONT></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>AutoFlushEventListener.</B><B><A HREF="../../../../org/hibernate/event/AutoFlushEventListener.html#onAutoFlush(org.hibernate.event.AutoFlushEvent)">onAutoFlush</A></B>(<A HREF="../../../../org/hibernate/event/AutoFlushEvent.html" title="class in org.hibernate.event">AutoFlushEvent</A> event)</CODE>
<BR>
Handle the given auto-flush event.</TD>
</TR>
</TABLE>
<P>
<A NAME="org.hibernate.event.def"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
Uses of <A HREF="../../../../org/hibernate/event/AutoFlushEvent.html" title="class in org.hibernate.event">AutoFlushEvent</A> in <A HREF="../../../../org/hibernate/event/def/package-summary.html">org.hibernate.event.def</A></FONT></TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Methods in <A HREF="../../../../org/hibernate/event/def/package-summary.html">org.hibernate.event.def</A> with parameters of type <A HREF="../../../../org/hibernate/event/AutoFlushEvent.html" title="class in org.hibernate.event">AutoFlushEvent</A></FONT></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>DefaultAutoFlushEventListener.</B><B><A HREF="../../../../org/hibernate/event/def/DefaultAutoFlushEventListener.html#onAutoFlush(org.hibernate.event.AutoFlushEvent)">onAutoFlush</A></B>(<A HREF="../../../../org/hibernate/event/AutoFlushEvent.html" title="class in org.hibernate.event">AutoFlushEvent</A> event)</CODE>
<BR>
Handle the given auto-flush event.</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=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../org/hibernate/event/AutoFlushEvent.html" title="class in org.hibernate.event"><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" target="_top"><B>FRAMES</B></A>
<A HREF="AutoFlushEvent.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>
|
renmeng8875/projects
|
Hibernate-source/源代码及重要说明/Hibernate相关资料/hibernate-3.2.0.ga/hibernate-3.2/doc/api/org/hibernate/event/class-use/AutoFlushEvent.html
|
HTML
|
apache-2.0
| 9,272
|
<!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 Fri Oct 03 16:15:34 BST 2014 -->
<title>AsyncDao (orchestrate-java-client 0.5.0 API)</title>
<meta name="date" content="2014-10-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="AsyncDao (orchestrate-java-client 0.5.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="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 Class</li>
<li><a href="../../../../io/orchestrate/client/dao/GenericAsyncDao.html" title="class in io.orchestrate.client.dao"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?io/orchestrate/client/dao/AsyncDao.html" target="_top">Frames</a></li>
<li><a href="AsyncDao.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">io.orchestrate.client.dao</div>
<h2 title="Interface AsyncDao" class="title">Interface AsyncDao<T></h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl><dt><span class="strong">Type Parameters:</span></dt><dd><code>T</code> - The type this object will control CRUD operations for.</dd></dl>
<dl>
<dt>All Known Implementing Classes:</dt>
<dd><a href="../../../../io/orchestrate/client/dao/GenericAsyncDao.html" title="class in io.orchestrate.client.dao">GenericAsyncDao</a></dd>
</dl>
<hr>
<br>
<pre>public interface <span class="strong">AsyncDao<T></span></pre>
<div class="block">Interface for generic Create, Read, Update, and Delete (CRUD) operations on
a collection for the specified type.</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.Boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../io/orchestrate/client/dao/AsyncDao.html#delete(java.lang.String)">delete</a></strong>(java.lang.String key)</code>
<div class="block">Delete the object with the specified <code>key</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../io/orchestrate/client/dao/AsyncDao.html#delete(java.lang.String, java.lang.Iterable)">delete</a></strong>(java.lang.String key,
java.lang.Iterable<<a href="../../../../io/orchestrate/client/ResponseListener.html" title="interface in io.orchestrate.client">ResponseListener</a><java.lang.Boolean>> listeners)</code>
<div class="block">Delete the object with the specified <code>key</code> and fire the
<code>listeners</code> on the response.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.Boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../io/orchestrate/client/dao/AsyncDao.html#delete(java.lang.String, io.orchestrate.client.KvMetadata)">delete</a></strong>(java.lang.String key,
<a href="../../../../io/orchestrate/client/KvMetadata.html" title="class in io.orchestrate.client">KvMetadata</a> metadata)</code>
<div class="block">Delete the object with the specified <code>key</code> if and only if the ref
from the <code>metadata</code> matches the current stored ref.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../io/orchestrate/client/dao/AsyncDao.html#delete(java.lang.String, io.orchestrate.client.KvMetadata, java.lang.Iterable)">delete</a></strong>(java.lang.String key,
<a href="../../../../io/orchestrate/client/KvMetadata.html" title="class in io.orchestrate.client">KvMetadata</a> metadata,
java.lang.Iterable<<a href="../../../../io/orchestrate/client/ResponseListener.html" title="interface in io.orchestrate.client">ResponseListener</a><java.lang.Boolean>> listeners)</code>
<div class="block">Delete the object with the specified <code>key</code> if and only if the ref
from the <code>metadata</code> matches the current stored ref.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.Boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../io/orchestrate/client/dao/AsyncDao.html#delete(java.lang.String, java.lang.String)">delete</a></strong>(java.lang.String key,
java.lang.String currentRef)</code>
<div class="block">Delete the object with the specified <code>key</code> if and only if the
<code>currentRef</code> matches the current stored ref.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../io/orchestrate/client/dao/AsyncDao.html#delete(java.lang.String, java.lang.String, java.lang.Iterable)">delete</a></strong>(java.lang.String key,
java.lang.String currentRef,
java.lang.Iterable<<a href="../../../../io/orchestrate/client/ResponseListener.html" title="interface in io.orchestrate.client">ResponseListener</a><java.lang.Boolean>> listeners)</code>
<div class="block">Delete the object with the specified <code>key</code> if and only if the
<code>currentRef</code> matches the current stored ref.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.Boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../io/orchestrate/client/dao/AsyncDao.html#deleteCollection()">deleteCollection</a></strong>()</code>
<div class="block">Delete all objects in the collection.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../io/orchestrate/client/dao/AsyncDao.html#deleteCollection(java.lang.Iterable)">deleteCollection</a></strong>(java.lang.Iterable<<a href="../../../../io/orchestrate/client/ResponseListener.html" title="interface in io.orchestrate.client">ResponseListener</a><java.lang.Boolean>> listeners)</code>
<div class="block">Delete all objects in the collection.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../io/orchestrate/client/KvObject.html" title="class in io.orchestrate.client">KvObject</a><<a href="../../../../io/orchestrate/client/dao/AsyncDao.html" title="type parameter in AsyncDao">T</a>></code></td>
<td class="colLast"><code><strong><a href="../../../../io/orchestrate/client/dao/AsyncDao.html#findOne(java.lang.String)">findOne</a></strong>(java.lang.String key)</code>
<div class="block">Return the <code>KvObject</code> for the object stored with the specified
<code>key</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../io/orchestrate/client/dao/AsyncDao.html#findOne(java.lang.String, java.lang.Iterable)">findOne</a></strong>(java.lang.String key,
java.lang.Iterable<<a href="../../../../io/orchestrate/client/ResponseListener.html" title="interface in io.orchestrate.client">ResponseListener</a><<a href="../../../../io/orchestrate/client/KvObject.html" title="class in io.orchestrate.client">KvObject</a><<a href="../../../../io/orchestrate/client/dao/AsyncDao.html" title="type parameter in AsyncDao">T</a>>>> listeners)</code>
<div class="block">Find the object stored with the specified <code>key</code> and fire the
<code>listeners</code> on the response.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../io/orchestrate/client/KvObject.html" title="class in io.orchestrate.client">KvObject</a><<a href="../../../../io/orchestrate/client/dao/AsyncDao.html" title="type parameter in AsyncDao">T</a>></code></td>
<td class="colLast"><code><strong><a href="../../../../io/orchestrate/client/dao/AsyncDao.html#findOne(java.lang.String, io.orchestrate.client.KvMetadata)">findOne</a></strong>(java.lang.String key,
<a href="../../../../io/orchestrate/client/KvMetadata.html" title="class in io.orchestrate.client">KvMetadata</a> metadata)</code>
<div class="block">Return the <code>KvObject</code> for the object stored with the specified
<code>key</code> and the version from the <code>metadata</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../io/orchestrate/client/dao/AsyncDao.html#findOne(java.lang.String, io.orchestrate.client.KvMetadata, java.lang.Iterable)">findOne</a></strong>(java.lang.String key,
<a href="../../../../io/orchestrate/client/KvMetadata.html" title="class in io.orchestrate.client">KvMetadata</a> metadata,
java.lang.Iterable<<a href="../../../../io/orchestrate/client/ResponseListener.html" title="interface in io.orchestrate.client">ResponseListener</a><<a href="../../../../io/orchestrate/client/KvObject.html" title="class in io.orchestrate.client">KvObject</a><<a href="../../../../io/orchestrate/client/dao/AsyncDao.html" title="type parameter in AsyncDao">T</a>>>> listeners)</code>
<div class="block">Find the object stored with the specified <code>key</code> and the version
from the <code>metadata</code> and fire the <code>listeners</code> on the response.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../io/orchestrate/client/KvObject.html" title="class in io.orchestrate.client">KvObject</a><<a href="../../../../io/orchestrate/client/dao/AsyncDao.html" title="type parameter in AsyncDao">T</a>></code></td>
<td class="colLast"><code><strong><a href="../../../../io/orchestrate/client/dao/AsyncDao.html#findOne(java.lang.String, java.lang.String)">findOne</a></strong>(java.lang.String key,
java.lang.String ref)</code>
<div class="block">Return the <code>KvObject</code> for the object stored with the specified
<code>key</code> and the version <code>ref</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../io/orchestrate/client/dao/AsyncDao.html#findOne(java.lang.String, java.lang.String, java.lang.Iterable)">findOne</a></strong>(java.lang.String key,
java.lang.String ref,
java.lang.Iterable<<a href="../../../../io/orchestrate/client/ResponseListener.html" title="interface in io.orchestrate.client">ResponseListener</a><<a href="../../../../io/orchestrate/client/KvObject.html" title="class in io.orchestrate.client">KvObject</a><<a href="../../../../io/orchestrate/client/dao/AsyncDao.html" title="type parameter in AsyncDao">T</a>>>> listeners)</code>
<div class="block">Find the object stored with the specified <code>key</code> and the version
<code>ref</code> and fire the <code>listeners</code> on the response.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../io/orchestrate/client/KvMetadata.html" title="class in io.orchestrate.client">KvMetadata</a></code></td>
<td class="colLast"><code><strong><a href="../../../../io/orchestrate/client/dao/AsyncDao.html#save(java.lang.String, T)">save</a></strong>(java.lang.String key,
<a href="../../../../io/orchestrate/client/dao/AsyncDao.html" title="type parameter in AsyncDao">T</a> value)</code>
<div class="block">Save the specified <code>value</code> to the <code>key</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../io/orchestrate/client/KvMetadata.html" title="class in io.orchestrate.client">KvMetadata</a></code></td>
<td class="colLast"><code><strong><a href="../../../../io/orchestrate/client/dao/AsyncDao.html#save(java.lang.String, T, boolean)">save</a></strong>(java.lang.String key,
<a href="../../../../io/orchestrate/client/dao/AsyncDao.html" title="type parameter in AsyncDao">T</a> value,
boolean ifAbsent)</code>
<div class="block">Save the specified <code>value</code> to the <code>key</code> if and only if the
<code>key</code> does not already exist when <code>ifAbsent</code> is <code>true</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../io/orchestrate/client/dao/AsyncDao.html#save(java.lang.String, T, boolean, java.lang.Iterable)">save</a></strong>(java.lang.String key,
<a href="../../../../io/orchestrate/client/dao/AsyncDao.html" title="type parameter in AsyncDao">T</a> value,
boolean ifAbsent,
java.lang.Iterable<<a href="../../../../io/orchestrate/client/ResponseListener.html" title="interface in io.orchestrate.client">ResponseListener</a><<a href="../../../../io/orchestrate/client/KvMetadata.html" title="class in io.orchestrate.client">KvMetadata</a>>> listeners)</code>
<div class="block">Save the specified <code>value</code> to the <code>key</code> if and only if the
<code>key</code> does not already exist when <code>ifAbsent</code> is <code>true</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../io/orchestrate/client/dao/AsyncDao.html#save(java.lang.String, T, java.lang.Iterable)">save</a></strong>(java.lang.String key,
<a href="../../../../io/orchestrate/client/dao/AsyncDao.html" title="type parameter in AsyncDao">T</a> value,
java.lang.Iterable<<a href="../../../../io/orchestrate/client/ResponseListener.html" title="interface in io.orchestrate.client">ResponseListener</a><<a href="../../../../io/orchestrate/client/KvMetadata.html" title="class in io.orchestrate.client">KvMetadata</a>>> listeners)</code>
<div class="block">Save the specified <code>value</code> to the <code>key</code> and fire the
<code>listeners</code> on the response.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../io/orchestrate/client/KvMetadata.html" title="class in io.orchestrate.client">KvMetadata</a></code></td>
<td class="colLast"><code><strong><a href="../../../../io/orchestrate/client/dao/AsyncDao.html#save(java.lang.String, T, io.orchestrate.client.KvMetadata)">save</a></strong>(java.lang.String key,
<a href="../../../../io/orchestrate/client/dao/AsyncDao.html" title="type parameter in AsyncDao">T</a> value,
<a href="../../../../io/orchestrate/client/KvMetadata.html" title="class in io.orchestrate.client">KvMetadata</a> metadata)</code>
<div class="block">Save the specified <code>value</code> to the <code>key</code> if and only if the
ref from the <code>metadata</code> matches the current stored ref.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../io/orchestrate/client/dao/AsyncDao.html#save(java.lang.String, T, io.orchestrate.client.KvMetadata, java.lang.Iterable)">save</a></strong>(java.lang.String key,
<a href="../../../../io/orchestrate/client/dao/AsyncDao.html" title="type parameter in AsyncDao">T</a> value,
<a href="../../../../io/orchestrate/client/KvMetadata.html" title="class in io.orchestrate.client">KvMetadata</a> metadata,
java.lang.Iterable<<a href="../../../../io/orchestrate/client/ResponseListener.html" title="interface in io.orchestrate.client">ResponseListener</a><<a href="../../../../io/orchestrate/client/KvMetadata.html" title="class in io.orchestrate.client">KvMetadata</a>>> listeners)</code>
<div class="block">Save the specified <code>value</code> to the <code>key</code> if and only if the
ref from the <code>metadata</code> matches the current stored ref.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../io/orchestrate/client/KvMetadata.html" title="class in io.orchestrate.client">KvMetadata</a></code></td>
<td class="colLast"><code><strong><a href="../../../../io/orchestrate/client/dao/AsyncDao.html#save(java.lang.String, T, java.lang.String)">save</a></strong>(java.lang.String key,
<a href="../../../../io/orchestrate/client/dao/AsyncDao.html" title="type parameter in AsyncDao">T</a> value,
java.lang.String currentRef)</code>
<div class="block">Save the specified <code>value</code> to the <code>key</code> if and only if the
<code>currentRef</code> matches the current stored ref.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../io/orchestrate/client/dao/AsyncDao.html#save(java.lang.String, T, java.lang.String, java.lang.Iterable)">save</a></strong>(java.lang.String key,
<a href="../../../../io/orchestrate/client/dao/AsyncDao.html" title="type parameter in AsyncDao">T</a> value,
java.lang.String currentRef,
java.lang.Iterable<<a href="../../../../io/orchestrate/client/ResponseListener.html" title="interface in io.orchestrate.client">ResponseListener</a><<a href="../../../../io/orchestrate/client/KvMetadata.html" title="class in io.orchestrate.client">KvMetadata</a>>> listeners)</code>
<div class="block">Save the specified <code>value</code> to the <code>key</code> if and only if the
<code>currentRef</code> matches the current stored ref.</div>
</td>
</tr>
</table>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="findOne(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>findOne</h4>
<pre>@Nullable
<a href="../../../../io/orchestrate/client/KvObject.html" title="class in io.orchestrate.client">KvObject</a><<a href="../../../../io/orchestrate/client/dao/AsyncDao.html" title="type parameter in AsyncDao">T</a>> findOne(java.lang.String key)</pre>
<div class="block">Return the <code>KvObject</code> for the object stored with the specified
<code>key</code>.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>key</code> - The key used to find the object.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The KvObject with this key, may return <code>null</code>.</dd></dl>
</li>
</ul>
<a name="findOne(java.lang.String, java.lang.Iterable)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>findOne</h4>
<pre>void findOne(java.lang.String key,
java.lang.Iterable<<a href="../../../../io/orchestrate/client/ResponseListener.html" title="interface in io.orchestrate.client">ResponseListener</a><<a href="../../../../io/orchestrate/client/KvObject.html" title="class in io.orchestrate.client">KvObject</a><<a href="../../../../io/orchestrate/client/dao/AsyncDao.html" title="type parameter in AsyncDao">T</a>>>> listeners)</pre>
<div class="block">Find the object stored with the specified <code>key</code> and fire the
<code>listeners</code> on the response.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>key</code> - The key used to find the object.</dd><dd><code>listeners</code> - The callbacks to fire on the operation's response.</dd></dl>
</li>
</ul>
<a name="findOne(java.lang.String, io.orchestrate.client.KvMetadata)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>findOne</h4>
<pre>@Nullable
<a href="../../../../io/orchestrate/client/KvObject.html" title="class in io.orchestrate.client">KvObject</a><<a href="../../../../io/orchestrate/client/dao/AsyncDao.html" title="type parameter in AsyncDao">T</a>> findOne(java.lang.String key,
<a href="../../../../io/orchestrate/client/KvMetadata.html" title="class in io.orchestrate.client">KvMetadata</a> metadata)</pre>
<div class="block">Return the <code>KvObject</code> for the object stored with the specified
<code>key</code> and the version from the <code>metadata</code>.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>key</code> - The key used to find the object.</dd><dd><code>metadata</code> - The metadata about the version of the object to get.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The KvObject with this key and version (from the metadata), may
return <code>null</code>.</dd></dl>
</li>
</ul>
<a name="findOne(java.lang.String, io.orchestrate.client.KvMetadata, java.lang.Iterable)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>findOne</h4>
<pre>void findOne(java.lang.String key,
<a href="../../../../io/orchestrate/client/KvMetadata.html" title="class in io.orchestrate.client">KvMetadata</a> metadata,
java.lang.Iterable<<a href="../../../../io/orchestrate/client/ResponseListener.html" title="interface in io.orchestrate.client">ResponseListener</a><<a href="../../../../io/orchestrate/client/KvObject.html" title="class in io.orchestrate.client">KvObject</a><<a href="../../../../io/orchestrate/client/dao/AsyncDao.html" title="type parameter in AsyncDao">T</a>>>> listeners)</pre>
<div class="block">Find the object stored with the specified <code>key</code> and the version
from the <code>metadata</code> and fire the <code>listeners</code> on the response.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>key</code> - The key used to find the object.</dd><dd><code>metadata</code> - The metadata about the version of the object to get.</dd><dd><code>listeners</code> - The callbacks to fire on the operation's response.</dd></dl>
</li>
</ul>
<a name="findOne(java.lang.String, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>findOne</h4>
<pre>@Nullable
<a href="../../../../io/orchestrate/client/KvObject.html" title="class in io.orchestrate.client">KvObject</a><<a href="../../../../io/orchestrate/client/dao/AsyncDao.html" title="type parameter in AsyncDao">T</a>> findOne(java.lang.String key,
java.lang.String ref)</pre>
<div class="block">Return the <code>KvObject</code> for the object stored with the specified
<code>key</code> and the version <code>ref</code>.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>key</code> - The key used to find the object.</dd><dd><code>ref</code> - The version of the object.</dd>
<dt><span class="strong">Returns:</span></dt><dd>A KvObject with this key and version, may return <code>null</code>.</dd></dl>
</li>
</ul>
<a name="findOne(java.lang.String, java.lang.String, java.lang.Iterable)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>findOne</h4>
<pre>void findOne(java.lang.String key,
java.lang.String ref,
java.lang.Iterable<<a href="../../../../io/orchestrate/client/ResponseListener.html" title="interface in io.orchestrate.client">ResponseListener</a><<a href="../../../../io/orchestrate/client/KvObject.html" title="class in io.orchestrate.client">KvObject</a><<a href="../../../../io/orchestrate/client/dao/AsyncDao.html" title="type parameter in AsyncDao">T</a>>>> listeners)</pre>
<div class="block">Find the object stored with the specified <code>key</code> and the version
<code>ref</code> and fire the <code>listeners</code> on the response.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>key</code> - The key used to find the object.</dd><dd><code>ref</code> - The version of the object.</dd><dd><code>listeners</code> - The callbacks to fire on the operation's response.</dd></dl>
</li>
</ul>
<a name="save(java.lang.String,java.lang.Object)">
<!-- -->
</a><a name="save(java.lang.String, T)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>save</h4>
<pre><a href="../../../../io/orchestrate/client/KvMetadata.html" title="class in io.orchestrate.client">KvMetadata</a> save(java.lang.String key,
<a href="../../../../io/orchestrate/client/dao/AsyncDao.html" title="type parameter in AsyncDao">T</a> value)</pre>
<div class="block">Save the specified <code>value</code> to the <code>key</code>. This returns the
<a href="../../../../io/orchestrate/client/KvMetadata.html" title="class in io.orchestrate.client"><code>KvMetadata</code></a> about the saved object.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>key</code> - The key to save the specified <code>value</code> to.</dd><dd><code>value</code> - The object to save.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The metadata about the saved object.</dd></dl>
</li>
</ul>
<a name="save(java.lang.String,java.lang.Object,java.lang.Iterable)">
<!-- -->
</a><a name="save(java.lang.String, T, java.lang.Iterable)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>save</h4>
<pre>void save(java.lang.String key,
<a href="../../../../io/orchestrate/client/dao/AsyncDao.html" title="type parameter in AsyncDao">T</a> value,
java.lang.Iterable<<a href="../../../../io/orchestrate/client/ResponseListener.html" title="interface in io.orchestrate.client">ResponseListener</a><<a href="../../../../io/orchestrate/client/KvMetadata.html" title="class in io.orchestrate.client">KvMetadata</a>>> listeners)</pre>
<div class="block">Save the specified <code>value</code> to the <code>key</code> and fire the
<code>listeners</code> on the response.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>key</code> - The key to save the specified <code>value</code> to.</dd><dd><code>value</code> - The object to save.</dd><dd><code>listeners</code> - The callbacks to fire on the operation's response.</dd></dl>
</li>
</ul>
<a name="save(java.lang.String,java.lang.Object,boolean)">
<!-- -->
</a><a name="save(java.lang.String, T, boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>save</h4>
<pre>@Nullable
<a href="../../../../io/orchestrate/client/KvMetadata.html" title="class in io.orchestrate.client">KvMetadata</a> save(java.lang.String key,
<a href="../../../../io/orchestrate/client/dao/AsyncDao.html" title="type parameter in AsyncDao">T</a> value,
boolean ifAbsent)</pre>
<div class="block">Save the specified <code>value</code> to the <code>key</code> if and only if the
<code>key</code> does not already exist when <code>ifAbsent</code> is <code>true</code>.
<p>If <code>ifAbsent</code> is <code>true</code> and the <code>key</code> already exists
the <code>KvMetadata</code> will be <code>null</code>.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>key</code> - The key to save the specified <code>value</code> to.</dd><dd><code>value</code> - The object to save.</dd><dd><code>ifAbsent</code> - When <code>true</code> the store operation will only succeed
if the specified <code>key</code> does not already exist.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The metadata about the saved object, may be <code>null</code>.</dd></dl>
</li>
</ul>
<a name="save(java.lang.String,java.lang.Object,boolean,java.lang.Iterable)">
<!-- -->
</a><a name="save(java.lang.String, T, boolean, java.lang.Iterable)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>save</h4>
<pre>void save(java.lang.String key,
<a href="../../../../io/orchestrate/client/dao/AsyncDao.html" title="type parameter in AsyncDao">T</a> value,
boolean ifAbsent,
java.lang.Iterable<<a href="../../../../io/orchestrate/client/ResponseListener.html" title="interface in io.orchestrate.client">ResponseListener</a><<a href="../../../../io/orchestrate/client/KvMetadata.html" title="class in io.orchestrate.client">KvMetadata</a>>> listeners)</pre>
<div class="block">Save the specified <code>value</code> to the <code>key</code> if and only if the
<code>key</code> does not already exist when <code>ifAbsent</code> is <code>true</code>.
Fire the <code>listeners</code> on the response.
<p>If <code>ifAbsent</code> is <code>true</code> and the <code>key</code> already exists
the <code>KvMetadata</code> will be <code>null</code>.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>key</code> - The key to save the specified <code>value</code> to.</dd><dd><code>value</code> - The object to save.</dd><dd><code>ifAbsent</code> - When <code>true</code> the store operation will only succeed
if the specified <code>key</code> does not already exist.</dd><dd><code>listeners</code> - The callbacks to fire on the operation's response.</dd></dl>
</li>
</ul>
<a name="save(java.lang.String,java.lang.Object,io.orchestrate.client.KvMetadata)">
<!-- -->
</a><a name="save(java.lang.String, T, io.orchestrate.client.KvMetadata)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>save</h4>
<pre>@Nullable
<a href="../../../../io/orchestrate/client/KvMetadata.html" title="class in io.orchestrate.client">KvMetadata</a> save(java.lang.String key,
<a href="../../../../io/orchestrate/client/dao/AsyncDao.html" title="type parameter in AsyncDao">T</a> value,
<a href="../../../../io/orchestrate/client/KvMetadata.html" title="class in io.orchestrate.client">KvMetadata</a> metadata)</pre>
<div class="block">Save the specified <code>value</code> to the <code>key</code> if and only if the
ref from the <code>metadata</code> matches the current stored ref.
<p>If the ref from the metadata does not match the current ref stored, the
resulting <code>KvMetadata</code> will be <code>null</code>.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>key</code> - The key to save the specified <code>value</code> to.</dd><dd><code>value</code> - The object to save.</dd><dd><code>metadata</code> - The metadata about the current object stored to this key.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The metadata about the saved object.</dd></dl>
</li>
</ul>
<a name="save(java.lang.String,java.lang.Object,io.orchestrate.client.KvMetadata,java.lang.Iterable)">
<!-- -->
</a><a name="save(java.lang.String, T, io.orchestrate.client.KvMetadata, java.lang.Iterable)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>save</h4>
<pre>void save(java.lang.String key,
<a href="../../../../io/orchestrate/client/dao/AsyncDao.html" title="type parameter in AsyncDao">T</a> value,
<a href="../../../../io/orchestrate/client/KvMetadata.html" title="class in io.orchestrate.client">KvMetadata</a> metadata,
java.lang.Iterable<<a href="../../../../io/orchestrate/client/ResponseListener.html" title="interface in io.orchestrate.client">ResponseListener</a><<a href="../../../../io/orchestrate/client/KvMetadata.html" title="class in io.orchestrate.client">KvMetadata</a>>> listeners)</pre>
<div class="block">Save the specified <code>value</code> to the <code>key</code> if and only if the
ref from the <code>metadata</code> matches the current stored ref. Fire the
<code>listeners</code> on the response.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>key</code> - The key to save the specified <code>value</code> to.</dd><dd><code>value</code> - The object to save.</dd><dd><code>metadata</code> - The metadata about the current object stored to this key.</dd><dd><code>listeners</code> - The callbacks to fire on the operation's response.</dd></dl>
</li>
</ul>
<a name="save(java.lang.String,java.lang.Object,java.lang.String)">
<!-- -->
</a><a name="save(java.lang.String, T, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>save</h4>
<pre>@Nullable
<a href="../../../../io/orchestrate/client/KvMetadata.html" title="class in io.orchestrate.client">KvMetadata</a> save(java.lang.String key,
<a href="../../../../io/orchestrate/client/dao/AsyncDao.html" title="type parameter in AsyncDao">T</a> value,
java.lang.String currentRef)</pre>
<div class="block">Save the specified <code>value</code> to the <code>key</code> if and only if the
<code>currentRef</code> matches the current stored ref.
<p>If the <code>currentRef</code> does not match the current ref stored, the
resulting <code>KvMetadata</code> will be <code>null</code>.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>key</code> - The key to save the specified <code>value</code> to.</dd><dd><code>value</code> - The object to save.</dd><dd><code>currentRef</code> - The ref of the last known object stored to this key.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The metadata about the saved object.</dd></dl>
</li>
</ul>
<a name="save(java.lang.String,java.lang.Object,java.lang.String,java.lang.Iterable)">
<!-- -->
</a><a name="save(java.lang.String, T, java.lang.String, java.lang.Iterable)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>save</h4>
<pre>void save(java.lang.String key,
<a href="../../../../io/orchestrate/client/dao/AsyncDao.html" title="type parameter in AsyncDao">T</a> value,
java.lang.String currentRef,
java.lang.Iterable<<a href="../../../../io/orchestrate/client/ResponseListener.html" title="interface in io.orchestrate.client">ResponseListener</a><<a href="../../../../io/orchestrate/client/KvMetadata.html" title="class in io.orchestrate.client">KvMetadata</a>>> listeners)</pre>
<div class="block">Save the specified <code>value</code> to the <code>key</code> if and only if the
<code>currentRef</code> matches the current stored ref. Fire the
<code>listeners</code> on the response.
<p>If the <code>currentRef</code> does not match the current ref stored, the
resulting <code>KvMetadata</code> will be <code>null</code>.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>key</code> - The key to save the specified <code>value</code> to.</dd><dd><code>value</code> - The object to save.</dd><dd><code>currentRef</code> - The ref of the last known object stored to this key.</dd><dd><code>listeners</code> - The callbacks to fire on the operation's response.</dd></dl>
</li>
</ul>
<a name="delete(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>delete</h4>
<pre>java.lang.Boolean delete(java.lang.String key)</pre>
<div class="block">Delete the object with the specified <code>key</code>.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>key</code> - The key of the object to delete.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The success of the delete.</dd></dl>
</li>
</ul>
<a name="delete(java.lang.String, java.lang.Iterable)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>delete</h4>
<pre>void delete(java.lang.String key,
java.lang.Iterable<<a href="../../../../io/orchestrate/client/ResponseListener.html" title="interface in io.orchestrate.client">ResponseListener</a><java.lang.Boolean>> listeners)</pre>
<div class="block">Delete the object with the specified <code>key</code> and fire the
<code>listeners</code> on the response.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>key</code> - The key of the object to delete.</dd><dd><code>listeners</code> - The callbacks to fire on the operation's response.</dd></dl>
</li>
</ul>
<a name="delete(java.lang.String, io.orchestrate.client.KvMetadata)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>delete</h4>
<pre>java.lang.Boolean delete(java.lang.String key,
<a href="../../../../io/orchestrate/client/KvMetadata.html" title="class in io.orchestrate.client">KvMetadata</a> metadata)</pre>
<div class="block">Delete the object with the specified <code>key</code> if and only if the ref
from the <code>metadata</code> matches the current stored ref.
<p>If the ref from the metadata does not match the current ref stored, the
result will be <code>false</code>.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>key</code> - The key of the object to delete.</dd><dd><code>metadata</code> - The metadata about the current object stored to this key.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The success of the delete.</dd></dl>
</li>
</ul>
<a name="delete(java.lang.String, io.orchestrate.client.KvMetadata, java.lang.Iterable)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>delete</h4>
<pre>void delete(java.lang.String key,
<a href="../../../../io/orchestrate/client/KvMetadata.html" title="class in io.orchestrate.client">KvMetadata</a> metadata,
java.lang.Iterable<<a href="../../../../io/orchestrate/client/ResponseListener.html" title="interface in io.orchestrate.client">ResponseListener</a><java.lang.Boolean>> listeners)</pre>
<div class="block">Delete the object with the specified <code>key</code> if and only if the ref
from the <code>metadata</code> matches the current stored ref.
<p>If the ref from the metadata does not match the current ref stored, the
result will be <code>false</code>.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>key</code> - The key of the object to delete.</dd><dd><code>metadata</code> - The metadata about the current object stored to this key.</dd><dd><code>listeners</code> - The callbacks to fire on the operation's response.</dd></dl>
</li>
</ul>
<a name="delete(java.lang.String, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>delete</h4>
<pre>java.lang.Boolean delete(java.lang.String key,
java.lang.String currentRef)</pre>
<div class="block">Delete the object with the specified <code>key</code> if and only if the
<code>currentRef</code> matches the current stored ref.
<p>If the <code>currentRef</code> does not match the current ref stored, the
result will be <code>false</code>.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>key</code> - The key of the object to delete.</dd><dd><code>currentRef</code> - The ref of the last known object stored to this key.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The success of the delete.</dd></dl>
</li>
</ul>
<a name="delete(java.lang.String, java.lang.String, java.lang.Iterable)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>delete</h4>
<pre>void delete(java.lang.String key,
java.lang.String currentRef,
java.lang.Iterable<<a href="../../../../io/orchestrate/client/ResponseListener.html" title="interface in io.orchestrate.client">ResponseListener</a><java.lang.Boolean>> listeners)</pre>
<div class="block">Delete the object with the specified <code>key</code> if and only if the
<code>currentRef</code> matches the current stored ref.
<p>If the <code>currentRef</code> does not match the current ref stored, the
result will be <code>false</code>.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>key</code> - The key of the object to delete.</dd><dd><code>currentRef</code> - The ref of the last known object stored to this key.</dd><dd><code>listeners</code> - The callbacks to fire on the operation's response.</dd></dl>
</li>
</ul>
<a name="deleteCollection()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>deleteCollection</h4>
<pre>java.lang.Boolean deleteCollection()</pre>
<div class="block">Delete all objects in the collection.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>The success of the delete.</dd></dl>
</li>
</ul>
<a name="deleteCollection(java.lang.Iterable)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>deleteCollection</h4>
<pre>void deleteCollection(java.lang.Iterable<<a href="../../../../io/orchestrate/client/ResponseListener.html" title="interface in io.orchestrate.client">ResponseListener</a><java.lang.Boolean>> listeners)</pre>
<div class="block">Delete all objects in the collection.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>listeners</code> - The callbacks to fire on the operation's response.</dd></dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Class</li>
<li><a href="../../../../io/orchestrate/client/dao/GenericAsyncDao.html" title="class in io.orchestrate.client.dao"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?io/orchestrate/client/dao/AsyncDao.html" target="_top">Frames</a></li>
<li><a href="AsyncDao.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
dsebban/orchestrate-java-client
|
www/source/javadoc/0.5.0/io/orchestrate/client/dao/AsyncDao.html
|
HTML
|
apache-2.0
| 44,983
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><TITLE>Man page of STAT</TITLE>
</HEAD><BODY>
<H1>STAT</H1>
Section: Linux Programmer's Manual (2)<BR>Updated: 2014-08-19<BR><A HREF="#index">Index</A>
<A HREF="../index.html">Return to Main Contents</A><HR>
<A NAME="lbAB"> </A>
<H2>NAME</H2>
stat, fstat, lstat, fstatat - get file status
<A NAME="lbAC"> </A>
<H2>SYNOPSIS</H2>
<PRE>
<B>#include <<A HREF="file:///usr/include/sys/types.h">sys/types.h</A>></B>
<BR>
<B>#include <<A HREF="file:///usr/include/sys/stat.h">sys/stat.h</A>></B>
<BR>
<B>#include <<A HREF="file:///usr/include/unistd.h">unistd.h</A>></B>
<B>int stat(const char *</B><I>pathname</I><B>, struct stat *</B><I>buf</I><B>);</B>
<BR>
<B>int fstat(int </B><I>fd</I><B>, struct stat *</B><I>buf</I><B>);</B>
<BR>
<B>int lstat(const char *</B><I>pathname</I><B>, struct stat *</B><I>buf</I><B>);</B>
<B>#include <<A HREF="file:///usr/include/fcntl.h">fcntl.h</A>> </B>/* Definition of AT_* constants */
<B>#include <<A HREF="file:///usr/include/sys/stat.h">sys/stat.h</A>></B>
<B>int fstatat(int </B><I>dirfd</I><B>, const char *</B><I>pathname</I><B>, struct stat *</B><I>buf</I><B>,</B>
<B> int </B><I>flags</I><B>);</B>
</PRE>
<P>
Feature Test Macro Requirements for glibc (see
<B><A HREF="../man7/feature_test_macros.7.html">feature_test_macros</A></B>(7)):
<P>
<B>lstat</B>():
<DL COMPACT><DT><DD>
/* glibc 2.19 and earlier */ _BSD_SOURCE ||
<BR>
/* Since glibc 2.20 */_DEFAULT_SOURCE ||
<BR>
_XOPEN_SOURCE >= 500 ||
_XOPEN_SOURCE && _XOPEN_SOURCE_EXTENDED
<BR>
|| /* Since glibc 2.10: */ _POSIX_C_SOURCE >= 200112L
</DL>
<P>
<B>fstatat</B>():
<DL COMPACT><DT><DD>
<DL COMPACT>
<DT>Since glibc 2.10:<DD>
_XOPEN_SOURCE >= 700 || _POSIX_C_SOURCE >= 200809L
<DT>Before glibc 2.10:<DD>
_ATFILE_SOURCE
</DL>
</DL>
<A NAME="lbAD"> </A>
<H2>DESCRIPTION</H2>
<P>
These functions return information about a file, in the buffer pointed to by
<I>stat</I>.
No permissions are required on the file itself, but---in the case of
<B>stat</B>(),
<B>fstatat</B>(),
and
<B>lstat</B>()---execute
(search) permission is required on all of the directories in
<I>pathname</I>
that lead to the file.
<P>
<B>stat</B>()
and
<B>fstatat</B>()
retrieve information about the file pointed to by
<I>pathname</I>;
the differences for
<B>fstatat</B>()
are described below.
<P>
<B>lstat</B>()
is identical to
<B>stat</B>(),
except that if
<I>pathname</I>
is a symbolic link, then it returns information about the link itself,
not the file that it refers to.
<P>
<B>fstat</B>()
is identical to
<B>stat</B>(),
except that the file about which information is to be retrieved
is specified by the file descriptor
<I>fd</I>.
<P>
All of these system calls return a
<I>stat</I>
structure, which contains the following fields:
<P>
<PRE>
struct stat {
dev_t st_dev; /* ID of device containing file */
ino_t st_ino; /* inode number */
mode_t st_mode; /* protection */
nlink_t st_nlink; /* number of hard links */
uid_t st_uid; /* user ID of owner */
gid_t st_gid; /* group ID of owner */
dev_t st_rdev; /* device ID (if special file) */
off_t st_size; /* total size, in bytes */
blksize_t st_blksize; /* blocksize for filesystem I/O */
blkcnt_t st_blocks; /* number of 512B blocks allocated */
/* Since Linux 2.6, the kernel supports nanosecond
precision for the following timestamp fields.
For the details before Linux 2.6, see NOTES. */
struct timespec st_atim; /* time of last access */
struct timespec st_mtim; /* time of last modification */
struct timespec st_ctim; /* time of last status change */
#define st_atime st_atim.tv_sec /* Backward compatibility */
#define st_mtime st_mtim.tv_sec
#define st_ctime st_ctim.tv_sec
};
</PRE>
<P>
<I>Note:</I>
the order of fields in the
<I>stat</I>
structure varies somewhat
across architectures.
In addition,
the definition above does not show the padding bytes
that may be present between some fields on various architectures.
Consult the the glibc and kernel source code
if you need to know the details.
<P>
The
<I>st_dev</I>
field describes the device on which this file resides.
(The
<B><A HREF="../man3/major.3.html">major</A></B>(3)
and
<B><A HREF="../man3/minor.3.html">minor</A></B>(3)
macros may be useful to decompose the device ID in this field.)
<P>
The
<I>st_rdev</I>
field describes the device that this file (inode) represents.
<P>
The
<I>st_size</I>
field gives the size of the file (if it is a regular
file or a symbolic link) in bytes.
The size of a symbolic link is the length of the pathname
it contains, without a terminating null byte.
<P>
The
<I>st_blocks</I>
field indicates the number of blocks allocated to the file, 512-byte units.
(This may be smaller than
<I>st_size</I>/512
when the file has holes.)
<P>
The
<I>st_blksize</I>
field gives the "preferred" blocksize for efficient filesystem I/O.
(Writing to a file in smaller chunks may cause
an inefficient read-modify-rewrite.)
<P>
Not all of the Linux filesystems implement all of the time fields.
Some filesystem types allow mounting in such a way that file
and/or directory accesses do not cause an update of the
<I>st_atime</I>
field.
(See
<I>noatime</I>,
<I>nodiratime</I>,
and
<I>relatime</I>
in
<B><A HREF="../man8/mount.8.html">mount</A></B>(8),
and related information in
<B><A HREF="../man2/mount.2.html">mount</A></B>(2).)
In addition,
<I>st_atime</I>
is not updated if a file is opened with the
<B>O_NOATIME</B>;
see
<B><A HREF="../man2/open.2.html">open</A></B>(2).
<P>
The field
<I>st_atime</I>
is changed by file accesses, for example, by
<B><A HREF="../man2/execve.2.html">execve</A></B>(2),
<B><A HREF="../man2/mknod.2.html">mknod</A></B>(2),
<B><A HREF="../man2/pipe.2.html">pipe</A></B>(2),
<B><A HREF="../man2/utime.2.html">utime</A></B>(2),
and
<B><A HREF="../man2/read.2.html">read</A></B>(2)
(of more than zero bytes).
Other routines, like
<B><A HREF="../man2/mmap.2.html">mmap</A></B>(2),
may or may not update
<I>st_atime</I>.
<P>
The field
<I>st_mtime</I>
is changed by file modifications, for example, by
<B><A HREF="../man2/mknod.2.html">mknod</A></B>(2),
<B><A HREF="../man2/truncate.2.html">truncate</A></B>(2),
<B><A HREF="../man2/utime.2.html">utime</A></B>(2),
and
<B><A HREF="../man2/write.2.html">write</A></B>(2)
(of more than zero bytes).
Moreover,
<I>st_mtime</I>
of a directory is changed by the creation or deletion of files
in that directory.
The
<I>st_mtime</I>
field is
<I>not</I>
changed for changes in owner, group, hard link count, or mode.
<P>
The field
<I>st_ctime</I>
is changed by writing or by setting inode information
(i.e., owner, group, link count, mode, etc.).
<P>
The following mask values are defined for the file type component of the
<I>st_mode</I>
field:
<TABLE>
<TR VALIGN=top><TD><B>S_IFMT</B></TD><TD>0170000</TD><TD>bit mask for the file type bit fields<BR></TD></TR>
<TR VALIGN=top><TD><B></B></TD><TD></TD><TD><BR></TD></TR>
<TR VALIGN=top><TD><B>S_IFSOCK</B></TD><TD>0140000</TD><TD>socket<BR></TD></TR>
<TR VALIGN=top><TD><B>S_IFLNK</B></TD><TD>0120000</TD><TD>symbolic link<BR></TD></TR>
<TR VALIGN=top><TD><B>S_IFREG</B></TD><TD>0100000</TD><TD>regular file<BR></TD></TR>
<TR VALIGN=top><TD><B>S_IFBLK</B></TD><TD>0060000</TD><TD>block device<BR></TD></TR>
<TR VALIGN=top><TD><B>S_IFDIR</B></TD><TD>0040000</TD><TD>directory<BR></TD></TR>
<TR VALIGN=top><TD><B>S_IFCHR</B></TD><TD>0020000</TD><TD>character device<BR></TD></TR>
<TR VALIGN=top><TD><B>S_IFIFO</B></TD><TD>0010000</TD><TD>FIFO<BR></TD></TR>
</TABLE>
<P>
Thus, to test for a regular file (for example), one could write:
<P>
<PRE>
stat(pathname, &sb);
if ((sb.st_mode & S_IFMT) == S_IFREG) {
/* Handle regular file */
}
</PRE>
<P>
Because tests of the above form are common, additional
macros are defined by POSIX to allow the test of the file type in
<I>st_mode</I>
to be written more concisely:
<DL COMPACT><DT><DD>
<DL COMPACT>
<DT><B>S_ISREG</B>(m)
<DD>
is it a regular file?
<DT><B>S_ISDIR</B>(m)
<DD>
directory?
<DT><B>S_ISCHR</B>(m)
<DD>
character device?
<DT><B>S_ISBLK</B>(m)
<DD>
block device?
<DT><B>S_ISFIFO</B>(m)
<DD>
FIFO (named pipe)?
<DT><B>S_ISLNK</B>(m)
<DD>
symbolic link? (Not in POSIX.1-1996.)
<DT><B>S_ISSOCK</B>(m)
<DD>
socket? (Not in POSIX.1-1996.)
</DL>
</DL>
<P>
The preceding code snippet could thus be rewritten as:
<P>
<PRE>
stat(pathname, &sb);
if (S_ISREG(sb.st_mode)) {
/* Handle regular file */
}
</PRE>
<P>
The definitions of most of the above file type test macros
are provided if any of the following feature test macros is defined:
<B>_BSD_SOURCE</B>
(in glibc 2.19 and earlier),
<B>_SVID_SOURCE</B>
(in glibc 2.19 and earlier),
or
<B>_DEFAULT_SOURCE</B>
(in glibc 2.20 and later).
In addition, definitions of all of the above macros except
<B>S_IFSOCK</B>
and
<B>S_ISSOCK</B>()
are provided if
<B>_XOPEN_SOURCE</B>
is defined.
The definition of
<B>S_IFSOCK</B>
can also be exposed by defining
<B>_XOPEN_SOURCE</B>
with a value of 500 or greater.
<P>
The definition of
<B>S_ISSOCK</B>()
is exposed if any of the following feature test macros is defined:
<B>_BSD_SOURCE</B>
(in glibc 2.19 and earlier),
<B>_DEFAULT_SOURCE</B>
(in glibc 2.20 and later),
<B>_XOPEN_SOURCE</B>
with a value of 500 or greater, or
<B>_POSIX_C_SOURCE</B>
with a value of 200112L or greater.
<P>
The following mask values are defined for
the file permissions component of the
<I>st_mode</I>
field:
<TABLE>
<TR VALIGN=top><TD><B>S_ISUID</B></TD><TD>0004000</TD><TD>set-user-ID bit<BR></TD></TR>
<TR VALIGN=top><TD><B>S_ISGID</B></TD><TD>0002000</TD><TD>set-group-ID bit (see below)<BR></TD></TR>
<TR VALIGN=top><TD><B>S_ISVTX</B></TD><TD>0001000</TD><TD>sticky bit (see below)<BR></TD></TR>
<TR VALIGN=top><TD><B></B></TD><TD></TD><TD><BR></TD></TR>
<TR VALIGN=top><TD><B>S_IRWXU</B></TD><TD> 00700</TD><TD>mask for file owner permissions<BR></TD></TR>
<TR VALIGN=top><TD><B>S_IRUSR</B></TD><TD> 00400</TD><TD>owner has read permission<BR></TD></TR>
<TR VALIGN=top><TD><B>S_IWUSR</B></TD><TD> 00200</TD><TD>owner has write permission<BR></TD></TR>
<TR VALIGN=top><TD><B>S_IXUSR</B></TD><TD> 00100</TD><TD>owner has execute permission<BR></TD></TR>
<TR VALIGN=top><TD><B></B></TD><TD></TD><TD><BR></TD></TR>
<TR VALIGN=top><TD><B>S_IRWXG</B></TD><TD> 00070</TD><TD>mask for group permissions<BR></TD></TR>
<TR VALIGN=top><TD><B>S_IRGRP</B></TD><TD> 00040</TD><TD>group has read permission<BR></TD></TR>
<TR VALIGN=top><TD><B>S_IWGRP</B></TD><TD> 00020</TD><TD>group has write permission<BR></TD></TR>
<TR VALIGN=top><TD><B>S_IXGRP</B></TD><TD> 00010</TD><TD>group has execute permission<BR></TD></TR>
<TR VALIGN=top><TD><B></B></TD><TD></TD><TD><BR></TD></TR>
<TR VALIGN=top><TD><B>S_IRWXO</B></TD><TD> 00007</TD><TD>
mask for permissions for others (not in group)
<BR></TD></TR>
<TR VALIGN=top><TD><B>S_IROTH</B></TD><TD> 00004</TD><TD>others have read permission<BR></TD></TR>
<TR VALIGN=top><TD><B>S_IWOTH</B></TD><TD> 00002</TD><TD>others have write permission<BR></TD></TR>
<TR VALIGN=top><TD><B>S_IXOTH</B></TD><TD> 00001</TD><TD>others have execute permission<BR></TD></TR>
</TABLE>
<P>
The set-group-ID bit
(<B>S_ISGID</B>)
has several special uses.
For a directory, it indicates that BSD semantics is to be used
for that directory: files created there inherit their group ID from
the directory, not from the effective group ID of the creating process,
and directories created there will also get the
<B>S_ISGID</B>
bit set.
For a file that does not have the group execution bit
(<B>S_IXGRP</B>)
set,
the set-group-ID bit indicates mandatory file/record locking.
<P>
The sticky bit
(<B>S_ISVTX</B>)
on a directory means that a file
in that directory can be renamed or deleted only by the owner
of the file, by the owner of the directory, and by a privileged
process.
<A NAME="lbAE"> </A>
<H3>fstatat()</H3>
The
<B>fstatat</B>()
system call operates in exactly the same way as
<B>stat</B>(),
except for the differences described here.
<P>
If the pathname given in
<I>pathname</I>
is relative, then it is interpreted relative to the directory
referred to by the file descriptor
<I>dirfd</I>
(rather than relative to the current working directory of
the calling process, as is done by
<B>stat</B>()
for a relative pathname).
<P>
If
<I>pathname</I>
is relative and
<I>dirfd</I>
is the special value
<B>AT_FDCWD</B>,
then
<I>pathname</I>
is interpreted relative to the current working
directory of the calling process (like
<B>stat</B>()).
<P>
If
<I>pathname</I>
is absolute, then
<I>dirfd</I>
is ignored.
<P>
<I>flags</I>
can either be 0, or include one or more of the following flags ORed:
<DL COMPACT>
<DT><B>AT_EMPTY_PATH</B> (since Linux 2.6.39)
<DD>
If
<I>pathname</I>
is an empty string, operate on the file referred to by
<I>dirfd</I>
(which may have been obtained using the
<B><A HREF="../man2/open.2.html">open</A></B>(2)
<B>O_PATH</B>
flag).
If
<I>dirfd</I>
is
<B>AT_FDCWD</B>,
the call operates on the current working directory.
In this case,
<I>dirfd</I>
can refer to any type of file, not just a directory.
This flag is Linux-specific; define
<B>_GNU_SOURCE</B>
to obtain its definition.
<DT><B>AT_NO_AUTOMOUNT</B> (since Linux 2.6.38)
<DD>
Don't automount the terminal ("basename") component of
<I>pathname</I>
if it is a directory that is an automount point.
This allows the caller to gather attributes of an automount point
(rather than the location it would mount).
This flag can be used in tools that scan directories
to prevent mass-automounting of a directory of automount points.
The
<B>AT_NO_AUTOMOUNT</B>
flag has no effect if the mount point has already been mounted over.
This flag is Linux-specific; define
<B>_GNU_SOURCE</B>
to obtain its definition.
<DT><B>AT_SYMLINK_NOFOLLOW</B>
<DD>
If
<I>pathname</I>
is a symbolic link, do not dereference it:
instead return information about the link itself, like
<B>lstat</B>().
(By default,
<B>fstatat</B>()
dereferences symbolic links, like
<B>stat</B>().)
</DL>
<P>
See
<B><A HREF="../man2/openat.2.html">openat</A></B>(2)
for an explanation of the need for
<B>fstatat</B>().
<A NAME="lbAF"> </A>
<H2>RETURN VALUE</H2>
On success, zero is returned.
On error, -1 is returned, and
<I>errno</I>
is set appropriately.
<A NAME="lbAG"> </A>
<H2>ERRORS</H2>
<DL COMPACT>
<DT><B>EACCES</B>
<DD>
Search permission is denied for one of the directories
in the path prefix of
<I>pathname</I>.
(See also
<B><A HREF="../man7/path_resolution.7.html">path_resolution</A></B>(7).)
<DT><B>EBADF</B>
<DD>
<I>fd</I>
is bad.
<DT><B>EFAULT</B>
<DD>
Bad address.
<DT><B>ELOOP</B>
<DD>
Too many symbolic links encountered while traversing the path.
<DT><B>ENAMETOOLONG</B>
<DD>
<I>pathname</I>
is too long.
<DT><B>ENOENT</B>
<DD>
A component of
<I>pathname</I>
does not exist, or
<I>pathname</I>
is an empty string.
<DT><B>ENOMEM</B>
<DD>
Out of memory (i.e., kernel memory).
<DT><B>ENOTDIR</B>
<DD>
A component of the path prefix of
<I>pathname</I>
is not a directory.
<DT><B>EOVERFLOW</B>
<DD>
<I>pathname</I>
or
<I>fd</I>
refers to a file whose size, inode number,
or number of blocks cannot be represented in, respectively, the types
<I>off_t</I>,
<I>ino_t</I>,
or
<I>blkcnt_t</I>.
This error can occur when, for example,
an application compiled on a 32-bit platform without
<I>-D_FILE_OFFSET_BITS=64</I>
calls
<B>stat</B>()
on a file whose size exceeds
<I>(1<<31)-1</I>
bytes.
</DL>
<P>
The following additional errors can occur for
<B>fstatat</B>():
<DL COMPACT>
<DT><B>EBADF</B>
<DD>
<I>dirfd</I>
is not a valid file descriptor.
<DT><B>EINVAL</B>
<DD>
Invalid flag specified in
<I>flags</I>.
<DT><B>ENOTDIR</B>
<DD>
<I>pathname</I>
is relative and
<I>dirfd</I>
is a file descriptor referring to a file other than a directory.
</DL>
<A NAME="lbAH"> </A>
<H2>VERSIONS</H2>
<B>fstatat</B>()
was added to Linux in kernel 2.6.16;
library support was added to glibc in version 2.4.
<A NAME="lbAI"> </A>
<H2>CONFORMING TO</H2>
<B>stat</B>(),
<B>fstat</B>(),
<B>lstat</B>():
SVr4, 4.3BSD, POSIX.1-2001, POSIX.1.2008.
<P>
<B>fstatat</B>():
POSIX.1-2008.
<P>
According to POSIX.1-2001,
<B>lstat</B>()
on a symbolic link need return valid information only in the
<I>st_size</I>
field and the file-type component of the
<I>st_mode</I>
field of the
<I>stat</I>
structure.
POSIX.1-2008 tightens the specification, requiring
<B>lstat</B>()
to return valid information in all fields except the permission bits in
<I>st_mode</I>.
<P>
Use of the
<I>st_blocks</I>
and
<I>st_blksize</I>
fields may be less portable.
(They were introduced in BSD.
The interpretation differs between systems,
and possibly on a single system when NFS mounts are involved.)
If you need to obtain the definition of the
<I>blkcnt_t</I>
or
<I>blksize_t</I>
types from
<I><<A HREF="file:///usr/include/sys/stat.h">sys/stat.h</A>></I>,
then define
<B>_XOPEN_SOURCE</B>
with the value 500 or greater (before including
<I>any</I>
header files).
<P>
POSIX.1-1990 did not describe the
<B>S_IFMT</B>,
<B>S_IFSOCK</B>,
<B>S_IFLNK</B>,
<B>S_IFREG</B>,
<B>S_IFBLK</B>,
<B>S_IFDIR</B>,
<B>S_IFCHR</B>,
<B>S_IFIFO</B>,
<B>S_ISVTX</B>
constants, but instead demanded the use of
the macros
<B>S_ISDIR</B>(),
and so on.
The
<B>S_IF*</B>
constants are present in POSIX.1-2001 and later.
<P>
The
<B>S_ISLNK</B>()
and
<B>S_ISSOCK</B>()
macros are not in
POSIX.1-1996, but both are present in POSIX.1-2001;
the former is from SVID 4, the latter from SUSv2.
<P>
UNIX V7 (and later systems) had
<B>S_IREAD</B>,
<B>S_IWRITE</B>,
<B>S_IEXEC</B>,
where POSIX
prescribes the synonyms
<B>S_IRUSR</B>,
<B>S_IWUSR</B>,
<B>S_IXUSR</B>.
<A NAME="lbAJ"> </A>
<H3>Other systems</H3>
Values that have been (or are) in use on various systems:
<TABLE>
<TR VALIGN=top><TD>hex</TD><TD>name</TD><TD>ls</TD><TD>octal</TD><TD>description<BR></TD></TR>
<TR VALIGN=top><TD>f000</TD><TD>S_IFMT</TD><TD></TD><TD>170000</TD><TD>mask for file type<BR></TD></TR>
<TR VALIGN=top><TD>0000</TD><TD></TD><TD></TD><TD>000000</TD><TD>
SCO out-of-service inode; BSD unknown type; SVID-v2 and XPG2
have both 0 and 0100000 for ordinary file
<BR></TD></TR>
<TR VALIGN=top><TD>1000</TD><TD>S_IFIFO</TD><TD>p|</TD><TD>010000</TD><TD>FIFO (named pipe)<BR></TD></TR>
<TR VALIGN=top><TD>2000</TD><TD>S_IFCHR</TD><TD>c</TD><TD>020000</TD><TD>character special (V7)<BR></TD></TR>
<TR VALIGN=top><TD>3000</TD><TD>S_IFMPC</TD><TD></TD><TD>030000</TD><TD>multiplexed character special (V7)<BR></TD></TR>
<TR VALIGN=top><TD>4000</TD><TD>S_IFDIR</TD><TD>d/</TD><TD>040000</TD><TD>directory (V7)<BR></TD></TR>
<TR VALIGN=top><TD>5000</TD><TD>S_IFNAM</TD><TD></TD><TD>050000</TD><TD>
XENIX named special file with two subtypes, distinguished by
<I>st_rdev</I> values 1, 2
<BR></TD></TR>
<TR VALIGN=top><TD>0001</TD><TD>S_INSEM</TD><TD>s</TD><TD>000001</TD><TD>XENIX semaphore subtype of IFNAM<BR></TD></TR>
<TR VALIGN=top><TD>0002</TD><TD>S_INSHD</TD><TD>m</TD><TD>000002</TD><TD>XENIX shared data subtype of IFNAM<BR></TD></TR>
<TR VALIGN=top><TD>6000</TD><TD>S_IFBLK</TD><TD>b</TD><TD>060000</TD><TD>block special (V7)<BR></TD></TR>
<TR VALIGN=top><TD>7000</TD><TD>S_IFMPB</TD><TD></TD><TD>070000</TD><TD>multiplexed block special (V7)<BR></TD></TR>
<TR VALIGN=top><TD>8000</TD><TD>S_IFREG</TD><TD>-</TD><TD>100000</TD><TD>regular (V7)<BR></TD></TR>
<TR VALIGN=top><TD>9000</TD><TD>S_IFCMP</TD><TD></TD><TD>110000</TD><TD>VxFS compressed<BR></TD></TR>
<TR VALIGN=top><TD>9000</TD><TD>S_IFNWK</TD><TD>n</TD><TD>110000</TD><TD>network special (HP-UX)<BR></TD></TR>
<TR VALIGN=top><TD>a000</TD><TD>S_IFLNK</TD><TD>l@</TD><TD>120000</TD><TD>symbolic link (BSD)<BR></TD></TR>
<TR VALIGN=top><TD>b000</TD><TD>S_IFSHAD</TD><TD></TD><TD>130000</TD><TD>
Solaris shadow inode for ACL (not seen by user space)
<BR></TD></TR>
<TR VALIGN=top><TD>c000</TD><TD>S_IFSOCK</TD><TD>s=</TD><TD>140000</TD><TD>socket (BSD; also "S_IFSOC" on VxFS)<BR></TD></TR>
<TR VALIGN=top><TD>d000</TD><TD>S_IFDOOR</TD><TD>D></TD><TD>150000</TD><TD>Solaris door<BR></TD></TR>
<TR VALIGN=top><TD>e000</TD><TD>S_IFWHT</TD><TD>w%</TD><TD>160000</TD><TD>BSD whiteout (not used for inode)<BR></TD></TR>
<TR VALIGN=top><TD>0200</TD><TD>S_ISVTX</TD><TD></TD><TD>001000</TD><TD>
sticky bit: save swapped text even after use (V7)
<BR>
reserved (SVID-v2)
<BR>
On nondirectories: don't cache this file (SunOS)
<BR>
On directories: restricted deletion flag (SVID-v4.2)
<BR></TD></TR>
<TR VALIGN=top><TD>0400</TD><TD>S_ISGID</TD><TD></TD><TD>002000</TD><TD>
set-group-ID on execution (V7)
<BR>
for directories: use BSD semantics for propagation of GID
<BR></TD></TR>
<TR VALIGN=top><TD>0400</TD><TD>S_ENFMT</TD><TD></TD><TD>002000</TD><TD>
System V file locking enforcement (shared with S_ISGID)
<BR></TD></TR>
<TR VALIGN=top><TD>0800</TD><TD>S_ISUID</TD><TD></TD><TD>004000</TD><TD>set-user-ID on execution (V7)<BR></TD></TR>
<TR VALIGN=top><TD>0800</TD><TD>S_CDF</TD><TD></TD><TD>004000</TD><TD>
directory is a context dependent file (HP-UX)
<BR></TD></TR>
</TABLE>
<P>
A sticky command appeared in Version 32V AT&T UNIX.
<A NAME="lbAK"> </A>
<H2>NOTES</H2>
On Linux,
<B>lstat</B>()
will generally not trigger automounter action, whereas
<B>stat</B>()
will (but see
<B><A HREF="../man2/fstatat.2.html">fstatat</A></B>(2)).
<P>
For most files under the
<I>/proc</I>
directory,
<B>stat</B>()
does not return the file size in the
<I>st_size</I>
field; instead the field is returned with the value 0.
<A NAME="lbAL"> </A>
<H3>Timestamp fields</H3>
Older kernels and older standards did not support nanosecond timestamp
fields.
Instead, there were three timestamp
fields---<I>st_atime</I>,
<I>st_mtime</I>,
and
<I>st_ctime</I>---typed
as
<I>time_t</I>
that recorded timestamps with one-second precision.
<P>
Since kernel 2.5.48, the
<I>stat</I>
structure supports nanosecond resolution for the three file timestamp fields.
The nanosecond components of each timestamp are available
via names of the form
<I>st_atim.tv_nsec</I>
if the
<B>_BSD_SOURCE</B>
or
<B>_SVID_SOURCE</B>
feature test macro is defined.
Nanosecond timestamps are nowadays standardized,
starting with POSIX.1-2008, and, starting with version 2.12,
glibc also exposes the nanosecond component names if
<B>_POSIX_C_SOURCE</B>
is defined with the value 200809L or greater, or
<B>_XOPEN_SOURCE</B>
is defined with the value 700 or greater.
If none of the aforementioned macros are defined,
then the nanosecond values are exposed with names of the form
<I>st_atimensec</I>.
<P>
Nanosecond timestamps are supported on XFS, JFS, Btrfs, and
ext4 (since Linux 2.6.23).
Nanosecond timestamps are not supported in ext2, ext3, and Reiserfs.
On filesystems that do not support subsecond timestamps,
the nanosecond fields are returned with the value 0.
<A NAME="lbAM"> </A>
<H3>Underlying kernel interface</H3>
Over time, increases in the size of the
<I>stat</I>
structure have led to three successive versions of
<B>stat</B>():
<I>sys_stat</I>()
(slot
<I>__NR_oldstat</I>),
<I>sys_newstat</I>()
(slot
<I>__NR_stat</I>),
and
<I>sys_stat64()</I>
(new in kernel 2.4; slot
<I>__NR_stat64</I>).
The glibc
<B>stat</B>()
wrapper function hides these details from applications,
invoking the most recent version of the system call provided by the kernel,
and repacking the returned information if required for old binaries.
Similar remarks apply for
<B>fstat</B>()
and
<B>lstat</B>().
<P>
The underlying system call employed by the glibc
<B>fstatat</B>()
wrapper function is actually called
<B>fstatat64</B>().
<A NAME="lbAN"> </A>
<H2>EXAMPLE</H2>
The following program calls
<B>stat</B>()
and displays selected fields in the returned
<I>stat</I>
structure.
<PRE>
#include <<A HREF="file:///usr/include/sys/types.h">sys/types.h</A>>
#include <<A HREF="file:///usr/include/sys/stat.h">sys/stat.h</A>>
#include <<A HREF="file:///usr/include/time.h">time.h</A>>
#include <<A HREF="file:///usr/include/stdio.h">stdio.h</A>>
#include <<A HREF="file:///usr/include/stdlib.h">stdlib.h</A>>
int
main(int argc, char *argv[])
{
struct stat sb;
if (argc != 2) {
fprintf(stderr, "Usage: %s <pathname>\n", argv[0]);
exit(EXIT_FAILURE);
}
if (stat(argv[1], &sb) == -1) {
perror("stat");
exit(EXIT_FAILURE);
}
printf("File type: ");
switch (sb.st_mode & S_IFMT) {
case S_IFBLK: printf("block device\n"); break;
case S_IFCHR: printf("character device\n"); break;
case S_IFDIR: printf("directory\n"); break;
case S_IFIFO: printf("FIFO/pipe\n"); break;
case S_IFLNK: printf("symlink\n"); break;
case S_IFREG: printf("regular file\n"); break;
case S_IFSOCK: printf("socket\n"); break;
default: printf("unknown?\n"); break;
}
printf("I-node number: %ld\n", (long) sb.st_ino);
printf("Mode: %lo (octal)\n",
(unsigned long) sb.st_mode);
printf("Link count: %ld\n", (long) sb.st_nlink);
printf("Ownership: UID=%ld GID=%ld\n",
(long) sb.st_uid, (long) sb.st_gid);
printf("Preferred I/O block size: %ld bytes\n",
(long) sb.st_blksize);
printf("File size: %lld bytes\n",
(long long) sb.st_size);
printf("Blocks allocated: %lld\n",
(long long) sb.st_blocks);
printf("Last status change: %s", ctime(&sb.st_ctime));
printf("Last file access: %s", ctime(&sb.st_atime));
printf("Last file modification: %s", ctime(&sb.st_mtime));
exit(EXIT_SUCCESS);
}
</PRE>
<A NAME="lbAO"> </A>
<H2>SEE ALSO</H2>
<B><A HREF="../man1/ls.1.html">ls</A></B>(1),
<B><A HREF="../man1/stat.1.html">stat</A></B>(1),
<B><A HREF="../man2/access.2.html">access</A></B>(2),
<B><A HREF="../man2/chmod.2.html">chmod</A></B>(2),
<B><A HREF="../man2/chown.2.html">chown</A></B>(2),
<B><A HREF="../man2/readlink.2.html">readlink</A></B>(2),
<B><A HREF="../man2/utime.2.html">utime</A></B>(2),
<B><A HREF="../man7/capabilities.7.html">capabilities</A></B>(7),
<B><A HREF="../man7/symlink.7.html">symlink</A></B>(7)
<P>
<HR>
<A NAME="index"> </A><H2>Index</H2>
<DL>
<DT><A HREF="#lbAB">NAME</A><DD>
<DT><A HREF="#lbAC">SYNOPSIS</A><DD>
<DT><A HREF="#lbAD">DESCRIPTION</A><DD>
<DL>
<DT><A HREF="#lbAE">fstatat()</A><DD>
</DL>
<DT><A HREF="#lbAF">RETURN VALUE</A><DD>
<DT><A HREF="#lbAG">ERRORS</A><DD>
<DT><A HREF="#lbAH">VERSIONS</A><DD>
<DT><A HREF="#lbAI">CONFORMING TO</A><DD>
<DL>
<DT><A HREF="#lbAJ">Other systems</A><DD>
</DL>
<DT><A HREF="#lbAK">NOTES</A><DD>
<DL>
<DT><A HREF="#lbAL">Timestamp fields</A><DD>
<DT><A HREF="#lbAM">Underlying kernel interface</A><DD>
</DL>
<DT><A HREF="#lbAN">EXAMPLE</A><DD>
<DT><A HREF="#lbAO">SEE ALSO</A><DD>
</DL>
<HR>
This document was created by
<A HREF="/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR>
Time: 02:54:45 GMT, September 18, 2014
</BODY>
</HTML>
|
cs-education/sysassets
|
man_pages/html/man2/stat.2.html
|
HTML
|
apache-2.0
| 27,837
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="generator" content="Hugo 0.54.0" />
<link rel="canonical" href="https://cyma.work/tags/biography/">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#000000">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="https://cyma.work/css/prism.css" media="none" onload="this.media='all';">
<link rel="stylesheet" type="text/css" href="https://cyma.work/css/styles.css">
<style id="inverter" media="none">
html { filter: invert(100%) }
* { background-color: inherit }
img:not([src*=".svg"]), .colors, iframe, .demo-container { filter: invert(100%) }
</style>
<title>Biography | Moubei</title>
</head>
<body>
<a href="#main">Hello Dude!!!!!!</a>
<svg style="display: none">
<symbol id="bookmark" viewBox="0 0 40 50">
<g transform="translate(2266 3206.2)">
<path style="stroke:currentColor;stroke-width:3.2637;fill:none" d="m-2262.2-3203.4-.2331 42.195 16.319-16.318 16.318 16.318.2331-42.428z"/>
</g>
</symbol>
<symbol id="w3c" viewBox="0 0 127.09899 67.763">
<text font-size="83" style="font-size:83px;font-family:Trebuchet;letter-spacing:-12;fill-opacity:0" letter-spacing="-12" y="67.609352" x="-26.782778">W3C</text>
<text font-size="83" style="font-size:83px;font-weight:bold;font-family:Trebuchet;fill-opacity:0" y="67.609352" x="153.21722" font-weight="bold">SVG</text>
<path style="fill:currentColor;image-rendering:optimizeQuality;shape-rendering:geometricPrecision" d="m33.695.377 12.062 41.016 12.067-41.016h8.731l-19.968 67.386h-.831l-12.48-41.759-12.479 41.759h-.832l-19.965-67.386h8.736l12.061 41.016 8.154-27.618-3.993-13.397h8.737z"/>
<path style="fill:currentColor;image-rendering:optimizeQuality;shape-rendering:geometricPrecision" d="m91.355 46.132c0 6.104-1.624 11.234-4.862 15.394-3.248 4.158-7.45 6.237-12.607 6.237-3.882 0-7.263-1.238-10.148-3.702-2.885-2.47-5.02-5.812-6.406-10.022l6.82-2.829c1.001 2.552 2.317 4.562 3.953 6.028 1.636 1.469 3.56 2.207 5.781 2.207 2.329 0 4.3-1.306 5.909-3.911 1.609-2.606 2.411-5.738 2.411-9.401 0-4.049-.861-7.179-2.582-9.399-1.995-2.604-5.129-3.912-9.397-3.912h-3.327v-3.991l11.646-20.133h-14.062l-3.911 6.655h-2.493v-14.976h32.441v4.075l-12.31 21.217c4.324 1.385 7.596 3.911 9.815 7.571 2.22 3.659 3.329 7.953 3.329 12.892z"/>
<path style="fill:currentColor;image-rendering:optimizeQuality;shape-rendering:geometricPrecision" d="m125.21 0 1.414 8.6-5.008 9.583s-1.924-4.064-5.117-6.314c-2.693-1.899-4.447-2.309-7.186-1.746-3.527.73-7.516 4.938-9.258 10.13-2.084 6.21-2.104 9.218-2.178 11.978-.115 4.428.58 7.043.58 7.043s-3.04-5.626-3.011-13.866c.018-5.882.947-11.218 3.666-16.479 2.404-4.627 5.954-7.404 9.114-7.728 3.264-.343 5.848 1.229 7.841 2.938 2.089 1.788 4.213 5.698 4.213 5.698l4.94-9.837z"/>
<path style="fill:currentColor;image-rendering:optimizeQuality;shape-rendering:geometricPrecision" d="m125.82 48.674s-2.208 3.957-3.589 5.48c-1.379 1.524-3.849 4.209-6.896 5.555-3.049 1.343-4.646 1.598-7.661 1.306-3.01-.29-5.807-2.032-6.786-2.764-.979-.722-3.486-2.864-4.897-4.854-1.42-2-3.634-5.995-3.634-5.995s1.233 4.001 2.007 5.699c.442.977 1.81 3.965 3.749 6.572 1.805 2.425 5.315 6.604 10.652 7.545 5.336.945 9.002-1.449 9.907-2.031.907-.578 2.819-2.178 4.032-3.475 1.264-1.351 2.459-3.079 3.116-4.108.487-.758 1.276-2.286 1.276-2.286l-1.276-6.644z"/>
</symbol>
<symbol id="tag" viewBox="0 0 177.16535 177.16535">
<g transform="translate(0 -875.2)">
<path style="fill-rule:evenodd;stroke-width:0;fill:currentColor" d="m159.9 894.3-68.79 8.5872-75.42 77.336 61.931 60.397 75.429-76.565 6.8495-69.755zm-31.412 31.835a10.813 10.813 0 0 1 1.8443 2.247 10.813 10.813 0 0 1 -3.5174 14.872l-.0445.0275a10.813 10.813 0 0 1 -14.86 -3.5714 10.813 10.813 0 0 1 3.5563 -14.863 10.813 10.813 0 0 1 13.022 1.2884z"/>
</g>
</symbol>
<symbol id="balloon" viewBox="0 0 141.73228 177.16535">
<g transform="translate(0 -875.2)">
<g>
<path style="fill:currentColor" d="m68.156 882.83-.88753 1.4269c-4.9564 7.9666-6.3764 17.321-5.6731 37.378.36584 10.437 1.1246 23.51 1.6874 29.062.38895 3.8372 3.8278 32.454 4.6105 38.459 4.6694-.24176 9.2946.2879 14.377 1.481 1.2359-3.2937 5.2496-13.088 8.886-21.623 6.249-14.668 8.4128-21.264 10.253-31.252 1.2464-6.7626 1.6341-12.156 1.4204-19.764-.36325-12.93-2.1234-19.487-6.9377-25.843-2.0833-2.7507-6.9865-7.6112-7.9127-7.8436-.79716-.20019-6.6946-1.0922-6.7755-1.0248-.02213.0182-5.0006-.41858-7.5248-.22808l-2.149-.22808h-3.3738z"/>
<path style="fill:currentColor" d="m61.915 883.28-3.2484.4497c-1.7863.24724-3.5182.53481-3.8494.63994-2.4751.33811-4.7267.86957-6.7777 1.5696-.28598 0-1.0254.20146-2.3695.58589-5.0418 1.4418-6.6374 2.2604-8.2567 4.2364-6.281 7.6657-11.457 18.43-12.932 26.891-1.4667 8.4111.71353 22.583 5.0764 32.996 3.8064 9.0852 13.569 25.149 22.801 37.517 1.3741 1.841 2.1708 2.9286 2.4712 3.5792 3.5437-1.1699 6.8496-1.9336 10.082-2.3263-1.3569-5.7831-4.6968-21.86-6.8361-33.002-.92884-4.8368-2.4692-14.322-3.2452-19.991-.68557-5.0083-.77707-6.9534-.74159-15.791.04316-10.803.41822-16.162 1.5026-21.503 1.4593-5.9026 3.3494-11.077 6.3247-15.852z"/>
<path style="fill:currentColor" d="m94.499 885.78c-.10214-.0109-.13691 0-.0907.0409.16033.13489 1.329 1.0675 2.5976 2.0723 6.7003 5.307 11.273 14.568 12.658 25.638.52519 4.1949.24765 14.361-.5059 18.523-2.4775 13.684-9.7807 32.345-20.944 53.519l-3.0559 5.7971c2.8082.76579 5.7915 1.727 8.9926 2.8441 11.562-11.691 18.349-19.678 24.129-28.394 7.8992-11.913 11.132-20.234 12.24-31.518.98442-10.02-1.5579-20.876-6.7799-28.959-.2758-.4269-.57803-.86856-.89617-1.3166-3.247-6.13-9.752-12.053-21.264-16.131-2.3687-.86369-6.3657-2.0433-7.0802-2.1166z"/>
<path style="fill:currentColor" d="m32.52 892.22c-.20090-.13016-1.4606.81389-3.9132 2.7457-11.486 9.0476-17.632 24.186-16.078 39.61.79699 7.9138 2.4066 13.505 5.9184 20.562 5.8577 11.77 14.749 23.219 30.087 38.74.05838.059.12188.1244.18052.1838 1.3166-.5556 2.5965-1.0618 3.8429-1.5199-.66408-.32448-1.4608-1.3297-3.8116-4.4602-5.0951-6.785-8.7512-11.962-13.051-18.486-5.1379-7.7948-5.0097-7.5894-8.0586-13.054-6.2097-11.13-8.2674-17.725-8.6014-27.563-.21552-6.3494.13041-9.2733 1.775-14.987 2.1832-7.5849 3.9273-10.986 9.2693-18.07 1.7839-2.3656 2.6418-3.57 2.4409-3.7003z"/>
<path style="fill:currentColor" d="m69.133 992.37c-6.2405.0309-12.635.76718-19.554 2.5706 4.6956 4.7759 9.935 10.258 12.05 12.625l4.1272 4.6202h11.493l3.964-4.4516c2.0962-2.3541 7.4804-7.9845 12.201-12.768-8.378-1.4975-16.207-2.6353-24.281-2.5955z"/>
<rect style="stroke-width:0;fill:currentColor" ry="2.0328" height="27.746" width="22.766" y="1017.7" x="60.201"/>
</g>
</g>
</symbol>
<symbol id="info" viewBox="0 0 41.667 41.667">
<g transform="translate(-37.035 -1004.6)">
<path style="stroke-linejoin:round;stroke:currentColor;stroke-linecap:round;stroke-width:3.728;fill:none" d="m76.25 1030.2a18.968 18.968 0 0 1 -23.037 13.709 18.968 18.968 0 0 1 -13.738 -23.019 18.968 18.968 0 0 1 23.001 -13.768 18.968 18.968 0 0 1 13.798 22.984"/>
<g transform="matrix(1.1146 0 0 1.1146 -26.276 -124.92)">
<path style="stroke:currentColor;stroke-linecap:round;stroke-width:3.728;fill:none" d="m75.491 1039.5v-8.7472"/>
<path style="stroke-width:0;fill:currentColor" transform="scale(-1)" d="m-73.193-1024.5a2.3719 2.3719 0 0 1 -2.8807 1.7142 2.3719 2.3719 0 0 1 -1.718 -2.8785 2.3719 2.3719 0 0 1 2.8763 -1.7217 2.3719 2.3719 0 0 1 1.7254 2.8741"/>
</g>
</g>
</symbol>
<symbol id="warning" viewBox="0 0 48.430474 41.646302">
<g transform="translate(-1.1273 -1010.2)">
<path style="stroke-linejoin:round;stroke:currentColor;stroke-linecap:round;stroke-width:4.151;fill:none" d="m25.343 1012.3-22.14 37.496h44.28z"/>
<path style="stroke:currentColor;stroke-linecap:round;stroke-width:4.1512;fill:none" d="m25.54 1027.7v8.7472"/>
<path style="stroke-width:0;fill:currentColor" d="m27.839 1042.8a2.3719 2.3719 0 0 1 -2.8807 1.7143 2.3719 2.3719 0 0 1 -1.718 -2.8785 2.3719 2.3719 0 0 1 2.8763 -1.7217 2.3719 2.3719 0 0 1 1.7254 2.8741"/>
</g>
</symbol>
<symbol id="menu" viewBox="0 0 50 50">
<rect style="stroke-width:0;fill:currentColor" height="10" width="50" y="0" x="0"/>
<rect style="stroke-width:0;fill:currentColor" height="10" width="50" y="20" x="0"/>
<rect style="stroke-width:0;fill:currentColor" height="10" width="50" y="40" x="0"/>
</symbol>
<symbol id="link" viewBox="0 0 50 50">
<g transform="translate(0 -1002.4)">
<g transform="matrix(.095670 0 0 .095670 2.3233 1004.9)">
<g>
<path style="stroke-width:0;fill:currentColor" d="m452.84 192.9-128.65 128.65c-35.535 35.54-93.108 35.54-128.65 0l-42.881-42.886 42.881-42.876 42.884 42.876c11.845 11.822 31.064 11.846 42.886 0l128.64-128.64c11.816-11.831 11.816-31.066 0-42.9l-42.881-42.881c-11.822-11.814-31.064-11.814-42.887 0l-45.928 45.936c-21.292-12.531-45.491-17.905-69.449-16.291l72.501-72.526c35.535-35.521 93.136-35.521 128.64 0l42.886 42.881c35.535 35.523 35.535 93.141-.001 128.66zm-254.28 168.51-45.903 45.9c-11.845 11.846-31.064 11.817-42.881 0l-42.884-42.881c-11.845-11.821-11.845-31.041 0-42.886l128.65-128.65c11.819-11.814 31.069-11.814 42.884 0l42.886 42.886 42.876-42.886-42.876-42.881c-35.54-35.521-93.113-35.521-128.65 0l-128.65 128.64c-35.538 35.545-35.538 93.146 0 128.65l42.883 42.882c35.51 35.54 93.11 35.54 128.65 0l72.496-72.499c-23.956 1.597-48.092-3.784-69.474-16.283z"/>
</g>
</g>
</g>
</symbol>
<symbol id="doc" viewBox="0 0 35 45">
<g transform="translate(-147.53 -539.83)">
<path style="stroke:currentColor;stroke-width:2.4501;fill:none" d="m149.38 542.67v39.194h31.354v-39.194z"/>
<g style="stroke-width:25" transform="matrix(.098003 0 0 .098003 133.69 525.96)">
<path d="m220 252.36h200" style="stroke:currentColor;stroke-width:25;fill:none"/>
<path style="stroke:currentColor;stroke-width:25;fill:none" d="m220 409.95h200"/>
<path d="m220 488.74h200" style="stroke:currentColor;stroke-width:25;fill:none"/>
<path d="m220 331.15h200" style="stroke:currentColor;stroke-width:25;fill:none"/>
</g>
</g>
</symbol>
<symbol id="tick" viewBox="0 0 177.16535 177.16535">
<g transform="translate(0 -875.2)">
<rect style="stroke-width:0;fill:currentColor" transform="rotate(30)" height="155" width="40" y="702.99" x="556.82"/>
<rect style="stroke-width:0;fill:currentColor" transform="rotate(30)" height="40" width="90.404" y="817.99" x="506.42"/>
</g>
</symbol>
</svg>
<div class="wrapper">
<header class="intro-and-nav" role="banner">
<div>
<div class="intro">
<a class="logo" href="/" aria-label="Moubei home page">
<img src="https://cyma.work/images/logo.svg" alt="">
</a>
<p class="library-desc">
非 Tech 勿视,非 Tech 勿听
</a>
</p>
</div>
<nav id="patterns-nav" class="patterns" role="navigation">
<h2 class="vh">Main navigation</h2>
<button id="menu-button" aria-expanded="false">
<svg viewBox="0 0 50 50" aria-hidden="true" focusable="false">
<use xlink:href="#menu"></use>
</svg>
Menu
</button>
<ul id="patterns-list">
<li class="pattern">
<a href="/" >
<svg class="bookmark-icon" aria-hidden="true" focusable="false" viewBox="0 0 40 50">
<use xlink:href="#bookmark"></use>
</svg>
<span class="text">Home</span>
</a>
</li>
<li class="pattern">
<a href="/post/" >
<svg class="bookmark-icon" aria-hidden="true" focusable="false" viewBox="0 0 40 50">
<use xlink:href="#bookmark"></use>
</svg>
<span class="text">Post</span>
</a>
</li>
<li class="pattern">
<a href="/terse/" >
<svg class="bookmark-icon" aria-hidden="true" focusable="false" viewBox="0 0 40 50">
<use xlink:href="#bookmark"></use>
</svg>
<span class="text">Terse</span>
</a>
</li>
<li class="pattern">
<a href="/portfolio" >
<svg class="bookmark-icon" aria-hidden="true" focusable="false" viewBox="0 0 40 50">
<use xlink:href="#bookmark"></use>
</svg>
<span class="text">Portfolio</span>
</a>
</li>
</ul>
</nav>
</div>
</header>
<div class="main-and-footer">
<div>
<main id="main">
<h1>Biography</h1>
<ul class="patterns-list">
<li>
<h2>
<a href="https://cyma.work/terse/green-book/">
<i class="fa fa-film"></i>
Green Book
</a>
<i class="rating fas fa-star"></i><i class="rating fas fa-star"></i><i class="rating fas fa-star"></i><i class="rating fas fa-star"></i><i class="rating fas fa-star-half-alt"></i>
<a href="https:/www.imdb.com/title/tt6966692"><i class="texticon"> iMDb </i></a>
<a href="https:/movie.douban.com/subject/27060077"><i class="texticon"> 豆瓣 </i></a>
</h2>
<div class="description">
A great movie for Chirtmas eve.
</div>
<div class="tags">
<ul aria-label="tags">
<li>
<a href="https://cyma.work/tags/film">#Film</a>
</li>
<li>
<a href="https://cyma.work/tags/biography">#Biography</a>
</li>
<li>
<a href="https://cyma.work/tags/comedy">#Comedy</a>
</li>
<li>
<a href="https://cyma.work/tags/drama">#Drama</a>
</li>
</ul>
</div>
<div class="date">
Feb 18, 2019
</div>
</li>
</ul>
</main>
<footer role="contentinfo">
<div>
<label for="themer">
dark theme: <input type="checkbox" id="themer" class="vh">
<span aria-hidden="true"></span>
</label>
</div>
Made with <a href="https://gohugo.io/">Hugo</a>. Love from SD.
</footer>
</div>
</div>
</div>
<script src="https://cyma.work/js/prism.js"></script>
<script src="https://cyma.work/js/dom-scripts.js"></script>
<script>
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-134911110-1', 'auto');
ga('send', 'pageview');
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
</body>
</html>
|
ikaradise/ikaradise.github.io
|
tags/biography/index.html
|
HTML
|
apache-2.0
| 15,268
|
<!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:19 MST 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>IncludeConsumer (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>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="IncludeConsumer (BOM: * : All 2.3.0.Final-SNAPSHOT API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":6,"i1":18};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],16:["t5","Default Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/IncludeConsumer.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">Thorntail API, 2.3.0.Final-SNAPSHOT</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../../org/wildfly/swarm/config/management/access/role_mapping/Include.html" title="class in org.wildfly.swarm.config.management.access.role_mapping"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../../../../org/wildfly/swarm/config/management/access/role_mapping/IncludeSupplier.html" title="interface in org.wildfly.swarm.config.management.access.role_mapping"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/wildfly/swarm/config/management/access/role_mapping/IncludeConsumer.html" target="_top">Frames</a></li>
<li><a href="IncludeConsumer.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.wildfly.swarm.config.management.access.role_mapping</div>
<h2 title="Interface IncludeConsumer" class="title">Interface IncludeConsumer<T extends <a href="../../../../../../../org/wildfly/swarm/config/management/access/role_mapping/Include.html" title="class in org.wildfly.swarm.config.management.access.role_mapping">Include</a><T>></h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>Functional Interface:</dt>
<dd>This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.</dd>
</dl>
<hr>
<br>
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/FunctionalInterface.html?is-external=true" title="class or interface in java.lang">@FunctionalInterface</a>
public interface <span class="typeNameLabel">IncludeConsumer<T extends <a href="../../../../../../../org/wildfly/swarm/config/management/access/role_mapping/Include.html" title="class in org.wildfly.swarm.config.management.access.role_mapping">Include</a><T>></span></pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd"> </span></span><span id="t5" class="tableTab"><span><a href="javascript:show(16);">Default Methods</a></span><span class="tabEnd"> </span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/management/access/role_mapping/IncludeConsumer.html#accept-T-">accept</a></span>(<a href="../../../../../../../org/wildfly/swarm/config/management/access/role_mapping/IncludeConsumer.html" title="type parameter in IncludeConsumer">T</a> value)</code>
<div class="block">Configure a pre-constructed instance of Include resource</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>default <a href="../../../../../../../org/wildfly/swarm/config/management/access/role_mapping/IncludeConsumer.html" title="interface in org.wildfly.swarm.config.management.access.role_mapping">IncludeConsumer</a><<a href="../../../../../../../org/wildfly/swarm/config/management/access/role_mapping/IncludeConsumer.html" title="type parameter in IncludeConsumer">T</a>></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/management/access/role_mapping/IncludeConsumer.html#andThen-org.wildfly.swarm.config.management.access.role_mapping.IncludeConsumer-">andThen</a></span>(<a href="../../../../../../../org/wildfly/swarm/config/management/access/role_mapping/IncludeConsumer.html" title="interface in org.wildfly.swarm.config.management.access.role_mapping">IncludeConsumer</a><<a href="../../../../../../../org/wildfly/swarm/config/management/access/role_mapping/IncludeConsumer.html" title="type parameter in IncludeConsumer">T</a>> after)</code> </td>
</tr>
</table>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="accept-org.wildfly.swarm.config.management.access.role_mapping.Include-">
<!-- -->
</a><a name="accept-T-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>accept</h4>
<pre>void accept(<a href="../../../../../../../org/wildfly/swarm/config/management/access/role_mapping/IncludeConsumer.html" title="type parameter in IncludeConsumer">T</a> value)</pre>
<div class="block">Configure a pre-constructed instance of Include resource</div>
</li>
</ul>
<a name="andThen-org.wildfly.swarm.config.management.access.role_mapping.IncludeConsumer-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>andThen</h4>
<pre>default <a href="../../../../../../../org/wildfly/swarm/config/management/access/role_mapping/IncludeConsumer.html" title="interface in org.wildfly.swarm.config.management.access.role_mapping">IncludeConsumer</a><<a href="../../../../../../../org/wildfly/swarm/config/management/access/role_mapping/IncludeConsumer.html" title="type parameter in IncludeConsumer">T</a>> andThen(<a href="../../../../../../../org/wildfly/swarm/config/management/access/role_mapping/IncludeConsumer.html" title="interface in org.wildfly.swarm.config.management.access.role_mapping">IncludeConsumer</a><<a href="../../../../../../../org/wildfly/swarm/config/management/access/role_mapping/IncludeConsumer.html" title="type parameter in IncludeConsumer">T</a>> after)</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/IncludeConsumer.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">Thorntail API, 2.3.0.Final-SNAPSHOT</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../../org/wildfly/swarm/config/management/access/role_mapping/Include.html" title="class in org.wildfly.swarm.config.management.access.role_mapping"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../../../../org/wildfly/swarm/config/management/access/role_mapping/IncludeSupplier.html" title="interface in org.wildfly.swarm.config.management.access.role_mapping"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/wildfly/swarm/config/management/access/role_mapping/IncludeConsumer.html" target="_top">Frames</a></li>
<li><a href="IncludeConsumer.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2019 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
|
wildfly-swarm/wildfly-swarm-javadocs
|
2.3.0.Final-SNAPSHOT/apidocs/org/wildfly/swarm/config/management/access/role_mapping/IncludeConsumer.html
|
HTML
|
apache-2.0
| 12,049
|
<div ng-controller="InitListCtrl as facetInit">
<div class="ng-hide" ng-show="facetInit.showSpinner()" id="spinner">
<img src="../detailed/assets/images/spinner.gif" style="display: block; margin: 0 auto; width: 32px; height: 32px; opacity: 0.8;"/>
<div style="margin-top: 15px;">Loading...</div>
</div>
<div class="ng-hide" ng-show="facetInit.showError()">
<h1>ERROR: {{status}}</h1>
<p>
<blockquote ng-bind-html="facetInit.html(errorMessage)"></blockquote>
</div>
</div>
|
informatics-isi-edu/chaise
|
views/erminit.html
|
HTML
|
apache-2.0
| 520
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_151) on Wed Jul 17 13:50:51 MST 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.wildfly.swarm.config.undertow.FilterConfiguration (BOM: * : All 2.5.0.Final API)</title>
<meta name="date" content="2019-07-17">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.wildfly.swarm.config.undertow.FilterConfiguration (BOM: * : All 2.5.0.Final API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/wildfly/swarm/config/undertow/FilterConfiguration.html" title="class in org.wildfly.swarm.config.undertow">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">Thorntail API, 2.5.0.Final</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/wildfly/swarm/config/undertow/class-use/FilterConfiguration.html" target="_top">Frames</a></li>
<li><a href="FilterConfiguration.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.wildfly.swarm.config.undertow.FilterConfiguration" class="title">Uses of Class<br>org.wildfly.swarm.config.undertow.FilterConfiguration</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../org/wildfly/swarm/config/undertow/FilterConfiguration.html" title="class in org.wildfly.swarm.config.undertow">FilterConfiguration</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.wildfly.swarm.config">org.wildfly.swarm.config</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.wildfly.swarm.config.undertow">org.wildfly.swarm.config.undertow</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.wildfly.swarm.config">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/wildfly/swarm/config/undertow/FilterConfiguration.html" title="class in org.wildfly.swarm.config.undertow">FilterConfiguration</a> in <a href="../../../../../../org/wildfly/swarm/config/package-summary.html">org.wildfly.swarm.config</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/wildfly/swarm/config/package-summary.html">org.wildfly.swarm.config</a> that return <a href="../../../../../../org/wildfly/swarm/config/undertow/FilterConfiguration.html" title="class in org.wildfly.swarm.config.undertow">FilterConfiguration</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/wildfly/swarm/config/undertow/FilterConfiguration.html" title="class in org.wildfly.swarm.config.undertow">FilterConfiguration</a></code></td>
<td class="colLast"><span class="typeNameLabel">Undertow.UndertowResources.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/Undertow.UndertowResources.html#filterConfiguration--">filterConfiguration</a></span>()</code>
<div class="block">Undertow filters</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/wildfly/swarm/config/package-summary.html">org.wildfly.swarm.config</a> with parameters of type <a href="../../../../../../org/wildfly/swarm/config/undertow/FilterConfiguration.html" title="class in org.wildfly.swarm.config.undertow">FilterConfiguration</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/wildfly/swarm/config/Undertow.html" title="type parameter in Undertow">T</a></code></td>
<td class="colLast"><span class="typeNameLabel">Undertow.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/Undertow.html#filterConfiguration-org.wildfly.swarm.config.undertow.FilterConfiguration-">filterConfiguration</a></span>(<a href="../../../../../../org/wildfly/swarm/config/undertow/FilterConfiguration.html" title="class in org.wildfly.swarm.config.undertow">FilterConfiguration</a> value)</code>
<div class="block">Undertow filters</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.wildfly.swarm.config.undertow">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/wildfly/swarm/config/undertow/FilterConfiguration.html" title="class in org.wildfly.swarm.config.undertow">FilterConfiguration</a> in <a href="../../../../../../org/wildfly/swarm/config/undertow/package-summary.html">org.wildfly.swarm.config.undertow</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../../org/wildfly/swarm/config/undertow/package-summary.html">org.wildfly.swarm.config.undertow</a> with type parameters of type <a href="../../../../../../org/wildfly/swarm/config/undertow/FilterConfiguration.html" title="class in org.wildfly.swarm.config.undertow">FilterConfiguration</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/undertow/FilterConfiguration.html" title="class in org.wildfly.swarm.config.undertow">FilterConfiguration</a><T extends <a href="../../../../../../org/wildfly/swarm/config/undertow/FilterConfiguration.html" title="class in org.wildfly.swarm.config.undertow">FilterConfiguration</a><T>></span></code>
<div class="block">Undertow filters</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>interface </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/undertow/FilterConfigurationConsumer.html" title="interface in org.wildfly.swarm.config.undertow">FilterConfigurationConsumer</a><T extends <a href="../../../../../../org/wildfly/swarm/config/undertow/FilterConfiguration.html" title="class in org.wildfly.swarm.config.undertow">FilterConfiguration</a><T>></span></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>interface </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/undertow/FilterConfigurationSupplier.html" title="interface in org.wildfly.swarm.config.undertow">FilterConfigurationSupplier</a><T extends <a href="../../../../../../org/wildfly/swarm/config/undertow/FilterConfiguration.html" title="class in org.wildfly.swarm.config.undertow">FilterConfiguration</a>></span></code> </td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/wildfly/swarm/config/undertow/package-summary.html">org.wildfly.swarm.config.undertow</a> that return <a href="../../../../../../org/wildfly/swarm/config/undertow/FilterConfiguration.html" title="class in org.wildfly.swarm.config.undertow">FilterConfiguration</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/wildfly/swarm/config/undertow/FilterConfiguration.html" title="class in org.wildfly.swarm.config.undertow">FilterConfiguration</a></code></td>
<td class="colLast"><span class="typeNameLabel">FilterConfigurationSupplier.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/undertow/FilterConfigurationSupplier.html#get--">get</a></span>()</code>
<div class="block">Constructed instance of FilterConfiguration resource</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/wildfly/swarm/config/undertow/FilterConfiguration.html" title="class in org.wildfly.swarm.config.undertow">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">Thorntail API, 2.5.0.Final</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/wildfly/swarm/config/undertow/class-use/FilterConfiguration.html" target="_top">Frames</a></li>
<li><a href="FilterConfiguration.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 © 2019 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
|
wildfly-swarm/wildfly-swarm-javadocs
|
2.5.0.Final/apidocs/org/wildfly/swarm/config/undertow/class-use/FilterConfiguration.html
|
HTML
|
apache-2.0
| 12,623
|
<!DOCTYPE html><html><head><title>https://www.prestengavel.no/categories/styret/</title><link rel="canonical" href="https://www.prestengavel.no/categories/styret/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0; url=https://www.prestengavel.no/categories/styret/" /></head></html>
|
linkmic/prestengavel-www
|
public/categories/styret/page/1/index.html
|
HTML
|
apache-2.0
| 341
|
<!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 Mon May 16 13:35:25 BST 2011 -->
<TITLE>
OSInfo (leJOS NXJ PC API documentation)
</TITLE>
<META NAME="date" CONTENT="2011-05-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="OSInfo (leJOS NXJ PC API documentation)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-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="../../../lejos/util/jni/JNILoader.html" title="class in lejos.util.jni"><B>PREV CLASS</B></A>
NEXT CLASS</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?lejos/util/jni/OSInfo.html" target="_top"><B>FRAMES</B></A>
<A HREF="OSInfo.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
lejos.util.jni</FONT>
<BR>
Class OSInfo</H2>
<PRE>
java.lang.Object
<IMG SRC="../../../resources/inherit.gif" ALT="extended by "><B>lejos.util.jni.OSInfo</B>
</PRE>
<HR>
<DL>
<DT><PRE>public class <B>OSInfo</B><DT>extends java.lang.Object</DL>
</PRE>
<P>
Performs normalization of os.name and os.arch system properties.
<P>
<P>
<HR>
<P>
<!-- =========== FIELD SUMMARY =========== -->
<A NAME="field_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Field Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../lejos/util/jni/OSInfo.html#ARCH_ARM">ARCH_ARM</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../lejos/util/jni/OSInfo.html#ARCH_PA_RISK">ARCH_PA_RISK</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../lejos/util/jni/OSInfo.html#ARCH_PPC">ARCH_PPC</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../lejos/util/jni/OSInfo.html#ARCH_PPC64">ARCH_PPC64</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../lejos/util/jni/OSInfo.html#ARCH_SPARC">ARCH_SPARC</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../lejos/util/jni/OSInfo.html#ARCH_X86">ARCH_X86</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../lejos/util/jni/OSInfo.html#ARCH_X86_64">ARCH_X86_64</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../lejos/util/jni/OSInfo.html#OS_LINUX">OS_LINUX</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../lejos/util/jni/OSInfo.html#OS_MACOS">OS_MACOS</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../lejos/util/jni/OSInfo.html#OS_MACOSX">OS_MACOSX</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../lejos/util/jni/OSInfo.html#OS_SOLARIS">OS_SOLARIS</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../lejos/util/jni/OSInfo.html#OS_WINDOWS">OS_WINDOWS</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../lejos/util/jni/OSInfo.html#OS_WINDOWS_CE">OS_WINDOWS_CE</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../lejos/util/jni/OSInfo.html#UNKNOWN">UNKNOWN</A></B></CODE>
<BR>
</TD>
</TR>
</TABLE>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../lejos/util/jni/OSInfo.html#OSInfo()">OSInfo</A></B>()</CODE>
<BR>
Creates OSInfo-Object with Infos about the current System according to the
System-properties.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../lejos/util/jni/OSInfo.html#OSInfo(java.lang.String, java.lang.String, int)">OSInfo</A></B>(java.lang.String os,
java.lang.String arch,
int datamodel)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../lejos/util/jni/OSInfo.html#getArch()">getArch</A></B>()</CODE>
<BR>
Get the name of the architecture.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../lejos/util/jni/OSInfo.html#getOS()">getOS</A></B>()</CODE>
<BR>
Get the name of the OS.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../lejos/util/jni/OSInfo.html#isArch(java.lang.String)">isArch</A></B>(java.lang.String name)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../lejos/util/jni/OSInfo.html#isOS(java.lang.String)">isOS</A></B>(java.lang.String name)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../lejos/util/jni/OSInfo.html#main(java.lang.String[])">main</A></B>(java.lang.String[] args)</CODE>
<BR>
<B>Deprecated.</B> <I>don't call it, only used for debugging/user assistance</I></TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ============ FIELD DETAIL =========== -->
<A NAME="field_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Field Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="ARCH_X86"><!-- --></A><H3>
ARCH_X86</H3>
<PRE>
public static final java.lang.String <B>ARCH_X86</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#lejos.util.jni.OSInfo.ARCH_X86">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="ARCH_X86_64"><!-- --></A><H3>
ARCH_X86_64</H3>
<PRE>
public static final java.lang.String <B>ARCH_X86_64</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#lejos.util.jni.OSInfo.ARCH_X86_64">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="ARCH_PPC"><!-- --></A><H3>
ARCH_PPC</H3>
<PRE>
public static final java.lang.String <B>ARCH_PPC</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#lejos.util.jni.OSInfo.ARCH_PPC">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="ARCH_PPC64"><!-- --></A><H3>
ARCH_PPC64</H3>
<PRE>
public static final java.lang.String <B>ARCH_PPC64</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#lejos.util.jni.OSInfo.ARCH_PPC64">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="ARCH_SPARC"><!-- --></A><H3>
ARCH_SPARC</H3>
<PRE>
public static final java.lang.String <B>ARCH_SPARC</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#lejos.util.jni.OSInfo.ARCH_SPARC">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="ARCH_PA_RISK"><!-- --></A><H3>
ARCH_PA_RISK</H3>
<PRE>
public static final java.lang.String <B>ARCH_PA_RISK</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#lejos.util.jni.OSInfo.ARCH_PA_RISK">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="ARCH_ARM"><!-- --></A><H3>
ARCH_ARM</H3>
<PRE>
public static final java.lang.String <B>ARCH_ARM</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#lejos.util.jni.OSInfo.ARCH_ARM">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="OS_WINDOWS_CE"><!-- --></A><H3>
OS_WINDOWS_CE</H3>
<PRE>
public static final java.lang.String <B>OS_WINDOWS_CE</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#lejos.util.jni.OSInfo.OS_WINDOWS_CE">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="OS_WINDOWS"><!-- --></A><H3>
OS_WINDOWS</H3>
<PRE>
public static final java.lang.String <B>OS_WINDOWS</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#lejos.util.jni.OSInfo.OS_WINDOWS">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="OS_LINUX"><!-- --></A><H3>
OS_LINUX</H3>
<PRE>
public static final java.lang.String <B>OS_LINUX</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#lejos.util.jni.OSInfo.OS_LINUX">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="OS_MACOS"><!-- --></A><H3>
OS_MACOS</H3>
<PRE>
public static final java.lang.String <B>OS_MACOS</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#lejos.util.jni.OSInfo.OS_MACOS">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="OS_MACOSX"><!-- --></A><H3>
OS_MACOSX</H3>
<PRE>
public static final java.lang.String <B>OS_MACOSX</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#lejos.util.jni.OSInfo.OS_MACOSX">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="OS_SOLARIS"><!-- --></A><H3>
OS_SOLARIS</H3>
<PRE>
public static final java.lang.String <B>OS_SOLARIS</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#lejos.util.jni.OSInfo.OS_SOLARIS">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="UNKNOWN"><!-- --></A><H3>
UNKNOWN</H3>
<PRE>
public static final java.lang.String <B>UNKNOWN</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#lejos.util.jni.OSInfo.UNKNOWN">Constant Field Values</A></DL>
</DL>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="OSInfo()"><!-- --></A><H3>
OSInfo</H3>
<PRE>
public <B>OSInfo</B>()
throws java.io.IOException</PRE>
<DL>
<DD>Creates OSInfo-Object with Infos about the current System according to the
System-properties.
<P>
<DL>
<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE></DL>
</DL>
<HR>
<A NAME="OSInfo(java.lang.String, java.lang.String, int)"><!-- --></A><H3>
OSInfo</H3>
<PRE>
public <B>OSInfo</B>(java.lang.String os,
java.lang.String arch,
int datamodel)
throws java.io.IOException</PRE>
<DL>
<DL>
<DT><B>Parameters:</B><DD><CODE>os</CODE> - <DD><CODE>arch</CODE> - <DD><CODE>datamodel</CODE> -
<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE></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="getOS()"><!-- --></A><H3>
getOS</H3>
<PRE>
public java.lang.String <B>getOS</B>()</PRE>
<DL>
<DD>Get the name of the OS.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the name of the OS</DL>
</DD>
</DL>
<HR>
<A NAME="getArch()"><!-- --></A><H3>
getArch</H3>
<PRE>
public java.lang.String <B>getArch</B>()</PRE>
<DL>
<DD>Get the name of the architecture.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the name of the architecture</DL>
</DD>
</DL>
<HR>
<A NAME="isOS(java.lang.String)"><!-- --></A><H3>
isOS</H3>
<PRE>
public boolean <B>isOS</B>(java.lang.String name)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="isArch(java.lang.String)"><!-- --></A><H3>
isArch</H3>
<PRE>
public boolean <B>isArch</B>(java.lang.String name)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="main(java.lang.String[])"><!-- --></A><H3>
main</H3>
<PRE>
<FONT SIZE="-1">@Deprecated
</FONT>public static void <B>main</B>(java.lang.String[] args)
throws java.io.IOException</PRE>
<DL>
<DD><B>Deprecated.</B> <I>don't call it, only used for debugging/user assistance</I>
<P>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE></DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../lejos/util/jni/JNILoader.html" title="class in lejos.util.jni"><B>PREV CLASS</B></A>
NEXT CLASS</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?lejos/util/jni/OSInfo.html" target="_top"><B>FRAMES</B></A>
<A HREF="OSInfo.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
|
AndrewZurn/sju-compsci-archive
|
CS200s/CS217b/OriginalFiles/doc/lejos/util/jni/OSInfo.html
|
HTML
|
apache-2.0
| 22,543
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_14) on Wed Sep 10 22:04:21 CST 2014 -->
<TITLE>
Product
</TITLE>
<META NAME="date" CONTENT="2014-09-10">
<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="Product";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Ìø¹ýµ¼º½Á´½Ó"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>¸ÅÊö</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Èí¼þ°ü</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Àà</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Product.html"><FONT CLASS="NavBarFont1"><B>ʹÓÃ</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Ê÷</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Òѹýʱ</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Ë÷Òý</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>°ïÖú</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../darks/orm/examples/model/Department.html" title="darks.orm.examples.model ÖеÄÀà"><B>ÉÏÒ»¸öÀà</B></A>
ÏÂÒ»¸öÀà</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?darks/orm/examples/model/Product.html" target="_top"><B>¿ò¼Ü</B></A>
<A HREF="Product.html" target="_top"><B>ÎÞ¿ò¼Ü</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>ËùÓÐÀà</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>ËùÓÐÀà</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
ÕªÒª£º ǶÌ× | ×Ö¶Î | <A HREF="#constructor_summary">¹¹Ôì·½·¨</A> | <A HREF="#method_summary">·½·¨</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
ÏêϸÐÅÏ¢£º ×Ö¶Î | <A HREF="#constructor_detail">¹¹Ôì·½·¨</A> | <A HREF="#method_detail">·½·¨</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
darks.orm.examples.model</FONT>
<BR>
Àà Product</H2>
<PRE>
java.lang.Object
<IMG SRC="../../../../resources/inherit.gif" ALT="¼Ì³ÐÕß "><B>darks.orm.examples.model.Product</B>
</PRE>
<HR>
<DL>
<DT><PRE><FONT SIZE="-1"><A HREF="../../../../darks/orm/annotation/Entity.html" title="darks.orm.annotation ÖеÄ×¢ÊÍ">@Entity</A>(<A HREF="../../../../darks/orm/annotation/Entity.html#value()">value</A>="products")
</FONT>public class <B>Product</B><DT>extends java.lang.Object</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>¹¹Ôì·½·¨ÕªÒª</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../darks/orm/examples/model/Product.html#Product()">Product</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../darks/orm/examples/model/Product.html#Product(java.lang.String, java.lang.Integer, darks.orm.examples.model.Department, int, int, float)">Product</A></B>(java.lang.String name,
java.lang.Integer type,
<A HREF="../../../../darks/orm/examples/model/Department.html" title="darks.orm.examples.model ÖеÄÀà">Department</A> depart,
int width,
int height,
float weight)</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>·½·¨ÕªÒª</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../darks/orm/examples/model/Department.html" title="darks.orm.examples.model ÖеÄÀà">Department</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../darks/orm/examples/model/Product.html#getDepart()">getDepart</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../darks/orm/examples/model/Product.html#getHeight()">getHeight</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.Integer</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../darks/orm/examples/model/Product.html#getId()">getId</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../darks/orm/examples/model/Product.html#getName()">getName</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.Integer</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../darks/orm/examples/model/Product.html#getType()">getType</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> float</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../darks/orm/examples/model/Product.html#getWeight()">getWeight</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../darks/orm/examples/model/Product.html#getWidth()">getWidth</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../darks/orm/examples/model/Product.html#setDepart(darks.orm.examples.model.Department)">setDepart</A></B>(<A HREF="../../../../darks/orm/examples/model/Department.html" title="darks.orm.examples.model ÖеÄÀà">Department</A> depart)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../darks/orm/examples/model/Product.html#setHeight(int)">setHeight</A></B>(int height)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../darks/orm/examples/model/Product.html#setId(java.lang.Integer)">setId</A></B>(java.lang.Integer id)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../darks/orm/examples/model/Product.html#setName(java.lang.String)">setName</A></B>(java.lang.String name)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../darks/orm/examples/model/Product.html#setType(java.lang.Integer)">setType</A></B>(java.lang.Integer type)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../darks/orm/examples/model/Product.html#setWeight(float)">setWeight</A></B>(float weight)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../darks/orm/examples/model/Product.html#setWidth(int)">setWidth</A></B>(int width)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>´ÓÀà java.lang.Object ¼Ì³ÐµÄ·½·¨</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>¹¹Ôì·½·¨ÏêϸÐÅÏ¢</B></FONT></TH>
</TR>
</TABLE>
<A NAME="Product()"><!-- --></A><H3>
Product</H3>
<PRE>
public <B>Product</B>()</PRE>
<DL>
</DL>
<HR>
<A NAME="Product(java.lang.String, java.lang.Integer, darks.orm.examples.model.Department, int, int, float)"><!-- --></A><H3>
Product</H3>
<PRE>
public <B>Product</B>(java.lang.String name,
java.lang.Integer type,
<A HREF="../../../../darks/orm/examples/model/Department.html" title="darks.orm.examples.model ÖеÄÀà">Department</A> depart,
int width,
int height,
float weight)</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>·½·¨ÏêϸÐÅÏ¢</B></FONT></TH>
</TR>
</TABLE>
<A NAME="getId()"><!-- --></A><H3>
getId</H3>
<PRE>
public java.lang.Integer <B>getId</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setId(java.lang.Integer)"><!-- --></A><H3>
setId</H3>
<PRE>
public void <B>setId</B>(java.lang.Integer id)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getName()"><!-- --></A><H3>
getName</H3>
<PRE>
public java.lang.String <B>getName</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setName(java.lang.String)"><!-- --></A><H3>
setName</H3>
<PRE>
public void <B>setName</B>(java.lang.String name)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getType()"><!-- --></A><H3>
getType</H3>
<PRE>
public java.lang.Integer <B>getType</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setType(java.lang.Integer)"><!-- --></A><H3>
setType</H3>
<PRE>
public void <B>setType</B>(java.lang.Integer type)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getDepart()"><!-- --></A><H3>
getDepart</H3>
<PRE>
public <A HREF="../../../../darks/orm/examples/model/Department.html" title="darks.orm.examples.model ÖеÄÀà">Department</A> <B>getDepart</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setDepart(darks.orm.examples.model.Department)"><!-- --></A><H3>
setDepart</H3>
<PRE>
public void <B>setDepart</B>(<A HREF="../../../../darks/orm/examples/model/Department.html" title="darks.orm.examples.model ÖеÄÀà">Department</A> depart)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getWidth()"><!-- --></A><H3>
getWidth</H3>
<PRE>
public int <B>getWidth</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setWidth(int)"><!-- --></A><H3>
setWidth</H3>
<PRE>
public void <B>setWidth</B>(int width)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getHeight()"><!-- --></A><H3>
getHeight</H3>
<PRE>
public int <B>getHeight</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setHeight(int)"><!-- --></A><H3>
setHeight</H3>
<PRE>
public void <B>setHeight</B>(int height)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getWeight()"><!-- --></A><H3>
getWeight</H3>
<PRE>
public float <B>getWeight</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setWeight(float)"><!-- --></A><H3>
setWeight</H3>
<PRE>
public void <B>setWeight</B>(float weight)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Ìø¹ýµ¼º½Á´½Ó"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>¸ÅÊö</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Èí¼þ°ü</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Àà</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Product.html"><FONT CLASS="NavBarFont1"><B>ʹÓÃ</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Ê÷</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Òѹýʱ</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Ë÷Òý</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>°ïÖú</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../darks/orm/examples/model/Department.html" title="darks.orm.examples.model ÖеÄÀà"><B>ÉÏÒ»¸öÀà</B></A>
ÏÂÒ»¸öÀà</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?darks/orm/examples/model/Product.html" target="_top"><B>¿ò¼Ü</B></A>
<A HREF="Product.html" target="_top"><B>ÎÞ¿ò¼Ü</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>ËùÓÐÀà</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>ËùÓÐÀà</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
ÕªÒª£º ǶÌ× | ×Ö¶Î | <A HREF="#constructor_summary">¹¹Ôì·½·¨</A> | <A HREF="#method_summary">·½·¨</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
ÏêϸÐÅÏ¢£º ×Ö¶Î | <A HREF="#constructor_detail">¹¹Ôì·½·¨</A> | <A HREF="#method_detail">·½·¨</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
|
liulhdarks/darks-orm
|
doc/darks/orm/examples/model/Product.html
|
HTML
|
apache-2.0
| 17,595
|
<?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>org.scalatest.PrivateMethodTester</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link type="text/css" media="screen" rel="stylesheet" href="../../lib/template.css" />
<script type="text/javascript" src="../../lib/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>
(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="value">
<div id="definition">
<a title="Go to companion" href="PrivateMethodTester.html"><img src="../../lib/object_to_trait_big.png" /></a>
<p id="owner"><a name="org" class="extype" href="../package.html">org</a>.<a name="org.scalatest" class="extype" href="package.html">scalatest</a></p>
<h1><a title="Go to companion" href="PrivateMethodTester.html">PrivateMethodTester</a></h1>
</div>
<h4 class="signature" id="signature">
<span class="kind">object</span>
<span class="symbol">
<span class="name">PrivateMethodTester</span>
<span class="result"> extends <a name="org.scalatest.PrivateMethodTester" class="extype" href="PrivateMethodTester.html">PrivateMethodTester</a></span>
</span>
</h4>
<div class="fullcommenttop" id="comment"><div class="comment cmt"><p>Companion object that facilitates the importing of <code>PrivateMethodTester</code> members as
an alternative to mixing it in. One use case is to import <code>PrivateMethodTester</code> members so you can use
them in the Scala interpreter:</p><p><pre>
$scala -classpath scalatest.jar
Welcome to Scala version 2.7.5.final (Java HotSpot(TM) Client VM, Java 1.5.0_16).
Type in expressions to have them evaluated.
Type :help for more information.
scala> import org.scalatest.PrivateMethodTester._
import org.scalatest.PrivateMethodTester._
scala> class Example {
| private def addSesame(prefix: String) = prefix + " sesame"
| }
defined class Example
scala> val example = new Example
example: Example = Example@d8b6fe
scala> val addSesame = PrivateMethod[String]('addSesame)
addSesame: org.scalatest.PrivateMethodTester.PrivateMethod[String] = org.scalatest.PrivateMethodTester$PrivateMethod@5cdf95
scala> example invokePrivate addSesame("open")
res0: String = open sesame
<pre>
@author Bill Venners
</p></div><div class="toggleContainer block">
<span class="toggle">Linear Supertypes</span>
<div class="superTypes hiddenContent"><a name="org.scalatest.PrivateMethodTester" class="extype" href="PrivateMethodTester.html">PrivateMethodTester</a>, AnyRef, <span name="scala.Any" class="extype">Any</span></div>
</div></div>
<div id="template">
<div id="mbrsel">
<div id="textfilter"><span class="pre"></span><span class="input"><input accesskey="/" type="text" /></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</span>
<ol><li class="hideall out"><span>Hide All</span></li>
<li class="showall in"><span>Show all</span></li></ol>
<ol id="linearization"><li name="org.scalatest.PrivateMethodTester" class="in"><span>PrivateMethodTester</span></li><li name="org.scalatest.PrivateMethodTester" class="in"><span>PrivateMethodTester</span></li><li name="scala.AnyRef" class="in"><span>AnyRef</span></li><li name="scala.Any" class="in"><span>Any</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 class="types members" id="types">
<h3>Type Members</h3>
<ol><li visbl="pub" name="org.scalatest.PrivateMethodTester.Invocation" data-isabs="false">
<a id="Invocation:Invocation[T]"></a>
<h4 class="signature">
<span class="kind">class</span>
<span class="symbol">
<a href="PrivateMethodTester$Invocation.html"><span class="name">Invocation</span></a>
<span class="tparams">[<span name="T">T</span>]</span>
<span class="result"> extends AnyRef</span>
</span>
</h4>
<p class="comment cmt">Class whose instances represent an invocation of a private method.</p>
</li><li visbl="pub" name="org.scalatest.PrivateMethodTester.Invoker" data-isabs="false">
<a id="Invoker:Invoker"></a>
<h4 class="signature">
<span class="kind">class</span>
<span class="symbol">
<a href="PrivateMethodTester$Invoker.html"><span class="name">Invoker</span></a>
<span class="result"> extends AnyRef</span>
</span>
</h4>
<p class="comment cmt">Class used via an implicit conversion to enable private methods to be tested.</p>
</li><li visbl="pub" name="org.scalatest.PrivateMethodTester.PrivateMethod" data-isabs="false">
<a id="PrivateMethod:PrivateMethod[T]"></a>
<h4 class="signature">
<span class="kind">class</span>
<span class="symbol">
<a href="PrivateMethodTester$PrivateMethod.html"><span class="name">PrivateMethod</span></a>
<span class="tparams">[<span name="T">T</span>]</span>
<span class="result"> extends AnyRef</span>
</span>
</h4>
<p class="comment cmt">Represent a private method, whose apply method returns an <code>Invocation</code> object that
records the name of the private method to invoke, and any arguments to pass to it when invoked.</p>
</li></ol>
</div>
<div class="values members" id="values">
<h3>Value Members</h3>
<ol><li visbl="pub" name="scala.AnyRef#!=" data-isabs="false">
<a id="!=(AnyRef):Boolean"></a>
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">!=</span>
<span class="params">(<span name="arg0">arg0: AnyRef</span>)</span><span class="result">: <span name="scala.Boolean" class="extype">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li visbl="pub" name="scala.Any#!=" data-isabs="false">
<a id="!=(Any):Boolean"></a>
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">!=</span>
<span class="params">(<span name="arg0">arg0: <span name="scala.Any" class="extype">Any</span></span>)</span><span class="result">: <span name="scala.Boolean" class="extype">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li visbl="pub" name="scala.AnyRef###" data-isabs="false">
<a id="##():Int"></a>
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">##</span>
<span class="params">()</span><span class="result">: <span name="scala.Int" class="extype">Int</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li visbl="pub" name="scala.AnyRef#==" data-isabs="false">
<a id="==(AnyRef):Boolean"></a>
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">==</span>
<span class="params">(<span name="arg0">arg0: AnyRef</span>)</span><span class="result">: <span name="scala.Boolean" class="extype">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li visbl="pub" name="scala.Any#==" data-isabs="false">
<a id="==(Any):Boolean"></a>
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">==</span>
<span class="params">(<span name="arg0">arg0: <span name="scala.Any" class="extype">Any</span></span>)</span><span class="result">: <span name="scala.Boolean" class="extype">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li visbl="pub" name="org.scalatest.PrivateMethodTester.PrivateMethod" data-isabs="false">
<a id="PrivateMethod:PrivateMethod"></a>
<h4 class="signature">
<span class="kind">object</span>
<span class="symbol">
<a href="PrivateMethodTester$PrivateMethod$.html"><span class="name">PrivateMethod</span></a>
<span class="result"> extends AnyRef</span>
</span>
</h4>
<p class="comment cmt">Contains a factory method for instantiating <code>PrivateMethod</code> objects.</p>
</li><li visbl="pub" name="org.scalatest.PrivateMethodTester#anyRefToInvoker" data-isabs="false">
<a id="anyRefToInvoker(AnyRef):Invoker"></a>
<h4 class="signature">
<span class="kind">implicit def</span>
<span class="symbol">
<span class="name">anyRefToInvoker</span>
<span class="params">(<span name="target">target: AnyRef</span>)</span><span class="result">: <a name="org.scalatest.PrivateMethodTester.Invoker" class="extype" href="PrivateMethodTester$Invoker.html">Invoker</a></span>
</span>
</h4>
<p class="shortcomment cmt">Implicit conversion from <code>AnyRef</code> to <code>Invoker</code>, used to enable
assertions testing of private methods.</p><div class="fullcomment"><div class="comment cmt"><p>Implicit conversion from <code>AnyRef</code> to <code>Invoker</code>, used to enable
assertions testing of private methods.
</p></div><dl class="paramcmts block"><dt class="param">target</dt><dd class="cmt"><p>the target object on which to invoke a private method.</p></dd></dl><dl class="attributes block"> <dt>Attributes</dt><dd>implicit </dd><dt>Definition Classes</dt><dd><a name="org.scalatest.PrivateMethodTester" class="extype" href="PrivateMethodTester.html">PrivateMethodTester</a></dd></dl></div>
</li><li visbl="pub" name="scala.Any#asInstanceOf" data-isabs="false">
<a id="asInstanceOf[T0]:T0"></a>
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">asInstanceOf</span>
<span class="tparams">[<span name="T0">T0</span>]</span>
<span class="result">: T0</span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li visbl="prt" name="scala.AnyRef#clone" data-isabs="false">
<a id="clone():AnyRef"></a>
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">clone</span>
<span class="params">()</span><span class="result">: AnyRef</span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a name="java.lang" class="extype" href="../../java/lang/package.html">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 visbl="pub" name="scala.AnyRef#eq" data-isabs="false">
<a id="eq(AnyRef):Boolean"></a>
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">eq</span>
<span class="params">(<span name="arg0">arg0: AnyRef</span>)</span><span class="result">: <span name="scala.Boolean" class="extype">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li visbl="pub" name="scala.AnyRef#equals" data-isabs="false">
<a id="equals(Any):Boolean"></a>
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">equals</span>
<span class="params">(<span name="arg0">arg0: <span name="scala.Any" class="extype">Any</span></span>)</span><span class="result">: <span name="scala.Boolean" class="extype">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li visbl="prt" name="scala.AnyRef#finalize" data-isabs="false">
<a id="finalize():Unit"></a>
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">finalize</span>
<span class="params">()</span><span class="result">: <span name="scala.Unit" class="extype">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a name="java.lang" class="extype" href="../../java/lang/package.html">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 visbl="pub" name="scala.AnyRef#getClass" data-isabs="false">
<a id="getClass():java.lang.Class[_]"></a>
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">getClass</span>
<span class="params">()</span><span class="result">: java.lang.Class[_]</span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li visbl="pub" name="scala.AnyRef#hashCode" data-isabs="false">
<a id="hashCode():Int"></a>
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">hashCode</span>
<span class="params">()</span><span class="result">: <span name="scala.Int" class="extype">Int</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li visbl="pub" name="scala.Any#isInstanceOf" data-isabs="false">
<a id="isInstanceOf[T0]:Boolean"></a>
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">isInstanceOf</span>
<span class="tparams">[<span name="T0">T0</span>]</span>
<span class="result">: <span name="scala.Boolean" class="extype">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li visbl="pub" name="scala.AnyRef#ne" data-isabs="false">
<a id="ne(AnyRef):Boolean"></a>
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">ne</span>
<span class="params">(<span name="arg0">arg0: AnyRef</span>)</span><span class="result">: <span name="scala.Boolean" class="extype">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li visbl="pub" name="scala.AnyRef#notify" data-isabs="false">
<a id="notify():Unit"></a>
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">notify</span>
<span class="params">()</span><span class="result">: <span name="scala.Unit" class="extype">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li visbl="pub" name="scala.AnyRef#notifyAll" data-isabs="false">
<a id="notifyAll():Unit"></a>
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">notifyAll</span>
<span class="params">()</span><span class="result">: <span name="scala.Unit" class="extype">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li visbl="pub" name="scala.AnyRef#synchronized" data-isabs="false">
<a id="synchronized[T0](⇒ T0):T0"></a>
<h4 class="signature">
<span class="kind">def</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: ⇒ T0</span>)</span><span class="result">: T0</span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li visbl="pub" name="scala.AnyRef#toString" data-isabs="false">
<a id="toString():String"></a>
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">toString</span>
<span class="params">()</span><span class="result">: <span name="java.lang.String" class="extype">String</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li visbl="pub" name="scala.AnyRef#wait" data-isabs="false">
<a id="wait():Unit"></a>
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">wait</span>
<span class="params">()</span><span class="result">: <span name="scala.Unit" class="extype">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </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 visbl="pub" name="scala.AnyRef#wait" data-isabs="false">
<a id="wait(Long,Int):Unit"></a>
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">wait</span>
<span class="params">(<span name="arg0">arg0: <span name="scala.Long" class="extype">Long</span></span>, <span name="arg1">arg1: <span name="scala.Int" class="extype">Int</span></span>)</span><span class="result">: <span name="scala.Unit" class="extype">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </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 visbl="pub" name="scala.AnyRef#wait" data-isabs="false">
<a id="wait(Long):Unit"></a>
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">wait</span>
<span class="params">(<span name="arg0">arg0: <span name="scala.Long" class="extype">Long</span></span>)</span><span class="result">: <span name="scala.Unit" class="extype">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </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></ol>
</div>
<div name="org.scalatest.PrivateMethodTester" class="parent">
<h3>Inherited from <a name="org.scalatest.PrivateMethodTester" class="extype" href="PrivateMethodTester.html">PrivateMethodTester</a></h3>
</div><div name="scala.AnyRef" class="parent">
<h3>Inherited from AnyRef</h3>
</div><div name="scala.Any" class="parent">
<h3>Inherited from <span name="scala.Any" class="extype">Any</span></h3>
</div>
</div>
<div id="tooltip"></div>
</body>
</html>
|
scalatest/scalatest-website
|
public/scaladoc/1.4.1/org/scalatest/PrivateMethodTester$.html
|
HTML
|
apache-2.0
| 22,021
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_75) on Wed Jun 10 23:20:25 IST 2015 -->
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>Uses of Class org.apache.solr.client.solrj.io.stream.CloudSolrStream.StreamOpener (Solr 5.2.1 API)</title>
<meta name="date" content="2015-06-10">
<link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.solr.client.solrj.io.stream.CloudSolrStream.StreamOpener (Solr 5.2.1 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../../org/apache/solr/client/solrj/io/stream/CloudSolrStream.StreamOpener.html" title="class in org.apache.solr.client.solrj.io.stream">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/client/solrj/io/stream/class-use/CloudSolrStream.StreamOpener.html" target="_top">Frames</a></li>
<li><a href="CloudSolrStream.StreamOpener.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.client.solrj.io.stream.CloudSolrStream.StreamOpener" class="title">Uses of Class<br>org.apache.solr.client.solrj.io.stream.CloudSolrStream.StreamOpener</h2>
</div>
<div class="classUseContainer">No usage of org.apache.solr.client.solrj.io.stream.CloudSolrStream.StreamOpener</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/client/solrj/io/stream/CloudSolrStream.StreamOpener.html" title="class in org.apache.solr.client.solrj.io.stream">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/client/solrj/io/stream/class-use/CloudSolrStream.StreamOpener.html" target="_top">Frames</a></li>
<li><a href="CloudSolrStream.StreamOpener.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>
|
freakimkaefig/melodicsimilarity-solr
|
docs/solr-solrj/org/apache/solr/client/solrj/io/stream/class-use/CloudSolrStream.StreamOpener.html
|
HTML
|
apache-2.0
| 5,214
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.