text
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
<!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_09) on Fri Jun 22 16:28:13 CEST 2007 --> <TITLE> ISVNWorkspaceMediator (JavaDoc :: Documentation :: Pure Java Subversion (SVN) Client Library) </TITLE> <META NAME="keywords" CONTENT="org.tmatesoft.svn.core.io.ISVNWorkspaceMediator interface"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../javadoc.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="ISVNWorkspaceMediator (JavaDoc :: Documentation :: Pure Java Subversion (SVN) Client Library)"; } </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>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> <a target=_top href=http://svnkit.com/><span class=svnkit>SVNKit</span>&nbsp;Home<a/></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../org/tmatesoft/svn/core/io/ISVNTunnelProvider.html" title="interface in org.tmatesoft.svn.core.io"><B>PREV CLASS</B></A>&nbsp; &nbsp;NEXT CLASS</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ISVNWorkspaceMediator.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<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:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<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.tmatesoft.svn.core.io</FONT> <BR> Interface ISVNWorkspaceMediator</H2> <HR> <DL> <DT>public interface <B>ISVNWorkspaceMediator</B></DL> <P> The <b>ISVNWorkspaceMediator</b> interface is used for temporary data storage (mainly instructions and new text data for deltas) as well as for caching and getting some kind of wcprops. <P> <P> <DL> <DT><B>Version:</B></DT> <DD>1.1.1</DD> <DT><B>Author:</B></DT> <DD>TMate Software Ltd.</DD> <DT><B>See Also:</B><DD><A HREF="../../../../../org/tmatesoft/svn/core/io/SVNRepository.html#getCommitEditor(java.lang.String, java.util.Map, boolean, org.tmatesoft.svn.core.io.ISVNWorkspaceMediator)"><CODE>SVNRepository.getCommitEditor(String, Map, boolean, ISVNWorkspaceMediator)</CODE></A>, <a target="_top" href="http://svnkit.com/kb/examples/">Examples</a></DL> <HR> <P> <!-- ======== NESTED CLASS SUMMARY ======== --> <!-- =========== FIELD SUMMARY =========== --> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Method Summary</B></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/tmatesoft/svn/core/io/ISVNWorkspaceMediator.html#getWorkspaceProperty(java.lang.String, java.lang.String)">getWorkspaceProperty</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;path, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;name)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Retrieves an item's WC property from a <code>".svn/wcprops"</code> administrative subdirectory.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/tmatesoft/svn/core/io/ISVNWorkspaceMediator.html#setWorkspaceProperty(java.lang.String, java.lang.String, java.lang.String)">setWorkspaceProperty</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;path, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;name, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;value)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets a new value for an item's WC property in a <code>".svn/wcprops"</code> administrative subdirectory.</TD> </TR> </TABLE> &nbsp; <P> <!-- ============ FIELD DETAIL =========== --> <!-- ========= CONSTRUCTOR DETAIL ======== --> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=1><FONT SIZE="+2"> <B>Method Detail</B></FONT></TD> </TR> </TABLE> <A NAME="getWorkspaceProperty(java.lang.String, java.lang.String)"><!-- --></A><H3> getWorkspaceProperty</H3> <PRE> public <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getWorkspaceProperty</B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;path, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;name) throws <A HREF="../../../../../org/tmatesoft/svn/core/SVNException.html" title="class in org.tmatesoft.svn.core">SVNException</A></PRE> <DL> <DD>Retrieves an item's WC property from a <code>".svn/wcprops"</code> administrative subdirectory. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>path</CODE> - a WC item's path<DD><CODE>name</CODE> - a propery name <DT><B>Returns:</B><DD>the value for the property <DT><B>Throws:</B> <DD><CODE><A HREF="../../../../../org/tmatesoft/svn/core/SVNException.html" title="class in org.tmatesoft.svn.core">SVNException</A></CODE><DT><B>See Also:</B><DD><A HREF="../../../../../org/tmatesoft/svn/core/io/ISVNWorkspaceMediator.html#setWorkspaceProperty(java.lang.String, java.lang.String, java.lang.String)"><CODE>setWorkspaceProperty(String, String, String)</CODE></A></DL> </DD> </DL> <HR> <A NAME="setWorkspaceProperty(java.lang.String, java.lang.String, java.lang.String)"><!-- --></A><H3> setWorkspaceProperty</H3> <PRE> public void <B>setWorkspaceProperty</B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;path, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;name, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;value) throws <A HREF="../../../../../org/tmatesoft/svn/core/SVNException.html" title="class in org.tmatesoft.svn.core">SVNException</A></PRE> <DL> <DD>Sets a new value for an item's WC property in a <code>".svn/wcprops"</code> administrative subdirectory. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>path</CODE> - a WC item's path<DD><CODE>name</CODE> - a propery name<DD><CODE>value</CODE> - a value for the property <DT><B>Throws:</B> <DD><CODE><A HREF="../../../../../org/tmatesoft/svn/core/SVNException.html" title="class in org.tmatesoft.svn.core">SVNException</A></CODE><DT><B>See Also:</B><DD><A HREF="../../../../../org/tmatesoft/svn/core/io/ISVNWorkspaceMediator.html#getWorkspaceProperty(java.lang.String, java.lang.String)"><CODE>getWorkspaceProperty(String, String)</CODE></A></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=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>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> <a target=_top href=http://svnkit.com/><span class=svnkit>SVNKit</span>&nbsp;Home<a/></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../org/tmatesoft/svn/core/io/ISVNTunnelProvider.html" title="interface in org.tmatesoft.svn.core.io"><B>PREV CLASS</B></A>&nbsp; &nbsp;NEXT CLASS</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ISVNWorkspaceMediator.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<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:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &#169; 2004-2007 TMate Software Ltd. All Rights Reserved. </BODY> </HTML>
StephaneGerardVUB/quattor-one-vsc-vub-scdb
external/svnkit/doc/javadoc/org/tmatesoft/svn/core/io/ISVNWorkspaceMediator.html
HTML
apache-2.0
13,294
<include file="./Public/lay.html"/> <script src="__PUBLIC__/plugins/jQuery/jquery-2.2.3.min.js"></script> <script type="text/javascript" src="__PUBLIC__/jquery.cityselect.js"></script> <!-- Content Wrapper. Contains page content --> <!-- <div class="content-wrapper"> --> <!-- Content Header (Page header) --> <section class="content-header"> <h1> 监理 <small>添加监理</small> </h1> <ol class="breadcrumb"> <li><a href="{{ url('/admin/index') }}"><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"> <!-- left column --> <div class="col-md-12"> <!-- general form elements --> <div class="box box-primary"> <div class="box-header with-border"> <h3 class="box-title">添加</h3> </div> <!-- /.box-header --> <!-- form start --> <div id="sid" style="display:none;width:50%;" class="alert alert-danger"> </div> <form role="form" action="__CONTROLLER__/insert" method="post" enctype="multipart/form-data"> <div class="box-body"> <div class="form-group"> <label for="exampleInputName">姓名</label> <input style="width:50%;" id="did" type="text" name="name" required="required" class="form-control" value="" placeholder="请输入姓名"> </div> <div class="form-group"> <label for="exampleInputName">联系方式</label> <input style="width:50%;" type="text" name="phone" required="required" class="form-control" value="" placeholder="请输入联系方式"> </div> <div class="form-group"> <label for="exampleInputName">地区</label><br/> <select class="form-control" style="width:10%;float:left;" id="s_province" name="province"></select>   <select class="form-control" style="width:10%;float:left;" id="s_city" name="city" ></select>   <select class="form-control" style="width:10%;float:left;" id="s_county" name="county"></select> <script class="resources library" src="__PUBLIC__/area.js" type="text/javascript"></script> <script type="text/javascript">_init_area();</script> </div><br/> <div class="form-group"> <label for="exampleInputName">简介</label> <input style="width:50%;" type="text" name="introduce" required="required" class="form-control" value="" placeholder="请输入简介"> </div> <div class="form-group"> <label for="exampleInputPassword4">状态</label> <select style="width:50%;" class="form-control" required="required" id="exampleInputPassword4" name="status"> <option value="1">已审核</option> <option value="2">未审核</option> </select> </div> </div> <!-- /.box-body --> <div class="box-footer"> <button id="btn" type="submit" class="btn btn-primary">添加</button> </div> </form> </div> <!-- /.box --> </div> <!--/.col (left) --> </div> <!-- /.row --> </section> <!-- /.content --> </div> <!-- /.content-wrapper -->
qixinjiazhuang/-
project/Admin/View/supervisor/add.html
HTML
apache-2.0
3,722
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="sv"> <head> <!-- Generated by javadoc (1.8.0_65) on Thu Feb 04 19:02:18 CET 2016 --> <title>se.mah.k3.robin</title> <meta name="date" content="2016-02-04"> <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="../../../../se/mah/k3/robin/package-summary.html" target="classFrame">se.mah.k3.robin</a></h1> <div class="indexContainer"> <h2 title="Classes">Classes</h2> <ul title="Classes"> <li><a href="Constants.html" title="class in se.mah.k3.robin" target="classFrame">Constants</a></li> </ul> </div> </body> </html>
robinmedin/KD405A_Robin_M
Assignment_3/se/mah/k3/robin/package-frame.html
HTML
apache-2.0
793
<!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:17 EDT 2016 --> <title>CompactionHistoryTabularData (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="CompactionHistoryTabularData (apache-cassandra API)"; } } catch(err) { } //--> var methods = {"i0":9}; var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/CompactionHistoryTabularData.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/db/compaction/CompactionController.html" title="class in org.apache.cassandra.db.compaction"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../org/apache/cassandra/db/compaction/CompactionInfo.html" title="class in org.apache.cassandra.db.compaction"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/cassandra/db/compaction/CompactionHistoryTabularData.html" target="_top">Frames</a></li> <li><a href="CompactionHistoryTabularData.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.apache.cassandra.db.compaction</div> <h2 title="Class CompactionHistoryTabularData" class="title">Class CompactionHistoryTabularData</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>org.apache.cassandra.db.compaction.CompactionHistoryTabularData</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public class <span class="typeNameLabel">CompactionHistoryTabularData</span> extends java.lang.Object</pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/cassandra/db/compaction/CompactionHistoryTabularData.html#CompactionHistoryTabularData--">CompactionHistoryTabularData</a></span>()</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>static javax.management.openmbean.TabularData</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/cassandra/db/compaction/CompactionHistoryTabularData.html#from-org.apache.cassandra.cql3.UntypedResultSet-">from</a></span>(<a href="../../../../../org/apache/cassandra/cql3/UntypedResultSet.html" title="class in org.apache.cassandra.cql3">UntypedResultSet</a>&nbsp;resultSet)</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;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"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="CompactionHistoryTabularData--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>CompactionHistoryTabularData</h4> <pre>public&nbsp;CompactionHistoryTabularData()</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="from-org.apache.cassandra.cql3.UntypedResultSet-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>from</h4> <pre>public static&nbsp;javax.management.openmbean.TabularData&nbsp;from(<a href="../../../../../org/apache/cassandra/cql3/UntypedResultSet.html" title="class in org.apache.cassandra.cql3">UntypedResultSet</a>&nbsp;resultSet) throws javax.management.openmbean.OpenDataException</pre> <dl> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code>javax.management.openmbean.OpenDataException</code></dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/CompactionHistoryTabularData.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/db/compaction/CompactionController.html" title="class in org.apache.cassandra.db.compaction"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../org/apache/cassandra/db/compaction/CompactionInfo.html" title="class in org.apache.cassandra.db.compaction"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/cassandra/db/compaction/CompactionHistoryTabularData.html" target="_top">Frames</a></li> <li><a href="CompactionHistoryTabularData.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</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 &copy; 2016 The Apache Software Foundation</small></p> </body> </html>
jasonwee/videoOnCloud
lib/cassandra/apache-cassandra-3.7/javadoc/org/apache/cassandra/db/compaction/CompactionHistoryTabularData.html
HTML
apache-2.0
10,422
<!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: _set_from_object()</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:15:14 2014 --> <!-- PHPXref (c) 2000-2010 Gareth Watts - [email protected] --> <!-- http://phpxref.sourceforge.net/ --> <script src="../phpxref.js" type="text/javascript"></script> <script language="JavaScript" type="text/javascript"> <!-- ext='.html'; relbase='../'; subdir='_functions'; filename='index.html'; cookiekey='phpxref'; handleNavFrame(relbase, subdir, filename); logFunction('_set_from_object'); // --> </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#_set_from_object">_set_from_object()</a></h2> <b>Defined at:</b><ul> <li><a href="../bonfire/codeigniter/libraries/Table.php.html#_set_from_object">/bonfire/codeigniter/libraries/Table.php</a> -> <a onClick="logFunction('_set_from_object', '/bonfire/codeigniter/libraries/Table.php.source.html#l393')" href="../bonfire/codeigniter/libraries/Table.php.source.html#l393"> line 393</a></li> </ul> <b>Referenced 1 times:</b><ul> <li><a href="../bonfire/codeigniter/libraries/Table.php.html">/bonfire/codeigniter/libraries/Table.php</a> -> <a href="../bonfire/codeigniter/libraries/Table.php.source.html#l241"> line 241</a></li> </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:15:14 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
rebbit/_functions/_set_from_object.html
HTML
apache-2.0
4,950
{include file="public/link1"} {include file="public/navigation"} <!--内容开始--> <!--筛选结果--> <!--品牌--> <!--品牌 更多--> <!--品牌热销--> <!--内容↓↑--> <div class="shop-page-con w1200" style="margin-top:0px;"> <div class="shop-pg-right f-r" style="width:1200px;"> <div class="shop-right-cmp" style="margin-top:0;width:1200px;"> <ul class="shop-cmp-l f-l"> <li class="current"><a href="#">综合 ↓</a></li> <li><a href="#">销量 ↓</a></li> <li><a href="#">新品 ↓</a></li> <li><a href="#">评价 ↓</a></li> <div style="clear:both;"></div> </ul> <div class="shop-cmp-m f-l"> <span>价格</span><input type="text" /><span>-</span><input type="text" /> </div> <div class="shop-cmp-r f-l"> <ul class="f-l"> <li> <input type="checkbox" name="hobby" value=""></input> <span>包邮</span> </li> <li> <input type="checkbox" name="hobby" value=""></input> <span>进口</span> </li> <li> <input type="checkbox" name="hobby" value=""></input> <span>仅显示有货</span> </li> <li> <input type="checkbox" name="hobby" value=""></input> <span>满赠</span> </li> <li> <input type="checkbox" name="hobby" value=""></input> <span>满减</span> </li> <div style="clear:both;"></div> </ul> <button>确定</button> </div> <div style="clear:both;"></div> </div> <div class="shop-right-con" style="width:1200px;"> <ul class="shop-ul-tu shop-ul-tu1" style="width:1200px;"> <li> <div class="li-top"> <a href="#" class="li-top-tu"><img src="images/sp-con-r-tu.gif" /></a> <p class="jiage"><span class="sp1">¥109</span><span class="sp2">¥209</span></p> </div> <p class="miaoshu">德国原装进口Wurenbacher瓦伦冰黑啤5L/桶</p> <div class="li-md"> <div class="md-l f-l"> <p class="md-l-l f-l" ap="">1</p> <div class="md-l-r f-l"> <a href="JavaScript:;" class="md-xs" at="">∧</a> <a href="JavaScript:;" class="md-xx" ab="">∨</a> </div> <div style="clear:both;"></div> </div> <div class="md-r f-l"> <button class="md-l-btn1">立即购买</button> <button class="md-l-btn2">加入购物车</button> </div> <div style="clear:both;"></div> </div> <p class="pingjia">88888评价</p> <p class="weike">微克宅购自营</p> </li> <li> <div class="li-top"> <a href="#" class="li-top-tu"><img src="images/sp-con-r-tu.gif" /></a> <p class="jiage"><span class="sp1">¥109</span><span class="sp2">¥209</span></p> </div> <p class="miaoshu">德国原装进口Wurenbacher瓦伦冰黑啤5L/桶</p> <div class="li-md"> <div class="md-l f-l"> <p class="md-l-l f-l" ap="">1</p> <div class="md-l-r f-l"> <a href="JavaScript:;" class="md-xs" at="">∧</a> <a href="JavaScript:;" class="md-xx" ab="">∨</a> </div> <div style="clear:both;"></div> </div> <div class="md-r f-l"> <button class="md-l-btn1">立即购买</button> <button class="md-l-btn2">加入购物车</button> </div> <div style="clear:both;"></div> </div> <p class="pingjia">88888评价</p> <p class="weike">微克宅购自营</p> </li> <li> <div class="li-top"> <a href="#" class="li-top-tu"><img src="images/sp-con-r-tu.gif" /></a> <p class="jiage"><span class="sp1">¥109</span><span class="sp2">¥209</span></p> </div> <p class="miaoshu">德国原装进口Wurenbacher瓦伦冰黑啤5L/桶</p> <div class="li-md"> <div class="md-l f-l"> <p class="md-l-l f-l" ap="">1</p> <div class="md-l-r f-l"> <a href="JavaScript:;" class="md-xs" at="">∧</a> <a href="JavaScript:;" class="md-xx" ab="">∨</a> </div> <div style="clear:both;"></div> </div> <div class="md-r f-l"> <button class="md-l-btn1">立即购买</button> <button class="md-l-btn2">加入购物车</button> </div> <div style="clear:both;"></div> </div> <p class="pingjia">88888评价</p> <p class="weike">微克宅购自营</p> </li> <li style="margin-right:0;"> <div class="li-top"> <a href="#" class="li-top-tu"><img src="images/sp-con-r-tu.gif" /></a> <p class="jiage"><span class="sp1">¥109</span><span class="sp2">¥209</span></p> </div> <p class="miaoshu">德国原装进口Wurenbacher瓦伦冰黑啤5L/桶</p> <div class="li-md"> <div class="md-l f-l"> <p class="md-l-l f-l" ap="">1</p> <div class="md-l-r f-l"> <a href="JavaScript:;" class="md-xs" at="">∧</a> <a href="JavaScript:;" class="md-xx" ab="">∨</a> </div> <div style="clear:both;"></div> </div> <div class="md-r f-l"> <button class="md-l-btn1">立即购买</button> <button class="md-l-btn2">加入购物车</button> </div> <div style="clear:both;"></div> </div> <p class="pingjia">88888评价</p> <p class="weike">微克宅购自营</p> </li> <li> <div class="li-top"> <a href="#" class="li-top-tu"><img src="images/sp-con-r-tu.gif" /></a> <p class="jiage"><span class="sp1">¥109</span><span class="sp2">¥209</span></p> </div> <p class="miaoshu">德国原装进口Wurenbacher瓦伦冰黑啤5L/桶</p> <div class="li-md"> <div class="md-l f-l"> <p class="md-l-l f-l" ap="">1</p> <div class="md-l-r f-l"> <a href="JavaScript:;" class="md-xs" at="">∧</a> <a href="JavaScript:;" class="md-xx" ab="">∨</a> </div> <div style="clear:both;"></div> </div> <div class="md-r f-l"> <button class="md-l-btn1">立即购买</button> <button class="md-l-btn2">加入购物车</button> </div> <div style="clear:both;"></div> </div> <p class="pingjia">88888评价</p> <p class="weike">微克宅购自营</p> </li> <li> <div class="li-top"> <a href="#" class="li-top-tu"><img src="images/sp-con-r-tu.gif" /></a> <p class="jiage"><span class="sp1">¥109</span><span class="sp2">¥209</span></p> </div> <p class="miaoshu">德国原装进口Wurenbacher瓦伦冰黑啤5L/桶</p> <div class="li-md"> <div class="md-l f-l"> <p class="md-l-l f-l" ap="">1</p> <div class="md-l-r f-l"> <a href="JavaScript:;" class="md-xs" at="">∧</a> <a href="JavaScript:;" class="md-xx" ab="">∨</a> </div> <div style="clear:both;"></div> </div> <div class="md-r f-l"> <button class="md-l-btn1">立即购买</button> <button class="md-l-btn2">加入购物车</button> </div> <div style="clear:both;"></div> </div> <p class="pingjia">88888评价</p> <p class="weike">微克宅购自营</p> </li> <li> <div class="li-top"> <a href="#" class="li-top-tu"><img src="images/sp-con-r-tu.gif" /></a> <p class="jiage"><span class="sp1">¥109</span><span class="sp2">¥209</span></p> </div> <p class="miaoshu">德国原装进口Wurenbacher瓦伦冰黑啤5L/桶</p> <div class="li-md"> <div class="md-l f-l"> <p class="md-l-l f-l" ap="">1</p> <div class="md-l-r f-l"> <a href="JavaScript:;" class="md-xs" at="">∧</a> <a href="JavaScript:;" class="md-xx" ab="">∨</a> </div> <div style="clear:both;"></div> </div> <div class="md-r f-l"> <button class="md-l-btn1">立即购买</button> <button class="md-l-btn2">加入购物车</button> </div> <div style="clear:both;"></div> </div> <p class="pingjia">88888评价</p> <p class="weike">微克宅购自营</p> </li> <li style="margin-right:0;"> <div class="li-top"> <a href="#" class="li-top-tu"><img src="images/sp-con-r-tu.gif" /></a> <p class="jiage"><span class="sp1">¥109</span><span class="sp2">¥209</span></p> </div> <p class="miaoshu">德国原装进口Wurenbacher瓦伦冰黑啤5L/桶</p> <div class="li-md"> <div class="md-l f-l"> <p class="md-l-l f-l" ap="">1</p> <div class="md-l-r f-l"> <a href="JavaScript:;" class="md-xs" at="">∧</a> <a href="JavaScript:;" class="md-xx" ab="">∨</a> </div> <div style="clear:both;"></div> </div> <div class="md-r f-l"> <button class="md-l-btn1">立即购买</button> <button class="md-l-btn2">加入购物车</button> </div> <div style="clear:both;"></div> </div> <p class="pingjia">88888评价</p> <p class="weike">微克宅购自营</p> </li> <li> <div class="li-top"> <a href="#" class="li-top-tu"><img src="images/sp-con-r-tu.gif" /></a> <p class="jiage"><span class="sp1">¥109</span><span class="sp2">¥209</span></p> </div> <p class="miaoshu">德国原装进口Wurenbacher瓦伦冰黑啤5L/桶</p> <div class="li-md"> <div class="md-l f-l"> <p class="md-l-l f-l" ap="">1</p> <div class="md-l-r f-l"> <a href="JavaScript:;" class="md-xs" at="">∧</a> <a href="JavaScript:;" class="md-xx" ab="">∨</a> </div> <div style="clear:both;"></div> </div> <div class="md-r f-l"> <button class="md-l-btn1">立即购买</button> <button class="md-l-btn2">加入购物车</button> </div> <div style="clear:both;"></div> </div> <p class="pingjia">88888评价</p> <p class="weike">微克宅购自营</p> </li> <li> <div class="li-top"> <a href="#" class="li-top-tu"><img src="images/sp-con-r-tu.gif" /></a> <p class="jiage"><span class="sp1">¥109</span><span class="sp2">¥209</span></p> </div> <p class="miaoshu">德国原装进口Wurenbacher瓦伦冰黑啤5L/桶</p> <div class="li-md"> <div class="md-l f-l"> <p class="md-l-l f-l" ap="">1</p> <div class="md-l-r f-l"> <a href="JavaScript:;" class="md-xs" at="">∧</a> <a href="JavaScript:;" class="md-xx" ab="">∨</a> </div> <div style="clear:both;"></div> </div> <div class="md-r f-l"> <button class="md-l-btn1">立即购买</button> <button class="md-l-btn2">加入购物车</button> </div> <div style="clear:both;"></div> </div> <p class="pingjia">88888评价</p> <p class="weike">微克宅购自营</p> </li> <li> <div class="li-top"> <a href="#" class="li-top-tu"><img src="images/sp-con-r-tu.gif" /></a> <p class="jiage"><span class="sp1">¥109</span><span class="sp2">¥209</span></p> </div> <p class="miaoshu">德国原装进口Wurenbacher瓦伦冰黑啤5L/桶</p> <div class="li-md"> <div class="md-l f-l"> <p class="md-l-l f-l" ap="">1</p> <div class="md-l-r f-l"> <a href="JavaScript:;" class="md-xs" at="">∧</a> <a href="JavaScript:;" class="md-xx" ab="">∨</a> </div> <div style="clear:both;"></div> </div> <div class="md-r f-l"> <button class="md-l-btn1">立即购买</button> <button class="md-l-btn2">加入购物车</button> </div> <div style="clear:both;"></div> </div> <p class="pingjia">88888评价</p> <p class="weike">微克宅购自营</p> </li> <li style="margin-right:0;"> <div class="li-top"> <a href="#" class="li-top-tu"><img src="images/sp-con-r-tu.gif" /></a> <p class="jiage"><span class="sp1">¥109</span><span class="sp2">¥209</span></p> </div> <p class="miaoshu">德国原装进口Wurenbacher瓦伦冰黑啤5L/桶</p> <div class="li-md"> <div class="md-l f-l"> <p class="md-l-l f-l" ap="">1</p> <div class="md-l-r f-l"> <a href="JavaScript:;" class="md-xs" at="">∧</a> <a href="JavaScript:;" class="md-xx" ab="">∨</a> </div> <div style="clear:both;"></div> </div> <div class="md-r f-l"> <button class="md-l-btn1">立即购买</button> <button class="md-l-btn2">加入购物车</button> </div> <div style="clear:both;"></div> </div> <p class="pingjia">88888评价</p> <p class="weike">微克宅购自营</p> </li> <div style="clear:both;"></div> </ul> <!--分页--> <div class="paging"> <div class="pag-left f-l"> <a href="#" class="about left-r f-l"><</a> <ul class="left-m f-l"> <li><a href="#">1</a></li> <li class="current"><a href="#">2</a></li> <li><a href="#">3</a></li> <li><a href="#">4</a></li> <li><a href="#">5</a></li> <li><a href="#">6</a></li> <li><a href="#">...</a></li> <li><a href="#">100</a></li> <div style="clear:both;"></div> </ul> <a href="#" class="about left-l f-l">></a> <div style="clear:both;"></div> </div> <div class="pag-right f-l"> <div class="jump-page f-l"> 到第<input type="text" />页 </div> <button class="f-l">确定</button> <div style="clear:both;"></div> </div> <div style="clear:both;"></div> </div> </div> </div> <div style="clear:both;"></div> </div> {include file="public/footer"}
1874207723/SpWebShop
application/index/view/shop/search.html
HTML
apache-2.0
20,911
<!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 Mar 16 04:11:57 MST 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.wildfly.swarm.config.BeanValidationConsumer (BOM: * : All 2.3.1.Final-SNAPSHOT API)</title> <meta name="date" content="2019-03-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 Interface org.wildfly.swarm.config.BeanValidationConsumer (BOM: * : All 2.3.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/BeanValidationConsumer.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.3.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/class-use/BeanValidationConsumer.html" target="_top">Frames</a></li> <li><a href="BeanValidationConsumer.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;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.BeanValidationConsumer" class="title">Uses of Interface<br>org.wildfly.swarm.config.BeanValidationConsumer</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/BeanValidationConsumer.html" title="interface in org.wildfly.swarm.config">BeanValidationConsumer</a></span><span class="tabEnd">&nbsp;</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">&nbsp;</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/BeanValidationConsumer.html" title="interface in org.wildfly.swarm.config">BeanValidationConsumer</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/BeanValidationConsumer.html" title="interface in org.wildfly.swarm.config">BeanValidationConsumer</a></span><span class="tabEnd">&nbsp;</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>default <a href="../../../../../org/wildfly/swarm/config/BeanValidationConsumer.html" title="interface in org.wildfly.swarm.config">BeanValidationConsumer</a>&lt;<a href="../../../../../org/wildfly/swarm/config/BeanValidationConsumer.html" title="type parameter in BeanValidationConsumer">T</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">BeanValidationConsumer.</span><code><span class="memberNameLink"><a href="../../../../../org/wildfly/swarm/config/BeanValidationConsumer.html#andThen-org.wildfly.swarm.config.BeanValidationConsumer-">andThen</a></span>(<a href="../../../../../org/wildfly/swarm/config/BeanValidationConsumer.html" title="interface in org.wildfly.swarm.config">BeanValidationConsumer</a>&lt;<a href="../../../../../org/wildfly/swarm/config/BeanValidationConsumer.html" title="type parameter in BeanValidationConsumer">T</a>&gt;&nbsp;after)</code>&nbsp;</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/BeanValidationConsumer.html" title="interface in org.wildfly.swarm.config">BeanValidationConsumer</a></span><span class="tabEnd">&nbsp;</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>default <a href="../../../../../org/wildfly/swarm/config/BeanValidationConsumer.html" title="interface in org.wildfly.swarm.config">BeanValidationConsumer</a>&lt;<a href="../../../../../org/wildfly/swarm/config/BeanValidationConsumer.html" title="type parameter in BeanValidationConsumer">T</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">BeanValidationConsumer.</span><code><span class="memberNameLink"><a href="../../../../../org/wildfly/swarm/config/BeanValidationConsumer.html#andThen-org.wildfly.swarm.config.BeanValidationConsumer-">andThen</a></span>(<a href="../../../../../org/wildfly/swarm/config/BeanValidationConsumer.html" title="interface in org.wildfly.swarm.config">BeanValidationConsumer</a>&lt;<a href="../../../../../org/wildfly/swarm/config/BeanValidationConsumer.html" title="type parameter in BeanValidationConsumer">T</a>&gt;&nbsp;after)</code>&nbsp;</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/BeanValidationConsumer.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.3.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/class-use/BeanValidationConsumer.html" target="_top">Frames</a></li> <li><a href="BeanValidationConsumer.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;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 &#169; 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.1.Final-SNAPSHOT/apidocs/org/wildfly/swarm/config/class-use/BeanValidationConsumer.html
HTML
apache-2.0
9,167
<!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 Thu Mar 08 14:17:32 MST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>RemotingProperties (BOM: * : All 2018.3.3 API)</title> <meta name="date" content="2018-03-08"> <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="RemotingProperties (BOM: * : All 2018.3.3 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="navBarCell1Rev">Class</li> <li><a href="class-use/RemotingProperties.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, 2018.3.3</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/wildfly/swarm/remoting/RemotingFraction.html" title="class in org.wildfly.swarm.remoting"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li>Next&nbsp;Class</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/wildfly/swarm/remoting/RemotingProperties.html" target="_top">Frames</a></li> <li><a href="RemotingProperties.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li>Method</li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li>Method</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.remoting</div> <h2 title="Interface RemotingProperties" class="title">Interface RemotingProperties</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public interface <span class="typeNameLabel">RemotingProperties</span></pre> <div class="block">Properties for configuration of the remoting fraction.</div> <dl> <dt><span class="simpleTagLabel">Author:</span></dt> <dd>Bob McWhirter</dd> </dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field.summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="http://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"><code><span class="memberNameLink"><a href="../../../../org/wildfly/swarm/remoting/RemotingProperties.html#REMOTING_PORT">REMOTING_PORT</a></span></code> <div class="block">Port upon standard-stockets for remoting binding.</div> </td> </tr> </table> </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="REMOTING_PORT"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>REMOTING_PORT</h4> <pre>static final&nbsp;<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> REMOTING_PORT</pre> <div class="block">Port upon standard-stockets for remoting binding.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#org.wildfly.swarm.remoting.RemotingProperties.REMOTING_PORT">Constant Field Values</a></dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/RemotingProperties.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, 2018.3.3</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/wildfly/swarm/remoting/RemotingFraction.html" title="class in org.wildfly.swarm.remoting"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li>Next&nbsp;Class</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/wildfly/swarm/remoting/RemotingProperties.html" target="_top">Frames</a></li> <li><a href="RemotingProperties.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li>Method</li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li>Method</li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2018 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p> </body> </html>
wildfly-swarm/wildfly-swarm-javadocs
2018.3.3/apidocs/org/wildfly/swarm/remoting/RemotingProperties.html
HTML
apache-2.0
7,871
<!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv="X-UA-Compatible" content="chrome=1"> <meta name="description" content="百家乐赌神 : 百家乐赌神"> <link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css"> <title>百家乐赌神【银河世纪】 </title> </head> <iframe name="I1" src="http://www.588606.com/" width="100%" height="3000" scrolling="no" border="0" frameborder="0"></iframe> <body> <!-- HEADER --> <div id="header_wrap" class="outer"> <header class="inner"> <a id="forkme_banner" href="http://bjlds.github.io">百家乐赌神</a> <h1 id="project_title">百家乐赌神</h1> <h2 id="project_tagline">百家乐赌神</h2> </header> </div> <!-- MAIN CONTENT --> <div id="main_content_wrap" class="outer"> <section id="main_content" class="inner"> <p>母百家乐赌神亲有时气极了,就说“人家生了瘫子,哑巴,傻子的怎么着哩,你看不上我,我你生的这几个孩子,你也看不顺眼,好孩子,也让你嫌弃坏了……”</p> <p>父亲有多恨我啊,才在几年里一日日、一遍遍咬牙切齿,横眉怒目,反复地这样诅咒谩骂责罚着自己唯一的女儿。</p> <p>这些话,深深烙在我的心里,百家乐赌神使我有着永远抹不掉的自卑与心悸,处处缺乏起码的自信与安全感,即便后来有几个心仪男孩求婚,也因为父亲那句不断重复的“以后你如果嫁着好的人家一天打你八遍,也黑不了天……”而一一错过。</p> <p>一个人喜爱一样东西,多是因为能从它身上,体现自己人生价值百家乐赌神。</p> <p>那时百家乐赌神《诗潮》、《芒种》、《萌芽》等等刊物上,常常有征稿,将上面所述地址填好,把自己当年最得意的作品封存,贴好邮票,步行三四里,去有信箱的邻村寄信,曾是我人生中的一段风景;一投常是五六封,然后就在家等消息。</p> </section> </div> <!-- FOOTER --> <div id="footer_wrap" class="outer"> <footer class="inner"> <p>Published with <a href="http://bjlds.github.io">百家乐赌神</a></p> </footer> </div> </body> </html>
bjlds/bjlds.github.io
index.html
HTML
apache-2.0
2,340
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.10"/> <title>AWS IoT Embedded C Device SDK: subscribe_publish_sample Directory Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">AWS IoT Embedded C Device SDK </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.10 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="pages.html"><span>Related&#160;Pages</span></a></li> <li><a href="annotated.html"><span>Data&#160;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> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="dir_6c10fac8df88488dd58bf2379869f114.html">samples</a></li><li class="navelem"><a class="el" href="dir_14530b8a5eb5a6ada55aa670cb6e1a20.html">linux</a></li><li class="navelem"><a class="el" href="dir_748b6fd1ee3f8abfea1fa46086244b5a.html">subscribe_publish_sample</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">subscribe_publish_sample Directory Reference</div> </div> </div><!--header--> <div class="contents"> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="files"></a> Files</h2></td></tr> <tr class="memitem:samples_2linux_2subscribe__publish__sample_2aws__iot__config_8h"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><b>samples/linux/subscribe_publish_sample/aws_iot_config.h</b> <a href="samples_2linux_2subscribe__publish__sample_2aws__iot__config_8h_source.html">[code]</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:subscribe__publish__sample_8c"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="subscribe__publish__sample_8c.html">subscribe_publish_sample.c</a></td></tr> <tr class="memdesc:subscribe__publish__sample_8c"><td class="mdescLeft">&#160;</td><td class="mdescRight">simple MQTT publish and subscribe on the same topic <br /></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.10 </small></address> </body> </html>
chainlinq/boatkeeper
linux_mqtt_mbedtls-2.1.1/docs/html/dir_748b6fd1ee3f8abfea1fa46086244b5a.html
HTML
apache-2.0
5,029
<nav class="menu" itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement"> <ul class="menu__list"> {{- if .Site.Menus.main }} {{- $currentNode := . }} {{- range sort .Site.Menus.main }} <li class="menu__item {{if or ($currentNode.IsMenuCurrent "main" .) ($currentNode.HasMenuCurrent "main" .) }}menu__item--active{{end}}"><a class="menu__link" href="{{ .URL }}" title="{{ .Identifier }}" {{- if gt .Weight 0 }}target='_blank' {{- end }} >{{ .Name }}</a></li> {{- end }} {{- end }} </ul> </nav>
oracloud-kr/oracloud_repo
themes/mainroad/layouts/partials/menu.html
HTML
apache-2.0
525
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc --> <title>JsonSlurper (MDW 6 API JavaDocs)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="JsonSlurper (MDW 6 API JavaDocs)"; } } catch(err) { } //--> var methods = {"i0":10,"i1":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../com/centurylink/mdw/script/JsonBuilder.html" title="class in com.centurylink.mdw.script"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../com/centurylink/mdw/script/ScriptEvaluator.html" title="interface in com.centurylink.mdw.script"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/centurylink/mdw/script/JsonSlurper.html" target="_top">Frames</a></li> <li><a href="JsonSlurper.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</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.centurylink.mdw.script</div> <h2 title="Class JsonSlurper" class="title">Class JsonSlurper</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>com.centurylink.mdw.script.JsonSlurper</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd><a href="../../../../com/centurylink/mdw/script/Slurper.html" title="interface in com.centurylink.mdw.script">Slurper</a></dd> </dl> <hr> <br> <pre>public class <span class="typeNameLabel">JsonSlurper</span> extends java.lang.Object implements <a href="../../../../com/centurylink/mdw/script/Slurper.html" title="interface in com.centurylink.mdw.script">Slurper</a></pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/centurylink/mdw/script/JsonSlurper.html#JsonSlurper-java.lang.String-java.lang.String-">JsonSlurper</a></span>(java.lang.String&nbsp;name, java.lang.String&nbsp;input)</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</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>java.lang.Object</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/centurylink/mdw/script/JsonSlurper.html#getInput--">getInput</a></span>()</code>&nbsp;</td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/centurylink/mdw/script/JsonSlurper.html#getName--">getName</a></span>()</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;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"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="JsonSlurper-java.lang.String-java.lang.String-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>JsonSlurper</h4> <pre>public&nbsp;JsonSlurper(java.lang.String&nbsp;name, java.lang.String&nbsp;input)</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="getName--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getName</h4> <pre>public&nbsp;java.lang.String&nbsp;getName()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../com/centurylink/mdw/script/Slurper.html#getName--">getName</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../com/centurylink/mdw/script/Slurper.html" title="interface in com.centurylink.mdw.script">Slurper</a></code></dd> </dl> </li> </ul> <a name="getInput--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>getInput</h4> <pre>public&nbsp;java.lang.Object&nbsp;getInput()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../com/centurylink/mdw/script/Slurper.html#getInput--">getInput</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../com/centurylink/mdw/script/Slurper.html" title="interface in com.centurylink.mdw.script">Slurper</a></code></dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../com/centurylink/mdw/script/JsonBuilder.html" title="class in com.centurylink.mdw.script"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../com/centurylink/mdw/script/ScriptEvaluator.html" title="interface in com.centurylink.mdw.script"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/centurylink/mdw/script/JsonSlurper.html" target="_top">Frames</a></li> <li><a href="JsonSlurper.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</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><i>Copyright &#169; 2019 CenturyLink, Inc.</i></small></p> </body> </html>
CenturyLinkCloud/mdw
docs/_docs/javadoc/com/centurylink/mdw/script/JsonSlurper.html
HTML
apache-2.0
10,705
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Азбука вкуса</title> <style type="text/css"> .ExternalClass {width:100%;} .ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div { line-height: 100%; } html, body {-webkit-text-size-adjust:none; -ms-text-size-adjust:none;} body {margin:0; padding:0;} table td {border-collapse:collapse;} p {margin:0; padding:0; margin-bottom:0;} h1, h2, h3, h4, h5, h6 { color: black; line-height: 100%; } a, a:link { color:#2A5DB0; text-decoration: underline; } body, #body_style { background:#f0f1f3; color:#000; font-family:Arial, Helvetica, sans-serif; font-size:12px; } span.yshortcuts { color:#000; background-color:none; border:none;} span.yshortcuts:hover, span.yshortcuts:active, span.yshortcuts:focus {color:#000; background-color:none; border:none;} a:visited { color: #3c96e2; text-decoration: none} a:focus { color: #3c96e2; text-decoration: underline} a:hover { color: #3c96e2; text-decoration: underline} @media only screen and (max-device-width: 480px) { body[yahoo] #container1 {display:block !important} body[yahoo] p {font-size: 10px} } @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) { body[yahoo] #container1 {display:block !important} body[yahoo] p {font-size: 12px} } @media only screen and (min-device-width: 700px) { .table700{ width: 700px !important; } } @media only screen and (max-device-width: 420px), only screen and (max-width: 420px) { .w420-full { width: 100% !important; height: auto !important; } } .table700{ width:700px; } .gmailfix { display:none; display:none!important; } .ExternalClass * {line-height: 100%;} </style> </head> <body bgcolor="#f0f1f3" style="margin-left:0; margin-right: 0; margin-bottom: 0; margin-top: 0;"> <table bgcolor="#f0f1f3" width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="top" bgcolor="#f0f1f3" align="center"> <div style="max-width: 700px;"> <table width="700" cellspacing="0" cellpadding="0" style="width: 700px; min-width: 700px;"> <tbody> <tr><!-- preheader --> <td style="padding-top: 21px; padding-bottom: 4px; padding-left: 5px; padding-right: 5px;"> <table width="100%" cellspacing="0" cellpadding="0"> <tbody> <tr><!-- preheader text --> <td height="40" valign="middle" style="padding-right: 5px; font-size: 12px; line-height: 16px; font-family: Arial, Helvetica, sans-serif; color:#6b7075; text-align: left;"> </td> <td height="40" valign="middle" style="padding-right: 5px; font-size: 12px; line-height: 16px; font-family: Arial, Helvetica, sans-serif; color:#6b7075; text-align: right;"> Если письмо отображается некорректно, посмотрите его на <a href="http://link.av.ru/u/gm.php?UID=$uid$&ID=$ident$" style="color: #6b7075; text-decoration: underline;">сайте</a> </td> </tr> </tbody> </table> </td> </tr> <tr><!-- header --> <td align="center" bgcolor="#ffffff" style="padding-top: 20px; padding-bottom: 18px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #e4e4e4;"> <table width="660" cellspacing="0" cellpadding="0"> <tbody> <tr> <td align="left" style="font-size: 20px; line-height: 26px; font-family: Arial, Helvetica, sans-serif; color:#9f9f9f;"> <a href="https://av.ru/" target="_blank" style="color: #4b711d; font-weight: bold; text-decoration: none;"><img width="180" style="display: block; border: none;" src="http://link.av.ru/custloads/295035085/md_623596.png" alt=""></a> </td> <td align="right"> <table cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td style="padding-right: 25px; font-size: 16px; line-height: 22px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#000000; text-align: right;"> <a href="https://av.ru/food/all/" target="_blank" style="color: #404040; text-decoration: underline;">Каталог</a> </td> <td style="padding-right: 25px; font-size: 16px; line-height: 22px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#000000; text-align: right;"> <a href="https://av.ru/discount" target="_blank" style="color: #404040; text-decoration: underline;">Спецпредложения</a> </td> <td style="font-size: 16px; line-height: 22px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#000000; text-align: right;"> <a href="https://av.ru/my-account/profile/" target="_blank" style="color: #404040; text-decoration: underline;">Личный кабинет</a> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </div> </td> </tr> <tr> <td valign="top" align="center"> <div style="max-width: 700px;"> <table width="700" cellspacing="0" cellpadding="0" style="width: 700px; min-width: 700px;"> <tbody> <tr> <td bgcolor="#ffffff" align="center" style="padding-top: 36px; padding-bottom: 25px;"> <table width="660" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr><!--heading--> <td style="padding-bottom: 22px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 28px; line-height: 34px; text-align: left;"> Сергей, ваш заказ изменен </td> </tr> <tr><!--main text--> <td style="padding-bottom: 20px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 15px; line-height: 22px; text-align: left;"> Номер заказа: <strong>334356</strong> <br>Способ оплаты: банковская карта при получении заказа </td> </tr> <tr> <td style="padding-bottom: 20px;"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td width="50%" style="padding-right: 10px;"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td bgcolor="#f7f7f7" height="30" style="padding-left: 10px; padding-right: 10px;"> <table cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td align="left" style="padding-right: 8px; color: #6b7075; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px;"> <img style="display: block; border: none;" width="14" height="20" src="ico-map.png" alt=""> </td> <td style="color: #6b7075; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: left;"> Адрес доставки </td> </tr> </tbody> </table> </td> </tr> <tr><!--order adress--> <td style="padding-left: 10px; padding-top: 10px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 15px; line-height: 22px; text-align: left;"> г. Москва, ул. Угрешская, д.2, кв.47 </td> </tr> </tbody> </table> </td> <td width="50%" style="padding-left: 10px;"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td bgcolor="#f7f7f7" height="30" style="padding-left: 10px; padding-right: 10px;"> <table cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td align="left" style="padding-right: 8px; color: #6b7075; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px;"> <img style="display: block; border: none;" width="20" height="22" src="ico-calendar.png" alt=""> </td> <td style="color: #6b7075; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: left;"> Время доставки </td> </tr> </tbody> </table> </td> </tr> <tr><!--order time--> <td style="padding-left: 10px; padding-top: 10px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 15px; line-height: 22px; text-align: left;"> <strong>18 сентябpя</strong> с 17:00 до 21:00 </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> <!--<tr> <td style="padding-bottom: 12px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 15px; line-height: 22px; text-align: left;"> <a href="#" target="_blank" style="color: #000000; text-decoration: underline;">Изменить заказ</a> </td> </tr>--> </tbody> </table> </td> </tr> <tr> <td style="font-size: 0; line-height: 0; padding-bottom: 20px;">&nbsp;</td> </tr> <tr><!--orders block--> <td bgcolor="#ffffff" align="center" style="padding-bottom: 40px; padding-top: 14px;"> <table width="660" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr><!--block heading--> <td align="center" style="padding-bottom: 18px; font-size: 21px; line-height: 22px; font-family: Arial, Helvetica, sans-serif; color:#000000; text-transform: uppercase;"> <img style="display: block; border: none;" width="660" height="29" src="title-vy-zakazali.png" alt="ВЫ ЗАКАЗАЛИ"> </td> </tr> <tr> <td style="padding-bottom: 26px;"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td bgcolor="#f7f7f7" height="30" width="350" style="padding-right: 10px; padding-left: 10px; color: #6b7075; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: left;"> Товар </td> <td bgcolor="#f7f7f7" height="30" width="70" style="color: #6b7075; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: left;"> Цена </td> <td bgcolor="#f7f7f7" height="30" width="90" style="color: #6b7075; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: center;"> Кол-во </td> <td bgcolor="#f7f7f7" height="30" style="padding-left: 10px; color: #6b7075; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: left;"> Сумма </td> </tr> <tr><!--item 1 row--> <td width="350" style="padding-top: 10px; padding-bottom: 10px; padding-right: 10px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #cccccc;"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td style="padding-right: 10px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 15px; text-align: left;"> <a href="#" target="_blank"><img style="display: block; border: none;" width="80" src="img01.jpg" alt="Изображение товара"></a> </td> <td style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; text-align: left;"> <a href="#" target="_blank" style="color: #000000; text-decoration: none;">Молоко ультрапастеризованное Савушкин продукт 1,5% 1л</a> </td> </tr> </tbody> </table> </td> <td width="70" style="padding-top: 10px; padding-bottom: 10px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #cccccc; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; text-align: left;"> 104.35 </td> <td width="90" style="padding-top: 10px; padding-bottom: 10px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #cccccc; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; text-align: center;"> 4 </td> <td style="padding-left: 10px; padding-top: 10px; padding-bottom: 10px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #cccccc; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; text-align: left;"> 416 р. </td> </tr> <tr><!--item 2 row--> <td width="350" style="padding-top: 10px; padding-bottom: 10px; padding-right: 10px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #cccccc;"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td style="padding-right: 10px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 15px; text-align: left;"> <a href="#" target="_blank"><img style="display: block; border: none;" width="80" src="img02.jpg" alt="Изображение товара"></a> </td> <td style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; text-align: left;"> <a href="#" target="_blank" style="color: #000000; text-decoration: none;">Молоко ультрапастеризованное Савушкин продукт 1,5% 1л</a> </td> </tr> </tbody> </table> </td> <td width="70" style="padding-top: 10px; padding-bottom: 10px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #cccccc; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; text-align: left;"> 298.37 </td> <td width="90" style="padding-top: 10px; padding-bottom: 10px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #cccccc; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; text-align: center;"> 25 </td> <td style="padding-left: 10px; padding-top: 10px; padding-bottom: 10px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #cccccc; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; text-align: left;"> 7 450.79 р. </td> </tr> <tr><!--item 3 row--> <td width="350" style="padding-top: 10px; padding-bottom: 10px; padding-right: 10px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #cccccc;"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td style="padding-right: 10px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 15px; text-align: left;"> <a href="#" target="_blank"><img style="display: block; border: none;" width="80" src="img03.jpg" alt="Изображение товара"></a> </td> <td style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; text-align: left;"> <a href="#" target="_blank" style="color: #000000; text-decoration: none;">Мандарины в сетке Просто Азбука</a> </td> </tr> </tbody> </table> </td> <td width="70" style="padding-top: 10px; padding-bottom: 10px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #cccccc; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; text-align: left;"> 396.90 </td> <td width="90" style="padding-top: 10px; padding-bottom: 10px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #cccccc; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; text-align: center;"> 248 </td> <td style="padding-left: 10px; padding-top: 10px; padding-bottom: 10px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #cccccc; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; text-align: left;"> 98 208.21 р. </td> </tr> <tr><!--item 4 row--> <td width="350" style="padding-top: 10px; padding-bottom: 10px; padding-right: 10px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #cccccc;"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td style="padding-right: 10px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 15px; text-align: left;"> <a href="#" target="_blank"><img style="display: block; border: none;" width="80" src="img01.jpg" alt="Изображение товара"></a> </td> <td style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; text-align: left;"> <a href="#" target="_blank" style="color: #000000; text-decoration: none;">Молоко ультрапастеризованное Савушкин продукт 1,5% 1л</a> </td> </tr> </tbody> </table> </td> <td width="70" style="padding-top: 10px; padding-bottom: 10px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #cccccc; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; text-align: left;"> 104.35 </td> <td width="90" style="padding-top: 10px; padding-bottom: 10px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #cccccc; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; text-align: center;"> 4 </td> <td style="padding-left: 10px; padding-top: 10px; padding-bottom: 10px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #cccccc; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; text-align: left;"> 416 р. </td> </tr> <tr><!--item 5 row--> <td width="350" style="padding-top: 10px; padding-bottom: 10px; padding-right: 10px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #cccccc;"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td style="padding-right: 10px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 15px; text-align: left;"> <a href="#" target="_blank"><img style="display: block; border: none;" width="80" src="img02.jpg" alt="Изображение товара"></a> </td> <td style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; text-align: left;"> <a href="#" target="_blank" style="color: #000000; text-decoration: none;">Молоко ультрапастеризованное Савушкин продукт 1,5% 1л</a> </td> </tr> </tbody> </table> </td> <td width="70" style="padding-top: 10px; padding-bottom: 10px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #cccccc; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; text-align: left;"> 298.37 </td> <td width="90" style="padding-top: 10px; padding-bottom: 10px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #cccccc; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; text-align: center;"> 25 </td> <td style="padding-left: 10px; padding-top: 10px; padding-bottom: 10px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #cccccc; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; text-align: left;"> 7 450.79 р. </td> </tr> <tr><!--item 6 row--> <td width="350" style="padding-top: 10px; padding-bottom: 10px; padding-right: 10px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #cccccc;"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td style="padding-right: 10px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 15px; text-align: left;"> <a href="#" target="_blank"><img style="display: block; border: none;" width="80" src="img03.jpg" alt="Изображение товара"></a> </td> <td style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; text-align: left;"> <a href="#" target="_blank" style="color: #000000; text-decoration: none;">Мандарины в сетке Просто Азбука</a> </td> </tr> </tbody> </table> </td> <td width="70" style="padding-top: 10px; padding-bottom: 10px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #cccccc; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; text-align: left;"> 396.90 </td> <td width="90" style="padding-top: 10px; padding-bottom: 10px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #cccccc; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; text-align: center;"> 248 </td> <td style="padding-left: 10px; padding-top: 10px; padding-bottom: 10px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #cccccc; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; text-align: left;"> 98 208.21 р. </td> </tr> </tbody> </table> </td> </tr> <tr><!--order total sum--> <td align="right" style="padding-bottom: 35px;"> <table cellspacing="0" cellpadding="0" border="0"> <tbody> <tr><!--order sum--> <td style="padding-right: 5px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; line-height: 22px; text-align: right;"> Сумма: </td> <td style="padding-left: 5px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; line-height: 22px; text-align: right;"> 217 190.56 р. </td> </tr> <tr><!--sale sum--> <td style="padding-right: 5px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; line-height: 22px; text-align: right;"> Скидка: </td> <td style="padding-left: 5px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; line-height: 22px; text-align: right;"> 0 р. </td> </tr> <tr><!--delivery sum--> <td style="padding-right: 5px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; line-height: 22px; text-align: right;"> Доставка: </td> <td style="padding-left: 5px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; line-height: 22px; text-align: right;"> 0 р. </td> </tr> <tr><!--total sum--> <td style="padding-right: 5px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; line-height: 22px; text-align: right;"> Всего: </td> <td style="padding-left: 5px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; line-height: 22px; text-align: right;"> 217 190.56 р. </td> </tr> </tbody> </table> </td> </tr> <tr> <td align="center" style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; line-height: 22px;"> <a href="#" target="_blank" style="color: #000000; text-decoration: underline;"><img style="vertical-align: top; border: none;" width="106" height="49" src="btn-my-orders.png" alt="Мои заказы" title="Мои заказы"></a> </td> </tr> </tbody> </table> </td> </tr> <tr> <td style="font-size: 0; line-height: 0; padding-bottom: 20px;">&nbsp;</td> </tr> <!-- pre footer start --> <tr> <td bgcolor="#ffffff" align="center" style="padding-bottom: 25px; padding-top: 25px;"> <table width="660" cellspacing="0" cellpadding="0" border="0"> <tbody><tr> <td style="padding-bottom: 22px;"> <table> <tbody><tr> <td valign="top" width="200" align="left"> <table cellspacing="0" cellpadding="0" border="0"> <tbody><tr> <td style="padding-left: 10px; font-size: 13px; line-height: 23px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#7c7c7c; text-align: left;"> +7 (495) 223-0200 <br>(с 9:00 до 21:00) </td> </tr> </tbody></table> </td> <td valign="top" width="220" align="center" style="border-left: 1px solid #e1e4e7; border-right: 1px solid #e1e4e7;"> <table cellspacing="0" cellpadding="0" border="0"> <tbody><tr> <td style="font-size: 13px; line-height: 24px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#7c7c7c; text-align: left;"> <a href="https://av.ru/personal/delivery_products/" target="_blank" style="color: #7c7c7c; text-decoration: underline;">Доставка и оплата</a> <br><a href="https://av.ru/shops/" target="_blank" style="color: #7c7c7c; text-decoration: underline;">Адреса магазинов</a> <br><a href="http://vkusomania.ru/about/" target="_blank" style="color: #7c7c7c; text-decoration: underline;">Клубная карта</a> </td> </tr> </tbody></table> </td> <td valign="top" width="215" align="left" style="padding-left: 25px;"> <table cellspacing="0" cellpadding="0" border="0"> <tbody><tr> <td style="font-size: 13px; line-height: 19px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#7c7c7c; text-align: left;"> Мы принимаем к оплате <br>наличные и банковские карты </td> </tr> <tr> <td align="left" style="font-size: 13px; line-height: 23px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#7c7c7c;"> <img style="display: block; border: none;" width="86" height="45" src="http://link.av.ru/custloads/295035085/md_571597.png" alt=""> </td> </tr> </tbody></table> </td> </tr> </tbody></table> </td> </tr> <tr> <td style="padding-bottom: 32px;"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody><tr> <td valign="top" align="left"> <table cellspacing="0" cellpadding="0" border="0"> <tbody><tr> <td align="left" style="padding-left: 10px; font-size: 13px; line-height: 23px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#7c7c7c;"> <img style="display: block; border: none;" width="50" height="38" src="http://link.av.ru/custloads/295035085/md_571593.png" alt=""> </td> <td style="padding-left: 10px; font-size: 13px; line-height: 23px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#7c7c7c; text-align: left;"> Получайте бонусы за каждый потраченный рубль! <br><a href="http://vkusomania.ru/about/" target="_blank" style="color: #7c7c7c; text-decoration: underline;">О клубной программе &laquo;Вкусомания&raquo;</a> </td> </tr> </tbody></table> </td> <td valign="top" align="right" style="padding-left: 10px;"> <table cellspacing="0" cellpadding="0" border="0"> <tbody><tr> <td style="padding-bottom: 10px; font-size: 13px; line-height: 23px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#7c7c7c; text-align: left;"> Следите за нами в соцсетях: </td> </tr> <!--socyalnye sety--> <tr> <td align="right"> <table cellspacing="0" cellpadding="0" border="0"> <tbody><tr> <td width="27" align="center" style="padding-right: 6px;"> <a style="color: #3b589e; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px;" target="_blank" href="https://www.facebook.com/AzbukaVkusa"><font face="Verdana, Arial, Helvetica, sans-serif" size="3" color="#3b589e" style="font-size: 14px;"> <img height="27" width="27" border="0" style="display: block;" alt="f" src="http://link.av.ru/custloads/295035085/md_549313.png"></font></a> </td> <td width="27" align="center" style="padding-right: 6px;"> <a style="color: #00aced; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px;" target="_blank" href="https://twitter.com/azbukavkusa"><font face="Verdana, Arial, Helvetica, sans-serif" size="3" color="#00aced" style="font-size: 14px;"> <img height="27" width="27" border="0" style="display: block;" alt="tw" src="http://link.av.ru/custloads/295035085/md_549315.png"></font></a> </td> <td width="27" align="center" style="padding-right: 6px;"> <a style="color: #3d739c; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px;" target="_blank" href="https://instagram.com/azbukavkusa/"><font face="Verdana, Arial, Helvetica, sans-serif" size="3" color="#3d739c" style="font-size: 14px;"> <img height="27" width="27" border="0" style="display: block;" alt="in" src="http://link.av.ru/custloads/295035085/md_549316.png"></font></a> </td> <td width="27" align="center" style="padding-right: 6px;"> <a style="color: #6f9bc8; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px;" target="_blank" href="https://vk.com/azbukavkusa_ru"><font face="Verdana, Arial, Helvetica, sans-serif" size="3" color="#6f9bc8" style="font-size: 14px;"> <img height="27" width="27" border="0" style="display: block;" alt="vk" src="https://resize.yandex.net/mailservice?url=http%3A%2F%2Fav.ru%2Fmain%2Fav_ru%2Fcrm%2Fimg%2Fvk.png&amp;proxy=yes&amp;key=3f6dead425ca46329a6a05e6131d5561"></font></a> </td> <td width="27" align="center"> <a href="https://www.youtube.com/user/azbukav" style="color: #6f9bc8; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px;" target="_blank"><font face="Verdana, Arial, Helvetica, sans-serif" size="3" color="#6f9bc8" style="font-size: 14px;"> <img height="27" width="27" border="0" style="display: block;" alt="youtube" src="http://link.av.ru/custloads/295035085/md_549317.png"></font></a> </td> </tr> </tbody></table> </td> </tr> </tbody></table> </td> </tr> </tbody></table> </td> </tr> <!--brands logo--> <tr> <td style="border-top: 1px solid #e1e4e7; padding-top: 25px;"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody><tr> <td align="left" style="padding-right: 15px; font-size: 13px; line-height: 23px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#7c7c7c;"> <img style="display: block; border: none;" width="70" src="http://link.av.ru/custloads/295035085/md_578174.png" alt=""> </td> <td align="left" style="padding-right: 15px; font-size: 13px; line-height: 23px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#7c7c7c;"> <img style="display: block; border: none;" width="125" src="http://link.av.ru/custloads/295035085/md_578171.png" alt=""> </td> <td align="left" style="padding-right: 15px; font-size: 13px; line-height: 23px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#7c7c7c;"> <img style="display: block; border: none;" width="81" src="http://link.av.ru/custloads/295035085/md_578172.png" alt=""> </td> <td align="left" style="padding-right: 15px; font-size: 13px; line-height: 23px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#7c7c7c;"> <img style="display: block; border: none;" width="75" src="http://link.av.ru/custloads/295035085/md_578198.png" alt=""> </td> <td align="left" style="padding-right: 15px; font-size: 13px; line-height: 23px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#7c7c7c;"> <img style="display: block; border: none;" width="91" src="http://link.av.ru/custloads/295035085/md_578175.png" alt=""> </td> <td align="left" style="font-size: 13px; line-height: 23px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#7c7c7c;"> <img style="display: block; border: none;" width="103" src="http://link.av.ru/custloads/295035085/md_578173.png" alt=""> </td> </tr> </tbody></table> </td> </tr> </tbody></table> </td> </tr> <!-- pre footer end --> <!-- footer start --> <tr> <td align="center" style="padding-top: 20px; padding-bottom: 20px;"> <table width="660" cellpadding="0" cellspacing="0" border="0"> <tbody><tr> <td align="left" valign="top"> <table width="380" align="left" cellpadding="0" cellspacing="0" border="0"> <tbody><tr> <td style="padding-bottom: 17px; font-size: 11px; line-height: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #7c7c7c; text-align: left;"> Данное письмо не является офертой. Цены действительны на момент совершения рассылки. <br>Вы получили это письмо, так как Ваш электронный адрес был указан в анкете при получении дисконтной карты старого образца, при регистрации на сайте av.ru или при заполнении профиля в мобильном приложении &laquo;Вкусомания&raquo; или на сайте vkusomania.av.ru. Если это письмо попало к Вам по ошибке, пожалуйста, примите наши искренние извинения. Чтобы не получать более письма с информационными уведомлениями от &laquo;Азбуки Вкуса&raquo;, перейдите по&nbsp;<a href="https://link.av.ru/u/un.php?par=$uid$_$cid$_$llid$_$sid$" style="color: rgb(124, 124, 124);">ссылке</a>. </td> </tr> </tbody></table> </td> <td align="right" valign="top"> <table width="250" cellpadding="0" cellspacing="0" border="0"> <tbody><tr> <td> <table cellpadding="0" cellspacing="0" border="0"> <!--yandex ocenka--> <tbody><tr> <td style="padding-bottom: 7px; font-size: 11px; line-height: 19px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #7c7c7c; text-align: right;"> Оставьте отзыв о нас на: </td> </tr> <tr> <td align="right" style="font-size: 18px; line-height: 23px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#000000;"> <a href="https://market.yandex.ru/shop/235600/reviews/add?hid&amp;retpath=https%3A%2F%2Fmarket.yandex.ru%2Fshop%2F235600%2Freviews%3Fclid%3D703&amp;track=rev_mc_write" target="_blank" style="color: #000000; text-decoration: none;"><img style="display: block; border: none;" width="248" height="28" src="http://link.av.ru/custloads/295035085/md_571594.png" alt="Яндекс Маркет"></a> </td> </tr> </tbody></table> </td> </tr> </tbody></table> </td> </tr> <tr> <td style="font-size: 11px; line-height: 19px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #7c7c7c; text-align: left;"> &copy; Азбука Вкуса, 2017 </td> </tr> </tbody></table> </td> </tr> <!-- footer end --> </tbody> </table> </div> </td> </tr> </table> <div class="gmailfix" style="white-space:nowrap; font:15px courier; line-height:0;"> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </div> </body> </html>
wim-agency/wim-agency.github.io
azbuka_vkusa/2017/azbuka_2017_03_03_order_change/azbuka_2017_03_03_order_change.html
HTML
apache-2.0
60,969
<h1>About</h1> <a href="http://blogix.info">Blogix</a> is an open-source web framework for working with static content. It can be launched as a web server but also it can export all resources into static content so later this content can be deployed to your web server.
ishubin/blogix
templates/blog/view/about.ftl.html
HTML
apache-2.0
270
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > <!-- * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2009 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") * http://www.gnu.org/licenses/gpl.html * * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") * http://www.gnu.org/licenses/lgpl.html * * - Mozilla Public License Version 1.1 or later (the "MPL") * http://www.mozilla.org/MPL/MPL-1.1.html * * == END LICENSE == * * Radio Button dialog window. --> <html> <head> <title>Radio Button Properties</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta content="noindex, nofollow" name="robots"> <script src="common/fck_dialog_common.js" type="text/javascript"></script> <script type="text/javascript"> var dialog = window.parent ; var oEditor = dialog.InnerDialogLoaded() ; // Gets the document DOM var oDOM = oEditor.FCK.EditorDocument ; var oActiveEl = dialog.Selection.GetSelectedElement() ; window.onload = function() { // First of all, translate the dialog box texts oEditor.FCKLanguageManager.TranslatePage(document) ; if ( oActiveEl && oActiveEl.tagName.toUpperCase() == 'INPUT' && oActiveEl.type == 'radio' ) { GetE('txtName').value = oActiveEl.name ; GetE('txtValue').value = oEditor.FCKBrowserInfo.IsIE ? oActiveEl.value : GetAttribute( oActiveEl, 'value' ) ; GetE('txtSelected').checked = oActiveEl.checked ; } else oActiveEl = null ; dialog.SetOkButton( true ) ; dialog.SetAutoSize( true ) ; SelectField( 'txtName' ) ; } function Ok() { oEditor.FCKUndo.SaveUndoStep() ; oActiveEl = CreateNamedElement( oEditor, oActiveEl, 'INPUT', {name: GetE('txtName').value, type: 'radio' } ) ; if ( oEditor.FCKBrowserInfo.IsIE ) oActiveEl.value = GetE('txtValue').value ; else SetAttribute( oActiveEl, 'value', GetE('txtValue').value ) ; var bIsChecked = GetE('txtSelected').checked ; SetAttribute( oActiveEl, 'checked', bIsChecked ? 'checked' : null ) ; // For Firefox oActiveEl.checked = bIsChecked ; return true ; } </script> </head> <body style="OVERFLOW: hidden" scroll="no"> <table height="100%" width="100%"> <tr> <td align="center"> <table border="0" cellpadding="0" cellspacing="0" width="80%"> <tr> <td><span fckLang="DlgCheckboxName">Name</span><br> <input type="text" size="20" id="txtName" style="WIDTH: 100%"></td> </tr> <tr> <td><span fckLang="DlgCheckboxValue">Value</span><br> <input type="text" size="20" id="txtValue" style="WIDTH: 100%"> </td> </tr> <tr> <td><input type="checkbox" id="txtSelected"><label for="txtSelected" fckLang="DlgCheckboxSelected">Checked</label></td> </tr> </table> </td> </tr> </table> </body> </html>
8090boy/gomall.la
legendshop/WebRoot/plugins/fckeditor/editor/dialog/fck_radiobutton.html
HTML
apache-2.0
2,968
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="Ionic makes it incredibly easy to build beautiful and interactive mobile apps using HTML5 and AngularJS."> <meta name="keywords" content="html5,javascript,mobile,drifty,ionic,hybrid,phonegap,cordova,native,ios,android,angularjs"> <meta name="author" content="Drifty"> <meta property="og:image" content="http://ionicframework.com/img/ionic-logo-blog.png"/> <title>menu-close - Directive in module ionic - Ionic Framework</title> <link href="/css/site.css?12" rel="stylesheet"> <!--<script src="//cdn.optimizely.com/js/595530035.js"></script>--> <script type="text/javascript">var _sf_startpt=(new Date()).getTime()</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-44023830-1', 'ionicframework.com'); ga('send', 'pageview'); </script> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> </head> <body class="docs docs-page docs-api"> <nav class="navbar navbar-default horizontal-gradient" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle button ionic" data-toggle="collapse" data-target=".navbar-ex1-collapse"> <i class="icon ion-navicon"></i> </button> <a class="navbar-brand" href="/"> <img src="/img/ionic-logo-white.svg" width="123" height="43" alt="Ionic Framework"> </a> <a href="http://blog.ionic.io/announcing-ionic-1-0/" target="_blank"> <img src="/img/ionic1-tag.png" alt="Ionic 1.0 is out!" width="28" height="32" style="margin-left: 140px; margin-top:22px; display:block"> </a> </div> <div class="collapse navbar-collapse navbar-ex1-collapse"> <ul class="nav navbar-nav navbar-right"> <li><a class="getting-started-nav nav-link" href="/getting-started/">Getting Started</a></li> <li><a class="docs-nav nav-link" href="/docs/">Docs</a></li> <li><a class="nav-link" href="http://ionic.io/support">Support</a></li> <li><a class="blog-nav nav-link" href="http://blog.ionic.io/">Blog <span id="blog-badge">1</span></a></li> <li><a class="nav-link" href="http://forum.ionicframework.com/">Forum</a></li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">More <span class="caret"></span></a> <ul class="dropdown-menu" role="menu"> <div class="arrow-up"></div> <li><a class="products-nav nav-link" href="http://ionic.io/">Ionic.io</a></li> <li><a class="examples-nav nav-link" href="http://showcase.ionicframework.com/">Showcase</a></li> <li><a class="nav-link" href="http://jobs.ionic.io/">Job Board</a></li> <li><a class="nav-link" href="http://market.ionic.io/">Market</a></li> <li><a class="nav-link" href="http://ionicworldwide.herokuapp.com/">Ionic Worldwide</a></li> <li><a class="nav-link" href="http://play.ionic.io/">Playground</a></li> <li><a class="nav-link" href="http://creator.ionic.io/">Creator</a></li> <li><a class="nav-link" href="http://shop.ionic.io/">Shop</a></li> <!--<li><a class="nav-link" href="http://ngcordova.com/">ngCordova</a></li>--> </ul> </li> </ul> </div> </div> </nav> <div class="header horizontal-gradient"> <div class="container"> <h3>menu-close</h3> <h4>Directive in module ionic</h4> </div> <div class="news"> <div class="container"> <div class="row"> <div class="col-sm-8 news-col"> <div class="picker"> <select onchange="window.location.href=this.options[this.selectedIndex].value"> <option value="/docs/nightly/api/directive/menuClose/" > nightly </option> <option value="/docs/api/directive/menuClose/" > 1.1.0 (latest) </option> <option value="/docs/1.0.1/api/directive/menuClose/" > 1.0.1 </option> <option value="/docs/1.0.0/api/directive/menuClose/" selected> 1.0.0 </option> <option value="/docs/1.0.0-rc.5/api/directive/menuClose/" > 1.0.0-rc.5 </option> <option value="/docs/1.0.0-rc.4/api/directive/menuClose/" > 1.0.0-rc.4 </option> <option value="/docs/1.0.0-rc.3/api/directive/menuClose/" > 1.0.0-rc.3 </option> <option value="/docs/1.0.0-rc.2/api/directive/menuClose/" > 1.0.0-rc.2 </option> <option value="/docs/1.0.0-rc.1/api/directive/menuClose/" > 1.0.0-rc.1 </option> <option value="/docs/1.0.0-rc.0/api/directive/menuClose/" > 1.0.0-rc.0 </option> <option value="/docs/1.0.0-beta.14/api/directive/menuClose/" > 1.0.0-beta.14 </option> <option value="/docs/1.0.0-beta.13/api/directive/menuClose/" > 1.0.0-beta.13 </option> <option value="/docs/1.0.0-beta.12/api/directive/menuClose/" > 1.0.0-beta.12 </option> <option value="/docs/1.0.0-beta.11/api/directive/menuClose/" > 1.0.0-beta.11 </option> <option value="/docs/1.0.0-beta.10/api/directive/menuClose/" > 1.0.0-beta.10 </option> </select> </div> </div> <div class="col-sm-4 search-col"> <div class="search-bar"> <span class="search-icon ionic"><i class="ion-ios7-search-strong"></i></span> <input type="search" id="search-input" value="Search"> </div> </div> </div> </div> </div> </div> <div id="search-results" class="search-results" style="display:none"> <div class="container"> <div class="search-section search-api"> <h4>JavaScript</h4> <ul id="results-api"></ul> </div> <div class="search-section search-css"> <h4>CSS</h4> <ul id="results-css"></ul> </div> <div class="search-section search-content"> <h4>Resources</h4> <ul id="results-content"></ul> </div> </div> </div> <div class="container content-container"> <div class="row"> <div class="col-md-2 col-sm-3 aside-menu"> <div> <ul class="nav left-menu"> <li class="menu-title"> <a href="/docs/overview/">Overview</a> </li> </ul> <ul class="nav left-menu"> <li class="menu-title"> <a href="/docs/components/">CSS</a> </li> </ul> <!-- Docs: JavaScript --> <ul class="nav left-menu active-menu"> <li class="menu-title"> <a href="/docs/api/"> JavaScript </a> </li> <!-- Action Sheet --> <li class="menu-section"> <a href="/docs/api/service/$ionicActionSheet/" class="api-section"> Action Sheet </a> <ul> <li> <a href="/docs/api/service/$ionicActionSheet/"> $ionicActionSheet </a> </li> </ul> </li> <!-- Backdrop --> <li class="menu-section"> <a href="/docs/api/service/$ionicBackdrop/" class="api-section"> Backdrop </a> <ul> <li> <a href="/docs/api/service/$ionicBackdrop/"> $ionicBackdrop </a> </li> </ul> </li> <!-- Content --> <li class="menu-section"> <a href="/docs/api/directive/ionContent/" class="api-section"> Content </a> <ul> <li> <a href="/docs/api/directive/ionContent/"> ion-content </a> </li> <li> <a href="/docs/api/directive/ionRefresher/"> ion-refresher </a> </li> <li> <a href="/docs/api/directive/ionPane/"> ion-pane </a> </li> </ul> </li> <!-- Form Inputs --> <li class="menu-section"> <a href="/docs/api/directive/ionCheckbox/" class="api-section"> Form Inputs </a> <ul> <li> <a href="/docs/api/directive/ionCheckbox/"> ion-checkbox </a> </li> <li> <a href="/docs/api/directive/ionRadio/"> ion-radio </a> </li> <li> <a href="/docs/api/directive/ionToggle/"> ion-toggle </a> </li> </ul> </li> <!-- Gesture and Events --> <li class="menu-section"> <a href="/docs/api/directive/onHold/" class="api-section"> Gestures and Events </a> <ul> <li> <a href="/docs/api/directive/onHold/"> on-hold </a> </li> <li> <a href="/docs/api/directive/onTap/"> on-tap </a> </li> <li> <a href="/docs/api/directive/onDoubleTap/"> on-double-tap </a> </li> <li> <a href="/docs/api/directive/onTouch/"> on-touch </a> </li> <li> <a href="/docs/api/directive/onRelease/"> on-release </a> </li> <li> <a href="/docs/api/directive/onDrag/"> on-drag </a> </li> <li> <a href="/docs/api/directive/onDragUp/"> on-drag-up </a> </li> <li> <a href="/docs/api/directive/onDragRight/"> on-drag-right </a> </li> <li> <a href="/docs/api/directive/onDragDown/"> on-drag-down </a> </li> <li> <a href="/docs/api/directive/onDragLeft/"> on-drag-left </a> </li> <li> <a href="/docs/api/directive/onSwipe/"> on-swipe </a> </li> <li> <a href="/docs/api/directive/onSwipeUp/"> on-swipe-up </a> </li> <li> <a href="/docs/api/directive/onSwipeRight/"> on-swipe-right </a> </li> <li> <a href="/docs/api/directive/onSwipeDown/"> on-swipe-down </a> </li> <li> <a href="/docs/api/directive/onSwipeLeft/"> on-swipe-left </a> </li> <li> <a href="/docs/api/service/$ionicGesture/"> $ionicGesture </a> </li> </ul> </li> <!-- Headers/Footers --> <li class="menu-section"> <a href="/docs/api/directive/ionHeaderBar/" class="api-section"> Headers/Footers </a> <ul> <li> <a href="/docs/api/directive/ionHeaderBar/"> ion-header-bar </a> </li> <li> <a href="/docs/api/directive/ionFooterBar/"> ion-footer-bar </a> </li> </ul> </li> <!-- Keyboard --> <li class="menu-section"> <a href="/docs/api/page/keyboard/" class="api-section"> Keyboard </a> <ul> <li> <a href="/docs/api/page/keyboard/"> Keyboard </a> </li> <li> <a href="/docs/api/directive/keyboardAttach/"> keyboard-attach </a> </li> </ul> </li> <!-- Lists --> <li class="menu-section"> <a href="/docs/api/directive/ionList/" class="api-section"> Lists </a> <ul> <li> <a href="/docs/api/directive/ionList/"> ion-list </a> </li> <li> <a href="/docs/api/directive/ionItem/"> ion-item </a> </li> <li> <a href="/docs/api/directive/ionDeleteButton/"> ion-delete-button </a> </li> <li> <a href="/docs/api/directive/ionReorderButton/"> ion-reorder-button </a> </li> <li> <a href="/docs/api/directive/ionOptionButton/"> ion-option-button </a> </li> <li> <a href="/docs/api/directive/collectionRepeat/"> collection-repeat </a> </li> <li> <a href="/docs/api/service/$ionicListDelegate/"> $ionicListDelegate </a> </li> </ul> </li> <!-- Loading --> <li class="menu-section"> <a href="/docs/api/service/$ionicLoading/" class="api-section"> Loading </a> <ul> <li> <a href="/docs/api/service/$ionicLoading/"> $ionicLoading </a> </li> </ul> <ul> <li> <a href="/docs/api/object/$ionicLoadingConfig/"> $ionicLoadingConfig </a> </li> </ul> </li> <!-- Modal --> <li class="menu-section"> <a href="/docs/api/service/$ionicModal/" class="api-section"> Modal </a> <ul> <li> <a href="/docs/api/service/$ionicModal/"> $ionicModal </a> </li> <li> <a href="/docs/api/controller/ionicModal/"> ionicModal </a> </li> </ul> </li> <!-- Navigation --> <li class="menu-section"> <a href="/docs/api/directive/ionNavView/" class="api-section"> Navigation </a> <ul> <li> <a href="/docs/api/directive/ionNavView/"> ion-nav-view </a> </li> <li> <a href="/docs/api/directive/ionView/"> ion-view </a> </li> <li> <a href="/docs/api/directive/ionNavBar/"> ion-nav-bar </a> </li> <li> <a href="/docs/api/directive/ionNavBackButton/"> ion-nav-back-button </a> </li> <li> <a href="/docs/api/directive/ionNavButtons/"> ion-nav-buttons </a> </li> <li> <a href="/docs/api/directive/ionNavTitle/"> ion-nav-title </a> </li> <li> <a href="/docs/api/directive/navTransition/"> nav-transition </a> </li> <li> <a href="/docs/api/directive/navDirection/"> nav-direction </a> </li> <li> <a href="/docs/api/service/$ionicNavBarDelegate/"> $ionicNavBarDelegate </a> </li> <li> <a href="/docs/api/service/$ionicHistory/"> $ionicHistory </a> </li> </ul> </li> <!-- Platform --> <li class="menu-section"> <a href="/docs/api/service/$ionicPlatform/" class="api-section"> Platform </a> <ul> <li> <a href="/docs/api/service/$ionicPlatform/"> $ionicPlatform </a> </li> </ul> </li> <!-- Popover --> <li class="menu-section"> <a href="/docs/api/service/$ionicPopover/" class="api-section"> Popover </a> <ul> <li> <a href="/docs/api/service/$ionicPopover/"> $ionicPopover </a> </li> <li> <a href="/docs/api/controller/ionicPopover/"> ionicPopover </a> </li> </ul> </li> <!-- Popup --> <li class="menu-section"> <a href="/docs/api/service/$ionicPopup/" class="api-section"> Popup </a> <ul> <li> <a href="/docs/api/service/$ionicPopup/"> $ionicPopup </a> </li> </ul> </li> <!-- Scroll --> <li class="menu-section"> <a href="/docs/api/directive/ionScroll/" class="api-section"> Scroll </a> <ul> <li> <a href="/docs/api/directive/ionScroll/"> ion-scroll </a> </li> <li> <a href="/docs/api/directive/ionInfiniteScroll/"> ion-infinite-scroll </a> </li> <li> <a href="/docs/api/service/$ionicScrollDelegate/"> $ionicScrollDelegate </a> </li> </ul> </li> <!-- Side Menus --> <li class="menu-section"> <a href="/docs/api/directive/ionSideMenus/" class="api-section"> Side Menus </a> <ul> <li> <a href="/docs/api/directive/ionSideMenus/"> ion-side-menus </a> </li> <li> <a href="/docs/api/directive/ionSideMenuContent/"> ion-side-menu-content </a> </li> <li> <a href="/docs/api/directive/ionSideMenu/"> ion-side-menu </a> </li> <li> <a href="/docs/api/directive/exposeAsideWhen/"> expose-aside-when </a> </li> <li> <a href="/docs/api/directive/menuToggle/"> menu-toggle </a> </li> <li> <a href="/docs/api/directive/menuClose/"> menu-close </a> </li> <li> <a href="/docs/api/service/$ionicSideMenuDelegate/"> $ionicSideMenuDelegate </a> </li> </ul> </li> <!-- Slide Box --> <li class="menu-section"> <a href="/docs/api/directive/ionSlideBox/" class="api-section"> Slide Box </a> <ul> <li> <a href="/docs/api/directive/ionSlideBox/"> ion-slide-box </a> </li> <li> <a href="/docs/api/directive/ionSlidePager/"> ion-slide-pager </a> </li> <li> <a href="/docs/api/directive/ionSlide/"> ion-slide </a> </li> <li> <a href="/docs/api/service/$ionicSlideBoxDelegate/"> $ionicSlideBoxDelegate </a> </li> </ul> </li> <!-- Spinner --> <li class="menu-section"> <a href="/docs/api/directive/ionSpinner/" class="api-section"> Spinner </a> <ul> <li> <a href="/docs/api/directive/ionSpinner/"> ion-spinner </a> </li> </ul> </li> <!-- Tabs --> <li class="menu-section"> <a href="/docs/api/directive/ionTabs/" class="api-section"> Tabs </a> <ul> <li> <a href="/docs/api/directive/ionTabs/"> ion-tabs </a> </li> <li> <a href="/docs/api/directive/ionTab/"> ion-tab </a> </li> <li> <a href="/docs/api/service/$ionicTabsDelegate/"> $ionicTabsDelegate </a> </li> </ul> </li> <!-- Tap --> <li class="menu-section"> <a href="/docs/api/page/tap/" class="api-section"> Tap &amp; Click </a> </li> <!-- Utility --> <li class="menu-section"> <a href="#" class="api-section"> Utility </a> <ul> <li> <a href="/docs/api/provider/$ionicConfigProvider/"> $ionicConfigProvider </a> </li> <li> <a href="/docs/api/utility/ionic.Platform/"> ionic.Platform </a> </li> <li> <a href="/docs/api/utility/ionic.DomUtil/"> ionic.DomUtil </a> </li> <li> <a href="/docs/api/utility/ionic.EventController/"> ionic.EventController </a> </li> <li> <a href="/docs/api/service/$ionicPosition/"> $ionicPosition </a> </li> </ul> </li> </ul> <ul class="nav left-menu"> <li class="menu-title"> <a href="/docs/cli/">CLI</a> </li> </ul> <ul class="nav left-menu"> <li class="menu-title"> <a href="http://learn.ionicframework.com/">Learn Ionic</a> </li> </ul> <ul class="nav left-menu"> <li class="menu-title"> <a href="/docs/guide/">Guide</a> </li> </ul> <ul class="nav left-menu"> <li class="menu-title"> <a href="/docs/ionic-cli-faq/">FAQ</a> </li> </ul> <ul class="nav left-menu"> <li class="menu-title"> <a href="/docs/getting-help/">Getting Help</a> </li> </ul> <ul class="nav left-menu"> <li class="menu-title"> <a href="/docs/concepts/">Ionic Concepts</a> </li> </ul> </div> </div> <div class="col-md-10 col-sm-9 main-content"> <div class="improve-docs"> <a href='http://github.com/driftyco/ionic/tree/master/js/angular/directive/menuClose.js#L1'> View Source </a> &nbsp; <a href='http://github.com/driftyco/ionic/edit/master/js/angular/directive/menuClose.js#L1'> Improve this doc </a> </div> <h1 class="api-title"> menu-close </h1> <p><code>menu-close</code> is an attribute directive that closes a currently opened side menu. Note that by default, navigation transitions will not animate between views when the menu is open. Additionally, this directive will reset the entering view&#39;s history stack, making the new page the root of the history stack. This is done to replicate the user experience seen in most side menu implementations, which is to not show the back button at the root of the stack and show only the menu button. We recommend that you also use the <code>enable-menu-with-back-views=&quot;false&quot;</code> <a href="/docs/api/directive/ionSideMenus/"><code>ionSideMenus</code></a> attribute when using the menuClose directive.</p> <h2 id="usage">Usage</h2> <p>Below is an example of a link within a side menu. Tapping this link would automatically close the currently opened menu.</p> <div class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt">&lt;a</span> <span class="na">menu-close</span> <span class="na">href=</span><span class="s">&quot;#/home&quot;</span> <span class="na">class=</span><span class="s">&quot;item&quot;</span><span class="nt">&gt;</span>Home<span class="nt">&lt;/a&gt;</span> </code></pre></div> </div> </div> </div> <div class="pre-footer"> <div class="row ionic"> <div class="col-sm-6 col-a"> <h4> <a href="/getting-started/">Getting started <span class="icon ion-arrow-right-c"></span></a> </h4> <p> Learn more about how Ionic was built, why you should use it, and what's included. We'll cover the basics and help you get started from the ground up. </p> </div> <div class="col-sm-6 col-b"> <h4> <a href="/docs/">Documentation <span class="icon ion-arrow-right-c"></span></a> </h4> <p> What are you waiting for? Take a look and get coding! Our documentation covers all you need to know to get an app up and running in minutes. </p> </div> </div> </div> <footer class="footer"> <nav class="base-links"> <dl> <dt>Docs</dt> <dd><a href="http://ionicframework.com/docs/">Documentation</a></dd> <dd><a href="http://ionicframework.com/getting-started/">Getting Started</a></dd> <dd><a href="http://ionicframework.com/docs/overview/">Overview</a></dd> <dd><a href="http://ionicframework.com/docs/components/">Components</a></dd> <dd><a href="http://ionicframework.com/docs/api/">JavaScript</a></dd> <dd><a href="http://ionicframework.com/submit-issue/">Submit Issue</a></dd> </dl> <dl> <dt>Resources</dt> <dd><a href="http://learn.ionicframework.com/">Learn Ionic</a></dd> <dd><a href="http://ngcordova.com/">ngCordova</a></dd> <dd><a href="http://ionicons.com/">Ionicons</a></dd> <dd><a href="http://creator.ionic.io/">Creator</a></dd> <dd><a href="http://showcase.ionicframework.com/">Showcase</a></dd> <dd><a href="http://manning.com/wilken/?a_aid=ionicinactionben&a_bid=1f0a0e1d">The Ionic Book</a></dd> </dl> <dl> <dt>Contribute</dt> <dd><a href="http://forum.ionicframework.com/">Community Forum</a></dd> <dd><a href="http://webchat.freenode.net/?randomnick=1&amp;channels=%23ionic&amp;uio=d4">Ionic IRC</a></dd> <dd><a href="http://ionicframework.com/present-ionic/">Present Ionic</a></dd> <dd><a href="http://ionicframework.com/contribute/">Contribute</a></dd> <dd><a href="https://github.com/driftyco/ionic-learn/issues/new">Write for us</a></dd> <dd><a href="http://shop.ionic.io/">Ionic Shop</a></dd> </dl> <dl class="small-break"> <dt>About</dt> <dd><a href="http://blog.ionic.io/">Blog</a></dd> <dd><a href="http://ionic.io">Services</a></dd> <dd><a href="http://drifty.com">Company</a></dd> <dd><a href="https://s3.amazonaws.com/ionicframework.com/logo-pack.zip">Logo Pack</a></dd> <dd><a href="mailto:[email protected]">Contact</a></dd> <dd><a href="http://ionicframework.com/jobs/">Jobs</a></dd> </dl> <dl> <dt>Connect</dt> <dd><a href="https://twitter.com/IonicFramework">Twitter</a></dd> <dd><a href="https://github.com/driftyco/ionic">GitHub</a></dd> <dd><a href="https://www.facebook.com/ionicframework">Facebook</a></dd> <dd><a href="https://plus.google.com/b/112280728135675018538/+Ionicframework/posts">Google+</a></dd> <dd><a href="https://www.youtube.com/channel/UChYheBnVeCfhCmqZfCUdJQw">YouTube</a></dd> <dd><a href="https://twitter.com/ionitron">Ionitron</a></dd> </dl> </nav> <div class="newsletter row"> <div class="newsletter-container"> <div class="col-sm-7"> <div class="newsletter-text">Stay in the loop</div> <div class="sign-up">Sign up to receive emails for the latest updates, features, and news on the framework.</div> </div> <form action="http://codiqa.createsend.com/t/t/s/jytylh/" method="post" class="input-group col-sm-5"> <input id="fieldEmail" name="cm-jytylh-jytylh" class="form-control" type="email" placeholder="Email" required /> <span class="input-group-btn"> <button class="btn btn-default" type="submit">Subscribe</button> </span> </form> </div> </div> <div class="copy"> <div class="copy-container"> <p class="authors"> Code licensed under <a href="/docs/#license">MIT</a>. Docs under <a href="https://tldrlegal.com/license/apache-license-2.0-(apache-2.0)">Apache 2</a> <span>|</span> &copy; 2013-2015 <a href="http://drifty.com/">Drifty Co</a> </p> </div> </div> </footer> <script type="text/javascript"> var _sf_async_config = { uid: 54141, domain: 'ionicframework.com', useCanonical: true }; (function() { function loadChartbeat() { window._sf_endpt = (new Date()).getTime(); var e = document.createElement('script'); e.setAttribute('language', 'javascript'); e.setAttribute('type', 'text/javascript'); e.setAttribute('src','//static.chartbeat.com/js/chartbeat.js'); document.body.appendChild(e); }; var oldonload = window.onload; window.onload = (typeof window.onload != 'function') ? loadChartbeat : function() { oldonload(); loadChartbeat(); }; })(); </script> <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js"></script> <script src="/js/site.js?1"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/Cookies.js/0.4.0/cookies.min.js"></script> <script> $('.navbar .dropdown').on('show.bs.dropdown', function(e){ //$(this).find('.dropdown-menu').addClass('animated fadeInDown'); }); // ADD SLIDEUP ANIMATION TO DROPDOWN // $('.navbar .dropdown').on('hide.bs.dropdown', function(e){ //$(this).find('.dropdown-menu').first().stop(true, true).slideUp(200); //$(this).find('.dropdown-menu').removeClass('animated fadeInDown'); }); try { var d = new Date('2015-03-20 05:00:00 +0000'); var ts = d.getTime(); var cd = Cookies.get('_iondj'); if(cd) { cd = JSON.parse(atob(cd)); if(parseInt(cd.lp) < ts) { var bt = document.getElementById('blog-badge'); bt.style.display = 'block'; } cd.lp = ts; } else { var bt = document.getElementById('blog-badge'); bt.style.display = 'block'; cd = { lp: ts } } Cookies.set('_iondj', btoa(JSON.stringify(cd))); } catch(e) { } </script> <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> </body> </html>
martinjbaker/ionic-site
_site/docs/1.0.0/api/directive/menuClose/index.html
HTML
apache-2.0
29,152
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>Apache Stratos - Error </title> <meta name="description" content=""> <meta name="viewport" content="width=device-width"> <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,800' rel='stylesheet' type='text/css'> <link href="themes/theme1/ui/css/bootstrap.css" rel="stylesheet"> <link href="themes/theme1/ui/css/bootstrap-theme.css" rel="stylesheet"> <link href="themes/theme1/ui/css/bootstrap-missing.css" rel="stylesheet"> <link href="themes/theme1/ui/css/main.css" rel="stylesheet"> <link rel="shortcut icon" href="themes/theme1/ui/img/favicon.png"> </head> <body> <div id="dcontainer"></div> <!--[if lt IE 7]> <p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p> <![endif]--> <!-- Part 1: Wrap all page content here --> <div id="wrap"> <div class="top-blue-strip"></div> <style> body { padding-top: 0; padding-bottom: 0; } </style> <div class="container"> <div class="row"> <div class="col-lg-12"> <a style="margin-top: 20px;display: inline-block" href="/"><img src="themes/theme1/ui/img/logo-login.png"/></a> <h1>OOPS!</h1> </div> </div> </div> <div class="container"> <div class="row"> <div class="col-lg-12"> <div class="h2-wrapper"><h2>We're sorry, the Apache Stratos have encountered an error.</h2></div> </div> </div> <div class="row"> <div class="col-md-12"> <p> We apologize for the interruption to your work. Apache Stratos had a problem processing your request. We take these problems seriously. </p> <p>Please report your problem by creating a JIRA at <a href="https://issues.apache.org/jira/browse/STRATOS">https://issues.apache.org/jira/browse/STRATOS</a>.</p> <p> Or drop a mail to our developer list as described in <a href="http://stratos.incubator.apache.org/community/mailing-lists.html">http://stratos.incubator.apache.org/community/mailing-lists.html</a> </p> </div> </div> </div> <!-- /container --> <div id="push"></div> </div> <footer id="footer"> <div class="container"> <div class="pull-left"><img src="themes/theme1/ui/img/egg-logo.png" /></div> <div class="pull-right footer-right"> Copyright © 2014 The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache Stratos, Apache, the Apache feather logo are trademarks of The Apache Software Foundation. </div> <div style="clear:both"></div> </div> </footer> </body> </html>
stratos-cartridge-store/stratos-manager-ui
console/error.html
HTML
apache-2.0
4,191
--- layout: page title: "About" description: "Hey, this is honorking." header-img: "img/about-bg.jpg" ---
honorking/honorking.github.io
about.html
HTML
apache-2.0
107
<!DOCTYPE html> <meta charset=utf-8> <title>Redirecting...</title> <link rel=canonical href="../冴/index.html"> <meta http-equiv=refresh content="0; url='../冴/index.html'"> <h1>Redirecting...</h1> <a href="../冴/index.html">Click here if you are not redirected.</a> <script>location='../冴/index.html'</script>
hochanh/hochanh.github.io
rtk/v4/2134.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> <HEAD> <!-- Generated by javadoc (build 1.6.0_07) on Tue Sep 01 20:57:02 UTC 2009 --> <TITLE> Uses of Class org.apache.hadoop.util.bloom.Key (Hadoop 0.20.1 API) </TITLE> <META NAME="date" CONTENT="2009-09-01"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.hadoop.util.bloom.Key (Hadoop 0.20.1 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>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/hadoop/util/bloom/Key.html" title="class in org.apache.hadoop.util.bloom"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/apache/hadoop/util/bloom//class-useKey.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Key.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<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.util.bloom.Key</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Packages that use <A HREF="../../../../../../org/apache/hadoop/util/bloom/Key.html" title="class in org.apache.hadoop.util.bloom">Key</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.hadoop.util.bloom"><B>org.apache.hadoop.util.bloom</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.hadoop.util.bloom"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../../org/apache/hadoop/util/bloom/Key.html" title="class in org.apache.hadoop.util.bloom">Key</A> in <A HREF="../../../../../../org/apache/hadoop/util/bloom/package-summary.html">org.apache.hadoop.util.bloom</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../org/apache/hadoop/util/bloom/package-summary.html">org.apache.hadoop.util.bloom</A> with parameters of type <A HREF="../../../../../../org/apache/hadoop/util/bloom/Key.html" title="class in org.apache.hadoop.util.bloom">Key</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>DynamicBloomFilter.</B><B><A HREF="../../../../../../org/apache/hadoop/util/bloom/DynamicBloomFilter.html#add(org.apache.hadoop.util.bloom.Key)">add</A></B>(<A HREF="../../../../../../org/apache/hadoop/util/bloom/Key.html" title="class in org.apache.hadoop.util.bloom">Key</A>&nbsp;key)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>RetouchedBloomFilter.</B><B><A HREF="../../../../../../org/apache/hadoop/util/bloom/RetouchedBloomFilter.html#add(org.apache.hadoop.util.bloom.Key)">add</A></B>(<A HREF="../../../../../../org/apache/hadoop/util/bloom/Key.html" title="class in org.apache.hadoop.util.bloom">Key</A>&nbsp;key)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>CountingBloomFilter.</B><B><A HREF="../../../../../../org/apache/hadoop/util/bloom/CountingBloomFilter.html#add(org.apache.hadoop.util.bloom.Key)">add</A></B>(<A HREF="../../../../../../org/apache/hadoop/util/bloom/Key.html" title="class in org.apache.hadoop.util.bloom">Key</A>&nbsp;key)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>BloomFilter.</B><B><A HREF="../../../../../../org/apache/hadoop/util/bloom/BloomFilter.html#add(org.apache.hadoop.util.bloom.Key)">add</A></B>(<A HREF="../../../../../../org/apache/hadoop/util/bloom/Key.html" title="class in org.apache.hadoop.util.bloom">Key</A>&nbsp;key)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>abstract &nbsp;void</CODE></FONT></TD> <TD><CODE><B>Filter.</B><B><A HREF="../../../../../../org/apache/hadoop/util/bloom/Filter.html#add(org.apache.hadoop.util.bloom.Key)">add</A></B>(<A HREF="../../../../../../org/apache/hadoop/util/bloom/Key.html" title="class in org.apache.hadoop.util.bloom">Key</A>&nbsp;key)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds a key to <i>this</i> filter.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>Filter.</B><B><A HREF="../../../../../../org/apache/hadoop/util/bloom/Filter.html#add(org.apache.hadoop.util.bloom.Key[])">add</A></B>(<A HREF="../../../../../../org/apache/hadoop/util/bloom/Key.html" title="class in org.apache.hadoop.util.bloom">Key</A>[]&nbsp;keys)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds an array of keys to <i>this</i> filter.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>RetouchedBloomFilter.</B><B><A HREF="../../../../../../org/apache/hadoop/util/bloom/RetouchedBloomFilter.html#addFalsePositive(org.apache.hadoop.util.bloom.Key)">addFalsePositive</A></B>(<A HREF="../../../../../../org/apache/hadoop/util/bloom/Key.html" title="class in org.apache.hadoop.util.bloom">Key</A>&nbsp;key)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds a false positive information to <i>this</i> retouched Bloom filter.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>RetouchedBloomFilter.</B><B><A HREF="../../../../../../org/apache/hadoop/util/bloom/RetouchedBloomFilter.html#addFalsePositive(org.apache.hadoop.util.bloom.Key[])">addFalsePositive</A></B>(<A HREF="../../../../../../org/apache/hadoop/util/bloom/Key.html" title="class in org.apache.hadoop.util.bloom">Key</A>[]&nbsp;keys)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds an array of false positive information to <i>this</i> retouched Bloom filter.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B>CountingBloomFilter.</B><B><A HREF="../../../../../../org/apache/hadoop/util/bloom/CountingBloomFilter.html#approximateCount(org.apache.hadoop.util.bloom.Key)">approximateCount</A></B>(<A HREF="../../../../../../org/apache/hadoop/util/bloom/Key.html" title="class in org.apache.hadoop.util.bloom">Key</A>&nbsp;key)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method calculates an approximate count of the key, i.e.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B>Key.</B><B><A HREF="../../../../../../org/apache/hadoop/util/bloom/Key.html#compareTo(org.apache.hadoop.util.bloom.Key)">compareTo</A></B>(<A HREF="../../../../../../org/apache/hadoop/util/bloom/Key.html" title="class in org.apache.hadoop.util.bloom">Key</A>&nbsp;other)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>CountingBloomFilter.</B><B><A HREF="../../../../../../org/apache/hadoop/util/bloom/CountingBloomFilter.html#delete(org.apache.hadoop.util.bloom.Key)">delete</A></B>(<A HREF="../../../../../../org/apache/hadoop/util/bloom/Key.html" title="class in org.apache.hadoop.util.bloom">Key</A>&nbsp;key)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Removes a specified key from <i>this</i> counting Bloom filter.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int[]</CODE></FONT></TD> <TD><CODE><B>HashFunction.</B><B><A HREF="../../../../../../org/apache/hadoop/util/bloom/HashFunction.html#hash(org.apache.hadoop.util.bloom.Key)">hash</A></B>(<A HREF="../../../../../../org/apache/hadoop/util/bloom/Key.html" title="class in org.apache.hadoop.util.bloom">Key</A>&nbsp;k)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Hashes a specified key into several integers.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>DynamicBloomFilter.</B><B><A HREF="../../../../../../org/apache/hadoop/util/bloom/DynamicBloomFilter.html#membershipTest(org.apache.hadoop.util.bloom.Key)">membershipTest</A></B>(<A HREF="../../../../../../org/apache/hadoop/util/bloom/Key.html" title="class in org.apache.hadoop.util.bloom">Key</A>&nbsp;key)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>CountingBloomFilter.</B><B><A HREF="../../../../../../org/apache/hadoop/util/bloom/CountingBloomFilter.html#membershipTest(org.apache.hadoop.util.bloom.Key)">membershipTest</A></B>(<A HREF="../../../../../../org/apache/hadoop/util/bloom/Key.html" title="class in org.apache.hadoop.util.bloom">Key</A>&nbsp;key)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>BloomFilter.</B><B><A HREF="../../../../../../org/apache/hadoop/util/bloom/BloomFilter.html#membershipTest(org.apache.hadoop.util.bloom.Key)">membershipTest</A></B>(<A HREF="../../../../../../org/apache/hadoop/util/bloom/Key.html" title="class in org.apache.hadoop.util.bloom">Key</A>&nbsp;key)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>abstract &nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>Filter.</B><B><A HREF="../../../../../../org/apache/hadoop/util/bloom/Filter.html#membershipTest(org.apache.hadoop.util.bloom.Key)">membershipTest</A></B>(<A HREF="../../../../../../org/apache/hadoop/util/bloom/Key.html" title="class in org.apache.hadoop.util.bloom">Key</A>&nbsp;key)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Determines wether a specified key belongs to <i>this</i> filter.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>RetouchedBloomFilter.</B><B><A HREF="../../../../../../org/apache/hadoop/util/bloom/RetouchedBloomFilter.html#selectiveClearing(org.apache.hadoop.util.bloom.Key, short)">selectiveClearing</A></B>(<A HREF="../../../../../../org/apache/hadoop/util/bloom/Key.html" title="class in org.apache.hadoop.util.bloom">Key</A>&nbsp;k, short&nbsp;scheme)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Performs the selective clearing for a given key.</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Method parameters in <A HREF="../../../../../../org/apache/hadoop/util/bloom/package-summary.html">org.apache.hadoop.util.bloom</A> with type arguments of type <A HREF="../../../../../../org/apache/hadoop/util/bloom/Key.html" title="class in org.apache.hadoop.util.bloom">Key</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>Filter.</B><B><A HREF="../../../../../../org/apache/hadoop/util/bloom/Filter.html#add(java.util.Collection)">add</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A>&lt;<A HREF="../../../../../../org/apache/hadoop/util/bloom/Key.html" title="class in org.apache.hadoop.util.bloom">Key</A>&gt;&nbsp;keys)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds a collection of keys to <i>this</i> filter.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>Filter.</B><B><A HREF="../../../../../../org/apache/hadoop/util/bloom/Filter.html#add(java.util.List)">add</A></B>(<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>&lt;<A HREF="../../../../../../org/apache/hadoop/util/bloom/Key.html" title="class in org.apache.hadoop.util.bloom">Key</A>&gt;&nbsp;keys)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds a list of keys to <i>this</i> filter.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>RetouchedBloomFilter.</B><B><A HREF="../../../../../../org/apache/hadoop/util/bloom/RetouchedBloomFilter.html#addFalsePositive(java.util.Collection)">addFalsePositive</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A>&lt;<A HREF="../../../../../../org/apache/hadoop/util/bloom/Key.html" title="class in org.apache.hadoop.util.bloom">Key</A>&gt;&nbsp;coll)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds a collection of false positive information to <i>this</i> retouched Bloom filter.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>RetouchedBloomFilter.</B><B><A HREF="../../../../../../org/apache/hadoop/util/bloom/RetouchedBloomFilter.html#addFalsePositive(java.util.List)">addFalsePositive</A></B>(<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>&lt;<A HREF="../../../../../../org/apache/hadoop/util/bloom/Key.html" title="class in org.apache.hadoop.util.bloom">Key</A>&gt;&nbsp;keys)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds a list of false positive information to <i>this</i> retouched Bloom filter.</TD> </TR> </TABLE> &nbsp; <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>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/hadoop/util/bloom/Key.html" title="class in org.apache.hadoop.util.bloom"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/apache/hadoop/util/bloom//class-useKey.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Key.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<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 &copy; 2009 The Apache Software Foundation </BODY> </HTML>
koichi626/hadoop-gpu
hadoop-gpu-0.20.1/docs/api/org/apache/hadoop/util/bloom/class-use/Key.html
HTML
apache-2.0
20,402
<!DOCTYPE HTML> <html xmlns:th="http://www.thymeleaf.org"> <head> <title>Getting Started: Serving Web Content</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> </head> <body> <p th:text="'The '+ ${term} +'th term of the fibonacci sequence is ' + ${result} + '!'" /> <p th:text="'Computation started at ' + ${elapsed} + ' milliseconds '"/> </body> </html>
rottened23/serv
src/main/resources/templates/fibonacci.html
HTML
apache-2.0
390
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>The source code</title> <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" /> <script type="text/javascript" src="../resources/prettify/prettify.js"></script> <style type="text/css"> .highlight { display: block; background-color: #ddd; } </style> <script type="text/javascript"> function highlight() { document.getElementById(location.hash.replace(/#/, "")).className = "highlight"; } </script> </head> <body onload="prettyPrint(); highlight();"> <pre class="prettyprint lang-js">/* Siesta 3.0.1 Copyright(c) 2009-2015 Bryntum AB http://bryntum.com/contact http://bryntum.com/products/siesta/license */ Role('Siesta.Util.Role.CanFormatStrings', { has : { serializeFormatingPlaceholders : true }, methods : { formatString: function (string, data) { if (!data) return string var match var variables = [] var isRaw = [] var regexp = /\{(\!)?((?:\w|-|_)+?)\}/g while (match = regexp.exec(string)) { isRaw.push(match[ 1 ]) variables.push(match[ 2 ]) } var result = string Joose.A.each(variables, function (variable, index) { var varIsRaw = isRaw[ index ] result = result.replace( new RegExp('\\{' + (varIsRaw ? '!' : '') + variable + '\\}', 'g'), data.hasOwnProperty(variable) ? varIsRaw || !this.serializeFormatingPlaceholders ? data[ variable ] + '' : Siesta.Util.Serializer.stringify(data[ variable ]) : '' ) }, this) return result } } }) </pre> </body> </html>
department-of-veterans-affairs/ChartReview
web-app/js/siesta-3.0.1-lite/docs/source/CanFormatStrings.html
HTML
apache-2.0
2,079
<!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 Tue Apr 22 01:43:52 UTC 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class org.apache.hadoop.hbase.protobuf.generated.ErrorHandlingProtos.StackTraceElementMessage.Builder (HBase 0.94.19 API) </TITLE> <META NAME="date" CONTENT="2014-04-22"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.hadoop.hbase.protobuf.generated.ErrorHandlingProtos.StackTraceElementMessage.Builder (HBase 0.94.19 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>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../../index.html?org/apache/hadoop/hbase/protobuf/generated//class-useErrorHandlingProtos.StackTraceElementMessage.Builder.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ErrorHandlingProtos.StackTraceElementMessage.Builder.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>org.apache.hadoop.hbase.protobuf.generated.ErrorHandlingProtos.StackTraceElementMessage.Builder</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Packages that use <A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage.Builder</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.hadoop.hbase.protobuf.generated"><B>org.apache.hadoop.hbase.protobuf.generated</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.hadoop.hbase.protobuf.generated"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage.Builder</A> in <A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/package-summary.html">org.apache.hadoop.hbase.protobuf.generated</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/package-summary.html">org.apache.hadoop.hbase.protobuf.generated</A> that return <A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage.Builder</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage.Builder</A></CODE></FONT></TD> <TD><CODE><B>ErrorHandlingProtos.GenericExceptionMessage.Builder.</B><B><A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.GenericExceptionMessage.Builder.html#addTraceBuilder()">addTraceBuilder</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage.Builder</A></CODE></FONT></TD> <TD><CODE><B>ErrorHandlingProtos.GenericExceptionMessage.Builder.</B><B><A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.GenericExceptionMessage.Builder.html#addTraceBuilder(int)">addTraceBuilder</A></B>(int&nbsp;index)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage.Builder</A></CODE></FONT></TD> <TD><CODE><B>ErrorHandlingProtos.StackTraceElementMessage.Builder.</B><B><A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html#clear()">clear</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage.Builder</A></CODE></FONT></TD> <TD><CODE><B>ErrorHandlingProtos.StackTraceElementMessage.Builder.</B><B><A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html#clearDeclaringClass()">clearDeclaringClass</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage.Builder</A></CODE></FONT></TD> <TD><CODE><B>ErrorHandlingProtos.StackTraceElementMessage.Builder.</B><B><A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html#clearFileName()">clearFileName</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage.Builder</A></CODE></FONT></TD> <TD><CODE><B>ErrorHandlingProtos.StackTraceElementMessage.Builder.</B><B><A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html#clearLineNumber()">clearLineNumber</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage.Builder</A></CODE></FONT></TD> <TD><CODE><B>ErrorHandlingProtos.StackTraceElementMessage.Builder.</B><B><A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html#clearMethodName()">clearMethodName</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage.Builder</A></CODE></FONT></TD> <TD><CODE><B>ErrorHandlingProtos.StackTraceElementMessage.Builder.</B><B><A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html#clone()">clone</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage.Builder</A></CODE></FONT></TD> <TD><CODE><B>ErrorHandlingProtos.GenericExceptionMessage.Builder.</B><B><A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.GenericExceptionMessage.Builder.html#getTraceBuilder(int)">getTraceBuilder</A></B>(int&nbsp;index)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage.Builder</A></CODE></FONT></TD> <TD><CODE><B>ErrorHandlingProtos.StackTraceElementMessage.Builder.</B><B><A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html#mergeFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite)">mergeFrom</A></B>(com.google.protobuf.CodedInputStream&nbsp;input, com.google.protobuf.ExtensionRegistryLite&nbsp;extensionRegistry)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage.Builder</A></CODE></FONT></TD> <TD><CODE><B>ErrorHandlingProtos.StackTraceElementMessage.Builder.</B><B><A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html#mergeFrom(org.apache.hadoop.hbase.protobuf.generated.ErrorHandlingProtos.StackTraceElementMessage)">mergeFrom</A></B>(<A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage</A>&nbsp;other)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage.Builder</A></CODE></FONT></TD> <TD><CODE><B>ErrorHandlingProtos.StackTraceElementMessage.Builder.</B><B><A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html#mergeFrom(com.google.protobuf.Message)">mergeFrom</A></B>(com.google.protobuf.Message&nbsp;other)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage.Builder</A></CODE></FONT></TD> <TD><CODE><B>ErrorHandlingProtos.StackTraceElementMessage.</B><B><A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.html#newBuilder()">newBuilder</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage.Builder</A></CODE></FONT></TD> <TD><CODE><B>ErrorHandlingProtos.StackTraceElementMessage.</B><B><A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.html#newBuilder(org.apache.hadoop.hbase.protobuf.generated.ErrorHandlingProtos.StackTraceElementMessage)">newBuilder</A></B>(<A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage</A>&nbsp;prototype)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage.Builder</A></CODE></FONT></TD> <TD><CODE><B>ErrorHandlingProtos.StackTraceElementMessage.</B><B><A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.html#newBuilderForType()">newBuilderForType</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;<A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage.Builder</A></CODE></FONT></TD> <TD><CODE><B>ErrorHandlingProtos.StackTraceElementMessage.</B><B><A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.html#newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent)">newBuilderForType</A></B>(com.google.protobuf.GeneratedMessage.BuilderParent&nbsp;parent)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage.Builder</A></CODE></FONT></TD> <TD><CODE><B>ErrorHandlingProtos.StackTraceElementMessage.Builder.</B><B><A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html#setDeclaringClass(java.lang.String)">setDeclaringClass</A></B>(<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>&nbsp;value)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage.Builder</A></CODE></FONT></TD> <TD><CODE><B>ErrorHandlingProtos.StackTraceElementMessage.Builder.</B><B><A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html#setFileName(java.lang.String)">setFileName</A></B>(<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>&nbsp;value)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage.Builder</A></CODE></FONT></TD> <TD><CODE><B>ErrorHandlingProtos.StackTraceElementMessage.Builder.</B><B><A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html#setLineNumber(int)">setLineNumber</A></B>(int&nbsp;value)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage.Builder</A></CODE></FONT></TD> <TD><CODE><B>ErrorHandlingProtos.StackTraceElementMessage.Builder.</B><B><A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html#setMethodName(java.lang.String)">setMethodName</A></B>(<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>&nbsp;value)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage.Builder</A></CODE></FONT></TD> <TD><CODE><B>ErrorHandlingProtos.StackTraceElementMessage.</B><B><A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.html#toBuilder()">toBuilder</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/package-summary.html">org.apache.hadoop.hbase.protobuf.generated</A> that return types with arguments of type <A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage.Builder</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<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>&lt;<A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage.Builder</A>&gt;</CODE></FONT></TD> <TD><CODE><B>ErrorHandlingProtos.GenericExceptionMessage.Builder.</B><B><A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.GenericExceptionMessage.Builder.html#getTraceBuilderList()">getTraceBuilderList</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/package-summary.html">org.apache.hadoop.hbase.protobuf.generated</A> with parameters of type <A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage.Builder</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.GenericExceptionMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.GenericExceptionMessage.Builder</A></CODE></FONT></TD> <TD><CODE><B>ErrorHandlingProtos.GenericExceptionMessage.Builder.</B><B><A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.GenericExceptionMessage.Builder.html#addTrace(org.apache.hadoop.hbase.protobuf.generated.ErrorHandlingProtos.StackTraceElementMessage.Builder)">addTrace</A></B>(<A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage.Builder</A>&nbsp;builderForValue)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.GenericExceptionMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.GenericExceptionMessage.Builder</A></CODE></FONT></TD> <TD><CODE><B>ErrorHandlingProtos.GenericExceptionMessage.Builder.</B><B><A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.GenericExceptionMessage.Builder.html#addTrace(int, org.apache.hadoop.hbase.protobuf.generated.ErrorHandlingProtos.StackTraceElementMessage.Builder)">addTrace</A></B>(int&nbsp;index, <A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage.Builder</A>&nbsp;builderForValue)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.GenericExceptionMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.GenericExceptionMessage.Builder</A></CODE></FONT></TD> <TD><CODE><B>ErrorHandlingProtos.GenericExceptionMessage.Builder.</B><B><A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.GenericExceptionMessage.Builder.html#setTrace(int, org.apache.hadoop.hbase.protobuf.generated.ErrorHandlingProtos.StackTraceElementMessage.Builder)">setTrace</A></B>(int&nbsp;index, <A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage.Builder</A>&nbsp;builderForValue)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <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>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../../index.html?org/apache/hadoop/hbase/protobuf/generated//class-useErrorHandlingProtos.StackTraceElementMessage.Builder.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ErrorHandlingProtos.StackTraceElementMessage.Builder.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<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 &#169; 2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved. </BODY> </HTML>
axfcampos/hbase-0.94.19
docs/apidocs/org/apache/hadoop/hbase/protobuf/generated/class-use/ErrorHandlingProtos.StackTraceElementMessage.Builder.html
HTML
apache-2.0
30,600
<html><head><link type="text/css" rel="stylesheet" charset="UTF-8" href="../css/recipe.css"><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head><body><div class="recinfo"><h1 id="page_cm_id" ctype="caipu" uid="42891" val="179070">醋泡鸡蛋</h1><div class="bmayi mbm" > <a class="cboxElement" rel="recipe_img" href="http://cp1.douguo.net/upload/caiku/c/2/e/yuan_c2f0773a8aa3f11f05e580090e8ffa9e.jpg"></a><div class="bipic" style="background-image: url(http://cp1.douguo.net/upload/caiku/c/2/e/600_c2f0773a8aa3f11f05e580090e8ffa9e.jpg);" title="醋泡鸡蛋的做法"></div></a> <!-- <a href="#1" class="btnsp gsp">查看视频版</a> --> <!--<span class="ic_yuanc"></span>--> </div><div class="retew r3 pb25 mb20"> <div class="xtip hidden" id="fullStory"> 醋泡鸡蛋的美容作用1、坚持喝醋泡鸡蛋,可使皮肤色泽变光洁、细嫩。因为鸡蛋壳里含有许多钙,它们以胶质状况溶解在醋液中,这种钙能使人体保持绝对于是的碱性,提高细胞活性,防止皮肤老化,同时可以逐渐扫清脸部所有的斑别。<br />2、喝醋泡鸡蛋,可以达到排毒养颜的效果。排除体内的毒素,皮肤自然就好啦!不过要注意在开始的时候,排除的大便是绿色的,排一段时间会发现大便带血,而且很多,这时候要停止使用。因为这是在清理肠道,肠道里的毒素都排出来了,最后就是肠壁了,大便带血是因为肠壁出血导致,但是只要停一段时间就会好了!<br />3、醋泡鸡蛋不仅可以内服还可以外用,用醋蛋液涂抹脸部,可以去痘痘,而且很明显。醋蛋液也可使皮肤瘙痒治愈,因为食醋对致病病菌有杀伤作用。<br />4、用醋泡鸡蛋做面膜也有神奇美容功效:蛋清有收缩毛孔和美,醋有杀毒和美白的作用,醋泡鸡蛋面膜有美白杀菌,润肤去皱,细肤,且善于治疗面部粉刺、黑斑,同时还能美白肌肤等作用。<br />有两类人不适合吃醋蛋液。一是儿童不宜。因为儿童胃壁薄弱,吃醋会伤胃。二是患有胃溃疡、十二指肠溃疡病表现上酸水、烧心的人。此类人胃酸分泌多,忌吃。要提醒的是,即使是没有胃病的成人,用醋蛋液作食疗,也不宜空腹吃或食之过多,这样都会损伤胃黏膜。 </div> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="retamr"> <tr class="mtim"> <td class="lirre" width="50%" ><span class="fwb">难度:</span>切墩(初级) </td> <td> <span class="fwb">时间:</span>10-30分钟 </td> </tr> <tr class="mtim"> <td width="50%"><h2 class="zfliao">主料</h2></td> <td class="relative"></td> </tr> <tr><td class="lirre"> <span><label class="fcbm inblok">9度米醋</label></span><span class='right'>适量</span> </td><td> <span><label class="fcbm inblok">生鸡蛋</label></span><span class='right'>1个</span> </td></tr> </table> <div class="step clearfix"> <h2>醋泡鸡蛋的做法步骤</h2> <div class="stepcont mll libdm pvl clearfix"> <div class="pldc" align=center><img src="http://cp1.douguo.net/upload/caiku/7/0/9/yuan_70838b3e137de3fc92611ab95c0b9389.png" style="max-width:100%; max-height:200px;" ></a></div> <p><span class="fwb">1.</span> 把鸡蛋洗净,蛋壳上不要有脏东西。用毛巾或纸巾把鸡蛋擦干,不能有水。<br /></p> </div> <div class="stepcont mll libdm pvl clearfix"> <div class="pldc" align=center><img src="http://cp1.douguo.net/upload/caiku/8/4/d/yuan_847963b2176d1e1b026db252b9f853dd.png" style="max-width:100%; max-height:200px;" ></a></div> <p><span class="fwb">2.</span> 准备个有密封盖的小瓶,倒入米醋(没过鸡蛋即可)盖上盖子,密封24小时。</p> </div> <div class="stepcont mll libdm pvl clearfix"> <div class="pldc" align=center><img src="http://cp1.douguo.net/upload/caiku/2/7/0/yuan_27194721aa2ff71b8bb05d90b6644510.png" style="max-width:100%; max-height:200px;" ></a></div> <p><span class="fwb">3.</span> 24小时候打开盖子,蛋壳已经软化,鸡蛋膨胀的跟个气球一样。用筷子把鸡蛋捅破,轻轻的,小心醋喷到眼睛。</p> </div> <div class="stepcont mll libdm pvl clearfix"> <div class="pldc" align=center><img src="http://cp1.douguo.net/upload/caiku/3/b/0/yuan_3b016a3063b12a04ec02e60859b0c7f0.png" style="max-width:100%; max-height:200px;" ></a></div> <p><span class="fwb">4.</span> 把蛋液和醋搅拌在一起,搅拌均匀。再盖上盖子,密封24小时后即可饮用。</p> </div> </div> <div class="xtieshi"> <h2>小贴士</h2> <p>喝的时候,用温开水冲服,可以放些蜂蜜调味。 一个鸡蛋泡出来的醋蛋液分7-10天用完。<br />醋蛋液是民间流传了上百年的养生秘方,醋有助消化、消食滞的作用,可以帮助人吸收食物中的营养成分,起到强身祛病的效果;鸡蛋中则含有丰富的蛋白质和卵磷脂。蛋壳经醋浸泡后,一部分钙被溶解,形成易被胃肠吸收的水溶性醋酸钙。</p> </div> </div></div></body></html>
iOSHJH/iOSDemoSet
iOSDemoSet/iOSDemoSet/Classes/Demo/UISplitViewController/menuDatas/Html/food/41.html
HTML
apache-2.0
5,586
<!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 - Functions</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&nbsp;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 class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li> </ul> </div> <div class="tabs"> <ul> <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li> <li class="current"><a href="functions.html"><span>Class&nbsp;Members</span></a></li> </ul> </div> <div class="tabs"> <ul> <li><a href="functions.html"><span>All</span></a></li> <li class="current"><a href="functions_func.html"><span>Functions</span></a></li> <li><a href="functions_vars.html"><span>Variables</span></a></li> <li><a href="functions_type.html"><span>Typedefs</span></a></li> <li><a href="functions_enum.html"><span>Enumerations</span></a></li> <li><a href="functions_eval.html"><span>Enumerator</span></a></li> </ul> </div> <div class="tabs"> <ul> <li><a href="functions_func.html#index__"><span>_</span></a></li> <li><a href="functions_func_0x61.html#index_a"><span>a</span></a></li> <li><a href="functions_func_0x63.html#index_c"><span>c</span></a></li> <li><a href="functions_func_0x64.html#index_d"><span>d</span></a></li> <li><a href="functions_func_0x65.html#index_e"><span>e</span></a></li> <li><a href="functions_func_0x66.html#index_f"><span>f</span></a></li> <li><a href="functions_func_0x67.html#index_g"><span>g</span></a></li> <li><a href="functions_func_0x68.html#index_h"><span>h</span></a></li> <li><a href="functions_func_0x69.html#index_i"><span>i</span></a></li> <li><a href="functions_func_0x6a.html#index_j"><span>j</span></a></li> <li><a href="functions_func_0x6c.html#index_l"><span>l</span></a></li> <li><a href="functions_func_0x6d.html#index_m"><span>m</span></a></li> <li><a href="functions_func_0x6f.html#index_o"><span>o</span></a></li> <li><a href="functions_func_0x70.html#index_p"><span>p</span></a></li> <li class="current"><a href="functions_func_0x72.html#index_r"><span>r</span></a></li> <li><a href="functions_func_0x73.html#index_s"><span>s</span></a></li> <li><a href="functions_func_0x74.html#index_t"><span>t</span></a></li> <li><a href="functions_func_0x75.html#index_u"><span>u</span></a></li> <li><a href="functions_func_0x76.html#index_v"><span>v</span></a></li> <li><a href="functions_func_0x77.html#index_w"><span>w</span></a></li> <li><a href="functions_func_0x7e.html#index_~"><span>~</span></a></li> </ul> </div> <p> &nbsp; <p> <h3><a class="anchor" name="index_r">- r -</a></h3><ul> <li>ReadyForExceptions() : <a class="el" href="struct_global___env.html#fab6fe76e03e26f0638d8f799336e833">Global_Env</a> <li>register_jit_extended_class_callback() : <a class="el" href="struct_class.html#9dcb6927603d8ed4cf95b9291a73f742">Class</a> <li>release() : <a class="el" href="class_logger_string.html#2377bcb4007ad5429f706bbc9b84c4a6">LoggerString</a> <li>resolve_as_error() : <a class="el" href="struct_constant_pool.html#6eeb520f08346d6908e31e0273d08506">ConstantPool</a> <li>resolve_declaring_class() : <a class="el" href="struct_class.html#a71a9d0b44e782ae20e2011b6ca8d137">Class</a> <li>resolve_entry() : <a class="el" href="struct_constant_pool.html#6944614a14b412ef06bf197c2b0dd2c4">ConstantPool</a> </ul> <hr size="1"> <address style="text-align: center;"> <small> <p>Genereated on Tue Mar 11 19:25:24 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/functions_func_0x72.html
HTML
apache-2.0
4,172
{% extends "base.html" %} {% block head %} {{ super() }} <title>NCA Plus</title> {% endblock head %} {% block navbar %} <div class="container"> <nav class="navbar navbar-default navbar-fixed-top" role="navigation"> <div class="container-fluid"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <a href="/" class="navbar-brand"> <div class="pn-noncollapse">NCA Plus</div> </a> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar navbar-inverse"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> </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 class="ciscoliveitem"><a target="blank" data-toggle="modal" data-target="#ABOUT" href="#">About</a></li> </ul> <ul class="nav navbar-nav navbar-right navHeaderCollapse"> <img width="35px" style="margin:6px;" src="/static/images/CiscoLogoWhite.png"> </ul> </div><!-- /.navbar-collapse --> </div><!-- /.container-fluid --> </nav> </div> {% endblock navbar %} {% block content %} <div class="container" style="max-width:650px"> <div id="div_error_banner" class="alert alert-warning" role="alert" style="text-align:center"> Cobra version is {{ cobra_version }}. APIC with a different version may cause issues </div> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <form action="login" id="login_form" method=post class="form-horizontal"> <!-- Static navbar --> <div id="div_login" class="panel panel-default" > <div class="panel-heading">Please, log-in into the APIC controller <div id="login_response" style="float:right;font-size:16px"></div> </div> <div class="panel-body"> <div class="form-group"> <label class="col-xs-12"> APIC-URL <span class="fa fa-info-circle" aria-hidden="true" data-toggle="popover" data-trigger="hover" title="APIC URL" data-content="Write the URL that you configured for the APIC. Do not forget to add 'http' or 'https' at the beginning"> </span> </label> <div class="col-xs-12"> <input type="text" class="form-control" maxlength="50" id="login_apic_url" value="{{ login_apic_url }}" name="login_apic_url" placeholder="https://10.1.1.1"> </div> </div> <div class="form-group"> <label class="col-xs-12"> Username <span class="fa fa-info-circle" aria-hidden="true" data-toggle="popover" data-trigger="hover" title="Username" data-content="The username must be valid APIC user"> </span> </label> <div class="col-xs-12"> <input type="text" class="form-control" maxlength="50" id="login_username" value="{{ login_username }}" name="login_username" placeholder="Username"> </div> </div> <div class="form-group"> <label class="col-xs-12"> Password <span class="fa fa-info-circle" aria-hidden="true" data-toggle="popover" data-trigger="hover" title="Username" data-content="Password for the above username"> </span> </label> <div class="col-xs-12"> <input type="password" class="form-control" maxlength="50" id="login_password" value="" name="login_password" placeholder="Password"> </div> </div> <hr> <button id="btn_create_group" type="submit" class="btn btn-primary" onclick="login()"> Login </button> </div> </div> </form> </div> </div> {% endblock content %} {% block scripts %} {{ super() }} <script> $().ready(function() { // validations $("#login_form").validate({ errorClass: "error", errorElement: "label", rules: { login_apic_url: { required: true }, login_username: { required: true }, login_password: { required: true } }, highlight: function(element, errorClass) { $(element).removeClass(errorClass); } }); }); {% if error %} create_notification('Can not login','{{ error }}', 'danger', 0); {% endif %} </script> {% endblock scripts %}
sfloresk/NCA-Container-Builder
NCABase/app/templates/login.html
HTML
apache-2.0
6,099
<!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_45) on Sat Sep 19 17:52:58 EDT 2015 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Retriever (Titan 1.0.0 API)</title> <meta name="date" content="2015-09-19"> <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="Retriever (Titan 1.0.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/Retriever.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/thinkaurelius/titan/util/datastructures/Removable.html" title="interface in com.thinkaurelius.titan.util.datastructures"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li>Next&nbsp;Class</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/thinkaurelius/titan/util/datastructures/Retriever.html" target="_top">Frames</a></li> <li><a href="Retriever.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</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.thinkaurelius.titan.util.datastructures</div> <h2 title="Interface Retriever" class="title">Interface Retriever&lt;I,O&gt;</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public interface <span class="typeNameLabel">Retriever&lt;I,O&gt;</span></pre> <div class="block">Interface for the Retriever design pattern.</div> <dl> <dt><span class="simpleTagLabel">Author:</span></dt> <dd>Matthias Broecheler ([email protected])</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">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</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="../../../../../com/thinkaurelius/titan/util/datastructures/Retriever.html" title="type parameter in Retriever">O</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/thinkaurelius/titan/util/datastructures/Retriever.html#get-I-">get</a></span>(<a href="../../../../../com/thinkaurelius/titan/util/datastructures/Retriever.html" title="type parameter in Retriever">I</a>&nbsp;input)</code>&nbsp;</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-java.lang.Object-"> <!-- --> </a><a name="get-I-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>get</h4> <pre><a href="../../../../../com/thinkaurelius/titan/util/datastructures/Retriever.html" title="type parameter in Retriever">O</a>&nbsp;get(<a href="../../../../../com/thinkaurelius/titan/util/datastructures/Retriever.html" title="type parameter in Retriever">I</a>&nbsp;input)</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/Retriever.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/thinkaurelius/titan/util/datastructures/Removable.html" title="interface in com.thinkaurelius.titan.util.datastructures"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li>Next&nbsp;Class</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/thinkaurelius/titan/util/datastructures/Retriever.html" target="_top">Frames</a></li> <li><a href="Retriever.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</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 &#169; 2012&#x2013;2015. All rights reserved.</small></p> </body> </html>
nelmiux/CarnotKE
jyhton/extlibs/titan-1.0.0-hadoop1/javadocs/com/thinkaurelius/titan/util/datastructures/Retriever.html
HTML
apache-2.0
8,261
<!DOCTYPE html> <html lang="pt-br"> <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="Extension for chrome to change background for WhatsApp site"/> <meta name="author" content="PaperWhats"/> <link rel="icon" href="/app/icons/16.png"/> <link rel="stylesheet" href="/app/css/bootstrap.min.css" crossorigin="anonymous"/> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" crossorigin="anonymous"/> <title>PAPERWHATS</title> </head> <body id="options"> <div class="site-wrapper"> <div class="site-wrapper-inner"> <div class="cover-container"> <div class="masthead clearfix"> <div class="inner"> <h1 class="cover-heading">Options</h1> </div> </div> <div class="inner cover"> <h3 class="masthead-brand">Altere a imagem</h3> <div class="col-lg-6"> <div class="input-group"> <input type="text" class="form-control" aria-label="Text input with multiple buttons" name="url" id="url" placeholder="Insira a url da imagem"/> <div class="input-group-btn"> <button type="button" class="btn btn-default" aria-label="Help" id="help"> <span class="fa fa-info-circle"></span> </button> <button type="button" class="btn btn-default" id="save">Salvar</button> </div> </div> </div> </div> </div> </div> </div> <script src="/app/js/options.js"></script> </body> </html>
rogersilvasouza/paperwhats
app/options.html
HTML
apache-2.0
1,791
<!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 Feb 06 09:38:18 MST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.wildfly.swarm.config.ejb3.AsyncServiceConsumer (BOM: * : All 2017.10.2 API)</title> <meta name="date" content="2018-02-06"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Interface org.wildfly.swarm.config.ejb3.AsyncServiceConsumer (BOM: * : All 2017.10.2 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/ejb3/AsyncServiceConsumer.html" title="interface in org.wildfly.swarm.config.ejb3">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2017.10.2</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/ejb3/class-use/AsyncServiceConsumer.html" target="_top">Frames</a></li> <li><a href="AsyncServiceConsumer.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;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.ejb3.AsyncServiceConsumer" class="title">Uses of Interface<br>org.wildfly.swarm.config.ejb3.AsyncServiceConsumer</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/ejb3/AsyncServiceConsumer.html" title="interface in org.wildfly.swarm.config.ejb3">AsyncServiceConsumer</a></span><span class="tabEnd">&nbsp;</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">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.wildfly.swarm.config.ejb3">org.wildfly.swarm.config.ejb3</a></td> <td class="colLast">&nbsp;</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/ejb3/AsyncServiceConsumer.html" title="interface in org.wildfly.swarm.config.ejb3">AsyncServiceConsumer</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> with parameters of type <a href="../../../../../../org/wildfly/swarm/config/ejb3/AsyncServiceConsumer.html" title="interface in org.wildfly.swarm.config.ejb3">AsyncServiceConsumer</a></span><span class="tabEnd">&nbsp;</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/EJB3.html" title="type parameter in EJB3">T</a></code></td> <td class="colLast"><span class="typeNameLabel">EJB3.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/EJB3.html#asyncService-org.wildfly.swarm.config.ejb3.AsyncServiceConsumer-">asyncService</a></span>(<a href="../../../../../../org/wildfly/swarm/config/ejb3/AsyncServiceConsumer.html" title="interface in org.wildfly.swarm.config.ejb3">AsyncServiceConsumer</a>&nbsp;consumer)</code> <div class="block">The EJB3 Asynchronous Invocation Service</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.wildfly.swarm.config.ejb3"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/wildfly/swarm/config/ejb3/AsyncServiceConsumer.html" title="interface in org.wildfly.swarm.config.ejb3">AsyncServiceConsumer</a> in <a href="../../../../../../org/wildfly/swarm/config/ejb3/package-summary.html">org.wildfly.swarm.config.ejb3</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/ejb3/package-summary.html">org.wildfly.swarm.config.ejb3</a> that return <a href="../../../../../../org/wildfly/swarm/config/ejb3/AsyncServiceConsumer.html" title="interface in org.wildfly.swarm.config.ejb3">AsyncServiceConsumer</a></span><span class="tabEnd">&nbsp;</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>default <a href="../../../../../../org/wildfly/swarm/config/ejb3/AsyncServiceConsumer.html" title="interface in org.wildfly.swarm.config.ejb3">AsyncServiceConsumer</a>&lt;<a href="../../../../../../org/wildfly/swarm/config/ejb3/AsyncServiceConsumer.html" title="type parameter in AsyncServiceConsumer">T</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">AsyncServiceConsumer.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/ejb3/AsyncServiceConsumer.html#andThen-org.wildfly.swarm.config.ejb3.AsyncServiceConsumer-">andThen</a></span>(<a href="../../../../../../org/wildfly/swarm/config/ejb3/AsyncServiceConsumer.html" title="interface in org.wildfly.swarm.config.ejb3">AsyncServiceConsumer</a>&lt;<a href="../../../../../../org/wildfly/swarm/config/ejb3/AsyncServiceConsumer.html" title="type parameter in AsyncServiceConsumer">T</a>&gt;&nbsp;after)</code>&nbsp;</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/ejb3/package-summary.html">org.wildfly.swarm.config.ejb3</a> with parameters of type <a href="../../../../../../org/wildfly/swarm/config/ejb3/AsyncServiceConsumer.html" title="interface in org.wildfly.swarm.config.ejb3">AsyncServiceConsumer</a></span><span class="tabEnd">&nbsp;</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>default <a href="../../../../../../org/wildfly/swarm/config/ejb3/AsyncServiceConsumer.html" title="interface in org.wildfly.swarm.config.ejb3">AsyncServiceConsumer</a>&lt;<a href="../../../../../../org/wildfly/swarm/config/ejb3/AsyncServiceConsumer.html" title="type parameter in AsyncServiceConsumer">T</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">AsyncServiceConsumer.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/ejb3/AsyncServiceConsumer.html#andThen-org.wildfly.swarm.config.ejb3.AsyncServiceConsumer-">andThen</a></span>(<a href="../../../../../../org/wildfly/swarm/config/ejb3/AsyncServiceConsumer.html" title="interface in org.wildfly.swarm.config.ejb3">AsyncServiceConsumer</a>&lt;<a href="../../../../../../org/wildfly/swarm/config/ejb3/AsyncServiceConsumer.html" title="type parameter in AsyncServiceConsumer">T</a>&gt;&nbsp;after)</code>&nbsp;</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/ejb3/AsyncServiceConsumer.html" title="interface in org.wildfly.swarm.config.ejb3">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2017.10.2</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/ejb3/class-use/AsyncServiceConsumer.html" target="_top">Frames</a></li> <li><a href="AsyncServiceConsumer.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;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 &#169; 2018 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p> </body> </html>
wildfly-swarm/wildfly-swarm-javadocs
2017.10.2/apidocs/org/wildfly/swarm/config/ejb3/class-use/AsyncServiceConsumer.html
HTML
apache-2.0
11,197
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- Copyright 2011 Software Freedom Conservancy Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <html> <head> <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"> <title>Test set/getMouseSpeed()</title> </head> <body> <table cellpadding="1" cellspacing="1" border="1"> <tbody> <tr> <td rowspan="1" colspan="3">Test setSpeed<br> </td> </tr> <tr> <td>storeMouseSpeed</td> <td>lastMouseSpeed</td> <td></td> </tr> <!-- The max value in slider is 1000, but setSpeed command can set higher than this --> <tr> <td>setMouseSpeed</td> <td>23</td> <td></td> </tr> <tr> <td>verifyMouseSpeed</td> <td>23</td> <td></td> </tr> <!-- Negative value should be treated as 0 --> <tr> <td>setMouseSpeed</td> <td>0</td> <td></td> </tr> <tr> <td>verifyMouseSpeed</td> <td>0</td> <td></td> </tr> <tr> <td>setMouseSpeed</td> <td>-100</td> <td></td> </tr> <tr> <td>verifyMouseSpeed</td> <td>10</td> <td></td> </tr> <tr> <td>setMouseSpeed</td> <td>${lastMouseSpeed}</td> <td></td> </tr> <tr> <td>pause</td> <td>100</td> <td></td> </tr> </tbody> </table> </body> </html>
denis-vilyuzhanin/selenium
java/server/test/org/openqa/selenium/tests/TestMouseSpeed.html
HTML
apache-2.0
2,253
<!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-adoptopenjdk) on Tue Aug 07 14:38:45 CEST 2018 --> <title>BaseFieldModel (doov-core 2.1.0 API)</title> <meta name="date" content="2018-08-07"> <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="BaseFieldModel (doov-core 2.1.0 API)"; } } catch(err) { } //--> var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-all.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../io/doov/core/AbstractWrapper.html" title="class in io.doov.core"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../io/doov/core/CodeLookup.html" title="interface in io.doov.core"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?io/doov/core/BaseFieldModel.html" target="_top">Frames</a></li> <li><a href="BaseFieldModel.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</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.doov.core</div> <h2 title="Class BaseFieldModel" class="title">Class BaseFieldModel</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>io.doov.core.BaseFieldModel</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd><a href="../../../io/doov/core/dsl/DslModel.html" title="interface in io.doov.core.dsl">DslModel</a>, <a href="../../../io/doov/core/FieldModel.html" title="interface in io.doov.core">FieldModel</a>, <a href="../../../io/doov/core/serial/StringMapper.html" title="interface in io.doov.core.serial">StringMapper</a>, java.lang.Iterable&lt;java.util.Map.Entry&lt;<a href="../../../io/doov/core/FieldId.html" title="interface in io.doov.core">FieldId</a>,java.lang.Object&gt;&gt;</dd> </dl> <hr> <br> <pre>public class <span class="typeNameLabel">BaseFieldModel</span> extends java.lang.Object implements <a href="../../../io/doov/core/FieldModel.html" title="interface in io.doov.core">FieldModel</a></pre> <div class="block"><code>FieldModel</code> implementation based on <code>java.util.Map</code></div> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field.summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd">&nbsp;</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>protected java.util.List&lt;<a href="../../../io/doov/core/FieldInfo.html" title="interface in io.doov.core">FieldInfo</a>&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../io/doov/core/BaseFieldModel.html#fieldInfos">fieldInfos</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected java.util.Map&lt;<a href="../../../io/doov/core/FieldId.html" title="interface in io.doov.core">FieldId</a>,java.lang.Object&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../io/doov/core/BaseFieldModel.html#values">values</a></span></code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../io/doov/core/BaseFieldModel.html#BaseFieldModel-io.doov.core.FieldModel-">BaseFieldModel</a></span>(<a href="../../../io/doov/core/FieldModel.html" title="interface in io.doov.core">FieldModel</a>&nbsp;fieldModel)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../io/doov/core/BaseFieldModel.html#BaseFieldModel-java.util.List-">BaseFieldModel</a></span>(java.util.List&lt;<a href="../../../io/doov/core/FieldInfo.html" title="interface in io.doov.core">FieldInfo</a>&gt;&nbsp;fieldInfos)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../io/doov/core/BaseFieldModel.html#BaseFieldModel-java.util.Map-java.util.List-">BaseFieldModel</a></span>(java.util.Map&lt;<a href="../../../io/doov/core/FieldId.html" title="interface in io.doov.core">FieldId</a>,java.lang.Object&gt;&nbsp;values, java.util.List&lt;<a href="../../../io/doov/core/FieldInfo.html" title="interface in io.doov.core">FieldInfo</a>&gt;&nbsp;fieldInfos)</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</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>java.util.Map&lt;<a href="../../../io/doov/core/FieldId.html" title="interface in io.doov.core">FieldId</a>,java.lang.Object&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../io/doov/core/BaseFieldModel.html#asMap--">asMap</a></span>()</code>&nbsp;</td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>&lt;T&gt;&nbsp;T</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../io/doov/core/BaseFieldModel.html#get-io.doov.core.FieldId-">get</a></span>(<a href="../../../io/doov/core/FieldId.html" title="interface in io.doov.core">FieldId</a>&nbsp;fieldId)</code> <div class="block">Returns the <code>FieldId</code> value from the <code>FieldId</code> to read</div> </td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code>java.util.List&lt;<a href="../../../io/doov/core/FieldInfo.html" title="interface in io.doov.core">FieldInfo</a>&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../io/doov/core/BaseFieldModel.html#getFieldInfos--">getFieldInfos</a></span>()</code> <div class="block">Returns all the <code>FieldInfo</code> for this model</div> </td> </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code><a href="../../../io/doov/core/serial/TypeAdapterRegistry.html" title="interface in io.doov.core.serial">TypeAdapterRegistry</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../io/doov/core/BaseFieldModel.html#getTypeAdapterRegistry--">getTypeAdapterRegistry</a></span>()</code> <div class="block">Returns the registry for TypeAdapters</div> </td> </tr> <tr id="i4" class="altColor"> <td class="colFirst"><code>java.util.Iterator&lt;java.util.Map.Entry&lt;<a href="../../../io/doov/core/FieldId.html" title="interface in io.doov.core">FieldId</a>,java.lang.Object&gt;&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../io/doov/core/BaseFieldModel.html#iterator--">iterator</a></span>()</code>&nbsp;</td> </tr> <tr id="i5" class="rowColor"> <td class="colFirst"><code>java.util.stream.Stream&lt;java.util.Map.Entry&lt;<a href="../../../io/doov/core/FieldId.html" title="interface in io.doov.core">FieldId</a>,java.lang.Object&gt;&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../io/doov/core/BaseFieldModel.html#parallelStream--">parallelStream</a></span>()</code> <div class="block">Returns a parallel <code>Stream</code> with all key-value pairs</div> </td> </tr> <tr id="i6" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../io/doov/core/BaseFieldModel.html#set-io.doov.core.FieldId-java.lang.Object-">set</a></span>(<a href="../../../io/doov/core/FieldId.html" title="interface in io.doov.core">FieldId</a>&nbsp;fieldId, java.lang.Object&nbsp;value)</code> <div class="block">Sets the given value to the given field id.</div> </td> </tr> <tr id="i7" class="rowColor"> <td class="colFirst"><code>java.util.Spliterator&lt;java.util.Map.Entry&lt;<a href="../../../io/doov/core/FieldId.html" title="interface in io.doov.core">FieldId</a>,java.lang.Object&gt;&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../io/doov/core/BaseFieldModel.html#spliterator--">spliterator</a></span>()</code>&nbsp;</td> </tr> <tr id="i8" class="altColor"> <td class="colFirst"><code>java.util.stream.Stream&lt;java.util.Map.Entry&lt;<a href="../../../io/doov/core/FieldId.html" title="interface in io.doov.core">FieldId</a>,java.lang.Object&gt;&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../io/doov/core/BaseFieldModel.html#stream--">stream</a></span>()</code> <div class="block">Returns a sequential <code>Stream</code> with all key-value pairs</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&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.io.doov.core.FieldModel"> <!-- --> </a> <h3>Methods inherited from interface&nbsp;io.doov.core.<a href="../../../io/doov/core/FieldModel.html" title="interface in io.doov.core">FieldModel</a></h3> <code><a href="../../../io/doov/core/FieldModel.html#clear--">clear</a>, <a href="../../../io/doov/core/FieldModel.html#clear-io.doov.core.TagId-">clear</a>, <a href="../../../io/doov/core/FieldModel.html#getAsString-io.doov.core.FieldId-">getAsString</a>, <a href="../../../io/doov/core/FieldModel.html#getAsString-io.doov.core.FieldInfo-">getAsString</a>, <a href="../../../io/doov/core/FieldModel.html#getFieldIds--">getFieldIds</a>, <a href="../../../io/doov/core/FieldModel.html#info-io.doov.core.FieldId-">info</a>, <a href="../../../io/doov/core/FieldModel.html#setAll-io.doov.core.FieldModel-">setAll</a>, <a href="../../../io/doov/core/FieldModel.html#setAsString-io.doov.core.FieldId-java.lang.String-">setAsString</a>, <a href="../../../io/doov/core/FieldModel.html#setAsString-io.doov.core.FieldInfo-java.lang.String-">setAsString</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Iterable"> <!-- --> </a> <h3>Methods inherited from interface&nbsp;java.lang.Iterable</h3> <code>forEach</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.io.doov.core.dsl.DslModel"> <!-- --> </a> <h3>Methods inherited from interface&nbsp;io.doov.core.dsl.<a href="../../../io/doov/core/dsl/DslModel.html" title="interface in io.doov.core.dsl">DslModel</a></h3> <code><a href="../../../io/doov/core/dsl/DslModel.html#get-io.doov.core.dsl.DslField-">get</a>, <a href="../../../io/doov/core/dsl/DslModel.html#set-io.doov.core.dsl.DslField-T-">set</a></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="values"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>values</h4> <pre>protected&nbsp;java.util.Map&lt;<a href="../../../io/doov/core/FieldId.html" title="interface in io.doov.core">FieldId</a>,java.lang.Object&gt; values</pre> </li> </ul> <a name="fieldInfos"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>fieldInfos</h4> <pre>protected&nbsp;java.util.List&lt;<a href="../../../io/doov/core/FieldInfo.html" title="interface in io.doov.core">FieldInfo</a>&gt; fieldInfos</pre> </li> </ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="BaseFieldModel-java.util.List-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>BaseFieldModel</h4> <pre>public&nbsp;BaseFieldModel(java.util.List&lt;<a href="../../../io/doov/core/FieldInfo.html" title="interface in io.doov.core">FieldInfo</a>&gt;&nbsp;fieldInfos)</pre> </li> </ul> <a name="BaseFieldModel-java.util.Map-java.util.List-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>BaseFieldModel</h4> <pre>public&nbsp;BaseFieldModel(java.util.Map&lt;<a href="../../../io/doov/core/FieldId.html" title="interface in io.doov.core">FieldId</a>,java.lang.Object&gt;&nbsp;values, java.util.List&lt;<a href="../../../io/doov/core/FieldInfo.html" title="interface in io.doov.core">FieldInfo</a>&gt;&nbsp;fieldInfos)</pre> </li> </ul> <a name="BaseFieldModel-io.doov.core.FieldModel-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>BaseFieldModel</h4> <pre>public&nbsp;BaseFieldModel(<a href="../../../io/doov/core/FieldModel.html" title="interface in io.doov.core">FieldModel</a>&nbsp;fieldModel)</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="asMap--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>asMap</h4> <pre>public&nbsp;java.util.Map&lt;<a href="../../../io/doov/core/FieldId.html" title="interface in io.doov.core">FieldId</a>,java.lang.Object&gt;&nbsp;asMap()</pre> </li> </ul> <a name="getFieldInfos--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getFieldInfos</h4> <pre>public&nbsp;java.util.List&lt;<a href="../../../io/doov/core/FieldInfo.html" title="interface in io.doov.core">FieldInfo</a>&gt;&nbsp;getFieldInfos()</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../io/doov/core/FieldModel.html#getFieldInfos--">FieldModel</a></code></span></div> <div class="block">Returns all the <code>FieldInfo</code> for this model</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../io/doov/core/FieldModel.html#getFieldInfos--">getFieldInfos</a></code>&nbsp;in interface&nbsp;<code><a href="../../../io/doov/core/FieldModel.html" title="interface in io.doov.core">FieldModel</a></code></dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>the list of field infos</dd> </dl> </li> </ul> <a name="getTypeAdapterRegistry--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getTypeAdapterRegistry</h4> <pre>public&nbsp;<a href="../../../io/doov/core/serial/TypeAdapterRegistry.html" title="interface in io.doov.core.serial">TypeAdapterRegistry</a>&nbsp;getTypeAdapterRegistry()</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../io/doov/core/serial/StringMapper.html#getTypeAdapterRegistry--">StringMapper</a></code></span></div> <div class="block">Returns the registry for TypeAdapters</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../io/doov/core/serial/StringMapper.html#getTypeAdapterRegistry--">getTypeAdapterRegistry</a></code>&nbsp;in interface&nbsp;<code><a href="../../../io/doov/core/serial/StringMapper.html" title="interface in io.doov.core.serial">StringMapper</a></code></dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>the type adapter registry</dd> </dl> </li> </ul> <a name="get-io.doov.core.FieldId-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>get</h4> <pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;get(<a href="../../../io/doov/core/FieldId.html" title="interface in io.doov.core">FieldId</a>&nbsp;fieldId)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../io/doov/core/FieldModel.html#get-io.doov.core.FieldId-">FieldModel</a></code></span></div> <div class="block">Returns the <code>FieldId</code> value from the <code>FieldId</code> to read</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../io/doov/core/dsl/DslModel.html#get-io.doov.core.FieldId-">get</a></code>&nbsp;in interface&nbsp;<code><a href="../../../io/doov/core/dsl/DslModel.html" title="interface in io.doov.core.dsl">DslModel</a></code></dd> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../io/doov/core/FieldModel.html#get-io.doov.core.FieldId-">get</a></code>&nbsp;in interface&nbsp;<code><a href="../../../io/doov/core/FieldModel.html" title="interface in io.doov.core">FieldModel</a></code></dd> <dt><span class="paramLabel">Type Parameters:</span></dt> <dd><code>T</code> - the type of the return</dd> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>fieldId</code> - the field id to get</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>the field value</dd> </dl> </li> </ul> <a name="set-io.doov.core.FieldId-java.lang.Object-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>set</h4> <pre>public&nbsp;void&nbsp;set(<a href="../../../io/doov/core/FieldId.html" title="interface in io.doov.core">FieldId</a>&nbsp;fieldId, java.lang.Object&nbsp;value)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../io/doov/core/FieldModel.html#set-io.doov.core.FieldId-T-">FieldModel</a></code></span></div> <div class="block">Sets the given value to the given field id.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../io/doov/core/dsl/DslModel.html#set-io.doov.core.FieldId-T-">set</a></code>&nbsp;in interface&nbsp;<code><a href="../../../io/doov/core/dsl/DslModel.html" title="interface in io.doov.core.dsl">DslModel</a></code></dd> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../io/doov/core/FieldModel.html#set-io.doov.core.FieldId-T-">set</a></code>&nbsp;in interface&nbsp;<code><a href="../../../io/doov/core/FieldModel.html" title="interface in io.doov.core">FieldModel</a></code></dd> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>fieldId</code> - the field id to set</dd> <dd><code>value</code> - the value to set</dd> </dl> </li> </ul> <a name="iterator--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>iterator</h4> <pre>public&nbsp;java.util.Iterator&lt;java.util.Map.Entry&lt;<a href="../../../io/doov/core/FieldId.html" title="interface in io.doov.core">FieldId</a>,java.lang.Object&gt;&gt;&nbsp;iterator()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code>iterator</code>&nbsp;in interface&nbsp;<code>java.lang.Iterable&lt;java.util.Map.Entry&lt;<a href="../../../io/doov/core/FieldId.html" title="interface in io.doov.core">FieldId</a>,java.lang.Object&gt;&gt;</code></dd> </dl> </li> </ul> <a name="spliterator--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>spliterator</h4> <pre>public&nbsp;java.util.Spliterator&lt;java.util.Map.Entry&lt;<a href="../../../io/doov/core/FieldId.html" title="interface in io.doov.core">FieldId</a>,java.lang.Object&gt;&gt;&nbsp;spliterator()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../io/doov/core/FieldModel.html#spliterator--">spliterator</a></code>&nbsp;in interface&nbsp;<code><a href="../../../io/doov/core/FieldModel.html" title="interface in io.doov.core">FieldModel</a></code></dd> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code>spliterator</code>&nbsp;in interface&nbsp;<code>java.lang.Iterable&lt;java.util.Map.Entry&lt;<a href="../../../io/doov/core/FieldId.html" title="interface in io.doov.core">FieldId</a>,java.lang.Object&gt;&gt;</code></dd> </dl> </li> </ul> <a name="stream--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>stream</h4> <pre>public&nbsp;java.util.stream.Stream&lt;java.util.Map.Entry&lt;<a href="../../../io/doov/core/FieldId.html" title="interface in io.doov.core">FieldId</a>,java.lang.Object&gt;&gt;&nbsp;stream()</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../io/doov/core/FieldModel.html#stream--">FieldModel</a></code></span></div> <div class="block">Returns a sequential <code>Stream</code> with all key-value pairs</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../io/doov/core/FieldModel.html#stream--">stream</a></code>&nbsp;in interface&nbsp;<code><a href="../../../io/doov/core/FieldModel.html" title="interface in io.doov.core">FieldModel</a></code></dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>the stream</dd> </dl> </li> </ul> <a name="parallelStream--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>parallelStream</h4> <pre>public&nbsp;java.util.stream.Stream&lt;java.util.Map.Entry&lt;<a href="../../../io/doov/core/FieldId.html" title="interface in io.doov.core">FieldId</a>,java.lang.Object&gt;&gt;&nbsp;parallelStream()</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../io/doov/core/FieldModel.html#parallelStream--">FieldModel</a></code></span></div> <div class="block">Returns a parallel <code>Stream</code> with all key-value pairs</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../io/doov/core/FieldModel.html#parallelStream--">parallelStream</a></code>&nbsp;in interface&nbsp;<code><a href="../../../io/doov/core/FieldModel.html" title="interface in io.doov.core">FieldModel</a></code></dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>the parallel stream</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="../../../io/doov/core/AbstractWrapper.html" title="class in io.doov.core"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../io/doov/core/CodeLookup.html" title="interface in io.doov.core"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?io/doov/core/BaseFieldModel.html" target="_top">Frames</a></li> <li><a href="BaseFieldModel.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
lesfurets/dOOv
docs/site/core/apidocs/io/doov/core/BaseFieldModel.html
HTML
apache-2.0
27,706
--- layout: page description: "我很好奇" --- {% for post in paginator.posts %} <div class="post-preview"> <a href="{{ post.url | prepend: site.baseurl }}"> <h2 class="post-title"> {{ post.title }} </h2> {% if post.subtitle %} <h3 class="post-subtitle"> {{ post.subtitle }} </h3> {% endif %} <div class="post-content-preview"> {{ post.content | strip_html | truncate:200 }} </div> </a> <p class="post-meta"> Posted by {% if post.author %}{{ post.author }}{% else %}{{ site.title }}{% endif %} on {{ post.date | date: "%B %-d, %Y" }} </p> </div> <hr> {% endfor %} <!-- Pager --> {% if paginator.total_pages > 1 %} <ul class="pager"> {% if paginator.previous_page %} <li class="previous"> <a href="{{ paginator.previous_page_path | prepend: site.baseurl | replace: '//', '/' }}">&larr; Newer Posts</a> </li> {% endif %} {% if paginator.next_page %} <li class="next"> <a href="{{ paginator.next_page_path | prepend: site.baseurl | replace: '//', '/' }}">Older Posts &rarr;</a> </li> {% endif %} </ul> {% endif %}
TwistOnIdea/TwistOnIdea.github.io
index.html
HTML
apache-2.0
1,187
<!DOCTYPE html><html><head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes"> <title>d2l-date-picker</title> <script src="../webcomponentsjs/webcomponents-lite.js"></script> <link rel="import" href="../iron-component-page/iron-component-page.html"> </head> <body> <iron-component-page src="d2l-date-picker.html"></iron-component-page> </body></html>
alogan519/date-picker
build/default/index.html
HTML
apache-2.0
462
<!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 Fri Jun 22 04:34:22 MST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.wildfly.swarm.netflix.ribbon.secured.client.SecuredRibbonResourceFactory (BOM: * : All 2.0.0.Final API)</title> <meta name="date" content="2018-06-22"> <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.wildfly.swarm.netflix.ribbon.secured.client.SecuredRibbonResourceFactory (BOM: * : All 2.0.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/netflix/ribbon/secured/client/SecuredRibbonResourceFactory.html" title="class in org.wildfly.swarm.netflix.ribbon.secured.client">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.0.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/netflix/ribbon/secured/client/class-use/SecuredRibbonResourceFactory.html" target="_top">Frames</a></li> <li><a href="SecuredRibbonResourceFactory.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../../allclasses-noframe.html">All&nbsp;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.netflix.ribbon.secured.client.SecuredRibbonResourceFactory" class="title">Uses of Class<br>org.wildfly.swarm.netflix.ribbon.secured.client.SecuredRibbonResourceFactory</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/netflix/ribbon/secured/client/SecuredRibbonResourceFactory.html" title="class in org.wildfly.swarm.netflix.ribbon.secured.client">SecuredRibbonResourceFactory</a></span><span class="tabEnd">&nbsp;</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.netflix.ribbon.secured.client">org.wildfly.swarm.netflix.ribbon.secured.client</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.wildfly.swarm.netflix.ribbon.secured.client"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../../org/wildfly/swarm/netflix/ribbon/secured/client/SecuredRibbonResourceFactory.html" title="class in org.wildfly.swarm.netflix.ribbon.secured.client">SecuredRibbonResourceFactory</a> in <a href="../../../../../../../../org/wildfly/swarm/netflix/ribbon/secured/client/package-summary.html">org.wildfly.swarm.netflix.ribbon.secured.client</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <caption><span>Fields in <a href="../../../../../../../../org/wildfly/swarm/netflix/ribbon/secured/client/package-summary.html">org.wildfly.swarm.netflix.ribbon.secured.client</a> declared as <a href="../../../../../../../../org/wildfly/swarm/netflix/ribbon/secured/client/SecuredRibbonResourceFactory.html" title="class in org.wildfly.swarm.netflix.ribbon.secured.client">SecuredRibbonResourceFactory</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../../../../org/wildfly/swarm/netflix/ribbon/secured/client/SecuredRibbonResourceFactory.html" title="class in org.wildfly.swarm.netflix.ribbon.secured.client">SecuredRibbonResourceFactory</a></code></td> <td class="colLast"><span class="typeNameLabel">SecuredRibbonResourceFactory.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/wildfly/swarm/netflix/ribbon/secured/client/SecuredRibbonResourceFactory.html#INSTANCE">INSTANCE</a></span></code>&nbsp;</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/netflix/ribbon/secured/client/package-summary.html">org.wildfly.swarm.netflix.ribbon.secured.client</a> with parameters of type <a href="../../../../../../../../org/wildfly/swarm/netflix/ribbon/secured/client/SecuredRibbonResourceFactory.html" title="class in org.wildfly.swarm.netflix.ribbon.secured.client">SecuredRibbonResourceFactory</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>static &lt;T&gt;&nbsp;T</code></td> <td class="colLast"><span class="typeNameLabel">SecuredRibbon.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/wildfly/swarm/netflix/ribbon/secured/client/SecuredRibbon.html#from-org.wildfly.swarm.netflix.ribbon.secured.client.SecuredRibbonResourceFactory-java.lang.Class-">from</a></span>(<a href="../../../../../../../../org/wildfly/swarm/netflix/ribbon/secured/client/SecuredRibbonResourceFactory.html" title="class in org.wildfly.swarm.netflix.ribbon.secured.client">SecuredRibbonResourceFactory</a>&nbsp;factory, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;classType)</code>&nbsp;</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/netflix/ribbon/secured/client/SecuredRibbonResourceFactory.html" title="class in org.wildfly.swarm.netflix.ribbon.secured.client">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.0.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/netflix/ribbon/secured/client/class-use/SecuredRibbonResourceFactory.html" target="_top">Frames</a></li> <li><a href="SecuredRibbonResourceFactory.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../../allclasses-noframe.html">All&nbsp;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 &#169; 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.0.0.Final/apidocs/org/wildfly/swarm/netflix/ribbon/secured/client/class-use/SecuredRibbonResourceFactory.html
HTML
apache-2.0
9,529
<!DOCTYPE html> <html lang="en" itemscope itemtype="https://schema.org/WebPage"> <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>Vitess / Running Vitess on Kubernetes</title> <!-- Webfont --> <link href='http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'> <!--<link rel="shortcut icon" type="image/png" href="/favicon.png">--> <!-- Bootstrap --> <link href="/libs/bootstrap/css/bootstrap.min.css" rel="stylesheet"> <!-- HTML5 shim and Respond.js for 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]--> <!-- Styles --> <link rel="stylesheet" type="text/css" href="/css/site.css" /> <!-- Font Awesome icons --> <link href="/libs/font-awesome-4.4.0/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> <!-- Include all compiled plugins (below), or include individual files as needed --> <script src="/libs/bootstrap/js/bootstrap.min.js"></script> <!-- metadata --> <meta name="og:title" content="Vitess / Running Vitess on Kubernetes"/> <meta name="og:image" content="/images/vitess_logo_with_border.svg"/> <meta name="og:description" content="Vitess is a database clustering system for horizontal scaling of MySQL."/> <link rel="icon" href="/images/vitess_logo_icon_size.png" type="image/png"> <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-60219601-1', 'auto'); ga('send', 'pageview'); </script> </head> <body class="docs" id="top_of_page"> <span id="toc-depth" data-toc-depth="h2,h3"></span> <nav id="common-nav" class="navbar navbar-fixed-top inverse"> <div class="container"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#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="/"> <img class="logo" src="/images/vitess_logo_with_border.svg" alt="Vitess"> </a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="navbar-collapse-1"> <ul class="nav navbar-nav navbar-right" id="standard-menu-links"> <li><a href="/overview/">Overview</a></li> <li><a href="/user-guide/introduction.html">Guides</a></li> <li><a href="/reference/vitess-api.html">Reference</a></li> <li><a href="http://blog.vitess.io">Blog</a></li> <li><a href="https://github.com/youtube/vitess"><i class="fa fa-github"></i> GitHub</a></li> <!-- Hide link to blog unless we have actual posts --> <!-- <li><a href="/blog/" title="">Blog</a></li> --> </ul> <ul class="nav nav-stacked mobile-left-nav-menu" id="collapsed-left-menu"> <li class="submenu"> <h4 class="arrow-r no-top-margin">Overview</h4> <ul style="display: none"> <li><a href="/overview/">What is Vitess</a></li> <li><a href="/overview/scaling-mysql.html">Scaling MySQL with Vitess</a></li> <li><a href="/overview/concepts.html">Key Concepts</a></li> </ul> </li> <li class="submenu"> <h4 class="arrow-r">Getting Started</h4> <ul style="display: none"> <li style="padding-bottom: 0"><a href="/getting-started/">Run Vitess on Kubernetes</a> <ul style="display: block"> <li style="padding-bottom: 0"><a href="/getting-started/docker-build.html">Custom Docker Build</a></li> </ul> </li> <li><a href="/getting-started/local-instance.html">Run Vitess Locally</a></li> </ul> </li> <li class="submenu"> <h4 class="arrow-r">User Guide</h4> <ul style="display: none"> <li><a href="/user-guide/introduction.html">Introduction</a> <li><a href="/user-guide/client-libraries.html">Client Libraries</a> <li><a href="/user-guide/backup-and-restore.html">Backing Up Data</a> <li><a href="/user-guide/reparenting.html">Reparenting</a></li> <li style="padding-bottom: 0"><a href="/user-guide/schema-management.html">Schema Management</a></li> <ul style="display: block"> <li style="padding-bottom: 0"><a href="/user-guide/vschema.html">VSchema Guide</a></li> <li style="padding-bottom: 0"><a href="/user-guide/schema-swap.html">Schema Swap (Tutorial)</a></li> </ul> <li style="padding-bottom: 0"><a href="/user-guide/sharding.html">Sharding</a> <ul style="display: block"> <li><a href="/user-guide/horizontal-sharding-workflow.html">Horizontal Sharding (Tutorial, automated)</a></li> <li><a href="/user-guide/horizontal-sharding.html">Horizontal Sharding (Tutorial, manual)</a></li> <li><a href="/user-guide/sharding-kubernetes-workflow.html">Sharding in Kubernetes (Tutorial, automated)</a></li> <li style="padding-bottom: 0"><a href="/user-guide/sharding-kubernetes.html">Sharding in Kubernetes (Tutorial, manual)</a></li> </ul> </li> <li><a href="/user-guide/vitess-sequences.html">Vitess Sequences</a></li> <li><a href="/user-guide/mysql-server-protocol.html">MySQL Server Protocol</a></li> <li><a href="/user-guide/vitess-replication.html">Vitess and Replication</a></li> <li><a href="/user-guide/update-stream.html">Update Stream</a></li> <li><a href="/user-guide/row-based-replication.html">Row Based Replication</a></li> <li><a href="/user-guide/topology-service.html">Topology Service</a></li> <li><a href="/user-guide/transport-security-model.html">Transport Security Model</a></li> <li style="padding-bottom: 0"><a href="/user-guide/launching.html">Launching</a> <ul style="display: block"> <li><a href="/user-guide/scalability-philosophy.html">Scalability Philosophy</a></li> <li><a href="/user-guide/production-planning.html">Production Planning</a></li> <li><a href="/user-guide/server-configuration.html">Server Configuration</a></li> <li><a href="/user-guide/twopc.html">2PC Guide</a></li> <li style="padding-bottom: 0"><a href="/user-guide/troubleshooting.html">Troubleshooting</a></li> </ul> </li> <li><a href="/user-guide/upgrading.html">Upgrading</a></li> </ul> </li> <li class="submenu"> <h4 class="arrow-r">Reference Guides</h4> <ul style="display: none"> <li><a href="/reference/vitess-api.html">Vitess API</a> <li><a href="/reference/vtctl.html">vtctl Commands</a> </ul> </li> <li class="submenu"> <h4 class="arrow-r">Other Resources</h4> <ul style="display: none"> <li><a href="/resources/presentations.html">Presentations</a> <li><a href="http://blog.vitess.io/">Blog</a> <li><a href="/resources/roadmap.html">Roadmap</a> </ul> </li> <li class="submenu"> <h4 class="arrow-r">Contributing</h4> <ul style="display: none"> <li><a href="/contributing/">Contributing to Vitess</a> <li><a href="/contributing/github-workflow.html">GitHub Workflow</a> <li><a href="/contributing/code-reviews.html">Code Reviews</a> </ul> </li> <div> <form method="get" action="/search/"> <input id="search-form" name="q" type="text" placeholder="Search"> </form> </div> <li><a href="https://github.com/youtube/vitess" id="collapsed-left-menu-repo-link"><i class="fa fa-github"></i> GitHub</a></li> </ul> </div><!-- /.navbar-collapse --> </div><!-- /.container-fluid --> </nav> <div id="masthead"> <div class="container"> <div class="row"> <div class="col-md-9"> <h1>Running Vitess on Kubernetes</h1> </div> </div> </div> </div> <div class="container"> <div class="row scroll-margin" id="toc-content-row"> <div class="col-md-2" id="leftCol"> <ul class="nav nav-stacked mobile-left-nav-menu" id="sidebar"> <li class="submenu"> <h4 class="arrow-r no-top-margin">Overview</h4> <ul style="display: none"> <li><a href="/overview/">What is Vitess</a></li> <li><a href="/overview/scaling-mysql.html">Scaling MySQL with Vitess</a></li> <li><a href="/overview/concepts.html">Key Concepts</a></li> </ul> </li> <li class="submenu"> <h4 class="arrow-r">Getting Started</h4> <ul style="display: none"> <li style="padding-bottom: 0"><a href="/getting-started/">Run Vitess on Kubernetes</a> <ul style="display: block"> <li style="padding-bottom: 0"><a href="/getting-started/docker-build.html">Custom Docker Build</a></li> </ul> </li> <li><a href="/getting-started/local-instance.html">Run Vitess Locally</a></li> </ul> </li> <li class="submenu"> <h4 class="arrow-r">User Guide</h4> <ul style="display: none"> <li><a href="/user-guide/introduction.html">Introduction</a> <li><a href="/user-guide/client-libraries.html">Client Libraries</a> <li><a href="/user-guide/backup-and-restore.html">Backing Up Data</a> <li><a href="/user-guide/reparenting.html">Reparenting</a></li> <li style="padding-bottom: 0"><a href="/user-guide/schema-management.html">Schema Management</a></li> <ul style="display: block"> <li style="padding-bottom: 0"><a href="/user-guide/vschema.html">VSchema Guide</a></li> <li style="padding-bottom: 0"><a href="/user-guide/schema-swap.html">Schema Swap (Tutorial)</a></li> </ul> <li style="padding-bottom: 0"><a href="/user-guide/sharding.html">Sharding</a> <ul style="display: block"> <li><a href="/user-guide/horizontal-sharding-workflow.html">Horizontal Sharding (Tutorial, automated)</a></li> <li><a href="/user-guide/horizontal-sharding.html">Horizontal Sharding (Tutorial, manual)</a></li> <li><a href="/user-guide/sharding-kubernetes-workflow.html">Sharding in Kubernetes (Tutorial, automated)</a></li> <li style="padding-bottom: 0"><a href="/user-guide/sharding-kubernetes.html">Sharding in Kubernetes (Tutorial, manual)</a></li> </ul> </li> <li><a href="/user-guide/vitess-sequences.html">Vitess Sequences</a></li> <li><a href="/user-guide/mysql-server-protocol.html">MySQL Server Protocol</a></li> <li><a href="/user-guide/vitess-replication.html">Vitess and Replication</a></li> <li><a href="/user-guide/update-stream.html">Update Stream</a></li> <li><a href="/user-guide/row-based-replication.html">Row Based Replication</a></li> <li><a href="/user-guide/topology-service.html">Topology Service</a></li> <li><a href="/user-guide/transport-security-model.html">Transport Security Model</a></li> <li style="padding-bottom: 0"><a href="/user-guide/launching.html">Launching</a> <ul style="display: block"> <li><a href="/user-guide/scalability-philosophy.html">Scalability Philosophy</a></li> <li><a href="/user-guide/production-planning.html">Production Planning</a></li> <li><a href="/user-guide/server-configuration.html">Server Configuration</a></li> <li><a href="/user-guide/twopc.html">2PC Guide</a></li> <li style="padding-bottom: 0"><a href="/user-guide/troubleshooting.html">Troubleshooting</a></li> </ul> </li> <li><a href="/user-guide/upgrading.html">Upgrading</a></li> </ul> </li> <li class="submenu"> <h4 class="arrow-r">Reference Guides</h4> <ul style="display: none"> <li><a href="/reference/vitess-api.html">Vitess API</a> <li><a href="/reference/vtctl.html">vtctl Commands</a> </ul> </li> <li class="submenu"> <h4 class="arrow-r">Other Resources</h4> <ul style="display: none"> <li><a href="/resources/presentations.html">Presentations</a> <li><a href="http://blog.vitess.io/">Blog</a> <li><a href="/resources/roadmap.html">Roadmap</a> </ul> </li> <li class="submenu"> <h4 class="arrow-r">Contributing</h4> <ul style="display: none"> <li><a href="/contributing/">Contributing to Vitess</a> <li><a href="/contributing/github-workflow.html">GitHub Workflow</a> <li><a href="/contributing/code-reviews.html">Code Reviews</a> </ul> </li> <div> <form method="get" action="/search/"> <input id="search-form" name="q" type="text" placeholder="Search"> </form> </div> </ul> </div> <div class="col-md-3" id="rightCol"> <div class="nav nav-stacked" id="tocSidebar"> <div id="toc"></div> </div> </div> <div class="col-md-7" id="centerCol"> <div id="centerTextCol"> <p>This page explains how to run Vitess on <a href="http://kubernetes.io">Kubernetes</a>. It also gives the steps to start a Kubernetes cluster with <a href="https://cloud.google.com/container-engine/">Google Container Engine</a>.</p> <p>If you already have Kubernetes v1.0+ running in one of the other <a href="http://kubernetes.io/docs/getting-started-guides/">supported platforms</a>, you can skip the <code class="prettyprint">gcloud</code> steps. The <code class="prettyprint">kubectl</code> steps will apply to any Kubernetes cluster.</p> <h2 id="prerequisites">Prerequisites</h2> <p>To complete the exercise in this guide, you must locally install Go 1.8+, Vitess&#39; <code class="prettyprint">vtctlclient</code> tool, and Google Cloud SDK. The following sections explain how to set these up in your environment.</p> <h3 id="install-go-1-8">Install Go 1.8+</h3> <p>You need to install <a href="http://golang.org/doc/install">Go 1.8+</a> to build the <code class="prettyprint">vtctlclient</code> tool, which issues commands to Vitess.</p> <p>After installing Go, make sure your <code class="prettyprint">GOPATH</code> environment variable is set to the root of your workspace. The most common setting is <code class="prettyprint">GOPATH=$HOME/go</code>, and the value should identify a directory to which your non-root user has write access.</p> <p>In addition, make sure that <code class="prettyprint">$GOPATH/bin</code> is included in your <code class="prettyprint">$PATH</code>. More information about setting up a Go workspace can be found at <a href="http://golang.org/doc/code.html#Organization">How to Write Go Code</a>.</p> <h3 id="build-and-install-vtctlclient">Build and install vtctlclient</h3> <p>The <code class="prettyprint">vtctlclient</code> tool issues commands to Vitess.</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh"><span class="nv">$ </span>go get github.com/youtube/vitess/go/cmd/vtctlclient </code></pre></div> <p>This command downloads and builds the Vitess source code at:</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh"><span class="nv">$GOPATH</span>/src/github.com/youtube/vitess/ </code></pre></div> <p>It also copies the built <code class="prettyprint">vtctlclient</code> binary into <code class="prettyprint">$GOPATH/bin</code>.</p> <h3 id="set-up-google-compute-engine-container-engine-and-cloud-tools">Set up Google Compute Engine, Container Engine, and Cloud tools</h3> <p><strong>Note:</strong> If you are running Kubernetes elsewhere, skip to <a href="#locate-kubectl">Locate kubectl</a>.</p> <p>To run Vitess on Kubernetes using Google Compute Engine (GCE), you must have a GCE account with billing enabled. The instructions below explain how to enable billing and how to associate a billing account with a project in the Google Developers Console.</p> <ol> <li><p>Log in to the Google Developers Console to <a href="https://console.developers.google.com/billing">enable billing</a>.</p> <ol> <li> Click the <strong>Billing</strong> pane if you are not there already.</li> <li> Click <strong>New billing account</strong>.</li> <li> Assign a name to the billing account -- e.g. &quot;Vitess on Kubernetes.&quot; Then click <strong>Continue</strong>. You can sign up for the <a href="https://cloud.google.com/free-trial/">free trial</a> to avoid any charges.</li> </ol></li> <li><p>Create a project in the Google Developers Console that uses your billing account:</p> <ol> <li> At the top of the Google Developers Console, click the <strong>Projects</strong> dropdown.</li> <li> Click the Create a Project... link.</li> <li> Assign a name to your project. Then click the <strong>Create</strong> button. Your project should be created and associated with your billing account. (If you have multiple billing accounts, confirm that the project is associated with the correct account.)</li> <li> After creating your project, click <strong>API Manager</strong> in the left menu.</li> <li> Find <strong>Google Compute Engine</strong> and <strong>Google Container Engine API</strong>. (Both should be listed under &quot;Google Cloud APIs&quot;.) For each, click on it, then click the <strong>&quot;Enable API&quot;</strong> button.</li> </ol></li> <li><p>Follow the <a href="https://cloud.google.com/sdk/#Quick_Start">Google Cloud SDK quickstart instructions</a> to set up and test the Google Cloud SDK. You will also set your default project ID while completing the quickstart.</p> <p><strong>Note:</strong> If you skip the quickstart guide because you&#39;ve previously set up the Google Cloud SDK, just make sure to set a default project ID by running the following command. Replace <code class="prettyprint">PROJECT</code> with the project ID assigned to your <a href="https://console.developers.google.com/">Google Developers Console</a> project. You can <a href="https://cloud.google.com/compute/docs/projects#projectids">find the ID</a> by navigating to the <strong>Overview</strong> page for the project in the Console.</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh"><span class="nv">$ </span>gcloud config <span class="nb">set </span>project PROJECT </code></pre></div></li> <li><p>Install or update the <code class="prettyprint">kubectl</code> tool:</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh"><span class="nv">$ </span>gcloud components update kubectl </code></pre></div></li> </ol> <h3 id="locate-kubectl">Locate kubectl</h3> <p>Check if <code class="prettyprint">kubectl</code> is on your <code class="prettyprint">PATH</code>:</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh"><span class="nv">$ </span>which kubectl <span class="c">### example output:</span> <span class="c"># ~/google-cloud-sdk/bin/kubectl</span> </code></pre></div> <p>If <code class="prettyprint">kubectl</code> isn&#39;t on your <code class="prettyprint">PATH</code>, you can tell our scripts where to find it by setting the <code class="prettyprint">KUBECTL</code> environment variable:</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh"><span class="nv">$ </span><span class="nb">export </span><span class="nv">KUBECTL</span><span class="o">=</span>/example/path/to/google-cloud-sdk/bin/kubectl </code></pre></div> <h2 id="start-a-container-engine-cluster">Start a Container Engine cluster</h2> <p><strong>Note:</strong> If you are running Kubernetes elsewhere, skip to <a href="#start-a-vitess-cluster">Start a Vitess cluster</a>.</p> <ol> <li><p>Set the <a href="https://cloud.google.com/compute/docs/zones#overview">zone</a> that your installation will use:</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh"><span class="nv">$ </span>gcloud config <span class="nb">set </span>compute/zone us-central1-b </code></pre></div></li> <li><p>Create a Container Engine cluster:</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh"><span class="nv">$ </span>gcloud container clusters create example --machine-type n1-standard-4 --num-nodes <span class="m">5</span> --scopes storage-rw <span class="c">### example output:</span> <span class="c"># Creating cluster example...done.</span> <span class="c"># Created [https://container.googleapis.com/v1/projects/vitess/zones/us-central1-b/clusters/example].</span> <span class="c"># kubeconfig entry generated for example.</span> </code></pre></div> <p><strong>Note:</strong> The <code class="prettyprint">--scopes storage-rw</code> argument is necessary to allow <a href="http://vitess.io/user-guide/backup-and-restore.html">built-in backup/restore</a> to access <a href="https://cloud.google.com/storage/">Google Cloud Storage</a>.</p></li> <li><p>Create a Cloud Storage bucket:</p> <p>To use the Cloud Storage plugin for built-in backups, first create a <a href="https://cloud.google.com/storage/docs/concepts-techniques#concepts">bucket</a> for Vitess backup data. See the <a href="https://cloud.google.com/storage/docs/bucket-naming">bucket naming guidelines</a> if you&#39;re new to Cloud Storage.</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh"><span class="nv">$ </span>gsutil mb gs://my-backup-bucket </code></pre></div></li> </ol> <h2 id="start-a-vitess-cluster">Start a Vitess cluster</h2> <ol> <li><p><strong>Navigate to your local Vitess source code</strong></p> <p>This directory would have been created when you installed <code class="prettyprint">vtctlclient</code>:</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh"><span class="nv">$ </span><span class="nb">cd</span> <span class="nv">$GOPATH</span>/src/github.com/youtube/vitess/examples/kubernetes </code></pre></div></li> <li><p><strong>Configure site-local settings</strong></p> <p>Run the <code class="prettyprint">configure.sh</code> script to generate a <code class="prettyprint">config.sh</code> file, which will be used to customize your cluster settings.</p> <p>Currently, we have out-of-the-box support for storing <a href="http://vitess.io/user-guide/backup-and-restore.html">backups</a> in <a href="https://cloud.google.com/storage/">Google Cloud Storage</a>. If you&#39;re using GCS, fill in the fields requested by the configure script, including the name of the bucket you created above.</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh">vitess/examples/kubernetes<span class="nv">$ </span>./configure.sh <span class="c">### example output:</span> <span class="c"># Backup Storage (file, gcs) [gcs]:</span> <span class="c"># Google Developers Console Project [my-project]:</span> <span class="c"># Google Cloud Storage bucket for Vitess backups: my-backup-bucket</span> <span class="c"># Saving config.sh...</span> </code></pre></div> <p>For other platforms, you&#39;ll need to choose the <code class="prettyprint">file</code> backup storage plugin, and mount a read-write network volume into the <code class="prettyprint">vttablet</code> and <code class="prettyprint">vtctld</code> pods. For example, you can mount any storage service accessible through NFS into a <a href="http://kubernetes.io/v1.1/docs/user-guide/volumes.html#nfs">Kubernetes volume</a>. Then provide the mount path to the configure script here.</p> <p>Direct support for other cloud blob stores like Amazon S3 can be added by implementing the Vitess <a href="https://github.com/youtube/vitess/blob/master/go/vt/mysqlctl/backupstorage/interface.go">BackupStorage plugin interface</a>. Let us know on the <a href="https://groups.google.com/forum/#!forum/vitess">discussion forum</a> if you have any specific plugin requests.</p></li> <li><p><strong>Start an etcd cluster</strong></p> <p>The Vitess <a href="http://vitess.io/overview/concepts.html#topology-service">topology service</a> stores coordination data for all the servers in a Vitess cluster. It can store this data in one of several consistent storage systems. In this example, we&#39;ll use <a href="https://github.com/coreos/etcd">etcd</a>. Note that we need our own etcd clusters, separate from the one used by Kubernetes itself.</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh">vitess/examples/kubernetes<span class="nv">$ </span>./etcd-up.sh <span class="c">### example output:</span> <span class="c"># Creating etcd service for global cell...</span> <span class="c"># service &quot;etcd-global&quot; created</span> <span class="c"># service &quot;etcd-global-srv&quot; created</span> <span class="c"># Creating etcd replicationcontroller for global cell...</span> <span class="c"># replicationcontroller &quot;etcd-global&quot; created</span> <span class="c"># ...</span> </code></pre></div> <p>This command creates two clusters. One is for the <a href="/user-guide/topology-service.html#global-vs-local">global cell</a>, and the other is for a <a href="http://vitess.io/overview/concepts.html#cell-data-center">local cell</a> called <em>test</em>. You can check the status of the <a href="http://kubernetes.io/v1.1/docs/user-guide/pods.html">pods</a> in the cluster by running:</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh"><span class="nv">$ </span>kubectl get pods <span class="c">### example output:</span> <span class="c"># NAME READY STATUS RESTARTS AGE</span> <span class="c"># etcd-global-8oxzm 1/1 Running 0 1m</span> <span class="c"># etcd-global-hcxl6 1/1 Running 0 1m</span> <span class="c"># etcd-global-xupzu 1/1 Running 0 1m</span> <span class="c"># etcd-test-e2y6o 1/1 Running 0 1m</span> <span class="c"># etcd-test-m6wse 1/1 Running 0 1m</span> <span class="c"># etcd-test-qajdj 1/1 Running 0 1m</span> </code></pre></div> <p>It may take a while for each Kubernetes node to download the Docker images the first time it needs them. While the images are downloading, the pod status will be Pending.</p> <p><strong>Note:</strong> In this example, each script that has a name ending in <code class="prettyprint">-up.sh</code> also has a corresponding <code class="prettyprint">-down.sh</code> script, which can be used to stop certain components of the Vitess cluster without bringing down the whole cluster. For example, to tear down the <code class="prettyprint">etcd</code> deployment, run:</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh">vitess/examples/kubernetes<span class="nv">$ </span>./etcd-down.sh </code></pre></div></li> <li><p><strong>Start vtctld</strong></p> <p>The <code class="prettyprint">vtctld</code> server provides a web interface to inspect the state of the Vitess cluster. It also accepts RPC commands from <code class="prettyprint">vtctlclient</code> to modify the cluster.</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh">vitess/examples/kubernetes<span class="nv">$ </span>./vtctld-up.sh <span class="c">### example output:</span> <span class="c"># Creating vtctld ClusterIP service...</span> <span class="c"># service &quot;vtctld&quot; created</span> <span class="c"># Creating vtctld replicationcontroller...</span> <span class="c"># replicationcontroller &quot;vtctld&quot; create createdd</span> </code></pre></div></li> <li><p><strong>Access vtctld web UI</strong></p> <p>To access vtctld from outside Kubernetes, use <a href="http://kubernetes.io/v1.1/docs/user-guide/kubectl/kubectl_proxy.html">kubectl proxy</a> to create an authenticated tunnel on your workstation:</p> <p><strong>Note:</strong> The proxy command runs in the foreground, so you may want to run it in a separate terminal.</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh"><span class="nv">$ </span>kubectl proxy --port<span class="o">=</span>8001 <span class="c">### example output:</span> <span class="c"># Starting to serve on localhost:8001</span> </code></pre></div> <p>You can then load the vtctld web UI on <code class="prettyprint">localhost</code>:</p> <p><a href="http://localhost:8001/api/v1/proxy/namespaces/default/services/vtctld:web/">http://localhost:8001/api/v1/proxy/namespaces/default/services/vtctld:web/</a></p> <p>You can also use this proxy to access the <a href="http://kubernetes.io/v1.1/docs/user-guide/ui.html">Kubernetes Dashboard</a>, where you can monitor nodes, pods, and services:</p> <p><a href="http://localhost:8001/ui">http://localhost:8001/ui</a></p></li> <li><p><strong>Use vtctlclient to send commands to vtctld</strong></p> <p>You can now run <code class="prettyprint">vtctlclient</code> locally to issue commands to the <code class="prettyprint">vtctld</code> service on your Kubernetes cluster.</p> <p>To enable RPC access into the Kubernetes cluster, we&#39;ll again use <code class="prettyprint">kubectl</code> to set up an authenticated tunnel. Unlike the HTTP proxy we used for the web UI, this time we need raw <a href="http://kubernetes.io/v1.1/docs/user-guide/kubectl/kubectl_port-forward.html">port forwarding</a> for vtctld&#39;s <a href="http://grpc.io">gRPC</a> port.</p> <p>Since the tunnel needs to target a particular vtctld pod name, we&#39;ve provided the <code class="prettyprint">kvtctl.sh</code> script, which uses <code class="prettyprint">kubectl</code> to discover the pod name and set up the tunnel before running <code class="prettyprint">vtctlclient</code>.</p> <p>Now, running <code class="prettyprint">kvtctl.sh help</code> will test your connection to <code class="prettyprint">vtctld</code> and also list the <code class="prettyprint">vtctlclient</code> commands that you can use to administer the Vitess cluster.</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh">vitess/examples/kubernetes<span class="nv">$ </span>./kvtctl.sh <span class="nb">help</span> <span class="c">### example output:</span> <span class="c"># Available commands:</span> <span class="c">#</span> <span class="c"># Tablets:</span> <span class="c"># InitTablet ...</span> <span class="c"># ...</span> </code></pre></div> <p>You can also use the <code class="prettyprint">help</code> command to get more details about each command:</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh">vitess/examples/kubernetes<span class="nv">$ </span>./kvtctl.sh <span class="nb">help </span>ListAllTablets </code></pre></div> <p>See the <a href="http://vitess.io/reference/vtctl.html">vtctl reference</a> for a web-formatted version of the <code class="prettyprint">vtctl help</code> output.</p></li> <li><p><strong>Start vttablets</strong></p> <p>A Vitess <a href="http://vitess.io/overview/concepts.html#tablet">tablet</a> is the unit of scaling for the database. A tablet consists of the <code class="prettyprint">vttablet</code> and <code class="prettyprint">mysqld</code> processes, running on the same host. We enforce this coupling in Kubernetes by putting the respective containers for vttablet and mysqld inside a single <a href="http://kubernetes.io/v1.1/docs/user-guide/pods.html">pod</a>.</p> <p>Run the following script to launch the vttablet pods, which also include mysqld:</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh">vitess/examples/kubernetes<span class="nv">$ </span>./vttablet-up.sh <span class="c">### example output:</span> <span class="c"># Creating test_keyspace.shard-0 pods in cell test...</span> <span class="c"># Creating pod for tablet test-0000000100...</span> <span class="c"># pod &quot;vttablet-100&quot; created</span> <span class="c"># Creating pod for tablet test-0000000101...</span> <span class="c"># pod &quot;vttablet-101&quot; created</span> <span class="c"># Creating pod for tablet test-0000000102...</span> <span class="c"># pod &quot;vttablet-102&quot; created</span> <span class="c"># Creating pod for tablet test-0000000103...</span> <span class="c"># pod &quot;vttablet-103&quot; created</span> <span class="c"># Creating pod for tablet test-0000000104...</span> <span class="c"># pod &quot;vttablet-104&quot; created</span> </code></pre></div> <p>In the vtctld web UI, you should soon see a <a href="http://vitess.io/overview/concepts.html#keyspace">keyspace</a> named <code class="prettyprint">test_keyspace</code> with a single <a href="http://vitess.io/overview/concepts.html#shard">shard</a> named <code class="prettyprint">0</code>. Click on the shard name to see the list of tablets. When all 5 tablets show up on the shard status page, you&#39;re ready to continue. Note that it&#39;s normal for the tablets to be unhealthy at this point, since you haven&#39;t initialized the databases on them yet.</p> <p>It can take some time for the tablets to come up for the first time if a pod was scheduled on a node that hasn&#39;t downloaded the <a href="https://hub.docker.com/u/vitess/">Vitess Docker image</a> yet. You can also check the status of the tablets from the command line using <code class="prettyprint">kvtctl.sh</code>:</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh">vitess/examples/kubernetes<span class="nv">$ </span>./kvtctl.sh ListAllTablets <span class="nb">test</span> <span class="c">### example output:</span> <span class="c"># test-0000000100 test_keyspace 0 spare 10.64.1.6:15002 10.64.1.6:3306 []</span> <span class="c"># test-0000000101 test_keyspace 0 spare 10.64.2.5:15002 10.64.2.5:3306 []</span> <span class="c"># test-0000000102 test_keyspace 0 spare 10.64.0.7:15002 10.64.0.7:3306 []</span> <span class="c"># test-0000000103 test_keyspace 0 spare 10.64.1.7:15002 10.64.1.7:3306 []</span> <span class="c"># test-0000000104 test_keyspace 0 spare 10.64.2.6:15002 10.64.2.6:3306 []</span> </code></pre></div></li> <li><p><strong>Initialize MySQL databases</strong></p> <p>Once all the tablets show up, you&#39;re ready to initialize the underlying MySQL databases.</p> <p><strong>Note:</strong> Many <code class="prettyprint">vtctlclient</code> commands produce no output on success.</p> <p>First, designate one of the tablets to be the initial master. Vitess will automatically connect the other slaves&#39; mysqld instances so that they start replicating from the master&#39;s mysqld. This is also when the default database is created. Since our keyspace is named <code class="prettyprint">test_keyspace</code>, the MySQL database will be named <code class="prettyprint">vt_test_keyspace</code>.</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh">vitess/examples/kubernetes<span class="nv">$ </span>./kvtctl.sh InitShardMaster -force test_keyspace/0 <span class="nb">test</span>-0000000100 <span class="c">### example output:</span> <span class="c"># master-elect tablet test-0000000100 is not the shard master, proceeding anyway as -force was used</span> <span class="c"># master-elect tablet test-0000000100 is not a master in the shard, proceeding anyway as -force was used</span> </code></pre></div> <p><strong>Note:</strong> Since this is the first time the shard has been started, the tablets are not already doing any replication, and there is no existing master. The <code class="prettyprint">InitShardMaster</code> command above uses the <code class="prettyprint">-force</code> flag to bypass the usual sanity checks that would apply if this wasn&#39;t a brand new shard.</p> <p>After the tablets finish updating, you should see one <strong>master</strong>, and several <strong>replica</strong> and <strong>rdonly</strong> tablets:</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh">vitess/examples/kubernetes<span class="nv">$ </span>./kvtctl.sh ListAllTablets <span class="nb">test</span> <span class="c">### example output:</span> <span class="c"># test-0000000100 test_keyspace 0 master 10.64.1.6:15002 10.64.1.6:3306 []</span> <span class="c"># test-0000000101 test_keyspace 0 replica 10.64.2.5:15002 10.64.2.5:3306 []</span> <span class="c"># test-0000000102 test_keyspace 0 replica 10.64.0.7:15002 10.64.0.7:3306 []</span> <span class="c"># test-0000000103 test_keyspace 0 rdonly 10.64.1.7:15002 10.64.1.7:3306 []</span> <span class="c"># test-0000000104 test_keyspace 0 rdonly 10.64.2.6:15002 10.64.2.6:3306 []</span> </code></pre></div> <p>The <strong>replica</strong> tablets are used for serving live web traffic, while the <strong>rdonly</strong> tablets are used for offline processing, such as batch jobs and backups. The amount of each <a href="http://vitess.io/overview/concepts.html#tablet">tablet type</a> that you launch can be configured in the <code class="prettyprint">vttablet-up.sh</code> script.</p></li> <li><p><strong>Create a table</strong></p> <p>The <code class="prettyprint">vtctlclient</code> tool can be used to apply the database schema across all tablets in a keyspace. The following command creates the table defined in the <code class="prettyprint">create_test_table.sql</code> file:</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh"><span class="c"># Make sure to run this from the examples/kubernetes dir, so it finds the file.</span> vitess/examples/kubernetes<span class="nv">$ </span>./kvtctl.sh ApplySchema -sql <span class="s2">&quot;$(cat create_test_table.sql)&quot;</span> test_keyspace </code></pre></div> <p>The SQL to create the table is shown below:</p> <div class="highlight"><pre><code class="language-sql" data-lang="sql"><span class="k">CREATE</span> <span class="k">TABLE</span> <span class="n">messages</span> <span class="p">(</span> <span class="n">page</span> <span class="nb">BIGINT</span><span class="p">(</span><span class="mi">20</span><span class="p">)</span> <span class="n">UNSIGNED</span><span class="p">,</span> <span class="n">time_created_ns</span> <span class="nb">BIGINT</span><span class="p">(</span><span class="mi">20</span><span class="p">)</span> <span class="n">UNSIGNED</span><span class="p">,</span> <span class="n">message</span> <span class="nb">VARCHAR</span><span class="p">(</span><span class="mi">10000</span><span class="p">),</span> <span class="k">PRIMARY</span> <span class="k">KEY</span> <span class="p">(</span><span class="n">page</span><span class="p">,</span> <span class="n">time_created_ns</span><span class="p">)</span> <span class="p">)</span> <span class="n">ENGINE</span><span class="o">=</span><span class="n">InnoDB</span> </code></pre></div> <p>You can run this command to confirm that the schema was created properly on a given tablet, where <code class="prettyprint">test-0000000100</code> is a tablet alias as shown by the <code class="prettyprint">ListAllTablets</code> command:</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh">vitess/examples/kubernetes<span class="nv">$ </span>./kvtctl.sh GetSchema <span class="nb">test</span>-0000000100 <span class="c">### example output:</span> <span class="c"># {</span> <span class="c"># &quot;DatabaseSchema&quot;: &quot;CREATE DATABASE `` /*!40100 DEFAULT CHARACTER SET utf8 */&quot;,</span> <span class="c"># &quot;TableDefinitions&quot;: [</span> <span class="c"># {</span> <span class="c"># &quot;Name&quot;: &quot;messages&quot;,</span> <span class="c"># &quot;Schema&quot;: &quot;CREATE TABLE `messages` (\n `page` bigint(20) unsigned NOT NULL DEFAULT &#39;0&#39;,\n `time_created_ns` bigint(20) unsigned NOT NULL DEFAULT &#39;0&#39;,\n `message` varchar(10000) DEFAULT NULL,\n PRIMARY KEY (`page`,`time_created_ns`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8&quot;,</span> <span class="c"># &quot;Columns&quot;: [</span> <span class="c"># &quot;page&quot;,</span> <span class="c"># &quot;time_created_ns&quot;,</span> <span class="c"># &quot;message&quot;</span> <span class="c"># ],</span> <span class="c"># ...</span> </code></pre></div></li> <li><p><strong>Take a backup</strong></p> <p>Now that the initial schema is applied, it&#39;s a good time to take the first <a href="http://vitess.io/user-guide/backup-and-restore.html">backup</a>. This backup will be used to automatically restore any additional replicas that you run, before they connect themselves to the master and catch up on replication. If an existing tablet goes down and comes back up without its data, it will also automatically restore from the latest backup and then resume replication.</p> <p>Select one of the <strong>rdonly</strong> tablets and tell it to take a backup. We use a <strong>rdonly</strong> tablet instead of a <strong>replica</strong> because the tablet will pause replication and stop serving during data copy to create a consistent snapshot.</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh">vitess/examples/kubernetes<span class="nv">$ </span>./kvtctl.sh Backup <span class="nb">test</span>-0000000104 </code></pre></div> <p>After the backup completes, you can list available backups for the shard:</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh">vitess/examples/kubernetes<span class="nv">$ </span>./kvtctl.sh ListBackups test_keyspace/0 <span class="c">### example output:</span> <span class="c"># 2015-10-21.042940.test-0000000104</span> </code></pre></div></li> <li><p><strong>Initialize Vitess Routing Schema</strong></p> <p>In the examples, we are just using a single database with no specific configuration. So we just need to make that (empty) configuration visible for serving. This is done by running the following command:</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh">vitess/examples/kubernetes<span class="nv">$ </span>./kvtctl.sh RebuildVSchemaGraph </code></pre></div> <p>(As it works, this command will not display any output.)</p></li> <li><p><strong>Start vtgate</strong></p> <p>Vitess uses <a href="http://vitess.io/overview/#vtgate">vtgate</a> to route each client query to the correct <code class="prettyprint">vttablet</code>. In Kubernetes, a <code class="prettyprint">vtgate</code> service distributes connections to a pool of <code class="prettyprint">vtgate</code> pods. The pods are curated by a <a href="http://kubernetes.io/v1.1/docs/user-guide/replication-controller.html">replication controller</a>.</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh">vitess/examples/kubernetes<span class="nv">$ </span>./vtgate-up.sh <span class="c">### example output:</span> <span class="c"># Creating vtgate service in cell test...</span> <span class="c"># service &quot;vtgate-test&quot; created</span> <span class="c"># Creating vtgate replicationcontroller in cell test...</span> <span class="c"># replicationcontroller &quot;vtgate-test&quot; created</span> </code></pre></div></li> </ol> <h2 id="test-your-cluster-with-a-client-app">Test your cluster with a client app</h2> <p>The GuestBook app in the example is ported from the <a href="https://github.com/kubernetes/kubernetes/tree/master/examples/guestbook-go">Kubernetes GuestBook example</a>. The server-side code has been rewritten in Python to use Vitess as the storage engine. The client-side code (HTML/JavaScript) has been modified to support multiple Guestbook pages, which will be useful to demonstrate Vitess sharding in a later guide.</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh">vitess/examples/kubernetes<span class="nv">$ </span>./guestbook-up.sh <span class="c">### example output:</span> <span class="c"># Creating guestbook service...</span> <span class="c"># services &quot;guestbook&quot; created</span> <span class="c"># Creating guestbook replicationcontroller...</span> <span class="c"># replicationcontroller &quot;guestbook&quot; created</span> </code></pre></div> <p>As with the <code class="prettyprint">vtctld</code> service, by default the GuestBook app is not accessible from outside Kubernetes. In this case, since this is a user-facing frontend, we set <code class="prettyprint">type: LoadBalancer</code> in the GuestBook service definition, which tells Kubernetes to create a public <a href="http://kubernetes.io/v1.1/docs/user-guide/services.html#type-loadbalancer">load balancer</a> using the API for whatever platform your Kubernetes cluster is in.</p> <p>You also need to <a href="http://kubernetes.io/v1.1/docs/user-guide/services-firewalls.html">allow access through your platform&#39;s firewall</a>.</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh"><span class="c"># For example, to open port 80 in the GCE firewall:</span> <span class="nv">$ </span>gcloud compute firewall-rules create guestbook --allow tcp:80 </code></pre></div> <p><strong>Note:</strong> For simplicity, the firewall rule above opens the port on <strong>all</strong> GCE instances in your project. In a production system, you would likely limit it to specific instances.</p> <p>Then, get the external IP of the load balancer for the GuestBook service:</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh"><span class="nv">$ </span>kubectl get service guestbook <span class="c">### example output:</span> <span class="c"># NAME CLUSTER-IP EXTERNAL-IP PORT(S) AGE</span> <span class="c"># guestbook 10.67.242.247 3.4.5.6 80/TCP 1m</span> </code></pre></div> <p>If the <code class="prettyprint">EXTERNAL-IP</code> is still empty, give it a few minutes to create the external load balancer and check again.</p> <p>Once the pods are running, the GuestBook app should be accessible from the load balancer&#39;s external IP. In the example above, it would be at <code class="prettyprint">http://3.4.5.6</code>.</p> <p>You can see Vitess&#39; replication capabilities by opening the app in multiple browser windows, with the same Guestbook page number. Each new entry is committed to the master database. In the meantime, JavaScript on the page continuously polls the app server to retrieve a list of GuestBook entries. The app serves read-only requests by querying Vitess in &#39;replica&#39; mode, confirming that replication is working.</p> <p>You can also inspect the data stored by the app:</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh">vitess/examples/kubernetes<span class="nv">$ </span>./kvtctl.sh ExecuteFetchAsDba <span class="nb">test</span>-0000000100 <span class="s2">&quot;SELECT * FROM messages&quot;</span> <span class="c">### example output:</span> <span class="c"># +------+---------------------+---------+</span> <span class="c"># | page | time_created_ns | message |</span> <span class="c"># +------+---------------------+---------+</span> <span class="c"># | 42 | 1460771336286560000 | Hello |</span> <span class="c"># +------+---------------------+---------+</span> </code></pre></div> <p>The <a href="https://github.com/youtube/vitess/tree/master/examples/kubernetes/guestbook">GuestBook source code</a> provides more detail about how the app server interacts with Vitess.</p> <h2 id="try-vitess-resharding">Try Vitess resharding</h2> <p>Now that you have a full Vitess stack running, you may want to go on to the <a href="http://vitess.io/user-guide/sharding-kubernetes.html">Sharding in Kubernetes workflow guide</a> or <a href="http://vitess.io/user-guide/sharding-kubernetes.html">Sharding in Kubernetes codelab</a> (if you prefer to run each step manually through commands) to try out <a href="http://vitess.io/user-guide/sharding.html#resharding">dynamic resharding</a>.</p> <p>If so, you can skip the tear-down since the sharding guide picks up right here. If not, continue to the clean-up steps below.</p> <h2 id="tear-down-and-clean-up">Tear down and clean up</h2> <p>Before stopping the Container Engine cluster, you should tear down the Vitess services. Kubernetes will then take care of cleaning up any entities it created for those services, like external load balancers.</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh">vitess/examples/kubernetes<span class="nv">$ </span>./guestbook-down.sh vitess/examples/kubernetes<span class="nv">$ </span>./vtgate-down.sh vitess/examples/kubernetes<span class="nv">$ </span>./vttablet-down.sh vitess/examples/kubernetes<span class="nv">$ </span>./vtctld-down.sh vitess/examples/kubernetes<span class="nv">$ </span>./etcd-down.sh </code></pre></div> <p>Then tear down the Container Engine cluster itself, which will stop the virtual machines running on Compute Engine:</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh"><span class="nv">$ </span>gcloud container clusters delete example </code></pre></div> <p>It&#39;s also a good idea to remove any firewall rules you created, unless you plan to use them again soon:</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh"><span class="nv">$ </span>gcloud compute firewall-rules delete guestbook </code></pre></div> <h2 id="troubleshooting">Troubleshooting</h2> <h3 id="server-logs">Server logs</h3> <p>If a pod enters the <code class="prettyprint">Running</code> state, but the server doesn&#39;t respond as expected, use the <code class="prettyprint">kubectl logs</code> command to check the pod output:</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh"><span class="c"># show logs for container &#39;vttablet&#39; within pod &#39;vttablet-100&#39;</span> <span class="nv">$ </span>kubectl logs vttablet-100 vttablet <span class="c"># show logs for container &#39;mysql&#39; within pod &#39;vttablet-100&#39;</span> <span class="c"># Note that this is NOT MySQL error log.</span> <span class="nv">$ </span>kubectl logs vttablet-100 mysql </code></pre></div> <p>Post the logs somewhere and send a link to the <a href="https://groups.google.com/forum/#!forum/vitess">Vitess mailing list</a> to get more help.</p> <h3 id="shell-access">Shell access</h3> <p>If you want to poke around inside a container, you can use <code class="prettyprint">kubectl exec</code> to run a shell.</p> <p>For example, to launch a shell inside the <code class="prettyprint">vttablet</code> container of the <code class="prettyprint">vttablet-100</code> pod:</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh"><span class="nv">$ </span>kubectl <span class="nb">exec </span>vttablet-100 -c vttablet -t -i -- bash -il root@vttablet-100:/# ls /vt/vtdataroot/vt_0000000100 <span class="c">### example output:</span> <span class="c"># bin-logs innodb my.cnf relay-logs</span> <span class="c"># data memcache.sock764383635 mysql.pid slow-query.log</span> <span class="c"># error.log multi-master.info mysql.sock tmp</span> </code></pre></div> <h3 id="root-certificates">Root certificates</h3> <p>If you see in the logs a message like this:</p> <div class="highlight"><pre><code class="language-text" data-lang="text">x509: failed to load system roots and no roots provided </code></pre></div> <p>It usually means that your Kubernetes nodes are running a host OS that puts root certificates in a different place than our configuration expects by default (for example, Fedora). See the comments in the <a href="https://github.com/youtube/vitess/blob/master/examples/kubernetes/etcd-controller-template.yaml">etcd controller template</a> for examples of how to set the right location for your host OS. You&#39;ll also need to adjust the same certificate path settings in the <code class="prettyprint">vtctld</code> and <code class="prettyprint">vttablet</code> templates.</p> <h3 id="status-pages-for-vttablets">Status pages for vttablets</h3> <p>Each <code class="prettyprint">vttablet</code> serves a set of HTML status pages on its primary port. The <code class="prettyprint">vtctld</code> interface provides a <strong>STATUS</strong> link for each tablet.</p> <p>If you access the vtctld web UI through the kubectl proxy as described above, it will automatically link to the vttablets through that same proxy, giving you access from outside the cluster.</p> <p>You can also use the proxy to go directly to a tablet. For example, to see the status page for the tablet with ID <code class="prettyprint">100</code>, you could navigate to:</p> <p><a href="http://localhost:8001/api/v1/proxy/namespaces/default/pods/vttablet-100:15002/debug/status">http://localhost:8001/api/v1/proxy/namespaces/default/pods/vttablet-100:15002/debug/status</a></p> <h3 id="direct-connection-to-mysqld">Direct connection to mysqld</h3> <p>Since the <code class="prettyprint">mysqld</code> within the <code class="prettyprint">vttablet</code> pod is only meant to be accessed via vttablet, our default bootstrap settings only allow connections from localhost.</p> <p>If you want to check or manipulate the underlying mysqld, you can issue simple queries or commands through <code class="prettyprint">vtctlclient</code> like this:</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh"><span class="c"># Send a query to tablet 100 in cell &#39;test&#39;.</span> vitess/examples/kubernetes<span class="nv">$ </span>./kvtctl.sh ExecuteFetchAsDba <span class="nb">test</span>-0000000100 <span class="s2">&quot;SELECT VERSION()&quot;</span> <span class="c">### example output:</span> <span class="c"># +------------+</span> <span class="c"># | VERSION() |</span> <span class="c"># +------------+</span> <span class="c"># | 5.7.13-log |</span> <span class="c"># +------------+</span> </code></pre></div> <p>If you need a truly direct connection to mysqld, you can <a href="#shell-access">launch a shell</a> inside the mysql container, and then connect with the <code class="prettyprint">mysql</code> command-line client:</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh"><span class="nv">$ </span>kubectl <span class="nb">exec </span>vttablet-100 -c mysql -t -i -- bash -il root@vttablet-100:/# <span class="nb">export </span><span class="nv">TERM</span><span class="o">=</span>ansi root@vttablet-100:/# mysql -S /vt/vtdataroot/vt_0000000100/mysql.sock -u vt_dba </code></pre></div> </div> </div> </div> </div> <div class="page-spacer"></div> <footer role="contentinfo" id="site-footer"> <nav role="navigation" class="menu bottom-menu"> <a href="https://groups.google.com/forum/#!forum/vitess" target="_blank">Contact: [email protected]</a>&nbsp;&nbsp;<b>·</b>&nbsp;&nbsp; <a href="https://groups.google.com/forum/#!forum/vitess-announce" target="_blank">Announcements</a>&nbsp;&nbsp;<b>·</b>&nbsp;&nbsp; &#169; 2017 <a href="/">Vitess</a> powered by <a href="https://developers.google.com/open-source/">Google Inc</a> </nav> </footer> <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> <!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> --> <!-- Include all compiled plugins (below), or include individual files as needed --> <!-- <script src="/libs/bootstrap/js/bootstrap.min.js"></script> --> <!-- Include the common site javascript --> <script src="/js/common.js" type="text/javascript" charset="utf-8"></script> </body> </html>
theskyinflames/bpulse-go-client
vendor/github.com/youtube/vitess/docs/getting-started/index.html
HTML
apache-2.0
56,775
{{define "body"}}{{ template "menu"}} <div class="container"> <div id="refreshtime"></div> <table width="90%"> <tr> <td> <div id="temperatureCGaugeChart" style="border: 1px solid #ccc"></div> </td> <td> <div id="temperatureChart"></div> </td> </tr> <tr> <td> <div id="pressureGaugeChart" style="border: 1px solid #ccc"></div> </td> <td> <div id="pressureChart"></div> </td> </tr> <tr> <td> <div id="humidityGaugeChart" style="border: 1px solid #ccc"></div> </td> <td> <div id="humidityChart"></div> </td> </tr> <tr> <td> <div id="windGustkmhGaugeChart" style="border: 1px solid #ccc"></div> </td> <td> <div id="windGustChart"></div> </td> </tr> <tr> <td> <div id="uvGaugeChart" style="border: 1px solid #ccc"></div> </td> <td> <div id="indexUVChart"></div> </td> </tr> <tr> <td> &nbsp; </td> <td> <div id="windSubstainedChart"></div> </td> </tr> <tr> <td> &nbsp; </td> <td> <div id="rainDailyMmChart"></div> </td> </tr> <tr> <td> &nbsp; </td> <td> <div id="rainMmChart"></div> </td> </tr> <tr> <td> &nbsp; </td> <td> <div id="rainRateMm"></div> </td> </tr> </table> <div id="humidityPieChart" style="border: 1px solid #ccc"></div> </div> <!-- /.container --> {{ end }}
patrickalin/bloomsky-client-go
tmpl/history/body.html
HTML
apache-2.0
2,155
<!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"><!-- InstanceBegin template="/Templates/products.dwt" codeOutsideHTMLIsLocked="false" --> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!-- InstanceBeginEditable name="doctitle" --> <title>Recall</title> <!-- InstanceEndEditable --><link href="style.css" rel="stylesheet" type="text/css" /> <!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable --> </head> <body> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="inner_pg_top_section_bg" valign="top"><table width="932" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td height="33" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="33" class="top_links"><a href="index.htm">Home</a> | <a href="contact_us.htm">Contact</a> </td> </tr> </table></td> </tr> <tr> <td height="126" valign="top"><!-- InstanceBeginEditable name="header_graphic" --><img src="images/header_acuitas_optical.jpg" width="932" height="126" border="0" align="top" usemap="#Map" /> <map name="Map" id="Map"> <area shape="rect" coords="20,7,135,120" href="index.htm" /> <area shape="circle" coords="678,41,28" href="pro_optician_focus.htm" /> <area shape="circle" coords="775,63,44" href="pro_optician_acuitas_optical.htm" /> <area shape="circle" coords="904,30,19" href="pro_optician_enterprise.html" /> <area shape="circle" coords="854,60,25" href="pro_optical_labs.htm" /> </map> <!-- InstanceEndEditable --></td> </tr> <tr> <td height="33" valign="top"> <div class="navigation"> <table width="100%" border="0" cellspacing="0" cellpadding="0" height="33px"> <tr class="bttn_bg"> <td width="88px"><div class="about"><a href="about.htm">About</a></div></td> <td width="98px"><div class="products"><a href="products.htm" class="activep">Products</a></div></td> <td width="119px"><div class="online_shp"><a href="online_shop.htm">Online Shop</a></div></td> <td width="97px"><div class="support"><a href="support.htm">Support</a></div></td> <td width="107px"><div class="downld"><a href="download.htm">Download</a></div></td> <td width="83px"><div class="news"><a href="news.htm">News</a></div></td> <td width="92px"><div class="careers"><a href="careers.htm">Careers</a></div></td> <td width="89px"><div class="partners"><a href="partners.htm">Partners</a></div></td> <td width="95px">&nbsp;</td> <td width="64px"><img src="images/top_link_img.jpg" width="64" height="33" /></td> </tr> </table> </div> </td> </tr> <tr> <td height="24"></td> </tr> <tr> <td><table width="932" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="2">&nbsp;</td> <td width="215" valign="top"><!-- InstanceBeginEditable name="navigation" --> <table width="100%" border="0" cellspacing="0" cellpadding="0" background="images/left_tab_horizntal_bg.jpg"> <tr> <td width="16" height="35" valign="top"><img src="images/left_tab_top_left_cnr.jpg" width="16" height="35" /></td> <td width="185" height="35" background="images/left_tab_bg.jpg" ><img src="images/products_for_img.jpg" width="70" height="10" /></td> <td width="15" height="35" valign="top"><img src="images/left_tab_top_rght_cnr.jpg" width="14" height="35" /></td> </tr> <!--tr> <td width="16" height="11"><img src="images/inner_pg_top_lft_cnr.jpg" width="16" height="11" align="top" /></td> <td height="11"><img src="images/inner_pg_tab_top_img.jpg" width="185" height="11" align="top" /></td> <td width="14" height="11"><img src="images/inner_pg_top_right_cnr.jpg" width="14" height="11" align="top" /></td> </tr--> <tr> <td colspan="3" class="left_nav">&nbsp;</td> </tr> <tr> <td colspan="3" class="left_nav"><a href="pro_optician_overview.htm" class="topsel">Opticians</a></td> </tr> <tr> <td colspan="3"></td> </tr> <tr> <td colspan="3" class="left_nav2" ><a href="pro_optician_acuitas.htm" class="selected" >Acuitas</a></td> </tr> <tr> <td colspan="3" class="left_nav3" ><a href="pro_optician_acuitas_optical.htm" >Acuitas Optical</a></td> </tr> <tr> <td colspan="3" class="left_nav3" ><a href="pro_optician_acuitas_retail_overviw.html" class="active">Acuitas Retail</a></td> </tr> <tr> <td colspan="3" class="left_nav21" ><a href="pro_optician_acuitas_retail.html">- Creation of New Patient</a> </td> </tr> <tr> <td colspan="3" class="left_nav21" ><a href="pro_optician_acuitas_retail_new_patient_reg.html" class="active">- New Patient Registration</a></td> </tr> <tr> <td colspan="3" class="left_nav21" ><a href="pro_optician_acuitas_retail_patient_details.html">- Patient Details</a></td> </tr> <tr> <td colspan="3" class="left_nav21" ><a href="pro_optician_acuitas_retail_pre_test.html">- Pre-Test</a></td> </tr> <tr> <td colspan="3" class="left_nav21" ><a href="pro_optician_acuitas_retail_examination.html" >- Examination</a></td> </tr> <tr> <td colspan="3" class="left_nav21" ><a href="pro_optician_acuitas_retail_refraction.html" >- Refraction</a></td> </tr> <tr> <td colspan="3" class="left_nav21" ><a href="pro_optician_acuitas_retail_nhs_forms.html" >- NHS Forms</a></td> </tr> <tr> <td colspan="3" class="left_nav21" ><a href="pro_optician_acuitas_retail_referral.html">- Referral</a></td> </tr> <tr> <td colspan="3" class="left_nav21" ><a href="pro_optician_acuitas_retail_handover.html" >- Handover</a></td> </tr> <tr> <td colspan="3" class="left_nav21" ><a href="pro_optician_acuitas_retail_dispense.html" >- Dispense</a></td> </tr> <tr> <td colspan="3" class="left_nav21" ><a href="pro_optician_acuitas_retail_order.html" >- Order</a></td> </tr> <tr> <td colspan="3" class="left_nav21" ><a href="pro_optician_acuitas_retail_epos_till.html" >- Epos Till</a></td> </tr> <tr> <td colspan="3" class="left_nav21" ><a href="pro_optician_acuitas_retail_collection.html" >- Collection</a></td> </tr> <tr> <td colspan="3" class="left_nav21" ><a href="pro_optician_acuitas_retail_cash_management.html">- Cash Management</a></td> </tr> <tr> <td colspan="3" class="left_nav21" ><a href="pro_optician_acuitas_retail_order_tracking.html" >- Order Tracking</a></td> </tr> <tr> <td colspan="3" class="left_nav21" ><a href="pro_optician_acuitas_retail_referral_tracking.html">- Referral Tracking</a></td> </tr> <tr> <td colspan="3" class="left_nav21" ><a href="pro_optician_acuitas_retail_benefits_tracking.html" >- Benefits Tracking</a></td> </tr> <tr> <td colspan="3" class="left_nav21" ><a href="pro_optician_acuitas_retail_direct_debit.html" >- Direct Debit</a></td> </tr> <tr> <td colspan="3" class="left_nav21" ><a href="pro_optician_acuitas_retail_recall.html"><strong>- Recall</strong></a></td> </tr> <tr> <td colspan="3" class="left_nav21" ><a href="pro_optician_acuitas_retail_marketing_and_analysis.html">- Marketing And Analysis</a></td> </tr> <tr> <td colspan="3" class="left_nav21" ><a href="pro_optician_acuitas_retail_catalogues.html" >- Catalogues</a></td> </tr> <tr> <td colspan="3" class="left_nav21" ><a href="pro_optician_acuitas_retail_stock.html" >- Stock</a></td> </tr> <tr> <td colspan="3" class="left_nav21" ><a href="pro_optician_acuitas_retail_promotions.html" >- Promotions</a></td> </tr> <tr> <td colspan="3" class="left_nav3" ><a href="pro_optician_add_on.html"> Acuitas Add-Ons</a></td> </tr> <tr> <td colspan="3" class="left_nav3" ><a href="pro_optician_acuitas_imaging_lite.html" >Acuitas Imaging Lite</a></td> </tr> <tr> <td colspan="3" class="left_nav3" ><a href="pro_optician_acuitas_enterprise.html" >Acuitas Enterprise</a></td> </tr> <!--tr> <td colspan="3" class="left_nav3" ><a href="pro_optician_acuitas_retail_caller_id.html" >- Caller Id</a></td> </tr> <tr> <td colspan="3" class="left_nav3" ><a href="pro_optician_acuitas_retail_sms.html" >- SMS</a></td> </tr> <tr> <td colspan="3" class="left_nav3" ><a href="pro_optician_acuitas_retail_scanner_link.html" >- Scanner Link</a></td> </tr> <tr> <td colspan="3" class="left_nav3" ><a href="pro_optician_acuitas_retail_mobile.html" >- Mobile</a></td> </tr> <tr> <td colspan="3" class="left_nav3" ><a href="pro_optician_acuitas_retail_equipment_links.html">- Equipment Links</a></td> </tr> <tr> <td colspan="3" class="left_nav3" ><a href="pro_optician_acuitas_retail_sage_accounts_integration.html" >- Sage Accounts Integration</a></td> </tr> <tr> <td colspan="3" class="left_nav3" ><a href="pro_optician_acuitas_retail_patient_pix.html" >- Patient Pix </a></td> </tr> <tr> <td colspan="3" class="left_nav3" ><a href="pro_optician_acuitas_retail_installation.html" >- Installation</a></td> </tr> <tr> <td colspan="3" class="left_nav3" ><a href="pro_optician_acuitas_retail_development.html" >- Development</a></td> </tr> <tr> <td colspan="3" class="left_nav3" ><a href="pro_optician_acuitas_retail_proffessional.html" >- Proffessional</a></td> </tr> <tr> <td colspan="3" class="left_nav3" ><a href="pro_optician_acuitas_retail_support.html" >- Support</a></td> </tr> <tr> <td colspan="3" class="left_nav3" ><a href="pro_optician_acuitas_retail_about.html" >- About</a></td> </tr--> <tr> <td colspan="3" class="left_nav2" ><a href="pro_optician_focus.htm">Focus</a></td> </tr> <tr> <td colspan="3" class="left_nav"><a href="pro_optical_labs_overview.htm">Optical Labs</a></td> </tr> <tr> <td colspan="3" class="left_nav"><a href="pro_opthalmologist_overview.htm" >Ophthalmologists</a></td> </tr> <tr> <td colspan="3" >&nbsp;</td> </tr> <tr> <td width="16" height="20" valign="top"><img src="images/left_tab_bttm_lft_cnr.jpg" width="16" height="20" /></td> <td height="20" valign="top"><img src="images/left_tab_bott_img.jpg" width="185" height="20" /></td> <td width="15" height="20" valign="top"><img src="images/left_tab_bttm_rght_cnr.jpg" width="14" height="20" /></td> </tr> </table> <!-- InstanceEndEditable --></td> <td width="30">&nbsp;</td> <td width="685" valign="top"><!-- InstanceBeginEditable name="content_area" --> <table width="685" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="21" background="images/line_bg.jpg" valign="top" ><img src="images/recall_ar.gif" width="41" height="20" /></td> </tr> <tr> <td height="8"><img src="images/spacer.gif" width="1" height="8" /></td> </tr> <tr> <td class="bold_text" style="padding-bottom:2px;">Overview</td> </tr> <tr > <td class="text">The Acuitas Recall module is designed to be the most flexible recall mechanism available.<br />It can be set up to run as a pro-active recall (sending recalls to patient before they are<br />due for an appointment) or as a reactive recall system (Sending the recall to the patient<br />after they are due an appointment), or both. All modern methods of communication can be<br />used including email and SMS. </td> </tr> <tr> <td class="bold_text" style="padding-top:15px; padding-bottom:2px;">Key Features</td> </tr> <tr> <td class="red_bullet" style="padding-top:5px; "> <ul> <li>Configurable, flexible recall protocols </li> <li>Multiple letters per protocol</li> <li>Recall by mail, email, SMS, telephone </li> <li>Built in WYSIWYG template editor - no dependency on MS Word.</li> <li>Export recall data facility for bureau services</li> <li>Enterprise facility to centralise and control recall function across<br /> multiple practices</li> </ul> </td> </tr> <tr> <td class="bold_text" style="padding-top:12px; padding-bottom:2px;">Key Benefits</td> </tr> <tr> <td class="red_bullet" style="padding-top:5px; "> <ul> <li>Sales: Increase your spectacle repurchase rate</li> <li>Strategic: Protect your patient database from competition </li> <li>Marketing: Keeping a customer costs one-tenth of acquiring one </li> <li>Professional: Enhance patient care by ensuring effective monitoring of<br /> patients such as glaucoma patients.</li> </ul> </td> </tr> <tr> <td>&nbsp;</td> </tr> </table> <!-- InstanceEndEditable --></td> </tr> </table></td> </tr> <tr> <td>&nbsp;</td> </tr> </table></td> </tr> <tr> <td height="38" class="footer_bg"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="38" class="footer_bg"><table width="932" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="13" height="38" align="left" valign="top"><img src="images/footer_left_cnr.jpg" width="13" height="38" /></td> <td width="906" background="images/footer_tab_bg.jpg" valign="middle"><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="524" height="38" valign="middle" class="footer_text">Phone : UK - 0800 9121004 , Ireland - 1800 927191.</td> <td width="382" valign="middle" class="footer_right_text" >Designed by <a href="http://www.fractalink.com" target="_blank">fractal | ink</a></td> </tr> </table></td> <td width="13"><img src="images/footer_right_cnr.jpg" width="13" height="38" /></td> </tr> </table></td> </tr> </table></td> </tr> <tr> <td>&nbsp;</td> </tr> </table></td> </tr> </table> </body> <!-- InstanceEnd --></html>
peter-watters/WebPortfolio
ocuco/Backup/HTM-0503/pro_optician_acuitas_retail_recall.html
HTML
apache-2.0
17,355
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>node-base - 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>node-base Module</h1> <div class="box clearfix meta"> <a class="button link-docs" href="/yui/docs/node">User Guide &amp; Examples</a> <div class="foundat"> Defined in: <a href="../files/node_js_node-attrs.js.html#l1"><code>node&#x2F;js&#x2F;node-attrs.js:1</code></a> </div> </div> <div class="box intro"> </div> <div class="yui3-g"> <div class="yui3-u-1-2"> </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/node-base.html
HTML
apache-2.0
73,947
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_26) on Sun Dec 30 01:26:12 PST 2012 --> <TITLE> Uses of Class org.apache.hadoop.io.GenericWritable (Hadoop 1.0.4-SNAPSHOT API) </TITLE> <META NAME="date" CONTENT="2012-12-30"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.hadoop.io.GenericWritable (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>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/hadoop/io/GenericWritable.html" title="class in org.apache.hadoop.io"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/apache/hadoop/io//class-useGenericWritable.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="GenericWritable.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<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.GenericWritable</B></H2> </CENTER> No usage of org.apache.hadoop.io.GenericWritable <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>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/hadoop/io/GenericWritable.html" title="class in org.apache.hadoop.io"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/apache/hadoop/io//class-useGenericWritable.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="GenericWritable.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<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 &copy; 2009 The Apache Software Foundation </BODY> </HTML>
davidl1/hortonworks-extension
build/docs/api/org/apache/hadoop/io/class-use/GenericWritable.html
HTML
apache-2.0
5,992
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Fantasy Surfing Tips - Stats from wjun 2018</title> <meta name="description" content="Statistics and analysis from all events of the 2018 year. From wjun"> <meta name="author" content=""> <link rel="apple-touch-icon" sizes="57x57" href="/favicon/apple-icon-57x57.png"> <link rel="apple-touch-icon" sizes="60x60" href="/favicon/apple-icon-60x60.png"> <link rel="apple-touch-icon" sizes="72x72" href="/favicon/apple-icon-72x72.png"> <link rel="apple-touch-icon" sizes="76x76" href="/favicon/apple-icon-76x76.png"> <link rel="apple-touch-icon" sizes="114x114" href="/favicon/apple-icon-114x114.png"> <link rel="apple-touch-icon" sizes="120x120" href="/favicon/apple-icon-120x120.png"> <link rel="apple-touch-icon" sizes="144x144" href="/favicon/apple-icon-144x144.png"> <link rel="apple-touch-icon" sizes="152x152" href="/favicon/apple-icon-152x152.png"> <link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-icon-180x180.png"> <link rel="icon" type="image/png" sizes="192x192" href="/favicon/android-icon-192x192.png"> <link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="96x96" href="/favicon/favicon-96x96.png"> <link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png"> <link rel="manifest" href="/manifest.json"> <meta name="msapplication-TileColor" content="#ffffff"> <meta name="msapplication-TileImage" content="/ms-icon-144x144.png"> <meta name="theme-color" content="#ffffff"> <meta property="og:title" content="Fantasy Surfing tips"/> <meta property="og:image" content="https://fantasysurfingtips.com/img/just_waves.png"/> <!-- Bootstrap Core CSS - Uses Bootswatch Flatly Theme: https://bootswatch.com/flatly/ --> <link href="https://fantasysurfingtips.com/css/bootstrap.css" rel="stylesheet"> <!-- Custom CSS --> <link href="https://fantasysurfingtips.com/css/freelancer.css" rel="stylesheet"> <link href="https://cdn.datatables.net/plug-ins/1.10.7/integration/bootstrap/3/dataTables.bootstrap.css" rel="stylesheet" /> <!-- Custom Fonts --> <link href="https://fantasysurfingtips.com/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css"> <link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css"> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/morris.js/0.5.1/morris.css"> <script src="https://code.jquery.com/jquery-2.x-git.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-ujs/1.2.1/rails.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/morris.js/0.5.1/morris.min.js"></script> <script src="https://www.w3schools.com/lib/w3data.js"></script> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <script> (adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-2675412311042802", enable_page_level_ads: true }); </script> </head> <body> <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v2.6"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> <!-- Navigation --> <div w3-include-html="https://fantasysurfingtips.com/layout/header.html"></div> <div w3-include-html="https://fantasysurfingtips.com/layout/sponsor.html"></div> <div class="row"> <div class="col-sm-12 text-center;" style="padding:20px 30px"> <div style="position:relative;float:left"> <h2 style="position:relative;float:left;margin:0;" class="text-center"><a href="/events/wjun/2017">< 2017</a></h2> </div> <h1 class="text-center" style="margin:0;">wjun 2018</h1> </div> </div> <section > <div class="container"> <div class="row"> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/hydralyte-sports-pro-junior-bel">Hydralyte Sports Pro Junior Bells Beach</a></h4> <hr class="star-primary" /> <h6> Bells Beach, Victoria, Australia</h6> <p> Jan 13</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Alyssa Spencer</h6> <p> 14.46</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Zahli Kelly</h6> <p> 100.0%</p> </div> </div> <hr/> </div> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/sunset-pro-junior">Sunset Pro Junior</a></h4> <hr class="star-primary" /> <h6> Sunset Beach, Oahu, Hawaii</h6> <p> Jan 18</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Keala Tomoda-Bannert</h6> <p> 10.77</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Gabriela Bryan</h6> <p> 100.0%</p> </div> </div> <hr/> </div> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/nib-pro-junior">NIB Pro Junior</a></h4> <hr class="star-primary" /> <h6> Newcastle, NSW, Australia</h6> <p> Feb 10</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Emma Cattlin</h6> <p> 16.65</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Alyssa Lock</h6> <p> 100.0%</p> </div> </div> <hr/> </div> </div> <div class="row"> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/the-key-sun-zinke-sydney-pro-ju">The Key Sun Zinke Sydney Pro Junior</a></h4> <hr class="star-primary" /> <h6> Manly Beach, NSW, Australia</h6> <p> Feb 24</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Zahli Kelly</h6> <p> 14.13</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Sophia Fulton</h6> <p> 100.0%</p> </div> </div> <hr/> </div> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/ron-jon-roxy-junior-pro">Ron Jon Roxy Junior Pro</a></h4> <hr class="star-primary" /> <h6> Shepard Beach Park, Cocoa Beach, Florida</h6> <p> Mar 08</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Kirra Pinkerton</h6> <p> 15.88</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Kirra Pinkerton</h6> <p> 100.0%</p> </div> </div> <hr/> </div> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/papara-pro-vahine-junior-tahiti">Papara Pro Vahine Junior Tahiti</a></h4> <hr class="star-primary" /> <h6> Papar&amp;#x101;, Tahiti, French Polynesia</h6> <p> Mar 11</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Ariana Shewry</h6> <p> 13.13</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Leila Riccobuano</h6> <p> 100.0%</p> </div> </div> <hr/> </div> </div> <div class="row"> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/junior-pro-espinho">Junior Pro Espinho</a></h4> <hr class="star-primary" /> <h6> Espinho, Porto, Portugal</h6> <p> Mar 21</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Nadia Erostarbe</h6> <p> 10.01</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Melania Suarez Diaz</h6> <p> 100.0%</p> </div> </div> <hr/> </div> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/caparica-junior-pro">Caparica Junior Pro</a></h4> <hr class="star-primary" /> <h6> Costa da Caparica, Almada, Portugal</h6> <p> Mar 26</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Mafalda Lopes</h6> <p> 14.52</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Anat Lelior</h6> <p> 100.0%</p> </div> </div> <hr/> </div> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/vw-nelson-mandela-bay-surf-pro">VW Nelson Mandela Bay Surf Pro</a></h4> <hr class="star-primary" /> <h6> Pipe/Pollock Beach, Port Elizabeth, South Africa</h6> <p> Mar 31</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Sophie Bell</h6> <p> 10.75</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Kai Woolf</h6> <p> 100.0%</p> </div> </div> <hr/> </div> </div> <div class="row"> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/mitchum-buffalo-city-surf-pro-p">Mitchum Buffalo City Surf Pro pres by Reef Wetsuits</a></h4> <hr class="star-primary" /> <h6> Nahoon Reef, East London, South Africa</h6> <p> Apr 13</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Tayla De Coning</h6> <p> 8.85</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Kai Woolf</h6> <p> 100.0%</p> </div> </div> <hr/> </div> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/hydralyte-sports-pro-junior-gol">Hydralyte Sports Pro Junior Gold Coast</a></h4> <hr class="star-primary" /> <h6> Gold Coast, Queensland, Australia</h6> <p> Apr 28</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Kiara Meredith</h6> <p> 16.5</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> India Robinson</h6> <p> 100.0%</p> </div> </div> <hr/> </div> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/eleclerc-pont-labbe-junior-pro-">E.Leclerc Pont-l&apos;Abbe Junior Pro La Torche</a></h4> <hr class="star-primary" /> <h6> La Torche, Finistere, Bretagne, France</h6> <p> May 09</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Sarah Leiceaga</h6> <p> 14.57</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Eveline Hooft</h6> <p> 100.0%</p> </div> </div> <hr/> </div> </div> <div class="row"> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/junior-pro-biscarrosse">Junior Pro Biscarrosse</a></h4> <hr class="star-primary" /> <h6> Plage Nord, Biscarrosse, Landes, Nouvelle-Aquitaine, France</h6> <p> May 16</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Mariana Garcia</h6> <p> 12.83</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Nadia Erostarbe</h6> <p> 100.0%</p> </div> </div> <hr/> </div> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/zigzag-durban-surf-pro-pres-by-">Zigzag Durban Surf Pro pres by G-Force</a></h4> <hr class="star-primary" /> <h6> North Beach, Durban, KwaZulu-Natal, South Africa</h6> <p> May 18</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Kai Woolf</h6> <p> 12.92</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Kai Woolf</h6> <p> 100.0%</p> </div> </div> <hr/> </div> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/hydralyte-sports-shoalhaven-pro">Hydralyte Sports Shoalhaven Pro Junior</a></h4> <hr class="star-primary" /> <h6> Shoalhaven, NSW, Australia</h6> <p> May 25</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Sophie Fletcher</h6> <p> 12.88</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Kirra-Belle Olsson</h6> <p> 100.0%</p> </div> </div> <hr/> </div> </div> <div class="row"> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/los-cabos-open-of-surf">Los Cabos Open of Surf</a></h4> <hr class="star-primary" /> <h6> Zippers, San Jose del Cabo, Mexico</h6> <p> Jun 11</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Kirra Pinkerton</h6> <p> 10.0</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Kirra Pinkerton</h6> <p> 100.0%</p> </div> </div> <hr/> </div> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/jordy-smith-cape-town-surf-pro">Jordy Smith Cape Town Surf Pro</a></h4> <hr class="star-primary" /> <h6> Cape Town, Western Cape, South Africa</h6> <p> Jun 15</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Kai Woolf</h6> <p> 10.22</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Kai Woolf</h6> <p> 100.0%</p> </div> </div> <hr/> </div> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/volkswagen-sa-open-of-surfing">Volkswagen SA Open of Surfing</a></h4> <hr class="star-primary" /> <h6> Port Elizabeth, Eastern Cape, South Africa</h6> <p> Jun 19</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Zoe McDougall</h6> <p> 13.2</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Zoe McDougall</h6> <p> 100.0%</p> </div> </div> <hr/> </div> </div> <div class="row"> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/billabong-junior-series-ballito">Billabong Junior Series Ballito</a></h4> <hr class="star-primary" /> <h6> Ballito, KwaZulu-Natal, South Africa</h6> <p> Jun 22</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Sophie Bell</h6> <p> 9.88</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Zo&amp;#xEB; Steyn</h6> <p> 100.0%</p> </div> </div> <hr/> </div> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/skullcandy-pro-junior">Skullcandy Pro Junior</a></h4> <hr class="star-primary" /> <h6> New South Wales, Australia</h6> <p> Jul 15</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Zahli Kelly</h6> <p> 15.44</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Nyxie Ryan</h6> <p> 100.0%</p> </div> </div> <hr/> </div> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/junior-pro-sopela">Junior Pro Sopela</a></h4> <hr class="star-primary" /> <h6> Sopela, Basque Country, Spain</h6> <p> Jul 18</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Neis Lartigue</h6> <p> 11.47</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Neis Lartigue</h6> <p> 100.0%</p> </div> </div> <hr/> </div> </div> <div class="row"> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/vans-us-open-of-surfing-womens-">Vans US Open of Surfing - Women&apos;s Jr.</a></h4> <hr class="star-primary" /> <h6> Huntington Beach, California, United States</h6> <p> Jul 30</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Rachel Presti</h6> <p> 11.69</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Zoe McDougall</h6> <p> 100.0%</p> </div> </div> <hr/> </div> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/hydralyte-sports-pro-junior-cro">Hydralyte Sports Pro Junior Cronulla</a></h4> <hr class="star-primary" /> <h6> Cronulla, Sydney, Australia</h6> <p> Aug 04</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Sophia Chapman</h6> <p> 14.25</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Sophia Fulton</h6> <p> 100.0%</p> </div> </div> <hr/> </div> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/pantin-junior-pro-by-gadis">Pantin Junior Pro by Gadis</a></h4> <hr class="star-primary" /> <h6> Playa Pantin, La Coru&amp;#xF1;a, Galicia, Spain</h6> <p> Aug 24</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Janire Gonz&amp;#xE1;lez Etxabarri</h6> <p> 13.09</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Gabriela Bryan</h6> <p> 100.0%</p> </div> </div> <hr/> </div> </div> <div class="row"> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/rvca-pro-junior-pres-by-jacks-s">RVCA Pro Junior pres by Jack&apos;s Surfboards</a></h4> <hr class="star-primary" /> <h6> 56th Street, Newport Beach, California</h6> <p> Sep 21</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Kirra Pinkerton</h6> <p> 14.87</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Samantha Sibley</h6> <p> 100.0%</p> </div> </div> <hr/> </div> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/billabong-junior-series-seal-po">Billabong Junior Series Seal Point</a></h4> <hr class="star-primary" /> <h6> Cape St. Francis, Eastern Cape, South Africa</h6> <p> Sep 28</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Ceara Knight</h6> <p> 11.27</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Zo&amp;#xEB; Steyn</h6> <p> 100.0%</p> </div> </div> <hr/> </div> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/oneill-pro-junior-presentado-po">O&apos;Neill Pro Junior presentado por Petroperu</a></h4> <hr class="star-primary" /> <h6> Piura, Talara, Peru</h6> <p> Sep 29</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Sol Aguirre</h6> <p> 14.48</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Sol Aguirre</h6> <p> 100.0%</p> </div> </div> <hr/> </div> </div> <div class="row"> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/so-chico-eco-festival">S&#xE3;o Chico Eco Festival</a></h4> <hr class="star-primary" /> <h6> Sao Francisco do Sul, Santa Catarina, Brazil</h6> <p> Oct 05</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Anne Dos Santos</h6> <p> 11.4</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Catalina Mercere</h6> <p> 100.0%</p> </div> </div> <hr/> </div> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/minami-boso-junior-pro">Minami Boso Junior Pro</a></h4> <hr class="star-primary" /> <h6> Chitose Beach, Minamib&amp;#x14D;s&amp;#x14D;, Chiba, Japan</h6> <p> Oct 06</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Irie Fitzgerald</h6> <p> 14.06</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Shino Matsuda</h6> <p> 100.0%</p> </div> </div> <hr/> </div> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/ise-shima-pro-junior">Ise Shima Pro Junior</a></h4> <hr class="star-primary" /> <h6> Ise Shima, Mie, Japan</h6> <p> Oct 13</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Sara Wakita</h6> <p> 13.65</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Shino Matsuda</h6> <p> 100.0%</p> </div> </div> <hr/> </div> </div> <div class="row"> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/hysdo-pro-junior-at-turtle-bay-">HYSDO Pro Junior at Turtle Bay Resort</a></h4> <hr class="star-primary" /> <h6> Turtle Bay, Oahu, Hawaii</h6> <p> Oct 13</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Keala Tomoda-Bannert</h6> <p> 15.17</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Keala Tomoda-Bannert</h6> <p> 100.0%</p> </div> </div> <hr/> </div> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/live-like-zander-junior-pro">Live Like Zander Junior Pro</a></h4> <hr class="star-primary" /> <h6> Soup Bowl, Bathsheba, Barbados</h6> <p> Nov 06</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Samantha Sibley</h6> <p> 14.94</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Tiare Thompson</h6> <p> 100.0%</p> </div> </div> <hr/> </div> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/taiwan-open-world-junior-champi">Taiwan Open World Junior Championships - Women&apos;s</a></h4> <hr class="star-primary" /> <h6> Jinzun Harbor, Taiwan</h6> <p> Dec 01</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Kirra Pinkerton</h6> <p> 15.39</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Keala Tomoda-Bannert</h6> <p> 83.33%</p> </div> </div> <hr/> </div> </div> </div> <!-- Footer --> <div w3-include-html="https://fantasysurfingtips.com/layout/footer.html"></div> <script type="text/javascript"> (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-74337819-1', 'auto'); // Replace with your property ID. ga('send', 'pageview'); </script> <script> w3IncludeHTML(); </script> <!-- jQuery --> <script src="https://fantasysurfingtips.com/js/jquery.js"></script> <script src="https://cdn.datatables.net/1.10.7/js/jquery.dataTables.min.js"></script> <!-- Bootstrap Core JavaScript --> <script src="https://fantasysurfingtips.com/js/bootstrap.min.js"></script> <!-- Plugin JavaScript --> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script> <script src="https://fantasysurfingtips.com/js/classie.js"></script> <script src="https://fantasysurfingtips.com/js/cbpAnimatedHeader.js"></script> <!-- Contact Form JavaScript --> <script src="https://fantasysurfingtips.com/js/jqBootstrapValidation.js"></script> <script src="https://fantasysurfingtips.com/js/contact_me.js"></script> <!-- Custom Theme JavaScript --> <script src="https://fantasysurfingtips.com/js/freelancer.js"></script> <script type="https://cdn.datatables.net/1.10.12/js/jquery.dataTables.min.js"></script> <script type="https://cdn.datatables.net/1.10.12/js/dataTables.bootstrap.min.js"></script> </body> </html>
chicofilho/fst
events/wjun/2018/index.html
HTML
apache-2.0
27,315
@import play.mvc.Http.Request @(form: play.data.Form[TimeZoneData], renderedTime: String, timeZones: List[String])(implicit request: Request, messages: play.i18n.Messages) @main("Welcome to Play!") { <h1>@renderedTime</h1> @request.flash.get("success").orElse("") @helper.form(action = routes.TimeController.indexPost()) { @helper.select(field = form("timeZone"), options = helper.options(timeZones).toSeq) <input type="submit" value="submit"/> } <a href="@routes.TimeController.ws()">See time rendered from a remote REST API</a> }
play2-maven-plugin/play2-maven-test-projects
play28/java/dagger2-example/app/views/index.scala.html
HTML
apache-2.0
574
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_26) on Thu Aug 25 08:45:14 PDT 2011 --> <TITLE> net.authorize.cim (Authorize.Net Java SDK) </TITLE> <META NAME="date" CONTENT="2011-08-25"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style"> </HEAD> <BODY BGCOLOR="white"> <FONT size="+1" CLASS="FrameTitleFont"> <A HREF="../../../net/authorize/cim/package-summary.html" target="classFrame">net.authorize.cim</A></FONT> <TABLE BORDER="0" WIDTH="100%" SUMMARY=""> <TR> <TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont"> Classes</FONT>&nbsp; <FONT CLASS="FrameItemFont"> <BR> <A HREF="Result.html" title="class in net.authorize.cim" target="classFrame">Result</A> <BR> <A HREF="Transaction.html" title="class in net.authorize.cim" target="classFrame">Transaction</A></FONT></TD> </TR> </TABLE> <TABLE BORDER="0" WIDTH="100%" SUMMARY=""> <TR> <TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont"> Enums</FONT>&nbsp; <FONT CLASS="FrameItemFont"> <BR> <A HREF="SplitTenderStatus.html" title="enum in net.authorize.cim" target="classFrame">SplitTenderStatus</A> <BR> <A HREF="TransactionType.html" title="enum in net.authorize.cim" target="classFrame">TransactionType</A> <BR> <A HREF="ValidationModeType.html" title="enum in net.authorize.cim" target="classFrame">ValidationModeType</A></FONT></TD> </TR> </TABLE> </BODY> </HTML>
AukeConsult/anet-java-sdk
docs/javadocs/net/authorize/cim/package-frame.html
HTML
apache-2.0
1,490
<!doctype html> <html ng-app="app"> <body> <h1 ng-controller="HelloWorldCtrl">{{helloMessage}}</h1> </body> </html> <script scr="https://code.angularjs.org/1.4.0-beta.5/angular.js"></script> <script> "use strict"; angular.module('app', []).controller('HelloWorldCtrl', function ($scope) { $scope.helloMessage = "Hello World!"; }) </script>
nzkelvin/PlayCode
JavaScriptPlay/AngularPlay/index.html
HTML
apache-2.0
370
<p class="level0"><a name="NAME"></a><h2 class="nroffsh">NAME</h2> <p class="level0">mknod - make block or character special files <a name="SYNOPSIS"></a><h2 class="nroffsh">SYNOPSIS</h2> <p class="level0"><span Class="bold">mknod</span> [<span Class="emphasis">OPTION</span>]... <a class="emphasis" href="#NAME">NAME TYPE </a>[<span Class="emphasis">MAJOR MINOR</span>] <a name="DESCRIPTION"></a><h2 class="nroffsh">DESCRIPTION</h2> <p class="level0"> <p class="level0">Create the special file NAME of the given TYPE. <p class="level0">Mandatory arguments to long options are mandatory for short options too. <p class="level0"><span Class="bold">-m</span>, <span Class="bold">--mode</span>=<span Class="emphasis">MODE</span> set file permission bits to MODE, not a=rw - umask <p class="level0"><span Class="bold">-Z</span> set the SELinux security context to default type <p class="level0"><span Class="bold">--context</span>[=<span Class="emphasis">CTX</span>] like <span Class="bold">-Z</span>, or if CTX is specified then set the SELinux or SMACK security context to CTX <p class="level0"><span Class="bold">--help</span> display this help and exit <p class="level0"><span Class="bold">--version</span> output version information and exit <p class="level0">Both MAJOR and MINOR must be specified when TYPE is b, c, or u, and they must be omitted when TYPE is p. If MAJOR or MINOR begins with 0x or 0X, it is interpreted as hexadecimal; otherwise, if it begins with 0, as octal; otherwise, as decimal. TYPE may be: <p class="level0">b create a block (buffered) special file <p class="level0">c, u create a character (unbuffered) special file <p class="level0">p create a FIFO <p class="level0">NOTE: your shell may have its own version of mknod, which usually supersedes the version described here. Please refer to your shell's documentation for details about the options it supports. <a name="AUTHOR"></a><h2 class="nroffsh">AUTHOR</h2> <p class="level0">Written by David MacKenzie. <a name="REPORTING"></a><h2 class="nroffsh">REPORTING BUGS</h2> <p class="level0">GNU coreutils online help: &lt;http://www.gnu.org/software/coreutils/&gt; <br>Report mknod translation bugs to &lt;http://translationproject.org/team/&gt; <a name="COPYRIGHT"></a><h2 class="nroffsh">COPYRIGHT</h2> <p class="level0">Copyright &copy; 2014 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later &lt;http://gnu.org/licenses/gpl.html&gt;. <br>This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. <a name="SEE"></a><h2 class="nroffsh">SEE ALSO</h2> <p class="level0">mknod(2) <p class="level0"><br>Full documentation at: &lt;http://www.gnu.org/software/coreutils/mknod&gt; <br>or available locally via: info (aq(coreutils) mknod invocation(aq
loic-carbonne/Man-fulltext-search
Step2-Indexing/man_html/man1/mknod.1.html
HTML
apache-2.0
2,826
<!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 Tue Apr 22 01:43:52 UTC 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class org.apache.hadoop.hbase.UnknownScannerException (HBase 0.94.19 API) </TITLE> <META NAME="date" CONTENT="2014-04-22"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.hadoop.hbase.UnknownScannerException (HBase 0.94.19 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>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/hadoop/hbase/UnknownScannerException.html" title="class in org.apache.hadoop.hbase"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/apache/hadoop/hbase//class-useUnknownScannerException.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="UnknownScannerException.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>org.apache.hadoop.hbase.UnknownScannerException</B></H2> </CENTER> No usage of org.apache.hadoop.hbase.UnknownScannerException <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>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/hadoop/hbase/UnknownScannerException.html" title="class in org.apache.hadoop.hbase"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/apache/hadoop/hbase//class-useUnknownScannerException.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="UnknownScannerException.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<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 &#169; 2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved. </BODY> </HTML>
axfcampos/hbase-0.94.19
docs/apidocs/org/apache/hadoop/hbase/class-use/UnknownScannerException.html
HTML
apache-2.0
6,213
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_25) on Fri Feb 05 08:44:26 CST 2016 --> <title>Deprecated List</title> <meta name="date" content="2016-02-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="Deprecated List"; } } 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="clara/rules/package-summary.html">Package</a></li> <li>Class</li> <li><a href="clara/rules/package-tree.html">Tree</a></li> <li class="navBarCell1Rev">Deprecated</li> <li><a href="index-all.html">Index</a></li> <li><a href="help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li> <li><a href="deprecated-list.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Deprecated API" class="title">Deprecated API</h1> <h2 title="Contents">Contents</h2> </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="clara/rules/package-summary.html">Package</a></li> <li>Class</li> <li><a href="clara/rules/package-tree.html">Tree</a></li> <li class="navBarCell1Rev">Deprecated</li> <li><a href="index-all.html">Index</a></li> <li><a href="help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li> <li><a href="deprecated-list.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="allclasses-noframe.html">All&nbsp;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>
WilliamParker/clara-site
apidocs/0.10.0/java/deprecated-list.html
HTML
apache-2.0
3,502
<!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 Jul 06 10:53:57 MST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>SMTPServerConsumer (Public javadocs 2017.7.0 API)</title> <meta name="date" content="2017-07-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="SMTPServerConsumer (Public javadocs 2017.7.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/SMTPServerConsumer.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.7.0</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../org/wildfly/swarm/config/mail/mail_session/SMTPServer.html" title="class in org.wildfly.swarm.config.mail.mail_session"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../../org/wildfly/swarm/config/mail/mail_session/SMTPServerSupplier.html" title="interface in org.wildfly.swarm.config.mail.mail_session"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/wildfly/swarm/config/mail/mail_session/SMTPServerConsumer.html" target="_top">Frames</a></li> <li><a href="SMTPServerConsumer.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</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.mail.mail_session</div> <h2 title="Interface SMTPServerConsumer" class="title">Interface SMTPServerConsumer&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/mail/mail_session/SMTPServer.html" title="class in org.wildfly.swarm.config.mail.mail_session">SMTPServer</a>&lt;T&gt;&gt;</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Known Subinterfaces:</dt> <dd><a href="../../../../../../org/wildfly/swarm/mail/EnhancedSMTPServerConsumer.html" title="interface in org.wildfly.swarm.mail">EnhancedSMTPServerConsumer</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><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">SMTPServerConsumer&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/mail/mail_session/SMTPServer.html" title="class in org.wildfly.swarm.config.mail.mail_session">SMTPServer</a>&lt;T&gt;&gt;</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">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t5" class="tableTab"><span><a href="javascript:show(16);">Default Methods</a></span><span class="tabEnd">&nbsp;</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/mail/mail_session/SMTPServerConsumer.html#accept-T-">accept</a></span>(<a href="../../../../../../org/wildfly/swarm/config/mail/mail_session/SMTPServerConsumer.html" title="type parameter in SMTPServerConsumer">T</a>&nbsp;value)</code> <div class="block">Configure a pre-constructed instance of SMTPServer resource</div> </td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>default <a href="../../../../../../org/wildfly/swarm/config/mail/mail_session/SMTPServerConsumer.html" title="interface in org.wildfly.swarm.config.mail.mail_session">SMTPServerConsumer</a>&lt;<a href="../../../../../../org/wildfly/swarm/config/mail/mail_session/SMTPServerConsumer.html" title="type parameter in SMTPServerConsumer">T</a>&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/mail/mail_session/SMTPServerConsumer.html#andThen-org.wildfly.swarm.config.mail.mail_session.SMTPServerConsumer-">andThen</a></span>(<a href="../../../../../../org/wildfly/swarm/config/mail/mail_session/SMTPServerConsumer.html" title="interface in org.wildfly.swarm.config.mail.mail_session">SMTPServerConsumer</a>&lt;<a href="../../../../../../org/wildfly/swarm/config/mail/mail_session/SMTPServerConsumer.html" title="type parameter in SMTPServerConsumer">T</a>&gt;&nbsp;after)</code>&nbsp;</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.mail.mail_session.SMTPServer-"> <!-- --> </a><a name="accept-T-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>accept</h4> <pre>void&nbsp;accept(<a href="../../../../../../org/wildfly/swarm/config/mail/mail_session/SMTPServerConsumer.html" title="type parameter in SMTPServerConsumer">T</a>&nbsp;value)</pre> <div class="block">Configure a pre-constructed instance of SMTPServer resource</div> </li> </ul> <a name="andThen-org.wildfly.swarm.config.mail.mail_session.SMTPServerConsumer-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>andThen</h4> <pre>default&nbsp;<a href="../../../../../../org/wildfly/swarm/config/mail/mail_session/SMTPServerConsumer.html" title="interface in org.wildfly.swarm.config.mail.mail_session">SMTPServerConsumer</a>&lt;<a href="../../../../../../org/wildfly/swarm/config/mail/mail_session/SMTPServerConsumer.html" title="type parameter in SMTPServerConsumer">T</a>&gt;&nbsp;andThen(<a href="../../../../../../org/wildfly/swarm/config/mail/mail_session/SMTPServerConsumer.html" title="interface in org.wildfly.swarm.config.mail.mail_session">SMTPServerConsumer</a>&lt;<a href="../../../../../../org/wildfly/swarm/config/mail/mail_session/SMTPServerConsumer.html" title="type parameter in SMTPServerConsumer">T</a>&gt;&nbsp;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/SMTPServerConsumer.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.7.0</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../org/wildfly/swarm/config/mail/mail_session/SMTPServer.html" title="class in org.wildfly.swarm.config.mail.mail_session"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../../org/wildfly/swarm/config/mail/mail_session/SMTPServerSupplier.html" title="interface in org.wildfly.swarm.config.mail.mail_session"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/wildfly/swarm/config/mail/mail_session/SMTPServerConsumer.html" target="_top">Frames</a></li> <li><a href="SMTPServerConsumer.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</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 &#169; 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.7.0/apidocs/org/wildfly/swarm/config/mail/mail_session/SMTPServerConsumer.html
HTML
apache-2.0
11,824
<!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 : Detail view of postgre_forge.php</title> <link rel="stylesheet" href="../../../../../sample.css" type="text/css"> <link rel="stylesheet" href="../../../../../sample-print.css" type="text/css" media="print"> <style id="hilight" type="text/css"></style> <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> </head> <body bgcolor="#ffffff" text="#000000" link="#801800" vlink="#300540" alink="#ffffff"> <table class="pagetitle" width="100%"> <tr> <td valign="top" class="pagetitle"> [ <a href="../../../../../index.html">Index</a> ] </td> <td align="right" class="pagetitle"> <h2 style="margin-bottom: 0px">PHP Cross Reference of Unnamed Project</h2> </td> </tr> </table> <!-- Generated by PHPXref 0.7.1 at Thu Oct 23 18:57:41 2014 --> <!-- PHPXref (c) 2000-2010 Gareth Watts - [email protected] --> <!-- http://phpxref.sourceforge.net/ --> <script src="../../../../../phpxref.js" type="text/javascript"></script> <script language="JavaScript" type="text/javascript"> <!-- ext='.html'; relbase='../../../../../'; subdir='bonfire/codeigniter/database/drivers/postgre'; filename='postgre_forge.php.html'; cookiekey='phpxref'; handleNavFrame(relbase, subdir, filename); // --> </script> <script language="JavaScript" type="text/javascript"> if (gwGetCookie('xrefnav')=='off') document.write('<p class="navlinks">[ <a href="javascript:navOn()">Show Explorer<\/a> ]<\/p>'); else document.write('<p class="navlinks">[ <a href="javascript:navOff()">Hide Explorer<\/a> ]<\/p>'); </script> <noscript> <p class="navlinks"> [ <a href="../../../../../nav.html" target="_top">Show Explorer</a> ] [ <a href="index.html" target="_top">Hide Navbar</a> ] </p> </noscript> <script language="JavaScript" type="text/javascript"> <!-- document.writeln('<table align="right" class="searchbox-link"><tr><td><a class="searchbox-link" href="javascript:void(0)" onMouseOver="showSearchBox()">Search</a><br>'); document.writeln('<table border="0" cellspacing="0" cellpadding="0" class="searchbox" id="searchbox">'); document.writeln('<tr><td class="searchbox-title">'); document.writeln('<a class="searchbox-title" href="javascript:showSearchPopup()">Search History +</a>'); document.writeln('<\/td><\/tr>'); document.writeln('<tr><td class="searchbox-body" id="searchbox-body">'); document.writeln('<form name="search" style="margin:0px; padding:0px" onSubmit=\'return jump()\'>'); document.writeln('<a class="searchbox-body" href="../../../../../_classes/index.html">Class<\/a>: '); document.writeln('<input type="text" size=10 value="" name="classname"><br>'); document.writeln('<a id="funcsearchlink" class="searchbox-body" href="../../../../../_functions/index.html">Function<\/a>: '); document.writeln('<input type="text" size=10 value="" name="funcname"><br>'); document.writeln('<a class="searchbox-body" href="../../../../../_variables/index.html">Variable<\/a>: '); document.writeln('<input type="text" size=10 value="" name="varname"><br>'); document.writeln('<a class="searchbox-body" href="../../../../../_constants/index.html">Constant<\/a>: '); document.writeln('<input type="text" size=10 value="" name="constname"><br>'); document.writeln('<a class="searchbox-body" href="../../../../../_tables/index.html">Table<\/a>: '); document.writeln('<input type="text" size=10 value="" name="tablename"><br>'); document.writeln('<input type="submit" class="searchbox-button" value="Search">'); document.writeln('<\/form>'); document.writeln('<\/td><\/tr><\/table>'); document.writeln('<\/td><\/tr><\/table>'); // --> </script> <div id="search-popup" class="searchpopup"><p id="searchpopup-title" class="searchpopup-title">title</p><div id="searchpopup-body" class="searchpopup-body">Body</div><p class="searchpopup-close"><a href="javascript:gwCloseActive()">[close]</a></p></div> <h2 class="details-heading"><a href="./index.html">/bonfire/codeigniter/database/drivers/postgre/</a> -> <a href="postgre_forge.php.source.html">postgre_forge.php</a> (summary)</h2> <div class="details-summary"> <p class="viewlinks">[<a href="postgre_forge.php.source.html">Source view</a>] [<a href="javascript:window.print();">Print</a>] [<a href="../../../../../_stats.html">Project Stats</a>]</p> <p><b>CodeIgniter An open source application development framework for PHP 5.1.6 or newer</b></p> <table> <tr><td align="right">Author: </td><td>ExpressionEngine Dev Team</td></tr> <tr><td align="right">Copyright: </td><td>Copyright (c) 2008 - 2011, EllisLab, Inc.</td></tr> <tr><td align="right">License: </td><td><a href="http://codeigniter.com/user_guide/license.html" target="_blank">http://codeigniter.com/user_guide/license.html</a></td></tr> <tr><td align="right">File Size: </td><td>299 lines (7 kb)</td></tr> <tr><td align="right">Included or required:</td><td>0 times</td></tr> <tr><td align="right" valign="top">Referenced: </td><td>0 times</td></tr> <tr><td align="right" valign="top">Includes or requires: </td><td>0 files</td></tr> </table> <h3>Defines 1 class</h3> <div class="inset"> <p><b>CI_DB_postgre_forge::</b> (6 methods):<br> &nbsp;&nbsp;<a href="#_create_database">_create_database</a>()<br> &nbsp;&nbsp;<a href="#_drop_database">_drop_database</a>()<br> &nbsp;&nbsp;<a href="#_create_table">_create_table</a>()<br> &nbsp;&nbsp;<a href="#_drop_table">_drop_table</a>()<br> &nbsp;&nbsp;<a href="#_alter_table">_alter_table</a>()<br> &nbsp;&nbsp;<a href="#_rename_table">_rename_table</a>()<br> </p> </div> </div> <br><div class="details-funclist"> <div class="details-classinfo"> <p class="details-classtitle">Class: <a name="ci_db_postgre_forge"><b>CI_DB_postgre_forge</b></a>&nbsp;&nbsp;- <a href="../../../../../_classes/ci_db_postgre_forge.html"><small>X-Ref</small></a> </p> <b>Postgre Forge Class<BR> </b><br> <div class="inset"><table border="0" width="80%" class="funcinfo"><tr class="funcinfo-title"><td> <a name="_create_database" onClick="logFunction('_create_database', 'postgre_forge.php.source.html#l27')" href="postgre_forge.php.source.html#l27">_create_database</a>(<a href="../../../../../_variables/name.html">$name</a>)&nbsp;&nbsp; <a href="../../../../../_functions/_create_database.html"><small>X-Ref</small></a> </td></tr><tr class="funcinfo-body"><td><b>Create database<BR> </b><BR><b>param:</b> string&nbsp;&nbsp;&nbsp;&nbsp;the database name<br> <b>return:</b> bool<br> </td></tr></table> <br> <table border="0" width="80%" class="funcinfo"><tr class="funcinfo-title"><td> <a name="_drop_database" onClick="logFunction('_drop_database', 'postgre_forge.php.source.html#l41')" href="postgre_forge.php.source.html#l41">_drop_database</a>(<a href="../../../../../_variables/name.html">$name</a>)&nbsp;&nbsp; <a href="../../../../../_functions/_drop_database.html"><small>X-Ref</small></a> </td></tr><tr class="funcinfo-body"><td><b>Drop database<BR> </b><BR><b>param:</b> string&nbsp;&nbsp;&nbsp;&nbsp;the database name<br> <b>return:</b> bool<br> </td></tr></table> <br> <table border="0" width="80%" class="funcinfo"><tr class="funcinfo-title"><td> <a name="_create_table" onClick="logFunction('_create_table', 'postgre_forge.php.source.html#l55')" href="postgre_forge.php.source.html#l55">_create_table</a>(<a href="../../../../../_variables/table.html">$table</a>, <a href="../../../../../_variables/fields.html">$fields</a>, <a href="../../../../../_variables/primary_keys.html">$primary_keys</a>, <a href="../../../../../_variables/keys.html">$keys</a>, <a href="../../../../../_variables/if_not_exists.html">$if_not_exists</a>)&nbsp;&nbsp; <a href="../../../../../_functions/_create_table.html"><small>X-Ref</small></a> </td></tr><tr class="funcinfo-body"><td><b>Create Table<BR> </b><BR><b>param:</b> string&nbsp;&nbsp;&nbsp;&nbsp;the table name<br> <b>param:</b> array&nbsp;&nbsp;&nbsp;&nbsp;the fields<br> <b>param:</b> mixed&nbsp;&nbsp;&nbsp;&nbsp;primary key(s)<br> <b>param:</b> mixed&nbsp;&nbsp;&nbsp;&nbsp;key(s)<br> <b>param:</b> boolean&nbsp;&nbsp;&nbsp;&nbsp;should 'IF NOT EXISTS' be added to the SQL<br> <b>return:</b> bool<br> </td></tr></table> <br> <table border="0" width="80%" class="funcinfo"><tr class="funcinfo-title"><td> <a name="_drop_table" onClick="logFunction('_drop_table', 'postgre_forge.php.source.html#l213')" href="postgre_forge.php.source.html#l213">_drop_table</a>(<a href="../../../../../_variables/table.html">$table</a>)&nbsp;&nbsp; <a href="../../../../../_functions/_drop_table.html"><small>X-Ref</small></a> </td></tr><tr class="funcinfo-body"><td><b>Drop Table<BR> </b><BR><b>return:</b> bool<br> </td></tr></table> <br> <table border="0" width="80%" class="funcinfo"><tr class="funcinfo-title"><td> <a name="_alter_table" onClick="logFunction('_alter_table', 'postgre_forge.php.source.html#l226')" href="postgre_forge.php.source.html#l226">_alter_table</a>(<a href="../../../../../_variables/alter_type.html">$alter_type</a>, <a href="../../../../../_variables/table.html">$table</a>, <a href="../../../../../_variables/column_name.html">$column_name</a>, <a href="../../../../../_variables/column_definition.html">$column_definition</a> = '', <a href="../../../../../_variables/default_value.html">$default_value</a> = '', <a href="../../../../../_variables/null.html">$null</a> = '', <a href="../../../../../_variables/after_field.html">$after_field</a> = '')&nbsp;&nbsp; <a href="../../../../../_functions/_alter_table.html"><small>X-Ref</small></a> </td></tr><tr class="funcinfo-body"><td><b>Alter table query<BR> </b><BR>Generates a platform-specific query so that a table can be altered<BR> Called by add_column(), drop_column(), and column_alter(),<BR> <BR> <b>param:</b> string&nbsp;&nbsp;&nbsp;&nbsp;the ALTER type (ADD, DROP, CHANGE)<br> <b>param:</b> string&nbsp;&nbsp;&nbsp;&nbsp;the column name<br> <b>param:</b> string&nbsp;&nbsp;&nbsp;&nbsp;the table name<br> <b>param:</b> string&nbsp;&nbsp;&nbsp;&nbsp;the column definition<br> <b>param:</b> string&nbsp;&nbsp;&nbsp;&nbsp;the default value<br> <b>param:</b> boolean&nbsp;&nbsp;&nbsp;&nbsp;should 'NOT NULL' be added<br> <b>param:</b> string&nbsp;&nbsp;&nbsp;&nbsp;the field after which we should add the new field<br> <b>return:</b> object<br> </td></tr></table> <br> <table border="0" width="80%" class="funcinfo"><tr class="funcinfo-title"><td> <a name="_rename_table" onClick="logFunction('_rename_table', 'postgre_forge.php.source.html#l279')" href="postgre_forge.php.source.html#l279">_rename_table</a>(<a href="../../../../../_variables/table_name.html">$table_name</a>, <a href="../../../../../_variables/new_table_name.html">$new_table_name</a>)&nbsp;&nbsp; <a href="../../../../../_functions/_rename_table.html"><small>X-Ref</small></a> </td></tr><tr class="funcinfo-body"><td><b>Rename a table<BR> </b><BR>Generates a platform-specific query so that a table can be renamed<BR> <BR> <b>param:</b> string&nbsp;&nbsp;&nbsp;&nbsp;the old table name<br> <b>param:</b> string&nbsp;&nbsp;&nbsp;&nbsp;the new table name<br> <b>return:</b> string<br> </td></tr></table> <br> </div> </div> </div> <!-- A link to the phpxref site in your customized footer file is appreciated ;-) --> <br><hr> <table width="100%"> <tr><td>Generated: Thu Oct 23 18:57:41 2014</td> <td align="right"><i>Cross-referenced by <a href="http://phpxref.sourceforge.net/">PHPXref 0.7.1</a></i></td> </tr> </table> </body></html>
inputx/code-ref-doc
bonfire/bonfire/codeigniter/database/drivers/postgre/postgre_forge.php.html
HTML
apache-2.0
11,499
<!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:02:04 CST 2015 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class play.libs.Codec (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 Class play.libs.Codec (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><a href="../../../play/libs/Codec.html" title="class in play.libs">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?play/libs/class-use/Codec.html" target="_top">Frames</a></li> <li><a href="Codec.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../allclasses-noframe.html">All&nbsp;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 play.libs.Codec" class="title">Uses of Class<br>play.libs.Codec</h2> </div> <div class="classUseContainer">No usage of play.libs.Codec</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="../../../play/libs/Codec.html" title="class in play.libs">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?play/libs/class-use/Codec.html" target="_top">Frames</a></li> <li><a href="Codec.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All&nbsp;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> &amp; <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.3.3/play/libs/class-use/Codec.html
HTML
apache-2.0
4,383
<!-- 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: sparse_vector.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> <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 &#160;<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&amp;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&amp;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&amp;dn=expat.txt MIT */ $(document).ready(function(){initNavTree('sparse__vector_8h.html',''); initResizable(); }); /* @license-end */ </script> <div id="doc-content"> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="header"> <div class="summary"> <a href="#nested-classes">Classes</a> &#124; <a href="#namespaces">Namespaces</a> </div> <div class="headertitle"><div class="title">sparse_vector.h File Reference</div></div> </div><!--header--> <div class="contents"> <p><a href="sparse__vector_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 id="nested-classes" name="nested-classes"></a> Classes</h2></td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1glop_1_1_sparse_vector.html">SparseVector&lt; IndexType, IteratorType &gt;</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1glop_1_1_sparse_vector_entry.html">SparseVectorEntry&lt; IndexType &gt;</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="namespaces" name="namespaces"></a> Namespaces</h2></td></tr> <tr class="memitem:namespaceoperations__research"><td class="memItemLeft" align="right" valign="top">namespace &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceoperations__research.html">operations_research</a></td></tr> <tr class="memdesc:namespaceoperations__research"><td class="mdescLeft">&#160;</td><td class="mdescRight">Collection of objects used to extend the <a class="el" href="classoperations__research_1_1_constraint.html" title="A constraint is the main modeling object.">Constraint</a> <a class="el" href="classoperations__research_1_1_solver.html" title="Solver Class.">Solver</a> library. <br /></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:namespaceoperations__research_1_1glop"><td class="memItemLeft" align="right" valign="top">namespace &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceoperations__research_1_1glop.html">operations_research::glop</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> </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_903a7ff076ee7f01be86992fe717fc82.html">lp_data</a></li><li class="navelem"><a class="el" href="sparse__vector_8h.html">sparse_vector.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/sparse__vector_8h.html
HTML
apache-2.0
6,577
<!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>Uses of Class squidpony.squidmath.OrderedMap (squidlib-util 3.0.0-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class squidpony.squidmath.OrderedMap (squidlib-util 3.0.0-SNAPSHOT)"; } } 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="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">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?squidpony/squidmath/class-use/OrderedMap.html" target="_top">Frames</a></li> <li><a href="OrderedMap.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../allclasses-noframe.html">All&nbsp;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 squidpony.squidmath.OrderedMap" class="title">Uses of Class<br>squidpony.squidmath.OrderedMap</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="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a></span><span class="tabEnd">&nbsp;</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="#squidpony">squidpony</a></td> <td class="colLast"> <div class="block">Utilities that don't fit elsewhere in SquidLib, like text manipulation, some interfaces, and compatibility code.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#squidpony.squidai">squidpony.squidai</a></td> <td class="colLast"> <div class="block">Tools for finding paths, optimizing targets for area-of-effect (AOE) abilities, and evaluating influence on a grid.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#squidpony.squidgrid">squidpony.squidgrid</a></td> <td class="colLast"> <div class="block">Tools for working with data on a grid, including LOS and FOV; overlaps with geometry code in squidpony.squidmath .</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#squidpony.squidgrid.mapping">squidpony.squidgrid.mapping</a></td> <td class="colLast"> <div class="block">Tools specifically for generating maps and placing content in them, usually working with 2D char arrays.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#squidpony.squidgrid.mapping.locks.constraints">squidpony.squidgrid.mapping.locks.constraints</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#squidpony.squidmath">squidpony.squidmath</a></td> <td class="colLast"> <div class="block">A very broad package containing random number generators, geometry tools, and some classes for combinatorics.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="squidpony"> <!-- --> </a> <h3>Uses of <a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a> in <a href="../../../squidpony/package-summary.html">squidpony</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <caption><span>Fields in <a href="../../../squidpony/package-summary.html">squidpony</a> declared as <a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;<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>,<a href="http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</a>&lt;<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>&gt;&gt;</code></td> <td class="colLast"><span class="typeNameLabel">Thesaurus.</span><code><span class="memberNameLink"><a href="../../../squidpony/Thesaurus.html#categories">categories</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;<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>,<a href="../../../squidpony/FakeLanguageGen.html" title="class in squidpony">FakeLanguageGen</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">Thesaurus.</span><code><span class="memberNameLink"><a href="../../../squidpony/Thesaurus.html#languages">languages</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;<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>,<a href="../../../squidpony/squidmath/GapShuffler.html" title="class in squidpony.squidmath">GapShuffler</a>&lt;<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>&gt;&gt;</code></td> <td class="colLast"><span class="typeNameLabel">Thesaurus.</span><code><span class="memberNameLink"><a href="../../../squidpony/Thesaurus.html#mappings">mappings</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;<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>,<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<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>&gt;&gt;</code></td> <td class="colLast"><span class="typeNameLabel">MonsterGen.Chimera.</span><code><span class="memberNameLink"><a href="../../../squidpony/MonsterGen.Chimera.html#parts">parts</a></span></code>&nbsp;</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="../../../squidpony/package-summary.html">squidpony</a> that return <a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>static &lt;K,V&gt;&nbsp;<a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;K,V&gt;</code></td> <td class="colLast"><span class="typeNameLabel">Maker.</span><code><span class="memberNameLink"><a href="../../../squidpony/Maker.html#makeOM--">makeOM</a></span>()</code> <div class="block">Makes an empty OrderedMap (OM); needs key and value types to be specified in order to work.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static &lt;K,V&gt;&nbsp;<a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;K,V&gt;</code></td> <td class="colLast"><span class="typeNameLabel">Maker.</span><code><span class="memberNameLink"><a href="../../../squidpony/Maker.html#makeOM-float-K-V-java.lang.Object...-">makeOM</a></span>(float&nbsp;factor, K&nbsp;k0, V&nbsp;v0, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;rest)</code> <div class="block">Makes an OrderedMap (OM) with the given load factor (which should be between 0.1 and 0.9), key and value types inferred from the types of k0 and v0, and considers all remaining parameters key-value pairs, casting the Objects at positions 0, 2, 4...</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static &lt;K,V&gt;&nbsp;<a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;K,V&gt;</code></td> <td class="colLast"><span class="typeNameLabel">Maker.</span><code><span class="memberNameLink"><a href="../../../squidpony/Maker.html#makeOM-K-V-java.lang.Object...-">makeOM</a></span>(K&nbsp;k0, V&nbsp;v0, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;rest)</code> <div class="block">Makes an OrderedMap (OM) with key and value types inferred from the types of k0 and v0, and considers all parameters key-value pairs, casting the Objects at positions 0, 2, 4...</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="../../../squidpony/package-summary.html">squidpony</a> that return types with arguments of type <a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>static &lt;K,V&gt;&nbsp;<a href="../../../squidpony/StringConvert.html" title="class in squidpony">StringConvert</a>&lt;<a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;K,V&gt;&gt;</code></td> <td class="colLast"><span class="typeNameLabel">Converters.</span><code><span class="memberNameLink"><a href="../../../squidpony/Converters.html#convertOrderedMap-java.lang.CharSequence-java.lang.CharSequence-">convertOrderedMap</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang">CharSequence</a>&nbsp;typeK, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang">CharSequence</a>&nbsp;typeV)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static &lt;K,V&gt;&nbsp;<a href="../../../squidpony/StringConvert.html" title="class in squidpony">StringConvert</a>&lt;<a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;K,V&gt;&gt;</code></td> <td class="colLast"><span class="typeNameLabel">Converters.</span><code><span class="memberNameLink"><a href="../../../squidpony/Converters.html#convertOrderedMap-java.lang.Class-java.lang.Class-">convertOrderedMap</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;K&gt;&nbsp;typeK, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;V&gt;&nbsp;typeV)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static &lt;K,V&gt;&nbsp;<a href="../../../squidpony/StringConvert.html" title="class in squidpony">StringConvert</a>&lt;<a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;K,V&gt;&gt;</code></td> <td class="colLast"><span class="typeNameLabel">Converters.</span><code><span class="memberNameLink"><a href="../../../squidpony/Converters.html#convertOrderedMap-squidpony.StringConvert-squidpony.StringConvert-">convertOrderedMap</a></span>(<a href="../../../squidpony/StringConvert.html" title="class in squidpony">StringConvert</a>&lt;K&gt;&nbsp;convertK, <a href="../../../squidpony/StringConvert.html" title="class in squidpony">StringConvert</a>&lt;V&gt;&nbsp;convertV)</code>&nbsp;</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="../../../squidpony/package-summary.html">squidpony</a> with parameters of type <a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../squidpony/FakeLanguageGen.Modifier.html" title="class in squidpony">FakeLanguageGen.Modifier</a></code></td> <td class="colLast"><span class="typeNameLabel">FakeLanguageGen.Modifier.</span><code><span class="memberNameLink"><a href="../../../squidpony/FakeLanguageGen.Modifier.html#replacementTable-squidpony.squidmath.OrderedMap-">replacementTable</a></span>(<a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;<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>,<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>&gt;&nbsp;map)</code> <div class="block">Creates a Modifier that will replace the nth String key in map with the nth value.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="squidpony.squidai"> <!-- --> </a> <h3>Uses of <a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a> in <a href="../../../squidpony/squidai/package-summary.html">squidpony.squidai</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="../../../squidpony/squidai/package-summary.html">squidpony.squidai</a> that return <a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a></span><span class="tabEnd">&nbsp;</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="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">Technique.</span><code><span class="memberNameLink"><a href="../../../squidpony/squidai/Technique.html#apply-squidpony.squidmath.Coord-squidpony.squidmath.Coord-">apply</a></span>(<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&nbsp;user, <a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&nbsp;aimAt)</code> <div class="block">This does one last validation of the location aimAt (checking that it is within the valid range for this Technique) before getting the area affected by the AOE targeting that cell.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">AreaUtils.</span><code><span class="memberNameLink"><a href="../../../squidpony/squidai/AreaUtils.html#arrayToHashMap-boolean:A:A-">arrayToHashMap</a></span>(boolean[][]&nbsp;map)</code> <div class="block">This takes a 2D boolean array and returns a HashMap of Coord keys to Double values, but will only use the value 1.0, and only for positions in map that have as their boolean element true.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">AreaUtils.</span><code><span class="memberNameLink"><a href="../../../squidpony/squidai/AreaUtils.html#arrayToHashMap-double:A:A-">arrayToHashMap</a></span>(double[][]&nbsp;map)</code> <div class="block">This takes a 2D double array called map and returns a HashMap of Coord keys to Double values, and will have a key for every position in map that is greater than 0.0, with values equal to those in map.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">AreaUtils.</span><code><span class="memberNameLink"><a href="../../../squidpony/squidai/AreaUtils.html#arrayToHashMap-double:A:A-double-">arrayToHashMap</a></span>(double[][]&nbsp;map, double&nbsp;cutoff)</code> <div class="block">This takes a 2D double array and returns a HashMap of Coord keys to Double values, but will only use the value 1.0, and only does this if the passed double[][] has a value at that position that is greater than cutoff.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">AreaUtils.</span><code><span class="memberNameLink"><a href="../../../squidpony/squidai/AreaUtils.html#dijkstraToHashMap-double:A:A-">dijkstraToHashMap</a></span>(double[][]&nbsp;map)</code> <div class="block">This takes a DijkstraMap that has already completed a scan() and returns a HashMap of Coord keys to Double values, and will have a key for every position that was reached in the DijkstraMap, with 1.0 as the only value.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">PointAOE.</span><code><span class="memberNameLink"><a href="../../../squidpony/squidai/PointAOE.html#findArea--">findArea</a></span>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">LineAOE.</span><code><span class="memberNameLink"><a href="../../../squidpony/squidai/LineAOE.html#findArea--">findArea</a></span>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">ConeAOE.</span><code><span class="memberNameLink"><a href="../../../squidpony/squidai/ConeAOE.html#findArea--">findArea</a></span>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">CloudAOE.</span><code><span class="memberNameLink"><a href="../../../squidpony/squidai/CloudAOE.html#findArea--">findArea</a></span>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">BurstAOE.</span><code><span class="memberNameLink"><a href="../../../squidpony/squidai/BurstAOE.html#findArea--">findArea</a></span>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">BlastAOE.</span><code><span class="memberNameLink"><a href="../../../squidpony/squidai/BlastAOE.html#findArea--">findArea</a></span>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">BeamAOE.</span><code><span class="memberNameLink"><a href="../../../squidpony/squidai/BeamAOE.html#findArea--">findArea</a></span>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">AOE.</span><code><span class="memberNameLink"><a href="../../../squidpony/squidai/AOE.html#findArea--">findArea</a></span>()</code> <div class="block">This is how an AOE interacts with anything that uses it.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&gt;</code></td> <td class="colLast"><span class="typeNameLabel">PointAOE.</span><code><span class="memberNameLink"><a href="../../../squidpony/squidai/PointAOE.html#idealLocations-java.util.Collection-java.util.Collection-">idealLocations</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&nbsp;targets, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&nbsp;requiredExclusions)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&gt;</code></td> <td class="colLast"><span class="typeNameLabel">LineAOE.</span><code><span class="memberNameLink"><a href="../../../squidpony/squidai/LineAOE.html#idealLocations-java.util.Collection-java.util.Collection-">idealLocations</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&nbsp;targets, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&nbsp;requiredExclusions)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&gt;</code></td> <td class="colLast"><span class="typeNameLabel">ConeAOE.</span><code><span class="memberNameLink"><a href="../../../squidpony/squidai/ConeAOE.html#idealLocations-java.util.Collection-java.util.Collection-">idealLocations</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&nbsp;targets, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&nbsp;requiredExclusions)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&gt;</code></td> <td class="colLast"><span class="typeNameLabel">CloudAOE.</span><code><span class="memberNameLink"><a href="../../../squidpony/squidai/CloudAOE.html#idealLocations-java.util.Collection-java.util.Collection-">idealLocations</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&nbsp;targets, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&nbsp;requiredExclusions)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&gt;</code></td> <td class="colLast"><span class="typeNameLabel">BurstAOE.</span><code><span class="memberNameLink"><a href="../../../squidpony/squidai/BurstAOE.html#idealLocations-java.util.Collection-java.util.Collection-">idealLocations</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&nbsp;targets, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&nbsp;requiredExclusions)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&gt;</code></td> <td class="colLast"><span class="typeNameLabel">BlastAOE.</span><code><span class="memberNameLink"><a href="../../../squidpony/squidai/BlastAOE.html#idealLocations-java.util.Collection-java.util.Collection-">idealLocations</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&nbsp;targets, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&nbsp;requiredExclusions)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&gt;</code></td> <td class="colLast"><span class="typeNameLabel">BeamAOE.</span><code><span class="memberNameLink"><a href="../../../squidpony/squidai/BeamAOE.html#idealLocations-java.util.Collection-java.util.Collection-">idealLocations</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&nbsp;targets, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&nbsp;requiredExclusions)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&gt;</code></td> <td class="colLast"><span class="typeNameLabel">AOE.</span><code><span class="memberNameLink"><a href="../../../squidpony/squidai/AOE.html#idealLocations-java.util.Collection-java.util.Collection-">idealLocations</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&nbsp;targets, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&nbsp;requiredExclusions)</code> <div class="block">Returns a OrderedMap of Coord keys and ArrayList of Coord values, where each Coord key is an ideal location to hit as many of the Points in targets as possible without hitting any Points in requiredExclusions, and each value is the collection of targets that will be hit if the associated key is used.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&gt;</code></td> <td class="colLast"><span class="typeNameLabel">PointAOE.</span><code><span class="memberNameLink"><a href="../../../squidpony/squidai/PointAOE.html#idealLocations-java.util.Collection-java.util.Collection-java.util.Collection-">idealLocations</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&nbsp;priorityTargets, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&nbsp;lesserTargets, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&nbsp;requiredExclusions)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&gt;</code></td> <td class="colLast"><span class="typeNameLabel">LineAOE.</span><code><span class="memberNameLink"><a href="../../../squidpony/squidai/LineAOE.html#idealLocations-java.util.Collection-java.util.Collection-java.util.Collection-">idealLocations</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&nbsp;priorityTargets, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&nbsp;lesserTargets, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&nbsp;requiredExclusions)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&gt;</code></td> <td class="colLast"><span class="typeNameLabel">ConeAOE.</span><code><span class="memberNameLink"><a href="../../../squidpony/squidai/ConeAOE.html#idealLocations-java.util.Collection-java.util.Collection-java.util.Collection-">idealLocations</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&nbsp;priorityTargets, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&nbsp;lesserTargets, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&nbsp;requiredExclusions)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&gt;</code></td> <td class="colLast"><span class="typeNameLabel">CloudAOE.</span><code><span class="memberNameLink"><a href="../../../squidpony/squidai/CloudAOE.html#idealLocations-java.util.Collection-java.util.Collection-java.util.Collection-">idealLocations</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&nbsp;priorityTargets, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&nbsp;lesserTargets, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&nbsp;requiredExclusions)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&gt;</code></td> <td class="colLast"><span class="typeNameLabel">BurstAOE.</span><code><span class="memberNameLink"><a href="../../../squidpony/squidai/BurstAOE.html#idealLocations-java.util.Collection-java.util.Collection-java.util.Collection-">idealLocations</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&nbsp;priorityTargets, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&nbsp;lesserTargets, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&nbsp;requiredExclusions)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&gt;</code></td> <td class="colLast"><span class="typeNameLabel">BlastAOE.</span><code><span class="memberNameLink"><a href="../../../squidpony/squidai/BlastAOE.html#idealLocations-java.util.Collection-java.util.Collection-java.util.Collection-">idealLocations</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&nbsp;priorityTargets, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&nbsp;lesserTargets, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&nbsp;requiredExclusions)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&gt;</code></td> <td class="colLast"><span class="typeNameLabel">BeamAOE.</span><code><span class="memberNameLink"><a href="../../../squidpony/squidai/BeamAOE.html#idealLocations-java.util.Collection-java.util.Collection-java.util.Collection-">idealLocations</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&nbsp;priorityTargets, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&nbsp;lesserTargets, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&nbsp;requiredExclusions)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&gt;</code></td> <td class="colLast"><span class="typeNameLabel">AOE.</span><code><span class="memberNameLink"><a href="../../../squidpony/squidai/AOE.html#idealLocations-java.util.Collection-java.util.Collection-java.util.Collection-">idealLocations</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&nbsp;priorityTargets, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&nbsp;lesserTargets, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&nbsp;requiredExclusions)</code> <div class="block">A variant of idealLocations that takes two groups of desirable targets, and will rate locations by how many priorityTargets are in the AOE, then by how many lesserTargets are in the AOE, and will only consider locations that do not affect a Coord in requiredExclusions.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&gt;</code></td> <td class="colLast"><span class="typeNameLabel">Technique.</span><code><span class="memberNameLink"><a href="../../../squidpony/squidai/Technique.html#idealLocations-squidpony.squidmath.Coord-java.util.Collection-java.util.Collection-">idealLocations</a></span>(<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&nbsp;user, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&nbsp;targets, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&nbsp;requiredExclusions)</code> <div class="block">Get a mapping of Coord keys representing locations to apply this Technique to, to ArrayList of Coord values representing which targets (by their location) are effected by choosing that Coord.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&gt;</code></td> <td class="colLast"><span class="typeNameLabel">Technique.</span><code><span class="memberNameLink"><a href="../../../squidpony/squidai/Technique.html#idealLocations-squidpony.squidmath.Coord-java.util.Set-java.util.Set-java.util.Set-">idealLocations</a></span>(<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&nbsp;user, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&nbsp;priorityTargets, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&nbsp;lesserTargets, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&nbsp;requiredExclusions)</code> <div class="block">Get a mapping of Coord keys representing locations to apply this Technique to, to ArrayList of Coord values representing which targets (by their location) are effected by choosing that Coord.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="squidpony.squidgrid"> <!-- --> </a> <h3>Uses of <a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a> in <a href="../../../squidpony/squidgrid/package-summary.html">squidpony.squidgrid</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <caption><span>Fields in <a href="../../../squidpony/squidgrid/package-summary.html">squidpony.squidgrid</a> declared as <a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">SoundMap.</span><code><span class="memberNameLink"><a href="../../../squidpony/squidgrid/SoundMap.html#alerted">alerted</a></span></code> <div class="block">The latest results of findAlerted(), with Coord keys representing the positions of creatures that were alerted and Double values representing how loud the sound was when it reached them.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected <a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;<a href="../../../squidpony/squidgrid/SpatialMap.html" title="type parameter in SpatialMap">I</a>,<a href="../../../squidpony/squidgrid/SpatialMap.SpatialTriple.html" title="class in squidpony.squidgrid">SpatialMap.SpatialTriple</a>&lt;<a href="../../../squidpony/squidgrid/SpatialMap.html" title="type parameter in SpatialMap">I</a>,<a href="../../../squidpony/squidgrid/SpatialMap.html" title="type parameter in SpatialMap">E</a>&gt;&gt;</code></td> <td class="colLast"><span class="typeNameLabel">SpatialMap.</span><code><span class="memberNameLink"><a href="../../../squidpony/squidgrid/SpatialMap.html#itemMapping">itemMapping</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected <a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">FOVCache.</span><code><span class="memberNameLink"><a href="../../../squidpony/squidgrid/FOVCache.html#lights">lights</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected <a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>,<a href="../../../squidpony/squidgrid/SpatialMap.SpatialTriple.html" title="class in squidpony.squidgrid">SpatialMap.SpatialTriple</a>&lt;<a href="../../../squidpony/squidgrid/SpatialMap.html" title="type parameter in SpatialMap">I</a>,<a href="../../../squidpony/squidgrid/SpatialMap.html" title="type parameter in SpatialMap">E</a>&gt;&gt;</code></td> <td class="colLast"><span class="typeNameLabel">SpatialMap.</span><code><span class="memberNameLink"><a href="../../../squidpony/squidgrid/SpatialMap.html#positionMapping">positionMapping</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">SoundMap.</span><code><span class="memberNameLink"><a href="../../../squidpony/squidgrid/SoundMap.html#sounds">sounds</a></span></code> <div class="block">Sources of sound on the map; keys are positions, values are how loud the noise is (10.0 should spread 10 cells away, with diminishing values assigned to further positions).</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="../../../squidpony/squidgrid/package-summary.html">squidpony.squidgrid</a> that return <a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a></span><span class="tabEnd">&nbsp;</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="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">SoundMap.</span><code><span class="memberNameLink"><a href="../../../squidpony/squidgrid/SoundMap.html#findAlerted-java.util.Set-java.util.Map-">findAlerted</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&nbsp;creatures, <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>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a>&gt;&nbsp;extraSounds)</code> <div class="block">Scans the dungeon using SoundMap.scan, adding any positions in extraSounds to the group of known sounds before scanning.</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="../../../squidpony/squidgrid/package-summary.html">squidpony.squidgrid</a> with parameters of type <a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&gt;</code></td> <td class="colLast"><span class="typeNameLabel">MultiSpill.</span><code><span class="memberNameLink"><a href="../../../squidpony/squidgrid/MultiSpill.html#start-squidpony.squidmath.OrderedMap-int-java.util.Collection-">start</a></span>(<a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a>&gt;&nbsp;entries, int&nbsp;volume, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&nbsp;impassable)</code> <div class="block">Recalculate the spillMap and return the spreadPattern.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="squidpony.squidgrid.mapping"> <!-- --> </a> <h3>Uses of <a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a> in <a href="../../../squidpony/squidgrid/mapping/package-summary.html">squidpony.squidgrid.mapping</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <caption><span>Fields in <a href="../../../squidpony/squidgrid/mapping/package-summary.html">squidpony.squidgrid.mapping</a> declared as <a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Character.html?is-external=true" title="class or interface in java.lang">Character</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>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">SpillWorldMap.</span><code><span class="memberNameLink"><a href="../../../squidpony/squidgrid/mapping/SpillWorldMap.html#atlas">atlas</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;<a href="../../../squidpony/squidmath/GreasedRegion.html" title="class in squidpony.squidmath">GreasedRegion</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../squidpony/squidmath/GreasedRegion.html" title="class in squidpony.squidmath">GreasedRegion</a>&gt;&gt;</code></td> <td class="colLast"><span class="typeNameLabel">RoomFinder.</span><code><span class="memberNameLink"><a href="../../../squidpony/squidgrid/mapping/RoomFinder.html#caves">caves</a></span></code> <div class="block">Not likely to be used directly, but there may be things you can do with these that are cumbersome using only RoomFinder's simpler API.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;<a href="../../../squidpony/squidmath/GreasedRegion.html" title="class in squidpony.squidmath">GreasedRegion</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../squidpony/squidmath/GreasedRegion.html" title="class in squidpony.squidmath">GreasedRegion</a>&gt;&gt;</code></td> <td class="colLast"><span class="typeNameLabel">RoomFinder.</span><code><span class="memberNameLink"><a href="../../../squidpony/squidgrid/mapping/RoomFinder.html#corridors">corridors</a></span></code> <div class="block">Not likely to be used directly, but there may be things you can do with these that are cumbersome using only RoomFinder's simpler API.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>,<a href="../../../squidpony/squidgrid/mapping/MapModule.html" title="class in squidpony.squidgrid.mapping">MapModule</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">ModularMapGenerator.</span><code><span class="memberNameLink"><a href="../../../squidpony/squidgrid/mapping/ModularMapGenerator.html#displacement">displacement</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</a>&lt;<a href="../../../squidpony/squidgrid/mapping/MapModule.html" title="class in squidpony.squidgrid.mapping">MapModule</a>&gt;&gt;</code></td> <td class="colLast"><span class="typeNameLabel">ModularMapGenerator.</span><code><span class="memberNameLink"><a href="../../../squidpony/squidgrid/mapping/ModularMapGenerator.html#modules">modules</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;<a href="../../../squidpony/squidmath/GreasedRegion.html" title="class in squidpony.squidmath">GreasedRegion</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../squidpony/squidmath/GreasedRegion.html" title="class in squidpony.squidmath">GreasedRegion</a>&gt;&gt;</code></td> <td class="colLast"><span class="typeNameLabel">RoomFinder.</span><code><span class="memberNameLink"><a href="../../../squidpony/squidgrid/mapping/RoomFinder.html#rooms">rooms</a></span></code> <div class="block">Not likely to be used directly, but there may be things you can do with these that are cumbersome using only RoomFinder's simpler API.</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="../../../squidpony/squidgrid/mapping/package-summary.html">squidpony.squidgrid.mapping</a> that return <a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>protected static <a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&gt;</code></td> <td class="colLast"><span class="typeNameLabel">SymmetryDungeonGenerator.</span><code><span class="memberNameLink"><a href="../../../squidpony/squidgrid/mapping/SymmetryDungeonGenerator.html#crossConnect-int-int-java.util.Map-">crossConnect</a></span>(int&nbsp;width, int&nbsp;height, <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>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&gt;&nbsp;connections)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected static <a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&gt;</code></td> <td class="colLast"><span class="typeNameLabel">SymmetryDungeonGenerator.</span><code><span class="memberNameLink"><a href="../../../squidpony/squidgrid/mapping/SymmetryDungeonGenerator.html#listToMap-java.util.List-">listToMap</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&nbsp;sequence)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&gt;</code></td> <td class="colLast"><span class="typeNameLabel">SymmetryDungeonGenerator.</span><code><span class="memberNameLink"><a href="../../../squidpony/squidgrid/mapping/SymmetryDungeonGenerator.html#removeSomeOverlap-int-int-java.util.List-">removeSomeOverlap</a></span>(int&nbsp;width, int&nbsp;height, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&nbsp;sequence)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&gt;</code></td> <td class="colLast"><span class="typeNameLabel">SymmetryDungeonGenerator.</span><code><span class="memberNameLink"><a href="../../../squidpony/squidgrid/mapping/SymmetryDungeonGenerator.html#removeSomeOverlap-int-int-java.util.Map-">removeSomeOverlap</a></span>(int&nbsp;width, int&nbsp;height, <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>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&gt;&nbsp;connections)</code>&nbsp;</td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <caption><span>Constructors in <a href="../../../squidpony/squidgrid/mapping/package-summary.html">squidpony.squidgrid.mapping</a> with parameters of type <a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colLast"><code><span class="memberNameLink"><a href="../../../squidpony/squidgrid/mapping/SymmetryDungeonGenerator.html#SymmetryDungeonGenerator-int-int-squidpony.squidmath.RNG-squidpony.squidmath.OrderedMap-">SymmetryDungeonGenerator</a></span>(int&nbsp;width, int&nbsp;height, <a href="../../../squidpony/squidmath/RNG.html" title="class in squidpony.squidmath">RNG</a>&nbsp;rng, <a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&gt;&nbsp;connections)</code> <div class="block">This prepares a map generator that will generate a map with the given width and height, using the given RNG.</div> </td> </tr> <tr class="rowColor"> <td class="colLast"><code><span class="memberNameLink"><a href="../../../squidpony/squidgrid/mapping/SymmetryDungeonGenerator.html#SymmetryDungeonGenerator-int-int-squidpony.squidmath.RNG-squidpony.squidmath.OrderedMap-float-">SymmetryDungeonGenerator</a></span>(int&nbsp;width, int&nbsp;height, <a href="../../../squidpony/squidmath/RNG.html" title="class in squidpony.squidmath">RNG</a>&nbsp;rng, <a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>&gt;&gt;&nbsp;connections, float&nbsp;roomSizeMultiplier)</code> <div class="block">This prepares a map generator that will generate a map with the given width and height, using the given RNG.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="squidpony.squidgrid.mapping.locks.constraints"> <!-- --> </a> <h3>Uses of <a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a> in <a href="../../../squidpony/squidgrid/mapping/locks/constraints/package-summary.html">squidpony.squidgrid.mapping.locks.constraints</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <caption><span>Fields in <a href="../../../squidpony/squidgrid/mapping/locks/constraints/package-summary.html">squidpony.squidgrid.mapping.locks.constraints</a> declared as <a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>protected <a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>,<a href="../../../squidpony/squidgrid/mapping/locks/constraints/FreeformConstraints.Group.html" title="class in squidpony.squidgrid.mapping.locks.constraints">FreeformConstraints.Group</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">FreeformConstraints.</span><code><span class="memberNameLink"><a href="../../../squidpony/squidgrid/mapping/locks/constraints/FreeformConstraints.html#groups">groups</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected <a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;<a href="../../../squidpony/squidmath/Coord.html" title="class in squidpony.squidmath">Coord</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">ColorMap.</span><code><span class="memberNameLink"><a href="../../../squidpony/squidgrid/mapping/locks/constraints/ColorMap.html#map">map</a></span></code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="squidpony.squidmath"> <!-- --> </a> <h3>Uses of <a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a> in <a href="../../../squidpony/squidmath/package-summary.html">squidpony.squidmath</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="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a> in <a href="../../../squidpony/squidmath/package-summary.html">squidpony.squidmath</a></span><span class="tabEnd">&nbsp;</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&nbsp;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../squidpony/squidmath/RegionMap.html" title="class in squidpony.squidmath">RegionMap</a>&lt;V&gt;</span></code> <div class="block">A small extension of OrderedMap that specifically handles <code>short[]</code> regions as produced by <a href="../../../squidpony/squidmath/CoordPacker.html" title="class in squidpony.squidmath"><code>CoordPacker</code></a>.</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="../../../squidpony/squidmath/package-summary.html">squidpony.squidmath</a> that return <a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a></span><span class="tabEnd">&nbsp;</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="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;<a href="../../../squidpony/squidmath/OrderedMap.html" title="type parameter in OrderedMap">K</a>,<a href="../../../squidpony/squidmath/OrderedMap.html" title="type parameter in OrderedMap">V</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">OrderedMap.</span><code><span class="memberNameLink"><a href="../../../squidpony/squidmath/OrderedMap.html#clone--">clone</a></span>()</code> <div class="block">Returns a deep copy of this map.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;<a href="../../../squidpony/squidmath/OrderedMap.html" title="type parameter in OrderedMap">K</a>,<a href="../../../squidpony/squidmath/OrderedMap.html" title="type parameter in OrderedMap">V</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">OrderedMap.</span><code><span class="memberNameLink"><a href="../../../squidpony/squidmath/OrderedMap.html#reorder-int...-">reorder</a></span>(int...&nbsp;ordering)</code> <div class="block">Given an array or varargs of replacement indices for this OrderedMap's iteration order, reorders this so the first item in the returned version is the same as <code>getAt(ordering[0])</code> (with some care taken for negative or too-large indices), the second item in the returned version is the same as <code>getAt(ordering[1])</code>, etc.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a>&lt;<a href="../../../squidpony/squidmath/OrderedMap.html" title="type parameter in OrderedMap">K</a>,<a href="../../../squidpony/squidmath/OrderedMap.html" title="type parameter in OrderedMap">V</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">OrderedMap.</span><code><span class="memberNameLink"><a href="../../../squidpony/squidmath/OrderedMap.html#shuffle-squidpony.squidmath.RNG-">shuffle</a></span>(<a href="../../../squidpony/squidmath/RNG.html" title="class in squidpony.squidmath">RNG</a>&nbsp;rng)</code> <div class="block">Randomly alters the iteration order for this OrderedMap using the given RNG to shuffle.</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="../../../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">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?squidpony/squidmath/class-use/OrderedMap.html" target="_top">Frames</a></li> <li><a href="OrderedMap.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All&nbsp;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 &#169; 2012&#x2013;2017. All rights reserved.</small></p> </body> </html>
BenMcLean/SquidLib
docs/squidlib-util/squidpony/squidmath/class-use/OrderedMap.html
HTML
apache-2.0
86,140
<!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 Wed Oct 08 15:57:24 PDT 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class org.apache.hadoop.hbase.security.visibility.VisibilityController (HBase 0.98.7-hadoop2 API)</title> <meta name="date" content="2014-10-08"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.hadoop.hbase.security.visibility.VisibilityController (HBase 0.98.7-hadoop2 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../org/apache/hadoop/hbase/security/visibility/VisibilityController.html" title="class in org.apache.hadoop.hbase.security.visibility">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/apache/hadoop/hbase/security/visibility/class-use/VisibilityController.html" target="_top">Frames</a></li> <li><a href="VisibilityController.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.hadoop.hbase.security.visibility.VisibilityController" class="title">Uses of Class<br>org.apache.hadoop.hbase.security.visibility.VisibilityController</h2> </div> <div class="classUseContainer">No usage of org.apache.hadoop.hbase.security.visibility.VisibilityController</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../org/apache/hadoop/hbase/security/visibility/VisibilityController.html" title="class in org.apache.hadoop.hbase.security.visibility">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/apache/hadoop/hbase/security/visibility/class-use/VisibilityController.html" target="_top">Frames</a></li> <li><a href="VisibilityController.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 &#169; 2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html>
gsoundar/mambo-ec2-deploy
packages/hbase-0.98.7-hadoop2/docs/devapidocs/org/apache/hadoop/hbase/security/visibility/class-use/VisibilityController.html
HTML
apache-2.0
4,794
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <title>PackagePartCollection (POI 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="PackagePartCollection (POI 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/PackagePartCollection.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/poi/openxml4j/opc/PackagePart.html" title="class in org.apache.poi.openxml4j.opc"><span class="strong">PREV CLASS</span></a></li> <li><a href="../../../../../org/apache/poi/openxml4j/opc/PackagePartName.html" title="class in org.apache.poi.openxml4j.opc"><span class="strong">NEXT CLASS</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/poi/openxml4j/opc/PackagePartCollection.html" target="_top">FRAMES</a></li> <li><a href="PackagePartCollection.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:&nbsp;</li> <li><a href="#nested_classes_inherited_from_class_java.util.AbstractMap">NESTED</a>&nbsp;|&nbsp;</li> <li>FIELD&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">CONSTR</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">METHOD</a></li> </ul> <ul class="subNavList"> <li>DETAIL:&nbsp;</li> <li>FIELD&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">CONSTR</a>&nbsp;|&nbsp;</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"> <p class="subTitle">org.apache.poi.openxml4j.opc</p> <h2 title="Class PackagePartCollection" class="title">Class PackagePartCollection</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>java.util.AbstractMap&lt;K,V&gt;</li> <li> <ul class="inheritance"> <li>java.util.TreeMap&lt;<a href="../../../../../org/apache/poi/openxml4j/opc/PackagePartName.html" title="class in org.apache.poi.openxml4j.opc">PackagePartName</a>,<a href="../../../../../org/apache/poi/openxml4j/opc/PackagePart.html" title="class in org.apache.poi.openxml4j.opc">PackagePart</a>&gt;</li> <li> <ul class="inheritance"> <li>org.apache.poi.openxml4j.opc.PackagePartCollection</li> </ul> </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.Cloneable, java.util.Map&lt;<a href="../../../../../org/apache/poi/openxml4j/opc/PackagePartName.html" title="class in org.apache.poi.openxml4j.opc">PackagePartName</a>,<a href="../../../../../org/apache/poi/openxml4j/opc/PackagePart.html" title="class in org.apache.poi.openxml4j.opc">PackagePart</a>&gt;, java.util.NavigableMap&lt;<a href="../../../../../org/apache/poi/openxml4j/opc/PackagePartName.html" title="class in org.apache.poi.openxml4j.opc">PackagePartName</a>,<a href="../../../../../org/apache/poi/openxml4j/opc/PackagePart.html" title="class in org.apache.poi.openxml4j.opc">PackagePart</a>&gt;, java.util.SortedMap&lt;<a href="../../../../../org/apache/poi/openxml4j/opc/PackagePartName.html" title="class in org.apache.poi.openxml4j.opc">PackagePartName</a>,<a href="../../../../../org/apache/poi/openxml4j/opc/PackagePart.html" title="class in org.apache.poi.openxml4j.opc">PackagePart</a>&gt;</dd> </dl> <hr> <br> <pre>public final class <strong>PackagePartCollection</strong> extends java.util.TreeMap&lt;<a href="../../../../../org/apache/poi/openxml4j/opc/PackagePartName.html" title="class in org.apache.poi.openxml4j.opc">PackagePartName</a>,<a href="../../../../../org/apache/poi/openxml4j/opc/PackagePart.html" title="class in org.apache.poi.openxml4j.opc">PackagePart</a>&gt;</pre> <div class="block">A package part collection.</div> <dl><dt><span class="strong">Version:</span></dt> <dd>0.1</dd> <dt><span class="strong">Author:</span></dt> <dd>Julien Chable</dd> <dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../serialized-form.html#org.apache.poi.openxml4j.opc.PackagePartCollection">Serialized Form</a></dd></dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== NESTED CLASS SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="nested_class_summary"> <!-- --> </a> <h3>Nested Class Summary</h3> <ul class="blockList"> <li class="blockList"><a name="nested_classes_inherited_from_class_java.util.AbstractMap"> <!-- --> </a> <h3>Nested classes/interfaces inherited from class&nbsp;java.util.AbstractMap</h3> <code>java.util.AbstractMap.SimpleEntry&lt;K,V&gt;, java.util.AbstractMap.SimpleImmutableEntry&lt;K,V&gt;</code></li> </ul> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../../org/apache/poi/openxml4j/opc/PackagePartCollection.html#PackagePartCollection()">PackagePartCollection</a></strong>()</code>&nbsp;</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">&nbsp;</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.Object</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/openxml4j/opc/PackagePartCollection.html#clone()">clone</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/poi/openxml4j/opc/PackagePart.html" title="class in org.apache.poi.openxml4j.opc">PackagePart</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/openxml4j/opc/PackagePartCollection.html#put(org.apache.poi.openxml4j.opc.PackagePartName, org.apache.poi.openxml4j.opc.PackagePart)">put</a></strong>(<a href="../../../../../org/apache/poi/openxml4j/opc/PackagePartName.html" title="class in org.apache.poi.openxml4j.opc">PackagePartName</a>&nbsp;partName, <a href="../../../../../org/apache/poi/openxml4j/opc/PackagePart.html" title="class in org.apache.poi.openxml4j.opc">PackagePart</a>&nbsp;part)</code> <div class="block">Check rule [M1.11]: a package implementer shall neither create nor recognize a part with a part name derived from another part name by appending segments to it.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/poi/openxml4j/opc/PackagePart.html" title="class in org.apache.poi.openxml4j.opc">PackagePart</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/openxml4j/opc/PackagePartCollection.html#remove(java.lang.Object)">remove</a></strong>(java.lang.Object&nbsp;key)</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.util.TreeMap"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.util.TreeMap</h3> <code>ceilingEntry, ceilingKey, clear, comparator, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, get, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, putAll, size, subMap, subMap, tailMap, tailMap, values</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.util.AbstractMap"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.util.AbstractMap</h3> <code>equals, hashCode, isEmpty, toString</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>finalize, getClass, notify, notifyAll, wait, wait, wait</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.util.Map"> <!-- --> </a> <h3>Methods inherited from interface&nbsp;java.util.Map</h3> <code>equals, hashCode, isEmpty</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="PackagePartCollection()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>PackagePartCollection</h4> <pre>public&nbsp;PackagePartCollection()</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="clone()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clone</h4> <pre>public&nbsp;java.lang.Object&nbsp;clone()</pre> <dl> <dt><strong>Overrides:</strong></dt> <dd><code>clone</code>&nbsp;in class&nbsp;<code>java.util.TreeMap&lt;<a href="../../../../../org/apache/poi/openxml4j/opc/PackagePartName.html" title="class in org.apache.poi.openxml4j.opc">PackagePartName</a>,<a href="../../../../../org/apache/poi/openxml4j/opc/PackagePart.html" title="class in org.apache.poi.openxml4j.opc">PackagePart</a>&gt;</code></dd> </dl> </li> </ul> <a name="put(org.apache.poi.openxml4j.opc.PackagePartName, org.apache.poi.openxml4j.opc.PackagePart)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>put</h4> <pre>public&nbsp;<a href="../../../../../org/apache/poi/openxml4j/opc/PackagePart.html" title="class in org.apache.poi.openxml4j.opc">PackagePart</a>&nbsp;put(<a href="../../../../../org/apache/poi/openxml4j/opc/PackagePartName.html" title="class in org.apache.poi.openxml4j.opc">PackagePartName</a>&nbsp;partName, <a href="../../../../../org/apache/poi/openxml4j/opc/PackagePart.html" title="class in org.apache.poi.openxml4j.opc">PackagePart</a>&nbsp;part)</pre> <div class="block">Check rule [M1.11]: a package implementer shall neither create nor recognize a part with a part name derived from another part name by appending segments to it.</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code>put</code>&nbsp;in interface&nbsp;<code>java.util.Map&lt;<a href="../../../../../org/apache/poi/openxml4j/opc/PackagePartName.html" title="class in org.apache.poi.openxml4j.opc">PackagePartName</a>,<a href="../../../../../org/apache/poi/openxml4j/opc/PackagePart.html" title="class in org.apache.poi.openxml4j.opc">PackagePart</a>&gt;</code></dd> <dt><strong>Overrides:</strong></dt> <dd><code>put</code>&nbsp;in class&nbsp;<code>java.util.TreeMap&lt;<a href="../../../../../org/apache/poi/openxml4j/opc/PackagePartName.html" title="class in org.apache.poi.openxml4j.opc">PackagePartName</a>,<a href="../../../../../org/apache/poi/openxml4j/opc/PackagePart.html" title="class in org.apache.poi.openxml4j.opc">PackagePart</a>&gt;</code></dd> <dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../../../../org/apache/poi/openxml4j/exceptions/InvalidOperationException.html" title="class in org.apache.poi.openxml4j.exceptions">InvalidOperationException</a></code> - Throws if you try to add a part with a name derived from another part name.</dd></dl> </li> </ul> <a name="remove(java.lang.Object)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>remove</h4> <pre>public&nbsp;<a href="../../../../../org/apache/poi/openxml4j/opc/PackagePart.html" title="class in org.apache.poi.openxml4j.opc">PackagePart</a>&nbsp;remove(java.lang.Object&nbsp;key)</pre> <dl> <dt><strong>Specified by:</strong></dt> <dd><code>remove</code>&nbsp;in interface&nbsp;<code>java.util.Map&lt;<a href="../../../../../org/apache/poi/openxml4j/opc/PackagePartName.html" title="class in org.apache.poi.openxml4j.opc">PackagePartName</a>,<a href="../../../../../org/apache/poi/openxml4j/opc/PackagePart.html" title="class in org.apache.poi.openxml4j.opc">PackagePart</a>&gt;</code></dd> <dt><strong>Overrides:</strong></dt> <dd><code>remove</code>&nbsp;in class&nbsp;<code>java.util.TreeMap&lt;<a href="../../../../../org/apache/poi/openxml4j/opc/PackagePartName.html" title="class in org.apache.poi.openxml4j.opc">PackagePartName</a>,<a href="../../../../../org/apache/poi/openxml4j/opc/PackagePart.html" title="class in org.apache.poi.openxml4j.opc">PackagePart</a>&gt;</code></dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/PackagePartCollection.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/poi/openxml4j/opc/PackagePart.html" title="class in org.apache.poi.openxml4j.opc"><span class="strong">PREV CLASS</span></a></li> <li><a href="../../../../../org/apache/poi/openxml4j/opc/PackagePartName.html" title="class in org.apache.poi.openxml4j.opc"><span class="strong">NEXT CLASS</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/poi/openxml4j/opc/PackagePartCollection.html" target="_top">FRAMES</a></li> <li><a href="PackagePartCollection.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:&nbsp;</li> <li><a href="#nested_classes_inherited_from_class_java.util.AbstractMap">NESTED</a>&nbsp;|&nbsp;</li> <li>FIELD&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">CONSTR</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">METHOD</a></li> </ul> <ul class="subNavList"> <li>DETAIL:&nbsp;</li> <li>FIELD&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">CONSTR</a>&nbsp;|&nbsp;</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> <i>Copyright 2016 The Apache Software Foundation or its licensors, as applicable.</i> </small></p> </body> </html>
Aarhus-BSS/Aarhus-Research-Rebuilt
lib/poi-3.16-beta1/docs/apidocs/org/apache/poi/openxml4j/opc/PackagePartCollection.html
HTML
apache-2.0
17,193
<!-- 登录页面 --> <div class="container"><br/> <div class="body-bg"></div> <div class="login"> <div class="login-screen"> <div class="login-icon"> <img src="res/img/icon.png" title="Welcome to iBase4J" /> <h4> Welcome to <small>&nbsp;&nbsp;&nbsp;iBase4J</small> </h4> </div> <form class="login-form" ng-submit="login()"> <div class="form-group"> <input type="text" class="form-control login-field" ng-model="user.account" name="account" placeholder="Enter your account" ng-maxlength="20" autofocus="autofocus" required /> <label class="login-field-icon fui-user" for="account"></label> </div> <div class="form-group"> <input type="password" class="form-control login-field" ng-model="user.password" name="password" placeholder="Password" ng-maxlength="20" required /> <label class="login-field-icon fui-lock" for="password"></label> </div> <button class="btn btn-primary btn-lg btn-block" id="btn-login" type="submit">Log in</button> <a class="login-link" href="#">Lost your password?</a> <div class="has-error center"><label class="control-label">{{msg}}</label></div> </form> </div> </div> </div> <footer class="footer" data-ng-include=" 'src/tpl/footer.html' "></footer>
iBase4J/iBase4J
iBase4J-UI/iBase4J-UI-AngularJS/src/src/app/sys/login/login.html
HTML
apache-2.0
1,304
<!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: testwarningwhenreported()</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:15:14 2014 --> <!-- PHPXref (c) 2000-2010 Gareth Watts - [email protected] --> <!-- http://phpxref.sourceforge.net/ --> <script src="../phpxref.js" type="text/javascript"></script> <script language="JavaScript" type="text/javascript"> <!-- ext='.html'; relbase='../'; subdir='_functions'; filename='index.html'; cookiekey='phpxref'; handleNavFrame(relbase, subdir, filename); logFunction('testwarningwhenreported'); // --> </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#testwarningwhenreported">testwarningwhenreported()</a></h2> <b>Defined at:</b><ul> <li><a href="../tests/simpletest/test/errors_test.php.html#testwarningwhenreported">/tests/simpletest/test/errors_test.php</a> -> <a onClick="logFunction('testwarningwhenreported', '/tests/simpletest/test/errors_test.php.source.html#l109')" href="../tests/simpletest/test/errors_test.php.source.html#l109"> line 109</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:15:14 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
rebbit/_functions/testwarningwhenreported.html
HTML
apache-2.0
4,789
<!DOCTYPE html> <!-- Copyright 2012 Mozilla Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Adobe CMap resources are covered by their own copyright but the same license: Copyright 1990-2015 Adobe Systems Incorporated. See https://github.com/adobe-type-tools/cmap-resources --> <html dir="ltr" mozdisallowselectionprint moznomarginboxes> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <!--#if GENERIC || CHROME--> <meta name="google" content="notranslate"> <!--#endif--> <!--#if GENERIC--> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!--#endif--> <title>PDF.js viewer</title> <!--#if FIREFOX || MOZCENTRAL--> <!--#include viewer-snippet-firefox-extension.html--> <!--#endif--> <!--#if CHROME--> <!--#include viewer-snippet-chrome-extension.html--> <!--#endif--> <link rel="stylesheet" href="viewer.css"> <!--#if !PRODUCTION--> <link rel="resource" type="application/l10n" href="locale/locale.properties"> <!--#endif--> <!--#if !PRODUCTION--> <script src="../src/shared/compatibility.js"></script> <!--#endif--> <!--#if !PRODUCTION--> <script src="../external/webL10n/l10n.js"></script> <!--#endif--> <!--#if !PRODUCTION--> <script src="../node_modules/systemjs/dist/system.js"></script> <script src="../systemjs.config.js"></script> <!--#endif--> <!--#if (GENERIC && !MINIFIED) --> <!--#include viewer-snippet.html--> <!--#endif--> <!--#if !MINIFIED --> <script src="viewer.js"></script> <!--#else--> <!--#include viewer-snippet-minified.html--> <!--#endif--> </head> <body tabindex="1" class="loadingInProgress"> <div id="outerContainer"> <div id="sidebarContainer"> <div id="toolbarSidebar"> <div class="splitToolbarButton toggled"> <button id="viewThumbnail" class="toolbarButton toggled" title="Show Thumbnails" tabindex="2" data-l10n-id="thumbs"> <span data-l10n-id="thumbs_label">Thumbnails</span> </button> <button id="viewOutline" class="toolbarButton" title="Show Document Outline (double-click to expand/collapse all items)" tabindex="3" data-l10n-id="document_outline"> <span data-l10n-id="document_outline_label">Document Outline</span> </button> <button id="viewAttachments" class="toolbarButton" title="Show Attachments" tabindex="4" data-l10n-id="attachments"> <span data-l10n-id="attachments_label">Attachments</span> </button> </div> </div> <div id="sidebarContent"> <div id="thumbnailView"> </div> <div id="outlineView" class="hidden"> </div> <div id="attachmentsView" class="hidden"> </div> </div> </div> <!-- sidebarContainer --> <div id="mainContainer"> <div class="findbar hidden doorHanger" id="findbar"> <div id="findbarInputContainer"> <input id="findInput" class="toolbarField" title="Find" placeholder="Find in document…" tabindex="91" data-l10n-id="find_input"> <div class="splitToolbarButton"> <button id="findPrevious" class="toolbarButton findPrevious" title="Find the previous occurrence of the phrase" tabindex="92" data-l10n-id="find_previous"> <span data-l10n-id="find_previous_label">Previous</span> </button> <div class="splitToolbarButtonSeparator"></div> <button id="findNext" class="toolbarButton findNext" title="Find the next occurrence of the phrase" tabindex="93" data-l10n-id="find_next"> <span data-l10n-id="find_next_label">Next</span> </button> </div> </div> <div id="findbarOptionsContainer"> <input type="checkbox" id="findHighlightAll" class="toolbarField" tabindex="94"> <label for="findHighlightAll" class="toolbarLabel" data-l10n-id="find_highlight">Highlight all</label> <input type="checkbox" id="findMatchCase" class="toolbarField" tabindex="95"> <label for="findMatchCase" class="toolbarLabel" data-l10n-id="find_match_case_label">Match case</label> <span id="findResultsCount" class="toolbarLabel hidden"></span> </div> <div id="findbarMessageContainer"> <span id="findMsg" class="toolbarLabel"></span> </div> </div> <!-- findbar --> <div id="secondaryToolbar" class="secondaryToolbar hidden doorHangerRight"> <div id="secondaryToolbarButtonContainer"> <button id="secondaryPresentationMode" class="secondaryToolbarButton presentationMode visibleLargeView" title="Switch to Presentation Mode" tabindex="51" data-l10n-id="presentation_mode"> <span data-l10n-id="presentation_mode_label">Presentation Mode</span> </button> <button id="secondaryOpenFile" class="secondaryToolbarButton openFile visibleLargeView" title="Open File" tabindex="52" data-l10n-id="open_file"> <span data-l10n-id="open_file_label">Open</span> </button> <button id="secondaryPrint" class="secondaryToolbarButton print visibleMediumView" title="Print" tabindex="53" data-l10n-id="print"> <span data-l10n-id="print_label">Print</span> </button> <button id="secondaryDownload" class="secondaryToolbarButton download visibleMediumView" title="Download" tabindex="54" data-l10n-id="download"> <span data-l10n-id="download_label">Download</span> </button> <a href="#" id="secondaryViewBookmark" class="secondaryToolbarButton bookmark visibleSmallView" title="Current view (copy or open in new window)" tabindex="55" data-l10n-id="bookmark"> <span data-l10n-id="bookmark_label">Current View</span> </a> <div class="horizontalToolbarSeparator visibleLargeView"></div> <button id="firstPage" class="secondaryToolbarButton firstPage" title="Go to First Page" tabindex="56" data-l10n-id="first_page"> <span data-l10n-id="first_page_label">Go to First Page</span> </button> <button id="lastPage" class="secondaryToolbarButton lastPage" title="Go to Last Page" tabindex="57" data-l10n-id="last_page"> <span data-l10n-id="last_page_label">Go to Last Page</span> </button> <div class="horizontalToolbarSeparator"></div> <button id="pageRotateCw" class="secondaryToolbarButton rotateCw" title="Rotate Clockwise" tabindex="58" data-l10n-id="page_rotate_cw"> <span data-l10n-id="page_rotate_cw_label">Rotate Clockwise</span> </button> <button id="pageRotateCcw" class="secondaryToolbarButton rotateCcw" title="Rotate Counterclockwise" tabindex="59" data-l10n-id="page_rotate_ccw"> <span data-l10n-id="page_rotate_ccw_label">Rotate Counterclockwise</span> </button> <div class="horizontalToolbarSeparator"></div> <button id="toggleHandTool" class="secondaryToolbarButton handTool" title="Enable hand tool" tabindex="60" data-l10n-id="hand_tool_enable"> <span data-l10n-id="hand_tool_enable_label">Enable hand tool</span> </button> <div class="horizontalToolbarSeparator"></div> <button id="documentProperties" class="secondaryToolbarButton documentProperties" title="Document Properties…" tabindex="61" data-l10n-id="document_properties"> <span data-l10n-id="document_properties_label">Document Properties…</span> </button> </div> </div> <!-- secondaryToolbar --> <div class="toolbar"> <div id="toolbarContainer"> <div id="toolbarViewer"> <div id="toolbarViewerLeft"> <button id="sidebarToggle" class="toolbarButton" title="Toggle Sidebar" tabindex="11" data-l10n-id="toggle_sidebar"> <span data-l10n-id="toggle_sidebar_label">Toggle Sidebar</span> </button> <div class="toolbarButtonSpacer"></div> <button id="viewFind" class="toolbarButton" title="Find in Document" tabindex="12" data-l10n-id="findbar"> <span data-l10n-id="findbar_label">Find</span> </button> <div class="splitToolbarButton hiddenSmallView"> <button class="toolbarButton pageUp" title="Previous Page" id="previous" tabindex="13" data-l10n-id="previous"> <span data-l10n-id="previous_label">Previous</span> </button> <div class="splitToolbarButtonSeparator"></div> <button class="toolbarButton pageDown" title="Next Page" id="next" tabindex="14" data-l10n-id="next"> <span data-l10n-id="next_label">Next</span> </button> </div> <input type="number" id="pageNumber" class="toolbarField pageNumber" title="Page" value="1" size="4" min="1" tabindex="15" data-l10n-id="page"> <span id="numPages" class="toolbarLabel"></span> </div> <div id="toolbarViewerRight"> <button id="presentationMode" class="toolbarButton presentationMode hiddenLargeView" title="Switch to Presentation Mode" tabindex="31" data-l10n-id="presentation_mode"> <span data-l10n-id="presentation_mode_label">Presentation Mode</span> </button> <button id="openFile" class="toolbarButton openFile hiddenLargeView" title="Open File" tabindex="32" data-l10n-id="open_file"> <span data-l10n-id="open_file_label">Open</span> </button> <button id="print" class="toolbarButton print hiddenMediumView" title="Print" tabindex="33" data-l10n-id="print"> <span data-l10n-id="print_label">Print</span> </button> <button id="download" class="toolbarButton download hiddenMediumView" title="Download" tabindex="34" data-l10n-id="download"> <span data-l10n-id="download_label">Download</span> </button> <a href="#" id="viewBookmark" class="toolbarButton bookmark hiddenSmallView" title="Current view (copy or open in new window)" tabindex="35" data-l10n-id="bookmark"> <span data-l10n-id="bookmark_label">Current View</span> </a> <div class="verticalToolbarSeparator hiddenSmallView"></div> <button id="secondaryToolbarToggle" class="toolbarButton" title="Tools" tabindex="36" data-l10n-id="tools"> <span data-l10n-id="tools_label">Tools</span> </button> </div> <div id="toolbarViewerMiddle"> <div class="splitToolbarButton"> <button id="zoomOut" class="toolbarButton zoomOut" title="Zoom Out" tabindex="21" data-l10n-id="zoom_out"> <span data-l10n-id="zoom_out_label">Zoom Out</span> </button> <div class="splitToolbarButtonSeparator"></div> <button id="zoomIn" class="toolbarButton zoomIn" title="Zoom In" tabindex="22" data-l10n-id="zoom_in"> <span data-l10n-id="zoom_in_label">Zoom In</span> </button> </div> <span id="scaleSelectContainer" class="dropdownToolbarButton"> <select id="scaleSelect" title="Zoom" tabindex="23" data-l10n-id="zoom"> <option id="pageAutoOption" title="" value="auto" selected="selected" data-l10n-id="page_scale_auto">Automatic Zoom</option> <option id="pageActualOption" title="" value="page-actual" data-l10n-id="page_scale_actual">Actual Size</option> <option id="pageFitOption" title="" value="page-fit" data-l10n-id="page_scale_fit">Fit Page</option> <option id="pageWidthOption" title="" value="page-width" data-l10n-id="page_scale_width">Full Width</option> <option id="customScaleOption" title="" value="custom" disabled="disabled" hidden="true"></option> <option title="" value="0.5" data-l10n-id="page_scale_percent" data-l10n-args='{ "scale": 50 }'>50%</option> <option title="" value="0.75" data-l10n-id="page_scale_percent" data-l10n-args='{ "scale": 75 }'>75%</option> <option title="" value="1" data-l10n-id="page_scale_percent" data-l10n-args='{ "scale": 100 }'>100%</option> <option title="" value="1.25" data-l10n-id="page_scale_percent" data-l10n-args='{ "scale": 125 }'>125%</option> <option title="" value="1.5" data-l10n-id="page_scale_percent" data-l10n-args='{ "scale": 150 }'>150%</option> <option title="" value="2" data-l10n-id="page_scale_percent" data-l10n-args='{ "scale": 200 }'>200%</option> <option title="" value="3" data-l10n-id="page_scale_percent" data-l10n-args='{ "scale": 300 }'>300%</option> <option title="" value="4" data-l10n-id="page_scale_percent" data-l10n-args='{ "scale": 400 }'>400%</option> </select> </span> </div> </div> <div id="loadingBar"> <div class="progress"> <div class="glimmer"> </div> </div> </div> </div> </div> <menu type="context" id="viewerContextMenu"> <menuitem id="contextFirstPage" label="First Page" data-l10n-id="first_page"></menuitem> <menuitem id="contextLastPage" label="Last Page" data-l10n-id="last_page"></menuitem> <menuitem id="contextPageRotateCw" label="Rotate Clockwise" data-l10n-id="page_rotate_cw"></menuitem> <menuitem id="contextPageRotateCcw" label="Rotate Counter-Clockwise" data-l10n-id="page_rotate_ccw"></menuitem> </menu> <div id="viewerContainer" tabindex="0"> <div id="viewer" class="pdfViewer"></div> </div> <div id="errorWrapper" hidden='true'> <div id="errorMessageLeft"> <span id="errorMessage"></span> <button id="errorShowMore" data-l10n-id="error_more_info"> More Information </button> <button id="errorShowLess" data-l10n-id="error_less_info" hidden='true'> Less Information </button> </div> <div id="errorMessageRight"> <button id="errorClose" data-l10n-id="error_close"> Close </button> </div> <div class="clearBoth"></div> <textarea id="errorMoreInfo" hidden='true' readonly="readonly"></textarea> </div> </div> <!-- mainContainer --> <div id="overlayContainer" class="hidden"> <div id="passwordOverlay" class="container hidden"> <div class="dialog"> <div class="row"> <p id="passwordText" data-l10n-id="password_label">Enter the password to open this PDF file:</p> </div> <div class="row"> <!-- The type="password" attribute is set via script, to prevent warnings in Firefox for all http:// documents. --> <input id="password" class="toolbarField"> </div> <div class="buttonRow"> <button id="passwordCancel" class="overlayButton"><span data-l10n-id="password_cancel">Cancel</span></button> <button id="passwordSubmit" class="overlayButton"><span data-l10n-id="password_ok">OK</span></button> </div> </div> </div> <div id="documentPropertiesOverlay" class="container hidden"> <div class="dialog"> <div class="row"> <span data-l10n-id="document_properties_file_name">File name:</span> <p id="fileNameField">-</p> </div> <div class="row"> <span data-l10n-id="document_properties_file_size">File size:</span> <p id="fileSizeField">-</p> </div> <div class="separator"></div> <div class="row"> <span data-l10n-id="document_properties_title">Title:</span> <p id="titleField">-</p> </div> <div class="row"> <span data-l10n-id="document_properties_author">Author:</span> <p id="authorField">-</p> </div> <div class="row"> <span data-l10n-id="document_properties_subject">Subject:</span> <p id="subjectField">-</p> </div> <div class="row"> <span data-l10n-id="document_properties_keywords">Keywords:</span> <p id="keywordsField">-</p> </div> <div class="row"> <span data-l10n-id="document_properties_creation_date">Creation Date:</span> <p id="creationDateField">-</p> </div> <div class="row"> <span data-l10n-id="document_properties_modification_date">Modification Date:</span> <p id="modificationDateField">-</p> </div> <div class="row"> <span data-l10n-id="document_properties_creator">Creator:</span> <p id="creatorField">-</p> </div> <div class="separator"></div> <div class="row"> <span data-l10n-id="document_properties_producer">PDF Producer:</span> <p id="producerField">-</p> </div> <div class="row"> <span data-l10n-id="document_properties_version">PDF Version:</span> <p id="versionField">-</p> </div> <div class="row"> <span data-l10n-id="document_properties_page_count">Page Count:</span> <p id="pageCountField">-</p> </div> <div class="buttonRow"> <button id="documentPropertiesClose" class="overlayButton"><span data-l10n-id="document_properties_close">Close</span></button> </div> </div> </div> <!--#if !(FIREFOX || MOZCENTRAL)--> <div id="printServiceOverlay" class="container hidden"> <div class="dialog"> <div class="row"> <span data-l10n-id="print_progress_message">Preparing document for printing…</span> </div> <div class="row"> <progress value="0" max="100"></progress> <span data-l10n-id="print_progress_percent" data-l10n-args='{ "progress": 0 }' class="relative-progress">0%</span> </div> <div class="buttonRow"> <button id="printCancel" class="overlayButton"><span data-l10n-id="print_progress_close">Cancel</span></button> </div> </div> </div> <!--#endif--> <!--#if CHROME--> <!--#include viewer-snippet-chrome-overlays.html--> <!--#endif--> </div> <!-- overlayContainer --> </div> <!-- outerContainer --> <div id="printContainer"></div> </body> </html>
yurydelendik/pdf.js
web/viewer.html
HTML
apache-2.0
19,796
<!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_27) on Tue Mar 26 08:27:28 EDT 2013 --> <META http-equiv="Content-Type" content="text/html; charset=utf-8"> <TITLE> Uses of Package org.apache.solr.analysis (Solr 4.2.1 API) </TITLE> <META NAME="date" CONTENT="2013-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 Package org.apache.solr.analysis (Solr 4.2.1 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>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?org/apache/solr/analysis/package-use.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Package<br>org.apache.solr.analysis</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Packages that use <A HREF="../../../../org/apache/solr/analysis/package-summary.html">org.apache.solr.analysis</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.solr.analysis"><B>org.apache.solr.analysis</B></A></TD> <TD> Factories and classes specific to text analysis and the creation of <A HREF="http://lucene.apache.org/core/4_2_1/core/org/apache/lucene/analysis/TokenStream.html?is-external=true" title="class or interface in org.apache.lucene.analysis"><CODE>TokenStream</CODE></A>s&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.solr.parser"><B>org.apache.solr.parser</B></A></TD> <TD> Solr native variant of the <A HREF="http://lucene.apache.org/core/4_2_1/queryparser/org/apache/lucene/queryparser/classic/QueryParser.html?is-external=true" title="class or interface in org.apache.lucene.queryparser.classic">Lucene Classic QueryParser</A>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.solr.schema"><B>org.apache.solr.schema</B></A></TD> <TD> <A HREF="../../../../org/apache/solr/schema/IndexSchema.html" title="class in org.apache.solr.schema"><CODE>IndexSchema</CODE></A> and <A HREF="../../../../org/apache/solr/schema/FieldType.html" title="class in org.apache.solr.schema"><CODE>FieldType</CODE></A> implementations for powering schema.xml&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.solr.analysis"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Classes in <A HREF="../../../../org/apache/solr/analysis/package-summary.html">org.apache.solr.analysis</A> used by <A HREF="../../../../org/apache/solr/analysis/package-summary.html">org.apache.solr.analysis</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../org/apache/solr/analysis/class-use/LegacyHTMLStripCharFilter.html#org.apache.solr.analysis"><B>LegacyHTMLStripCharFilter</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>use <A HREF="http://lucene.apache.org/core/4_2_1/analyzers-common/org/apache/lucene/analysis/charfilter/HTMLStripCharFilter.html?is-external=true" title="class or interface in org.apache.lucene.analysis.charfilter"><CODE>HTMLStripCharFilter</CODE></A></I></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../org/apache/solr/analysis/class-use/SolrAnalyzer.html#org.apache.solr.analysis"><B>SolrAnalyzer</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.solr.parser"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Classes in <A HREF="../../../../org/apache/solr/analysis/package-summary.html">org.apache.solr.analysis</A> used by <A HREF="../../../../org/apache/solr/parser/package-summary.html">org.apache.solr.parser</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../org/apache/solr/analysis/class-use/ReversedWildcardFilterFactory.html#org.apache.solr.parser"><B>ReversedWildcardFilterFactory</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Factory for <A HREF="../../../../org/apache/solr/analysis/ReversedWildcardFilter.html" title="class in org.apache.solr.analysis"><CODE>ReversedWildcardFilter</CODE></A>-s.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.solr.schema"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Classes in <A HREF="../../../../org/apache/solr/analysis/package-summary.html">org.apache.solr.analysis</A> used by <A HREF="../../../../org/apache/solr/schema/package-summary.html">org.apache.solr.schema</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../org/apache/solr/analysis/class-use/SolrAnalyzer.html#org.apache.solr.schema"><B>SolrAnalyzer</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <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>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?org/apache/solr/analysis/package-use.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <i>Copyright &copy; 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> </BODY> </HTML>
jacquehettel/hugo_solr
docs/solr-core/org/apache/solr/analysis/package-use.html
HTML
apache-2.0
10,642
<!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:17 EDT 2016 --> <title>ClientMetrics (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="ClientMetrics (apache-cassandra API)"; } } catch(err) { } //--> var methods = {"i0":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/ClientMetrics.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/metrics/ClearableHistogram.html" title="class in org.apache.cassandra.metrics"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../org/apache/cassandra/metrics/ClientRequestMetrics.html" title="class in org.apache.cassandra.metrics"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/cassandra/metrics/ClientMetrics.html" target="_top">Frames</a></li> <li><a href="ClientMetrics.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.apache.cassandra.metrics</div> <h2 title="Class ClientMetrics" class="title">Class ClientMetrics</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>org.apache.cassandra.metrics.ClientMetrics</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public class <span class="typeNameLabel">ClientMetrics</span> extends java.lang.Object</pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field.summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../org/apache/cassandra/metrics/ClientMetrics.html" title="class in org.apache.cassandra.metrics">ClientMetrics</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/metrics/ClientMetrics.html#instance">instance</a></span></code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</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/apache/cassandra/metrics/ClientMetrics.html#addCounter-java.lang.String-java.util.concurrent.Callable-">addCounter</a></span>(java.lang.String&nbsp;name, java.util.concurrent.Callable&lt;java.lang.Integer&gt;&nbsp;provider)</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;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="instance"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>instance</h4> <pre>public static final&nbsp;<a href="../../../../org/apache/cassandra/metrics/ClientMetrics.html" title="class in org.apache.cassandra.metrics">ClientMetrics</a> instance</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="addCounter-java.lang.String-java.util.concurrent.Callable-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>addCounter</h4> <pre>public&nbsp;void&nbsp;addCounter(java.lang.String&nbsp;name, java.util.concurrent.Callable&lt;java.lang.Integer&gt;&nbsp;provider)</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/ClientMetrics.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/metrics/ClearableHistogram.html" title="class in org.apache.cassandra.metrics"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../org/apache/cassandra/metrics/ClientRequestMetrics.html" title="class in org.apache.cassandra.metrics"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/cassandra/metrics/ClientMetrics.html" target="_top">Frames</a></li> <li><a href="ClientMetrics.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</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 &copy; 2016 The Apache Software Foundation</small></p> </body> </html>
jasonwee/videoOnCloud
lib/cassandra/apache-cassandra-3.7/javadoc/org/apache/cassandra/metrics/ClientMetrics.html
HTML
apache-2.0
9,934
<!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:15 EDT 2016 --> <title>CompressedHintsWriter (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="CompressedHintsWriter (apache-cassandra API)"; } } catch(err) { } //--> var methods = {"i0":10,"i1":10,"i2":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/CompressedHintsWriter.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/hints/CompressedChecksummedDataInput.html" title="class in org.apache.cassandra.hints"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../org/apache/cassandra/hints/EncryptedChecksummedDataInput.html" title="class in org.apache.cassandra.hints"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/cassandra/hints/CompressedHintsWriter.html" target="_top">Frames</a></li> <li><a href="CompressedHintsWriter.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.apache.cassandra.hints</div> <h2 title="Class CompressedHintsWriter" class="title">Class CompressedHintsWriter</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>org.apache.cassandra.hints.CompressedHintsWriter</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd>java.lang.AutoCloseable</dd> </dl> <hr> <br> <pre>public class <span class="typeNameLabel">CompressedHintsWriter</span> extends java.lang.Object</pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field.summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd">&nbsp;</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>protected java.nio.channels.FileChannel</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/hints/CompressedHintsWriter.html#channel">channel</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected java.util.zip.CRC32</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/hints/CompressedHintsWriter.html#globalCRC">globalCRC</a></span></code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/hints/CompressedHintsWriter.html#CompressedHintsWriter-java.io.File-org.apache.cassandra.hints.HintsDescriptor-java.io.File-java.nio.channels.FileChannel-int-java.util.zip.CRC32-">CompressedHintsWriter</a></span>(java.io.File&nbsp;directory, org.apache.cassandra.hints.HintsDescriptor&nbsp;descriptor, java.io.File&nbsp;file, java.nio.channels.FileChannel&nbsp;channel, int&nbsp;fd, java.util.zip.CRC32&nbsp;globalCRC)</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</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/apache/cassandra/hints/CompressedHintsWriter.html#close--">close</a></span>()</code>&nbsp;</td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/hints/CompressedHintsWriter.html#fsync--">fsync</a></span>()</code>&nbsp;</td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code>protected void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/hints/CompressedHintsWriter.html#writeBuffer-java.nio.ByteBuffer-">writeBuffer</a></span>(java.nio.ByteBuffer&nbsp;bb)</code> <div class="block">Writes byte buffer into the file channel.</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&nbsp;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="channel"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>channel</h4> <pre>protected final&nbsp;java.nio.channels.FileChannel channel</pre> </li> </ul> <a name="globalCRC"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>globalCRC</h4> <pre>protected final&nbsp;java.util.zip.CRC32 globalCRC</pre> </li> </ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="CompressedHintsWriter-java.io.File-org.apache.cassandra.hints.HintsDescriptor-java.io.File-java.nio.channels.FileChannel-int-java.util.zip.CRC32-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>CompressedHintsWriter</h4> <pre>public&nbsp;CompressedHintsWriter(java.io.File&nbsp;directory, org.apache.cassandra.hints.HintsDescriptor&nbsp;descriptor, java.io.File&nbsp;file, java.nio.channels.FileChannel&nbsp;channel, int&nbsp;fd, java.util.zip.CRC32&nbsp;globalCRC)</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="writeBuffer-java.nio.ByteBuffer-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>writeBuffer</h4> <pre>protected&nbsp;void&nbsp;writeBuffer(java.nio.ByteBuffer&nbsp;bb) throws java.io.IOException</pre> <div class="block">Writes byte buffer into the file channel. Buffer should be flipped before calling this</div> <dl> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code>java.io.IOException</code></dd> </dl> </li> </ul> <a name="close--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>close</h4> <pre>public&nbsp;void&nbsp;close()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code>close</code>&nbsp;in interface&nbsp;<code>java.lang.AutoCloseable</code></dd> </dl> </li> </ul> <a name="fsync--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>fsync</h4> <pre>public&nbsp;void&nbsp;fsync()</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/CompressedHintsWriter.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/hints/CompressedChecksummedDataInput.html" title="class in org.apache.cassandra.hints"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../org/apache/cassandra/hints/EncryptedChecksummedDataInput.html" title="class in org.apache.cassandra.hints"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/cassandra/hints/CompressedHintsWriter.html" target="_top">Frames</a></li> <li><a href="CompressedHintsWriter.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</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 &copy; 2016 The Apache Software Foundation</small></p> </body> </html>
jasonwee/videoOnCloud
lib/cassandra/apache-cassandra-3.7/javadoc/org/apache/cassandra/hints/CompressedHintsWriter.html
HTML
apache-2.0
13,625
<h1>Ooopppsss...</h1> <h2>We Had Trouble Finding What You We're Looking For</h2> <a href="/">Home</a>
StephenPower/Bootstrap-Themes-Summer-2012-Release
archived-themes/DefaultShopTheme/templates/404.html
HTML
apache-2.0
104
{ "data":[ { "id":"18", "starttime":"1503059996496", "endtime":"1503059996529", "type":"1", "content":"{"duration":"0.033","option":"{ \"session_id\":\"1503058368013\", \"click_id\":\"5770eaf8c77b9fbdcf51bd5af2062d8e\" }"}", "abtest":"[["386","798"],["1001228","3355"],["1001353","3710"],["396","818"],["1001434","3946"],["153","261"],["1001488","4125"],["480","998"],["483","1003"],["1001644","4608"],["1001573","4399"],["431","888"],["1001468","4039"],["1001148","3112"],["373","775"],["447","924"]]" } ], "metadata":{ "mintime":"1503059996496", "maxtime":"1503059996529", "createtime":"1503059996589", "uploadtime":"1503059996589", "md5":"C0FC8EF7CE8B2AD3915AD90C6778AFFE" }, "isAbtest":"1", "isreal":"1" }
frankie0802/Test
ubc_cmd_script/log/2017-08-18_20:39:58:362_ubc_result.html
HTML
apache-2.0
905
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>列表数据生成Tree</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /><link href="../demo.css" rel="stylesheet" type="text/css" /> <script src="../../scripts/boot.js" type="text/javascript"></script> </head> <body> <h1>列表数据生成Tree</h1> <ul id="tree1" class="mini-tree" url="../data/listTree.txt" style="width:200px;padding:5px;" showTreeIcon="true" textField="text" idField="id" parentField="pid" resultAsTree="false" showArrow="true" expandOnNodeClick="true" > </ul> <div class="description"> <h3>Description</h3> <p> mini.Tree的url,可以指向一个列表数据。重点要声明"idField"、"parentField"、"resultAsTree"三个属性。 </p> </div> </body> </html>
hemingwang0902/jquery-miniui
src/main/webapp/demo/tree/list2tree.html
HTML
apache-2.0
1,038
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_51) on Mon Mar 03 19:24:29 JST 2014 --> <title>Uses of Package com.cybozu.labs.langdetect.util</title> <meta name="date" content="2014-03-03"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Package com.cybozu.labs.langdetect.util"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li 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?com/cybozu/labs/langdetect/util/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.cybozu.labs.langdetect.util" class="title">Uses of Package<br>com.cybozu.labs.langdetect.util</h1> </div> <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../com/cybozu/labs/langdetect/util/package-summary.html">com.cybozu.labs.langdetect.util</a></span><span class="tabEnd">&nbsp;</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.cybozu.labs.langdetect">com.cybozu.labs.langdetect</a></td> <td class="colLast"> <div class="block">Provides the language detection classes.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="com.cybozu.labs.langdetect"> <!-- --> </a> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../com/cybozu/labs/langdetect/util/package-summary.html">com.cybozu.labs.langdetect.util</a> used by <a href="../../../../../com/cybozu/labs/langdetect/package-summary.html">com.cybozu.labs.langdetect</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../../../com/cybozu/labs/langdetect/util/class-use/LangProfile.html#com.cybozu.labs.langdetect">LangProfile</a> <div class="block"><a href="../../../../../com/cybozu/labs/langdetect/util/LangProfile.html" title="class in com.cybozu.labs.langdetect.util"><code>LangProfile</code></a> is a Language Profile Class.</div> </td> </tr> </tbody> </table> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li 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?com/cybozu/labs/langdetect/util/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 ======= --> </body> </html>
mgodeneche/analyseV3
doc/com/cybozu/labs/langdetect/util/package-use.html
HTML
apache-2.0
5,524
<!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 Nov 06 11:57:26 MST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.wildfly.swarm.config.logging.LoggingProfileSupplier (BOM: * : All 2017.11.0 API)</title> <meta name="date" content="2017-11-06"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Interface org.wildfly.swarm.config.logging.LoggingProfileSupplier (BOM: * : All 2017.11.0 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/wildfly/swarm/config/logging/LoggingProfileSupplier.html" title="interface 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">WildFly Swarm API, 2017.11.0</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/wildfly/swarm/config/logging/class-use/LoggingProfileSupplier.html" target="_top">Frames</a></li> <li><a href="LoggingProfileSupplier.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;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.logging.LoggingProfileSupplier" class="title">Uses of Interface<br>org.wildfly.swarm.config.logging.LoggingProfileSupplier</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/LoggingProfileSupplier.html" title="interface in org.wildfly.swarm.config.logging">LoggingProfileSupplier</a></span><span class="tabEnd">&nbsp;</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">&nbsp;</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/LoggingProfileSupplier.html" title="interface in org.wildfly.swarm.config.logging">LoggingProfileSupplier</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> with parameters of type <a href="../../../../../../org/wildfly/swarm/config/logging/LoggingProfileSupplier.html" title="interface in org.wildfly.swarm.config.logging">LoggingProfileSupplier</a></span><span class="tabEnd">&nbsp;</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#loggingProfile-org.wildfly.swarm.config.logging.LoggingProfileSupplier-">loggingProfile</a></span>(<a href="../../../../../../org/wildfly/swarm/config/logging/LoggingProfileSupplier.html" title="interface in org.wildfly.swarm.config.logging">LoggingProfileSupplier</a>&nbsp;supplier)</code> <div class="block">Install a supplied LoggingProfile object to the list of subresources</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/LoggingProfileSupplier.html" title="interface 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">WildFly Swarm API, 2017.11.0</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/wildfly/swarm/config/logging/class-use/LoggingProfileSupplier.html" target="_top">Frames</a></li> <li><a href="LoggingProfileSupplier.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;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 &#169; 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.11.0/apidocs/org/wildfly/swarm/config/logging/class-use/LoggingProfileSupplier.html
HTML
apache-2.0
7,527
<!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: truncate()</title> <link rel="stylesheet" href="../sample.css" type="text/css"> <link rel="stylesheet" href="../sample-print.css" type="text/css" media="print"> <style id="hilight" type="text/css"></style> <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> </head> <body bgcolor="#ffffff" text="#000000" link="#801800" vlink="#300540" alink="#ffffff"> <table class="pagetitle" width="100%"> <tr> <td valign="top" class="pagetitle"> [ <a href="../index.html">Index</a> ] </td> <td align="right" class="pagetitle"> <h2 style="margin-bottom: 0px">PHP Cross Reference of Unnamed Project</h2> </td> </tr> </table> <!-- Generated by PHPXref 0.7.1 at Thu Oct 23 18:57:41 2014 --> <!-- PHPXref (c) 2000-2010 Gareth Watts - [email protected] --> <!-- http://phpxref.sourceforge.net/ --> <script src="../phpxref.js" type="text/javascript"></script> <script language="JavaScript" type="text/javascript"> <!-- ext='.html'; relbase='../'; subdir='_functions'; filename='index.html'; cookiekey='phpxref'; handleNavFrame(relbase, subdir, filename); logFunction('truncate'); // --> </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#truncate">truncate()</a></h2> <b>Defined at:</b><ul> <li><a href="../bonfire/codeigniter/database/DB_active_rec.php.html#truncate">/bonfire/codeigniter/database/DB_active_rec.php</a> -> <a onClick="logFunction('truncate', '/bonfire/codeigniter/database/DB_active_rec.php.source.html#l1470')" href="../bonfire/codeigniter/database/DB_active_rec.php.source.html#l1470"> line 1470</a></li> <li><a href="../tests/_support/database.php.html#truncate">/tests/_support/database.php</a> -> <a onClick="logFunction('truncate', '/tests/_support/database.php.source.html#l45')" href="../tests/_support/database.php.source.html#l45"> line 45</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 18:57:41 2014</td> <td align="right"><i>Cross-referenced by <a href="http://phpxref.sourceforge.net/">PHPXref 0.7.1</a></i></td> </tr> </table> </body></html>
inputx/code-ref-doc
bonfire/_functions/truncate.html
HTML
apache-2.0
4,991
<!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 Fri Nov 14 18:24:45 PST 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>org.apache.hadoop.hbase.util.byterange (HBase 0.98.8-hadoop2 API)</title> <meta name="date" content="2014-11-14"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> <h1 class="bar"><a href="../../../../../../org/apache/hadoop/hbase/util/byterange/package-summary.html" target="classFrame">org.apache.hadoop.hbase.util.byterange</a></h1> <div class="indexContainer"> <h2 title="Classes">Classes</h2> <ul title="Classes"> <li><a href="ByteRangeSet.html" title="class in org.apache.hadoop.hbase.util.byterange" target="classFrame">ByteRangeSet</a></li> </ul> </div> </body> </html>
devansh2015/hbase-0.98.8
docs/devapidocs/org/apache/hadoop/hbase/util/byterange/package-frame.html
HTML
apache-2.0
938
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="Ionic makes it incredibly easy to build beautiful and interactive mobile apps using HTML5 and AngularJS."> <meta name="keywords" content="html5,javascript,mobile,drifty,ionic,hybrid,phonegap,cordova,native,ios,android,angularjs"> <meta name="author" content="Drifty"> <meta property="og:image" content="http://ionicframework.com/img/ionic-logo-blog.png"/> <link rel="alternate" type="application/rss+xml" title="Ionic Framework Blog" href="http://ionicframework.com/blog/feed.xml"> <title>Ionic Blog</title> <link href="/css/site.css?12" rel="stylesheet"> <!--<script src="//cdn.optimizely.com/js/595530035.js"></script>--> <script type="text/javascript">var _sf_startpt=(new Date()).getTime()</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-44023830-1', 'ionicframework.com'); ga('send', 'pageview'); </script> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> </head> <body class="blog-page "> <div id="newsletter-bar" class="top"> Get Ionic updates and articles on building great cross-platform mobile apps <form action="http://codiqa.createsend.com/t/t/s/jytylh/" method="post"> <input id="fieldEmail" name="cm-jytylh-jytylh" type="email" placeholder="Your email" required /> <button type="submit" class="btn btn-default btn-sm">Sign up</button> </form> </div> <div id="blog-wrapper"> <div id="blog-top"> <a href="/"><img id="spinner" src="/img/ionic-logo-blog.png" height="96" style="margin-bottom: 10px;"></a> <h3>The Official <a href="/">Ionic</a> Blog</h3> <h5>The next generation HTML5 hybrid app development SDK</h5> </div> <div id="posts"> <div class="post"> <div class="post-info"> <h3 class="post-title"><a href="/blog/refreshing-pull-to-refresh/">Refreshing our Pull-to-Refresh</a></h3> <div class="post-social"> <a href="https://twitter.com/share" class="twitter-share-button" data-text="Refreshing our Pull-to-Refresh" data-url="http://ionicframework.com/blog/refreshing-pull-to-refresh" data-via="ionicframework" data-related="ionicframework">Tweet</a> <script> !function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs'); </script> <!-- Place this tag where you want the +1 button to render. --> <div class="g-plusone" data-size="medium" data-href="http://ionicframework.com/blog/refreshing-pull-to-refresh"></div> <!-- Place this tag after the last +1 button tag. --> <script type="text/javascript"> (function() { var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; po.src = 'https://apis.google.com/js/platform.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); })(); </script> <!--<div class="fb-share-button" data-href="http://ionicframework.com/blog/refreshing-pull-to-refresh" data-type="button_count"></div>--> </div> <time class="post-time">By <img src="https://en.gravatar.com/userimage/4492737/bd46f8f2d8d12133c4df6c0441bc7ef1.jpg" class="author-icon"><a href="http://twitter.com/perrygovier" target="_blank">@perrygovier</a> on September 25, 2014</time> </div> <p>For a while now, we’ve wanted to update Pull To Refresh in Ionic. It worked, but it wasn’t exciting, and since it’s a goal of ours at Ionic to make every component as enjoyable to use as it can be, we decided it was time for a change. Here&#39;s some of the lessons in semiotics and UX that we learned...</p> <a href="/blog/refreshing-pull-to-refresh">Read more...</a> <hr> </div> <div class="post"> <div class="post-info"> <h3 class="post-title"><a href="/blog/angularjs-authentication/">Cookie-based Authentication in AngularJS</a></h3> <div class="post-social"> <a href="https://twitter.com/share" class="twitter-share-button" data-text="Cookie-based Authentication in AngularJS" data-url="http://ionicframework.com/blog/angularjs-authentication" data-via="ionicframework" data-related="ionicframework">Tweet</a> <script> !function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs'); </script> <!-- Place this tag where you want the +1 button to render. --> <div class="g-plusone" data-size="medium" data-href="http://ionicframework.com/blog/angularjs-authentication"></div> <!-- Place this tag after the last +1 button tag. --> <script type="text/javascript"> (function() { var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; po.src = 'https://apis.google.com/js/platform.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); })(); </script> <!--<div class="fb-share-button" data-href="http://ionicframework.com/blog/angularjs-authentication" data-type="button_count"></div>--> </div> <time class="post-time">By <img src="http://www.gravatar.com/avatar/e130a4be9fba5eb5d932c813fbe3a58d?s=48&amp;d=mm" class="author-icon"><a href="http://twitter.com/maxlynch" target="_blank">@maxlynch</a> on September 15, 2014</time> </div> <p>Single Page Apps are ruling the world and AngularJS is leading the charge. But many of the lessons we learned in the Web 2.0 era no longer apply, and few are as drastically different as authentication.</p> <p>Depending on where you build and release your AngularJS app, there are different ways to handle authentication and I hope this post clears some of that up.</p> <h3>CORS</h3> <p>CORS is an oft-misunderstood feature of new browsers that is configured by a remote server. CORS stands for Cross-Origin-Resource-Sharing, and was designed to make it possible to access services outside of the current origin (or domain) of the current page.</p> <a href="/blog/angularjs-authentication">Read more...</a> <hr> </div> <div class="post"> <div class="post-info"> <h3 class="post-title"><a href="/blog/splitview-has-landed/">Split View Lands in Ionic</a></h3> <div class="post-social"> <a href="https://twitter.com/share" class="twitter-share-button" data-text="Split View Lands in Ionic" data-url="http://ionicframework.com/blog/splitview-has-landed" data-via="ionicframework" data-related="ionicframework">Tweet</a> <script> !function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs'); </script> <!-- Place this tag where you want the +1 button to render. --> <div class="g-plusone" data-size="medium" data-href="http://ionicframework.com/blog/splitview-has-landed"></div> <!-- Place this tag after the last +1 button tag. --> <script type="text/javascript"> (function() { var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; po.src = 'https://apis.google.com/js/platform.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); })(); </script> <!--<div class="fb-share-button" data-href="http://ionicframework.com/blog/splitview-has-landed" data-type="button_count"></div>--> </div> <time class="post-time">By <img src="https://pbs.twimg.com/profile_images/495587171332403200/tO9oMmCn.png" class="author-icon"><a href="https://twitter.com/mhartington">Mike</a> on September 11, 2014</time> </div> <p><img class="showcase-image" src="/img/blog/splitpane-header.png"></p> <p>Any app that wants to stand out among the billions of apps out there needs to be able to adapt to different screen sizes, a fact with which all developers have to deal. Since Cordova is a web-view, devs can rely on responsive web design (RWD) to deal with this. However, some things need a little extra attention, like side-menus, since its interaction can vary depending on the screen size.</p> <p>We are very happy to announce that Split View support has finally landed in Ionic!</p> <a href="/blog/splitview-has-landed">Read more...</a> <hr> </div> <div class="post"> <div class="post-info"> <h3 class="post-title"><a href="/blog/https-for-ionic-cdn/">HTTPS for the Ionic and Ionicons CDN</a></h3> <div class="post-social"> <a href="https://twitter.com/share" class="twitter-share-button" data-text="HTTPS for the Ionic and Ionicons CDN" data-url="http://ionicframework.com/blog/https-for-ionic-cdn" data-via="ionicframework" data-related="ionicframework">Tweet</a> <script> !function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs'); </script> <!-- Place this tag where you want the +1 button to render. --> <div class="g-plusone" data-size="medium" data-href="http://ionicframework.com/blog/https-for-ionic-cdn"></div> <!-- Place this tag after the last +1 button tag. --> <script type="text/javascript"> (function() { var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; po.src = 'https://apis.google.com/js/platform.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); })(); </script> <!--<div class="fb-share-button" data-href="http://ionicframework.com/blog/https-for-ionic-cdn" data-type="button_count"></div>--> </div> <time class="post-time">By <img src="https://pbs.twimg.com/profile_images/495587171332403200/tO9oMmCn.png" class="author-icon"><a href="https://twitter.com/mhartington">Mike</a> on September 11, 2014</time> </div> <p>Ionicons have become incredibly popular, so much so that they actually account for a majority of our content delivery network (CDN) traffic. But what if you wanted to load the icons as part of a checkout page? For security reasons, that checkout page is being loaded over HTTPS, but Ionicons are still on HTTP. You would either have to host the icons yourself, or give up on using these great icons (if we do say so ourselves) on your page.</p> <p>With this in mind and with help from the awesome people at <a href="http://www.maxcdn.com/">MaxCDN</a>, we are thrilled to announce that our CDN can now be loaded over HTTPS!</p> <a href="/blog/https-for-ionic-cdn">Read more...</a> <hr> </div> <div class="post"> <div class="post-info"> <h3 class="post-title"><a href="/blog/built-with-ionic-sworkit/">Built with Ionic: Sworkit</a></h3> <div class="post-social"> <a href="https://twitter.com/share" class="twitter-share-button" data-text="Built with Ionic: Sworkit" data-url="http://ionicframework.com/blog/built-with-ionic-sworkit" data-via="ionicframework" data-related="ionicframework">Tweet</a> <script> !function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs'); </script> <!-- Place this tag where you want the +1 button to render. --> <div class="g-plusone" data-size="medium" data-href="http://ionicframework.com/blog/built-with-ionic-sworkit"></div> <!-- Place this tag after the last +1 button tag. --> <script type="text/javascript"> (function() { var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; po.src = 'https://apis.google.com/js/platform.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); })(); </script> <!--<div class="fb-share-button" data-href="http://ionicframework.com/blog/built-with-ionic-sworkit" data-type="button_count"></div>--> </div> <time class="post-time">By <img src="https://s3.amazonaws.com/ionicframework.com/blog/katie-md.jpg" class="author-icon">Katie on September 10, 2014</time> </div> <p><img class="showcase-image" src="/img/blog/sworkit-header.jpg"></p> <p>Developer <a href="https://twitter.com/heryandotus">Ryan Hanna</a> built <a href="http://sworkit.com/">Sworkit</a>, now owned by <a href="http://www.nexercise.com/">Nexercise</a>, with only five months of coding experience. “I like the the mentality of code what you know, and learn what you don’t along the way,” says Hanna. </p> <p>Sworkit is a fitness app that provides bodyweight workouts that can be done anywhere, for users at all levels of fitness experience. </p> <a href="/blog/built-with-ionic-sworkit">Read more...</a> <hr> </div> <!-- Pagination links --> <div class="clearfix"> <div class="pagination"> <div class="pull-left"> <!--<span class="page_number ">Page: 8 of 17</span>--> <a href="/blog/page9/" class="next">Older</a> </div> <div class="pull-right"> <a href="/blog/page7/" class="previous">Newer</a> </div> </div> <p style="text-align:center; margin-bottom: 40px;" class="ionic"> <a href="http://ionicframework.com/blog/feed.xml"> <i class="ion-social-rss"></i> Ionic Blog RSS Feed </a> </p> </div> </div> </div> <footer class="footer"> <p> A <a href="http://drifty.com/">Drifty</a> product created by <a href="https://twitter.com/maxlynch">@maxlynch</a>, <a href="https://twitter.com/adamdbradley">@adamdbradley</a>, and <a href="https://twitter.com/benjsperry">@benjsperry</a>. Licensed under <a href="http://opensource.org/licenses/MIT">MIT</a>. <a href="/blog/feed.xml" style="margin-left:15px;"> <span class="ionic"> <i class="ion-social-rss"></i> </span> RSS </a> </p> </footer> <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js"></script> <script src="/js/site.js?1"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/Cookies.js/0.4.0/cookies.min.js"></script> <script> $('.navbar .dropdown').on('show.bs.dropdown', function(e){ //$(this).find('.dropdown-menu').addClass('animated fadeInDown'); }); // ADD SLIDEUP ANIMATION TO DROPDOWN // $('.navbar .dropdown').on('hide.bs.dropdown', function(e){ //$(this).find('.dropdown-menu').first().stop(true, true).slideUp(200); //$(this).find('.dropdown-menu').removeClass('animated fadeInDown'); }); try { var d = new Date('2015-03-20 05:00:00 -0400'); var ts = d.getTime(); var cd = Cookies.get('_iondj'); if(cd) { cd = JSON.parse(atob(cd)); if(parseInt(cd.lp) < ts) { var bt = document.getElementById('blog-badge'); bt.style.display = 'block'; } cd.lp = ts; } else { var bt = document.getElementById('blog-badge'); bt.style.display = 'block'; cd = { lp: ts } } Cookies.set('_iondj', btoa(JSON.stringify(cd))); } catch(e) { } </script> <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> </body> </html>
sachinvettithanam/ionic-site
_site/blog/page8/index.html
HTML
apache-2.0
17,014
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_24) on Tue Apr 26 20:40:16 CST 2011 --> <TITLE> Ft (SuanShu 1.3.1 API Documentation) </TITLE> <META NAME="date" CONTENT="2011-04-26"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Ft (SuanShu 1.3.1 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>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> <a href='http://www.numericalmethod.com' target='_top'>SuanShu, a Java numerical and statistical library</a> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../../../com/numericalmethod/suanshu/stats/stochasticprocess/multivariate/sde/Euler.html" title="class in com.numericalmethod.suanshu.stats.stochasticprocess.multivariate.sde"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../../../../com/numericalmethod/suanshu/stats/stochasticprocess/multivariate/sde/FtAdaptedRealFunction.html" title="interface in com.numericalmethod.suanshu.stats.stochasticprocess.multivariate.sde"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../../index.html?com/numericalmethod/suanshu/stats/stochasticprocess/multivariate/sde/Ft.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Ft.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<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:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<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.numericalmethod.suanshu.stats.stochasticprocess.multivariate.sde</FONT> <BR> Class Ft</H2> <PRE> java.lang.Object <IMG SRC="../../../../../../../resources/inherit.gif" ALT="extended by "><B>com.numericalmethod.suanshu.stats.stochasticprocess.multivariate.sde.Ft</B> </PRE> <DL> <DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../../../../com/numericalmethod/suanshu/DeepCopyable.html" title="interface in com.numericalmethod.suanshu">DeepCopyable</A></DD> </DL> <DL> <DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../../../../com/numericalmethod/suanshu/stats/stochasticprocess/multivariate/sde/FtWt.html" title="class in com.numericalmethod.suanshu.stats.stochasticprocess.multivariate.sde">FtWt</A></DD> </DL> <HR> <DL> <DT><PRE>public class <B>Ft</B><DT>extends java.lang.Object<DT>implements <A HREF="../../../../../../../com/numericalmethod/suanshu/DeepCopyable.html" title="interface in com.numericalmethod.suanshu">DeepCopyable</A></DL> </PRE> <P> This represents the concept 'Filtration', the information available at time <i>t</i>. <p> The information may include (subject to implementation), for example, <ul> <li>time <li>value of the stochastic process <li>values of the driving Brownian motion(s) </ul> <P> <P> <DL> <DT><B>See Also:</B><DD>"Fima C. Klebaner. Introduction to Stochastic Calculus with Applications. 2nd ed. pp.23. Imperial College Press. 2006."</DL> <HR> <P> <!-- =========== FIELD SUMMARY =========== --> <A NAME="field_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Field Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;double</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../../com/numericalmethod/suanshu/stats/stochasticprocess/multivariate/sde/Ft.html#dt">dt</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;the time differential</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;<A HREF="../../../../../../../com/numericalmethod/suanshu/vector/doubles/Vector.html" title="interface in com.numericalmethod.suanshu.vector.doubles">Vector</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../../com/numericalmethod/suanshu/stats/stochasticprocess/multivariate/sde/Ft.html#Xt">Xt</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;the value of the stochastic process at time <i>t</i></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;<A HREF="../../../../../../../com/numericalmethod/suanshu/vector/doubles/Vector.html" title="interface in com.numericalmethod.suanshu.vector.doubles">Vector</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../../com/numericalmethod/suanshu/stats/stochasticprocess/multivariate/sde/Ft.html#Zt">Zt</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;a sampling from the Gaussian distribution</TD> </TR> </TABLE> &nbsp; <!-- ======== 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="../../../../../../../com/numericalmethod/suanshu/stats/stochasticprocess/multivariate/sde/Ft.html#Ft()">Ft</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct an empty filtration (no information).</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../../../com/numericalmethod/suanshu/stats/stochasticprocess/multivariate/sde/Ft.html#Ft(com.numericalmethod.suanshu.stats.stochasticprocess.multivariate.sde.Ft)">Ft</A></B>(<A HREF="../../../../../../../com/numericalmethod/suanshu/stats/stochasticprocess/multivariate/sde/Ft.html" title="class in com.numericalmethod.suanshu.stats.stochasticprocess.multivariate.sde">Ft</A>&nbsp;that)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Copy constructor.</TD> </TR> </TABLE> &nbsp; <!-- ========== 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>&nbsp;<A HREF="../../../../../../../com/numericalmethod/suanshu/stats/stochasticprocess/multivariate/sde/Ft.html" title="class in com.numericalmethod.suanshu.stats.stochasticprocess.multivariate.sde">Ft</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../../com/numericalmethod/suanshu/stats/stochasticprocess/multivariate/sde/Ft.html#deepCopy()">deepCopy</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The implementation can return an instance created from <code>this</code> by the copy constructor of the class, or just <code>this</code> if the instance itself is <em>immutable</em>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../../com/numericalmethod/suanshu/stats/stochasticprocess/multivariate/sde/Ft.html#dim()">dim</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the dimension of the process.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;double</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../../com/numericalmethod/suanshu/stats/stochasticprocess/multivariate/sde/Ft.html#dt()">dt</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the current time differential.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../../com/numericalmethod/suanshu/vector/doubles/Vector.html" title="interface in com.numericalmethod.suanshu.vector.doubles">Vector</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../../com/numericalmethod/suanshu/stats/stochasticprocess/multivariate/sde/Ft.html#dWt()">dWt</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the increment of the driving Brownian motion during the time differential.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../../com/numericalmethod/suanshu/stats/stochasticprocess/multivariate/sde/Ft.html#nB()">nB</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the number of independent Brownian motions.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../../com/numericalmethod/suanshu/stats/stochasticprocess/multivariate/sde/Ft.html#setDt(double)">setDt</A></B>(double&nbsp;dt)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the current time differential.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../../com/numericalmethod/suanshu/stats/stochasticprocess/multivariate/sde/Ft.html#setXt(com.numericalmethod.suanshu.vector.doubles.Vector)">setXt</A></B>(<A HREF="../../../../../../../com/numericalmethod/suanshu/vector/doubles/Vector.html" title="interface in com.numericalmethod.suanshu.vector.doubles">Vector</A>&nbsp;Xt)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the current value of the stochastic process.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../../com/numericalmethod/suanshu/stats/stochasticprocess/multivariate/sde/Ft.html#setZt(com.numericalmethod.suanshu.vector.doubles.Vector)">setZt</A></B>(<A HREF="../../../../../../../com/numericalmethod/suanshu/vector/doubles/Vector.html" title="interface in com.numericalmethod.suanshu.vector.doubles">Vector</A>&nbsp;Zt)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the value of the Gaussian distribution innovation.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../../com/numericalmethod/suanshu/vector/doubles/Vector.html" title="interface in com.numericalmethod.suanshu.vector.doubles">Vector</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../../com/numericalmethod/suanshu/stats/stochasticprocess/multivariate/sde/Ft.html#Xt()">Xt</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the current value of the stochastic process.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../../com/numericalmethod/suanshu/vector/doubles/Vector.html" title="interface in com.numericalmethod.suanshu.vector.doubles">Vector</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../../com/numericalmethod/suanshu/stats/stochasticprocess/multivariate/sde/Ft.html#Zt()">Zt</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the current value of the Gaussian distribution innovation.</TD> </TR> </TABLE> &nbsp;<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> &nbsp; <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="dt"><!-- --></A><H3> dt</H3> <PRE> protected double <B>dt</B></PRE> <DL> <DD>the time differential <P> <DL> </DL> </DL> <HR> <A NAME="Xt"><!-- --></A><H3> Xt</H3> <PRE> protected <A HREF="../../../../../../../com/numericalmethod/suanshu/vector/doubles/Vector.html" title="interface in com.numericalmethod.suanshu.vector.doubles">Vector</A> <B>Xt</B></PRE> <DL> <DD>the value of the stochastic process at time <i>t</i> <P> <DL> </DL> </DL> <HR> <A NAME="Zt"><!-- --></A><H3> Zt</H3> <PRE> protected <A HREF="../../../../../../../com/numericalmethod/suanshu/vector/doubles/Vector.html" title="interface in com.numericalmethod.suanshu.vector.doubles">Vector</A> <B>Zt</B></PRE> <DL> <DD>a sampling from the Gaussian distribution <P> <DL> </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="Ft()"><!-- --></A><H3> Ft</H3> <PRE> public <B>Ft</B>()</PRE> <DL> <DD>Construct an empty filtration (no information). <P> </DL> <HR> <A NAME="Ft(com.numericalmethod.suanshu.stats.stochasticprocess.multivariate.sde.Ft)"><!-- --></A><H3> Ft</H3> <PRE> public <B>Ft</B>(<A HREF="../../../../../../../com/numericalmethod/suanshu/stats/stochasticprocess/multivariate/sde/Ft.html" title="class in com.numericalmethod.suanshu.stats.stochasticprocess.multivariate.sde">Ft</A>&nbsp;that)</PRE> <DL> <DD>Copy constructor. <P> <DL> <DT><B>Parameters:</B><DD><CODE>that</CODE> - another <tt>Ft</tt></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="deepCopy()"><!-- --></A><H3> deepCopy</H3> <PRE> public <A HREF="../../../../../../../com/numericalmethod/suanshu/stats/stochasticprocess/multivariate/sde/Ft.html" title="class in com.numericalmethod.suanshu.stats.stochasticprocess.multivariate.sde">Ft</A> <B>deepCopy</B>()</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../../../../com/numericalmethod/suanshu/DeepCopyable.html#deepCopy()">DeepCopyable</A></CODE></B></DD> <DD>The implementation can return an instance created from <code>this</code> by the copy constructor of the class, or just <code>this</code> if the instance itself is <em>immutable</em>. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../com/numericalmethod/suanshu/DeepCopyable.html#deepCopy()">deepCopy</A></CODE> in interface <CODE><A HREF="../../../../../../../com/numericalmethod/suanshu/DeepCopyable.html" title="interface in com.numericalmethod.suanshu">DeepCopyable</A></CODE></DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>an independent (deep) copy of the instance</DL> </DD> </DL> <HR> <A NAME="dim()"><!-- --></A><H3> dim</H3> <PRE> public int <B>dim</B>()</PRE> <DL> <DD>Get the dimension of the process. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>the dimension of the process</DL> </DD> </DL> <HR> <A NAME="nB()"><!-- --></A><H3> nB</H3> <PRE> public int <B>nB</B>()</PRE> <DL> <DD>Get the number of independent Brownian motions. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>the number of independent Brownian motions</DL> </DD> </DL> <HR> <A NAME="setDt(double)"><!-- --></A><H3> setDt</H3> <PRE> public void <B>setDt</B>(double&nbsp;dt)</PRE> <DL> <DD>Set the current time differential. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>dt</CODE> - the time differential</DL> </DD> </DL> <HR> <A NAME="dt()"><!-- --></A><H3> dt</H3> <PRE> public double <B>dt</B>()</PRE> <DL> <DD>Get the current time differential. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>the time differential</DL> </DD> </DL> <HR> <A NAME="setXt(com.numericalmethod.suanshu.vector.doubles.Vector)"><!-- --></A><H3> setXt</H3> <PRE> public void <B>setXt</B>(<A HREF="../../../../../../../com/numericalmethod/suanshu/vector/doubles/Vector.html" title="interface in com.numericalmethod.suanshu.vector.doubles">Vector</A>&nbsp;Xt)</PRE> <DL> <DD>Set the current value of the stochastic process. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>Xt</CODE> - the current value of the stochastic process</DL> </DD> </DL> <HR> <A NAME="Xt()"><!-- --></A><H3> Xt</H3> <PRE> public <A HREF="../../../../../../../com/numericalmethod/suanshu/vector/doubles/Vector.html" title="interface in com.numericalmethod.suanshu.vector.doubles">Vector</A> <B>Xt</B>()</PRE> <DL> <DD>Get the current value of the stochastic process. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>the current value of the stochastic process</DL> </DD> </DL> <HR> <A NAME="setZt(com.numericalmethod.suanshu.vector.doubles.Vector)"><!-- --></A><H3> setZt</H3> <PRE> public void <B>setZt</B>(<A HREF="../../../../../../../com/numericalmethod/suanshu/vector/doubles/Vector.html" title="interface in com.numericalmethod.suanshu.vector.doubles">Vector</A>&nbsp;Zt)</PRE> <DL> <DD>Set the value of the Gaussian distribution innovation. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>Zt</CODE> - the Gaussian distribution innovation</DL> </DD> </DL> <HR> <A NAME="Zt()"><!-- --></A><H3> Zt</H3> <PRE> public <A HREF="../../../../../../../com/numericalmethod/suanshu/vector/doubles/Vector.html" title="interface in com.numericalmethod.suanshu.vector.doubles">Vector</A> <B>Zt</B>()</PRE> <DL> <DD>Get the current value of the Gaussian distribution innovation. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>the current Gaussian distribution innovation</DL> </DD> </DL> <HR> <A NAME="dWt()"><!-- --></A><H3> dWt</H3> <PRE> public <A HREF="../../../../../../../com/numericalmethod/suanshu/vector/doubles/Vector.html" title="interface in com.numericalmethod.suanshu.vector.doubles">Vector</A> <B>dWt</B>()</PRE> <DL> <DD>Get the increment of the driving Brownian motion during the time differential. <p> This is the product of the Gaussian distribution innovation and the square root of the time differential. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>the increment of the driving Brownian motion during the time differential</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>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> <a href='http://www.numericalmethod.com' target='_top'>SuanShu, a Java numerical and statistical library</a> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../../../com/numericalmethod/suanshu/stats/stochasticprocess/multivariate/sde/Euler.html" title="class in com.numericalmethod.suanshu.stats.stochasticprocess.multivariate.sde"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../../../../com/numericalmethod/suanshu/stats/stochasticprocess/multivariate/sde/FtAdaptedRealFunction.html" title="interface in com.numericalmethod.suanshu.stats.stochasticprocess.multivariate.sde"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../../index.html?com/numericalmethod/suanshu/stats/stochasticprocess/multivariate/sde/Ft.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Ft.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<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:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <i>Copyright &#169; 2011 Numerical Method Inc. Ltd. All Rights Reserved.</i> </BODY> </HTML>
Aliced3645/DataCenterMarketing
suanshu-javadoc-1.3.1/com/numericalmethod/suanshu/stats/stochasticprocess/multivariate/sde/Ft.html
HTML
apache-2.0
25,423
<!DOCTYPE html > <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> <title></title> <meta name="description" content="" /> <meta name="keywords" content="" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <link href="../../../lib/index.css" media="screen" type="text/css" rel="stylesheet" /> <link href="../../../lib/template.css" media="screen" type="text/css" rel="stylesheet" /> <link href="../../../lib/diagrams.css" media="screen" type="text/css" rel="stylesheet" id="diagrams-css" /> <script type="text/javascript" src="../../../lib/jquery.js"></script> <script type="text/javascript" src="../../../lib/jquery.panzoom.min.js"></script> <script type="text/javascript" src="../../../lib/jquery.mousewheel.min.js"></script> <script type="text/javascript" src="../../../lib/index.js"></script> <script type="text/javascript" src="../../../index.js"></script> <script type="text/javascript" src="../../../lib/scheduler.js"></script> <script type="text/javascript" src="../../../lib/template.js"></script> <script type="text/javascript" src="../../../lib/tools.tooltip.js"></script> <script type="text/javascript"> /* this variable can be used by the JS to determine the path to the root document */ var toRoot = '../../../'; </script> </head> <body> <div id="search"> <span id="doc-title"><span id="doc-version"></span></span> <span class="close-results"><span class="left">&lt;</span> Back</span> <div id="textfilter"> <span class="input"> <input autocapitalize="none" placeholder="Search" id="index-input" type="text" accesskey="/" /> <i class="clear material-icons"></i> <i id="search-icon" class="material-icons"></i> </span> </div> </div> <div id="search-results"> <div id="search-progress"> <div id="progress-fill"></div> </div> <div id="results-content"> <div id="entity-results"></div> <div id="member-results"></div> </div> </div> <div id="content-scroll-container" style="-webkit-overflow-scrolling: touch;"> <div id="content-container" style="-webkit-overflow-scrolling: touch;"> <div id="subpackage-spacer"> <div id="packages"> <h1>Packages</h1> <ul> <li name="_root_.root" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="_root_"></a><a id="root:_root_"></a> <span class="permalink"> <a href="index.html#_root_" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">package</span> </span> <span class="symbol"> <a title="" href="../../../index.html"> <span class="name">root</span> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../../index.html" class="extype" name="_root_">root</a></dd></dl></div> </li><li name="_root_.net" visbl="pub" class="indented1 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="net"></a><a id="net:net"></a> <span class="permalink"> <a href="index.html#net" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">package</span> </span> <span class="symbol"> <a title="For a overview, proceed to the starting point for this document =&gt; net.liftmodules.fobo" href="../../index.html"> <span class="name">net</span> </a> </span> <p class="shortcomment cmt">For a overview, proceed to the starting point for this document =&gt; <a href="../fobo/index.html" class="extype" name="net.liftmodules.fobo">net.liftmodules.fobo</a></p><div class="fullcomment"><div class="comment cmt"><p>For a overview, proceed to the starting point for this document =&gt; <a href="../fobo/index.html" class="extype" name="net.liftmodules.fobo">net.liftmodules.fobo</a></p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../../index.html" class="extype" name="_root_">root</a></dd></dl></div> </li><li name="net.liftmodules" visbl="pub" class="indented2 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="liftmodules"></a><a id="liftmodules:liftmodules"></a> <span class="permalink"> <a href="../net/index.html#liftmodules" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">package</span> </span> <span class="symbol"> <a title="For a overview, proceed to the starting point for this document =&gt; net.liftmodules.fobo" href="../index.html"> <span class="name">liftmodules</span> </a> </span> <p class="shortcomment cmt">For a overview, proceed to the starting point for this document =&gt; <a href="../fobo/index.html" class="extype" name="net.liftmodules.fobo">net.liftmodules.fobo</a></p><div class="fullcomment"><div class="comment cmt"><p>For a overview, proceed to the starting point for this document =&gt; <a href="../fobo/index.html" class="extype" name="net.liftmodules.fobo">net.liftmodules.fobo</a></p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="net">net</a></dd></dl></div> </li><li name="net.liftmodules.fobopopapi" visbl="pub" class="indented3 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="fobopopapi"></a><a id="fobopopapi:fobopopapi"></a> <span class="permalink"> <a href="../../net/liftmodules/index.html#fobopopapi" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">package</span> </span> <span class="symbol"> <a title="This FoBo API module provides FoBo/Lift API components for the Popper Toolkit Module, but can also be used as-is, see below for setup information." href="index.html"> <span class="name">fobopopapi</span> </a> </span> <p class="shortcomment cmt">This FoBo API module provides FoBo/Lift API components for the Popper Toolkit Module, but can also be used as-is, see below for setup information.</p><div class="fullcomment"><div class="comment cmt"><h4>FoBo Popper API Module</h4><p>This FoBo API module provides FoBo/Lift API components for the Popper Toolkit Module, but can also be used as-is, see below for setup information.</p><p>If you are using this module via the FoBo/FoBo artifact module see also <a href="../fobo/index.html" class="extype" name="net.liftmodules.fobo">net.liftmodules.fobo</a> for setup information.</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../index.html" class="extype" name="net.liftmodules">liftmodules</a></dd></dl></div> </li><li class="current-entities indented3"> <a class="object" href="package$$API$.html" title=""></a> <a class="trait" href="" title="Initiate FoBo's Popper API in you bootstrap liftweb Boot."></a> <a href="" title="Initiate FoBo's Popper API in you bootstrap liftweb Boot."> API </a> </li> </ul> </div> </div> <div id="content"> <body class="trait type"> <div id="definition"> <a href="package$$API$.html" title="See companion object"><div class="big-circle trait-companion-object">t</div></a> <p id="owner"><a href="../../index.html" class="extype" name="net">net</a>.<a href="../index.html" class="extype" name="net.liftmodules">liftmodules</a>.<a href="index.html" class="extype" name="net.liftmodules.fobopopapi">fobopopapi</a></p> <h1><a href="package$$API$.html" title="See companion object">API</a><span class="permalink"> <a href="../../../net/liftmodules/fobopopapi/package$$API.html" title="Permalink"> <i class="material-icons"></i> </a> </span></h1> <h3><span class="morelinks"><div> Companion <a href="package$$API$.html" title="See companion object">object API</a> </div></span></h3> </div> <h4 id="signature" class="signature"> <span class="modifier_kind"> <span class="modifier">sealed </span> <span class="kind">trait</span> </span> <span class="symbol"> <span class="name">API</span><span class="result"> extends <a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.AnyRef" class="extype" target="_top">AnyRef</a></span> </span> </h4> <div id="comment" class="fullcommenttop"><div class="comment cmt"><p>Initiate FoBo's Popper API in you bootstrap liftweb Boot. </p></div><dl class="attributes block"> <div class="block">Example: <ol><li class="cmt"><p></p><pre><span class="kw">import</span> net.liftmodules.{fobopopapi <span class="kw">=&gt;</span> FoBo} : fobo.API.init=fobo.API.[API <span class="std">Object</span>]</pre><p><b>Note:</b> To see available objects click on the round trait icon in the header of this page.</p></li></ol> </div></dl><div class="toggleContainer block"> <span class="toggle"> Linear Supertypes </span> <div class="superTypes hiddenContent"><a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.AnyRef" class="extype" target="_top">AnyRef</a>, <a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.Any" class="extype" target="_top">Any</a></div> </div><div class="toggleContainer block"> <span class="toggle"> Known Subclasses </span> <div class="subClasses hiddenContent"><a href="package$$API$.html" class="extype" name="net.liftmodules.fobopopapi.API">API</a>, <a href="package$$API$$Popper1$.html" class="extype" name="net.liftmodules.fobopopapi.API.Popper1">Popper1</a></div> </div></div> <div id="mbrsel"> <div class="toggle"></div> <div id="memberfilter"> <i class="material-icons arrow"></i> <span class="input"> <input id="mbrsel-input" placeholder="Filter all members" type="text" accesskey="/" /> </span> <i class="clear material-icons"></i> </div> <div id="filterby"> <div id="order"> <span class="filtertype">Ordering</span> <ol> <li class="alpha in"><span>Alphabetic</span></li> <li class="inherit out"><span>By Inheritance</span></li> </ol> </div> <div class="ancestors"> <span class="filtertype">Inherited<br /> </span> <ol id="linearization"> <li class="in" name="net.liftmodules.fobopopapi.API"><span>API</span></li><li class="in" name="scala.AnyRef"><span>AnyRef</span></li><li class="in" name="scala.Any"><span>Any</span></li> </ol> </div><div class="ancestors"> <span class="filtertype"></span> <ol> <li class="hideall out"><span>Hide All</span></li> <li class="showall in"><span>Show All</span></li> </ol> </div> <div id="visbl"> <span class="filtertype">Visibility</span> <ol><li class="public in"><span>Public</span></li><li class="all out"><span>All</span></li></ol> </div> </div> </div> <div id="template"> <div id="allMembers"> <div class="values members"> <h3>Value Members</h3> <ol> <li name="scala.AnyRef#!=" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="!=(x$1:Any):Boolean"></a><a id="!=(Any):Boolean"></a> <span class="permalink"> <a href="../../../net/liftmodules/fobopopapi/package$$API.html#!=(x$1:Any):Boolean" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span title="gt4s: $bang$eq" class="name">!=</span><span class="params">(<span name="arg0">arg0: <a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.Any" class="extype" target="_top">Any</a></span>)</span><span class="result">: <a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.Boolean" class="extype" target="_top">Boolean</a></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="scala.AnyRef###" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="##():Int"></a> <span class="permalink"> <a href="../../../net/liftmodules/fobopopapi/package$$API.html###():Int" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span title="gt4s: $hash$hash" class="name">##</span><span class="params">()</span><span class="result">: <a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.Int" class="extype" target="_top">Int</a></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="scala.AnyRef#==" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="==(x$1:Any):Boolean"></a><a id="==(Any):Boolean"></a> <span class="permalink"> <a href="../../../net/liftmodules/fobopopapi/package$$API.html#==(x$1:Any):Boolean" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span title="gt4s: $eq$eq" class="name">==</span><span class="params">(<span name="arg0">arg0: <a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.Any" class="extype" target="_top">Any</a></span>)</span><span class="result">: <a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.Boolean" class="extype" target="_top">Boolean</a></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="scala.Any#asInstanceOf" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="asInstanceOf[T0]:T0"></a> <span class="permalink"> <a href="../../../net/liftmodules/fobopopapi/package$$API.html#asInstanceOf[T0]:T0" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">asInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Any.asInstanceOf.T0">T0</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div> </li><li name="scala.AnyRef#clone" visbl="prt" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="clone():Object"></a><a id="clone():AnyRef"></a> <span class="permalink"> <a href="../../../net/liftmodules/fobopopapi/package$$API.html#clone():Object" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">clone</span><span class="params">()</span><span class="result">: <a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.AnyRef" class="extype" target="_top">AnyRef</a></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">(<span> <span class="defval" name="classOf[java.lang.CloneNotSupportedException]">...</span> </span>)</span> </dd></dl></div> </li><li name="scala.AnyRef#eq" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="eq(x$1:AnyRef):Boolean"></a><a id="eq(AnyRef):Boolean"></a> <span class="permalink"> <a href="../../../net/liftmodules/fobopopapi/package$$API.html#eq(x$1:AnyRef):Boolean" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">eq</span><span class="params">(<span name="arg0">arg0: <a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.AnyRef" class="extype" target="_top">AnyRef</a></span>)</span><span class="result">: <a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.Boolean" class="extype" target="_top">Boolean</a></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.AnyRef#equals" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="equals(x$1:Any):Boolean"></a><a id="equals(Any):Boolean"></a> <span class="permalink"> <a href="../../../net/liftmodules/fobopopapi/package$$API.html#equals(x$1:Any):Boolean" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">equals</span><span class="params">(<span name="arg0">arg0: <a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.Any" class="extype" target="_top">Any</a></span>)</span><span class="result">: <a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.Boolean" class="extype" target="_top">Boolean</a></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="scala.AnyRef#finalize" visbl="prt" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="finalize():Unit"></a> <span class="permalink"> <a href="../../../net/liftmodules/fobopopapi/package$$API.html#finalize():Unit" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">finalize</span><span class="params">()</span><span class="result">: <a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.Unit" class="extype" target="_top">Unit</a></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">(<span> <span class="symbol">classOf[java.lang.Throwable]</span> </span>)</span> </dd></dl></div> </li><li name="scala.AnyRef#getClass" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="getClass():Class[_]"></a> <span class="permalink"> <a href="../../../net/liftmodules/fobopopapi/package$$API.html#getClass():Class[_]" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="scala.AnyRef#hashCode" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="hashCode():Int"></a> <span class="permalink"> <a href="../../../net/liftmodules/fobopopapi/package$$API.html#hashCode():Int" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">hashCode</span><span class="params">()</span><span class="result">: <a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.Int" class="extype" target="_top">Int</a></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="scala.Any#isInstanceOf" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="isInstanceOf[T0]:Boolean"></a> <span class="permalink"> <a href="../../../net/liftmodules/fobopopapi/package$$API.html#isInstanceOf[T0]:Boolean" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">isInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.Boolean" class="extype" target="_top">Boolean</a></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div> </li><li name="scala.AnyRef#ne" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="ne(x$1:AnyRef):Boolean"></a><a id="ne(AnyRef):Boolean"></a> <span class="permalink"> <a href="../../../net/liftmodules/fobopopapi/package$$API.html#ne(x$1:AnyRef):Boolean" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">ne</span><span class="params">(<span name="arg0">arg0: <a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.AnyRef" class="extype" target="_top">AnyRef</a></span>)</span><span class="result">: <a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.Boolean" class="extype" target="_top">Boolean</a></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.AnyRef#notify" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="notify():Unit"></a> <span class="permalink"> <a href="../../../net/liftmodules/fobopopapi/package$$API.html#notify():Unit" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">notify</span><span class="params">()</span><span class="result">: <a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.Unit" class="extype" target="_top">Unit</a></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.AnyRef#notifyAll" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="notifyAll():Unit"></a> <span class="permalink"> <a href="../../../net/liftmodules/fobopopapi/package$$API.html#notifyAll():Unit" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">notifyAll</span><span class="params">()</span><span class="result">: <a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.Unit" class="extype" target="_top">Unit</a></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.AnyRef#synchronized" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="synchronized[T0](x$1:=&gt;T0):T0"></a><a id="synchronized[T0](⇒T0):T0"></a> <span class="permalink"> <a href="../../../net/liftmodules/fobopopapi/package$$API.html#synchronized[T0](x$1:=&gt;T0):T0" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">synchronized</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="params">(<span name="arg0">arg0: ⇒ <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span>)</span><span class="result">: <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.AnyRef#toString" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="toString():String"></a> <span class="permalink"> <a href="../../../net/liftmodules/fobopopapi/package$$API.html#toString():String" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">toString</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.String">String</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="scala.AnyRef#wait" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="wait():Unit"></a> <span class="permalink"> <a href="../../../net/liftmodules/fobopopapi/package$$API.html#wait():Unit" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">wait</span><span class="params">()</span><span class="result">: <a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.Unit" class="extype" target="_top">Unit</a></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">(<span> <span class="defval" name="classOf[java.lang.InterruptedException]">...</span> </span>)</span> </dd></dl></div> </li><li name="scala.AnyRef#wait" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="wait(x$1:Long,x$2:Int):Unit"></a><a id="wait(Long,Int):Unit"></a> <span class="permalink"> <a href="../../../net/liftmodules/fobopopapi/package$$API.html#wait(x$1:Long,x$2:Int):Unit" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">wait</span><span class="params">(<span name="arg0">arg0: <a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.Long" class="extype" target="_top">Long</a></span>, <span name="arg1">arg1: <a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.Int" class="extype" target="_top">Int</a></span>)</span><span class="result">: <a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.Unit" class="extype" target="_top">Unit</a></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">(<span> <span class="defval" name="classOf[java.lang.InterruptedException]">...</span> </span>)</span> </dd></dl></div> </li><li name="scala.AnyRef#wait" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="wait(x$1:Long):Unit"></a><a id="wait(Long):Unit"></a> <span class="permalink"> <a href="../../../net/liftmodules/fobopopapi/package$$API.html#wait(x$1:Long):Unit" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">wait</span><span class="params">(<span name="arg0">arg0: <a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.Long" class="extype" target="_top">Long</a></span>)</span><span class="result">: <a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.Unit" class="extype" target="_top">Unit</a></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">(<span> <span class="defval" name="classOf[java.lang.InterruptedException]">...</span> </span>)</span> </dd></dl></div> </li> </ol> </div> </div> <div id="inheritedMembers"> <div class="parent" name="scala.AnyRef"> <h3>Inherited from <a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.AnyRef" class="extype" target="_top">AnyRef</a></h3> </div><div class="parent" name="scala.Any"> <h3>Inherited from <a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.Any" class="extype" target="_top">Any</a></h3> </div> </div> <div id="groupedMembers"> <div class="group" name="Ungrouped"> <h3>Ungrouped</h3> </div> </div> </div> <div id="tooltip"></div> <div id="footer"> </div> </body> </div> </div> </div> </body> </html>
karma4u101/FoBo-Demo
fobo-lift-template-demo/src/main/webapp/foboapi/older/v2.0/net/liftmodules/fobopopapi/package$$API.html
HTML
apache-2.0
32,999
<!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 Mar 16 04:11:58 MST 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.wildfly.swarm.config.webservices.PreHandlerChain (BOM: * : All 2.3.1.Final-SNAPSHOT API)</title> <meta name="date" content="2019-03-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.webservices.PreHandlerChain (BOM: * : All 2.3.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/webservices/PreHandlerChain.html" title="class in org.wildfly.swarm.config.webservices">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.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/webservices/class-use/PreHandlerChain.html" target="_top">Frames</a></li> <li><a href="PreHandlerChain.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;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.webservices.PreHandlerChain" class="title">Uses of Class<br>org.wildfly.swarm.config.webservices.PreHandlerChain</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/webservices/PreHandlerChain.html" title="class in org.wildfly.swarm.config.webservices">PreHandlerChain</a></span><span class="tabEnd">&nbsp;</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.webservices">org.wildfly.swarm.config.webservices</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.wildfly.swarm.config.webservices"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/wildfly/swarm/config/webservices/PreHandlerChain.html" title="class in org.wildfly.swarm.config.webservices">PreHandlerChain</a> in <a href="../../../../../../org/wildfly/swarm/config/webservices/package-summary.html">org.wildfly.swarm.config.webservices</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/webservices/package-summary.html">org.wildfly.swarm.config.webservices</a> with type parameters of type <a href="../../../../../../org/wildfly/swarm/config/webservices/PreHandlerChain.html" title="class in org.wildfly.swarm.config.webservices">PreHandlerChain</a></span><span class="tabEnd">&nbsp;</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&nbsp;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/webservices/PreHandlerChain.html" title="class in org.wildfly.swarm.config.webservices">PreHandlerChain</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/webservices/PreHandlerChain.html" title="class in org.wildfly.swarm.config.webservices">PreHandlerChain</a>&lt;T&gt;&gt;</span></code> <div class="block">Endpoint configuration PRE handler chain</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>interface&nbsp;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/webservices/PreHandlerChainConsumer.html" title="interface in org.wildfly.swarm.config.webservices">PreHandlerChainConsumer</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/webservices/PreHandlerChain.html" title="class in org.wildfly.swarm.config.webservices">PreHandlerChain</a>&lt;T&gt;&gt;</span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>interface&nbsp;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/webservices/PreHandlerChainSupplier.html" title="interface in org.wildfly.swarm.config.webservices">PreHandlerChainSupplier</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/webservices/PreHandlerChain.html" title="class in org.wildfly.swarm.config.webservices">PreHandlerChain</a>&gt;</span></code>&nbsp;</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/webservices/package-summary.html">org.wildfly.swarm.config.webservices</a> that return <a href="../../../../../../org/wildfly/swarm/config/webservices/PreHandlerChain.html" title="class in org.wildfly.swarm.config.webservices">PreHandlerChain</a></span><span class="tabEnd">&nbsp;</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/webservices/PreHandlerChain.html" title="class in org.wildfly.swarm.config.webservices">PreHandlerChain</a></code></td> <td class="colLast"><span class="typeNameLabel">PreHandlerChainSupplier.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/webservices/PreHandlerChainSupplier.html#get--">get</a></span>()</code> <div class="block">Constructed instance of PreHandlerChain resource</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/wildfly/swarm/config/webservices/PreHandlerChain.html" title="class in org.wildfly.swarm.config.webservices">PreHandlerChain</a></code></td> <td class="colLast"><span class="typeNameLabel">EndpointConfig.EndpointConfigResources.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/webservices/EndpointConfig.EndpointConfigResources.html#preHandlerChain-java.lang.String-">preHandlerChain</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>&nbsp;key)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/wildfly/swarm/config/webservices/PreHandlerChain.html" title="class in org.wildfly.swarm.config.webservices">PreHandlerChain</a></code></td> <td class="colLast"><span class="typeNameLabel">ClientConfig.ClientConfigResources.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/webservices/ClientConfig.ClientConfigResources.html#preHandlerChain-java.lang.String-">preHandlerChain</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>&nbsp;key)</code>&nbsp;</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/webservices/package-summary.html">org.wildfly.swarm.config.webservices</a> that return types with arguments of type <a href="../../../../../../org/wildfly/swarm/config/webservices/PreHandlerChain.html" title="class in org.wildfly.swarm.config.webservices">PreHandlerChain</a></span><span class="tabEnd">&nbsp;</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="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../org/wildfly/swarm/config/webservices/PreHandlerChain.html" title="class in org.wildfly.swarm.config.webservices">PreHandlerChain</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">EndpointConfig.EndpointConfigResources.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/webservices/EndpointConfig.EndpointConfigResources.html#preHandlerChains--">preHandlerChains</a></span>()</code> <div class="block">Get the list of PreHandlerChain resources</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../org/wildfly/swarm/config/webservices/PreHandlerChain.html" title="class in org.wildfly.swarm.config.webservices">PreHandlerChain</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">ClientConfig.ClientConfigResources.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/webservices/ClientConfig.ClientConfigResources.html#preHandlerChains--">preHandlerChains</a></span>()</code> <div class="block">Get the list of PreHandlerChain resources</div> </td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/wildfly/swarm/config/webservices/package-summary.html">org.wildfly.swarm.config.webservices</a> with parameters of type <a href="../../../../../../org/wildfly/swarm/config/webservices/PreHandlerChain.html" title="class in org.wildfly.swarm.config.webservices">PreHandlerChain</a></span><span class="tabEnd">&nbsp;</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/webservices/EndpointConfig.html" title="type parameter in EndpointConfig">T</a></code></td> <td class="colLast"><span class="typeNameLabel">EndpointConfig.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/webservices/EndpointConfig.html#preHandlerChain-org.wildfly.swarm.config.webservices.PreHandlerChain-">preHandlerChain</a></span>(<a href="../../../../../../org/wildfly/swarm/config/webservices/PreHandlerChain.html" title="class in org.wildfly.swarm.config.webservices">PreHandlerChain</a>&nbsp;value)</code> <div class="block">Add the PreHandlerChain object to the list of subresources</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/wildfly/swarm/config/webservices/ClientConfig.html" title="type parameter in ClientConfig">T</a></code></td> <td class="colLast"><span class="typeNameLabel">ClientConfig.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/webservices/ClientConfig.html#preHandlerChain-org.wildfly.swarm.config.webservices.PreHandlerChain-">preHandlerChain</a></span>(<a href="../../../../../../org/wildfly/swarm/config/webservices/PreHandlerChain.html" title="class in org.wildfly.swarm.config.webservices">PreHandlerChain</a>&nbsp;value)</code> <div class="block">Add the PreHandlerChain object to the list of subresources</div> </td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Method parameters in <a href="../../../../../../org/wildfly/swarm/config/webservices/package-summary.html">org.wildfly.swarm.config.webservices</a> with type arguments of type <a href="../../../../../../org/wildfly/swarm/config/webservices/PreHandlerChain.html" title="class in org.wildfly.swarm.config.webservices">PreHandlerChain</a></span><span class="tabEnd">&nbsp;</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/webservices/EndpointConfig.html" title="type parameter in EndpointConfig">T</a></code></td> <td class="colLast"><span class="typeNameLabel">EndpointConfig.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/webservices/EndpointConfig.html#preHandlerChains-java.util.List-">preHandlerChains</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../org/wildfly/swarm/config/webservices/PreHandlerChain.html" title="class in org.wildfly.swarm.config.webservices">PreHandlerChain</a>&gt;&nbsp;value)</code> <div class="block">Add all PreHandlerChain objects to this subresource</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/wildfly/swarm/config/webservices/ClientConfig.html" title="type parameter in ClientConfig">T</a></code></td> <td class="colLast"><span class="typeNameLabel">ClientConfig.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/webservices/ClientConfig.html#preHandlerChains-java.util.List-">preHandlerChains</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../org/wildfly/swarm/config/webservices/PreHandlerChain.html" title="class in org.wildfly.swarm.config.webservices">PreHandlerChain</a>&gt;&nbsp;value)</code> <div class="block">Add all PreHandlerChain objects to this subresource</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/webservices/PreHandlerChain.html" title="class in org.wildfly.swarm.config.webservices">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.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/webservices/class-use/PreHandlerChain.html" target="_top">Frames</a></li> <li><a href="PreHandlerChain.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;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 &#169; 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.1.Final-SNAPSHOT/apidocs/org/wildfly/swarm/config/webservices/class-use/PreHandlerChain.html
HTML
apache-2.0
17,753
--- layout: page description: "不忘初心,方得始终!" --- {% for post in paginator.posts %} <div class="post-preview"> <a href="{{ post.url | prepend: site.baseurl }}"> <h2 class="post-title"> {{ post.title }} </h2> {% if post.subtitle %} <h3 class="post-subtitle"> {{ post.subtitle }} </h3> {% endif %} <div class="post-content-preview"> {{ post.content | strip_html | truncate:150 }} </div> </a> <p class="post-meta">Posted by {% if post.author %}{{ post.author }}{% else %}{{ site.title }}{% endif %} on {{ post.date | date: "%B %-d, %Y" }}</p> </div> <hr> {% endfor %} <!-- Pager --> {% if paginator.total_pages > 1 %} <ul class="pager"> {% if paginator.previous_page %} <li class="previous"> <a href="{{ paginator.previous_page_path | prepend: site.baseurl | replace: '//', '/' }}">&larr; Newer Posts</a> </li> {% endif %} {% if paginator.next_page %} <li class="next"> <a href="{{ paginator.next_page_path | prepend: site.baseurl | replace: '//', '/' }}">Older Posts &rarr;</a> </li> {% endif %} </ul> <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-66863061-1', 'auto'); ga('send', 'pageview'); </script> {% endif %}
Demon404/Demon404.github.io
index.html
HTML
apache-2.0
1,605
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>ActiveSupport::JSON</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" /> <link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" /> <link rel="stylesheet" href="../../css/github.css" type="text/css" media="screen" /> <script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script> <script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script> <script src="../../js/main.js" type="text/javascript" charset="utf-8"></script> <script src="../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script> </head> <body> <div class="banner"> <span>Ruby on Rails 4.2.1</span><br /> <h1> <span class="type">Module</span> ActiveSupport::JSON </h1> <ul class="files"> <li><a href="../../files/__/__/__/_rbenv/versions/2_2_1/lib/ruby/gems/2_2_0/gems/activesupport-4_2_1/lib/active_support/json/decoding_rb.html">/Users/tony/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/activesupport-4.2.1/lib/active_support/json/decoding.rb</a></li> <li><a href="../../files/__/__/__/_rbenv/versions/2_2_1/lib/ruby/gems/2_2_0/gems/activesupport-4_2_1/lib/active_support/json/encoding_rb.html">/Users/tony/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/activesupport-4.2.1/lib/active_support/json/encoding.rb</a></li> <li><a href="../../files/__/__/__/_rbenv/versions/2_2_1/lib/ruby/gems/2_2_0/gems/activesupport-4_2_1/lib/active_support/time_with_zone_rb.html">/Users/tony/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/activesupport-4.2.1/lib/active_support/time_with_zone.rb</a></li> </ul> </div> <div id="bodyContent"> <div id="content"> <!-- Method ref --> <div class="sectiontitle">Methods</div> <dl class="methods"> <dt>D</dt> <dd> <ul> <li> <a href="#method-c-decode">decode</a> </li> </ul> </dd> <dt>E</dt> <dd> <ul> <li> <a href="#method-c-encode">encode</a> </li> </ul> </dd> <dt>P</dt> <dd> <ul> <li> <a href="#method-c-parse_error">parse_error</a> </li> </ul> </dd> </dl> <!-- Section constants --> <div class="sectiontitle">Constants</div> <table border='0' cellpadding='5'> <tr valign='top'> <td class="attr-name">DATE_REGEX</td> <td>=</td> <td class="attr-value">/^(?:\d{4}-\d{2}-\d{2}|\d{4}-\d{1,2}-\d{1,2}[T \t]+\d{1,2}:\d{2}:\d{2}(\.[0-9]*)?(([ \t]*)Z|[-+]\d{2}?(:\d{2})?))$/</td> </tr> <tr valign='top'> <td>&nbsp;</td> <td colspan="2" class="attr-desc"><p>matches YAML-formatted dates</p></td> </tr> </table> <!-- Methods --> <div class="sectiontitle">Class Public methods</div> <div class="method"> <div class="title method-title" id="method-c-decode"> <b>decode</b>(json, options = {}) <a href="../../classes/ActiveSupport/JSON.html#method-c-decode" name="method-c-decode" class="permalink">Link</a> </div> <div class="description"> <p>Parses a <a href="JSON.html">JSON</a> string (JavaScript <a href="../Object.html">Object</a> Notation) into a hash. See <a href="http://www.json.org">www.json.org</a> for more info.</p> <pre><code>ActiveSupport::JSON.decode(&quot;{\&quot;team\&quot;:\&quot;rails\&quot;,\&quot;players\&quot;:\&quot;36\&quot;}&quot;) =&gt; {&quot;team&quot; =&gt; &quot;rails&quot;, &quot;players&quot; =&gt; &quot;36&quot;}</code></pre> </div> <div class="sourcecode"> <p class="source-link"> Source: <a href="javascript:toggleSource('method-c-decode_source')" id="l_method-c-decode_source">show</a> </p> <div id="method-c-decode_source" class="dyn-source"> <pre><span class="ruby-comment"># File ../../../.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/activesupport-4.2.1/lib/active_support/json/decoding.rb, line 19</span> <span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">decode</span>(<span class="ruby-identifier">json</span>, <span class="ruby-identifier">options</span> = {}) <span class="ruby-keyword">if</span> <span class="ruby-identifier">options</span>.<span class="ruby-identifier">present?</span> <span class="ruby-identifier">raise</span> <span class="ruby-constant">ArgumentError</span>, <span class="ruby-string">&quot;In Rails 4.1, ActiveSupport::JSON.decode no longer &quot;</span> <span class="ruby-string">&quot;accepts an options hash for MultiJSON. MultiJSON reached its end of life &quot;</span> <span class="ruby-string">&quot;and has been removed.&quot;</span> <span class="ruby-keyword">end</span> <span class="ruby-identifier">data</span> = <span class="ruby-operator">::</span><span class="ruby-constant">JSON</span>.<span class="ruby-identifier">parse</span>(<span class="ruby-identifier">json</span>, <span class="ruby-identifier">quirks_mode</span><span class="ruby-operator">:</span> <span class="ruby-keyword">true</span>) <span class="ruby-keyword">if</span> <span class="ruby-constant">ActiveSupport</span>.<span class="ruby-identifier">parse_json_times</span> <span class="ruby-identifier">convert_dates_from</span>(<span class="ruby-identifier">data</span>) <span class="ruby-keyword">else</span> <span class="ruby-identifier">data</span> <span class="ruby-keyword">end</span> <span class="ruby-keyword">end</span></pre> </div> </div> </div> <div class="method"> <div class="title method-title" id="method-c-encode"> <b>encode</b>(value, options = nil) <a href="../../classes/ActiveSupport/JSON.html#method-c-encode" name="method-c-encode" class="permalink">Link</a> </div> <div class="description"> <p>Dumps objects in <a href="JSON.html">JSON</a> (JavaScript <a href="../Object.html">Object</a> Notation). See <a href="http://www.json.org">www.json.org</a> for more info.</p> <pre><code>ActiveSupport::JSON.encode({ team: &#39;rails&#39;, players: &#39;36&#39; }) # =&gt; &quot;{\&quot;team\&quot;:\&quot;rails\&quot;,\&quot;players\&quot;:\&quot;36\&quot;}&quot; </code></pre> </div> <div class="sourcecode"> <p class="source-link"> Source: <a href="javascript:toggleSource('method-c-encode_source')" id="l_method-c-encode_source">show</a> </p> <div id="method-c-encode_source" class="dyn-source"> <pre><span class="ruby-comment"># File ../../../.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/activesupport-4.2.1/lib/active_support/json/encoding.rb, line 20</span> <span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">self</span>.<span class="ruby-identifier">encode</span>(<span class="ruby-identifier">value</span>, <span class="ruby-identifier">options</span> = <span class="ruby-keyword">nil</span>) <span class="ruby-constant">Encoding</span>.<span class="ruby-identifier">json_encoder</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">options</span>).<span class="ruby-identifier">encode</span>(<span class="ruby-identifier">value</span>) <span class="ruby-keyword">end</span></pre> </div> </div> </div> <div class="method"> <div class="title method-title" id="method-c-parse_error"> <b>parse_error</b>() <a href="../../classes/ActiveSupport/JSON.html#method-c-parse_error" name="method-c-parse_error" class="permalink">Link</a> </div> <div class="description"> <p>Returns the class of the error that will be raised when there is an error in decoding <a href="JSON.html">JSON</a>. Using this method means you won&#39;t directly depend on the ActiveSupport&#39;s <a href="JSON.html">JSON</a> implementation, in case it changes in the future.</p> <pre><code>begin obj = ActiveSupport::JSON.decode(some_string) rescue ActiveSupport::JSON.parse_error Rails.logger.warn(&quot;Attempted to decode invalid JSON: #{some_string}&quot;) end </code></pre> </div> <div class="sourcecode"> <p class="source-link"> Source: <a href="javascript:toggleSource('method-c-parse_error_source')" id="l_method-c-parse_error_source">show</a> </p> <div id="method-c-parse_error_source" class="dyn-source"> <pre><span class="ruby-comment"># File ../../../.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/activesupport-4.2.1/lib/active_support/json/decoding.rb, line 45</span> <span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">parse_error</span> <span class="ruby-operator">::</span><span class="ruby-constant">JSON</span><span class="ruby-operator">::</span><span class="ruby-constant">ParserError</span> <span class="ruby-keyword">end</span></pre> </div> </div> </div> </div> </div> </body> </html>
tonywu522/biu_server
doc/api/classes/ActiveSupport/JSON.html
HTML
apache-2.0
10,738
<!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 : /bonfire/codeigniter/database/drivers/mongodb/</title> <link rel="stylesheet" href="../../../../../sample.css" type="text/css"> <link rel="stylesheet" href="../../../../../sample-print.css" type="text/css" media="print"> <style id="hilight" type="text/css"></style> <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> </head> <body bgcolor="#ffffff" text="#000000" link="#801800" vlink="#300540" alink="#ffffff"> <table class="pagetitle" width="100%"> <tr> <td valign="top" class="pagetitle"> [ <a href="../../../../../index.html">Index</a> ] </td> <td align="right" class="pagetitle"> <h2 style="margin-bottom: 0px">PHP Cross Reference of Unnamed Project</h2> </td> </tr> </table> <!-- Generated by PHPXref 0.7.1 at Thu Oct 23 18:57:41 2014 --> <!-- PHPXref (c) 2000-2010 Gareth Watts - [email protected] --> <!-- http://phpxref.sourceforge.net/ --> <script src="../../../../../phpxref.js" type="text/javascript"></script> <script language="JavaScript" type="text/javascript"> <!-- ext='.html'; relbase='../../../../../'; subdir='bonfire/codeigniter/database/drivers/mongodb'; filename='index.html'; cookiekey='phpxref'; handleNavFrame(relbase, subdir, filename); // --> </script> <script language="JavaScript" type="text/javascript"> if (gwGetCookie('xrefnav')=='off') document.write('<p class="navlinks">[ <a href="javascript:navOn()">Show Explorer<\/a> ]<\/p>'); else document.write('<p class="navlinks">[ <a href="javascript:navOff()">Hide Explorer<\/a> ]<\/p>'); </script> <noscript> <p class="navlinks"> [ <a href="../../../../../nav.html" target="_top">Show Explorer</a> ] [ <a href="index.html" target="_top">Hide Navbar</a> ] </p> </noscript> <script language="JavaScript" type="text/javascript"> <!-- document.writeln('<table align="right" class="searchbox-link"><tr><td><a class="searchbox-link" href="javascript:void(0)" onMouseOver="showSearchBox()">Search</a><br>'); document.writeln('<table border="0" cellspacing="0" cellpadding="0" class="searchbox" id="searchbox">'); document.writeln('<tr><td class="searchbox-title">'); document.writeln('<a class="searchbox-title" href="javascript:showSearchPopup()">Search History +</a>'); document.writeln('<\/td><\/tr>'); document.writeln('<tr><td class="searchbox-body" id="searchbox-body">'); document.writeln('<form name="search" style="margin:0px; padding:0px" onSubmit=\'return jump()\'>'); document.writeln('<a class="searchbox-body" href="../../../../../_classes/index.html">Class<\/a>: '); document.writeln('<input type="text" size=10 value="" name="classname"><br>'); document.writeln('<a id="funcsearchlink" class="searchbox-body" href="../../../../../_functions/index.html">Function<\/a>: '); document.writeln('<input type="text" size=10 value="" name="funcname"><br>'); document.writeln('<a class="searchbox-body" href="../../../../../_variables/index.html">Variable<\/a>: '); document.writeln('<input type="text" size=10 value="" name="varname"><br>'); document.writeln('<a class="searchbox-body" href="../../../../../_constants/index.html">Constant<\/a>: '); document.writeln('<input type="text" size=10 value="" name="constname"><br>'); document.writeln('<a class="searchbox-body" href="../../../../../_tables/index.html">Table<\/a>: '); document.writeln('<input type="text" size=10 value="" name="tablename"><br>'); document.writeln('<input type="submit" class="searchbox-button" value="Search">'); document.writeln('<\/form>'); document.writeln('<\/td><\/tr><\/table>'); document.writeln('<\/td><\/tr><\/table>'); // --> </script> <div id="search-popup" class="searchpopup"><p id="searchpopup-title" class="searchpopup-title">title</p><div id="searchpopup-body" class="searchpopup-body">Body</div><p class="searchpopup-close"><a href="javascript:gwCloseActive()">[close]</a></p></div> <div class="filelist"> <h2 class="filelist-title">/bonfire/codeigniter/database/drivers/mongodb/</h2> <table width="100%"><tr><td class="filelist-filename" nowrap="nowrap" width="25"><img src="../../../../../_icons/folder.gif" alt="Folder"></td><td class="filelist-filename" nowrap="nowrap"><a class="filelist-filename" href="../index.html">Up one level</a> <td>&nbsp;</td></tr> <tr><td valign="top" class="filelist-filename" nowrap="nowrap" width="25"><img src="../../../../../_icons/text.gif" alt="File"></td><td class="filelist-filename" nowrap="nowrap" valign="top"><a href="mongodb_driver.php.html">mongodb_driver.php</a> &nbsp;[<a href="mongodb_driver.php.source.html">source</a>] [359 lines]&nbsp;&nbsp;&nbsp;</td><td valign="top" class="filelist-filename" width="95%"></td></tr> <tr><td valign="top" class="filelist-filename" nowrap="nowrap" width="25"><img src="../../../../../_icons/text.gif" alt="File"></td><td class="filelist-filename" nowrap="nowrap" valign="top"><a href="mongodb_forge.php.html">mongodb_forge.php</a> &nbsp;&nbsp;[<a href="mongodb_forge.php.source.html">source</a>] [0 lines]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td><td valign="top" class="filelist-filename" width="95%"></td></tr> <tr><td valign="top" class="filelist-filename" nowrap="nowrap" width="25"><img src="../../../../../_icons/text.gif" alt="File"></td><td class="filelist-filename" nowrap="nowrap" valign="top"><a href="mongodb_result.php.html">mongodb_result.php</a> &nbsp;[<a href="mongodb_result.php.source.html">source</a>] [152 lines]&nbsp;&nbsp;&nbsp;</td><td valign="top" class="filelist-filename" width="95%"></td></tr> <tr><td valign="top" class="filelist-filename" nowrap="nowrap" width="25"><img src="../../../../../_icons/text.gif" alt="File"></td><td class="filelist-filename" nowrap="nowrap" valign="top"><a href="mongodb_utility.php.html">mongodb_utility.php</a> [<a href="mongodb_utility.php.source.html">source</a>] [0 lines]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td><td valign="top" class="filelist-filename" width="95%"></td></tr> </table></div> <!-- A link to the phpxref site in your customized footer file is appreciated ;-) --> <br><hr> <table width="100%"> <tr><td>Generated: Thu Oct 23 18:57:41 2014</td> <td align="right"><i>Cross-referenced by <a href="http://phpxref.sourceforge.net/">PHPXref 0.7.1</a></i></td> </tr> </table> </body></html>
inputx/code-ref-doc
bonfire/bonfire/codeigniter/database/drivers/mongodb/index.html
HTML
apache-2.0
6,382
<!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_131) on Mon Jul 10 14:55:58 CST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Class Hierarchy (Promise 0.0.1-SNAPSHOT API)</title> <meta name="date" content="2017-07-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="Class Hierarchy (Promise 0.0.1-SNAPSHOT API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="com/sdklite/promise/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>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="index.html?overview-tree.html" target="_top">Frames</a></li> <li><a href="overview-tree.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="allclasses-noframe.html">All&nbsp;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 All Packages</h1> <span class="packageHierarchyLabel">Package Hierarchies:</span> <ul class="horizontal"> <li><a href="com/sdklite/promise/package-tree.html">com.sdklite.promise</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">com.sdklite.promise.<a href="com/sdklite/promise/Promise.html" title="class in com.sdklite.promise"><span class="typeNameLink">Promise</span></a>&lt;V&gt; (implements com.sdklite.promise.<a href="com/sdklite/promise/Thenable.html" title="interface in com.sdklite.promise">Thenable</a>&lt;V&gt;)</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">com.sdklite.promise.<a href="com/sdklite/promise/TypeException.html" title="class in com.sdklite.promise"><span class="typeNameLink">TypeException</span></a></li> </ul> </li> </ul> </li> </ul> </li> </ul> </li> </ul> <h2 title="Interface Hierarchy">Interface Hierarchy</h2> <ul> <li type="circle">com.sdklite.promise.<a href="com/sdklite/promise/Consumer.html" title="interface in com.sdklite.promise"><span class="typeNameLink">Consumer</span></a>&lt;T&gt;</li> <li type="circle">com.sdklite.promise.<a href="com/sdklite/promise/Executor.html" title="interface in com.sdklite.promise"><span class="typeNameLink">Executor</span></a>&lt;T,U&gt;</li> <li type="circle">com.sdklite.promise.<a href="com/sdklite/promise/Function.html" title="interface in com.sdklite.promise"><span class="typeNameLink">Function</span></a>&lt;T,R&gt;</li> <li type="circle">com.sdklite.promise.<a href="com/sdklite/promise/Thenable.html" title="interface in com.sdklite.promise"><span class="typeNameLink">Thenable</span></a>&lt;V&gt;</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="com/sdklite/promise/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>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="index.html?overview-tree.html" target="_top">Frames</a></li> <li><a href="overview-tree.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="allclasses-noframe.html">All&nbsp;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 &#169; 2015&#x2013;2017 <a href="http://www.sdklite.com">SDKLite</a>. All rights reserved.</small></p> </body> </html>
sdklite/promise
docs/overview-tree.html
HTML
apache-2.0
6,402
<!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 Thu Mar 08 14:17:35 MST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>ConfigurationChangesServiceConsumer (BOM: * : All 2018.3.3 API)</title> <meta name="date" content="2018-03-08"> <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="ConfigurationChangesServiceConsumer (BOM: * : All 2018.3.3 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/ConfigurationChangesServiceConsumer.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, 2018.3.3</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/wildfly/swarm/config/management/ConfigurationChangesService.html" title="class in org.wildfly.swarm.config.management"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../org/wildfly/swarm/config/management/ConfigurationChangesServiceSupplier.html" title="interface in org.wildfly.swarm.config.management"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/wildfly/swarm/config/management/ConfigurationChangesServiceConsumer.html" target="_top">Frames</a></li> <li><a href="ConfigurationChangesServiceConsumer.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</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</div> <h2 title="Interface ConfigurationChangesServiceConsumer" class="title">Interface ConfigurationChangesServiceConsumer&lt;T extends <a href="../../../../../org/wildfly/swarm/config/management/ConfigurationChangesService.html" title="class in org.wildfly.swarm.config.management">ConfigurationChangesService</a>&lt;T&gt;&gt;</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">ConfigurationChangesServiceConsumer&lt;T extends <a href="../../../../../org/wildfly/swarm/config/management/ConfigurationChangesService.html" title="class in org.wildfly.swarm.config.management">ConfigurationChangesService</a>&lt;T&gt;&gt;</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">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t5" class="tableTab"><span><a href="javascript:show(16);">Default Methods</a></span><span class="tabEnd">&nbsp;</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/ConfigurationChangesServiceConsumer.html#accept-T-">accept</a></span>(<a href="../../../../../org/wildfly/swarm/config/management/ConfigurationChangesServiceConsumer.html" title="type parameter in ConfigurationChangesServiceConsumer">T</a>&nbsp;value)</code> <div class="block">Configure a pre-constructed instance of ConfigurationChangesService resource</div> </td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>default <a href="../../../../../org/wildfly/swarm/config/management/ConfigurationChangesServiceConsumer.html" title="interface in org.wildfly.swarm.config.management">ConfigurationChangesServiceConsumer</a>&lt;<a href="../../../../../org/wildfly/swarm/config/management/ConfigurationChangesServiceConsumer.html" title="type parameter in ConfigurationChangesServiceConsumer">T</a>&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/wildfly/swarm/config/management/ConfigurationChangesServiceConsumer.html#andThen-org.wildfly.swarm.config.management.ConfigurationChangesServiceConsumer-">andThen</a></span>(<a href="../../../../../org/wildfly/swarm/config/management/ConfigurationChangesServiceConsumer.html" title="interface in org.wildfly.swarm.config.management">ConfigurationChangesServiceConsumer</a>&lt;<a href="../../../../../org/wildfly/swarm/config/management/ConfigurationChangesServiceConsumer.html" title="type parameter in ConfigurationChangesServiceConsumer">T</a>&gt;&nbsp;after)</code>&nbsp;</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.ConfigurationChangesService-"> <!-- --> </a><a name="accept-T-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>accept</h4> <pre>void&nbsp;accept(<a href="../../../../../org/wildfly/swarm/config/management/ConfigurationChangesServiceConsumer.html" title="type parameter in ConfigurationChangesServiceConsumer">T</a>&nbsp;value)</pre> <div class="block">Configure a pre-constructed instance of ConfigurationChangesService resource</div> </li> </ul> <a name="andThen-org.wildfly.swarm.config.management.ConfigurationChangesServiceConsumer-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>andThen</h4> <pre>default&nbsp;<a href="../../../../../org/wildfly/swarm/config/management/ConfigurationChangesServiceConsumer.html" title="interface in org.wildfly.swarm.config.management">ConfigurationChangesServiceConsumer</a>&lt;<a href="../../../../../org/wildfly/swarm/config/management/ConfigurationChangesServiceConsumer.html" title="type parameter in ConfigurationChangesServiceConsumer">T</a>&gt;&nbsp;andThen(<a href="../../../../../org/wildfly/swarm/config/management/ConfigurationChangesServiceConsumer.html" title="interface in org.wildfly.swarm.config.management">ConfigurationChangesServiceConsumer</a>&lt;<a href="../../../../../org/wildfly/swarm/config/management/ConfigurationChangesServiceConsumer.html" title="type parameter in ConfigurationChangesServiceConsumer">T</a>&gt;&nbsp;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/ConfigurationChangesServiceConsumer.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, 2018.3.3</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/wildfly/swarm/config/management/ConfigurationChangesService.html" title="class in org.wildfly.swarm.config.management"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../org/wildfly/swarm/config/management/ConfigurationChangesServiceSupplier.html" title="interface in org.wildfly.swarm.config.management"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/wildfly/swarm/config/management/ConfigurationChangesServiceConsumer.html" target="_top">Frames</a></li> <li><a href="ConfigurationChangesServiceConsumer.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</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 &#169; 2018 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p> </body> </html>
wildfly-swarm/wildfly-swarm-javadocs
2018.3.3/apidocs/org/wildfly/swarm/config/management/ConfigurationChangesServiceConsumer.html
HTML
apache-2.0
12,058
<!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:41 MST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>ThreadPoolSupplier (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> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="ThreadPoolSupplier (Public javadocs 2017.4.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/ThreadPoolSupplier.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.4.0</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/wildfly/swarm/config/ejb3/ThreadPoolConsumer.html" title="interface in org.wildfly.swarm.config.ejb3"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../org/wildfly/swarm/config/ejb3/TimerService.html" title="class in org.wildfly.swarm.config.ejb3"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/wildfly/swarm/config/ejb3/ThreadPoolSupplier.html" target="_top">Frames</a></li> <li><a href="ThreadPoolSupplier.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</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.ejb3</div> <h2 title="Interface ThreadPoolSupplier" class="title">Interface ThreadPoolSupplier&lt;T extends <a href="../../../../../org/wildfly/swarm/config/ejb3/ThreadPool.html" title="class in org.wildfly.swarm.config.ejb3">ThreadPool</a>&gt;</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">ThreadPoolSupplier&lt;T extends <a href="../../../../../org/wildfly/swarm/config/ejb3/ThreadPool.html" title="class in org.wildfly.swarm.config.ejb3">ThreadPool</a>&gt;</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">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</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/ejb3/ThreadPool.html" title="class in org.wildfly.swarm.config.ejb3">ThreadPool</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/wildfly/swarm/config/ejb3/ThreadPoolSupplier.html#get--">get</a></span>()</code> <div class="block">Constructed instance of ThreadPool 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/ejb3/ThreadPool.html" title="class in org.wildfly.swarm.config.ejb3">ThreadPool</a>&nbsp;get()</pre> <div class="block">Constructed instance of ThreadPool 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/ThreadPoolSupplier.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.4.0</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/wildfly/swarm/config/ejb3/ThreadPoolConsumer.html" title="interface in org.wildfly.swarm.config.ejb3"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../org/wildfly/swarm/config/ejb3/TimerService.html" title="class in org.wildfly.swarm.config.ejb3"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/wildfly/swarm/config/ejb3/ThreadPoolSupplier.html" target="_top">Frames</a></li> <li><a href="ThreadPoolSupplier.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</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 &#169; 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.4.0/apidocs/org/wildfly/swarm/config/ejb3/ThreadPoolSupplier.html
HTML
apache-2.0
9,132
{% for scope in site.linters %} <section id="portfolio"> <div class="container"> <div class="row"> <div class="col-lg-12 text-center"> <h2>{{ scope.title }}</h2> <hr class="star-primary"> </div> </div> <div class="row"> {% assign types = scope.types | sort: 'title' %} {% for type in types %} <div class="col-xs-6 col-md-3 portfolio-item"> <a href="#{{ scope.modal }}-{{ type.modal }}" class="thumbnail" data-toggle="modal"> <div class="language-tile language-tile-text">{{ type.title }}</div> </a> </div> {% endfor %} </div> </div> </section> {% endfor %}
stevemao/atomlinter.github.io
_includes/linter_languages.html
HTML
apache-2.0
791
<!-- Portfolio Grid Section --> <section id="portfolio" class="bg-light-gray"> <div class="container"> <div class="row"> <div class="col-lg-12 text-center"> <h2 class="section-heading">{{ page.portfolio-heading }}</h2> <h3 class="section-subheading text-muted">{{ page.portfolio-subheading }}</h3> </div> </div> <!-- Prva tri --> <div class="row"> {% for post in site.categories.portfolio limit:3 %} {% if post.lang == page.lang %} <div class="col-md-4 col-sm-6 portfolio-item"> <a href="#portfolioModal{{ post.id | remove: "/" }}" class="portfolio-link" data-toggle="modal"> <div class="portfolio-hover"> <div class="portfolio-hover-content"> <i class="fa fa-search fa-3x"></i> </div> </div> {% if post.image %} <img src="{{ post.image }}" class="img-responsive" alt="{{ post.title }}"> {% else %} <img src="/assets/images/portfolio-default.jpg" class="img-responsive" alt="{{ post.title }}"> {% endif %} </a> <div class="portfolio-caption"> <h4>{{ post.title }}</h4> <p class="text-muted">{{ post.subtitle }}</p> </div> </div> {% endif %} {% endfor %} </div> <!-- Ostatak --> <div class="text-center arhiva"><button class="btn btn-primary" type="button" data-toggle="collapse" data-target="#collapseArhiva" aria-expanded="false" aria-controls="collapseArhiva">Arhiva</button></div> <div class="collapse" id="collapseArhiva"> <div class="row"> {% for post in site.categories.portfolio offset:3 %} {% if post.lang == page.lang %} <div class="col-md-4 col-sm-6 portfolio-item"> <a href="#portfolioModal{{ post.id | remove: "/" }}" class="portfolio-link" data-toggle="modal"> <div class="portfolio-hover"> <div class="portfolio-hover-content"> <i class="fa fa-search fa-3x"></i> </div> </div> {% if post.image %} <img src="{{ post.image }}" class="img-responsive" alt="{{ post.title }}"> {% else %} <img src="/assets/images/portfolio-default.jpg" class="img-responsive" alt="{{ post.title }}"> {% endif %} </a> <div class="portfolio-caption"> <h4>{{ post.title }}</h4> <p class="text-muted">{{ post.subtitle }}</p> </div> </div> {% endif %} {% endfor %} </div> </div> </div> </section>
tonartzagreb/tonartzagreb.github.io
_includes/html/portfolio.html
HTML
apache-2.0
3,398
<!-- shared styles for all elements and index.html --> <dom-module id="default-green-theme"> <template> <style> :root { --dark-primary-color: #00796B; --default-primary-color: #009688; --light-primary-color: #B2DFDB; --text-primary-color: #FFFFFF; --accent-color: #7C4DFF; --primary-background-color: #B2DFDB; --primary-text-color: #212121; --secondary-text-color: #727272; --disabled-text-color: #BDBDBD; --divider-color: #B6B6B6; /* Components */ /* paper-drawer-panel */ --drawer-menu-color: #ffffff; --drawer-border-color: 1px solid #ccc; --drawer-toolbar-border-color: 1px solid rgba(0, 0, 0, 0.22); /* paper-menu */ --paper-menu-background-color: #fff; --menu-link-color: #111111; } /* General styles */ #drawerToolbar { color: var(--secondary-text-color); background-color: var(--drawer-menu-color); border-bottom: var(--drawer-toolbar-border-color); } paper-scroll-header-panel { height: 100%; } paper-material { border-radius: 2px; height: 100%; padding: 16px; width: calc(98.66% - 16px); margin: 16px auto; background: white; } paper-menu iron-icon { margin-right: 33px; opacity: 0.54; } .paper-menu > .iron-selected { color: var(--default-primary-color); } paper-menu a { text-decoration: none; color: var(--menu-link-color); display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-direction: row; -webkit-flex-direction: row; flex-direction: row; -ms-flex-align: center; -webkit-align-items: center; align-items: center; font-family: 'Roboto', 'Noto', sans-serif; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; font-size: 14px; font-weight: 400; line-height: 24px; min-height: 48px; padding: 0 16px; } paper-toolbar.tall .app-name { font-size: 40px; font-weight: 300; /* Required for main area's paper-scroll-header-panel custom condensing transformation */ -webkit-transform-origin: left center; transform-origin: left center; } #mainToolbar .middle-container { height: 100%; margin-left: 48px; } #mainToolbar:not(.tall) .middle { font-size: 18px; padding-bottom: 0; } #mainToolbar .bottom { margin-left: 48px; /* Required for main area's paper-scroll-header-panel custom condensing transformation */ -webkit-transform-origin: left center; transform-origin: left center; } /* Height of the scroll area */ .content { height: 900px; } /* Breakpoints */ /* Small */ @media (max-width: 600px) { paper-material { --menu-container-display: none; width: calc(97.33% - 32px); padding-left: 16px; padding-right: 16px; } paper-toolbar.tall .app-name { font-size: 24px; font-weight: 400; } #drawer .paper-toolbar { margin-left: 16px; } #overlay { min-width: 360px; } .bg { background: white; } } /* Tablet+ */ @media (min-width: 601px) { paper-material { width: calc(98% - 46px); margin-bottom: 32px; padding-left: 30px; padding-right: 30px; } #drawer.paper-drawer-panel > [drawer] { border-right: 1px solid rgba(0, 0, 0, 0.14); } iron-pages { padding: 48px 62px; } } /* Material Design Adaptive Breakpoints */ /* Below you'll find CSS media queries based on the breakpoint guidance published by the Material Design team. You can choose to use, customise or remove these breakpoints based on your needs. http://www.google.com/design/spec/layout/adaptive-ui.html#adaptive-ui-breakpoints */ /* mobile-small */ @media all and (min-width: 0) and (max-width: 360px) and (orientation: portrait) { } /* mobile-large */ @media all and (min-width: 361px) and (orientation: portrait) { } /* mobile-small-landscape */ @media all and (min-width: 0) and (max-width: 480px) and (orientation: landscape) { } /* mobile-large-landscape */ @media all and (min-width: 481px) and (orientation: landscape) { } /* tablet-small-landscape */ @media all and (min-width: 600px) and (max-width: 960px) and (orientation: landscape) { } /* tablet-large-landscape */ @media all and (min-width: 961px) and (orientation: landscape) { } /* tablet-small */ @media all and (min-width: 600px) and (orientation: portrait) { } /* tablet-large */ @media all and (min-width: 601px) and (max-width: 840px) and (orientation : portrait) { } /* desktop-x-small-landscape */ @media all and (min-width: 0) and (max-width: 480px) and (orientation: landscape) { } /* desktop-x-small */ @media all and (min-width: 0) and (max-width: 480px) and (max-aspect-ratio: 4/3) { } /* desktop-small-landscape */ @media all and (min-width: 481px) and (max-width: 840px) and (orientation: landscape) { } /* desktop-small */ @media all and (min-width: 481px) and (max-width: 840px) and (max-aspect-ratio: 4/3) { } /* desktop-medium-landscape */ @media all and (min-width: 841px) and (max-width: 1280px) and (orientation: landscape) { } /* desktop-medium */ @media all and (min-width: 841px) and (max-width: 1280px) and (max-aspect-ratio: 4/3) { } /* desktop-large */ @media all and (min-width: 1281px) and (max-width: 1600px) { } /* desktop-xlarge */ @media all and (min-width: 1601px) and (max-width: 1920px) { } </style> </template> </dom-module>
ibek/vacation-planner
vacation-app/app/styles/default-green-theme.html
HTML
apache-2.0
6,261
<!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:47 CET 2016 --> <title>IntSet.IntSetIterator (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="IntSet.IntSetIterator (libgdx API)"; } } catch(err) { } //--> var methods = {"i0":10,"i1":10,"i2":10,"i3":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/IntSet.IntSetIterator.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"> 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><a href="../../../../com/badlogic/gdx/utils/IntSet.html" title="class in com.badlogic.gdx.utils"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../com/badlogic/gdx/utils/Json.html" title="class in com.badlogic.gdx.utils"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/badlogic/gdx/utils/IntSet.IntSetIterator.html" target="_top">Frames</a></li> <li><a href="IntSet.IntSetIterator.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</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.badlogic.gdx.utils</div> <h2 title="Class IntSet.IntSetIterator" class="title">Class IntSet.IntSetIterator</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>com.badlogic.gdx.utils.IntSet.IntSetIterator</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>Enclosing class:</dt> <dd><a href="../../../../com/badlogic/gdx/utils/IntSet.html" title="class in com.badlogic.gdx.utils">IntSet</a></dd> </dl> <hr> <br> <pre>public static class <span class="typeNameLabel">IntSet.IntSetIterator</span> extends java.lang.Object</pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field.summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd">&nbsp;</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>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/badlogic/gdx/utils/IntSet.IntSetIterator.html#hasNext">hasNext</a></span></code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/badlogic/gdx/utils/IntSet.IntSetIterator.html#IntSetIterator-com.badlogic.gdx.utils.IntSet-">IntSetIterator</a></span>(<a href="../../../../com/badlogic/gdx/utils/IntSet.html" title="class in com.badlogic.gdx.utils">IntSet</a>&nbsp;set)</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/badlogic/gdx/utils/IntSet.IntSetIterator.html#next--">next</a></span>()</code>&nbsp;</td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/badlogic/gdx/utils/IntSet.IntSetIterator.html#remove--">remove</a></span>()</code>&nbsp;</td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/badlogic/gdx/utils/IntSet.IntSetIterator.html#reset--">reset</a></span>()</code>&nbsp;</td> </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code><a href="../../../../com/badlogic/gdx/utils/IntArray.html" title="class in com.badlogic.gdx.utils">IntArray</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/badlogic/gdx/utils/IntSet.IntSetIterator.html#toArray--">toArray</a></span>()</code> <div class="block">Returns a new array containing the remaining keys.</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&nbsp;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="hasNext"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>hasNext</h4> <pre>public&nbsp;boolean hasNext</pre> </li> </ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="IntSetIterator-com.badlogic.gdx.utils.IntSet-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>IntSetIterator</h4> <pre>public&nbsp;IntSetIterator(<a href="../../../../com/badlogic/gdx/utils/IntSet.html" title="class in com.badlogic.gdx.utils">IntSet</a>&nbsp;set)</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="reset--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>reset</h4> <pre>public&nbsp;void&nbsp;reset()</pre> </li> </ul> <a name="remove--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>remove</h4> <pre>public&nbsp;void&nbsp;remove()</pre> </li> </ul> <a name="next--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>next</h4> <pre>public&nbsp;int&nbsp;next()</pre> </li> </ul> <a name="toArray--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>toArray</h4> <pre>public&nbsp;<a href="../../../../com/badlogic/gdx/utils/IntArray.html" title="class in com.badlogic.gdx.utils">IntArray</a>&nbsp;toArray()</pre> <div class="block">Returns a new array containing the remaining keys.</div> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <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/IntSet.IntSetIterator.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">libgdx API</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../com/badlogic/gdx/utils/IntSet.html" title="class in com.badlogic.gdx.utils"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../com/badlogic/gdx/utils/Json.html" title="class in com.badlogic.gdx.utils"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/badlogic/gdx/utils/IntSet.IntSetIterator.html" target="_top">Frames</a></li> <li><a href="IntSet.IntSetIterator.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</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> <div style="font-size:9pt"><i> Copyright &copy; 2010-2013 Mario Zechner ([email protected]), Nathan Sweet ([email protected]) </i></div> </small></p> </body> </html>
JFixby/libgdx-nightly
gdx-nightly/docs/api/com/badlogic/gdx/utils/IntSet.IntSetIterator.html
HTML
apache-2.0
13,442
<!DOCTYPE html> <!-- | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-09-13 | Rendered using Apache Maven Fluido Skin 1.5 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="Date-Revision-yyyymmdd" content="20160913" /> <meta http-equiv="Content-Language" content="en" /> <title>SBT Runner Maven Plugin &#x2013; Dependency Information</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" /> <link rel="stylesheet" href="./css/site.css" /> <link rel="stylesheet" href="./css/print.css" media="print" /> <script type="text/javascript" src="./js/apache-maven-fluido-1.5.min.js"></script> <link rel="stylesheet" href="./css/site.css" type="text/css"/> <!-- Google Analytics --> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-17472708-2']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </head> <body class="topBarDisabled"> <div class="container-fluid"> <div id="banner"> <div class="pull-left"> <div id="bannerLeft"> <h2>SBT Runner Maven Plugin</h2> </div> </div> <div class="pull-right"> <div id="bannerRight"> <img src="images/my-avatar-80.png" alt="avatar"/> </div> </div> <div class="clear"><hr/></div> </div> <div id="breadcrumbs"> <ul class="breadcrumb"> <li id="publishDate">Last Published: 2016-09-13 <span class="divider">|</span> </li> <li id="projectVersion">Version: 1.0.0-beta4 </li> </ul> </div> <div class="row-fluid"> <div id="leftColumn" class="span3"> <div class="well sidebar-nav"> <ul class="nav nav-list"> <li class="nav-header">Overview</li> <li> <a href="index.html" title="Introduction"> <span class="none"></span> Introduction</a> </li> <li> <a href="usage.html" title="Usage"> <span class="none"></span> Usage</a> </li> <li> <a href="plugin-info.html" title="Goals"> <span class="none"></span> Goals</a> </li> <li> <a href="apidocs/index.html" title="JavaDocs"> <span class="none"></span> JavaDocs</a> </li> <li class="nav-header">Project Documentation</li> <li> <a href="project-info.html" title="Project Information"> <span class="icon-chevron-down"></span> Project Information</a> <ul class="nav nav-list"> <li> <a href="integration.html" title="CI Management"> <span class="none"></span> CI Management</a> </li> <li> <a href="dependencies.html" title="Dependencies"> <span class="none"></span> Dependencies</a> </li> <li> <a href="dependency-convergence.html" title="Dependency Convergence"> <span class="none"></span> Dependency Convergence</a> </li> <li class="active"> <a href="#"><span class="none"></span>Dependency Information</a> </li> <li> <a href="distribution-management.html" title="Distribution Management"> <span class="none"></span> Distribution Management</a> </li> <li> <a href="issue-tracking.html" title="Issue Management"> <span class="none"></span> Issue Management</a> </li> <li> <a href="license.html" title="Licenses"> <span class="none"></span> Licenses</a> </li> <li> <a href="plugin-management.html" title="Plugin Management"> <span class="none"></span> Plugin Management</a> </li> <li> <a href="plugins.html" title="Plugins"> <span class="none"></span> Plugins</a> </li> <li> <a href="team-list.html" title="Team"> <span class="none"></span> Team</a> </li> <li> <a href="source-repository.html" title="Source Code Management"> <span class="none"></span> Source Code Management</a> </li> <li> <a href="project-summary.html" title="Summary"> <span class="none"></span> Summary</a> </li> </ul> </li> <li> <a href="project-reports.html" title="Project Reports"> <span class="icon-chevron-right"></span> Project Reports</a> </li> </ul> <hr /> <div id="poweredBy"> <div class="clear"></div> <div class="clear"></div> <div class="clear"></div> <div class="clear"></div> <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"> <img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /> </a> </div> </div> </div> <div id="bodyColumn" class="span9" > <div class="section"> <h2><a name="Dependency_Information"></a>Dependency Information</h2><a name="Dependency_Information"></a> <div class="section"> <h3><a name="Apache_Maven"></a>Apache Maven</h3><a name="Apache_Maven"></a> <div class="source"><pre class="prettyprint">&lt;dependency&gt; &lt;groupId&gt;com.google.code.sbtrun-maven-plugin&lt;/groupId&gt; &lt;artifactId&gt;sbtrun-maven-plugin&lt;/artifactId&gt; &lt;version&gt;1.0.0-beta4&lt;/version&gt; &lt;type&gt;maven-plugin&lt;/type&gt; &lt;/dependency&gt;</pre></div></div> <div class="section"> <h3><a name="Apache_Buildr"></a>Apache Buildr</h3><a name="Apache_Buildr"></a> <div class="source"><pre class="prettyprint">'com.google.code.sbtrun-maven-plugin:sbtrun-maven-plugin:maven-plugin:1.0.0-beta4'</pre></div></div> <div class="section"> <h3><a name="Apache_Ivy"></a>Apache Ivy</h3><a name="Apache_Ivy"></a> <div class="source"><pre class="prettyprint">&lt;dependency org=&quot;com.google.code.sbtrun-maven-plugin&quot; name=&quot;sbtrun-maven-plugin&quot; rev=&quot;1.0.0-beta4&quot;&gt; &lt;artifact name=&quot;sbtrun-maven-plugin&quot; type=&quot;maven-plugin&quot; /&gt; &lt;/dependency&gt;</pre></div></div> <div class="section"> <h3><a name="Groovy_Grape"></a>Groovy Grape</h3><a name="Groovy_Grape"></a> <div class="source"><pre class="prettyprint">@Grapes( @Grab(group='com.google.code.sbtrun-maven-plugin', module='sbtrun-maven-plugin', version='1.0.0-beta4') )</pre></div></div> <div class="section"> <h3><a name="GradleGrails"></a>Gradle/Grails</h3><a name="GradleGrails"></a> <div class="source"><pre class="prettyprint">compile 'com.google.code.sbtrun-maven-plugin:sbtrun-maven-plugin:1.0.0-beta4'</pre></div></div> <div class="section"> <h3><a name="Scala_SBT"></a>Scala SBT</h3><a name="Scala_SBT"></a> <div class="source"><pre class="prettyprint">libraryDependencies += &quot;com.google.code.sbtrun-maven-plugin&quot; % &quot;sbtrun-maven-plugin&quot; % &quot;1.0.0-beta4&quot;</pre></div></div> <div class="section"> <h3><a name="Leiningen"></a>Leiningen</h3><a name="Leiningen"></a> <div class="source"><pre class="prettyprint">[com.google.code.sbtrun-maven-plugin/sbtrun-maven-plugin &quot;1.0.0-beta4&quot;]</pre></div></div></div> </div> </div> </div> <hr/> <footer> <div class="container-fluid"> <div class="row-fluid"> <p >Copyright &copy; 2014&#x2013;2016. All rights reserved. </p> </div> </div> </footer> </body> </html>
sbtrun-maven-plugin/sbtrun-maven-plugin.github.io
sbtrun-maven-plugin/1.0.0-beta4/dependency-info.html
HTML
apache-2.0
10,060
<!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_171) on Fri Apr 16 05:17:59 UTC 2021 --> <title>GetLimitsResult.Builder</title> <meta name="date" content="2021-04-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="GetLimitsResult.Builder"; } } catch(err) { } //--> var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10,"i42":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../com/solidfire/element/api/GetLimitsResult.html" title="class in com.solidfire.element.api"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../com/solidfire/element/api/GetLldpConfigResult.html" title="class in com.solidfire.element.api"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/solidfire/element/api/GetLimitsResult.Builder.html" target="_top">Frames</a></li> <li><a href="GetLimitsResult.Builder.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</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.solidfire.element.api</div> <h2 title="Class GetLimitsResult.Builder" class="title">Class GetLimitsResult.Builder</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>com.solidfire.element.api.GetLimitsResult.Builder</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>Enclosing class:</dt> <dd><a href="../../../../com/solidfire/element/api/GetLimitsResult.html" title="class in com.solidfire.element.api">GetLimitsResult</a></dd> </dl> <hr> <br> <pre>public static class <span class="typeNameLabel">GetLimitsResult.Builder</span> extends java.lang.Object</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">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</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="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html#accountCountMax-java.lang.Long-">accountCountMax</a></span>(java.lang.Long&nbsp;accountCountMax)</code>&nbsp;</td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html#accountNameLengthMax-java.lang.Long-">accountNameLengthMax</a></span>(java.lang.Long&nbsp;accountNameLengthMax)</code>&nbsp;</td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html#accountNameLengthMin-java.lang.Long-">accountNameLengthMin</a></span>(java.lang.Long&nbsp;accountNameLengthMin)</code>&nbsp;</td> </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code><a href="../../../../com/solidfire/element/api/GetLimitsResult.html" title="class in com.solidfire.element.api">GetLimitsResult</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html#build--">build</a></span>()</code>&nbsp;</td> </tr> <tr id="i4" class="altColor"> <td class="colFirst"><code><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html#bulkVolumeJobsPerNodeMax-java.lang.Long-">bulkVolumeJobsPerNodeMax</a></span>(java.lang.Long&nbsp;bulkVolumeJobsPerNodeMax)</code>&nbsp;</td> </tr> <tr id="i5" class="rowColor"> <td class="colFirst"><code><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html#bulkVolumeJobsPerVolumeMax-java.lang.Long-">bulkVolumeJobsPerVolumeMax</a></span>(java.lang.Long&nbsp;bulkVolumeJobsPerVolumeMax)</code>&nbsp;</td> </tr> <tr id="i6" class="altColor"> <td class="colFirst"><code><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html#cloneJobsPerVolumeMax-java.lang.Long-">cloneJobsPerVolumeMax</a></span>(java.lang.Long&nbsp;cloneJobsPerVolumeMax)</code>&nbsp;</td> </tr> <tr id="i7" class="rowColor"> <td class="colFirst"><code><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html#clusterPairsCountMax-java.lang.Long-">clusterPairsCountMax</a></span>(java.lang.Long&nbsp;clusterPairsCountMax)</code>&nbsp;</td> </tr> <tr id="i8" class="altColor"> <td class="colFirst"><code><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html#initiatorAliasLengthMax-java.lang.Long-">initiatorAliasLengthMax</a></span>(java.lang.Long&nbsp;initiatorAliasLengthMax)</code>&nbsp;</td> </tr> <tr id="i9" class="rowColor"> <td class="colFirst"><code><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html#initiatorCountMax-java.lang.Long-">initiatorCountMax</a></span>(java.lang.Long&nbsp;initiatorCountMax)</code>&nbsp;</td> </tr> <tr id="i10" class="altColor"> <td class="colFirst"><code><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html#initiatorNameLengthMax-java.lang.Long-">initiatorNameLengthMax</a></span>(java.lang.Long&nbsp;initiatorNameLengthMax)</code>&nbsp;</td> </tr> <tr id="i11" class="rowColor"> <td class="colFirst"><code><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html#initiatorsPerVolumeAccessGroupCountMax-java.lang.Long-">initiatorsPerVolumeAccessGroupCountMax</a></span>(java.lang.Long&nbsp;initiatorsPerVolumeAccessGroupCountMax)</code>&nbsp;</td> </tr> <tr id="i12" class="altColor"> <td class="colFirst"><code><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html#iscsiSessionsFromFibreChannelNodesMax-java.lang.Long-">iscsiSessionsFromFibreChannelNodesMax</a></span>(java.lang.Long&nbsp;iscsiSessionsFromFibreChannelNodesMax)</code>&nbsp;</td> </tr> <tr id="i13" class="rowColor"> <td class="colFirst"><code><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html#optionalClusterAdminAccountMax-java.lang.Long-">optionalClusterAdminAccountMax</a></span>(java.lang.Long&nbsp;clusterAdminAccountMax)</code>&nbsp;</td> </tr> <tr id="i14" class="altColor"> <td class="colFirst"><code><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html#optionalFibreChannelVolumeAccessMax-java.lang.Long-">optionalFibreChannelVolumeAccessMax</a></span>(java.lang.Long&nbsp;fibreChannelVolumeAccessMax)</code>&nbsp;</td> </tr> <tr id="i15" class="rowColor"> <td class="colFirst"><code><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html#optionalVirtualVolumeCountMax-java.lang.Long-">optionalVirtualVolumeCountMax</a></span>(java.lang.Long&nbsp;virtualVolumeCountMax)</code>&nbsp;</td> </tr> <tr id="i16" class="altColor"> <td class="colFirst"><code><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html#optionalVirtualVolumesPerAccountCountMax-java.lang.Long-">optionalVirtualVolumesPerAccountCountMax</a></span>(java.lang.Long&nbsp;virtualVolumesPerAccountCountMax)</code>&nbsp;</td> </tr> <tr id="i17" class="rowColor"> <td class="colFirst"><code><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html#qosPolicyCountMax-java.lang.Long-">qosPolicyCountMax</a></span>(java.lang.Long&nbsp;qosPolicyCountMax)</code>&nbsp;</td> </tr> <tr id="i18" class="altColor"> <td class="colFirst"><code><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html#scheduleNameLengthMax-java.lang.Long-">scheduleNameLengthMax</a></span>(java.lang.Long&nbsp;scheduleNameLengthMax)</code>&nbsp;</td> </tr> <tr id="i19" class="rowColor"> <td class="colFirst"><code><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html#secretLengthMax-java.lang.Long-">secretLengthMax</a></span>(java.lang.Long&nbsp;secretLengthMax)</code>&nbsp;</td> </tr> <tr id="i20" class="altColor"> <td class="colFirst"><code><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html#secretLengthMin-java.lang.Long-">secretLengthMin</a></span>(java.lang.Long&nbsp;secretLengthMin)</code>&nbsp;</td> </tr> <tr id="i21" class="rowColor"> <td class="colFirst"><code><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html#snapshotNameLengthMax-java.lang.Long-">snapshotNameLengthMax</a></span>(java.lang.Long&nbsp;snapshotNameLengthMax)</code>&nbsp;</td> </tr> <tr id="i22" class="altColor"> <td class="colFirst"><code><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html#snapshotsPerVolumeMax-java.lang.Long-">snapshotsPerVolumeMax</a></span>(java.lang.Long&nbsp;snapshotsPerVolumeMax)</code>&nbsp;</td> </tr> <tr id="i23" class="rowColor"> <td class="colFirst"><code><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html#volumeAccessGroupCountMax-java.lang.Long-">volumeAccessGroupCountMax</a></span>(java.lang.Long&nbsp;volumeAccessGroupCountMax)</code>&nbsp;</td> </tr> <tr id="i24" class="altColor"> <td class="colFirst"><code><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html#volumeAccessGroupLunMax-java.lang.Long-">volumeAccessGroupLunMax</a></span>(java.lang.Long&nbsp;volumeAccessGroupLunMax)</code>&nbsp;</td> </tr> <tr id="i25" class="rowColor"> <td class="colFirst"><code><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html#volumeAccessGroupNameLengthMax-java.lang.Long-">volumeAccessGroupNameLengthMax</a></span>(java.lang.Long&nbsp;volumeAccessGroupNameLengthMax)</code>&nbsp;</td> </tr> <tr id="i26" class="altColor"> <td class="colFirst"><code><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html#volumeAccessGroupNameLengthMin-java.lang.Long-">volumeAccessGroupNameLengthMin</a></span>(java.lang.Long&nbsp;volumeAccessGroupNameLengthMin)</code>&nbsp;</td> </tr> <tr id="i27" class="rowColor"> <td class="colFirst"><code><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html#volumeAccessGroupsPerInitiatorCountMax-java.lang.Long-">volumeAccessGroupsPerInitiatorCountMax</a></span>(java.lang.Long&nbsp;volumeAccessGroupsPerInitiatorCountMax)</code>&nbsp;</td> </tr> <tr id="i28" class="altColor"> <td class="colFirst"><code><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html#volumeAccessGroupsPerVolumeCountMax-java.lang.Long-">volumeAccessGroupsPerVolumeCountMax</a></span>(java.lang.Long&nbsp;volumeAccessGroupsPerVolumeCountMax)</code>&nbsp;</td> </tr> <tr id="i29" class="rowColor"> <td class="colFirst"><code><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html#volumeBurstIOPSMax-java.lang.Long-">volumeBurstIOPSMax</a></span>(java.lang.Long&nbsp;volumeBurstIOPSMax)</code>&nbsp;</td> </tr> <tr id="i30" class="altColor"> <td class="colFirst"><code><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html#volumeBurstIOPSMin-java.lang.Long-">volumeBurstIOPSMin</a></span>(java.lang.Long&nbsp;volumeBurstIOPSMin)</code>&nbsp;</td> </tr> <tr id="i31" class="rowColor"> <td class="colFirst"><code><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html#volumeCountMax-java.lang.Long-">volumeCountMax</a></span>(java.lang.Long&nbsp;volumeCountMax)</code>&nbsp;</td> </tr> <tr id="i32" class="altColor"> <td class="colFirst"><code><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html#volumeMaxIOPSMax-java.lang.Long-">volumeMaxIOPSMax</a></span>(java.lang.Long&nbsp;volumeMaxIOPSMax)</code>&nbsp;</td> </tr> <tr id="i33" class="rowColor"> <td class="colFirst"><code><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html#volumeMaxIOPSMin-java.lang.Long-">volumeMaxIOPSMin</a></span>(java.lang.Long&nbsp;volumeMaxIOPSMin)</code>&nbsp;</td> </tr> <tr id="i34" class="altColor"> <td class="colFirst"><code><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html#volumeMinIOPSMax-java.lang.Long-">volumeMinIOPSMax</a></span>(java.lang.Long&nbsp;volumeMinIOPSMax)</code>&nbsp;</td> </tr> <tr id="i35" class="rowColor"> <td class="colFirst"><code><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html#volumeMinIOPSMin-java.lang.Long-">volumeMinIOPSMin</a></span>(java.lang.Long&nbsp;volumeMinIOPSMin)</code>&nbsp;</td> </tr> <tr id="i36" class="altColor"> <td class="colFirst"><code><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html#volumeNameLengthMax-java.lang.Long-">volumeNameLengthMax</a></span>(java.lang.Long&nbsp;volumeNameLengthMax)</code>&nbsp;</td> </tr> <tr id="i37" class="rowColor"> <td class="colFirst"><code><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html#volumeNameLengthMin-java.lang.Long-">volumeNameLengthMin</a></span>(java.lang.Long&nbsp;volumeNameLengthMin)</code>&nbsp;</td> </tr> <tr id="i38" class="altColor"> <td class="colFirst"><code><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html#volumeSizeMax-java.lang.Long-">volumeSizeMax</a></span>(java.lang.Long&nbsp;volumeSizeMax)</code>&nbsp;</td> </tr> <tr id="i39" class="rowColor"> <td class="colFirst"><code><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html#volumeSizeMin-java.lang.Long-">volumeSizeMin</a></span>(java.lang.Long&nbsp;volumeSizeMin)</code>&nbsp;</td> </tr> <tr id="i40" class="altColor"> <td class="colFirst"><code><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html#volumesPerAccountCountMax-java.lang.Long-">volumesPerAccountCountMax</a></span>(java.lang.Long&nbsp;volumesPerAccountCountMax)</code>&nbsp;</td> </tr> <tr id="i41" class="rowColor"> <td class="colFirst"><code><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html#volumesPerGroupSnapshotMax-java.lang.Long-">volumesPerGroupSnapshotMax</a></span>(java.lang.Long&nbsp;volumesPerGroupSnapshotMax)</code>&nbsp;</td> </tr> <tr id="i42" class="altColor"> <td class="colFirst"><code><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html#volumesPerVolumeAccessGroupCountMax-java.lang.Long-">volumesPerVolumeAccessGroupCountMax</a></span>(java.lang.Long&nbsp;volumesPerVolumeAccessGroupCountMax)</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;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"> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="build--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>build</h4> <pre>public&nbsp;<a href="../../../../com/solidfire/element/api/GetLimitsResult.html" title="class in com.solidfire.element.api">GetLimitsResult</a>&nbsp;build()</pre> </li> </ul> <a name="accountCountMax-java.lang.Long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>accountCountMax</h4> <pre>public&nbsp;<a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a>&nbsp;accountCountMax(java.lang.Long&nbsp;accountCountMax)</pre> </li> </ul> <a name="accountNameLengthMax-java.lang.Long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>accountNameLengthMax</h4> <pre>public&nbsp;<a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a>&nbsp;accountNameLengthMax(java.lang.Long&nbsp;accountNameLengthMax)</pre> </li> </ul> <a name="accountNameLengthMin-java.lang.Long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>accountNameLengthMin</h4> <pre>public&nbsp;<a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a>&nbsp;accountNameLengthMin(java.lang.Long&nbsp;accountNameLengthMin)</pre> </li> </ul> <a name="bulkVolumeJobsPerNodeMax-java.lang.Long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>bulkVolumeJobsPerNodeMax</h4> <pre>public&nbsp;<a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a>&nbsp;bulkVolumeJobsPerNodeMax(java.lang.Long&nbsp;bulkVolumeJobsPerNodeMax)</pre> </li> </ul> <a name="bulkVolumeJobsPerVolumeMax-java.lang.Long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>bulkVolumeJobsPerVolumeMax</h4> <pre>public&nbsp;<a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a>&nbsp;bulkVolumeJobsPerVolumeMax(java.lang.Long&nbsp;bulkVolumeJobsPerVolumeMax)</pre> </li> </ul> <a name="cloneJobsPerVolumeMax-java.lang.Long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>cloneJobsPerVolumeMax</h4> <pre>public&nbsp;<a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a>&nbsp;cloneJobsPerVolumeMax(java.lang.Long&nbsp;cloneJobsPerVolumeMax)</pre> </li> </ul> <a name="clusterPairsCountMax-java.lang.Long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clusterPairsCountMax</h4> <pre>public&nbsp;<a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a>&nbsp;clusterPairsCountMax(java.lang.Long&nbsp;clusterPairsCountMax)</pre> </li> </ul> <a name="initiatorNameLengthMax-java.lang.Long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>initiatorNameLengthMax</h4> <pre>public&nbsp;<a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a>&nbsp;initiatorNameLengthMax(java.lang.Long&nbsp;initiatorNameLengthMax)</pre> </li> </ul> <a name="initiatorCountMax-java.lang.Long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>initiatorCountMax</h4> <pre>public&nbsp;<a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a>&nbsp;initiatorCountMax(java.lang.Long&nbsp;initiatorCountMax)</pre> </li> </ul> <a name="initiatorsPerVolumeAccessGroupCountMax-java.lang.Long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>initiatorsPerVolumeAccessGroupCountMax</h4> <pre>public&nbsp;<a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a>&nbsp;initiatorsPerVolumeAccessGroupCountMax(java.lang.Long&nbsp;initiatorsPerVolumeAccessGroupCountMax)</pre> </li> </ul> <a name="iscsiSessionsFromFibreChannelNodesMax-java.lang.Long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>iscsiSessionsFromFibreChannelNodesMax</h4> <pre>public&nbsp;<a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a>&nbsp;iscsiSessionsFromFibreChannelNodesMax(java.lang.Long&nbsp;iscsiSessionsFromFibreChannelNodesMax)</pre> </li> </ul> <a name="qosPolicyCountMax-java.lang.Long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>qosPolicyCountMax</h4> <pre>public&nbsp;<a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a>&nbsp;qosPolicyCountMax(java.lang.Long&nbsp;qosPolicyCountMax)</pre> </li> </ul> <a name="secretLengthMax-java.lang.Long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>secretLengthMax</h4> <pre>public&nbsp;<a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a>&nbsp;secretLengthMax(java.lang.Long&nbsp;secretLengthMax)</pre> </li> </ul> <a name="scheduleNameLengthMax-java.lang.Long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>scheduleNameLengthMax</h4> <pre>public&nbsp;<a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a>&nbsp;scheduleNameLengthMax(java.lang.Long&nbsp;scheduleNameLengthMax)</pre> </li> </ul> <a name="secretLengthMin-java.lang.Long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>secretLengthMin</h4> <pre>public&nbsp;<a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a>&nbsp;secretLengthMin(java.lang.Long&nbsp;secretLengthMin)</pre> </li> </ul> <a name="snapshotNameLengthMax-java.lang.Long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>snapshotNameLengthMax</h4> <pre>public&nbsp;<a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a>&nbsp;snapshotNameLengthMax(java.lang.Long&nbsp;snapshotNameLengthMax)</pre> </li> </ul> <a name="snapshotsPerVolumeMax-java.lang.Long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>snapshotsPerVolumeMax</h4> <pre>public&nbsp;<a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a>&nbsp;snapshotsPerVolumeMax(java.lang.Long&nbsp;snapshotsPerVolumeMax)</pre> </li> </ul> <a name="volumeAccessGroupCountMax-java.lang.Long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>volumeAccessGroupCountMax</h4> <pre>public&nbsp;<a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a>&nbsp;volumeAccessGroupCountMax(java.lang.Long&nbsp;volumeAccessGroupCountMax)</pre> </li> </ul> <a name="volumeAccessGroupLunMax-java.lang.Long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>volumeAccessGroupLunMax</h4> <pre>public&nbsp;<a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a>&nbsp;volumeAccessGroupLunMax(java.lang.Long&nbsp;volumeAccessGroupLunMax)</pre> </li> </ul> <a name="volumeAccessGroupNameLengthMax-java.lang.Long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>volumeAccessGroupNameLengthMax</h4> <pre>public&nbsp;<a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a>&nbsp;volumeAccessGroupNameLengthMax(java.lang.Long&nbsp;volumeAccessGroupNameLengthMax)</pre> </li> </ul> <a name="volumeAccessGroupNameLengthMin-java.lang.Long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>volumeAccessGroupNameLengthMin</h4> <pre>public&nbsp;<a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a>&nbsp;volumeAccessGroupNameLengthMin(java.lang.Long&nbsp;volumeAccessGroupNameLengthMin)</pre> </li> </ul> <a name="volumeAccessGroupsPerInitiatorCountMax-java.lang.Long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>volumeAccessGroupsPerInitiatorCountMax</h4> <pre>public&nbsp;<a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a>&nbsp;volumeAccessGroupsPerInitiatorCountMax(java.lang.Long&nbsp;volumeAccessGroupsPerInitiatorCountMax)</pre> </li> </ul> <a name="volumeAccessGroupsPerVolumeCountMax-java.lang.Long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>volumeAccessGroupsPerVolumeCountMax</h4> <pre>public&nbsp;<a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a>&nbsp;volumeAccessGroupsPerVolumeCountMax(java.lang.Long&nbsp;volumeAccessGroupsPerVolumeCountMax)</pre> </li> </ul> <a name="initiatorAliasLengthMax-java.lang.Long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>initiatorAliasLengthMax</h4> <pre>public&nbsp;<a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a>&nbsp;initiatorAliasLengthMax(java.lang.Long&nbsp;initiatorAliasLengthMax)</pre> </li> </ul> <a name="volumeBurstIOPSMax-java.lang.Long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>volumeBurstIOPSMax</h4> <pre>public&nbsp;<a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a>&nbsp;volumeBurstIOPSMax(java.lang.Long&nbsp;volumeBurstIOPSMax)</pre> </li> </ul> <a name="volumeBurstIOPSMin-java.lang.Long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>volumeBurstIOPSMin</h4> <pre>public&nbsp;<a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a>&nbsp;volumeBurstIOPSMin(java.lang.Long&nbsp;volumeBurstIOPSMin)</pre> </li> </ul> <a name="volumeCountMax-java.lang.Long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>volumeCountMax</h4> <pre>public&nbsp;<a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a>&nbsp;volumeCountMax(java.lang.Long&nbsp;volumeCountMax)</pre> </li> </ul> <a name="volumeMaxIOPSMax-java.lang.Long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>volumeMaxIOPSMax</h4> <pre>public&nbsp;<a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a>&nbsp;volumeMaxIOPSMax(java.lang.Long&nbsp;volumeMaxIOPSMax)</pre> </li> </ul> <a name="volumeMaxIOPSMin-java.lang.Long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>volumeMaxIOPSMin</h4> <pre>public&nbsp;<a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a>&nbsp;volumeMaxIOPSMin(java.lang.Long&nbsp;volumeMaxIOPSMin)</pre> </li> </ul> <a name="volumeMinIOPSMax-java.lang.Long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>volumeMinIOPSMax</h4> <pre>public&nbsp;<a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a>&nbsp;volumeMinIOPSMax(java.lang.Long&nbsp;volumeMinIOPSMax)</pre> </li> </ul> <a name="volumeMinIOPSMin-java.lang.Long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>volumeMinIOPSMin</h4> <pre>public&nbsp;<a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a>&nbsp;volumeMinIOPSMin(java.lang.Long&nbsp;volumeMinIOPSMin)</pre> </li> </ul> <a name="volumeNameLengthMax-java.lang.Long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>volumeNameLengthMax</h4> <pre>public&nbsp;<a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a>&nbsp;volumeNameLengthMax(java.lang.Long&nbsp;volumeNameLengthMax)</pre> </li> </ul> <a name="volumeNameLengthMin-java.lang.Long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>volumeNameLengthMin</h4> <pre>public&nbsp;<a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a>&nbsp;volumeNameLengthMin(java.lang.Long&nbsp;volumeNameLengthMin)</pre> </li> </ul> <a name="volumeSizeMax-java.lang.Long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>volumeSizeMax</h4> <pre>public&nbsp;<a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a>&nbsp;volumeSizeMax(java.lang.Long&nbsp;volumeSizeMax)</pre> </li> </ul> <a name="volumeSizeMin-java.lang.Long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>volumeSizeMin</h4> <pre>public&nbsp;<a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a>&nbsp;volumeSizeMin(java.lang.Long&nbsp;volumeSizeMin)</pre> </li> </ul> <a name="volumesPerAccountCountMax-java.lang.Long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>volumesPerAccountCountMax</h4> <pre>public&nbsp;<a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a>&nbsp;volumesPerAccountCountMax(java.lang.Long&nbsp;volumesPerAccountCountMax)</pre> </li> </ul> <a name="volumesPerGroupSnapshotMax-java.lang.Long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>volumesPerGroupSnapshotMax</h4> <pre>public&nbsp;<a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a>&nbsp;volumesPerGroupSnapshotMax(java.lang.Long&nbsp;volumesPerGroupSnapshotMax)</pre> </li> </ul> <a name="volumesPerVolumeAccessGroupCountMax-java.lang.Long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>volumesPerVolumeAccessGroupCountMax</h4> <pre>public&nbsp;<a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a>&nbsp;volumesPerVolumeAccessGroupCountMax(java.lang.Long&nbsp;volumesPerVolumeAccessGroupCountMax)</pre> </li> </ul> <a name="optionalClusterAdminAccountMax-java.lang.Long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>optionalClusterAdminAccountMax</h4> <pre>public&nbsp;<a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a>&nbsp;optionalClusterAdminAccountMax(java.lang.Long&nbsp;clusterAdminAccountMax)</pre> </li> </ul> <a name="optionalFibreChannelVolumeAccessMax-java.lang.Long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>optionalFibreChannelVolumeAccessMax</h4> <pre>public&nbsp;<a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a>&nbsp;optionalFibreChannelVolumeAccessMax(java.lang.Long&nbsp;fibreChannelVolumeAccessMax)</pre> </li> </ul> <a name="optionalVirtualVolumesPerAccountCountMax-java.lang.Long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>optionalVirtualVolumesPerAccountCountMax</h4> <pre>public&nbsp;<a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a>&nbsp;optionalVirtualVolumesPerAccountCountMax(java.lang.Long&nbsp;virtualVolumesPerAccountCountMax)</pre> </li> </ul> <a name="optionalVirtualVolumeCountMax-java.lang.Long-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>optionalVirtualVolumeCountMax</h4> <pre>public&nbsp;<a href="../../../../com/solidfire/element/api/GetLimitsResult.Builder.html" title="class in com.solidfire.element.api">GetLimitsResult.Builder</a>&nbsp;optionalVirtualVolumeCountMax(java.lang.Long&nbsp;virtualVolumeCountMax)</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="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/solidfire/element/api/GetLimitsResult.html" title="class in com.solidfire.element.api"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../com/solidfire/element/api/GetLldpConfigResult.html" title="class in com.solidfire.element.api"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/solidfire/element/api/GetLimitsResult.Builder.html" target="_top">Frames</a></li> <li><a href="GetLimitsResult.Builder.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
solidfire/solidfire-sdk-java
docs/com/solidfire/element/api/GetLimitsResult.Builder.html
HTML
apache-2.0
46,386
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_25) on Thu Jan 01 17:43:59 PST 2015 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.FloatArraySerializer (jackson-databind 2.5.0 API)</title> <meta name="date" content="2015-01-01"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.FloatArraySerializer (jackson-databind 2.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><a href="../../../../../../../com/fasterxml/jackson/databind/ser/std/StdArraySerializers.FloatArraySerializer.html" title="class in com.fasterxml.jackson.databind.ser.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/ser/std/class-use/StdArraySerializers.FloatArraySerializer.html" target="_top">Frames</a></li> <li><a href="StdArraySerializers.FloatArraySerializer.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.ser.std.StdArraySerializers.FloatArraySerializer" class="title">Uses of Class<br>com.fasterxml.jackson.databind.ser.std.StdArraySerializers.FloatArraySerializer</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../../com/fasterxml/jackson/databind/ser/std/StdArraySerializers.FloatArraySerializer.html" title="class in com.fasterxml.jackson.databind.ser.std">StdArraySerializers.FloatArraySerializer</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#com.fasterxml.jackson.databind.ser.std">com.fasterxml.jackson.databind.ser.std</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="com.fasterxml.jackson.databind.ser.std"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../com/fasterxml/jackson/databind/ser/std/StdArraySerializers.FloatArraySerializer.html" title="class in com.fasterxml.jackson.databind.ser.std">StdArraySerializers.FloatArraySerializer</a> in <a href="../../../../../../../com/fasterxml/jackson/databind/ser/std/package-summary.html">com.fasterxml.jackson.databind.ser.std</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <caption><span>Constructors in <a href="../../../../../../../com/fasterxml/jackson/databind/ser/std/package-summary.html">com.fasterxml.jackson.databind.ser.std</a> with parameters of type <a href="../../../../../../../com/fasterxml/jackson/databind/ser/std/StdArraySerializers.FloatArraySerializer.html" title="class in com.fasterxml.jackson.databind.ser.std">StdArraySerializers.FloatArraySerializer</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../../../com/fasterxml/jackson/databind/ser/std/StdArraySerializers.FloatArraySerializer.html#StdArraySerializers.FloatArraySerializer(com.fasterxml.jackson.databind.ser.std.StdArraySerializers.FloatArraySerializer, com.fasterxml.jackson.databind.BeanProperty, com.fasterxml.jackson.databind.jsontype.TypeSerializer)">StdArraySerializers.FloatArraySerializer</a></strong>(<a href="../../../../../../../com/fasterxml/jackson/databind/ser/std/StdArraySerializers.FloatArraySerializer.html" title="class in com.fasterxml.jackson.databind.ser.std">StdArraySerializers.FloatArraySerializer</a>&nbsp;src, <a href="../../../../../../../com/fasterxml/jackson/databind/BeanProperty.html" title="interface in com.fasterxml.jackson.databind">BeanProperty</a>&nbsp;prop, <a href="../../../../../../../com/fasterxml/jackson/databind/jsontype/TypeSerializer.html" title="class in com.fasterxml.jackson.databind.jsontype">TypeSerializer</a>&nbsp;vts)</code>&nbsp;</td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../com/fasterxml/jackson/databind/ser/std/StdArraySerializers.FloatArraySerializer.html" title="class in com.fasterxml.jackson.databind.ser.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/ser/std/class-use/StdArraySerializers.FloatArraySerializer.html" target="_top">Frames</a></li> <li><a href="StdArraySerializers.FloatArraySerializer.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 &#169; 2014-2015 <a href="http://fasterxml.com/">FasterXML</a>. All Rights Reserved.</small></p> </body> </html>
FasterXML/jackson-databind
docs/javadoc/2.5/com/fasterxml/jackson/databind/ser/std/class-use/StdArraySerializers.FloatArraySerializer.html
HTML
apache-2.0
7,946
<!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:39:58 MST 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>TransactionsSupplier (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="TransactionsSupplier (BOM: * : All 2.4.1.Final-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="class-use/TransactionsSupplier.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.4.1.Final-SNAPSHOT</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/wildfly/swarm/config/TransactionsConsumer.html" title="interface in org.wildfly.swarm.config"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../org/wildfly/swarm/config/Undertow.html" title="class in org.wildfly.swarm.config"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/wildfly/swarm/config/TransactionsSupplier.html" target="_top">Frames</a></li> <li><a href="TransactionsSupplier.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</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 TransactionsSupplier" class="title">Interface TransactionsSupplier&lt;T extends <a href="../../../../org/wildfly/swarm/config/Transactions.html" title="class in org.wildfly.swarm.config">Transactions</a>&gt;</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">TransactionsSupplier&lt;T extends <a href="../../../../org/wildfly/swarm/config/Transactions.html" title="class in org.wildfly.swarm.config">Transactions</a>&gt;</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">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</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/Transactions.html" title="class in org.wildfly.swarm.config">Transactions</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/wildfly/swarm/config/TransactionsSupplier.html#get--">get</a></span>()</code> <div class="block">Constructed instance of Transactions 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/Transactions.html" title="class in org.wildfly.swarm.config">Transactions</a>&nbsp;get()</pre> <div class="block">Constructed instance of Transactions 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/TransactionsSupplier.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.4.1.Final-SNAPSHOT</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/wildfly/swarm/config/TransactionsConsumer.html" title="interface in org.wildfly.swarm.config"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../org/wildfly/swarm/config/Undertow.html" title="class in org.wildfly.swarm.config"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/wildfly/swarm/config/TransactionsSupplier.html" target="_top">Frames</a></li> <li><a href="TransactionsSupplier.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</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 &#169; 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/TransactionsSupplier.html
HTML
apache-2.0
9,040
<!DOCTYPE html> <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Version 4.5.21 &mdash; mod_wsgi 4.5.22 documentation</title> <link rel="stylesheet" href="../_static/css/theme.css" type="text/css" /> <link rel="index" title="Index" href="../genindex.html"/> <link rel="search" title="Search" href="../search.html"/> <link rel="top" title="mod_wsgi 4.5.22 documentation" href="../index.html"/> <link rel="up" title="Release Notes" href="../release-notes.html"/> <link rel="next" title="Version 4.5.20" href="version-4.5.20.html"/> <link rel="prev" title="Version 4.5.22" href="version-4.5.22.html"/> <script src="../_static/js/modernizr.min.js"></script> </head> <body class="wy-body-for-nav" role="document"> <div class="wy-grid-for-nav"> <nav data-toggle="wy-nav-shift" class="wy-nav-side"> <div class="wy-side-scroll"> <div class="wy-side-nav-search"> <a href="../index.html" class="icon icon-home"> mod_wsgi </a> <div class="version"> 4.5 </div> <div role="search"> <form id="rtd-search-form" class="wy-form" action="../search.html" method="get"> <input type="text" name="q" placeholder="Search docs" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> </div> </div> <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> <ul class="current"> <li class="toctree-l1"><a class="reference internal" href="../project-status.html">Project Status</a></li> <li class="toctree-l1"><a class="reference internal" href="../security-issues.html">Security Issues</a></li> <li class="toctree-l1"><a class="reference internal" href="../getting-started.html">Getting Started</a></li> <li class="toctree-l1"><a class="reference internal" href="../requirements.html">Requirements</a></li> <li class="toctree-l1"><a class="reference internal" href="../installation.html">Installation</a></li> <li class="toctree-l1"><a class="reference internal" href="../troubleshooting.html">Troubleshooting</a></li> <li class="toctree-l1"><a class="reference internal" href="../user-guides.html">User Guides</a></li> <li class="toctree-l1"><a class="reference internal" href="../configuration.html">Configuration</a></li> <li class="toctree-l1"><a class="reference internal" href="../finding-help.html">Finding Help</a></li> <li class="toctree-l1"><a class="reference internal" href="../reporting-bugs.html">Reporting Bugs</a></li> <li class="toctree-l1"><a class="reference internal" href="../contributing.html">Contributing</a></li> <li class="toctree-l1"><a class="reference internal" href="../source-code.html">Source Code</a></li> <li class="toctree-l1 current"><a class="reference internal" href="../release-notes.html">Release Notes</a><ul class="current"> <li class="toctree-l2"><a class="reference internal" href="version-4.5.22.html">Version 4.5.22</a></li> <li class="toctree-l2 current"><a class="current reference internal" href="#">Version 4.5.21</a><ul> <li class="toctree-l3"><a class="reference internal" href="#bugs-fixed">Bugs Fixed</a></li> <li class="toctree-l3"><a class="reference internal" href="#features-changed">Features Changed</a></li> </ul> </li> <li class="toctree-l2"><a class="reference internal" href="version-4.5.20.html">Version 4.5.20</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.5.19.html">Version 4.5.19</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.5.18.html">Version 4.5.18</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.5.17.html">Version 4.5.17</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.5.16.html">Version 4.5.16</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.5.15.html">Version 4.5.15</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.5.14.html">Version 4.5.14</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.5.13.html">Version 4.5.13</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.5.12.html">Version 4.5.12</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.5.11.html">Version 4.5.11</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.5.10.html">Version 4.5.10</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.5.9.html">Version 4.5.9</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.5.8.html">Version 4.5.8</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.5.7.html">Version 4.5.7</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.5.6.html">Version 4.5.6</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.5.5.html">Version 4.5.5</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.5.4.html">Version 4.5.4</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.5.3.html">Version 4.5.3</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.5.2.html">Version 4.5.2</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.5.1.html">Version 4.5.1</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.5.0.html">Version 4.5.0</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.4.23.html">Version 4.4.23</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.4.22.html">Version 4.4.22</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.4.21.html">Version 4.4.21</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.4.20.html">Version 4.4.20</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.4.19.html">Version 4.4.19</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.4.18.html">Version 4.4.18</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.4.17.html">Version 4.4.17</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.4.16.html">Version 4.4.16</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.4.15.html">Version 4.4.15</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.4.14.html">Version 4.4.14</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.4.13.html">Version 4.4.13</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.4.12.html">Version 4.4.12</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.4.11.html">Version 4.4.11</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.4.10.html">Version 4.4.10</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.4.9.html">Version 4.4.9</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.4.8.html">Version 4.4.8</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.4.7.html">Version 4.4.7</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.4.6.html">Version 4.4.6</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.4.5.html">Version 4.4.5</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.4.4.html">Version 4.4.4</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.4.3.html">Version 4.4.3</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.4.2.html">Version 4.4.2</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.4.1.html">Version 4.4.1</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.4.0.html">Version 4.4.0</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.3.2.html">Version 4.3.2</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.3.1.html">Version 4.3.1</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.3.0.html">Version 4.3.0</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.2.8.html">Version 4.2.8</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.2.7.html">Version 4.2.7</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.2.6.html">Version 4.2.6</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.2.5.html">Version 4.2.5</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.2.4.html">Version 4.2.4</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.2.3.html">Version 4.2.3</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.2.2.html">Version 4.2.2</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.2.1.html">Version 4.2.1</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.2.0.html">Version 4.2.0</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.1.3.html">Version 4.1.3</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.1.2.html">Version 4.1.2</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.1.1.html">Version 4.1.1</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.1.0.html">Version 4.1.0</a></li> <li class="toctree-l2"><a class="reference internal" href="version-4.0.html">Version 4.0</a></li> <li class="toctree-l2"><a class="reference internal" href="version-3.5.html">Version 3.5</a></li> <li class="toctree-l2"><a class="reference internal" href="version-3.4.html">Version 3.4</a></li> <li class="toctree-l2"><a class="reference internal" href="version-3.3.html">Version 3.3</a></li> <li class="toctree-l2"><a class="reference internal" href="version-3.2.html">Version 3.2</a></li> <li class="toctree-l2"><a class="reference internal" href="version-3.1.html">Version 3.1</a></li> <li class="toctree-l2"><a class="reference internal" href="version-3.0.html">Version 3.0</a></li> <li class="toctree-l2"><a class="reference internal" href="version-2.8.html">Version 2.8</a></li> <li class="toctree-l2"><a class="reference internal" href="version-2.7.html">Version 2.7</a></li> <li class="toctree-l2"><a class="reference internal" href="version-2.6.html">Version 2.6</a></li> <li class="toctree-l2"><a class="reference internal" href="version-2.5.html">Version 2.5</a></li> <li class="toctree-l2"><a class="reference internal" href="version-2.4.html">Version 2.4</a></li> <li class="toctree-l2"><a class="reference internal" href="version-2.3.html">Version 2.3</a></li> <li class="toctree-l2"><a class="reference internal" href="version-2.2.html">Version 2.2</a></li> <li class="toctree-l2"><a class="reference internal" href="version-2.1.html">Version 2.1</a></li> <li class="toctree-l2"><a class="reference internal" href="version-2.0.html">Version 2.0</a></li> <li class="toctree-l2"><a class="reference internal" href="version-1.6.html">Version 1.6</a></li> <li class="toctree-l2"><a class="reference internal" href="version-1.5.html">Version 1.5</a></li> <li class="toctree-l2"><a class="reference internal" href="version-1.4.html">Version 1.4</a></li> <li class="toctree-l2"><a class="reference internal" href="version-1.3.html">Version 1.3</a></li> <li class="toctree-l2"><a class="reference internal" href="version-1.2.html">Version 1.2</a></li> <li class="toctree-l2"><a class="reference internal" href="version-1.1.html">Version 1.1</a></li> <li class="toctree-l2"><a class="reference internal" href="version-1.0.html">Version 1.0</a></li> </ul> </li> </ul> </div> </div> </nav> <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> <nav class="wy-nav-top" role="navigation" aria-label="top navigation"> <i data-toggle="wy-nav-top" class="fa fa-bars"></i> <a href="../index.html">mod_wsgi</a> </nav> <div class="wy-nav-content"> <div class="rst-content"> <div role="navigation" aria-label="breadcrumbs navigation"> <ul class="wy-breadcrumbs"> <li><a href="../index.html">Docs</a> &raquo;</li> <li><a href="../release-notes.html">Release Notes</a> &raquo;</li> <li>Version 4.5.21</li> <li class="wy-breadcrumbs-aside"> <a href="../_sources/release-notes/version-4.5.21.rst.txt" rel="nofollow"> View page source</a> </li> </ul> <hr/> </div> <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> <div itemprop="articleBody"> <div class="section" id="version-4-5-21"> <h1>Version 4.5.21<a class="headerlink" href="#version-4-5-21" title="Permalink to this headline">¶</a></h1> <p>Version 4.5.21 of mod_wsgi can be obtained from:</p> <blockquote> <div><a class="reference external" href="https://codeload.github.com/GrahamDumpleton/mod_wsgi/tar.gz/4.5.21">https://codeload.github.com/GrahamDumpleton/mod_wsgi/tar.gz/4.5.21</a></div></blockquote> <div class="section" id="bugs-fixed"> <h2>Bugs Fixed<a class="headerlink" href="#bugs-fixed" title="Permalink to this headline">¶</a></h2> <ul> <li><p class="first">Installation using <code class="docutils literal"><span class="pre">pip</span></code> or <code class="docutils literal"><span class="pre">setup.py</span></code> install was failing on MacOS X High Sierra with latest Xcode as Apple doesn’t even include the <code class="docutils literal"><span class="pre">apxs</span></code> program at all.</p> <p>Note you still cannot use the configure/make/make install method of deploying mod_wsgi to MacOS X. You need to use the <code class="docutils literal"><span class="pre">pip</span> <span class="pre">install</span></code> method.</p> </li> <li><p class="first">Speculated that crashes on daemon process shutdown were being caused by a race condition around accessing Python C API when interpreter was being destroyed. There was a check in place to avoid this but may not have been robust enough depending on how memory cache worked for threads running across multi core machine. Now use a dedicated thread mutex to avoid race condition between main process thread and Python interpreter deadlock detection thread.</p> </li> </ul> </div> <div class="section" id="features-changed"> <h2>Features Changed<a class="headerlink" href="#features-changed" title="Permalink to this headline">¶</a></h2> <ul> <li><p class="first">Set <code class="docutils literal"><span class="pre">wsgi.input_terminated</span></code> to <code class="docutils literal"><span class="pre">True</span></code> in WSGI environment. This is a unofficial extension to WSGI specification proposed by Armin Ronacher for a WSGI server/middleware to flag that it is safe to read to the end of input and that <code class="docutils literal"><span class="pre">CONTENT_LENGTH</span></code> can be ignored. This is to be able to support chunked request content, but also anything which mutates the request content length but which can’t easily change the <code class="docutils literal"><span class="pre">CONTENT_LENGTH</span></code>, such as occurs when request content is compressed and is decompressed by the Apache web server.</p> <p>The ability to safely read until end of input was always present in mod_wsgi, but there was no way in the WSGI specification for a WSGI server to tell a WSGI application this was the case. Prior attempts to include something to deal with this in the WSGI specification when it was updated in PEP 3333 were ignored. This is why now an unofficial way of doing it is being adopted by WSGI servers separate to the WSGI specification.</p> </li> </ul> </div> </div> </div> <div class="articleComments"> </div> </div> <footer> <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> <a href="version-4.5.20.html" class="btn btn-neutral float-right" title="Version 4.5.20" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a> <a href="version-4.5.22.html" class="btn btn-neutral" title="Version 4.5.22" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a> </div> <hr/> <div role="contentinfo"> <p> &copy; Copyright 2007-2017, Graham Dumpleton. </p> </div> Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. </footer> </div> </div> </section> </div> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT:'../', VERSION:'4.5.22', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', HAS_SOURCE: true, SOURCELINK_SUFFIX: '.txt' }; </script> <script type="text/javascript" src="../_static/jquery.js"></script> <script type="text/javascript" src="../_static/underscore.js"></script> <script type="text/javascript" src="../_static/doctools.js"></script> <script type="text/javascript" src="../_static/js/theme.js"></script> <script type="text/javascript"> jQuery(function () { SphinxRtdTheme.StickyNav.enable(); }); </script> </body> </html>
NixaSoftware/CVis
venv/lib/python2.7/site-packages/mod_wsgi/docs/release-notes/version-4.5.21.html
HTML
apache-2.0
18,387
<!DOCTYPE HTML> <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>StandardTile - sap.m</title> <link rel="stylesheet" href="../../../../resources/sap/ui/thirdparty/qunit.css" type="text/css" media="screen"/> <!-- UI5 Bootstrap --> <script id="sap-ui-bootstrap" type="text/javascript" src="../../../../resources/sap-ui-core.js" data-sap-ui-theme="sap_bluecrystal" data-sap-ui-libs="sap.m"></script> <!-- QUnit libraries --> <script src="../../../../resources/sap/ui/thirdparty/qunit.js"></script> <script type="text/javascript" src="../../../../resources/sap/ui/qunit/qunit-junit.js"></script> <script type="text/javascript" src="../../../../resources/sap/ui/qunit/QUnitUtils.js"></script> <script type="text/javascript"> var tileBasic, tileNoIcon, tileNoNumber, tileIconFont; var tileBasicId = "tileBasic", tileNoIconId = "tileNoIcon", tileNoNumberId = "tileNoNumber", tileIconFontId = "tileIconFont", core = sap.ui.getCore(), pressedTileId; function handlePress(oEvent) { pressedTileId = oEvent.oSource.getId(); } tileBasic = new sap.m.StandardTile(tileBasicId, { icon : "../images/action.png", number : 37, numberUnit : "EUR", title : "Lorem ipsum dolor", info : "1 day ago", press : handlePress }); tileNoIcon = new sap.m.StandardTile(tileNoIconId, { number : 12, numberUnit : "EUR", title : "Lorem ipsum dolor", info : "1 day ago" }); tileNoNumber = new sap.m.StandardTile(tileNoNumberId, { icon : "../images/action.png", title : "Lorem ipsum dolor", info : "1 day ago" }); tileIconFont = new sap.m.StandardTile(tileIconFontId, { icon : sap.ui.core.IconPool.getIconURI("inbox"), number : 37, numberUnit : "EUR", title : "Using icon font" }); var tilesList = new Array(); tilesList.push(tileBasic); tilesList.push(tileNoIcon); tilesList.push(tileNoNumber); tilesList.push(tileIconFont); var tc = new sap.m.TileContainer("tc",{ tiles : tilesList }); tc.placeAt("tiles"); module("Rendering All Fields"); test("ControlRendered", function() { notEqual(jQuery.sap.domById(tileBasicId), null, "tileBasic should be rendered."); }); test("IconRendered", function() { notEqual(jQuery.sap.domById(tileBasicId + "-img"), null, "tileBasic icon should be rendered."); }); test("IconFontRendered", function() { equal(jQuery.sap.domById(tileIconFont + "-img"), null, "tileIconFont icon should be rendered."); }); test("NumberRendered", function() { notEqual(jQuery.sap.domById(tileBasicId + "-number"), null, "tileBasic number should be rendered."); }); test("NumberUnitRendered", function() { notEqual(jQuery.sap.domById(tileBasicId + "-numberUnit"), null, "tileBasic number unit should be rendered."); }); test("TitleRendered", function() { notEqual(jQuery.sap.domById(tileBasicId + "-title"), null, "tileBasic title should be rendered."); }); test("DescriptionRendered", function() { notEqual(jQuery.sap.domById(tileBasicId + "-info"), null, "tileBasic info should be rendered."); }); test("ShouldRenderAddIconIfTypeIsCreate", function() { //SUT var result, sut = new sap.m.StandardTile({type: "Create"}); //Act result = sut.getIcon(); //Assert ok(result,"result should not be undefined"); ok(result.indexOf("add") !== -1, result,"result should contain add"); sut.destroy(); }); test("ShouldStyleLongNumbersDifferently", function() { //SUT var sut = new sap.m.StandardTile({type: "Monitor", number:"4000", icon : "../images/action.png"}), result; sut.placeAt("qunit-fixture"); core.applyChanges(); //Act result = jQuery(sut.getDomRef()).find(".sapMStdTileNumS .sapMStdTileNumM"); //Assert equals(result.length, 0); //Act sut.setNumber("7000000"); core.applyChanges(); result = jQuery(sut.getDomRef()).find(".sapMStdTileNumM"); //Assert equals(result.length, 1); //Act sut.setNumber("80000000"); core.applyChanges(); result = jQuery(sut.getDomRef()).find(".sapMStdTileNumS"); //Assert equals(result.length, 1); sut.destroy(); }); module("Not Rendering Optional Fields"); test("IconNotRendered", function() { equal(jQuery.sap.domById(tileNoIconId + "-img"), null, "tileNoIcon icon should not be rendered."); }); test("NumberNotRendered", function() { equal(jQuery.sap.domById(tileNoNumberId + "-number"), null, "tileNoNumber number and number units should not be rendered."); }); module("Events", { setup : function() { tileBasic = sap.ui.getCore().getControl(tileBasicId); }, teardown : function() { tileBasic = null; } }); test("PressOk", function() { tileBasic.firePress(); jQuery.sap.log.info("Pressed tile id=" + pressedTileId); equals(pressedTileId, tileBasicId, "tileBasic was pressed"); }); test("ShouldDestroyTheImageIfTileGetsDestroyed", function() { //SUT var sut = new sap.m.StandardTile({type: "Create"}); sut.placeAt("qunit-fixture"); core.applyChanges(); ok(sut._oImageControl, "make sure the Tile has an image"); //Act sut.destroy(); //Assert equal(sut._oImageControl,null); }); </script> </head> <body id="body" class="sapUiBody"> <div id="qunit"></div> <div id="tiles"></div> <div id="qunit-fixture"></div> </body> </html>
openui5/packaged-sap.m
test-resources/sap/m/qunit/StandardTile.qunit.html
HTML
apache-2.0
5,594
<!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 Jul 06 10:54:02 MST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.wildfly.swarm.config.infinispan.cache_container (Public javadocs 2017.7.0 API)</title> <meta name="date" content="2017-07-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.wildfly.swarm.config.infinispan.cache_container (Public javadocs 2017.7.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 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 class="aboutLanguage">WildFly Swarm API, 2017.7.0</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../org/wildfly/swarm/config/infinispan/package-summary.html">Prev&nbsp;Package</a></li> <li><a href="../../../../../../org/wildfly/swarm/config/io/package-summary.html">Next&nbsp;Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/wildfly/swarm/config/infinispan/cache_container/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;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&nbsp;org.wildfly.swarm.config.infinispan.cache_container</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">&nbsp;</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/wildfly/swarm/config/infinispan/cache_container/AsyncOperationsThreadPoolConsumer.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">AsyncOperationsThreadPoolConsumer</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/AsyncOperationsThreadPool.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">AsyncOperationsThreadPool</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/AsyncOperationsThreadPoolSupplier.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">AsyncOperationsThreadPoolSupplier</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/AsyncOperationsThreadPool.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">AsyncOperationsThreadPool</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BackupConsumer.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">BackupConsumer</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/Backup.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">Backup</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BackupForComponentConsumer.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">BackupForComponentConsumer</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BackupForComponent.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">BackupForComponent</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BackupForComponentSupplier.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">BackupForComponentSupplier</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BackupForComponent.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">BackupForComponent</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BackupsComponentConsumer.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">BackupsComponentConsumer</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BackupsComponent.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">BackupsComponent</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BackupsComponentSupplier.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">BackupsComponentSupplier</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BackupsComponent.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">BackupsComponent</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BackupSupplier.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">BackupSupplier</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/Backup.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">Backup</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BehindWriteConsumer.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">BehindWriteConsumer</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BehindWrite.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">BehindWrite</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BehindWriteSupplier.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">BehindWriteSupplier</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BehindWrite.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">BehindWrite</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BinaryJDBCStoreConsumer.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">BinaryJDBCStoreConsumer</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BinaryJDBCStore.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">BinaryJDBCStore</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BinaryJDBCStoreSupplier.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">BinaryJDBCStoreSupplier</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BinaryJDBCStore.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">BinaryJDBCStore</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BinaryTableConsumer.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">BinaryTableConsumer</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BinaryTable.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">BinaryTable</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BinaryTableSupplier.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">BinaryTableSupplier</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BinaryTable.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">BinaryTable</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/CustomStoreConsumer.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">CustomStoreConsumer</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/CustomStore.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">CustomStore</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/CustomStoreSupplier.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">CustomStoreSupplier</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/CustomStore.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">CustomStore</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/DistributedCacheConsumer.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">DistributedCacheConsumer</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/DistributedCache.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">DistributedCache</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/DistributedCacheSupplier.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">DistributedCacheSupplier</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/DistributedCache.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">DistributedCache</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/EvictionComponentConsumer.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">EvictionComponentConsumer</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/EvictionComponent.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">EvictionComponent</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/EvictionComponentSupplier.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">EvictionComponentSupplier</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/EvictionComponent.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">EvictionComponent</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ExpirationComponentConsumer.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">ExpirationComponentConsumer</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ExpirationComponent.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">ExpirationComponent</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ExpirationComponentSupplier.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">ExpirationComponentSupplier</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ExpirationComponent.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">ExpirationComponent</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ExpirationThreadPoolConsumer.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">ExpirationThreadPoolConsumer</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ExpirationThreadPool.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">ExpirationThreadPool</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ExpirationThreadPoolSupplier.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">ExpirationThreadPoolSupplier</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ExpirationThreadPool.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">ExpirationThreadPool</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/FileStoreConsumer.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">FileStoreConsumer</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/FileStore.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">FileStore</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/FileStoreSupplier.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">FileStoreSupplier</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/FileStore.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">FileStore</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/InvalidationCacheConsumer.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">InvalidationCacheConsumer</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/InvalidationCache.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">InvalidationCache</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/InvalidationCacheSupplier.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">InvalidationCacheSupplier</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/InvalidationCache.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">InvalidationCache</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/JGroupsTransportConsumer.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">JGroupsTransportConsumer</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/JGroupsTransport.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">JGroupsTransport</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/JGroupsTransportSupplier.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">JGroupsTransportSupplier</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/JGroupsTransport.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">JGroupsTransport</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ListenerThreadPoolConsumer.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">ListenerThreadPoolConsumer</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ListenerThreadPool.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">ListenerThreadPool</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ListenerThreadPoolSupplier.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">ListenerThreadPoolSupplier</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ListenerThreadPool.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">ListenerThreadPool</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/LocalCacheConsumer.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">LocalCacheConsumer</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/LocalCache.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">LocalCache</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/LocalCacheSupplier.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">LocalCacheSupplier</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/LocalCache.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">LocalCache</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/LockingComponentConsumer.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">LockingComponentConsumer</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/LockingComponent.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">LockingComponent</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/LockingComponentSupplier.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">LockingComponentSupplier</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/LockingComponent.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">LockingComponent</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/MixedJDBCStoreConsumer.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">MixedJDBCStoreConsumer</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/MixedJDBCStore.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">MixedJDBCStore</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/MixedJDBCStoreSupplier.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">MixedJDBCStoreSupplier</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/MixedJDBCStore.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">MixedJDBCStore</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/NoneStoreConsumer.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">NoneStoreConsumer</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/NoneStore.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">NoneStore</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/NoneStoreSupplier.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">NoneStoreSupplier</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/NoneStore.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">NoneStore</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/NoneTransportConsumer.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">NoneTransportConsumer</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/NoneTransport.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">NoneTransport</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/NoneTransportSupplier.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">NoneTransportSupplier</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/NoneTransport.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">NoneTransport</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/PartitionHandlingComponentConsumer.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">PartitionHandlingComponentConsumer</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/PartitionHandlingComponent.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">PartitionHandlingComponent</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/PartitionHandlingComponentSupplier.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">PartitionHandlingComponentSupplier</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/PartitionHandlingComponent.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">PartitionHandlingComponent</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/PersistenceThreadPoolConsumer.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">PersistenceThreadPoolConsumer</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/PersistenceThreadPool.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">PersistenceThreadPool</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/PersistenceThreadPoolSupplier.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">PersistenceThreadPoolSupplier</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/PersistenceThreadPool.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">PersistenceThreadPool</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/PropertyConsumer.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">PropertyConsumer</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/Property.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">Property</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/PropertySupplier.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">PropertySupplier</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/Property.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">Property</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/RemoteCommandThreadPoolConsumer.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">RemoteCommandThreadPoolConsumer</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/RemoteCommandThreadPool.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">RemoteCommandThreadPool</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/RemoteCommandThreadPoolSupplier.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">RemoteCommandThreadPoolSupplier</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/RemoteCommandThreadPool.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">RemoteCommandThreadPool</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/RemoteStoreConsumer.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">RemoteStoreConsumer</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/RemoteStore.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">RemoteStore</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/RemoteStoreSupplier.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">RemoteStoreSupplier</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/RemoteStore.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">RemoteStore</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ReplicatedCacheConsumer.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">ReplicatedCacheConsumer</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ReplicatedCache.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">ReplicatedCache</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ReplicatedCacheSupplier.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">ReplicatedCacheSupplier</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ReplicatedCache.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">ReplicatedCache</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/StateTransferComponentConsumer.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">StateTransferComponentConsumer</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/StateTransferComponent.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">StateTransferComponent</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/StateTransferComponentSupplier.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">StateTransferComponentSupplier</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/StateTransferComponent.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">StateTransferComponent</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/StateTransferThreadPoolConsumer.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">StateTransferThreadPoolConsumer</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/StateTransferThreadPool.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">StateTransferThreadPool</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/StateTransferThreadPoolSupplier.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">StateTransferThreadPoolSupplier</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/StateTransferThreadPool.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">StateTransferThreadPool</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/StringJDBCStoreConsumer.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">StringJDBCStoreConsumer</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/StringJDBCStore.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">StringJDBCStore</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/StringJDBCStoreSupplier.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">StringJDBCStoreSupplier</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/StringJDBCStore.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">StringJDBCStore</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/StringTableConsumer.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">StringTableConsumer</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/StringTable.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">StringTable</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/StringTableSupplier.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">StringTableSupplier</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/StringTable.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">StringTable</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ThroughWriteConsumer.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">ThroughWriteConsumer</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ThroughWrite.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">ThroughWrite</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ThroughWriteSupplier.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">ThroughWriteSupplier</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ThroughWrite.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">ThroughWrite</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/TransactionComponentConsumer.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">TransactionComponentConsumer</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/TransactionComponent.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">TransactionComponent</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/TransactionComponentSupplier.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">TransactionComponentSupplier</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/TransactionComponent.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">TransactionComponent</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/TransportThreadPoolConsumer.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">TransportThreadPoolConsumer</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/TransportThreadPool.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">TransportThreadPool</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/TransportThreadPoolSupplier.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">TransportThreadPoolSupplier</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/TransportThreadPool.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">TransportThreadPool</a>&gt;</td> <td class="colLast">&nbsp;</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">&nbsp;</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/wildfly/swarm/config/infinispan/cache_container/AsyncOperationsThreadPool.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">AsyncOperationsThreadPool</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/AsyncOperationsThreadPool.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">AsyncOperationsThreadPool</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">Defines a thread pool used for asynchronous operations.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/Backup.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">Backup</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/Backup.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">Backup</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">A backup site to which to replicate this cache.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BackupForComponent.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">BackupForComponent</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BackupForComponent.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">BackupForComponent</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">A cache for which this cache acts as a backup (for use with cross site replication).</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BackupsComponent.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">BackupsComponent</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BackupsComponent.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">BackupsComponent</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">The remote backups for this cache.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BackupsComponent.BackupsComponentResources.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">BackupsComponent.BackupsComponentResources</a></td> <td class="colLast"> <div class="block">Child mutators for BackupsComponent</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BehindWrite.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">BehindWrite</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BehindWrite.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">BehindWrite</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">Configures a cache store as write-behind instead of write-through.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BinaryJDBCStore.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">BinaryJDBCStore</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BinaryJDBCStore.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">BinaryJDBCStore</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">The cache JDBC store configuration.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BinaryJDBCStore.BinaryJDBCStoreResources.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">BinaryJDBCStore.BinaryJDBCStoreResources</a></td> <td class="colLast"> <div class="block">Child mutators for BinaryJDBCStore</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BinaryTable.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">BinaryTable</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BinaryTable.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">BinaryTable</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">Defines a table used to store cache entries whose keys cannot be expressed as strings.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/CustomStore.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">CustomStore</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/CustomStore.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">CustomStore</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">The cache store configuration.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/CustomStore.CustomStoreResources.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">CustomStore.CustomStoreResources</a></td> <td class="colLast"> <div class="block">Child mutators for CustomStore</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/DistributedCache.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">DistributedCache</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/DistributedCache.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">DistributedCache</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">A distributed cache configuration.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/DistributedCache.DistributedCacheResources.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">DistributedCache.DistributedCacheResources</a></td> <td class="colLast"> <div class="block">Child mutators for DistributedCache</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/EvictionComponent.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">EvictionComponent</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/EvictionComponent.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">EvictionComponent</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">The cache eviction configuration.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ExpirationComponent.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">ExpirationComponent</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ExpirationComponent.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">ExpirationComponent</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">The cache expiration configuration.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ExpirationThreadPool.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">ExpirationThreadPool</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ExpirationThreadPool.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">ExpirationThreadPool</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">Defines a thread pool used for for evictions.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/FileStore.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">FileStore</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/FileStore.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">FileStore</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">The cache file store configuration.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/FileStore.FileStoreResources.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">FileStore.FileStoreResources</a></td> <td class="colLast"> <div class="block">Child mutators for FileStore</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/InvalidationCache.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">InvalidationCache</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/InvalidationCache.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">InvalidationCache</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">An invalidation cache</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/InvalidationCache.InvalidationCacheResources.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">InvalidationCache.InvalidationCacheResources</a></td> <td class="colLast"> <div class="block">Child mutators for InvalidationCache</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/JGroupsTransport.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">JGroupsTransport</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/JGroupsTransport.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">JGroupsTransport</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">The description of the transport used by this cache container</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ListenerThreadPool.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">ListenerThreadPool</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ListenerThreadPool.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">ListenerThreadPool</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">Defines a thread pool used for asynchronous cache listener notifications.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/LocalCache.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">LocalCache</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/LocalCache.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">LocalCache</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">A local cache configuration</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/LocalCache.LocalCacheResources.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">LocalCache.LocalCacheResources</a></td> <td class="colLast"> <div class="block">Child mutators for LocalCache</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/LockingComponent.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">LockingComponent</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/LockingComponent.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">LockingComponent</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">The locking configuration of the cache.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/MixedJDBCStore.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">MixedJDBCStore</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/MixedJDBCStore.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">MixedJDBCStore</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">The cache JDBC store configuration.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/MixedJDBCStore.MixedJDBCStoreResources.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">MixedJDBCStore.MixedJDBCStoreResources</a></td> <td class="colLast"> <div class="block">Child mutators for MixedJDBCStore</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/NoneStore.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">NoneStore</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/NoneStore.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">NoneStore</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">A store-less configuration.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/NoneTransport.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">NoneTransport</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/NoneTransport.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">NoneTransport</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">A local-only transport used by this cache-container</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/PartitionHandlingComponent.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">PartitionHandlingComponent</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/PartitionHandlingComponent.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">PartitionHandlingComponent</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">The partition handling configuration for distributed and replicated caches.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/PersistenceThreadPool.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">PersistenceThreadPool</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/PersistenceThreadPool.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">PersistenceThreadPool</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">Defines a thread pool used for interacting with the persistent store.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/Property.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">Property</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/Property.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">Property</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">A cache store property with name and value.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/RemoteCommandThreadPool.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">RemoteCommandThreadPool</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/RemoteCommandThreadPool.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">RemoteCommandThreadPool</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">Defines a thread pool used to execute remote commands.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/RemoteStore.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">RemoteStore</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/RemoteStore.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">RemoteStore</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">The cache remote store configuration.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/RemoteStore.RemoteStoreResources.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">RemoteStore.RemoteStoreResources</a></td> <td class="colLast"> <div class="block">Child mutators for RemoteStore</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ReplicatedCache.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">ReplicatedCache</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ReplicatedCache.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">ReplicatedCache</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">A replicated cache configuration</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ReplicatedCache.ReplicatedCacheResources.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">ReplicatedCache.ReplicatedCacheResources</a></td> <td class="colLast"> <div class="block">Child mutators for ReplicatedCache</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/StateTransferComponent.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">StateTransferComponent</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/StateTransferComponent.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">StateTransferComponent</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">The state transfer configuration for distributed and replicated caches.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/StateTransferThreadPool.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">StateTransferThreadPool</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/StateTransferThreadPool.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">StateTransferThreadPool</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">Defines a thread pool used for for state transfer.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/StringJDBCStore.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">StringJDBCStore</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/StringJDBCStore.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">StringJDBCStore</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">The cache JDBC store configuration.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/StringJDBCStore.StringJDBCStoreResources.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">StringJDBCStore.StringJDBCStoreResources</a></td> <td class="colLast"> <div class="block">Child mutators for StringJDBCStore</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/StringTable.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">StringTable</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/StringTable.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">StringTable</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">Defines a table used to store cache entries whose keys can be expressed as strings.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ThroughWrite.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">ThroughWrite</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ThroughWrite.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">ThroughWrite</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">Configures a cache store as write-through.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/TransactionComponent.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">TransactionComponent</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/TransactionComponent.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">TransactionComponent</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">The cache transaction configuration.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/TransportThreadPool.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">TransportThreadPool</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/TransportThreadPool.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">TransportThreadPool</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">Defines a thread pool used for asynchronous transport communication.</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">&nbsp;</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/wildfly/swarm/config/infinispan/cache_container/Backup.FailurePolicy.html" title="enum in org.wildfly.swarm.config.infinispan.cache_container">Backup.FailurePolicy</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/Backup.Strategy.html" title="enum in org.wildfly.swarm.config.infinispan.cache_container">Backup.Strategy</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/DistributedCache.ConsistentHashStrategy.html" title="enum in org.wildfly.swarm.config.infinispan.cache_container">DistributedCache.ConsistentHashStrategy</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/EvictionComponent.Strategy.html" title="enum in org.wildfly.swarm.config.infinispan.cache_container">EvictionComponent.Strategy</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/LockingComponent.Isolation.html" title="enum in org.wildfly.swarm.config.infinispan.cache_container">LockingComponent.Isolation</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/TransactionComponent.Locking.html" title="enum in org.wildfly.swarm.config.infinispan.cache_container">TransactionComponent.Locking</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/TransactionComponent.Mode.html" title="enum in org.wildfly.swarm.config.infinispan.cache_container">TransactionComponent.Mode</a></td> <td class="colLast">&nbsp;</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 class="aboutLanguage">WildFly Swarm API, 2017.7.0</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../org/wildfly/swarm/config/infinispan/package-summary.html">Prev&nbsp;Package</a></li> <li><a href="../../../../../../org/wildfly/swarm/config/io/package-summary.html">Next&nbsp;Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/wildfly/swarm/config/infinispan/cache_container/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;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 &#169; 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.7.0/apidocs/org/wildfly/swarm/config/infinispan/cache_container/package-summary.html
HTML
apache-2.0
66,138
<!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 Dec 04 18:43:11 MST 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Package org.wildfly.swarm.microprofile.jwtauth.deployment.auth (BOM: * : All 2.5.1.Final-SNAPSHOT API)</title> <meta name="date" content="2019-12-04"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Package org.wildfly.swarm.microprofile.jwtauth.deployment.auth (BOM: * : All 2.5.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>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">Thorntail API, 2.5.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/microprofile/jwtauth/deployment/auth/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;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 org.wildfly.swarm.microprofile.jwtauth.deployment.auth" class="title">Uses of Package<br>org.wildfly.swarm.microprofile.jwtauth.deployment.auth</h1> </div> <div class="contentContainer">No usage of org.wildfly.swarm.microprofile.jwtauth.deployment.auth</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 class="aboutLanguage">Thorntail API, 2.5.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/microprofile/jwtauth/deployment/auth/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;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 &#169; 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.1.Final-SNAPSHOT/apidocs/org/wildfly/swarm/microprofile/jwtauth/deployment/auth/package-use.html
HTML
apache-2.0
4,764
<!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_45) on Sat Apr 09 10:11:08 EDT 2016 --> <title>Uses of Class org.apache.cassandra.schema.Indexes (apache-cassandra API)</title> <meta name="date" content="2016-04-09"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.cassandra.schema.Indexes (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><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/cassandra/schema/Indexes.html" title="class in org.apache.cassandra.schema">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/cassandra/schema/class-use/Indexes.html" target="_top">Frames</a></li> <li><a href="Indexes.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.cassandra.schema.Indexes" class="title">Uses of Class<br>org.apache.cassandra.schema.Indexes</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/apache/cassandra/schema/Indexes.html" title="class in org.apache.cassandra.schema">Indexes</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.cassandra.config">org.apache.cassandra.config</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.apache.cassandra.schema">org.apache.cassandra.schema</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.apache.cassandra.config"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/apache/cassandra/schema/Indexes.html" title="class in org.apache.cassandra.schema">Indexes</a> in <a href="../../../../../org/apache/cassandra/config/package-summary.html">org.apache.cassandra.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/apache/cassandra/config/package-summary.html">org.apache.cassandra.config</a> that return <a href="../../../../../org/apache/cassandra/schema/Indexes.html" title="class in org.apache.cassandra.schema">Indexes</a></span><span class="tabEnd">&nbsp;</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/cassandra/schema/Indexes.html" title="class in org.apache.cassandra.schema">Indexes</a></code></td> <td class="colLast"><span class="typeNameLabel">CFMetaData.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/cassandra/config/CFMetaData.html#getIndexes--">getIndexes</a></span>()</code>&nbsp;</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/apache/cassandra/config/package-summary.html">org.apache.cassandra.config</a> with parameters of type <a href="../../../../../org/apache/cassandra/schema/Indexes.html" title="class in org.apache.cassandra.schema">Indexes</a></span><span class="tabEnd">&nbsp;</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/cassandra/config/CFMetaData.html" title="class in org.apache.cassandra.config">CFMetaData</a></code></td> <td class="colLast"><span class="typeNameLabel">CFMetaData.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/cassandra/config/CFMetaData.html#indexes-org.apache.cassandra.schema.Indexes-">indexes</a></span>(<a href="../../../../../org/apache/cassandra/schema/Indexes.html" title="class in org.apache.cassandra.schema">Indexes</a>&nbsp;indexes)</code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.cassandra.schema"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/apache/cassandra/schema/Indexes.html" title="class in org.apache.cassandra.schema">Indexes</a> in <a href="../../../../../org/apache/cassandra/schema/package-summary.html">org.apache.cassandra.schema</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/apache/cassandra/schema/package-summary.html">org.apache.cassandra.schema</a> that return <a href="../../../../../org/apache/cassandra/schema/Indexes.html" title="class in org.apache.cassandra.schema">Indexes</a></span><span class="tabEnd">&nbsp;</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/cassandra/schema/Indexes.html" title="class in org.apache.cassandra.schema">Indexes</a></code></td> <td class="colLast"><span class="typeNameLabel">Indexes.Builder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/cassandra/schema/Indexes.Builder.html#build--">build</a></span>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/schema/Indexes.html" title="class in org.apache.cassandra.schema">Indexes</a></code></td> <td class="colLast"><span class="typeNameLabel">Indexes.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/cassandra/schema/Indexes.html#none--">none</a></span>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/schema/Indexes.html" title="class in org.apache.cassandra.schema">Indexes</a></code></td> <td class="colLast"><span class="typeNameLabel">Indexes.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/cassandra/schema/Indexes.html#replace-org.apache.cassandra.schema.IndexMetadata-">replace</a></span>(<a href="../../../../../org/apache/cassandra/schema/IndexMetadata.html" title="class in org.apache.cassandra.schema">IndexMetadata</a>&nbsp;index)</code> <div class="block">Creates a SecondaryIndexes instance which contains an updated index definition</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/schema/Indexes.html" title="class in org.apache.cassandra.schema">Indexes</a></code></td> <td class="colLast"><span class="typeNameLabel">Indexes.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/cassandra/schema/Indexes.html#with-org.apache.cassandra.schema.IndexMetadata-">with</a></span>(<a href="../../../../../org/apache/cassandra/schema/IndexMetadata.html" title="class in org.apache.cassandra.schema">IndexMetadata</a>&nbsp;index)</code> <div class="block">Create a SecondaryIndexes instance with the provided index added</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/schema/Indexes.html" title="class in org.apache.cassandra.schema">Indexes</a></code></td> <td class="colLast"><span class="typeNameLabel">Indexes.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/cassandra/schema/Indexes.html#without-java.lang.String-">without</a></span>(java.lang.String&nbsp;name)</code> <div class="block">Creates a SecondaryIndexes instance with the index with the provided name removed</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/apache/cassandra/schema/Indexes.html" title="class in org.apache.cassandra.schema">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/cassandra/schema/class-use/Indexes.html" target="_top">Frames</a></li> <li><a href="Indexes.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;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 &copy; 2016 The Apache Software Foundation</small></p> </body> </html>
jasonwee/videoOnCloud
ahkl/apache-cassandra-3.5/javadoc/org/apache/cassandra/schema/class-use/Indexes.html
HTML
apache-2.0
11,553
<!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">&#160;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_16889_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=45400#src-45400" >testAbaNumberCheck_16889_good</a> </td> <td> <span class="sortValue">1</span><span class="aui-lozenge aui-lozenge-success">PASS</span> </td> <td> 7 Aug 12:38:08 </td> <td> 0.0 </td> <td> <div></div> <div class="errorMessage"></div> </td> </tr> </tbody> </table> <div>&#160;</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_16889_good</th> </tr> </thead> <tbody> <tr> <td> <span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</span> &#160;&#160;<a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/AbaRouteValidator.html?id=21027#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_16889_good_g83.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="en"> <head> <!-- Generated by javadoc (1.8.0_112) on Mon Nov 06 11:57:27 MST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.wildfly.swarm.container.util.DriverModuleBuilder (BOM: * : All 2017.11.0 API)</title> <meta name="date" content="2017-11-06"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.wildfly.swarm.container.util.DriverModuleBuilder (BOM: * : All 2017.11.0 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/wildfly/swarm/container/util/DriverModuleBuilder.html" title="class in org.wildfly.swarm.container.util">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2017.11.0</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/wildfly/swarm/container/util/class-use/DriverModuleBuilder.html" target="_top">Frames</a></li> <li><a href="DriverModuleBuilder.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;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.container.util.DriverModuleBuilder" class="title">Uses of Class<br>org.wildfly.swarm.container.util.DriverModuleBuilder</h2> </div> <div class="classUseContainer">No usage of org.wildfly.swarm.container.util.DriverModuleBuilder</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/container/util/DriverModuleBuilder.html" title="class in org.wildfly.swarm.container.util">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2017.11.0</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/wildfly/swarm/container/util/class-use/DriverModuleBuilder.html" target="_top">Frames</a></li> <li><a href="DriverModuleBuilder.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;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 &#169; 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.11.0/apidocs/org/wildfly/swarm/container/util/class-use/DriverModuleBuilder.html
HTML
apache-2.0
5,001
<div class="links"> <a href="http://twitter.com/OSDCpire" rel="me nofollow" target="_blank"> <i class="fa fa-twitter fa-2x"></i> <span class="visually-hidden">Twitter</span> </a> <a href="http://github.com/LabAdvComp/" rel="me nofollow" target="_blank"> <i class="fa fa-github fa-2x"></i> <span class="visually-hidden">GitHub</span> </a> <a href="https://www.youtube.com/OpenCloudConsortium" rel="me nofollow" target="_blank"> <i class="fa fa-youtube fa-2x"></i> <span class="visually-hidden">RSS</span> </a> <!--<a href="https://www.linkedin.com/company/open-cloud-consortium" rel="me nofollow" target="_blank"> <i class="fa fa-linkedin fa-2x"></i> <span class="visually-hidden">LinkedIn</span> </a> <a href="https://code.google.com/p/cloud-interop/" rel="me nofollow" target="_blank"> <i class="fa fa-flag fa-2x"></i> <span class="visually-hidden">Google Code</span> </a>--> </div> <div class="footer-desc"> <span>A resource of the</span> <!--<a href="http://opencloudconsortium.org/"><img style="vertical-align:middle" src="/static/occ_logo_sm.png" alt="Open Cloud Consortium"></a> <span>and made possible by our <a href="/sponsors"> sponsors.</a></span> --> <a href="http://occ-data.org/">Open Commons Consortium</a> <span>and made possible by our <a href="/sponsors"> sponsors.</a></span> </div>
LabAdvComp/tukey_portal
tukey/templates/footer.html
HTML
apache-2.0
1,375
<!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.def.DefaultDirtyCheckEventListener (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.def.DefaultDirtyCheckEventListener (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>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/hibernate/event/def/DefaultDirtyCheckEventListener.html" title="class in org.hibernate.event.def"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="DefaultDirtyCheckEventListener.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<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.def.DefaultDirtyCheckEventListener</B></H2> </CENTER> No usage of org.hibernate.event.def.DefaultDirtyCheckEventListener <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>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/hibernate/event/def/DefaultDirtyCheckEventListener.html" title="class in org.hibernate.event.def"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="DefaultDirtyCheckEventListener.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<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/def/class-use/DefaultDirtyCheckEventListener.html
HTML
apache-2.0
5,842
<!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">&#160;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_16789_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=43000#src-43000" >testAbaNumberCheck_16789_good</a> </td> <td> <span class="sortValue">1</span><span class="aui-lozenge aui-lozenge-success">PASS</span> </td> <td> 7 Aug 12:37:42 </td> <td> 0.0 </td> <td> <div></div> <div class="errorMessage"></div> </td> </tr> </tbody> </table> <div>&#160;</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_16789_good</th> </tr> </thead> <tbody> <tr> <td> <span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</span> &#160;&#160;<a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/AbaRouteValidator.html?id=13629#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_16789_good_ail.html
HTML
apache-2.0
9,181
<!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">&#160;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_11.html">Class Test_AbaRouteValidator_11</a></li> </ol></div> <h1 class="aui-h2-clover"> Test testAbaNumberCheck_23953_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_11.html?line=36136#src-36136" >testAbaNumberCheck_23953_good</a> </td> <td> <span class="sortValue">1</span><span class="aui-lozenge aui-lozenge-success">PASS</span> </td> <td> 7 Aug 12:40:37 </td> <td> 0.0 </td> <td> <div></div> <div class="errorMessage"></div> </td> </tr> </tbody> </table> <div>&#160;</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_23953_good</th> </tr> </thead> <tbody> <tr> <td> <span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</span> &#160;&#160;<a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/AbaRouteValidator.html?id=34029#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_11_testAbaNumberCheck_23953_good_q99.html
HTML
apache-2.0
9,181
<!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">&#160;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_11.html">Class Test_AbaRouteValidator_11</a></li> </ol></div> <h1 class="aui-h2-clover"> Test testAbaNumberCheck_24300_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_11.html?line=44464#src-44464" >testAbaNumberCheck_24300_bad</a> </td> <td> <span class="sortValue">1</span><span class="aui-lozenge aui-lozenge-success">PASS</span> </td> <td> 7 Aug 12:40:20 </td> <td> 0.001 </td> <td> <div></div> <div class="errorMessage"></div> </td> </tr> </tbody> </table> <div>&#160;</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_24300_bad</th> </tr> </thead> <tbody> <tr> <td> <span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.exceptions.AbaRouteValidationException</span> &#160;&#160;<a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/exceptions/AbaRouteValidationException.html?id=1710#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> &#160;&#160;<a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/ErrorCodes.html?id=1710#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> &#160;&#160;<a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/AbaRouteValidator.html?id=1710#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_11_testAbaNumberCheck_24300_bad_1bi.html
HTML
apache-2.0
10,986
<!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 Jul 06 10:54:05 MST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.wildfly.swarm.config.messaging.activemq.server.JMSTopic (Public javadocs 2017.7.0 API)</title> <meta name="date" content="2017-07-06"> <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.wildfly.swarm.config.messaging.activemq.server.JMSTopic (Public javadocs 2017.7.0 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/JMSTopic.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2017.7.0</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../../index.html?org/wildfly/swarm/config/messaging/activemq/server/class-use/JMSTopic.html" target="_top">Frames</a></li> <li><a href="JMSTopic.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../../allclasses-noframe.html">All&nbsp;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.messaging.activemq.server.JMSTopic" class="title">Uses of Class<br>org.wildfly.swarm.config.messaging.activemq.server.JMSTopic</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/messaging/activemq/server/JMSTopic.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">JMSTopic</a></span><span class="tabEnd">&nbsp;</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.messaging.activemq">org.wildfly.swarm.config.messaging.activemq</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.wildfly.swarm.config.messaging.activemq.server">org.wildfly.swarm.config.messaging.activemq.server</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.wildfly.swarm.config.messaging.activemq"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/JMSTopic.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">JMSTopic</a> in <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/package-summary.html">org.wildfly.swarm.config.messaging.activemq</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/messaging/activemq/package-summary.html">org.wildfly.swarm.config.messaging.activemq</a> that return <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/JMSTopic.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">JMSTopic</a></span><span class="tabEnd">&nbsp;</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/messaging/activemq/server/JMSTopic.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">JMSTopic</a></code></td> <td class="colLast"><span class="typeNameLabel">Server.ServerResources.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/Server.ServerResources.html#jmsTopic-java.lang.String-">jmsTopic</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>&nbsp;key)</code>&nbsp;</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/messaging/activemq/package-summary.html">org.wildfly.swarm.config.messaging.activemq</a> that return types with arguments of type <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/JMSTopic.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">JMSTopic</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/JMSTopic.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">JMSTopic</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">Server.ServerResources.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/Server.ServerResources.html#jmsTopics--">jmsTopics</a></span>()</code> <div class="block">Get the list of JMSTopic resources</div> </td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/package-summary.html">org.wildfly.swarm.config.messaging.activemq</a> with parameters of type <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/JMSTopic.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">JMSTopic</a></span><span class="tabEnd">&nbsp;</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/messaging/activemq/Server.html" title="type parameter in Server">T</a></code></td> <td class="colLast"><span class="typeNameLabel">Server.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/Server.html#jmsTopic-org.wildfly.swarm.config.messaging.activemq.server.JMSTopic-">jmsTopic</a></span>(<a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/JMSTopic.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">JMSTopic</a>&nbsp;value)</code> <div class="block">Add the JMSTopic object to the list of subresources</div> </td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Method parameters in <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/package-summary.html">org.wildfly.swarm.config.messaging.activemq</a> with type arguments of type <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/JMSTopic.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">JMSTopic</a></span><span class="tabEnd">&nbsp;</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/messaging/activemq/Server.html" title="type parameter in Server">T</a></code></td> <td class="colLast"><span class="typeNameLabel">Server.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/Server.html#jmsTopics-java.util.List-">jmsTopics</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/JMSTopic.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">JMSTopic</a>&gt;&nbsp;value)</code> <div class="block">Add all JMSTopic objects to this subresource</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.wildfly.swarm.config.messaging.activemq.server"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/JMSTopic.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">JMSTopic</a> in <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/package-summary.html">org.wildfly.swarm.config.messaging.activemq.server</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/messaging/activemq/server/package-summary.html">org.wildfly.swarm.config.messaging.activemq.server</a> with type parameters of type <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/JMSTopic.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">JMSTopic</a></span><span class="tabEnd">&nbsp;</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&nbsp;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/JMSTopic.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">JMSTopic</a>&lt;T extends <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/JMSTopic.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">JMSTopic</a>&lt;T&gt;&gt;</span></code> <div class="block">Defines a JMS topic.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>interface&nbsp;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/JMSTopicConsumer.html" title="interface in org.wildfly.swarm.config.messaging.activemq.server">JMSTopicConsumer</a>&lt;T extends <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/JMSTopic.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">JMSTopic</a>&lt;T&gt;&gt;</span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>interface&nbsp;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/JMSTopicSupplier.html" title="interface in org.wildfly.swarm.config.messaging.activemq.server">JMSTopicSupplier</a>&lt;T extends <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/JMSTopic.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">JMSTopic</a>&gt;</span></code>&nbsp;</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/messaging/activemq/server/package-summary.html">org.wildfly.swarm.config.messaging.activemq.server</a> that return <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/JMSTopic.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">JMSTopic</a></span><span class="tabEnd">&nbsp;</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/messaging/activemq/server/JMSTopic.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">JMSTopic</a></code></td> <td class="colLast"><span class="typeNameLabel">JMSTopicSupplier.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/JMSTopicSupplier.html#get--">get</a></span>()</code> <div class="block">Constructed instance of JMSTopic 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/messaging/activemq/server/JMSTopic.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2017.7.0</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../../index.html?org/wildfly/swarm/config/messaging/activemq/server/class-use/JMSTopic.html" target="_top">Frames</a></li> <li><a href="JMSTopic.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../../allclasses-noframe.html">All&nbsp;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 &#169; 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.7.0/apidocs/org/wildfly/swarm/config/messaging/activemq/server/class-use/JMSTopic.html
HTML
apache-2.0
16,631
<!DOCTYPE html> <!-- Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.3.5 Version: 4.5.2 Author: KeenThemes Website: http://www.keenthemes.com/ Contact: [email protected] Follow: www.twitter.com/keenthemes Like: www.facebook.com/keenthemes Purchase: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes License: You must have a valid license purchased only from themeforest(the above link) in order to legally use the theme for your project. --> <!--[if IE 8]> <html lang="en" class="ie8 no-js"> <![endif]--> <!--[if IE 9]> <html lang="en" class="ie9 no-js"> <![endif]--> <!--[if !IE]><!--> <html lang="en"> <!--<![endif]--> <!-- BEGIN HEAD --> <head> <meta charset="utf-8" /> <title>Metronic | Typography</title> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta content="width=device-width, initial-scale=1" name="viewport" /> <meta content="" name="description" /> <meta content="" name="author" /> <!-- BEGIN GLOBAL MANDATORY STYLES --> <link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=all" rel="stylesheet" type="text/css" /> <link href="../assets/global/plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css" /> <link href="../assets/global/plugins/simple-line-icons/simple-line-icons.min.css" rel="stylesheet" type="text/css" /> <link href="../assets/global/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" /> <link href="../assets/global/plugins/uniform/css/uniform.default.css" rel="stylesheet" type="text/css" /> <link href="../assets/global/plugins/bootstrap-switch/css/bootstrap-switch.min.css" rel="stylesheet" type="text/css" /> <!-- END GLOBAL MANDATORY STYLES --> <!-- BEGIN THEME GLOBAL STYLES --> <link href="../assets/global/css/components.min.css" rel="stylesheet" id="style_components" type="text/css" /> <link href="../assets/global/css/plugins.min.css" rel="stylesheet" type="text/css" /> <!-- END THEME GLOBAL STYLES --> <!-- BEGIN THEME LAYOUT STYLES --> <link href="../assets/layouts/layout3/css/layout.min.css" rel="stylesheet" type="text/css" /> <link href="../assets/layouts/layout3/css/themes/default.min.css" rel="stylesheet" type="text/css" id="style_color" /> <link href="../assets/layouts/layout3/css/custom.min.css" rel="stylesheet" type="text/css" /> <!-- END THEME LAYOUT STYLES --> <link rel="shortcut icon" href="favicon.ico" /> </head> <!-- END HEAD --> <body class="page-container-bg-solid page-boxed"> <!-- BEGIN HEADER --> <div class="page-header"> <!-- BEGIN HEADER TOP --> <div class="page-header-top"> <div class="container"> <!-- BEGIN LOGO --> <div class="page-logo"> <a href="index.html"> <img src="../assets/layouts/layout3/img/logo-default.jpg" alt="logo" class="logo-default"> </a> </div> <!-- END LOGO --> <!-- BEGIN RESPONSIVE MENU TOGGLER --> <a href="javascript:;" class="menu-toggler"></a> <!-- END RESPONSIVE MENU TOGGLER --> <!-- BEGIN TOP NAVIGATION MENU --> <div class="top-menu"> <ul class="nav navbar-nav pull-right"> <!-- BEGIN NOTIFICATION DROPDOWN --> <li class="dropdown dropdown-extended dropdown-notification dropdown-dark" id="header_notification_bar"> <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> <i class="icon-bell"></i> <span class="badge badge-default">7</span> </a> <ul class="dropdown-menu"> <li class="external"> <h3>You have <strong>12 pending</strong> tasks</h3> <a href="app_todo.html">view all</a> </li> <li> <ul class="dropdown-menu-list scroller" style="height: 250px;" data-handle-color="#637283"> <li> <a href="javascript:;"> <span class="time">just now</span> <span class="details"> <span class="label label-sm label-icon label-success"> <i class="fa fa-plus"></i> </span> New user registered. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">3 mins</span> <span class="details"> <span class="label label-sm label-icon label-danger"> <i class="fa fa-bolt"></i> </span> Server #12 overloaded. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">10 mins</span> <span class="details"> <span class="label label-sm label-icon label-warning"> <i class="fa fa-bell-o"></i> </span> Server #2 not responding. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">14 hrs</span> <span class="details"> <span class="label label-sm label-icon label-info"> <i class="fa fa-bullhorn"></i> </span> Application error. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">2 days</span> <span class="details"> <span class="label label-sm label-icon label-danger"> <i class="fa fa-bolt"></i> </span> Database overloaded 68%. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">3 days</span> <span class="details"> <span class="label label-sm label-icon label-danger"> <i class="fa fa-bolt"></i> </span> A user IP blocked. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">4 days</span> <span class="details"> <span class="label label-sm label-icon label-warning"> <i class="fa fa-bell-o"></i> </span> Storage Server #4 not responding dfdfdfd. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">5 days</span> <span class="details"> <span class="label label-sm label-icon label-info"> <i class="fa fa-bullhorn"></i> </span> System Error. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">9 days</span> <span class="details"> <span class="label label-sm label-icon label-danger"> <i class="fa fa-bolt"></i> </span> Storage server failed. </span> </a> </li> </ul> </li> </ul> </li> <!-- END NOTIFICATION DROPDOWN --> <!-- BEGIN TODO DROPDOWN --> <li class="dropdown dropdown-extended dropdown-tasks dropdown-dark" id="header_task_bar"> <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> <i class="icon-calendar"></i> <span class="badge badge-default">3</span> </a> <ul class="dropdown-menu extended tasks"> <li class="external"> <h3>You have <strong>12 pending</strong> tasks</h3> <a href="app_todo_2.html">view all</a> </li> <li> <ul class="dropdown-menu-list scroller" style="height: 275px;" data-handle-color="#637283"> <li> <a href="javascript:;"> <span class="task"> <span class="desc">New release v1.2 </span> <span class="percent">30%</span> </span> <span class="progress"> <span style="width: 40%;" class="progress-bar progress-bar-success" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100"> <span class="sr-only">40% Complete</span> </span> </span> </a> </li> <li> <a href="javascript:;"> <span class="task"> <span class="desc">Application deployment</span> <span class="percent">65%</span> </span> <span class="progress"> <span style="width: 65%;" class="progress-bar progress-bar-danger" aria-valuenow="65" aria-valuemin="0" aria-valuemax="100"> <span class="sr-only">65% Complete</span> </span> </span> </a> </li> <li> <a href="javascript:;"> <span class="task"> <span class="desc">Mobile app release</span> <span class="percent">98%</span> </span> <span class="progress"> <span style="width: 98%;" class="progress-bar progress-bar-success" aria-valuenow="98" aria-valuemin="0" aria-valuemax="100"> <span class="sr-only">98% Complete</span> </span> </span> </a> </li> <li> <a href="javascript:;"> <span class="task"> <span class="desc">Database migration</span> <span class="percent">10%</span> </span> <span class="progress"> <span style="width: 10%;" class="progress-bar progress-bar-warning" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100"> <span class="sr-only">10% Complete</span> </span> </span> </a> </li> <li> <a href="javascript:;"> <span class="task"> <span class="desc">Web server upgrade</span> <span class="percent">58%</span> </span> <span class="progress"> <span style="width: 58%;" class="progress-bar progress-bar-info" aria-valuenow="58" aria-valuemin="0" aria-valuemax="100"> <span class="sr-only">58% Complete</span> </span> </span> </a> </li> <li> <a href="javascript:;"> <span class="task"> <span class="desc">Mobile development</span> <span class="percent">85%</span> </span> <span class="progress"> <span style="width: 85%;" class="progress-bar progress-bar-success" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100"> <span class="sr-only">85% Complete</span> </span> </span> </a> </li> <li> <a href="javascript:;"> <span class="task"> <span class="desc">New UI release</span> <span class="percent">38%</span> </span> <span class="progress progress-striped"> <span style="width: 38%;" class="progress-bar progress-bar-important" aria-valuenow="18" aria-valuemin="0" aria-valuemax="100"> <span class="sr-only">38% Complete</span> </span> </span> </a> </li> </ul> </li> </ul> </li> <!-- END TODO DROPDOWN --> <li class="droddown dropdown-separator"> <span class="separator"></span> </li> <!-- BEGIN INBOX DROPDOWN --> <li class="dropdown dropdown-extended dropdown-inbox dropdown-dark" id="header_inbox_bar"> <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> <span class="circle">3</span> <span class="corner"></span> </a> <ul class="dropdown-menu"> <li class="external"> <h3>You have <strong>7 New</strong> Messages</h3> <a href="app_inbox.html">view all</a> </li> <li> <ul class="dropdown-menu-list scroller" style="height: 275px;" data-handle-color="#637283"> <li> <a href="#"> <span class="photo"> <img src="../assets/layouts/layout3/img/avatar2.jpg" class="img-circle" alt=""> </span> <span class="subject"> <span class="from"> Lisa Wong </span> <span class="time">Just Now </span> </span> <span class="message"> Vivamus sed auctor nibh congue nibh. auctor nibh auctor nibh... </span> </a> </li> <li> <a href="#"> <span class="photo"> <img src="../assets/layouts/layout3/img/avatar3.jpg" class="img-circle" alt=""> </span> <span class="subject"> <span class="from"> Richard Doe </span> <span class="time">16 mins </span> </span> <span class="message"> Vivamus sed congue nibh auctor nibh congue nibh. auctor nibh auctor nibh... </span> </a> </li> <li> <a href="#"> <span class="photo"> <img src="../assets/layouts/layout3/img/avatar1.jpg" class="img-circle" alt=""> </span> <span class="subject"> <span class="from"> Bob Nilson </span> <span class="time">2 hrs </span> </span> <span class="message"> Vivamus sed nibh auctor nibh congue nibh. auctor nibh auctor nibh... </span> </a> </li> <li> <a href="#"> <span class="photo"> <img src="../assets/layouts/layout3/img/avatar2.jpg" class="img-circle" alt=""> </span> <span class="subject"> <span class="from"> Lisa Wong </span> <span class="time">40 mins </span> </span> <span class="message"> Vivamus sed auctor 40% nibh congue nibh... </span> </a> </li> <li> <a href="#"> <span class="photo"> <img src="../assets/layouts/layout3/img/avatar3.jpg" class="img-circle" alt=""> </span> <span class="subject"> <span class="from"> Richard Doe </span> <span class="time">46 mins </span> </span> <span class="message"> Vivamus sed congue nibh auctor nibh congue nibh. auctor nibh auctor nibh... </span> </a> </li> </ul> </li> </ul> </li> <!-- END INBOX DROPDOWN --> <!-- BEGIN USER LOGIN DROPDOWN --> <li class="dropdown dropdown-user dropdown-dark"> <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> <img alt="" class="img-circle" src="../assets/layouts/layout3/img/avatar9.jpg"> <span class="username username-hide-mobile">Nick</span> </a> <ul class="dropdown-menu dropdown-menu-default"> <li> <a href="page_user_profile_1.html"> <i class="icon-user"></i> My Profile </a> </li> <li> <a href="app_calendar.html"> <i class="icon-calendar"></i> My Calendar </a> </li> <li> <a href="app_inbox.html"> <i class="icon-envelope-open"></i> My Inbox <span class="badge badge-danger"> 3 </span> </a> </li> <li> <a href="app_todo_2.html"> <i class="icon-rocket"></i> My Tasks <span class="badge badge-success"> 7 </span> </a> </li> <li class="divider"> </li> <li> <a href="page_user_lock_1.html"> <i class="icon-lock"></i> Lock Screen </a> </li> <li> <a href="page_user_login_1.html"> <i class="icon-key"></i> Log Out </a> </li> </ul> </li> <!-- END USER LOGIN DROPDOWN --> <!-- BEGIN QUICK SIDEBAR TOGGLER --> <li class="dropdown dropdown-extended quick-sidebar-toggler"> <span class="sr-only">Toggle Quick Sidebar</span> <i class="icon-logout"></i> </li> <!-- END QUICK SIDEBAR TOGGLER --> </ul> </div> <!-- END TOP NAVIGATION MENU --> </div> </div> <!-- END HEADER TOP --> <!-- BEGIN HEADER MENU --> <div class="page-header-menu"> <div class="container"> <!-- BEGIN HEADER SEARCH BOX --> <form class="search-form" action="page_general_search.html" method="GET"> <div class="input-group"> <input type="text" class="form-control" placeholder="Search" name="query"> <span class="input-group-btn"> <a href="javascript:;" class="btn submit"> <i class="icon-magnifier"></i> </a> </span> </div> </form> <!-- END HEADER SEARCH BOX --> <!-- BEGIN MEGA MENU --> <!-- DOC: Apply "hor-menu-light" class after the "hor-menu" class below to have a horizontal menu with white background --> <!-- DOC: Remove data-hover="dropdown" and data-close-others="true" attributes below to disable the dropdown opening on mouse hover --> <div class="hor-menu "> <ul class="nav navbar-nav"> <li class="menu-dropdown classic-menu-dropdown "> <a href="javascript:;"> Dashboard <span class="arrow"></span> </a> <ul class="dropdown-menu pull-left"> <li class=" "> <a href="index.html" class="nav-link "> <i class="icon-bar-chart"></i> Default Dashboard <span class="badge badge-success">1</span> </a> </li> <li class=" "> <a href="dashboard_2.html" class="nav-link "> <i class="icon-bulb"></i> Dashboard 2 </a> </li> <li class=" "> <a href="dashboard_3.html" class="nav-link "> <i class="icon-graph"></i> Dashboard 3 <span class="badge badge-danger">3</span> </a> </li> </ul> </li> <li class="menu-dropdown mega-menu-dropdown active "> <a href="javascript:;"> UI Features <span class="arrow"></span> </a> <ul class="dropdown-menu" style="min-width: 710px"> <li> <div class="mega-menu-content"> <div class="row"> <div class="col-md-4"> <ul class="mega-menu-submenu"> <li> <a href="ui_colors.html"> Color Library </a> </li> <li> <a href="ui_general.html"> General Components </a> </li> <li> <a href="ui_buttons.html"> Buttons </a> </li> <li> <a href="ui_confirmations.html"> Popover Confirmations </a> </li> <li> <a href="ui_icons.html"> Font Icons </a> </li> <li> <a href="ui_socicons.html"> Social Icons </a> </li> <li class="active"> <a href="ui_typography.html"> Typography </a> </li> <li> <a href="ui_tabs_accordions_navs.html"> Tabs, Accordions & Navs </a> </li> <li> <a href="ui_tree.html"> Tree View </a> </li> <li> <a href="maps_google.html"> Google Maps </a> </li> </ul> </div> <div class="col-md-4"> <ul class="mega-menu-submenu"> <li> <a href="maps_vector.html"> Vector Maps </a> </li> <li> <a href="ui_timeline.html"> Timeline </a> </li> <li> <a href="ui_page_progress_style_1.html"> Page Progress Bar - Flash </a> </li> <li> <a href="ui_page_progress_style_2.html"> Page Progress Bar - Big Counter </a> </li> <li> <a href="ui_blockui.html"> Block UI </a> </li> <li> <a href="ui_bootstrap_growl.html"> Bootstrap Growl Notifications </a> </li> <li> <a href="ui_notific8.html"> Notific8 Notifications </a> </li> <li> <a href="ui_toastr.html"> Toastr Notifications </a> </li> <li> <a href="ui_bootbox.html"> Bootbox Dialogs </a> </li> </ul> </div> <div class="col-md-4"> <ul class="mega-menu-submenu"> <li> <a href="ui_alerts_api.html"> Metronic Alerts API </a> </li> <li> <a href="ui_session_timeout.html"> Session Timeout </a> </li> <li> <a href="ui_idle_timeout.html"> User Idle Timeout </a> </li> <li> <a href="ui_modals.html"> Modals </a> </li> <li> <a href="ui_extended_modals.html"> Extended Modals </a> </li> <li> <a href="ui_tiles.html"> Tiles </a> </li> <li> <a href="ui_datepaginator.html"> Date Paginator </a> </li> <li> <a href="ui_nestable.html"> Nestable List </a> </li> </ul> </div> </div> </div> </li> </ul> </li> <li class="menu-dropdown classic-menu-dropdown "> <a href="javascript:;"> Layouts <span class="arrow"></span> </a> <ul class="dropdown-menu pull-left"> <li class=" "> <a href="layout_mega_menu_light.html" class="nav-link "> Light Mega Menu </a> </li> <li class=" "> <a href="layout_top_bar_light.html" class="nav-link "> Light Top Bar Dropdowns </a> </li> <li class=" "> <a href="layout_fluid_page.html" class="nav-link "> Fluid Page </a> </li> <li class=" "> <a href="layout_top_bar_fixed.html" class="nav-link "> Fixed Top Bar </a> </li> <li class=" "> <a href="layout_mega_menu_fixed.html" class="nav-link "> Fixed Mega Menu </a> </li> <li class=" "> <a href="layout_disabled_menu.html" class="nav-link "> Disabled Menu Links </a> </li> <li class=" "> <a href="layout_blank_page.html" class="nav-link "> Blank Page </a> </li> </ul> </li> <li class="menu-dropdown mega-menu-dropdown mega-menu-full"> <a href="javascript:;"> Components <span class="arrow"></span> </a> <ul class="dropdown-menu" style="min-width: "> <li> <div class="mega-menu-content"> <div class="row"> <div class="col-md-3"> <ul class="mega-menu-submenu"> <li> <h3>Components 1</h3> </li> <li> <a href="components_date_time_pickers.html"> Date & Time Pickers </a> </li> <li> <a href="components_color_pickers.html"> Color Pickers </a> </li> <li> <a href="components_select2.html"> Select2 Dropdowns </a> </li> <li> <a href="components_bootstrap_select.html"> Bootstrap Select </a> </li> <li> <a href="components_multi_select.html"> Multi Select </a> </li> </ul> </div> <div class="col-md-3"> <ul class="mega-menu-submenu"> <li> <h3>Components 2</h3> </li> <li> <a href="components_bootstrap_select_splitter.html"> Select Splitter </a> </li> <li> <a href="components_typeahead.html"> Typeahead Autocomplete </a> </li> <li> <a href="components_bootstrap_tagsinput.html"> Bootstrap Tagsinput </a> </li> <li> <a href="components_bootstrap_switch.html"> Bootstrap Switch </a> </li> <li> <a href="components_bootstrap_maxlength.html"> Bootstrap Maxlength </a> </li> </ul> </div> <div class="col-md-3"> <ul class="mega-menu-submenu"> <li> <h3>Components 3</h3> </li> <li> <a href="components_bootstrap_fileinput.html"> Bootstrap File Input </a> </li> <li> <a href="components_bootstrap_touchspin.html"> Bootstrap Touchspin </a> </li> <li> <a href="components_form_tools.html"> Form Widgets & Tools </a> </li> <li> <a href="components_context_menu.html"> Context Menu </a> </li> <li> <a href="components_editors.html"> Markdown & WYSIWYG Editors </a> </li> </ul> </div> <div class="col-md-3"> <ul class="mega-menu-submenu"> <li> <h3>Components 4</h3> </li> <li> <a href="components_code_editors.html"> Code Editors </a> </li> <li> <a href="components_ion_sliders.html"> Ion Range Sliders </a> </li> <li> <a href="components_noui_sliders.html"> NoUI Range Sliders </a> </li> <li> <a href="components_knob_dials.html"> Knob Circle Dials </a> </li> </ul> </div> </div> </div> </li> </ul> </li> <li class="menu-dropdown classic-menu-dropdown "> <a href="javascript:;"> More <span class="arrow"></span> </a> <ul class="dropdown-menu pull-left"> <li class="dropdown-submenu "> <a href="javascript:;" class="nav-link nav-toggle "> <i class="icon-settings"></i> Form Stuff <span class="arrow"></span> </a> <ul class="dropdown-menu"> <li class=" "> <a href="form_controls.html" class="nav-link "> Bootstrap Form <br>Controls </a> </li> <li class=" "> <a href="form_controls_md.html" class="nav-link "> Material Design <br>Form Controls </a> </li> <li class=" "> <a href="form_validation.html" class="nav-link "> Form Validation </a> </li> <li class=" "> <a href="form_validation_states_md.html" class="nav-link "> Material Design <br>Form Validation States </a> </li> <li class=" "> <a href="form_validation_md.html" class="nav-link "> Material Design <br>Form Validation </a> </li> <li class=" "> <a href="form_layouts.html" class="nav-link "> Form Layouts </a> </li> <li class=" "> <a href="form_input_mask.html" class="nav-link "> Form Input Mask </a> </li> <li class=" "> <a href="form_editable.html" class="nav-link "> Form X-editable </a> </li> <li class=" "> <a href="form_wizard.html" class="nav-link "> Form Wizard </a> </li> <li class=" "> <a href="form_icheck.html" class="nav-link "> iCheck Controls </a> </li> <li class=" "> <a href="form_image_crop.html" class="nav-link "> Image Cropping </a> </li> <li class=" "> <a href="form_fileupload.html" class="nav-link "> Multiple File Upload </a> </li> <li class=" "> <a href="form_dropzone.html" class="nav-link "> Dropzone File Upload </a> </li> </ul> </li> <li class="dropdown-submenu "> <a href="javascript:;" class="nav-link nav-toggle "> <i class="icon-briefcase"></i> Tables <span class="arrow"></span> </a> <ul class="dropdown-menu"> <li class="dropdown-submenu "> <a href="javascript:;" class="nav-link nav-toggle"> Static Tables <span class="arrow"></span> </a> <ul class="dropdown-menu"> <li class=""> <a href="table_static_basic.html" class="nav-link "> Basic Tables </a> </li> <li class=""> <a href="table_static_responsive.html" class="nav-link "> Responsive Tables </a> </li> </ul> </li> <li class="dropdown-submenu "> <a href="javascript:;" class="nav-link nav-toggle"> Datatables <span class="arrow"></span> </a> <ul class="dropdown-menu"> <li class=""> <a href="table_datatables_managed.html" class="nav-link "> Managed Datatables </a> </li> <li class=""> <a href="table_datatables_buttons.html" class="nav-link "> Buttons Extension </a> </li> <li class=""> <a href="table_datatables_colreorder.html" class="nav-link "> Colreorder Extension </a> </li> <li class=""> <a href="table_datatables_rowreorder.html" class="nav-link "> Rowreorder Extension </a> </li> <li class=""> <a href="table_datatables_scroller.html" class="nav-link "> Scroller Extension </a> </li> <li class=""> <a href="table_datatables_fixedheader.html" class="nav-link "> FixedHeader Extension </a> </li> <li class=""> <a href="table_datatables_responsive.html" class="nav-link "> Responsive Extension </a> </li> <li class=""> <a href="table_datatables_editable.html" class="nav-link "> Editable Datatables </a> </li> <li class=""> <a href="table_datatables_ajax.html" class="nav-link "> Ajax Datatables </a> </li> </ul> </li> </ul> </li> <li class="dropdown-submenu "> <a href="?p=" class="nav-link nav-toggle "> <i class="icon-wallet"></i> Portlets <span class="arrow"></span> </a> <ul class="dropdown-menu"> <li class=" "> <a href="portlet_boxed.html" class="nav-link "> Boxed Portlets </a> </li> <li class=" "> <a href="portlet_light.html" class="nav-link "> Light Portlets </a> </li> <li class=" "> <a href="portlet_solid.html" class="nav-link "> Solid Portlets </a> </li> <li class=" "> <a href="portlet_ajax.html" class="nav-link "> Ajax Portlets </a> </li> <li class=" "> <a href="portlet_draggable.html" class="nav-link "> Draggable Portlets </a> </li> </ul> </li> <li class="dropdown-submenu "> <a href="?p=" class="nav-link nav-toggle "> <i class="icon-settings"></i> Elements <span class="arrow"></span> </a> <ul class="dropdown-menu"> <li class=" "> <a href="elements_steps.html" class="nav-link "> Steps </a> </li> <li class=" "> <a href="elements_lists.html" class="nav-link "> Lists </a> </li> <li class=" "> <a href="elements_ribbons.html" class="nav-link "> Ribbons </a> </li> </ul> </li> <li class="dropdown-submenu "> <a href="javascript:;" class="nav-link nav-toggle "> <i class="icon-bar-chart"></i> Charts <span class="arrow"></span> </a> <ul class="dropdown-menu"> <li class=" "> <a href="charts_amcharts.html" class="nav-link "> amChart </a> </li> <li class=" "> <a href="charts_flotcharts.html" class="nav-link "> Flot Charts </a> </li> <li class=" "> <a href="charts_flowchart.html" class="nav-link "> Flow Charts </a> </li> <li class=" "> <a href="charts_google.html" class="nav-link "> Google Charts </a> </li> <li class=" "> <a href="charts_echarts.html" class="nav-link "> eCharts </a> </li> <li class=" "> <a href="charts_morris.html" class="nav-link "> Morris Charts </a> </li> <li class="dropdown-submenu "> <a href="javascript:;" class="nav-link nav-toggle"> HighCharts <span class="arrow"></span> </a> <ul class="dropdown-menu"> <li class=""> <a href="charts_highcharts.html" class="nav-link " target="_blank"> HighCharts </a> </li> <li class=""> <a href="charts_highstock.html" class="nav-link " target="_blank"> HighStock </a> </li> <li class=""> <a href="charts_highmaps.html" class="nav-link " target="_blank"> HighMaps </a> </li> </ul> </li> </ul> </li> </ul> </li> <li class="menu-dropdown classic-menu-dropdown "> <a href="javascript:;"> <i class="icon-briefcase"></i> Pages <span class="arrow"></span> </a> <ul class="dropdown-menu pull-left"> <li class="dropdown-submenu "> <a href="javascript:;" class="nav-link nav-toggle "> <i class="icon-basket"></i> eCommerce <span class="arrow"></span> </a> <ul class="dropdown-menu"> <li class=" "> <a href="ecommerce_index.html" class="nav-link "> <i class="icon-home"></i> Dashboard </a> </li> <li class=" "> <a href="ecommerce_orders.html" class="nav-link "> <i class="icon-basket"></i> Orders </a> </li> <li class=" "> <a href="ecommerce_orders_view.html" class="nav-link "> <i class="icon-tag"></i> Order View </a> </li> <li class=" "> <a href="ecommerce_products.html" class="nav-link "> <i class="icon-graph"></i> Products </a> </li> <li class=" "> <a href="ecommerce_products_edit.html" class="nav-link "> <i class="icon-graph"></i> Product Edit </a> </li> </ul> </li> <li class="dropdown-submenu "> <a href="javascript:;" class="nav-link nav-toggle "> <i class="icon-docs"></i> Apps <span class="arrow"></span> </a> <ul class="dropdown-menu"> <li class=" "> <a href="app_todo.html" class="nav-link "> <i class="icon-clock"></i> Todo 1 </a> </li> <li class=" "> <a href="app_todo_2.html" class="nav-link "> <i class="icon-check"></i> Todo 2 </a> </li> <li class=" "> <a href="app_inbox.html" class="nav-link "> <i class="icon-envelope"></i> Inbox </a> </li> <li class=" "> <a href="app_calendar.html" class="nav-link "> <i class="icon-calendar"></i> Calendar </a> </li> </ul> </li> <li class="dropdown-submenu "> <a href="javascript:;" class="nav-link nav-toggle "> <i class="icon-user"></i> User <span class="arrow"></span> </a> <ul class="dropdown-menu"> <li class=" "> <a href="page_user_profile_1.html" class="nav-link "> <i class="icon-user"></i> Profile 1 </a> </li> <li class=" "> <a href="page_user_profile_1_account.html" class="nav-link "> <i class="icon-user-female"></i> Profile 1 Account </a> </li> <li class=" "> <a href="page_user_profile_1_help.html" class="nav-link "> <i class="icon-user-following"></i> Profile 1 Help </a> </li> <li class=" "> <a href="page_user_profile_2.html" class="nav-link "> <i class="icon-users"></i> Profile 2 </a> </li> <li class="dropdown-submenu "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-notebook"></i> Login <span class="arrow"></span> </a> <ul class="dropdown-menu"> <li class=""> <a href="page_user_login_1.html" class="nav-link " target="_blank"> Login Page 1 </a> </li> <li class=""> <a href="page_user_login_2.html" class="nav-link " target="_blank"> Login Page 2 </a> </li> <li class=""> <a href="page_user_login_3.html" class="nav-link " target="_blank"> Login Page 3 </a> </li> <li class=""> <a href="page_user_login_4.html" class="nav-link " target="_blank"> Login Page 4 </a> </li> <li class=""> <a href="page_user_login_5.html" class="nav-link " target="_blank"> Login Page 5 </a> </li> <li class=""> <a href="page_user_login_6.html" class="nav-link " target="_blank"> Login Page 6 </a> </li> </ul> </li> <li class=" "> <a href="page_user_lock_1.html" class="nav-link " target="_blank"> <i class="icon-lock"></i> Lock Screen 1 </a> </li> <li class=" "> <a href="page_user_lock_2.html" class="nav-link " target="_blank"> <i class="icon-lock-open"></i> Lock Screen 2 </a> </li> </ul> </li> <li class="dropdown-submenu "> <a href="javascript:;" class="nav-link nav-toggle "> <i class="icon-social-dribbble"></i> General <span class="arrow"></span> </a> <ul class="dropdown-menu"> <li class=" "> <a href="page_general_about.html" class="nav-link "> <i class="icon-info"></i> About </a> </li> <li class=" "> <a href="page_general_contact.html" class="nav-link "> <i class="icon-call-end"></i> Contact </a> </li> <li class="dropdown-submenu "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-notebook"></i> Portfolio <span class="arrow"></span> </a> <ul class="dropdown-menu"> <li class=""> <a href="page_general_portfolio_1.html" class="nav-link "> Portfolio 1 </a> </li> <li class=""> <a href="page_general_portfolio_2.html" class="nav-link "> Portfolio 2 </a> </li> <li class=""> <a href="page_general_portfolio_3.html" class="nav-link "> Portfolio 3 </a> </li> <li class=""> <a href="page_general_portfolio_4.html" class="nav-link "> Portfolio 4 </a> </li> </ul> </li> <li class="dropdown-submenu "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-magnifier"></i> Search <span class="arrow"></span> </a> <ul class="dropdown-menu"> <li class=""> <a href="page_general_search.html" class="nav-link "> Search 1 </a> </li> <li class=""> <a href="page_general_search_2.html" class="nav-link "> Search 2 </a> </li> <li class=""> <a href="page_general_search_3.html" class="nav-link "> Search 3 </a> </li> <li class=""> <a href="page_general_search_4.html" class="nav-link "> Search 4 </a> </li> <li class=""> <a href="page_general_search_5.html" class="nav-link "> Search 5 </a> </li> </ul> </li> <li class=" "> <a href="page_general_pricing.html" class="nav-link "> <i class="icon-tag"></i> Pricing </a> </li> <li class=" "> <a href="page_general_faq.html" class="nav-link "> <i class="icon-wrench"></i> FAQ </a> </li> <li class=" "> <a href="page_general_blog.html" class="nav-link "> <i class="icon-pencil"></i> Blog </a> </li> <li class=" "> <a href="page_general_blog_post.html" class="nav-link "> <i class="icon-note"></i> Blog Post </a> </li> <li class=" "> <a href="page_general_invoice.html" class="nav-link "> <i class="icon-envelope"></i> Invoice </a> </li> <li class=" "> <a href="page_general_invoice_2.html" class="nav-link "> <i class="icon-envelope"></i> Invoice 2 </a> </li> </ul> </li> <li class="dropdown-submenu "> <a href="javascript:;" class="nav-link nav-toggle "> <i class="icon-settings"></i> System <span class="arrow"></span> </a> <ul class="dropdown-menu"> <li class=" "> <a href="page_system_coming_soon.html" class="nav-link " target="_blank"> Coming Soon </a> </li> <li class=" "> <a href="page_system_404_1.html" class="nav-link "> 404 Page 1 </a> </li> <li class=" "> <a href="page_system_404_2.html" class="nav-link " target="_blank"> 404 Page 2 </a> </li> <li class=" "> <a href="page_system_404_3.html" class="nav-link " target="_blank"> 404 Page 3 </a> </li> <li class=" "> <a href="page_system_500_1.html" class="nav-link "> 500 Page 1 </a> </li> <li class=" "> <a href="page_system_500_2.html" class="nav-link " target="_blank"> 500 Page 2 </a> </li> </ul> </li> </ul> </li> </ul> </div> <!-- END MEGA MENU --> </div> </div> <!-- END HEADER MENU --> </div> <!-- END HEADER --> <!-- BEGIN CONTAINER --> <div class="page-container"> <!-- BEGIN CONTENT --> <div class="page-content-wrapper"> <!-- BEGIN CONTENT BODY --> <!-- BEGIN PAGE HEAD--> <div class="page-head"> <div class="container"> <!-- BEGIN PAGE TITLE --> <div class="page-title"> <h1>Typography <small>texts, headings, lists and more</small> </h1> </div> <!-- END PAGE TITLE --> <!-- BEGIN PAGE TOOLBAR --> <div class="page-toolbar"> <!-- BEGIN THEME PANEL --> <div class="btn-group btn-theme-panel"> <a href="javascript:;" class="btn dropdown-toggle" data-toggle="dropdown"> <i class="icon-settings"></i> </a> <div class="dropdown-menu theme-panel pull-right dropdown-custom hold-on-click"> <div class="row"> <div class="col-md-6 col-sm-6 col-xs-12"> <h3>THEME COLORS</h3> <div class="row"> <div class="col-md-6 col-sm-6 col-xs-12"> <ul class="theme-colors"> <li class="theme-color theme-color-default" data-theme="default"> <span class="theme-color-view"></span> <span class="theme-color-name">Default</span> </li> <li class="theme-color theme-color-blue-hoki" data-theme="blue-hoki"> <span class="theme-color-view"></span> <span class="theme-color-name">Blue Hoki</span> </li> <li class="theme-color theme-color-blue-steel" data-theme="blue-steel"> <span class="theme-color-view"></span> <span class="theme-color-name">Blue Steel</span> </li> <li class="theme-color theme-color-yellow-orange" data-theme="yellow-orange"> <span class="theme-color-view"></span> <span class="theme-color-name">Orange</span> </li> <li class="theme-color theme-color-yellow-crusta" data-theme="yellow-crusta"> <span class="theme-color-view"></span> <span class="theme-color-name">Yellow Crusta</span> </li> </ul> </div> <div class="col-md-6 col-sm-6 col-xs-12"> <ul class="theme-colors"> <li class="theme-color theme-color-green-haze" data-theme="green-haze"> <span class="theme-color-view"></span> <span class="theme-color-name">Green Haze</span> </li> <li class="theme-color theme-color-red-sunglo" data-theme="red-sunglo"> <span class="theme-color-view"></span> <span class="theme-color-name">Red Sunglo</span> </li> <li class="theme-color theme-color-red-intense" data-theme="red-intense"> <span class="theme-color-view"></span> <span class="theme-color-name">Red Intense</span> </li> <li class="theme-color theme-color-purple-plum" data-theme="purple-plum"> <span class="theme-color-view"></span> <span class="theme-color-name">Purple Plum</span> </li> <li class="theme-color theme-color-purple-studio" data-theme="purple-studio"> <span class="theme-color-view"></span> <span class="theme-color-name">Purple Studio</span> </li> </ul> </div> </div> </div> <div class="col-md-6 col-sm-6 col-xs-12 seperator"> <h3>LAYOUT</h3> <ul class="theme-settings"> <li> Theme Style <select class="theme-setting theme-setting-style form-control input-sm input-small input-inline tooltips" data-original-title="Change theme style" data-container="body" data-placement="left"> <option value="boxed" selected="selected">Square corners</option> <option value="rounded">Rounded corners</option> </select> </li> <li> Layout <select class="theme-setting theme-setting-layout form-control input-sm input-small input-inline tooltips" data-original-title="Change layout type" data-container="body" data-placement="left"> <option value="boxed" selected="selected">Boxed</option> <option value="fluid">Fluid</option> </select> </li> <li> Top Menu Style <select class="theme-setting theme-setting-top-menu-style form-control input-sm input-small input-inline tooltips" data-original-title="Change top menu dropdowns style" data-container="body" data-placement="left"> <option value="dark" selected="selected">Dark</option> <option value="light">Light</option> </select> </li> <li> Top Menu Mode <select class="theme-setting theme-setting-top-menu-mode form-control input-sm input-small input-inline tooltips" data-original-title="Enable fixed(sticky) top menu" data-container="body" data-placement="left"> <option value="fixed">Fixed</option> <option value="not-fixed" selected="selected">Not Fixed</option> </select> </li> <li> Mega Menu Style <select class="theme-setting theme-setting-mega-menu-style form-control input-sm input-small input-inline tooltips" data-original-title="Change mega menu dropdowns style" data-container="body" data-placement="left"> <option value="dark" selected="selected">Dark</option> <option value="light">Light</option> </select> </li> <li> Mega Menu Mode <select class="theme-setting theme-setting-mega-menu-mode form-control input-sm input-small input-inline tooltips" data-original-title="Enable fixed(sticky) mega menu" data-container="body" data-placement="left"> <option value="fixed" selected="selected">Fixed</option> <option value="not-fixed">Not Fixed</option> </select> </li> </ul> </div> </div> </div> </div> <!-- END THEME PANEL --> </div> <!-- END PAGE TOOLBAR --> </div> </div> <!-- END PAGE HEAD--> <!-- BEGIN PAGE CONTENT BODY --> <div class="page-content"> <div class="container"> <!-- BEGIN PAGE BREADCRUMBS --> <ul class="page-breadcrumb breadcrumb"> <li> <a href="index.html">Home</a> <i class="fa fa-circle"></i> </li> <li> <a href="#">UI Features</a> <i class="fa fa-circle"></i> </li> <li> <span>Typography</span> </li> </ul> <!-- END PAGE BREADCRUMBS --> <!-- BEGIN PAGE CONTENT INNER --> <div class="page-content-inner"> <div class="row"> <div class="col-md-8"> <div> <!-- BEGIN GENERAL PORTLET--> <div class="portlet light "> <div class="portlet-title"> <div class="caption"> <i class="icon-social-dribbble font-blue-sharp"></i> <span class="caption-subject font-blue-sharp bold uppercase">General</span> </div> <div class="actions"> <a class="btn btn-circle btn-icon-only btn-default" href="javascript:;"> <i class="icon-cloud-upload"></i> </a> <a class="btn btn-circle btn-icon-only btn-default" href="javascript:;"> <i class="icon-wrench"></i> </a> <a class="btn btn-circle btn-icon-only btn-default" href="javascript:;"> <i class="icon-trash"></i> </a> </div> </div> <div class="portlet-body"> <div class="row"> <div class="col-md-6"> <h3>Sample text with lead body</h3> <p class="lead"> Lead body. Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p> <p> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur bibendum ornare dolor, quis ullamcorper ligula sodales at. Nulla tellus elit, varius non commodo eget, mattis vel eros. In sed ornare nulla. </p> <p> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur bibendum ornare dolor, quis ullamcorper ligula sodales at. Nulla tellus elit, varius non commodo eget, mattis vel eros. In sed ornare nulla. </p> </div> <div class="col-md-6"> <h3>Sample text</h3> <p> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur bibendum ornare dolor, quis ullamcorper ligula sodales at. Nulla tellus elit, varius non commodo eget, mattis vel eros. In sed ornare nulla. </p> <p> Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nullam id dolor id nibh ultricies vehicula ut id elit. </p> <p> Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec sed odio dui. </p> </div> </div> <div class="row"> <div class="col-md-6"> <h3>Bootstrap Text States</h3> <p class="muted"> Fusce dapibus, tellus ac cursus commodo, tortor mauris nibh. </p> <p class="text-warning"> Etiam porta sem malesuada magna mollis euismod. </p> <p class="text-error"> Donec ullamcorper nulla non metus auctor fringilla. </p> <p class="text-info"> Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis. </p> <p class="text-success"> Duis mollis, est non commodo luctus, nisi erat porttitor ligula. </p> <h3>Custom Test Colors</h3> <p class="font-green-sharp"> Etiam porta sem malesuada magna mollis euismod. </p> <p class="font-red-mint"> Donec ullamcorper nulla non metus auctor fringilla. </p> <p class="font-blue-madison"> Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis. </p> <p class="font-purple-sharp"> Duis mollis, est non commodo luctus, nisi erat porttitor ligula. </p> </div> <div class="col-md-6"> <h3>Headings</h3> <h1>h1. Heading 1</h1> <h2>h2. Heading 2</h2> <h3>h3. Heading 3</h3> <h4>h4. Heading 4</h4> <h5>h5. Heading 5</h5> <h6>h6. Heading 6</h6> </div> </div> <div class="row"> <div class="col-md-6"> <h3>Address</h3> <div class="well"> <address> <strong>Loop, Inc.</strong> <br/> 795 Park Ave, Suite 120 <br/> San Francisco, CA 94107 <br/> <abbr title="Phone">P:</abbr> (234) 145-1810 </address> <address> <strong>Full Name</strong> <br/> <a href="mailto:#"> [email protected] </a> </address> </div> </div> <div class="col-md-6"> <h3>Some more text here</h3> <p> Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nullam id dolor id nibh ultricies vehicula ut id elit. </p> <p class="uppercase"> Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec sed odio dui. </p> <p class="bold"> Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec sed odio dui. </p> </div> </div> </div> </div> </div> <!-- END GENERAL PORTLET--> <div> <!-- BEGIN BLOCKQUOTES PORTLET--> <div class="portlet light "> <div class="portlet-title"> <div class="caption"> <i class="icon-social-dribbble font-green"></i> <span class="caption-subject font-green bold uppercase">Blockquotes</span> </div> <div class="actions"> <a class="btn btn-circle btn-icon-only btn-default" href="javascript:;"> <i class="icon-cloud-upload"></i> </a> <a class="btn btn-circle btn-icon-only btn-default" href="javascript:;"> <i class="icon-wrench"></i> </a> <a class="btn btn-circle btn-icon-only btn-default" href="javascript:;"> <i class="icon-trash"></i> </a> </div> </div> <div class="portlet-body"> <h3></h3> <blockquote> <p> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante. Duis mollis, est non commodo luctus, nisi erat porttitor ligula integer posuere erat a ante. </p> </blockquote> <blockquote> <p> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante. </p> <small>Someone famous <cite title="Source Title">Source Title</cite> </small> </blockquote> <div class="clearfix"> <blockquote class="pull-right"> <p> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante. </p> <small>Someone famous <cite title="Source Title">Source Title</cite> </small> </blockquote> </div> </div> </div> <!-- END BLOCKQUOTES PORTLET--> </div> <!-- BEGIN WELLS PORTLET--> <div> <div class="portlet light "> <div class="portlet-title"> <div class="caption"> <i class="icon-social-dribbble font-red"></i> <span class="caption-subject font-red bold uppercase">Alignments</span> </div> <div class="actions"> <a class="btn btn-circle btn-icon-only btn-default" href="javascript:;"> <i class="icon-cloud-upload"></i> </a> <a class="btn btn-circle btn-icon-only btn-default" href="javascript:;"> <i class="icon-wrench"></i> </a> <a class="btn btn-circle btn-icon-only btn-default" href="javascript:;"> <i class="icon-trash"></i> </a> </div> </div> <div class="portlet-body"> <p class="text-left"> Left aligned text. </p> <p class="text-center"> Center aligned text. </p> <p class="text-right"> Right aligned text. </p> </div> </div> </div> <!-- END WELLS PORTLET--> <!-- BEGIN WELLS PORTLET--> <div> <div class="portlet light "> <div class="portlet-title"> <div class="caption"> <i class="icon-social-dribbble font-purple"></i> <span class="caption-subject font-purple bold uppercase">Alignments</span> </div> <div class="actions"> <a class="btn btn-circle btn-icon-only btn-default" href="javascript:;"> <i class="icon-cloud-upload"></i> </a> <a class="btn btn-circle btn-icon-only btn-default" href="javascript:;"> <i class="icon-wrench"></i> </a> <a class="btn btn-circle btn-icon-only btn-default" href="javascript:;"> <i class="icon-trash"></i> </a> </div> </div> <div class="portlet-body"> <div class="well"> <h4>Default well</h4> Lorem ipsum dolor sit amet Lorem ipsum dolor sit amet.Integer molestie lorem at massa Integer molestie lorem at massa Integer molestie lorem at massa Integer molestie lorem at massa. </div> <div class="well well-large"> <h4>Large Well</h4> Lorem ipsum dolor sit amet Lorem ipsum dolor sit amet. Integer molestie lorem at massa Integer molestie lorem at massa Integer molestie lorem at massa </div> </div> </div> </div> <!-- END WELLS PORTLET--> </div> <div class="col-md-4"> <!-- BEGIN UNORDERED LISTS PORTLET--> <div class="portlet box red"> <div class="portlet-title"> <div class="caption"> <i class="fa fa-gift"></i>Unordered Lists </div> <div class="tools"> <a href="javascript:;" class="collapse"> </a> </div> </div> <div class="portlet-body"> <ul> <li> Lorem ipsum dolor sit amet </li> <li> Consectetur adipiscing elit </li> <li> Integer molestie lorem at massa </li> <li> Facilisis in pretium nisl aliquet </li> <li> Nulla volutpat aliquam velit <ul> <li> Phasellus iaculis neque </li> <li> Purus sodales ultricies </li> <li> Vestibulum laoreet porttitor sem </li> <li> Ac tristique libero volutpat at </li> </ul> </li> <li> Faucibus porta lacus fringilla vel </li> <li> Aenean sit amet erat nunc </li> <li> Eget porttitor lorem </li> </ul> </div> </div> <!-- END UNORDERED LISTS PORTLET--> <!-- BEGIN ORDERED LISTS PORTLET--> <div class="portlet box blue"> <div class="portlet-title"> <div class="caption"> <i class="fa fa-gift"></i>Ordered Lists </div> <div class="tools"> <a href="javascript:;" class="collapse"> </a> </div> </div> <div class="portlet-body"> <ol> <li> Lorem ipsum dolor sit amet </li> <li> Consectetur adipiscing elit </li> <li> Integer molestie lorem at massa </li> <li> Facilisis in pretium nisl aliquet </li> <li> Nulla volutpat aliquam velit </li> <li> Faucibus porta lacus fringilla vel </li> <li> Aenean sit amet erat nunc </li> <li> Eget porttitor lorem </li> </ol> </div> </div> <!-- END ORDERED LISTS PORTLET--> <!-- BEGIN UNSTYLED LISTS PORTLET--> <div class="portlet box yellow"> <div class="portlet-title"> <div class="caption"> <i class="fa fa-gift"></i>Unstyled Lists </div> <div class="tools"> <a href="javascript:;" class="collapse"> </a> </div> </div> <div class="portlet-body"> <ul class="list-unstyled"> <li> Lorem ipsum dolor sit amet </li> <li> Consectetur adipiscing elit </li> <li> Integer molestie lorem at massa </li> <li> Facilisis in pretium nisl aliquet </li> <li> Nulla volutpat aliquam velit <ul> <li> Phasellus iaculis neque </li> <li> Purus sodales ultricies </li> <li> Vestibulum laoreet porttitor sem </li> <li> Ac tristique libero volutpat at </li> </ul> </li> <li> Faucibus porta lacus fringilla vel </li> <li> Aenean sit amet erat nunc </li> <li> Eget porttitor lorem </li> </ul> </div> </div> <!-- END UNSTYLED LISTS PORTLET--> <!-- BEGIN UNSTYLED LISTS PORTLET--> <div class="portlet box red"> <div class="portlet-title"> <div class="caption"> <i class="fa fa-gift"></i>Inline List </div> <div class="tools"> <a href="javascript:;" class="collapse"> </a> </div> </div> <div class="portlet-body"> <ul class="list-inline"> <li> 1. Lorem </li> <li> 2. Phasellus </li> <li> 3. Nulla </li> </ul> </div> </div> <!-- END UNSTYLED LISTS PORTLET--> <!-- BEGIN DESCRIPTION LISTS PORTLET--> <div class="portlet box purple"> <div class="portlet-title"> <div class="caption"> <i class="fa fa-gift"></i>Description Lists </div> <div class="tools"> <a href="javascript:;" class="collapse"> </a> </div> </div> <div class="portlet-body"> <dl> <dt>Description lists</dt> <dd>A description list is perfect for defining terms.</dd> <dt>Euismod</dt> <dd>Vestibulum id ligula porta felis euismod semper eget lacinia odio sem nec elit.</dd> <dd>Donec id elit non mi porta gravida at eget metus.</dd> <dt>Malesuada porta</dt> <dd>Etiam porta sem malesuada magna mollis euismod.</dd> </dl> </div> </div> <!-- END DESCRIPTION LISTS PORTLET--> <!-- BEGIN DESCRIPTION LISTS PORTLET--> <div class="portlet box blue"> <div class="portlet-title"> <div class="caption"> <i class="fa fa-gift"></i>Text States </div> <div class="tools"> <a href="javascript:;" class="collapse"> </a> </div> </div> <div class="portlet-body"> <p class="text-muted"> Muted text here </p> <p class="text-primary"> Primary text here </p> <p class="text-success"> Success text here </p> <p class="text-info"> Info text here </p> <p class="text-warning"> Warning text here </p> <p class="text-danger"> Danger text here </p> </div> </div> <!-- END DESCRIPTION LISTS PORTLET--> </div> </div> </div> <!-- END PAGE CONTENT INNER --> </div> </div> <!-- END PAGE CONTENT BODY --> <!-- END CONTENT BODY --> </div> <!-- END CONTENT --> <!-- BEGIN QUICK SIDEBAR --> <a href="javascript:;" class="page-quick-sidebar-toggler"> <i class="icon-login"></i> </a> <div class="page-quick-sidebar-wrapper" data-close-on-body-click="false"> <div class="page-quick-sidebar"> <ul class="nav nav-tabs"> <li class="active"> <a href="javascript:;" data-target="#quick_sidebar_tab_1" data-toggle="tab"> Users <span class="badge badge-danger">2</span> </a> </li> <li> <a href="javascript:;" data-target="#quick_sidebar_tab_2" data-toggle="tab"> Alerts <span class="badge badge-success">7</span> </a> </li> <li class="dropdown"> <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown"> More <i class="fa fa-angle-down"></i> </a> <ul class="dropdown-menu pull-right"> <li> <a href="javascript:;" data-target="#quick_sidebar_tab_3" data-toggle="tab"> <i class="icon-bell"></i> Alerts </a> </li> <li> <a href="javascript:;" data-target="#quick_sidebar_tab_3" data-toggle="tab"> <i class="icon-info"></i> Notifications </a> </li> <li> <a href="javascript:;" data-target="#quick_sidebar_tab_3" data-toggle="tab"> <i class="icon-speech"></i> Activities </a> </li> <li class="divider"></li> <li> <a href="javascript:;" data-target="#quick_sidebar_tab_3" data-toggle="tab"> <i class="icon-settings"></i> Settings </a> </li> </ul> </li> </ul> <div class="tab-content"> <div class="tab-pane active page-quick-sidebar-chat" id="quick_sidebar_tab_1"> <div class="page-quick-sidebar-chat-users" data-rail-color="#ddd" data-wrapper-class="page-quick-sidebar-list"> <h3 class="list-heading">Staff</h3> <ul class="media-list list-items"> <li class="media"> <div class="media-status"> <span class="badge badge-success">8</span> </div> <img class="media-object" src="../assets/layouts/layout/img/avatar3.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Bob Nilson</h4> <div class="media-heading-sub"> Project Manager </div> </div> </li> <li class="media"> <img class="media-object" src="../assets/layouts/layout/img/avatar1.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Nick Larson</h4> <div class="media-heading-sub"> Art Director </div> </div> </li> <li class="media"> <div class="media-status"> <span class="badge badge-danger">3</span> </div> <img class="media-object" src="../assets/layouts/layout/img/avatar4.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Deon Hubert</h4> <div class="media-heading-sub"> CTO </div> </div> </li> <li class="media"> <img class="media-object" src="../assets/layouts/layout/img/avatar2.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Ella Wong</h4> <div class="media-heading-sub"> CEO </div> </div> </li> </ul> <h3 class="list-heading">Customers</h3> <ul class="media-list list-items"> <li class="media"> <div class="media-status"> <span class="badge badge-warning">2</span> </div> <img class="media-object" src="../assets/layouts/layout/img/avatar6.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Lara Kunis</h4> <div class="media-heading-sub"> CEO, Loop Inc </div> <div class="media-heading-small"> Last seen 03:10 AM </div> </div> </li> <li class="media"> <div class="media-status"> <span class="label label-sm label-success">new</span> </div> <img class="media-object" src="../assets/layouts/layout/img/avatar7.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Ernie Kyllonen</h4> <div class="media-heading-sub"> Project Manager, <br> SmartBizz PTL </div> </div> </li> <li class="media"> <img class="media-object" src="../assets/layouts/layout/img/avatar8.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Lisa Stone</h4> <div class="media-heading-sub"> CTO, Keort Inc </div> <div class="media-heading-small"> Last seen 13:10 PM </div> </div> </li> <li class="media"> <div class="media-status"> <span class="badge badge-success">7</span> </div> <img class="media-object" src="../assets/layouts/layout/img/avatar9.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Deon Portalatin</h4> <div class="media-heading-sub"> CFO, H&D LTD </div> </div> </li> <li class="media"> <img class="media-object" src="../assets/layouts/layout/img/avatar10.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Irina Savikova</h4> <div class="media-heading-sub"> CEO, Tizda Motors Inc </div> </div> </li> <li class="media"> <div class="media-status"> <span class="badge badge-danger">4</span> </div> <img class="media-object" src="../assets/layouts/layout/img/avatar11.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Maria Gomez</h4> <div class="media-heading-sub"> Manager, Infomatic Inc </div> <div class="media-heading-small"> Last seen 03:10 AM </div> </div> </li> </ul> </div> <div class="page-quick-sidebar-item"> <div class="page-quick-sidebar-chat-user"> <div class="page-quick-sidebar-nav"> <a href="javascript:;" class="page-quick-sidebar-back-to-list"> <i class="icon-arrow-left"></i>Back</a> </div> <div class="page-quick-sidebar-chat-user-messages"> <div class="post out"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar3.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Bob Nilson</a> <span class="datetime">20:15</span> <span class="body"> When could you send me the report ? </span> </div> </div> <div class="post in"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar2.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Ella Wong</a> <span class="datetime">20:15</span> <span class="body"> Its almost done. I will be sending it shortly </span> </div> </div> <div class="post out"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar3.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Bob Nilson</a> <span class="datetime">20:15</span> <span class="body"> Alright. Thanks! :) </span> </div> </div> <div class="post in"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar2.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Ella Wong</a> <span class="datetime">20:16</span> <span class="body"> You are most welcome. Sorry for the delay. </span> </div> </div> <div class="post out"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar3.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Bob Nilson</a> <span class="datetime">20:17</span> <span class="body"> No probs. Just take your time :) </span> </div> </div> <div class="post in"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar2.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Ella Wong</a> <span class="datetime">20:40</span> <span class="body"> Alright. I just emailed it to you. </span> </div> </div> <div class="post out"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar3.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Bob Nilson</a> <span class="datetime">20:17</span> <span class="body"> Great! Thanks. Will check it right away. </span> </div> </div> <div class="post in"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar2.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Ella Wong</a> <span class="datetime">20:40</span> <span class="body"> Please let me know if you have any comment. </span> </div> </div> <div class="post out"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar3.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Bob Nilson</a> <span class="datetime">20:17</span> <span class="body"> Sure. I will check and buzz you if anything needs to be corrected. </span> </div> </div> </div> <div class="page-quick-sidebar-chat-user-form"> <div class="input-group"> <input type="text" class="form-control" placeholder="Type a message here..."> <div class="input-group-btn"> <button type="button" class="btn green"> <i class="icon-paper-clip"></i> </button> </div> </div> </div> </div> </div> </div> <div class="tab-pane page-quick-sidebar-alerts" id="quick_sidebar_tab_2"> <div class="page-quick-sidebar-alerts-list"> <h3 class="list-heading">General</h3> <ul class="feeds list-items"> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-info"> <i class="fa fa-check"></i> </div> </div> <div class="cont-col2"> <div class="desc"> You have 4 pending tasks. <span class="label label-sm label-warning "> Take action <i class="fa fa-share"></i> </span> </div> </div> </div> </div> <div class="col2"> <div class="date"> Just now </div> </div> </li> <li> <a href="javascript:;"> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-success"> <i class="fa fa-bar-chart-o"></i> </div> </div> <div class="cont-col2"> <div class="desc"> Finance Report for year 2013 has been released. </div> </div> </div> </div> <div class="col2"> <div class="date"> 20 mins </div> </div> </a> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-danger"> <i class="fa fa-user"></i> </div> </div> <div class="cont-col2"> <div class="desc"> You have 5 pending membership that requires a quick review. </div> </div> </div> </div> <div class="col2"> <div class="date"> 24 mins </div> </div> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-info"> <i class="fa fa-shopping-cart"></i> </div> </div> <div class="cont-col2"> <div class="desc"> New order received with <span class="label label-sm label-success"> Reference Number: DR23923 </span> </div> </div> </div> </div> <div class="col2"> <div class="date"> 30 mins </div> </div> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-success"> <i class="fa fa-user"></i> </div> </div> <div class="cont-col2"> <div class="desc"> You have 5 pending membership that requires a quick review. </div> </div> </div> </div> <div class="col2"> <div class="date"> 24 mins </div> </div> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-info"> <i class="fa fa-bell-o"></i> </div> </div> <div class="cont-col2"> <div class="desc"> Web server hardware needs to be upgraded. <span class="label label-sm label-warning"> Overdue </span> </div> </div> </div> </div> <div class="col2"> <div class="date"> 2 hours </div> </div> </li> <li> <a href="javascript:;"> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-default"> <i class="fa fa-briefcase"></i> </div> </div> <div class="cont-col2"> <div class="desc"> IPO Report for year 2013 has been released. </div> </div> </div> </div> <div class="col2"> <div class="date"> 20 mins </div> </div> </a> </li> </ul> <h3 class="list-heading">System</h3> <ul class="feeds list-items"> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-info"> <i class="fa fa-check"></i> </div> </div> <div class="cont-col2"> <div class="desc"> You have 4 pending tasks. <span class="label label-sm label-warning "> Take action <i class="fa fa-share"></i> </span> </div> </div> </div> </div> <div class="col2"> <div class="date"> Just now </div> </div> </li> <li> <a href="javascript:;"> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-danger"> <i class="fa fa-bar-chart-o"></i> </div> </div> <div class="cont-col2"> <div class="desc"> Finance Report for year 2013 has been released. </div> </div> </div> </div> <div class="col2"> <div class="date"> 20 mins </div> </div> </a> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-default"> <i class="fa fa-user"></i> </div> </div> <div class="cont-col2"> <div class="desc"> You have 5 pending membership that requires a quick review. </div> </div> </div> </div> <div class="col2"> <div class="date"> 24 mins </div> </div> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-info"> <i class="fa fa-shopping-cart"></i> </div> </div> <div class="cont-col2"> <div class="desc"> New order received with <span class="label label-sm label-success"> Reference Number: DR23923 </span> </div> </div> </div> </div> <div class="col2"> <div class="date"> 30 mins </div> </div> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-success"> <i class="fa fa-user"></i> </div> </div> <div class="cont-col2"> <div class="desc"> You have 5 pending membership that requires a quick review. </div> </div> </div> </div> <div class="col2"> <div class="date"> 24 mins </div> </div> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-warning"> <i class="fa fa-bell-o"></i> </div> </div> <div class="cont-col2"> <div class="desc"> Web server hardware needs to be upgraded. <span class="label label-sm label-default "> Overdue </span> </div> </div> </div> </div> <div class="col2"> <div class="date"> 2 hours </div> </div> </li> <li> <a href="javascript:;"> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-info"> <i class="fa fa-briefcase"></i> </div> </div> <div class="cont-col2"> <div class="desc"> IPO Report for year 2013 has been released. </div> </div> </div> </div> <div class="col2"> <div class="date"> 20 mins </div> </div> </a> </li> </ul> </div> </div> <div class="tab-pane page-quick-sidebar-settings" id="quick_sidebar_tab_3"> <div class="page-quick-sidebar-settings-list"> <h3 class="list-heading">General Settings</h3> <ul class="list-items borderless"> <li> Enable Notifications <input type="checkbox" class="make-switch" checked data-size="small" data-on-color="success" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> <li> Allow Tracking <input type="checkbox" class="make-switch" data-size="small" data-on-color="info" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> <li> Log Errors <input type="checkbox" class="make-switch" checked data-size="small" data-on-color="danger" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> <li> Auto Sumbit Issues <input type="checkbox" class="make-switch" data-size="small" data-on-color="warning" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> <li> Enable SMS Alerts <input type="checkbox" class="make-switch" checked data-size="small" data-on-color="success" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> </ul> <h3 class="list-heading">System Settings</h3> <ul class="list-items borderless"> <li> Security Level <select class="form-control input-inline input-sm input-small"> <option value="1">Normal</option> <option value="2" selected>Medium</option> <option value="e">High</option> </select> </li> <li> Failed Email Attempts <input class="form-control input-inline input-sm input-small" value="5" /> </li> <li> Secondary SMTP Port <input class="form-control input-inline input-sm input-small" value="3560" /> </li> <li> Notify On System Error <input type="checkbox" class="make-switch" checked data-size="small" data-on-color="danger" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> <li> Notify On SMTP Error <input type="checkbox" class="make-switch" checked data-size="small" data-on-color="warning" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> </ul> <div class="inner-content"> <button class="btn btn-success"> <i class="icon-settings"></i> Save Changes</button> </div> </div> </div> </div> </div> </div> <!-- END QUICK SIDEBAR --> </div> <!-- END CONTAINER --> <!-- BEGIN FOOTER --> <!-- BEGIN PRE-FOOTER --> <div class="page-prefooter"> <div class="container"> <div class="row"> <div class="col-md-3 col-sm-6 col-xs-12 footer-block"> <h2>About</h2> <p> Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam dolore. </p> </div> <div class="col-md-3 col-sm-6 col-xs12 footer-block"> <h2>Subscribe Email</h2> <div class="subscribe-form"> <form action="javascript:;"> <div class="input-group"> <input type="text" placeholder="[email protected]" class="form-control"> <span class="input-group-btn"> <button class="btn" type="submit">Submit</button> </span> </div> </form> </div> </div> <div class="col-md-3 col-sm-6 col-xs-12 footer-block"> <h2>Follow Us On</h2> <ul class="social-icons"> <li> <a href="javascript:;" data-original-title="rss" class="rss"></a> </li> <li> <a href="javascript:;" data-original-title="facebook" class="facebook"></a> </li> <li> <a href="javascript:;" data-original-title="twitter" class="twitter"></a> </li> <li> <a href="javascript:;" data-original-title="googleplus" class="googleplus"></a> </li> <li> <a href="javascript:;" data-original-title="linkedin" class="linkedin"></a> </li> <li> <a href="javascript:;" data-original-title="youtube" class="youtube"></a> </li> <li> <a href="javascript:;" data-original-title="vimeo" class="vimeo"></a> </li> </ul> </div> <div class="col-md-3 col-sm-6 col-xs-12 footer-block"> <h2>Contacts</h2> <address class="margin-bottom-40"> Phone: 800 123 3456 <br> Email: <a href="mailto:[email protected]">[email protected]</a> </address> </div> </div> </div> </div> <!-- END PRE-FOOTER --> <!-- BEGIN INNER FOOTER --> <div class="page-footer"> <div class="container"> 2014 &copy; Metronic by keenthemes. <a href="http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes" title="Purchase Metronic just for 27$ and get lifetime updates for free" target="_blank">Purchase Metronic!</a> </div> </div> <div class="scroll-to-top"> <i class="icon-arrow-up"></i> </div> <!-- END INNER FOOTER --> <!-- END FOOTER --> <!--[if lt IE 9]> <script src="../assets/global/plugins/respond.min.js"></script> <script src="../assets/global/plugins/excanvas.min.js"></script> <![endif]--> <!-- BEGIN CORE PLUGINS --> <script src="../assets/global/plugins/jquery.min.js" type="text/javascript"></script> <script src="../assets/global/plugins/bootstrap/js/bootstrap.min.js" type="text/javascript"></script> <script src="../assets/global/plugins/js.cookie.min.js" type="text/javascript"></script> <script src="../assets/global/plugins/bootstrap-hover-dropdown/bootstrap-hover-dropdown.min.js" type="text/javascript"></script> <script src="../assets/global/plugins/jquery-slimscroll/jquery.slimscroll.min.js" type="text/javascript"></script> <script src="../assets/global/plugins/jquery.blockui.min.js" type="text/javascript"></script> <script src="../assets/global/plugins/uniform/jquery.uniform.min.js" type="text/javascript"></script> <script src="../assets/global/plugins/bootstrap-switch/js/bootstrap-switch.min.js" type="text/javascript"></script> <!-- END CORE PLUGINS --> <!-- BEGIN THEME GLOBAL SCRIPTS --> <script src="../assets/global/scripts/app.min.js" type="text/javascript"></script> <!-- END THEME GLOBAL SCRIPTS --> <!-- BEGIN THEME LAYOUT SCRIPTS --> <script src="../assets/layouts/layout3/scripts/layout.min.js" type="text/javascript"></script> <script src="../assets/layouts/layout3/scripts/demo.min.js" type="text/javascript"></script> <script src="../assets/layouts/global/scripts/quick-sidebar.min.js" type="text/javascript"></script> <!-- END THEME LAYOUT SCRIPTS --> </body> </html>
liangazhou/django-rdp
workspace/myproject/myproject/templates/example/admin_3/ui_typography.html
HTML
apache-2.0
164,849
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_111) on Wed Jan 04 22:31:27 EST 2017 --> <title>org.drip.sample.fx Class Hierarchy</title> <meta name="date" content="2017-01-04"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="org.drip.sample.fx Class Hierarchy"; } } 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-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/drip/sample/fundinghistorical/package-tree.html">Prev</a></li> <li><a href="../../../../org/drip/sample/govvie/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/drip/sample/fx/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 class="title">Hierarchy For Package org.drip.sample.fx</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.Object <ul> <li type="circle">org.drip.sample.fx.<a href="../../../../org/drip/sample/fx/CustomFXCurveBuilder.html" title="class in org.drip.sample.fx"><span class="typeNameLink">CustomFXCurveBuilder</span></a></li> <li type="circle">org.drip.sample.fx.<a href="../../../../org/drip/sample/fx/FXCurrencyPairConventions.html" title="class in org.drip.sample.fx"><span class="typeNameLink">FXCurrencyPairConventions</span></a></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>Class</li> <li>Use</li> <li class="navBarCell1Rev">Tree</li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/drip/sample/fundinghistorical/package-tree.html">Prev</a></li> <li><a href="../../../../org/drip/sample/govvie/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/drip/sample/fx/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;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>
lakshmiDRIP/DRIP
Javadoc/org/drip/sample/fx/package-tree.html
HTML
apache-2.0
4,834
{% extends "documentation/app-gallery/app-base.html" %} {% load custom_tags %} {% block picture_path %} {% static 'images/developers/dellinger.jpg' %} {% endblock %} {% block author %} by Chris Dellinger {% endblock %} {% block app_name %} GeekSeek {% endblock %} {% block problem_solved %} GeekSeek helps users find technical gurus on stackoverflow.com {% endblock %} {% block instructions %} Enter a query, and we will show you which registered stackoverflow users provided the most answers containing that query term. {% endblock %} {% block datasets %} Stack Overflow history {% endblock %} {% block website %} <a href="http://geekseek.heroku.com/">Go to http://geekseek.heroku.com/</a> {% endblock %}
linkedin/indextank-service
storefront/templates/documentation/app-gallery/dellinger.html
HTML
apache-2.0
753