path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
JavaScriptPlay/AngularPlay/index.html
nzkelvin/PlayCode
<!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>
Step2-Indexing/man_html/man1/mknod.1.html
loic-carbonne/Man-fulltext-search
<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
docs/apidocs/org/apache/hadoop/hbase/class-use/UnknownScannerException.html
axfcampos/hbase-0.94.19
<!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>
dist/brick-select.css
mozbrick/brick-select
[multiple] .brick-select-proxy-root .dialogue .panel footer.single { display: none; } [multiple] .brick-select-proxy-root .dialogue .panel footer.multiple { display: flex; } .brick-select-proxy-root .dialogue { visibility: hidden; } .brick-select-proxy-root .dialogue .panel { opacity: 0; } .brick-select-proxy-root .dialogue[show] { visibility: visible; } .brick-select-proxy-root .dialogue[show] .panel { opacity: 1; } .brick-select-proxy-root .dialogue[show="in"] { visibility: visible; animation-name: brickSelectFadeIn; animation-duration: 0.3s; -webkit-animation-name: brickSelectFadeIn; -webkit-animation-duration: 0.3s; } .brick-select-proxy-root .dialogue[show="in"] .panel { opacity: 0; animation-name: brickSelectTranslateIn; animation-delay: 0.4s; animation-duration: 0.3s; animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); -webkit-animation-name: brickSelectTranslateIn; -webkit-animation-delay: 0.4s; -webkit-animation-duration: 0.3s; -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); } .brick-select-proxy-root .dialogue[show="in"] .panel menu button { transition: none; } .brick-select-proxy-root .dialogue[show="out"] { visibility: visible; animation-name: brickSelectFadeOut; animation-delay: 0.4s; animation-duration: 0.3s; -webkit-animation-name: brickSelectFadeOut; -webkit-animation-delay: 0.4s; -webkit-animation-duration: 0.3s; } .brick-select-proxy-root .dialogue[show="out"] .panel { opacity: 0; animation-name: brickSelectFadeOut; animation-duration: 0.3s; animation-timing-function: linear; -webkit-animation-name: brickSelectFadeOut; -webkit-animation-duration: 0.3s; -webkit-animation-timing-function: linear; } .brick-select-proxy-root .dialogue[show="out"] .panel menu button { transition: none; } .brick-select-proxy-root button.handle { position: relative; background: transparent; color: #333; font-family: "Fira Sans", "Fira Sans", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif; font-size: 17px; width: 100%; height: 50px; font-weight: lighter; font-style: italic; font-size: 17px; text-align: inherit; margin: inherit; border: 1px solid #d6d6d6; padding: 0rem 25px; transition: all 0.2; transition-delay: var(--button-transition-delay, 200ms); } .brick-select-proxy-root button.handle span { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .brick-select-proxy-root button.handle:after { content: " "; position: absolute; width: 0px; height: 0px; bottom: 5px; right: 5px; border-bottom: 10px solid #000; border-left: 10px solid transparent; } .brick-select-proxy-root .dialogue { font-family: "Fira Sans", "Fira Sans", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif; font-size: 17px; background: rgba(199,199,199,0.85); font-style: italic; position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; z-index: 200; font-style: italic; } .brick-select-proxy-root .dialogue .panel { max-height: 75%; max-width: 350px; width: 90%; border: 0; padding: 0; margin: auto; background: #f4f4f4; } .brick-select-proxy-root .dialogue .panel header { padding: 14px; } .brick-select-proxy-root .dialogue .panel header h1 { text-align: center; font-size: 23px; font-weight: lighter; font-style: italic; line-height: 26px; color: #4d4d4d; margin: 6px 0 24px 0; padding: 0; } .brick-select-proxy-root .dialogue .panel footer.single { display: flex; } .brick-select-proxy-root .dialogue .panel footer.multiple { display: none; } .brick-select-proxy-root .dialogue .panel footer { display: none; } .brick-select-proxy-root .dialogue .panel footer button { height: 50px; font-weight: lighter; font-style: italic; font-size: 17px; flex-grow: 1; margin: 0; border: 0; padding: 0rem 25px; background: #fff; color: #00caf2; transition: all 0.2; transition-delay: 200ms; position: relative; } .brick-select-proxy-root .dialogue .panel footer button:after { content: " "; position: absolute; --dim-micro: 6px; height: calc(100% - var(--dim-micro) * 2); width: 1px; top: 6px; right: 0px; background: #e7e7e7; z-index: 1; } .brick-select-proxy-root .dialogue .panel footer button:active { background-color: #00caf2; color: #fff; transition: none; } .brick-select-proxy-root .dialogue .panel footer button:active:after { z-index: -1; } .brick-select-proxy-root .dialogue .panel footer button:last-child:after { display: none; } .brick-select-proxy-root .dialogue .panel .menu { max-height: 350px; overflow-y: auto; padding: 0; margin: 0; width: 100%; } .brick-select-proxy-root .dialogue .panel .menu .menu-item { padding: 14px; color: #4d4d4d; box-sizing: border-box; list-style: none; position: relative; z-index: 1; overflow: hidden; display: flex; align-items: center; position: relative; } .brick-select-proxy-root .dialogue .panel .menu .menu-item.selected { color: #00caf2; } .brick-select-proxy-root .dialogue .panel .menu .menu-item.selected .label { font-weight: bold; flex-grow: 1; } .brick-select-proxy-root .dialogue .panel .menu .menu-item.selected .icon:before { content: "\f00c"; font-size: 18px; } .brick-select-proxy-root .dialogue .panel .menu .menu-item.selected .icon { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .brick-select-proxy-root .dialogue .panel .menu .menu-item:after { content: " "; position: absolute; bottom: 0px; left: 14px; --dim-small: 14px; width: calc(100% - var(--dim-small) * 2); height: 1px; margin-left: auto; margin-right: auto; background: #e7e7e7; } .brick-select-proxy-root .dialogue .panel .menu .menu-item:after:last-child { display: none; } .brick-select-proxy-root .dialogue .panel .menu .menu-item .feedback { content: "*"; position: absolute; opacity: 0; border-radius: 50%; transform-origin: center center; background: #e7e7e7; transform: scaleX(1); z-index: -1; } .brick-select-proxy-root .dialogue .panel .menu .menu-item .feedback.animate { animation-name: brickSelectGrow; animation-duration: 800ms; animation-iteration: 1; } @-moz-keyframes brickSelectTranslateIn { 0% { opacity: 0; transform: translateY(100px); } 100% { opacity: 1; transform: translateY(0px); } } @-webkit-keyframes brickSelectTranslateIn { 0% { opacity: 0; transform: translateY(100px); } 100% { opacity: 1; transform: translateY(0px); } } @-o-keyframes brickSelectTranslateIn { 0% { opacity: 0; transform: translateY(100px); } 100% { opacity: 1; transform: translateY(0px); } } @keyframes brickSelectTranslateIn { 0% { opacity: 0; transform: translateY(100px); } 100% { opacity: 1; transform: translateY(0px); } } @-moz-keyframes brickSelectFadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @-webkit-keyframes brickSelectFadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @-o-keyframes brickSelectFadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes brickSelectFadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @-moz-keyframes brickSelectFadeOut { 0% { opacity: 1; } 100% { opacity: 0; } } @-webkit-keyframes brickSelectFadeOut { 0% { opacity: 1; } 100% { opacity: 0; } } @-o-keyframes brickSelectFadeOut { 0% { opacity: 1; } 100% { opacity: 0; } } @keyframes brickSelectFadeOut { 0% { opacity: 1; } 100% { opacity: 0; } } @-moz-keyframes brickSelectGrow { 0% { transform: scale(0); } 50% { transform: scale(1); } 50% { transform: scale(1); opacity: 1; } 80% { opacity: 1; } 100% { transform: scale(1); opacity: 0; } } @-webkit-keyframes brickSelectGrow { 0% { transform: scale(0); } 50% { transform: scale(1); } 50% { transform: scale(1); opacity: 1; } 80% { opacity: 1; } 100% { transform: scale(1); opacity: 0; } } @-o-keyframes brickSelectGrow { 0% { transform: scale(0); } 50% { transform: scale(1); } 50% { transform: scale(1); opacity: 1; } 80% { opacity: 1; } 100% { transform: scale(1); opacity: 0; } } @keyframes brickSelectGrow { 0% { transform: scale(0); } 50% { transform: scale(1); } 50% { transform: scale(1); opacity: 1; } 80% { opacity: 1; } 100% { transform: scale(1); opacity: 0; } }
apidocs/0.10.0/java/deprecated-list.html
WilliamParker/clara-site
<!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>
2017.7.0/apidocs/org/wildfly/swarm/config/mail/mail_session/SMTPServerConsumer.html
wildfly-swarm/wildfly-swarm-javadocs
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_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>
bonfire/bonfire/codeigniter/database/drivers/postgre/postgre_forge.php.html
inputx/code-ref-doc
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html> <head> <title>PHPXRef 0.7.1 : Unnamed Project : 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 - gareth@omnipotent.net --> <!-- http://phpxref.sourceforge.net/ --> <script src="../../../../../phpxref.js" type="text/javascript"></script> <script language="JavaScript" type="text/javascript"> <!-- ext='.html'; relbase='../../../../../'; subdir='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>
external-apidocs/com/google/code/maven-play-plugin/org/playframework/play/1.3.3/play/libs/class-use/Codec.html
play1-maven-plugin/play1-maven-plugin.github.io
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_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>
docs/cpp/sparse__vector_8h.html
google/or-tools
<!-- 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>
docs/squidlib-util/squidpony/squidmath/class-use/OrderedMap.html
BenMcLean/SquidLib
<!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>
packages/hbase-0.98.7-hadoop2/docs/devapidocs/org/apache/hadoop/hbase/security/visibility/class-use/VisibilityController.html
gsoundar/mambo-ec2-deploy
<!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>
lib/poi-3.16-beta1/docs/apidocs/org/apache/poi/openxml4j/opc/PackagePartCollection.html
Aarhus-BSS/Aarhus-Research-Rebuilt
<!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>
iBase4J-UI/iBase4J-UI-AngularJS/src/src/app/sys/login/login.html
iBase4J/iBase4J
<!-- 登录页面 --> <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>
rebbit/_functions/testwarningwhenreported.html
inputx/code-ref-doc
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html> <head> <title>PHPXRef 0.7.1 : Unnamed Project : 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 - gareth@omnipotent.net --> <!-- http://phpxref.sourceforge.net/ --> <script src="../phpxref.js" type="text/javascript"></script> <script language="JavaScript" type="text/javascript"> <!-- ext='.html'; relbase='../'; subdir='_functions'; filename='index.html'; cookiekey='phpxref'; handleNavFrame(relbase, subdir, filename); logFunction('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>
web/viewer.html
yurydelendik/pdf.js
<!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>
docs/solr-core/org/apache/solr/analysis/package-use.html
jacquehettel/hugo_solr
<!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>
lib/cassandra/apache-cassandra-3.7/javadoc/org/apache/cassandra/metrics/ClientMetrics.html
jasonwee/videoOnCloud
<!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>
lib/cassandra/apache-cassandra-3.7/javadoc/org/apache/cassandra/hints/CompressedHintsWriter.html
jasonwee/videoOnCloud
<!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>
archived-themes/DefaultShopTheme/templates/404.html
StephenPower/Bootstrap-Themes-Summer-2012-Release
<h1>Ooopppsss...</h1> <h2>We Had Trouble Finding What You We're Looking For</h2> <a href="/">Home</a>
ubc_cmd_script/log/2017-08-18_20:39:58:362_ubc_result.html
frankie0802/Test
{ "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" }
src/main/webapp/demo/tree/list2tree.html
hemingwang0902/jquery-miniui
<!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>
doc/com/cybozu/labs/langdetect/util/package-use.html
mgodeneche/analyseV3
<!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>
2017.11.0/apidocs/org/wildfly/swarm/config/logging/class-use/LoggingProfileSupplier.html
wildfly-swarm/wildfly-swarm-javadocs
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_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>
bonfire/_functions/truncate.html
inputx/code-ref-doc
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html> <head> <title>PHPXRef 0.7.1 : Unnamed Project : 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 - gareth@omnipotent.net --> <!-- http://phpxref.sourceforge.net/ --> <script src="../phpxref.js" type="text/javascript"></script> <script language="JavaScript" type="text/javascript"> <!-- ext='.html'; relbase='../'; subdir='_functions'; filename='index.html'; cookiekey='phpxref'; handleNavFrame(relbase, subdir, filename); logFunction('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>
docs/devapidocs/org/apache/hadoop/hbase/util/byterange/package-frame.html
devansh2015/hbase-0.98.8
<!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>
_site/blog/page8/index.html
sachinvettithanam/ionic-site
<!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>
suanshu-javadoc-1.3.1/com/numericalmethod/suanshu/stats/stochasticprocess/multivariate/sde/Ft.html
Aliced3645/DataCenterMarketing
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_24) on Tue Apr 26 20:40: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>
src/main/webapp/css/mobile.css
Jasig/AnnouncementsPortlet
/** * Licensed to Apereo under one or more contributor license * agreements. See the NOTICE file distributed with this work * for additional information regarding copyright ownership. * Apereo 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 the following location: * * 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. */ .annplt-content {color: #000;} /*annplt-toolbar*/ .annplt-toolbar {background: #5e6e88 url(../icons/mainbar_bg.png) top left repeat-x; padding:3px 5px; border-top:#ddd 1px solid; border-bottom:#1e2639 1px solid;} .annplt-toolbar ul,.annplt-toolbar li {text-align:center;} .annplt-toolbar ul {display:block; margin:0px; padding:3px 0;} .annplt-toolbar li {font-size:13px; margin:0px; font-weight:bold; display:inline-block; padding:8px 5px; text-transform:capitalize;} .annplt-toolbar li a {padding:8px 10px; display:inline-block; color:#fff; background: #3e537e url(../icons/mainbar_button_bg.png) top left repeat-x; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; box-shadow:inset 0 0 3px #000000; -moz-box-shadow:inset 0 0 3px #000000; -webkit-box-shadow:inset 0 0 3px #000000;} /*form buttons*/ .annplt-form-button {font-size:1em; display:block; width:250px; margin-bottom:10px; margin-left:auto; margin-right:auto; text-align:center; padding:8px 10px; display:block; color:#fff; background: #3e537e url(../icons/mainbar_button_bg.png) top left repeat-x; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; box-shadow:inset 0 0 3px #000000; -moz-box-shadow:inset 0 0 3px #000000; -webkit-box-shadow:inset 0 0 3px #000000;} a.annplt-form-button {text-decoration:none; width:230px; color:#fff !important; font-weight:bold; font-size:1em;} /* Pagination * If you only need two navigation buttons, use the ".left" and ".right" classes on the two list items and it will stretch those buttons accordingly for emphasis */ .annplt-pagination {padding:5px; background: #ceccd1 url(../icons/options_bar.png) top left repeat-x; border-top:#fff 1px solid; border-bottom:#999 1px solid;} .annplt-pagination ul, .annplt-pagination li {list-style:none; margin:0px;} .annplt-pagination ul {display:block; text-align:center; padding:0px; margin:0px;} .annplt-pagination li {font-size:12px; font-weight:bold; display:inline-block; padding:10px; text-transform:capitalize;} .annplt-pagination a {display:inline; -webkit-box-shadow:inset 0 0 3px #000000; text-decoration:none; color:#999; padding:8px 15px; background: #3e537e url(../icons/options_bar.png) top left repeat-x; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; box-shadow:inset 0 0 3px #000000; -moz-box-shadow:inset 0 0 3px #000000;} .annplt-pagination li.left a {display:inline-block; width:80px; } .annplt-pagination li.right a {display:inline-block; width:80px; } /* Announcements portlet */ .annplt-emergency span {display:none;} .annplt-emergency .annplt-announcement {background: #ff0000} .annplt-emergency .annplt-announcement {padding:5px;border-top:#ff8888 1px solid; border-bottom:#aa0000 1px solid;} .annplt-emergency .annplt-announcement h2 {color:#444;} .annplt-announcement p {margin:0; padding:0;} .annplt-announcement .titlebar {padding:10px 10px 5px 10px; } .annplt-announcement {background:#eee; padding:5px; border-top:#fff 1px solid; border-bottom:#999 1px dotted;} .annplt-announcement_inner {background:#fff; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;} .annplt-announcement h2, .annplt-announcement h2 a {font-size:1em;color:#333; margin:0; padding:0;} .annplt-announcements > span {padding:3px 5px; text-align:center; display:block; background-color:#ccc; font-size:14px; font-weight:bold; color:#333; border-top:#fff 1px solid; border-bottom:#999 1px solid;} .annplt-announcement .category, .annplt-announcement .date, .annplt-announcement .expiration{color:#444; font-size:.6em;} .annplt-announcement .date {padding-left:5px; border-left:#444 1px solid;} .annplt-announcement .category {padding-right:5px;} .annplt-announcement .expiration {display:none;} .annplt-announcement p.article {font-size: .75em; padding:0 10px 10px 10px;} .annplt-announcement p.body {display:none;} .annplt-announcement .reference {font-size:.6em; margin:0; padding:0;} .annplt-announcement.annplt-view_announcement .reference a {color:#000099; text-decoration:underline; margin:0; padding:0;} .annplt-announcement.annplt-view_announcement .body {display:block; font-size: 1em; padding:10px;} .annplt-announcement.annplt-view_announcement .expiration {display:block;} /*Announcements Subscriptions*/ ul.annplt-subscriptions {list-style-type: none;} .annplt-subscriptions li {margin:5px 5px 5px -25px; padding:10px; background-color:#ddd; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px} .annplt-subscriptions a {display:block; text-align:right;} .annplt-subscriptions .description {display:block; font-size: .75em; color:#444;}
storage/media/css/db.css
kdart/pycopia
tr.row1 { background-color: #FFF4B3; } tr.row2 { background-color: #FFFAD9; } table.rowdisplay td { padding-top: 5px; } fieldset { background-color: #FFFAD9; } fieldset>legend { font-weight:bold; } fieldset input[type="text"] { width: 70%; margin-bottom: 5px; } fieldset label { display: inline-block; font-weight:bold; width: 20%; } fieldset select { width: 50em; margin-bottom: 5px; } input[type="radio"] { display: inline; margin-right: 20px; } input.ARRAY { } input.BIGINT { background-color: #EEFFB3; } input.BINARY { } input.BIT { } input.BOOLEAN { background-color: #F2F345; width: auto; } input.CHAR { background-color: #EEBBBB; } input.Cidr { background-color: #F2E345; } input.DATE { background-color: #A0DFF1; } input.TIMESTAMP { background-color: #A0DFF1; } input.FLOAT { background-color: #EEFFB3; } input.Inet { background-color: #F2E345; } input.INTEGER { background-color: #EEFFB3; } input.INTERVAL { background-color: #A0DFF1; } input.MACADDR { background-color: #C9B912; } input.NUMERIC { background-color: #EEFFB3; } input.SMALLINT { background-color: #EEFFB3; } input.VARCHAR { background-color: #DDBBBB; } textarea.TEXT { width: 100%; } input.TIME { background-color: #A0DFF1; } input.UUID { } fieldset.ValueType label { display: inline; font-weight: normal; width: auto; margin-left:1em; width:auto; } fieldset.TestCaseStatus label { display: inline; font-weight: normal; width: auto; margin-left:1em; width:auto; } fieldset.TestCaseType label { display: inline; font-weight: normal; width: auto; margin-left:1em; width:auto; } fieldset.PriorityType label { display: inline; font-weight: normal; width: auto; margin-left:1em; width:auto; } fieldset.SeverityType label { display: inline; font-weight: normal; width: auto; margin-left:1em; } fieldset.LikelihoodType label { display: inline; font-weight: normal; width: auto; margin-left:1em; } fieldset.radioset label { display: inline; font-weight: normal; width: auto; margin-left:1em; width:auto; } fieldset.radioset input { width:auto; } input:focus { border-width: 2px; border-color: black; } input[type="submit"] { background-color:#BBFFBB; font-weight:bold; margin-top:10px; width:100%; padding:4px; } input:hover[type="submit"] { background-color: #AAEEAA; } div#choicelist { font-size: 9pt; height: 50em; float: right; margin-top: 1em; overflow-x: hidden; overflow-y: scroll; } div#dbmodelinstance { float: left; width: 50%; } table.datagrid caption { text-align:left; } table.datagrid { width: 100%; border-collapse: collapse; } table.datagrid thead th { text-align: left; background-color: #FFE65C; background-repeat: no-repeat; background-position: right center; color: white; font-weight: bold; padding: .3em .7em; font-size: .9em; padding-right: 5px; } table.datagrid thead th a { color: white; text-decoration: none; font-size: 1.0em; background-repeat: no-repeat; background-position: right center; padding-right: 15px; } table.datagrid thead th.over { background-color: #746240; cursor: pointer; } table.datagrid tbody th { font-weight: bold; } table.datagrid tbody td, table.datagrid tbody th { text-align: left; padding: .3em .7em; border-bottom: 1px solid #eee; } table.datagrid tbody tr.alternate td, table.datagrid tbody tr.alternate th { background-color: #f1f1f1; } table.datagrid tfoot td, table.datagrid tfoot th { background-color: #FFFEE3; color: #4B4545; padding: .5em; font-weight: bold; border-top: 2px solid #4B4545; } table.datagrid tfoot th { text-align: left; } table.datagrid tfoot td { }
fobo-lift-template-demo/src/main/webapp/foboapi/older/v2.0/net/liftmodules/fobopopapi/package$$API.html
karma4u101/FoBo-Demo
<!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>
2.3.1.Final-SNAPSHOT/apidocs/org/wildfly/swarm/config/webservices/class-use/PreHandlerChain.html
wildfly-swarm/wildfly-swarm-javadocs
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_151) on 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>
index.html
Demon404/Demon404.github.io
--- 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 %}
doc/api/classes/ActiveSupport/JSON.html
tonywu522/biu_server
<?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>
bonfire/bonfire/codeigniter/database/drivers/mongodb/index.html
inputx/code-ref-doc
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html> <head> <title>PHPXRef 0.7.1 : Unnamed Project : /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 - gareth@omnipotent.net --> <!-- http://phpxref.sourceforge.net/ --> <script src="../../../../../phpxref.js" type="text/javascript"></script> <script language="JavaScript" type="text/javascript"> <!-- ext='.html'; relbase='../../../../../'; subdir='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>
docs/overview-tree.html
sdklite/promise
<!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>
2018.3.3/apidocs/org/wildfly/swarm/config/management/ConfigurationChangesServiceConsumer.html
wildfly-swarm/wildfly-swarm-javadocs
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_151) on 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>
2017.4.0/apidocs/org/wildfly/swarm/config/ejb3/ThreadPoolSupplier.html
wildfly-swarm/wildfly-swarm-javadocs
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_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>
_includes/linter_languages.html
stevemao/atomlinter.github.io
{% 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 %}
_includes/html/portfolio.html
tonartzagreb/tonartzagreb.github.io
<!-- 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>
vacation-app/app/styles/default-green-theme.html
ibek/vacation-planner
<!-- 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>
gdx-nightly/docs/api/com/badlogic/gdx/utils/IntSet.IntSetIterator.html
JFixby/libgdx-nightly
<!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 (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com) </i></div> </small></p> </body> </html>
sbtrun-maven-plugin/1.0.0-beta4/dependency-info.html
sbtrun-maven-plugin/sbtrun-maven-plugin.github.io
<!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>
docs/com/solidfire/element/api/GetLimitsResult.Builder.html
solidfire/solidfire-sdk-java
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_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>
src/static/css/resolution.css
rogerhil/oauau
@media (max-width: 500px) { .landing-page { width: 90%; } footer .rights { display: block; } footer { *height:250px; padding: 25px 0; } #container { *padding-bottom: 220px !important; } #form-subscriber input, #form-subscriber input.half, #form-subscriber input.last, #form-subscriber button { margin-right: 0 !important; width: 100% !important; font-size: 15px; margin-bottom: 10px; padding: 5px 20px; border-radius: 15px; } #form-subscriber button { font-size: 25px; } .special-title, .special-title-bold { font-size: 70px !important; } .landing-page h2 { font-size: 22px !important; } .landing-page h3 { font-size: 16px !important; } footer p { font-size: 15px; } } @media (max-width: 768px) and (min-width: 500px) { body { line-height: 1.7; } h1, .heading { font-size: 35px; } a.border-button { font-size: 16px; padding: 10px 30px; margin-top: 20px; } .about-grid, .services, .case-study { text-align: center; } .landing-page { width: 90%; } #form-subscriber input, #form-subscriber input.half, #form-subscriber input.last, #form-subscriber button { margin-right: 0 !important; width: 100% !important; } footer .rights { display: block; } } @media (max-width: 992px) and (min-width: 768px) { #contactForm { max-width: 450px; margin: 0 auto; } .call-to-action .carousel-caption, .call-to-action .carousel-indicators { text-align: center; width: 100%; } .text-vertical, footer { text-align: center; } .scroll-btn { padding-top: 30px; } .landing-page { width: 80%; } } @media (max-width: 1200px) and (min-width: 992px) { .no-pad-right { padding-right: 15px; } #testimonials { height: 620px; } .services, .about, .case-study, footer, .overlay, .head, .thankyou .text-vertical, #testimonials, .call-to-action { padding: 60px 0; } #contactForm { padding: 15px; } #form-subscriber input, #form-subscriber button { margin-right: 0; } .landing-page { width: 70%; } #form-subscriber input.half { margin-right: 15px; } #form-subscriber input.last { margin-right: 0px; } } @media (max-width: 1440px) and (min-width: 1200px) { h2 { font-size: 25px; } h3 { font-size: 20px; } } @media (min-width: 3500px) and (max-width: 6000px) { #form-subscriber input.half { width: calc(50% - 13px); } #form-subscriber input.last { width: calc(50% - 13px); } .landing-page { width: 40%; } } @media (min-width: 6000px) { #form-subscriber input.half { width: calc(50% - 13px); } #form-subscriber input.last { width: calc(50% - 13px); } .landing-page { width: 35%; } }
src/main/resources/de/haber/xmind2latex/markdown/html/css/md2.css
arnehaber/xmind2latex
.addon-store .container { width: 960px } .addon-store .pagehead h1 { display: inline-block } .addon-store .pagehead .electrocat-small { position: absolute; bottom: -7px; right: 0 } .addon-store .addons-nav { position: absolute; bottom: 0; right: 300px } .addon-store .addons-nav li,.addon-store .addons-nav a { display: inline-block } .addon-store .addons-nav a { padding: 0 0 14px; margin: 0 10px 0; border-bottom: 3px solid transparent; color: #666; font-size: 14px; text-decoration: none } .addon-store .addons-nav a.selected { color: #333; font-weight: bold; border-bottom-color: #d26911 } .addon-store .developer-callout { background-color: #f1f1f1; background-image: -moz-linear-gradient(#fafafa, #f1f1f1); background-image: -webkit-linear-gradient(#fafafa, #f1f1f1); background-image: linear-gradient(#fafafa, #f1f1f1); background-repeat: repeat-x; border: 1px solid #ddd; border-bottom: 1px solid #ccc; border-radius: 3px; text-shadow: 0 1px 0 #fff; box-shadow: inset 0 1px 0 #fff, 0 1px 5px #f1f1f1; margin-top: 40px } .addon-store .developer-callout p { margin: 0; padding: 10px; color: #666666; text-align: center; font-size: 16px } .addon-store .developer-callout strong { color: #333333 } .addon-store .developer-callout .button { margin-left: 10px } .stafftools-addon-edit .addon-event-type { float: left; width: 50%; margin-bottom: 5px } .stafftools-addon-edit .addon-event-type span { display: inline-block; vertical-align: top } .stafftools-addon-edit .addon-event-types { margin-bottom: 10px } .avatar-stack { position: relative; width: auto } .avatar-stack .avatar { float: left; width: 20px; height: 20px; border-radius: 2px } .avatar-stack.multiple-avatars { border-left: 1px solid #ccc; padding-left: 1px } .avatar-stack.multiple-avatars:before { content: ""; float: left; display: block; position: absolute; top: 0px; left: -3px; width: 19px; height: 19px; border: 1px solid #eee; border-right: none; border-radius: 2px } .avatar-stack.multiple-avatars .avatar { display: none } .avatar-stack.multiple-avatars .avatar:last-child { display: inline-block } .avatar-stack.multiple-avatars:hover { border-left: none } .avatar-stack.multiple-avatars:hover:before { display: none } .avatar-stack.multiple-avatars:hover .avatar { display: inline-block; margin-left: 2px } .blog-search { position: relative; float: right } .blog-search .blog-search-input { padding-left: 28px; width: 205px } .blog-search .mini-icon-search-input { position: absolute; left: 7px; top: 9px; z-index: 5; color: #999 } .blog-search-results em { background-color: #FAFFA6; padding: .1em } .blog-aside { float: right } .blog-aside .button { margin-bottom: 20px; text-align: center } .blog-aside .menu-container { float: none; margin-bottom: 30px } .blog-aside .rss { display: inline-block; margin-left: 5px; color: #999999 } .blog-aside .rss .mini-icon { float: left; margin-right: 5px; color: #ff9933 } .blog-content { width: 625px; font-family: "Helvetica Neue", Helvetica, Arial, freesans, sans-serif } .blog-content h1,.blog-content h2,.blog-content h3 { font-weight: 500 } .blog-post.draft .blog-post-title a,.blog-post.draft .blog-post-meta li:first-child { color: #bd2c00 } .blog-post+.blog-post { margin-top: 60px } .blog-post-meta { list-style: none; margin-bottom: 10px; color: #999999 } .blog-post-meta li { display: inline; padding-right: 20px } .blog-post-meta a { color: #999999 } .blog-post-meta .mini-icon,.blog-post-meta .author-avatar { vertical-align: top; border-radius: 3px } .blog-post-title { margin-top: 0; margin-bottom: 10px; font-size: 32px } #blog-home { color: #ccc; font-size: 15px; font-weight: 100; margin-right: 10px; margin-left: -25px; vertical-align: top } #blog-home:hover { color: #999 } .blog-post-body { font-size: 16px; line-height: 1.6; color: #444; padding-top: 10px } .blog-post-body code { font-size: 16px } .blog-post-body img { padding: 3px; border: 1px solid #D8D8D8 } .blog-post-body img.emoji { width: 30px !important; height: 30px !important; border: 0 } .blog-content .pagination { margin-top: 60px } .blog-feedback { margin: 50px 0; background-color: #f1f1f1; background-image: -moz-linear-gradient(#fafafa, #f1f1f1); background-image: -webkit-linear-gradient(#fafafa, #f1f1f1); background-image: linear-gradient(#fafafa, #f1f1f1); background-repeat: repeat-x; border: 1px solid #ddd; border-bottom-color: #ccc; border-radius: 3px; box-shadow: inset 0 1px 0 #fff, 0 1px 5px #f1f1f1 } .blog-feedback-header { background: url("https://a248.e.akamai.net/assets.github.com/images/icons/twitter.png?dfb668e0") 588px 3px no-repeat; background-size: 32px auto; margin: 0; padding: 10px; border-bottom: 1px solid #ddd; box-shadow: 0 1px 0 #fff; font-size: 14px; font-weight: bold } .blog-feedback-description { margin: 0; padding: 10px; color: #999 } .boxed-group { position: relative; background: #efefef; padding: 3px; border-radius: 3px; margin: 0 0 15px 0 } .boxed-group+.boxed-group { margin-top: 35px } .boxed-group .boxed-group-action { position: absolute; right: 0; top: 3px; z-index: 10; margin: 9px 10px 0 0 } .boxed-group .boxed-group-inner { padding: 1px 10px; background: #fff; border: 1px solid #d8d8d8; border-top: 1px solid #ccc; border-bottom-left-radius: 1px; border-bottom-right-radius: 1px; color: #666; font-size: 13px } .boxed-group .boxed-group-inner strong { color: #000 } .boxed-group .boxed-group-inner.markdown-body { padding-top: 10px; padding-bottom: 10px } .boxed-group .boxed-group-inner.seamless { padding: 0 } .boxed-group .boxed-group-inner h4 { margin: 15px 0 -5px 0; font-size: 14px; color: #000 } .boxed-group .boxed-group-inner .boxed-action { float: right } .boxed-group .boxed-group-inner .help { clear: both; margin: 1em -10px 0 -10px; padding: 1em 10px 1em 35px; border-top: 1px solid #ddd; color: #999 } .boxed-group .boxed-group-inner .help .mini-icon { margin-left: -25px; margin-right: 5px } .boxed-group.flush .boxed-group-inner { padding: 0 } .boxed-group.condensed .boxed-group-inner { font-size: 12px; padding: 0 } .boxed-group>h3,.boxed-group .heading { background-color: #e0e0e0; background-image: -moz-linear-gradient(#fafafa, #e0e0e0); background-image: -webkit-linear-gradient(#fafafa, #e0e0e0); background-image: linear-gradient(#fafafa, #e0e0e0); background-repeat: repeat-x; margin: 0; border-top-left-radius: 1px; border-top-right-radius: 1px; border: 1px solid #d8d8d8; border-bottom: none; padding: 10px 10px 11px 10px; font-size: 14px; text-shadow: 0 1px 0 #fff } .boxed-group>h3 a.boxed-group-breadcrumb,.boxed-group .heading a.boxed-group-breadcrumb { color: #666; font-weight: normal; text-decoration: none } .boxed-group>h3 .avatar,.boxed-group .heading .avatar { margin-top: -4px; border-radius: 3px; vertical-align: middle } .boxed-group.dangerzone>h3 { background-color: #df3e3e; background-image: -moz-linear-gradient(#f97171, #df3e3e); background-image: -webkit-linear-gradient(#f97171, #df3e3e); background-image: linear-gradient(#f97171, #df3e3e); background-repeat: repeat-x; border-bottom: 1px solid #900; color: #fff; text-shadow: 0 -1px 0 #900 } .boxed-group.condensed>h3 { padding: 6px 6px 7px; font-size: 12px } .boxed-group.condensed>h3 .mini-icon { position: relative; top: 2px; padding: 0 6px 0 2px } .boxed-group hr.bleed-flush { width: 100%; padding: 0 10px; margin-left: -10px } .boxed-group hr.compact { margin-top: 10px; margin-bottom: 10px } .boxed-group .form-help { float: right; margin-top: 40px; width: 200px; text-align: center } .boxed-group .form-help a { font-weight: bold } .boxed-group .form-help p { margin: 10px 0 } .fieldWithErrors { display: inline } ul.compact-options { margin: -6px 0 13px 0 } ul.compact-options li { margin: 0 12px 0 0; display: inline-block; list-style-type: none; font-weight: bold } ul.compact-options li label { float: left } ul.compact-options li .spinner { float: left; width: 16px; height: 16px; margin-left: 5px; display: block } .boxed-group-list { list-style: none; margin: 0 } .boxed-group-list>li { display: block; margin-left: -10px; width: 100%; padding: 5px 10px; line-height: 23px; border-bottom: 1px solid #e5e5e5 } .boxed-group-list>li:hover { background: #ffe } .boxed-group-list>li:first-child { border-top: 1px solid #ddd } .boxed-group-list>li:last-child { border-bottom: none } .boxed-group-list>li.selected { background: #e5f9e2 } .boxed-group-list>li.approved .minibutton,.boxed-group-list>li.rejected .minibutton { display: none } .boxed-group-list>li.approved:before,.boxed-group-list>li.rejected:before { position: relative; top: 2px; margin-right: 5px; font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; text-decoration: inherit; line-height: 1; -webkit-font-smoothing: antialiased; content: "\f03a"; color: #5ec051; font-size: 16px } .boxed-group-list>li.rejected:before { content: "\f050"; color: #bc0000 } .boxed-group-list>li.rejected a { text-decoration: line-through } .boxed-group-list>li img { margin-top: -2px; margin-right: 4px; vertical-align: middle; border-radius: 3px } .boxed-group-list>li .minibutton { float: right; margin: -1px 0 0 10px } .boxed-group-list .access-level { color: #777; margin-left: 10px } .boxed-group.flush .boxed-group-list li { margin-left: 0; width: auto; padding-left: 0; padding-right: 0 } .boxed-group-list.standalone { margin-top: -1px } .boxed-group-list.standalone>li:first-child { border-top: none } .boxed-group-list>li.linked-item { position: relative } .boxed-group-list>li.linked-item>a { display: block } .boxed-group-list>li.linked-item>a:hover { background-position: 100% -98px } .boxed-group-list>li.linked-item>a:hover:after { color: #73a2d4; background-color: #e7ecf0 } .boxed-group-list>li.linked-item>a .description { color: #999; font-style: normal } .boxed-group-list>li.linked-item>a:after { position: absolute; top: 7px; right: 7px; padding: 1px 1px 1px 2px; font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; text-decoration: inherit; line-height: 1; -webkit-font-smoothing: antialiased; content: "\f23e"; color: #b3b3b3; text-decoration: none; font-size: 16px; line-height: 16px; float: right; border-radius: 20px; border: 1px solid #E5E5E5; background-color: #eee } .boxed-group-list>li.linked-item .item-stat { float: right; margin-right: 25px; color: #999 } .boxed-group-list>li.linked-item .item-stat strong { color: #333 } .flash-messages { margin: 20px auto } .flash-messages.tighter { margin: 15px auto } .flash { position: relative; margin: 0 auto; padding: 15px 50px 15px 15px; font-weight: bold; font-size: 12px; color: #264c72; border: 1px solid #97c1da; border-radius: 3px; background-color: #d0e3ef; background-image: -moz-linear-gradient(#d8ebf8, #d0e3ef); background-image: -webkit-linear-gradient(#d8ebf8, #d0e3ef); background-image: linear-gradient(#d8ebf8, #d0e3ef); background-repeat: repeat-x; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) } .flash+.flash { margin-top: 5px } .flash .mini-icon-remove-close { position: absolute; top: 50%; margin-top: -7px; right: 15px; cursor: pointer; opacity: 0.6; text-decoration: none } .flash .flash-action { float: right; margin-top: -5px } .flash:hover { border: 1px solid #5f9fc6 } .flash:hover .mini-icon-remove-close { opacity: 1 } .flash.flash-warn { color: #613A00; background-color: #f5dac0; background-image: -moz-linear-gradient(#ffe3c8, #f5dac0); background-image: -webkit-linear-gradient(#ffe3c8, #f5dac0); background-image: linear-gradient(#ffe3c8, #f5dac0); background-repeat: repeat-x; border: 1px solid #dca874 } .flash.flash-warn:hover { border: 1px solid #cd8237 } .flash.flash-error { color: #9c2400; background-color: #efd0d0; background-image: -moz-linear-gradient(#f8d8d8, #efd0d0); background-image: -webkit-linear-gradient(#f8d8d8, #efd0d0); background-image: linear-gradient(#f8d8d8, #efd0d0); background-repeat: repeat-x; border: 1px solid #da9797 } .flash.flash-error:hover { border: 1px solid #c65f5f } .boxed-group-table { width: 100%; text-align: left } .boxed-group-table th,.boxed-group-table td { padding: 9px; border-bottom: 1px solid #eee } .boxed-group-table th { background-color: #fafafa } .boxed-group-table td { vertical-align: top } #ajax-error-message { display: none; position: fixed; top: -200px; left: 50%; width: 914px; z-index: 9999; margin: 0 3px; margin-left: -457px; -moz-box-sizing: border-box; box-sizing: border-box; transition: top 0.5s ease-in; -webkit-transition: top 0.5s ease-in 0 } #ajax-error-message.visible { top: 0 } #ajax-error-message>.mini-icon-exclamation { vertical-align: text-top } .command-bar { position: relative; float: left; margin-top: 7px } .command-bar .command-bar-form { position: relative; z-index: 95; width: 200px; padding-right: 35px; transition: width 0.2s ease-in-out; -webkit-transition: width 0.2s ease-in-out 0 } .launch .command-bar .command-bar-form { width: 400px; transition: all none ease-in; -webkit-transition: all none ease-in 0 } .command-bar input[type="text"] { position: relative; -moz-box-sizing: border-box; box-sizing: border-box; width: 100%; min-height: 28px; padding: 4px 20px 4px 8px; font-size: 12px } .command-bar .help { position: absolute; top: 0; bottom: 0; right: 44px; width: 12px; height: auto; line-height: 24px; z-index: 96; color: #999 } .command-bar .mini-icon-help { font-size: 12px; cursor: pointer } .command-bar .advanced-search-icon { position: absolute; top: 0; right: 6px; padding: 5px 5px 6px; color: #333; transition: all 0.1s ease-in; -webkit-transition: all 0.1s ease-in 0 } .command-bar .advanced-search-icon:hover { color: #4183c4 } .command-bar .divider-vertical { position: absolute; top: -7px; right: 0; margin: 0 } .command-bar.in-repository .command-bar-form { width: 320px } .command-bar.in-repository input[type="text"] { padding-left: 123px } .command-bar.in-repository .search-context-select-menu { text-shadow: none } .command-bar.in-repository .search-context-select-menu .select-menu-button { position: absolute; top: 1px; left: 1px; margin: 0; width: 100px; height: 26px; padding-right: 7px; line-height: 26px; font-size: 11px; border: none; border-radius: 2px; border-top-right-radius: 0; border-bottom-right-radius: 0; border-right: 1px solid #e5e5e5 } .command-bar.in-repository .search-context-select-menu .select-menu-button:after { display: none } .command-bar.in-repository .search-context-select-menu .select-menu-button:before { top: 11px; border-color: #999 transparent transparent } .command-bar.in-repository .search-context-select-menu .select-menu-button:hover:before { border-color: #fff transparent transparent } .command-bar.in-repository .search-context-select-menu .select-menu-modal { width: 150px } .command-bar .top-nav { position: absolute; top: 0; left: 240px; z-index: 99; width: 200px; transition: opacity 0.2s linear; -webkit-transition: opacity 0.2s linear 0; opacity: 1; z-index: 1 } .in-repository .top-nav { left: 360px } .command-bar-focus .top-nav { opacity: 0 } .command-bar-hidden .top-nav { left: 0 } .command-bar-focus .command-bar-form { width: 400px } .launch .command-bar-focus .command-bar-form { width: 400px } .command-bar-focus.in-repository .command-bar-form { width: 520px } .command-bar-focus .help { display: none } .enterprise .command-bar-form input[type="text"] { border-color: #080909; box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.075), 0 1px 0 rgba(255, 255, 255, 0.075) } .enterprise .command-bar-form input[type="text"]:focus { border-color: #000; box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.075) } .enterprise .advanced-search-icon { color: #fff; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5) } .enterprise .advanced-search-icon:hover { color: #4183c4 } .commandbar { position: relative } .commandbar .display { position: absolute; top: 100%; left: 0; right: 0; z-index: 95; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; max-height: 300px; overflow-y: auto; background-color: #fff; -webkit-background-clip: padding-box; -moz-background-clip: padding-box; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 3px; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25); -webkit-transition: opacity .2s linear, visibility 0s linear .21s; -moz-transition: opacity .2s linear, visibility 0s linear .21s; transition: opacity .2s linear, visibility 0s linear .21s; opacity: 1; visibility: visible } .commandbar .display.hidden { opacity: 0; visibility: hidden } .commandbar .choice,.commandbar .loading { position: relative; padding: 8px; margin-bottom: -1px; overflow: hidden; color: #999; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); white-space: nowrap; border: solid rgba(0, 0, 0, 0.05); border-width: 1px 0; cursor: default } .commandbar .choice:last-child,.commandbar .loading:last-child { border-radius: 0 0 2px 2px; border-bottom: 0; margin-bottom: 0 } .commandbar .choice:hover,.commandbar .loading:hover { background-color: #eff7fd; z-index: 2; border-color: rgba(0, 0, 0, 0.1) } .commandbar .choice .command,.commandbar .loading .command { display: inline-block; margin-right: 10px; color: #333 } .commandbar .choice .prefix,.commandbar .loading .prefix { text-align: right; float: left; width: 20px; height: 20px; margin-right: 5px } .commandbar .choice .prefix .mini-icon,.commandbar .loading .prefix .mini-icon { vertical-align: middle } .commandbar .choice .mini-icon-private-repo,.commandbar .choice .mini-icon-private-fork,.commandbar .loading .mini-icon-private-repo,.commandbar .loading .mini-icon-private-fork { color: #d5ba53 } .commandbar .choice .command-user-avatar,.commandbar .loading .command-user-avatar { height: 20px; width: 20px; border-radius: 3px } .commandbar .choice.selected,.commandbar .loading.selected { z-index: 3; color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #3269a0; background-image: -moz-linear-gradient(#4183c4, #3269a0); background-image: -webkit-linear-gradient(#4183c4, #3269a0); background-image: linear-gradient(#4183c4, #3269a0); background-repeat: repeat-x } .commandbar .choice.selected .command,.commandbar .choice.selected .mini-icon,.commandbar .loading.selected .command,.commandbar .loading.selected .mini-icon { color: #fff } .commandbar .loading .description { background: url("https://a248.e.akamai.net/assets.github.com/images/spinners/octocat-spinner-16px.gif?2d3ca285") 0 50% no-repeat; display: block; line-height: 16px; margin: -1px 0; padding-left: 24px } .commandbar .display table { width: 100%; border-collapse: collapse } .commandbar .display table td { padding: 0 8px; color: #999; line-height: 30px; white-space: nowrap; border-top: 1px solid rgba(0, 0, 0, 0.05) } .commandbar .display table td span { display: block; overflow: hidden; text-overflow: ellipsis } .commandbar .display table td:first-child { font-weight: bold; width: 1px; color: #333 } .commandbar .display table tr:first-child td { border: 0 } .commandbar .message { position: absolute; top: 0; left: 0; -moz-box-sizing: border-box; box-sizing: border-box; width: 100%; height: 100%; padding: 5px 8px; background: #fff; border-radius: 4px; border: 1px solid #51A7E8; z-index: 97; overflow: hidden; -webkit-transition: opacity .2s linear, visibility 0s linear .21s; -moz-transition: opacity .2s linear, visibility 0s linear .21s; transition: opacity .2s linear, visibility 0s linear .21s; opacity: 0; visibility: hidden; white-space: nowrap; text-overflow: ellipsis; text-shadow: none } .commandbar .message.visible { -webkit-transition: left .06s linear, opacity .2s linear; -moz-transition: left .06s linear, opacity .2s linear; transition: left .06s linear, opacity .2s linear; opacity: 1; visibility: visible } .commandbar .message.visible ~ input::-webkit-input-placeholder { color: transparent } .commandbar .message.loading { color: #999 } .commandbar .message.success { color: #396 } .commandbar .message.error { color: #911 } h3.conversation-list-heading { margin: 35px 0 10px 0; height: 0; text-align: center; font-size: 16px; font-weight: normal; color: #999999; border-bottom: 1px solid #ddd } h3.conversation-list-heading .inner { display: inline-block; position: relative; top: -10px; padding: 0 5px; background: #fff } h3.conversation-list-heading strong { font-weight: bold; color: #333333 } .simple-conversation-list { margin: 15px 0; font-size: 13px; color: #999999 } .simple-conversation-list>li { margin: 0; padding: 8px 0; list-style-type: none; border-top: 1px solid #eeeeee } .simple-conversation-list>li:first-child { border-top: none } .simple-conversation-list>li .title { font-weight: bold } .simple-conversation-list>li .title .num { color: #999999 } .simple-conversation-list>li .state { display: inline-block; margin-right: 3px; height: 20px; padding: 0 10px; line-height: 20px; font-size: 12px; font-weight: bold; color: #fff; text-align: center; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); background: #666; border-radius: 2px } .simple-conversation-list>li .state-merged { background: #333 } .simple-conversation-list>li .state-closed { background: #bd2c00 } .simple-conversation-list>li .state-open { background: #6cc644 } .simple-conversation-list>li .state-proposed { background: #6cc644 } .simple-conversation-list>li .meta { float: right } .simple-conversation-list.varied-states .state { width: 60px } .simple-conversation-list .pull-meta a { color: #999 } .simple-conversation-list .pull-meta .a { color: #6cc644 } .simple-conversation-list .pull-meta .d { color: #bd2c00 } .ghe-license-status { padding: 40px 0; font-size: 16px; text-align: center } .ghe-license-status .octocat { width: 225px; margin-bottom: 20px } .ghe-license-status h1 { margin-bottom: 10px } .ghe-license-status p { margin-top: 0; margin-bottom: 5px; color: #777 } .enable-fullscreen.minibutton { display: inline-block; margin-top: 4px; margin-left: 5px; padding: 0 6px } .enable-fullscreen.minibutton .mini-icon { margin: 0 } .new-file .enable-fullscreen { margin-left: 11px } .write-content { position: relative } .write-content .enable-fullscreen { position: absolute; top: 5px; right: 16px; color: #333333; opacity: .5; line-height: 1em } .write-content .enable-fullscreen:hover { opacity: 1 } .fullscreen-overlay { display: none; position: fixed; top: 0; bottom: 0; left: 0; right: 0; background: #fff; text-shadow: none; z-index: 1000 } .fullscreen-overlay .fullscreen-container { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; max-width: 800px; height: 100%; margin: 0 auto; padding: 30px 0 } .fullscreen-overlay .textarea-wrap { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 100%; height: 100%; position: relative } .fullscreen-overlay .textarea-wrap:before,.fullscreen-overlay .textarea-wrap:after { position: absolute; background-color: transparent; width: 100%; content: ""; z-index: 1; height: 40px; left: 0 } .fullscreen-overlay .textarea-wrap:before { box-shadow: 0 20px 20px #fff; top: -40px } .fullscreen-overlay .textarea-wrap:after { box-shadow: 0 -20px 20px #fff; bottom: -40px } .fullscreen-overlay textarea { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 100%; height: 100%; padding: 20px; border: 0; background: #fff; color: #999999; font-size: 21px; line-height: 1.6em; resize: none; -moz-transition: color 0.15s ease-in 0; -webkit-transition: color 0.15s ease-in 0; transition: color 0.15s ease-in 0; box-shadow: none } .fullscreen-overlay textarea:focus,.fullscreen-overlay textarea:hover { outline: none; color: #333333 } .fullscreen-overlay .fullscreen-sidebar { position: absolute; top: 30px; right: 30px; text-align: right; z-index: 1002 } .fullscreen-overlay .fullscreen-sidebar .exit-fullscreen,.fullscreen-overlay .fullscreen-sidebar .fullscreen-info,.fullscreen-overlay .fullscreen-sidebar .theme-switcher { color: #b3b3b3; float: right; clear: right; margin-bottom: 15px } .fullscreen-overlay .fullscreen-sidebar .exit-fullscreen:hover,.fullscreen-overlay .fullscreen-sidebar .fullscreen-info:hover,.fullscreen-overlay .fullscreen-sidebar .theme-switcher:hover { color: #333333; text-shadow: 0 0 10px #fff } .fullscreen-overlay .fullscreen-sidebar .theme-switcher { margin-right: 8px } .fullscreen-overlay.dark-theme { background: #1d1f21 } .fullscreen-overlay.dark-theme textarea { background: #1d1f21; color: #a4b1b1 } .fullscreen-overlay.dark-theme textarea:focus,.fullscreen-overlay.dark-theme textarea:hover { color: #dbe0e0 } .fullscreen-overlay.dark-theme .textarea-wrap:before { box-shadow: 0 20px 20px #1d1f21 } .fullscreen-overlay.dark-theme .textarea-wrap:after { box-shadow: 0 -20px 20px #1d1f21 } .fullscreen-overlay.dark-theme .fullscreen-sidebar { color: #dbe0e0 } .fullscreen-overlay.dark-theme .fullscreen-sidebar .exit-fullscreen,.fullscreen-overlay.dark-theme .fullscreen-sidebar .theme-switcher { color: #a4b1b1 } .fullscreen-overlay.dark-theme .fullscreen-sidebar .exit-fullscreen:hover,.fullscreen-overlay.dark-theme .fullscreen-sidebar .theme-switcher:hover { color: #dbe0e0; text-shadow: 0 0 10px #000 } .fullscreen-overlay .suggester-container { top: 5px; left: 0 } .fullscreen-overlay-enabled #wrapper,.fullscreen-overlay-enabled #footer { display: none } .fullscreen-overlay-enabled .fullscreen-overlay { display: block } .previewable-comment-form .input-with-fullscreen-icon { padding-right: 24px; margin-right: -24px } .previewable-comment-form .upload-enabled .fullscreen-overlay textarea { max-height: none; border: none; border-radius: 0 } #wiki-wrapper .ie #gollum-editor { padding-bottom: 1em } #gollum-editor { margin: 10px 0 50px; padding: 10px; background-color: #f9f9f9; border: 1px solid #e4e4e4; border-radius: 5px } .singleline { display: block; margin: 10px 0 } #gollum-editor-title-field.active { border-bottom: 1px solid #ddd; display: block; margin: 0 0 3px 0; padding: 0 0 5px 0 } #gollum-editor-page-title { font-weight: bold; margin-top: 0 } #gollum-editor-page-title.ph { color: #000 } #gollum-editor-function-bar { margin: 10px 0 } #gollum-editor-type-switcher { display: none } #gollum-editor-function-bar { height: 26px; padding-bottom: 10px; border-bottom: 1px solid #ddd } #gollum-editor-function-bar #gollum-editor-function-buttons { display: none; float: left } #gollum-editor-function-bar.active #gollum-editor-function-buttons { display: block } #gollum-editor-function-bar #gollum-editor-format-selector { padding-top: 5px } #gollum-editor-function-bar #gollum-editor-format-selector select { float: right; margin: 0 } #gollum-editor-function-bar #gollum-editor-format-selector label { color: #999; float: right; font-size: 11px; font-weight: bold; line-height: 17px; padding: 0 5px 0 0 } #gollum-editor-function-buttons .minibutton { width: 30px; padding-left: 0; padding-right: 0; text-align: center } #gollum-editor-function-buttons .minibutton .mini-icon { margin-right: 0 } #gollum-error-message { display: none; padding-top: 12px; font-size: 1.8em; color: #f33 } #gollum-editor #gollum-editor-body { font-family: Monaco, "Liberation Mono", Courier, monospace; line-height: 22px; margin: 13px 0 5px; height: 390px; resize: vertical } #gollum-editor #gollum-editor-body+.collapsed,#gollum-editor #gollum-editor-body+.expanded { border-top: 1px solid #ddd; margin-top: 7px } #gollum-editor .collapsed,#gollum-editor .expanded { border-bottom: 1px solid #ddd; display: block; overflow: hidden; padding: 10px 0 5px } #gollum-editor .collapsed a.button,#gollum-editor .expanded a.button { border: 1px solid #ddd; color: #333; display: block; float: left; height: 25px; overflow: hidden; margin: 2px 5px 7px 0; padding: 0; text-shadow: 0 1px 0 #fff; width: 25px; background-color: #eaeaea; background-image: -moz-linear-gradient(#fafafa, #eaeaea); background-image: -webkit-linear-gradient(#fafafa, #eaeaea); background-image: linear-gradient(#fafafa, #eaeaea); background-repeat: repeat-x; border-radius: 3px } #gollum-editor .collapsed a.button:hover,#gollum-editor .expanded a.button:hover { color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); text-decoration: none; background-color: #3072b3; background-image: -moz-linear-gradient(#599bdc, #3072b3); background-image: -webkit-linear-gradient(#599bdc, #3072b3); background-image: linear-gradient(#599bdc, #3072b3); background-repeat: repeat-x } #gollum-editor .collapsed a.button span,#gollum-editor .expanded a.button span { margin: 4px } #gollum-editor .collapsed h4,#gollum-editor .expanded h4 { font-size: 16px; float: left; margin: 0; padding: 6px 0 0 4px; text-shadow: 0 -1px 0 #fff } #gollum-editor .collapsed a.button span.mini-icon-arr-collapsed { display: inline-block } #gollum-editor .collapsed textarea,#gollum-editor .collapsed a.button span.mini-icon-arr-expanded { display: none } #gollum-editor .expanded a.button span.mini-icon-arr-expanded { display: inline-block } #gollum-editor .expanded a.button span.mini-icon-arr-collapsed { display: none } #gollum-editor .expanded textarea { border: 1px solid #ddd; clear: both; display: block; font-size: 12px; font-family: Monaco, "Liberation Mono", Courier, monospace; height: 84px; margin: 8px 0; padding: 6px; width: 883px; resize: vertical } #gollum-editor a.gollum-minibutton,#gollum-editor a.gollum-minibutton:visited { background-color: #f7f7f7; border: 1px solid #d4d4d4; color: #333; cursor: pointer; display: block; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: bold; margin: 0 0 0 9px; padding: 5px 12px; text-shadow: 0 1px 0 #fff; background-color: #eaeaea; background-image: -moz-linear-gradient(#fafafa, #eaeaea); background-image: -webkit-linear-gradient(#fafafa, #eaeaea); background-image: linear-gradient(#fafafa, #eaeaea); background-repeat: repeat-x; border-radius: 3px } #gollum-editor a.gollum-minibutton:hover,#gollum-editor a.gollum-minibutton:visited:hover { background: #3072b3; border-color: #518cc6 #518cc6 #2a65a0; color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); text-decoration: none; background-color: #3072b3; background-image: -moz-linear-gradient(#599bdc, #3072b3); background-image: -webkit-linear-gradient(#599bdc, #3072b3); background-image: linear-gradient(#599bdc, #3072b3); background-repeat: repeat-x } #gollum-editor-help { margin-top: -10px; overflow: hidden; padding: 0; border: 1px solid #ddd; border-width: 0 1px 1px 1px } #gollum-editor-help-parent,#gollum-editor-help-list { display: block; float: left; height: 170px; list-style-type: none; overflow: auto; margin: 0; padding: 10px 0; width: 160px; border-right: 1px solid #eee } #gollum-editor-help-parent li,#gollum-editor-help-list li { font-size: 12px; line-height: 1.6; margin: 0; padding: 0 } #gollum-editor-help-parent li a,#gollum-editor-help-list li a { border: 1px solid transparent; border-width: 1px 0; display: block; font-weight: bold; padding: 2px 12px; text-shadow: 0 -1px 0 #fff } #gollum-editor-help-parent li a:hover,#gollum-editor-help-list li a:hover { background: #fff; border-color: #f0f0f0; text-decoration: none; box-shadow: none } #gollum-editor-help-parent li a.selected,#gollum-editor-help-list li a.selected { border: 1px solid #eee; border-bottom-color: #e7e7e7; border-width: 1px 0; background: #fff; color: #000; box-shadow: 0 1px 2px #f0f0f0 } #gollum-editor-help-list { background: #fafafa } #gollum-editor-help-wrapper { background: #fff; overflow: auto; height: 170px; padding: 10px } #gollum-editor-help-content { font-size: 12px; margin: 0 10px 0 5px; padding: 0; line-height: 1.8 } #gollum-editor-help-content p { margin: 0 0 10px 0; padding: 0 } .ie #gollum-editor .singleline input { padding-top: 0.25em; padding-bottom: 0.75em } #gollum-footer { font-size: 12px; line-height: 19px } #gollum-footer #last-edit { color: #999; margin: 10px 0 0 } #gollum-dialog-dialog h4 { border-bottom: 1px solid #ddd; color: #333; font-size: 16px; line-height: normal; font-weight: bold; margin: 0 0 12px 0; padding: 0 0 6px; text-shadow: 0 -1px 0 #f7f7f7 } #gollum-dialog-dialog-body { font-size: 12px; line-height: 16px; margin: 0; padding: 0 } #gollum-dialog-dialog-body fieldset { display: block; border: 0; margin: 0; overflow: hidden; padding: 0 12px } #gollum-dialog-dialog-body fieldset .field { margin: 0 0 18px 0; padding: 0 } #gollum-dialog-dialog-body fieldset .field:last-child { margin: 0 0 12px 0 } #gollum-dialog-dialog-body fieldset label { color: #666666; display: block; font-size: 14px; font-weight: bold; line-height: 1.6; margin: 0; padding: 0; min-width: 80px } #gollum-dialog-dialog-body fieldset input[type="text"] { display: block; margin: 3px 0 0 0; width: 100% } #gollum-dialog-dialog-body fieldset input.code { font-family: 'Monaco', 'Courier New', Courier, monospace } #gollum-dialog-dialog-buttons { border-top: 1px solid #ddd; overflow: hidden; margin: 14px 0 0 0; padding: 12px 0 0 } a.gollum-minibutton,a.gollum-minibutton:visited { border: 1px solid #d4d4d4; color: #333; cursor: pointer; display: inline; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: bold; float: right; width: auto; margin: 0 0 0 9px; padding: 4px 12px; text-shadow: 0 1px 0 #fff; background-color: #eaeaea; background-image: -moz-linear-gradient(#fafafa, #eaeaea); background-image: -webkit-linear-gradient(#fafafa, #eaeaea); background-image: linear-gradient(#fafafa, #eaeaea); background-repeat: repeat-x; border-radius: 3px } a.gollum-minibutton:hover,a.gollum-minibutton:visited:hover { border-color: #518cc6 #518cc6 #2a65a0; color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); text-decoration: none; background-color: #3072b3; background-image: -moz-linear-gradient(#599bdc, #3072b3); background-image: -webkit-linear-gradient(#599bdc, #3072b3); background-image: linear-gradient(#599bdc, #3072b3); background-repeat: repeat-x } #wiki-wrapper.edit h1 { color: #999; font-weight: normal } #wiki-wrapper.edit h1 strong { color: #000; font-weight: bold; line-height: normal } #languages .popular { background-color: #fdfdfd; overflow: hidden; margin: 15px 0 } #languages .popular h3 { font-size: 105%; color: #aaa; margin-bottom: .5em } #languages .popular img { border: 1px solid #d0d0d0; padding: 1px; background-color: #fff; margin: 0 10px 0 0; vertical-align: middle } #languages .popular a { color: black } #languages .popular ul { margin: 0 40px 0 0; list-style-type: none } #languages .popular ul li { line-height: 28px; padding: 5px 0; border-bottom: 1px solid #ddd; color: #888; font-size: 14px } #languages .popular ul li:last-child { border-bottom: none } #languages .popular ul li a.repo { font-weight: bold } #languages .popular .left { margin-left: 14em; float: left; width: 27em } #languages .popular .left table { border-collapse: separate; border-spacing: 2px } #languages .popular.compact .left { margin-left: 0; float: left; width: 25em; padding-bottom: 2em } #languages .popular.compact .left.row { clear: left } #languages .all_languages { padding-right: 3em; text-align: right } #languages a.bar { display: block; color: #fff; text-decoration: none; padding: 3px; background-color: #4183c4; min-width: 20px; border-top-right-radius: 4px; border-bottom-right-radius: 4px } .marketing .pagehead h1 { font-size: 30px } .marketing .pagehead p { margin: -5px 0 0 0; font-size: 14px; color: #777 } .marketing .pagehead ul.actions { margin-top: 10px } .marketing h2 { margin: 15px 0 10px 0; font-size: 18px } .marketing h2.subdued { font-size: 16px; color: #666 } .marketing h2 .secure { float: right; padding: 4px 0; font-size: 11px; font-weight: bold; text-transform: uppercase; color: #000 } .marketing h2 .secure .mini-icon-lock { position: relative; top: 1px } p.read-it { margin: 25px 0 0 0; color: #000; text-align: center; font-size: 25px; font-weight: bold } .marketing .questions textarea { width: 428px; padding: 5px; height: 200px } .marketing .questions dl.form input[type=text] { width: 426px } .marketing .equacols .form-actions { margin-top: 15px; margin-bottom: 15px } .marketing .questions p { font-size: 14px; color: #666 } .marketing .questions h2 { font-size: 16px; margin: 15px 0 -10px 0 } ul.bottom-nav,.content ul.bottom-nav { margin: 15px 0; padding: 10px 0; border-top: 1px solid #ddd; font-size: 14px } ul.bottom-nav:after { content: "."; display: block; height: 0; clear: both; visibility: hidden } * html ul.bottom-nav { height: 1% } ul.bottom-nav { display: inline-block } ul.bottom-nav { display: block } ul.bottom-nav li { list-style-type: none } ul.bottom-nav li.prev { float: left } ul.bottom-nav li.next { float: right } .plan { margin: 10px 0; padding: 10px; -webkit-font-smoothing: antialiased; border: 1px solid transparent; border-radius: 5px } .plan p { margin: 0; font-size: 12px } .plans-row { margin-top: -10px; margin-left: -25px; width: 945px } .plans-row .plan { float: left; margin-left: 25px; width: 268px; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8) } .plans-row .plan .rule { margin: 0; width: 100%; padding: 0 10px; margin-left: -10px; border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.6) } .plans-row.foured { width: 940px; margin-left: -20px } .plans-row.foured .plan { width: 193px; margin-left: 20px } .plans-row .plan .button { display: block; margin: 2px 0; text-align: center } .plan h3 { margin: -5px 0 2px 0; font-size: 24px } .plan .price { float: right } .plan .price .amount { color: #000 } .plan .price .symbol { position: relative; top: -5px; font-size: 16px; opacity: 0.7 } .plan .price .duration { font-size: 14px; opacity: 0.5 } .plan ul.bigpoints { margin: 12px 0; padding: 7px 9px; font-weight: bold; font-size: 14px; color: #000; background: rgba(255, 255, 255, 0.5); border: 1px solid rgba(0, 0, 0, 0.2); border-right-color: rgba(0, 0, 0, 0.1); border-bottom-color: rgba(0, 0, 0, 0.05); border-radius: 4px } .plan ul.bigpoints li { list-style-type: none; margin: 0 } .plan ul.smallpoints { margin: -10px 0 0 0 } .plan ul.smallpoints li { list-style-type: none; padding: 5px 0; opacity: 0.6; border-top: 1px solid rgba(0, 0, 0, 0.15) } .plan ul.smallpoints li:first-child { border-top: none } .plan.hplan { margin: 20px 0; height: 40px; background-color: #eeeeee; background-image: -moz-linear-gradient(#fafafa, #eee); background-image: -webkit-linear-gradient(#fafafa, #eee); background-image: linear-gradient(#fafafa, #eee); background-repeat: repeat-x; border-color: #e1e1e1 } .plan.final:hover { box-shadow: none } .hplan .price { float: left; margin-right: 12px; height: 100%; padding: 0 8px; font-weight: bold; background: #fff; border: 1px solid #b6b69e; border-right-color: #e0dfcb; border-bottom-color: #f4f2d2; border-radius: 4px } .hplan .price .symbol { position: relative; top: -14px; color: #666; font-size: 20px } .hplan .price .amount { position: relative; top: -4px; font-size: 34px; color: #000 } .hplan .price .duration { position: relative; top: -4px; color: #999; font-size: 16px } .hplan .button { margin-top: 3px; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) } .hplan h3 { margin: 1px 0 0 0; font-size: 16px; color: #000; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8) } .final h3 { font-weight: normal } .hplan p { color: #666; color: rgba(0, 0, 0, 0.6); text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8) } .hplan p strong { color: #000 } .plan.personal,.plan.micro.final,.plan.small.final,.plan.medium.final { background-color: #c5e8f1; background-image: -moz-linear-gradient(#eaf5fa, #c5e8f1); background-image: -webkit-linear-gradient(#eaf5fa, #c5e8f1); background-image: linear-gradient(#eaf5fa, #c5e8f1); background-repeat: repeat-x; border-color: #c4dce2 } .plan.personal.leftmost { background-color: #c5e8f1; background-image: -moz-linear-gradient(#eaf5fa, #c5e8f1); background-image: -webkit-linear-gradient(#eaf5fa, #c5e8f1); background-image: linear-gradient(#eaf5fa, #c5e8f1); background-repeat: repeat-x } .plan.personal.middle { background-color: #c5e8f1; background-image: -moz-linear-gradient(#eaf5fa, #c5e8f1); background-image: -webkit-linear-gradient(#eaf5fa, #c5e8f1); background-image: linear-gradient(#eaf5fa, #c5e8f1); background-repeat: repeat-x } .plan.personal.rightmost { background-color: #c5e8f1; background-image: -moz-linear-gradient(#eaf5fa, #c5e8f1); background-image: -webkit-linear-gradient(#eaf5fa, #c5e8f1); background-image: linear-gradient(#eaf5fa, #c5e8f1); background-repeat: repeat-x } .plan.personal h3 { color: #1a526b } .plan.business,.plan.large.final,.plan.mega.final,.plan.giga.final { background-color: #c4e6bd; background-image: -moz-linear-gradient(#f1fef4, #c4e6bd); background-image: -webkit-linear-gradient(#f1fef4, #c4e6bd); background-image: linear-gradient(#f1fef4, #c4e6bd); background-repeat: repeat-x; border-color: #c7e2c4 } .plan.business.leftmost { background-color: #c4e6bd; background-image: -moz-linear-gradient(#f1fef4, #c4e6bd); background-image: -webkit-linear-gradient(#f1fef4, #c4e6bd); background-image: linear-gradient(#f1fef4, #c4e6bd); background-repeat: repeat-x } .plan.business.middle { background-color: #c4e6bd; background-image: -moz-linear-gradient(#f1fef4, #c4e6bd); background-image: -webkit-linear-gradient(#f1fef4, #c4e6bd); background-image: linear-gradient(#f1fef4, #c4e6bd); background-repeat: repeat-x } .plan.business.rightmost { background-color: #c4e6bd; background-image: -moz-linear-gradient(#f1fef4, #c4e6bd); background-image: -webkit-linear-gradient(#f1fef4, #c4e6bd); background-image: linear-gradient(#f1fef4, #c4e6bd); background-repeat: repeat-x } .plan.business h3 { color: #1f5714 } .plan.free { background-color: #fbf8d4; background-image: -moz-linear-gradient(#fefef3, #fbf8d4); background-image: -webkit-linear-gradient(#fefef3, #fbf8d4); background-image: linear-gradient(#fefef3, #fbf8d4); background-repeat: repeat-x; border-color: #e7e4c2 } .plan.free:hover { border-color: #d6d2ac } .free p { color: #4e4d29 } .plan.fi { margin-top: 0; background-color: #0f0f0f; background-image: -moz-linear-gradient(#616161, #0f0f0f); background-image: -webkit-linear-gradient(#616161, #0f0f0f); background-image: linear-gradient(#616161, #0f0f0f); background-repeat: repeat-x; border: 0 } .plan.fi:hover { box-shadow: 0 0 25px rgba(0, 0, 0, 0.35) } .fi h3 { color: #fff; text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5) } .fi p { color: #999; text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.8) } .fi .button { border-color: #000 } .fi .mini-icon { vertical-align: top } ul.plans-features { margin: 25px 0 25px -20px; font-size: 14px } ul.plans-features li { list-style-type: none; display: inline-block; margin: 0 0 0 20px; font-weight: bold; color: #000 } ul.plans-features li.intro { font-weight: normal; color: #666; padding: 0; background: transparent } .faqs { color: #666; font-size: 14px } .faqs strong.highlight { color: #444; background: #fdffe0 } .faqs h2 { margin: 30px 0 -10px 0; font-size: 16px; color: #000 } .faqs h2:first-child { margin-top: 15px } .faqs a { font-weight: bold } .featured-brands { margin: 20px 0; padding: 5px 10px; background-color: #f2f8fa; background-image: -moz-linear-gradient(#fefefe, #f2f8fa); background-image: -webkit-linear-gradient(#fefefe, #f2f8fa); background-image: linear-gradient(#fefefe, #f2f8fa); background-repeat: repeat-x; border: 1px solid #ddd; border-radius: 5px; text-align: center; font-size: 14px; color: #677a84 } ul.selling-points { margin: 25px 0 } ul.selling-points li { list-style-type: none; margin: 15px 0; padding-left: 20px; font-weight: bold; font-size: 14px; color: #000; position: relative } ul.selling-points li .mini-icon-confirm { position: absolute; left: 0; top: 50%; margin-top: -8px } ol.steps { margin: 20px 0 15px 0; padding: 6px 10px; font-size: 12px; color: #000; background: #ebf6e5; border-radius: 5px } ol.steps:after { content: "."; display: block; height: 0; clear: both; visibility: hidden } * html ol.steps { height: 1% } ol.steps { display: inline-block } ol.steps { display: block } ol.steps li { list-style-type: none; float: left; margin: 0 0 0 8px; padding-left: 48px; background: url("https://a248.e.akamai.net/assets.github.com/images/modules/steps/arrow.png?3db405dc") 0 50% no-repeat } ol.steps li:first-child { margin: 0; padding: 0; background: transparent } ol.steps li span { display: block; padding: 4px 7px 3px 7px; opacity: 0.7 } ol.steps li.current { font-weight: bold } ol.steps li.current span { background: #fff; border-radius: 3px; border: 1px solid rgba(0, 0, 0, 0.2); border-right-color: rgba(0, 0, 0, 0.1); border-bottom-color: rgba(0, 0, 0, 0); opacity: 1.0 } ol.steps li.completed span { display: block; opacity: 0.5 } .pagehead .hero { width: 958px; padding: 0; margin: -16px 0 15px -19px } .pagehead .hero h1 { position: relative; margin: 0; height: auto; padding: 8px 10px; font-size: 16px; font-weight: bold; color: #fff; -webkit-font-smoothing: antialiased; letter-spacing: 0; text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2); border-top-left-radius: 3px; border-top-right-radius: 3px; box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15) } .pagehead .hero h1 em { font-weight: normal; color: #fff; opacity: 0.75 } .hero h1 { display: block; background-color: #999999; background-image: -moz-linear-gradient(#ddd, #999); background-image: -webkit-linear-gradient(#ddd, #999); background-image: linear-gradient(#ddd, #999); background-repeat: repeat-x } .hero.golden h1 { background-color: #94890d; background-image: -moz-linear-gradient(#ded356, #94890d); background-image: -webkit-linear-gradient(#ded356, #94890d); background-image: linear-gradient(#ded356, #94890d); background-repeat: repeat-x } .hero.features-theme h1 { background-color: #405a6a; background-image: -moz-linear-gradient(#829aa8, #405a6a); background-image: -webkit-linear-gradient(#829aa8, #405a6a); background-image: linear-gradient(#829aa8, #405a6a); background-repeat: repeat-x } .hero ul.subnav { position: relative; float: right; margin: -32px 10px 0 0; height: 25px; z-index: 5 } .hero ul.subnav li { list-style-type: none; margin: 0 0 0 10px; float: left; font-size: 11px; font-weight: bold } .hero ul.subnav li a { display: block; height: 23px; padding: 0 8px; line-height: 23px; color: #fff; color: rgba(255, 255, 255, 0.8); border: 1px solid transparent; border-radius: 3px; text-decoration: none; -webkit-font-smoothing: antialiased } .hero ul.subnav li a:hover { color: #fff; background: rgba(0, 0, 0, 0.2) } .hero ul.subnav li a.selected { color: #fff; text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3); background: rgba(255, 255, 255, 0.15); border-top-color: rgba(0, 0, 0, 0.3); border-left-color: rgba(0, 0, 0, 0.3); border-bottom-color: rgba(255, 255, 255, 0.2); border-right-color: rgba(255, 255, 255, 0.2); cursor: pointer } .hero img { border-bottom-right-radius: 4px; border-bottom-left-radius: 4px } .hero .heroimage { position: relative; line-height: 1px } .hero p.photocredit { position: absolute; bottom: 0; left: 0; margin: 0; padding: 5px 10px; font-size: 11px; line-height: 1.3; font-weight: bold; color: #999; background: #000; -webkit-font-smoothing: antialiased; background: rgba(0, 0, 0, 0.5); border-bottom-left-radius: 3px } p.photocredit a { color: #999 } .hero .textographic { padding: 15px 10px; text-align: center; font-size: 14px; color: #666; background: url("https://a248.e.akamai.net/assets.github.com/images/modules/hero/textographic-border.png?94147b60") 0 100% no-repeat #eee } .hero .textographic p { margin: 0 } .hero .screenographic { position: relative; padding: 15px 10px 0; line-height: 1px; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; background-color: #d3e1e8; background-image: -moz-linear-gradient(#edf3f6, #d3e1e8); background-image: -webkit-linear-gradient(#edf3f6, #d3e1e8); background-image: linear-gradient(#edf3f6, #d3e1e8); background-repeat: repeat-x } .hero .screenographic>.bigcount,.hero .screenographic>.caption,.hero .screenographic>.floating-text { line-height: 1.3 } .hero .screenographic:after { content: "."; display: block; height: 0; clear: both; visibility: hidden } * html .hero .screenographic { height: 1% } .hero .screenographic { display: inline-block } .hero .screenographic { display: block } .screenographic .browsercap { float: left; margin: 0 5px 0 -5px; width: 540px; height: 145px; padding: 21px 23px 0 17px; background: url("https://a248.e.akamai.net/assets.github.com/images/modules/features/hero_browser.png?d57e8f7d") 0 0 no-repeat } .screenographic .caption { float: right; margin: 25px 13px 0 0; width: 320px; padding: 12px; font-size: 14px; color: #555; text-align: left; background: #f8fcff; border: 1px solid #d0d7da; border-right: none; border-bottom: none; border-radius: 4px } .screenographic .caption p { margin: 0 } .screenographic .bottom { position: absolute; left: 0; bottom: 0; width: 100%; height: 6px; background: url("https://a248.e.akamai.net/assets.github.com/images/modules/features/screenographic-bottom.png?67c1b311"); opacity: 0.07 } .screenographic.community img { margin: -14px 0 0 -10px } .hero .screenographic p.photocredit { color: #aaa; background: rgba(0, 0, 0, 0.75); border-bottom-left-radius: 4px } .hero .screenographic p.photocredit a { color: #fff } .screenographic .bigcount { padding: 12px 20px; line-height: 1.0; color: #fff; white-space: nowrap; background: #1a2933; background: rgba(35, 45, 52, 0.8); border-radius: 5px } .screenographic .bigcount p.count { margin: -6px 0 0 0; font-size: 50px; line-height: 50px; text-shadow: 0 0 10px rgba(0, 0, 0, 0.8) } .screenographic .bigcount p.subtext { margin: 0 0 0 0; font-size: 12px; font-weight: bold; text-align: center; color: #ccc; color: rgba(255, 255, 255, 0.7) } .screenographic.hosting { padding-top: 20px; padding-bottom: 22px; padding-right: 15px } .screenographic.hosting .bigcount { float: left; margin: 0 15px 0 5px } .screenographic.community .bigcount { display: none; position: absolute; top: 25px; left: 50% } .screenographic .floating-text h3 { margin-top: 7px; margin-bottom: 0; font-size: 18px; color: #2f424e } .screenographic .floating-text p { margin-top: 5px; margin-bottom: 0; font-size: 14px; color: #50585d } .wider .pagehead { position: relative; margin-top: 20px; padding-left: 6px; padding-right: 6px } .wider .pagehead .hero { margin-left: 0 } div.content { font-size: 14px; color: #333 } .marketing .content h2 { margin: 40px 0 -10px 0; font-size: 18px; color: #000 } .feature-content h2 { margin: 0 0 -10px 0; font-size: 18px } .content h2:first-child,.content .rule+h2 { margin-top: 0 } .marketing .content h3 { color: #000; margin: 1.5em 0 -0.5em 0 } .marketing .content h3:first-child { margin-top: 5px } .content .figure { margin: 15px 0; padding: 1px; border: 1px solid #e5e5e5 } .content .figure:first-child { margin-top: 0 } .marketing .content ul { margin: 25px 0 25px 25px } .content ul ul { margin-top: 10px; margin-bottom: 10px } .miniprofile { margin: 15px 0 } .miniprofile h3 { margin: 0; font-size: 16px } .miniprofile p { margin: 0 0 10px 0; color: #666 } .miniprofile .profile-link,.miniprofile .public-info { margin: 2px 0; font-size: 11px; color: #999 } ul.checklist { margin: 20px 0; font-size: 12px; font-weight: bold } .miniprofile ul.checklist { margin: 30px 0 } ul.checklist li { list-style-type: none; margin: 15px 0; padding-left: 25px; background: url("https://a248.e.akamai.net/assets.github.com/images/modules/marketing/check.png?ce120cd2") 0 2px no-repeat } ul.dates { margin: 20px 0; font-size: 12px } ul.dates li { list-style-type: none; margin: 15px 0; padding-left: 25px; background: url("https://a248.e.akamai.net/assets.github.com/images/modules/marketing/calendar.png?1f336d7e") 0 2px no-repeat } ul.dates li strong { color: #000; display: block } .content .quote { margin: 25px 30px } .sidebar .quote { margin: 20px 0 } .content .quote blockquote { margin: 0; font-family: Georgia, Times, serif; font-style: italic; color: #666 } .content .quote cite { display: block; font-size: 12px; font-weight: bold; font-style: normal; color: #333; text-align: right } .popout { padding: 10px; font-size: 12px; color: #36361d; background: #e3f2d4; border-radius: 4px } .popout p { margin: 0; line-height: 1.5 } .popout p+p { margin-top: 10px } pre.terminal { padding: 10px 10px 10px 23px; color: #fff; background: url("https://a248.e.akamai.net/assets.github.com/images/modules/features/terminal_sign.png?bc61eda2") 10px 50% no-repeat #333; border-radius: 4px } .wider .centered-graphic { text-align: center; line-height: 1px; padding-bottom: 37px; background: url("https://a248.e.akamai.net/assets.github.com/images/modules/features/centered-graphic-glow.gif?c6f51e58") 50% 100% no-repeat } .centered-graphic .feature-text { line-height: 1 } .centered-graphic h2 { margin-top: 20px } .centered-graphic p { color: #444 } .big-notice { margin: 15px 0; padding: 5px 20px; background-color: #bedebe; background-image: -moz-linear-gradient(#efe, #bedebe); background-image: -webkit-linear-gradient(#efe, #bedebe); background-image: linear-gradient(#efe, #bedebe); background-repeat: repeat-x; border: 1px solid #bedebe; border-radius: 5px } .big-notice h3 { margin-bottom: -10px } .contact-notice { margin: 15px 0; padding: 5px 20px; background-color: #bebebe; background-image: -moz-linear-gradient(#eee, #bebebe); background-image: -webkit-linear-gradient(#eee, #bebebe); background-image: linear-gradient(#eee, #bebebe); background-repeat: repeat-x; border: 1px solid #bebebe; border-radius: 5px } .contact-notice h3 { margin-bottom: -10px } ul.feature-tabs { position: relative; margin: 15px 0; padding: 0 2px 29px; background: url("https://a248.e.akamai.net/assets.github.com/images/modules/features/curly_rule.png?04658ccb") 0 100% no-repeat } ul.feature-tabs li { list-style-type: none; position: relative; float: left; margin: 0 0 0 30px; width: 215px; height: 150px; text-align: center; z-index: 5 } ul.feature-tabs li:first-child { margin-left: 0 } ul.feature-tabs li.highlight { position: absolute; bottom: 5px; left: -1000px; margin: 0; width: 224px; height: 97px; background: url("https://a248.e.akamai.net/assets.github.com/images/modules/features/feature-tab-highlight.png?9db31a55"); z-index: 1 } .feature-tabs a { text-decoration: none } .feature-tabs .tab-button { display: block; position: absolute; top: 80px; left: 0; width: 100%; padding: 15px 0; text-decoration: none; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); background-color: #eeeeee; background-image: -moz-linear-gradient(#fdfdfd, #eee); background-image: -webkit-linear-gradient(#fdfdfd, #eee); background-image: linear-gradient(#fdfdfd, #eee); background-repeat: repeat-x; border: 1px solid #e9e9e9; border-radius: 4px; cursor: pointer; z-index: 5 } .feature-tabs a:hover .tab-button { border-color: #ddd; box-shadow: 0 0 10px rgba(65, 131, 196, 0.3) } .feature-tabs .tab-button h3 { margin: 0; font-size: 14px } .feature-tabs .tab-button p { margin: 0; color: #888 } .feature-tabs a.selected { cursor: default } .feature-tabs a.selected .tab-button { background-color: #f1efcc; background-image: -moz-linear-gradient(#fdfdf6, #f1efcc); background-image: -webkit-linear-gradient(#fdfdf6, #f1efcc); background-image: linear-gradient(#fdfdf6, #f1efcc); background-repeat: repeat-x; box-shadow: none; cursor: default } .feature-tabs .selected .tab-button h3 { color: #000 } .feature-tabs .selected .tab-button p { color: #666 } .browsered { margin-bottom: -15px; width: 460px; background: url("https://a248.e.akamai.net/assets.github.com/images/modules/features/browsered_browser.png?49fd7498") 0 0 no-repeat } .browsered.mini { width: 300px; background-image: url("https://a248.e.akamai.net/assets.github.com/images/modules/features/browsered_browser-mini.png?76b04e5a") } .browsered .inner { line-height: 1px; padding: 14px 16px 35px 13px; background: url("https://a248.e.akamai.net/assets.github.com/images/modules/features/browsered_shadow.png?9ff54445") 0 100% no-repeat } .browsered.mini .inner { padding-top: 10px; background-image: url("https://a248.e.akamai.net/assets.github.com/images/modules/features/browsered_shadow-mini.png?df754b90") } .caption { margin-top: -5px; margin-bottom: 30px; padding: 18px 8px 8px; font-size: 11px; text-align: center; color: #384141; background: url("https://a248.e.akamai.net/assets.github.com/images/modules/features/caption_back.png?87230204") 50% 0 no-repeat; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px } .caption p { margin: 0 } .browsered+h3 { margin-top: 5px } .access-infographic { text-align: center } .access-infographic p { margin: 10px 0; font-size: 12px; font-weight: bold; color: #444 } .access-infographic p.subtext { margin-top: -10px; font-weight: normal; font-size: 11px } .access-infographic p.repo { height: 80px; padding-top: 12px; font-size: 22px; color: #fff; text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2); -webkit-font-smoothing: antialiased; background: url("https://a248.e.akamai.net/assets.github.com/images/modules/features/infographics/hosting-access.png?95d1e422") 0 0 no-repeat } .access-infographic p.methods { margin-top: 15px; margin-bottom: -5px; font-size: 16px; color: #000 } .access-infographic .sep { padding: 0 5px } .instructor-bio { padding-left: 150px } .instructor-bio img { float: left; margin-top: 5px; margin-left: -150px; padding: 1px; border: 1px solid #ddd } .instructor-bio h2 { margin-top: 15px } #signup_form dd { position: relative } #signup_form dd .mini-icon { position: absolute; right: 25px; top: 8px } #signup_form .mini-icon-exclamation:before { color: #bd2c00 } #signup_form .mini-icon-confirm:before { color: #6cc644 } .lead { margin-bottom: 30px; font-size: 21px; font-weight: 300; color: #555 } .hanging-list li,.hanging-icon-list li { margin: 10px 0; font-size: 14px } .hanging-list li { margin-left: 12px; list-style-position: inside } .hanging-icon-list li { padding-left: 25px; list-style-type: none } .hanging-icon-list .mini-icon { float: left; margin-left: -20px; color: #999 } .hanging-icon-list .mini-icon-confirm { color: #6cc644 } .hanging-icon-list .mini-icon-x { color: #bd2c00 } .logos-page { font-size: 14px } .logos-download { position: relative; display: block; margin-bottom: 30px; padding-top: 40px; text-align: center; border: 1px solid #ddd; border-radius: 6px } .logos-download-link { display: block; margin-top: 40px; padding: 20px; font-size: 16px; font-weight: bold; background-color: #f5f5f5; border-top: 1px solid #ddd; border-radius: 0 0 5px 5px } .logos-download-link .mini-icon { vertical-align: -1px } .logos-download:hover { text-decoration: none } .logos-download:hover .logos-download-link { background-color: #eee } .col-2 ul.members-list li { display: block; border-bottom: 1px solid #f1f1f1; width: inherit } ul.members-list { font-size: 0; margin: 5px 0 } ul.members-list li { display: inline-block; width: 165px; position: relative; list-style-type: none; min-height: 48px; margin: 0; padding: 10px 0 10px 58px; vertical-align: top } ul.members-list li h4 { margin: -1px 0 0 0; font-size: 16px; line-height: 1.2 } ul.members-list li h4 a { display: inline-block; text-overflow: ellipsis; overflow-x: hidden; width: 100% } ul.members-list li h4 em { font-style: normal; font-weight: normal; color: #99a7af; display: block } ul.members-list li p { margin: -1px 0 0 0; font-size: 11px; color: #bbb } ul.members-list .gravatar { float: left; margin-left: -58px; border-radius: 3px } ul.members-list .placeholder .gravatar { opacity: 0.5 } ul.members-list .placeholder h4 a { color: #999 } ul.members-list .minibutton { position: absolute; top: 10px; right: 0 } ul.members-list p.details span.mini-icon { margin-left: 15px; vertical-align: middle } ul.members-list p.details span.mini-icon:first-child { margin-left: 0 } @ -webkit-keyframes rotate { from {-webkit-transform: rotate(0deg) } to { -webkit-transform: rotate(-360deg) } } .merge-pr { margin: 20px 0 0 0; padding-top: 10px; border-top: 1px solid #ddd } .merge-pr .push-more { margin: 10px 0; font-size: 12px; color: #777 } .merge-pr .push-more code { color: #333 } .merge-pr .push-more a { color: #333; font-weight: bold } .merge-branch { margin: 10px 0 } .merge-branch { padding-left: 60px } .merge-status-icon { float: left; margin-left: -60px; width: 48px; height: 48px; color: #fff; text-align: center; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); border-radius: 3px; background-color: #999; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1) } .merge-status-icon .mega-icon { margin-top: 8px } .merge-status-icon .mega-icon-merge { display: none } .merge-branch .bubble { position: relative } .merge-branch .bubble:after { position: absolute; top: 15px; right: 100%; content: " "; height: 0; width: 0; pointer-events: none; border: solid transparent; border-right-color: #eee; border-width: 10px } .merge-branch .mergeable { padding: 11px; background-color: #fff; border: 1px solid #c5c5c5; border-radius: 1px } .merge-branch-heading,.merge-branch-description { margin: 0 } .merge-branch-description { margin-right: 160px; color: #777 } .merge-branch-description .zeroclipboard-link .mini-icon { top: 2px } .merge-branch-action,.desktop-app-action { float: right; margin-top: 2px; margin-left: 5px } .desktop-app-action { padding-left: 10px; padding-right: 10px } .merged .merge-branch-description .commit-ref .css-truncate-target { max-width: 180px } .merge-branch .branch-status { padding: 7px 12px; font-size: 11px; color: #666; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); background-color: transparent; border: 1px solid #ccc; border-bottom: none; border-top-right-radius: 1px; border-top-left-radius: 1px } .merge-branch .branch-status p { margin: 0 } .merge-branch .branch-status .mini-icon { display: none } .merge-branch .branch-status+.mergeable { border-top-left-radius: 0; border-top-right-radius: 0 } .mergeable .spinner { display: block; float: right; width: 32px; height: 32px; margin-top: 3px; margin-left: 10px; background: url("https://a248.e.akamai.net/assets.github.com/images/spinners/octocat-spinner-32.gif?d12faf65") no-repeat } .mergeable-dirty .mergeable { background-image: url("https://a248.e.akamai.net/assets.github.com/images/modules/pulls/dirty-shade.png?bf4c1cf9"); background-repeat: repeat-x } .merge-branch-form { display: none } .merge-branch.open .merge-branch-form { display: block } .merge-branch.open .merge-message { display: none } .merge-branch-form .author { float: left; padding: 2px 0 0 36px; font-size: 12px; line-height: 15px; color: #999 } .merge-branch-form .author img { float: left; margin-left: -36px; border-radius: 3px } .merge-branch-form .author .author-email { display: block } .merge-branch-form .merge-commit-message { width: 100%; margin: 10px 0; background-color: #fafafa } .merge-branch-form-actions { text-align: right } .merge-error-message { display: none; margin: 0; font-weight: bold; color: #dc5f59 } .merge-branch-form.error .merge-error-message { display: block } .merge-branch-manually { display: none; margin-top: 14px; padding-top: 15px; border-top: 1px solid #ddd } .merge-branch-manually h3,.merge-branch-manually p { margin: 0 } .merge-branch-manually .intro { margin-top: 0; padding-bottom: 10px } .merge-branch-manually .step { margin: 15px 0 5px } .merge-branch-manually .url-box { margin-left: 0; max-width: 585px; padding: 0; border: 0 } .merge-branch-manually .clone-urls { width: 100% } .merge-branch-manually .copyable-terminal { margin-right: 25px; margin-bottom: 10px; padding: 10px; color: #fff; background-color: #333; border: none; border-radius: 4px 0 4px 4px; overflow: auto } .merge-branch-manually .for-copyable-terminal .zeroclipboard-button { float: right; border-radius: 0 4px 4px 0; width: 19px; text-align: center } .merge-branch-manually .for-copyable-terminal { float: right } .merge-branch-manually .for-copyable-terminal .zeroclipboard-button .mini-icon { margin: 0 auto } .open>.merge-branch-manually { display: block } .merge-branch-manually-steps { max-width: 585px } .mergeable-clean .branch-status { color: #5d8a4a; border-color: #95c97e } .mergeable-clean .bubble { background-color: #d8f5cd } .mergeable-clean .bubble:after { border-right-color: #d8f5cd } .mergeable-clean .merge-status-icon { background-color: #74c550 } .mergeable-clean .bubble .mergeable { border-color: #95c97e } .mergeable-unknown .branch-status,.mergeable-unstable .branch-status { color: #a1882b; border-color: #e2cc7a } .mergeable-unknown .bubble,.mergeable-unstable .bubble { background-color: #f8eec7 } .mergeable-unknown .bubble:after,.mergeable-unstable .bubble:after { border-right-color: #f8eec7 } .mergeable-unknown .merge-status-icon,.mergeable-unstable .merge-status-icon { background-color: #f0d266 } .mergeable-unknown .bubble .mergeable,.mergeable-unstable .bubble .mergeable { border-color: #e2cc7a } .mergeable-error .bubble { background-color: #f4cdcb } .mergeable-error .bubble:after { border-right-color: #f4cdcb } .mergeable-error .merge-status-icon { background-color: #e4514a } .mergeable-error .bubble .mergeable { border-color: #e97a74 } .mergeable-merged .bubble { background-color: #dde9f4 } .mergeable-merged .bubble:after { border-right-color: #dde9f4 } .mergeable-merged .merge-status-icon { background-color: #8fb6dc } .mergeable-merged .bubble .mergeable { border-color: #8fb6dc } .mergeable-closed-dirty .merge-status-icon { background-color: #8c8c8c } .merge-branch.open .merge-status-icon .mega-icon-pull-request { display: none } .merge-branch.open .merge-status-icon .mega-icon-merge { display: inline-block } @media only screen and (-webkit-min-device-pixel-ratio: 2) , only screen and (min--moz-device-pixel-ratio: 2) , only screen and (-o-min-device-pixel-ratio: 2 / 1) , only screen and (min-device-pixel-ratio: 2) , only screen and (min-resolution: 192dpi) , only screen and (min-resolution: 2dppx) { .mergeable .spinner { background-image: url("https://a248.e.akamai.net/assets.github.com/images/spinners/octocat-spinner-64.gif?9c879380"); background-size: 32px 32px } .mergeable-dirty .mergeable { background-size: 3px 2px } } #notification-center .listings-layout { margin-top: 15px } #notification-center .listings-layout .columns.sidebar { width: 160px; padding-right: 20px; border-right: none } #notification-center .listings-layout .columns.main { width: 740px } #notification-center .chromed-list-browser { margin-bottom: 15px } #notification-center .content { background-color: #fff; margin-bottom: 15px } #notification-center ul.notifications { list-style-type: none; font-size: 14px } #notification-center ul.notifications>li { padding: 0 5px } #notification-center ul.notifications>li:last-child { border-bottom: none; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px } #notification-center ul.notifications>li.view-more { padding-top: 8px; padding-bottom: 8px; font-size: 13px; font-weight: bold; text-align: center } #notification-center ul.notifications>li.confirmation { padding: 8px 0; background: #fff; color: #666; text-align: center; border-bottom-color: #ddd } #notification-center ul.notifications>li.confirmation strong { color: #000 } #notification-center ul.notifications>li.confirmation .minibutton { margin-top: 5px } #notification-center ul.notifications ul.notification-actions { float: right; list-style-type: none; margin: 12px 0 0 } #notification-center ul.notifications ul.notification-actions>li { float: right; margin: 0 0 0 15px } #notification-center ul.notifications ul.notification-actions .view { font-weight: bold } #notification-center ul.notifications ul.notification-actions .view .mini-icon { position: relative; top: 1px } #notification-center ul.notifications ul.notification-actions .view a { webkit-transition: color 0.2s linear; -mos-transition: color 0.2s linear; transition: color 0.2s linear } #notification-center ul.notifications ul.notification-actions time { display: block; width: 110px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #999 } #notification-center ul.notifications ul.notification-actions .delete,#notification-center ul.notifications ul.notification-actions .mute { margin-left: 10px } #notification-center ul.notifications ul.notification-actions .delete-note,#notification-center ul.notifications ul.notification-actions .mute-note { position: relative; top: 1px; color: #bbb; border: none; background-color: transparent; -webkit-transition: color 0.2s linear; -mos-transition: color 0.2s linear; transition: color 0.2s linear } #notification-center ul.notifications ul.notification-actions .delete-note:hover,#notification-center ul.notifications ul.notification-actions .mute-note:hover { cursor: pointer; color: #4183c4 } #notification-center ul.notifications h4 { font-size: 14px } #notification-center ul.notifications h4>a { display: block; color: #333333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding-top: 12px; padding-bottom: 12px } #notification-center ul.notifications h4 .mini-icon { position: relative; top: 1px; margin-right: 2px } #notification-center ul.notifications>li.read { background-color: #f1f1f1; border-bottom-color: #ddd } #notification-center ul.notifications>li.read h4>a { color: #666; -webkit-transition: color 0.2s linear; -mos-transition: color 0.2s linear; transition: color 0.2s linear } #notification-center ul.notifications>li.read ul.notification-actions .view a { color: #999 } #notification-center ul.notifications>li.read .type-icon:before { color: #B0B0B0 !important } #notification-center ul.notifications>li.read .delete-note { opacity: 0.3 } #notification-center ul.notifications>li.muted ul.notification-actions .mute-note { color: #cc0000 } #notification-center ul.notifications li.issue-notification .type-icon:before { color: #489D00 } #notification-center ul.notifications li.commit-notification .type-icon:before { color: #156F9E } #notification-center ul.notifications li.pull-request-notification .type-icon:before { color: #9E157C } #notification-center .list-browser-filterbar .css-truncate-target { max-width: 150px } #notification-center .list-browser-filterbar h3 { margin: 0; padding: 5px; font-size: 13px; line-height: 20px } #notification-center .list-browser-filterbar h3 .css-truncate-target { max-width: 350px } #notification-center .list-browser-filterbar h3 a { color: #666; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75) } #notification-center .list-browser-filterbar .minibutton { float: right; margin: 5px; font-size: 12px; line-height: 18px; height: 18px } #notification-center .unread-count { background-color: #8d8d8d; color: #fff; font-size: 11px; line-height: 10px; padding: 3px 5px; float: left; margin: 7px 7px 0 5px; border-radius: 3px } #notification-center .truncated-repo-list a.repo-name { display: block; width: 100%; overflow: hidden; text-overflow: ellipsis } #notification-center .repo-list a.repo-name { font-weight: bold; white-space: nowrap } #notification-center .head-tabs { margin-bottom: 20px; border-bottom: 1px solid #eee; overflow: visible } #notification-center .head-tabs>li { border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; list-style-type: none; height: 40px; background-color: #FFF; float: left } #notification-center .head-tabs li.events { float: none; border-right: 0 none } #notification-center .head-tabs li.events a { display: inline-block; padding: 12px; color: #7f7f7f; font-size: 12px } #notification-center .head-tabs li.events a:hover { text-decoration: none } #notification-center .head-tabs li.events .counter { background-color: #e5e5e5; padding: 3px 7px; border-radius: 10px; font-weight: bold; color: #575757; font-size: 11px } #notification-center .head-tabs li.selected:first-child { border-left: 1px solid #ddd; border-right: none; background: none } #notification-center .head-tabs li.selected { border-top: 1px solid #ddd; border-bottom: 1px solid transparent } .repo-subscription-container { margin: 0 auto; width: 600px } .repo-subscription-container .spinner { float: right } .repo-subscription-container h2 { font-size: 22px; margin-bottom: -10px; font-weight: normal } .repo-subscription-container p.intro { font-size: 14px; color: #666 } .subscriptions-sidebar { float: right; width: 290px } .subscriptions-sidebar p.checkbox label { position: relative; font-size: 14px } .subscriptions-sidebar p.checkbox label img { position: absolute; right: -21px; top: -2px } .subscriptions-sidebar .note { color: #666 } .subscriptions-content { float: left; width: 600px; margin-top: 15px } .subscriptions-content .repo-list .subscription-row>.mini-icon:before { position: relative; top: 2px; color: #999 } .subscriptions-content .repo-list form { display: inline } .subscriptions-content .repo-list .only-loading { display: none } .subscriptions-content .repo-list .loading .only-loading { display: inline-block } .subscriptions-content .repo-list .only-unsubed { display: none } .subscriptions-content .repo-list .unsubscribed .only-unsubed { display: inline } .subscriptions-content .repo-list .unsubscribed .only-subed { display: none } .subscriptions-content .repo-list .only-unignored { display: none } .subscriptions-content .repo-list .unsubscribed .only-unignored { display: inline } .subscriptions-content .repo-list .unsubscribed .only-ignored { display: none } .subscriptions-content .unsubscribed { background: #f1f1f1; border-color: #ddd } .subscriptions-content .unsubscribed a { color: #666 } .subscriptions-content .unsub-all-button { float: right; margin-top: 8px } .thread-subscription-status { clear: both; margin: 40px 0 20px 0; padding: 10px; background: #fff; border: 1px solid #eee; border-radius: 4px } .thread-subscription-status .mega-icon { vertical-align: middle; margin-right: 10px } .thread-subscription-status .mega-icon:before { color: #ccc } .thread-subscription-status .mini-icon.unread { color: #4183c4 } .thread-subscription-status .minibutton:hover .mini-icon.unread { color: #fff } .thread-subscription-status .context-menu-container.active .minibutton .mini-icon.unread { color: #fff } .thread-subscription-status .context-menu-container { float: left; margin-top: 4px } .thread-subscription-status p.reason { vertical-align: middle; display: inline-block; margin: 0; color: #999 } .thread-subscription-status .select-menu { vertical-align: middle; display: inline-block; margin-right: 10px } .thread-subscription-status .mini-icon-mute { color: #cc0000 } .equacols .column>.fieldgroup:first-child { margin-top: 0 } ul.fieldpills.usernames li img { margin-right: 2px; padding: 1px; background: #fff; border: 1px solid #ddd; vertical-align: middle } ul.fieldpills.repos-pills>li { margin: 0 0 5px 0; padding: 3px 0 3px 5px } ul.fieldpills.repos-pills>li .mini-icon { position: relative; top: 2px } ul.fieldpills.repos-pills>li .fork-flag { line-height: 18px; font-weight: normal } ul.grouplist { margin: 15px 0 20px 0; border-top: 1px solid #ddd } ul.grouplist>li { list-style-type: none; position: relative; padding: 8px 0; border-bottom: 1px solid #ddd } ul.grouplist .icontip { position: absolute; display: block; width: 32px; height: 32px; top: 8px; left: 0 } ul.grouplist>li.iconed { padding-left: 38px } ul.grouplist>li.org-icon { background: url("https://a248.e.akamai.net/assets.github.com/images/modules/organizations/org_icon.gif?bdcf3e19") 0 0 no-repeat } ul.grouplist>li.admin.org-icon { background-position: 0 -100px } ul.grouplist li h3 { margin: 0; font-size: 16px } ul.grouplist li p { margin: -2px 0 0 0; font-size: 12px; color: #999 } ul.grouplist>li ul.actions { position: absolute; top: 50%; right: 0; margin: -12px 0 0 0 } ul.grouplist>li ul.actions li { display: inline-block; margin: 0 0 0 5px } #facebox .change-gravatar-email .gravatar { float: left; padding: 2px; border: 1px solid #DDDDDD } #facebox .change-gravatar-email form { float: left; width: 65%; padding-left: 15px } #facebox .change-gravatar-email input { font-size: 14px; width: 85% } #facebox .change-gravatar-email button { margin-top: 12px; margin-left: 0 } #facebox .change-gravatar-email .spinner { margin-left: 10px } #facebox .change-gravatar-email .error { color: #990000; font-weight: bold } .pagehead.orgs-next-pagehead h1 { color: #666; letter-spacing: -1px; margin-bottom: 15px; padding-left: 36px; position: relative } .pagehead.orgs-next-pagehead h1 a { color: #4183c4 } .pagehead.orgs-next-pagehead h1 img { height: 32px; left: -4px; position: absolute; top: -4px; width: 32px } .pagehead.orgs-next-pagehead .button { z-index: 2; display: inline-block } .orgs-next-nav { float: right; width: 170px } .orgs-next-nav .menu-container { box-sizing: border-box; margin-bottom: 10px; width: 170px } .orgs-next-content { float: left; width: 790px } .orgs-next-content .capped-box { width: 385px } .orgs-next-content #all-teams { display: none } .orgs-next-content #all-teams-filter-field { display: none } .org-dash-header .new-team-form { display: none } .org-dash-header .new-member-form { display: none } .org-dash-header .no-results { display: none } .org-dash-header.open .new-team-form { display: block } .org-dash-header.open .new-member-form { display: block } .org-dash-header.no-results .no-results { display: block } .org-dash-header.no-results .new-team-form { display: block } .org-dash-header.no-results .new-member-form { display: block } .org-dash-header input.is-loading+.spinner { display: inline-block } .no-results p { margin-top: 0px } .new-member-form,.new-team-form { margin: 20px 0 20px 0; padding: 10px; border-radius: 3px; background: #f5f5f5 } .new-member-form .button,.new-team-form .button { float: right } .add-member { width: 640px } .new-team-form .team-name { width: 200px } .new-team-form .team-description { width: 430px; margin: 0 0 0 10px } .org-dash-filter { padding: 0 0 10px 0; margin: 0 0 10px 0; border-bottom: 1px solid #eaeaea } .org-dash-filter .button { float: right } .org-dash-filter input[type="text"] { width: 350px } .member-list { list-style: none } .member-list li { position: relative; float: left; width: 50%; padding: 10px 0; border-bottom: 1px solid #ddd } .member-list li:last-child { border-bottom: none } .member-list img.avatar { float: left; margin: 0 10px 0 0; border-radius: 3px } .member-list .member>a { display: block; font-weight: bold } .member-list .member-details { float: left } .member-list p { font-size: 13px; color: #777; margin: 0; line-height: 25px } .member-list small { position: absolute; top: 10px; right: 50px; color: #999 } .member-list .spinner { display: none } .team-list { list-style: none } .team-list li { position: relative; float: left; width: 355px; clear: left } .team-list li:nth-child(2n) { float: right; clear: none } .team-list .delete-team { position: absolute; top: 8px; right: 10px; color: #999 } .team-list .delete-team:hover { color: #bd2c00 } .team-list p { padding: 0 10px } .team-list .meta { margin: 0; padding-top: 5px; padding-bottom: 5px; border-top: 1px solid #eaeaea; font-size: 12px } .team-list .meta a { color: #999 } .team-list .meta .team-repo-count { float: right } .full-width-team-list li { float: none; width: 730px; border-bottom: 1px solid #ddd; line-height: 20px; padding: 0 10px } .full-width-team-list>a { display: block; font-weight: bold; font-size: 14px } .full-width-team-list .team-description { display: block; margin: 5px 0; width: 100%; color: #777; font-size: 14px; line-height: 20px } .full-width-team-list .team-meta { float: right; color: #777 } .team-list .new-team { background: #6cc644; margin: 0 0 0 5px; padding: 1px 6px 0 6px; border-radius: 3px; display: inline-block; color: #fff; line-height: 14px; font-size: 11px; font-weight: bold; cursor: pointer } .create-team .spinner { display: none } .create-team.is-loading .spinner { margin: 2px; display: inline-block } ul.fieldpills .org-member .spinner { display: inline-block } .org-member.is-loading .spinner { display: inline-block } .member-view .member { padding: 10px; margin-bottom: 10px } .create-team-message { display: none } .filterable-empty.filterable-active+.create-team-message { display: block } .new-team-form .warning { display: inline-block; background: #333333; color: #fff; margin-top: 10px; padding: 2px 4px; font-weight: normal; font-size: 10px; border-radius: 3px } .team-reference-list .mini-icon-issue-opened { color: #6cc644 } .team-reference-list .mini-icon-issue-closed { color: #bd2c00 } .team-reference-list .mini-icon-pull-request { color: #6cc644 } .team-reference-list .mini-icon-pull-request.closed { color: #bd2c00 } #activity-list>li { list-style-type: none; padding: 10px; border-bottom: 1px solid #eee } #activity-list>li.activity-timestamp { font-size: 10px; color: #999999 } #activity-list>li .toggle-note-star { color: #fff; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: #aaa } #activity-list>li .toggle-note-star.active { -webkit-text-stroke-color: #fd0; color: #ff0 } #activity-list>li .note-starred-users:empty .label { display: none } #activity-list>li .note-starred-users .starred-user { height: 20px; width: 20px; border-radius: 3px; margin-left: 5px; margin-bottom: -6px } .note-form { margin: 0px 0px 10px } .note-form textarea { width: 100%; height: 1em } .note-form .drag-and-drop { display: none } .note-form .note-controls { display: none } .note-form .enable-fullscreen { display: none } .note-form.active textarea { min-height: 80px } .note-form.active .drag-and-drop { display: block } .note-form.active .note-controls { display: block } .note-form.active .enable-fullscreen { display: inline-block } .org-note .subdued { color: #ddd } .org-note .delete-note { color: #ddd; display: none } .org-note:hover .delete-note { display: inline-block } .note-comments { display: none; background: #fafafa; border-radius: 3px; padding: 10px } .note-comments.active { display: block } .note-comments .note-comment-form { margin-top: 10px } .note-comments .note-comment-form .controls { display: none } .note-comments .note-comment-form.active .controls { display: inline-block } .org-note-body img { padding: 3px; border: 1px solid #D8D8D8 } .org-note-body img.emoji { padding: 0px; border: none } .note-comments textarea { width: 748px } .org-note-comment { list-style-type: none; border-top: 1px solid #ddd; padding-top: 10px } .org-note-comment:first-child { padding-top: 0px; border-top: none } .org-note-comment img { float: left; height: 15px; margin-right: 5px } .org-note-comment h4 { font-weight: normal } .org-note-comment h4 a { font-weight: bold } .org-note-comment .delete-note-comment { display: none; color: #ccc } .org-note-comment:hover .delete-note-comment { display: inline-block } .pagehead { position: relative; display: block; margin: 0 0 20px 0; padding-top: 20px } .pagehead .container { position: relative } .pagehead .user-avatar { vertical-align: middle; margin-top: -2px } .pagehead.separation { padding-top: 15px; border-bottom: 1px solid #eee } .pagehead.separation h1 { margin-bottom: 15px; font-size: 24px; line-height: 34px } .pagehead.separation .mega-icon { vertical-align: middle } .admin { background: url("https://a248.e.akamai.net/assets.github.com/images/modules/pagehead/background-yellowhatch-v3.png?099ec1e4") 0 0 repeat-x } .pagehead h1 { margin: 0 0 10px; font-size: 20px; font-weight: normal; line-height: 28px; color: #495961; z-index: 0 } .pagehead.dashboard h1 { font-size: 16px; height: 22px; line-height: 22px } .pagehead.userpage h1 { margin-bottom: 0; font-size: 30px; height: auto; line-height: 54px; font-weight: bold } .pagehead.repohead h1 { color: #666; margin-bottom: 15px; padding-left: 36px; position: relative; letter-spacing: -1px } .pagehead.repohead h1.private .mega-icon:before { color: #e9dba5 } .pagehead.repohead h1.private .repo-label span { padding: 3px 6px 2px; background-color: #f8eec7; border-radius: 3px; color: #A1882B } .pagehead.repohead h1 .mega-icon-private-repo,.pagehead.repohead h1 .mega-icon-private-mirror,.pagehead.repohead h1 .mega-icon-public-repo,.pagehead.repohead h1 .mega-icon-public-mirror,.pagehead.repohead h1 .mega-icon-repo-forked { position: absolute; left: -4px; top: 12px; line-height: 32px; margin-top: -13px } .pagehead.repohead h1 .mega-icon-private-repo:before,.pagehead.repohead h1 .mega-icon-private-mirror:before,.pagehead.repohead h1 .mega-icon-public-repo:before,.pagehead.repohead h1 .mega-icon-public-mirror:before,.pagehead.repohead h1 .mega-icon-repo-forked:before { color: #bbb } .pagehead.repohead h1 .mega-icon-private-repo { top: 10px } .pagehead.repohead h1 strong { font-weight: bold } .pagehead h1 a { color: #495961 } .pagehead.repohead h1 a { color: #4183c4; white-space: nowrap } .pagehead.repohead.mirror h1,.pagehead.repohead.fork h1 { margin-top: -5px; margin-bottom: 15px; height: auto } .pagehead.repohead h1 span.fork-flag,.pagehead.repohead h1 span.mirror-flag { display: block; margin-top: -5px; font-size: 11px; line-height: 20px; letter-spacing: 0 } .pagehead h1 em { font-style: normal; font-weight: normal; color: #99a7af } .pagehead h1 em strong { color: #919ea6 } .pagehead h1.avatared img { vertical-align: middle; position: relative; top: -2px; margin-right: 5px; padding: 2px; border: 1px solid #ddd } .pagehead.shrunken h1.avatared img { top: -1px; padding: 1px } .pagehead.shrunken h1.avatared span { letter-spacing: 0px; color: #808080; margin-left: 0.5em; font-size: 0.9em } .pagehead .title-actions-bar a:hover { text-decoration: none } .pagehead.shrunken ul.pagehead-actions { margin-top: -30px } ul.pagehead-actions { margin: 0; float: right; position: absolute; right: 0; z-index: 21 } .pagehead.repohead span.repo-label { position: absolute; top: 14px; left: -75px; width: 65px; margin-top: -14px; text-align: right; font-size: 11px; text-transform: uppercase; color: #b9b9b9; font-weight: 300; letter-spacing: 0px; text-shadow: none; transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out 0 } @media only screen and (max-width: 1075px) { .pagehead.repohead span.repo-label { transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -o-transform: rotate(-90deg); -ms-transform: rotate(-90deg); filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); top: 30px; left: -46px } } @media only screen and (max-width: 1155px) { .kill-the-chrome .pagehead.repohead span.repo-label { opacity: 0 } } .pagehead.repohead ul.pagehead-actions { position: relative; top: 0; right: 0; padding: 0 0 0 20px } .admin .pagehead ul.pagehead-actions { position: absolute; top: 0; right: 0 } .page-account .pagehead ul.pagehead-actions { top: 0 } .pagehead.userpage ul.pagehead-actions { position: static; margin-top: 18px } ul.pagehead-actions>li { list-style-type: none; display: inline; font-size: 11px; color: #333; margin: 0 5px 0 0; float: left } ul.pagehead-actions>li:last-child { margin-right: 0 } ul.pagehead-actions>li.text { padding: 0 5px 0 0 } ul.pagehead-actions>li.text.below { position: absolute; top: 35px } ul.pagehead-actions a.feed { display: inline-block; height: 24px; padding: 0 6px; line-height: 26px; border: 1px solid #eee; border-radius: 3px } ul.pagehead-actions>li .context-menu-container { display: inline-block } ul.pagehead-actions>li form { display: inline-block } ul.pagehead-actions>li.subscription .mini-icon-mute { color: #cc0000 } ul.pagehead-actions a.feed:hover { text-decoration: none } ul.pagehead-actions a.feed .mini-icon-feed { position: relative; top: 2px } ul.pagehead-actions .context-button { height: 24px } .pagehead p.description { margin: -8px 0 10px 0; font-size: 12px; color: #999 } .pagehead .container>ul.tabs { position: relative; margin: 10px 0 0 0; font-size: 12px; font-weight: bold; background-color: #eaeaea; background-image: -moz-linear-gradient(#fafafa, #eaeaea); background-image: -webkit-linear-gradient(#fafafa, #eaeaea); background-image: linear-gradient(#fafafa, #eaeaea); background-repeat: repeat-x; border: 1px solid #eaeaea; border-bottom-color: #cacaca; border-radius: 3px } .pagehead .container>ul.tabs:first-child { margin-top: 0 } #site-container>.container:first-child { margin-top: 20px } .pagehead .container>ul.tabs.with-details-box,.pagehead .container>ul.tabs.with-details-box li a,.pagehead .container>ul.tabs.with-details-box li:first-child a,.pagehead .container>ul.tabs.with-details-box li:last-child a { border-bottom-right-radius: 0; border-bottom-left-radius: 0 } .pagehead .container>ul.tabs li { list-style-type: none; margin: 0; display: table-cell; width: 1% } .pagehead .container>ul.tabs li.pulse-nav { float: left; width: 40px } .pagehead .container>ul.tabs li.pulse-nav .mini-icon { position: relative; top: 3px } .pagehead .container>ul.tabs li a { display: block; text-align: center; line-height: 35px; font-size: 12px; color: #777; text-decoration: none; text-shadow: 0 1px 0 white; border-right: 1px solid #eee; border-right-color: rgba(0, 0, 0, 0.04); border-left: 1px solid #fcfcfc; border-left-color: rgba(255, 255, 255, 0.7); border-bottom: 2px solid #DADADA } .pagehead .container>ul.tabs li:first-child a { border-left: none; border-bottom-left-radius: 3px } .pagehead .container>ul.tabs li:first-child a:hover,.pagehead .container>ul.tabs li:first-child a.selected { border-top-left-radius: 3px } .pagehead .container>ul.tabs li:last-child a { border-right: none; border-bottom-right-radius: 3px } .pagehead .container>ul.tabs li:last-child a:hover,.pagehead .container>ul.tabs li:last-child a.selected { border-top-right-radius: 3px } .pagehead .container>ul.tabs li a:hover { color: #4183c4; border-bottom: 2px solid #CFDCE8; background-color: #dce6ef; background-image: -moz-linear-gradient(#fafbfd, #dce6ef); background-image: -webkit-linear-gradient(#fafbfd, #dce6ef); background-image: linear-gradient(#fafbfd, #dce6ef); background-repeat: repeat-x } .pagehead .container>ul.tabs li a.selected,.pagehead .container>ul.tabs li a.selected:hover { color: #000; background-color: #ebebeb; background-image: -moz-linear-gradient(#fcfcfc, #ebebeb); background-image: -webkit-linear-gradient(#fcfcfc, #ebebeb); background-image: linear-gradient(#fcfcfc, #ebebeb); background-repeat: repeat-x; border-bottom: 2px solid #D26911 } .pagehead .container>ul.tabs li a .counter { position: relative; top: -1px; display: inline-block; margin: 0 0 0 5px; padding: 0 8px 1px 8px; height: auto; font-family: Helvetica, arial, freesans, clean, sans-serif; font-size: 10px; line-height: 14px; text-align: center; vertical-align: text-top; color: #777; background: #fff; border-top: 1px solid #ccc; border-radius: 8px } .pagehead .container>ul.tabs li.search { text-align: center } .pagehead .container>ul.tabs li.search form { display: inline } .pagehead .container>ul.tabs li.search input[type=text] { width: 78%; padding: 3px 5px 3px 18px; font-size: 12px; border-radius: 3px; border: 1px solid #ddd; border-top-color: #ccc; background: url("https://a248.e.akamai.net/assets.github.com/images/modules/navigation/search-icon.png?35560db7") 5px 45% no-repeat #fff } .subnav-bar { margin: 10px 0; border-bottom: 1px solid #ddd } .subnav-bar ul.subnav { font-size: 14px } .subnav-bar ul.subnav li { display: inline-block; vertical-align: top; cursor: pointer } .subnav-bar ul.subnav li a { color: #666; text-decoration: none; padding: 8px 12px; display: inline-block; border-left: 1px solid transparent; border-top: 1px solid transparent; border-right: 1px solid transparent; margin-bottom: -1px } .subnav-bar #issues_next .subnav-bar ul.subnav li.search { margin-top: -4px } .subnav-bar .subnav-bar ul.subnav li a.minibutton { margin: 0; padding: 0 10px; line-height: 24px; color: #333; border-color: #d4d4d4 } .subnav-bar .subnav-bar ul.subnav li a.minibutton:hover,.subnav-bar .subnav-bar ul.subnav li a.minibutton.selected { color: white } .subnav-bar .subnav-bar ul.subnav li a.blank { color: #999 } .subnav-bar .subnav-bar ul.subnav li a.downloads-blank { color: #666 } .subnav-bar .subnav-bar ul.subnav li a.selected { color: #333; font-weight: bold; border-left: 1px solid #ddd; border-top: 1px solid #ddd; border-right: 1px solid #ddd; border-top-left-radius: 3px; border-top-right-radius: 3px; background-color: #fff } .subnav-bar ul.subnav .counter { position: relative; top: -1px; margin: 0 0 0 5px; padding: 1px 5px 2px 5px; font-size: 10px; font-weight: bold; color: #666; background: #e5e5e5; border-radius: 10px } .subnav-bar ul.subnav .blank .counter { display: none } .subnav-bar>ul.actions { float: right; margin-top: 0 } #issues_next .subnav-bar ul.subnav li.search { margin-top: -5px } .subnav-bar .scope { float: left; list-style: none; margin-right: 10px } .subnav-bar .switcher { margin-top: 2px } .subnav-bar .search .spinner { vertical-align: middle; position: absolute; top: 10px; left: -22px; margin-right: 8px } .subnav-bar span.text,.subnav-bar ul.subnav .search a { padding-right: 5px; font-weight: 200; font-size: 13px; color: #666 } .subnav-bar .search .fieldwrap { display: inline-block; height: 26px; border-radius: 4px } .subnav-bar .search .fieldwrap>input,.subnav-bar .search .fieldwrap>button { display: inline-block } .subnav-bar .search .fieldwrap.focused { outline: auto 5px -webkit-focus-ring-color; outline-offset: -2px; -moz-outline: -moz-mac-focusring solid 2px; -moz-outline-radius: 0 5px 5px; -moz-outline-offset: 0 } .subnav-bar .search input { padding: 0 4px 0 4px; font-size: 12px; height: 24px; border: 1px solid #d3d3d3; border-top-left-radius: 3px; border-bottom-left-radius: 3px; vertical-align: middle; margin: 0 } .subnav-bar .repo-search { margin-left: 6px; margin-top: 4px } .subnav-bar .repo-search input { width: 130px } .subnav-bar .search .minibutton { position: relative; margin-left: 0; height: 24px; vertical-align: middle; padding: 0 8px; border-left: none; border-radius: 0; border-top-right-radius: 3px; border-bottom-right-radius: 3px; -moz-box-sizing: content-box; box-sizing: content-box } .subnav-bar .search .minibutton span { line-height: 24px } .subnav-bar .search .minibutton:hover span { color: #fff } .context-loader { position: absolute; top: 0; left: 50%; margin-left: -75px; width: 110px; padding: 10px 10px 10px 30px; font-weight: bold; font-size: 12px; color: #666; background: url("https://a248.e.akamai.net/assets.github.com/images/spinners/octocat-spinner-16px.gif?2d3ca285") 10px 50% no-repeat #eee; border: 1px solid #ddd; border-top: 1px solid #fff; border-radius: 5px; border-top-left-radius: 0; border-top-right-radius: 0; z-index: 20 } @media screen and (-webkit-min-device-pixel-ratio: 2) , screen and (max--moz-device-pixel-ratio: 2) { .context-loader { background: url("https://a248.e.akamai.net/assets.github.com/images/spinners/octocat-spinner-32-EAF2F5.gif?8ee3186a") 10px 50% no-repeat #eee; background-size: 16px auto } } .repo-stats { display: inline-block; margin: 0; border: 1px solid #ddd; border-radius: 3px; background: #fff; overflow: hidden } .repo-stats li { list-style-type: none; display: block; margin: 0 !important; float: left } ul.repo-stats li a { display: inline-block; padding: 0 5px; line-height: 24px; color: #666; border-left: 1px solid #ddd } ul.repo-stats li a .mini-icon { color: #838383; position: relative; vertical-align: middle; top: -1px } ul.repo-stats li:first-child a { border-left: none } ul.repo-stats li a:hover { color: #fff !important; background-color: #4183c4; text-decoration: none } ul.repo-stats li a:hover .mini-icon { color: #b5cde8 } ul.repo-stats li:first-child a:hover { border-top-left-radius: 2px; border-bottom-left-radius: 2px } ul.repo-stats li:last-child a:hover { border-top-right-radius: 2px; border-bottom-right-radius: 2px } ul.repo-stats li.watchers.watching a,ul.repo-stats li.forks.forked a { color: #333 } ul.repo-stats li.watchers.watching a .mini-icon,ul.repo-stats li.forks.forked a .mini-icon { color: #45bb00 } #pages_404 { padding: 30px 0 30px 0 } #pages_404 h2 { font-size: 24px } #pages_404 p { width: 500px } #pages-composer { margin: 10px 0 15px 0; padding: 3px; background: #eee; border-radius: 4px } #pages-composer #editor-body-buffer { display: none } #pages-composer .body { padding: 20px; background: #f9f9f9; border: 1px solid #ddd; border-radius: 2px } #pages-composer dl.form { margin: 0 0 20px 0 } #pages-composer dt label { text-shadow: 0 1px 0 #fff } #pages-composer input { margin-top: 10px; width: 860px; border: 1px solid #DDD } #pages-composer #gollum-editor { width: 870px; margin: 0 0 20px 0; padding: 0 0 5px 0; border: none } #pages-composer .textareaClone { margin: 0; padding: 0 } #gollum-editor-function-bar #load-readme { float: right; margin-top: 3px } #gollum-editor-function-bar #load-readme:first-child { padding: 0 5px } #gollum-editor-function-bar #undo-load-readme { float: right; margin-top: 7px; margin-right: 10px; display: none } #pages-composer span.function-divider { display: block; float: left; width: 0.5em } #pages-composer #gollum-editor-body { margin-top: 10px; border: 1px solid #ddd } body.pages_generator { background: url("https://a248.e.akamai.net/assets.github.com/images/modules/pages_generator/theme_picker_body_bg.png?ab0d7e60") #fff repeat center } #theme-picker-wrap { background: #fff } #theme-picker-full { position: relative; width: 920px; margin: 0 auto; background: #fff; text-align: center; overflow: hidden } #theme-picker-full .theme-picker-scroll-backwards,#theme-picker-full .theme-picker-scroll-forwards { position: absolute; width: 32px; height: 32px; margin-top: 52px; overflow: hidden; opacity: 1; color: #cecece; font-size: 32px; top: 0 } #theme-picker-full .theme-picker-scroll-backwards:hover,#theme-picker-full .theme-picker-scroll-forwards:hover { color: #0084c8; text-decoration: none } #theme-picker-full .theme-picker-scroll-backwards.hide,#theme-picker-full .theme-picker-scroll-forwards.hide { cursor: default; opacity: 0 } #theme-picker-full .theme-picker-scroll-backwards { left: 0 } #theme-picker-full .theme-picker-scroll-forwards { right: 0 } .thumbnail-selector { overflow: hidden; margin: 15px auto } .thumbnail-selector.themes { width: 845px; white-space: nowrap; padding-top: 5px } .thumbnail-selector .theme-thumbnail { display: inline-block; list-style-type: none; margin: 0 21px } .theme-thumbnail a { color: #000; font-weight: bold } .theme-thumbnail a:hover { text-decoration: none } .theme-thumbnail a span { display: block; text-align: center } .theme-thumbnail a img { width: 120px; height: 90px; background: #e0e0e0; border: 3px solid #d3d3d3 } .theme-thumbnail a:hover img { border-color: #4183C4 } .theme-thumbnail a.selected img { border-color: #3db738; box-shadow: 0 0px 5px #3db738 } .theme-thumbnail .name { display: none } #theme-action-bar { position: relative; background-color: #eaeaea; background-image: -moz-linear-gradient(#fafafa, #eaeaea); background-image: -webkit-linear-gradient(#fafafa, #eaeaea); background-image: linear-gradient(#fafafa, #eaeaea); background-repeat: repeat-x; height: 50px; border-top: 1px solid #cacaca; border-bottom: 1px solid #cacaca; box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.4) } #theme-action-bar #loader { position: absolute; top: 8px; right: 50%; opacity: 0; transition: opacity 0.2s ease-in; -webkit-transition: opacity 0.2s ease-in 0 } #theme-action-bar #loader.visible { opacity: 1 } #theme-actions-wrap { position: relative; width: 940px; height: 50px; margin: 0 auto } #theme-action-bar ul.page-actions { float: right; height: 34px; width: 160px; padding: 2px 10px 6px 0; text-align: right } #theme-action-bar ul.page-actions li { list-style-type: none; display: inline-block; margin: 0 } #theme-action-bar ul.page-actions li a { display: block; width: 48px; color: #888; font-size: 9px; letter-spacing: 1px; text-align: center; text-decoration: none; overflow: hidden; text-transform: uppercase } #theme-action-bar ul.page-actions li a:hover .mega-icon-jump-up,#theme-action-bar ul.page-actions li a:hover .mega-icon-jump-down,#theme-action-bar ul.page-actions li a:hover .mega-icon-arr-left,#theme-action-bar ul.page-actions li a:hover .mega-icon-confirm { color: #4183c4 } #theme-action-bar ul.page-actions #page-publish .mega-icon-confirm { color: #6CC644 } #page-hide.hide .for-hiding { display: none } #page-hide.show .for-showing { display: none } #theme-picker-mini { display: inline-block; width: 500px; height: 46px; background: url("https://a248.e.akamai.net/assets.github.com/images/modules/pages_generator/logo_pages.png?aacb0068") no-repeat left center; background-size: 70px 30px; background-position: 10px 10px; overflow: hidden; text-overflow: ellipses } #theme-picker-mini a { display: inline-block; float: left; width: 16px; height: 16px; overflow: hidden; color: #aaa; text-decoration: none } #theme-picker-mini a:hover { color: #4183c4 } #theme-picker-mini .theme-picker-section-themes { height: 16px; margin: 17px 0 0 110px } .theme-name { float: left; margin-left: 10px; color: #888; text-shadow: 0 1px 1px #fff } #page-preview { position: relative; width: 100%; height: 100%; border: none; padding: 0; z-index: -100; background: #fff; margin-bottom: -5px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) } body.page-profile .tab-content { position: relative } body.page-profile .feed-icon { position: absolute; right: 0; z-index: 2 } body.page-profile .feed-icon a { display: block; width: 16px; height: 16px; background: #f37538; color: #fff; border-radius: 3px; padding: 1px } body.page-profile .profilecols .first { float: left; width: 220px } body.page-profile .profilecols .last { float: right; width: 680px } body.page-profile .profilecols ul.stats { border-bottom: 1px solid #ddd; margin: 0 0 17px 0; padding: 6px 0 15px 0 } body.page-profile .profilecols ul.stats li { display: inline-block; list-style-type: none; min-width: 70px } body.page-profile .profilecols ul.stats li:last-child { margin-right: 0 } body.page-profile .profilecols ul.stats li strong { display: block; font-size: 28px; line-height: 1; font-weight: bold; color: #222 } body.page-profile .profilecols ul.stats li span { display: block; margin-top: -2px; font-size: 11px; color: #999 } body.page-profile .profilecols ul.stats li a:hover,body.page-profile .profilecols ul.stats li a:active { text-decoration: none } body.page-profile .profilecols ul.stats li a:hover strong,body.page-profile .profilecols ul.stats li a:hover span { color: #4183c4; text-decoration: none } body.page-profile .profilecols .orgs h3 { margin: 0 0 5px 0; font-size: 12px } body.page-profile .profilecols .orgs h3 a { font-weight: normal; margin-left: 5px } body.page-profile .profilecols .orgs ul.avatars { margin: 0 } body.page-profile .profilecols .orgs ul.avatars li { list-style-type: none; display: inline; margin: 0 1px 0 0 } body.page-profile .profilecols .orgs ul.avatars li img { border: 1px solid #ddd; box-shadow: none; padding: 1px; width: 36px; height: 36px } body.page-profile .profilecols .tabnav { position: relative } body.page-profile .profilecols .tabnav .pagehead-actions { float: none; top: 0px } body.page-profile .profilecols .tabnav .pagehead-actions li.text { display: inline-block; margin-top: 12px } body.page-profile .profilecols .tabnav .subnav li:first-child { margin-left: 10px } body.page-profile .profilecols .filter-bar { padding: 0 0 10px 0; margin-bottom: 10px; border-bottom: 1px solid #ddd; position: relative } body.page-profile .profilecols .filter-bar .filter_input { width: 280px; padding: 6px 7px; font-family: Helvetica, arial, freesans, clean, sans-serif; font-size: 14px; color: #444; border: 1px solid #ddd; border-radius: 4px; outline: none } body.page-profile .profilecols .filter-bar label.placeholder { font-size: 11px; left: 10px } body.page-profile .profilecols .filter-bar ul.repo_filterer { overflow: hidden; position: absolute; bottom: 15px; right: 10px } body.page-profile .profilecols .filter-bar li { display: inline; margin: 0 0 0 10px; padding: 0; font-size: 14px; float: right; position: relative } body.page-profile .profilecols .filter-bar li a { display: inline-block } body.page-profile .profilecols .filter-bar li a.filter_selected { color: #000; font-weight: bold } body.page-profile .profilecols .noactions { margin: 5px 0 0 0; padding: 10px; color: #333; font-size: 14px; font-weight: normal; text-align: center; background: #ffffee; border: 1px solid #ddd } body.page-profile .profilecols .noactions p { margin: 0; line-height: 1.2; text-shadow: 1px 1px 0 #fff } body.page-profile .profilecols .blankslate { margin-top: 30px } body.page-profile .profilecols h1.avatared .tooltipped { display: inline-block } body.page-profile .select-menu-modal { width: 130px } body.page-profile .select-menu-modal-holder { right: 0 } body.page-profile .vcard img { padding: 5px; background: #fff; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); width: 210px; height: 210px; border: 1px solid #ddd } body.page-profile .vcard h1 { font-size: 26px; letter-spacing: -1px; color: #495961; margin-top: 6px } body.page-profile .vcard h1 span { line-height: 1; display: inline-block; width: 100%; line-height: 26px; text-overflow: ellipsis; overflow-x: hidden; padding-bottom: 4px; margin-bottom: -12px } body.page-profile .vcard h1 span.name-only { margin-bottom: 11px } body.page-profile .vcard h1 em { display: inline-block; width: 100%; text-overflow: ellipsis; overflow-x: hidden; font-family: "Helvetica Neue", Helvetica, arial, freesans, clean, sans-serif; font-size: 20px; font-style: normal; font-weight: 300; line-height: 24px; color: #666; position: relative; top: -2px; margin-bottom: 12px; vertical-align: top; letter-spacing: 0; -webkit-font-smoothing: antialiased } body.page-profile .vcard .staff-badge { border-radius: 3px; color: #fff; font-size: 10px; font-weight: bold; padding: 2px 5px; position: relative; text-transform: uppercase; top: -1px; background-color: #4183C4; -webkit-font-smoothing: antialiased } body.page-profile .vcard .avatared { position: relative } body.page-profile .vcard .details { border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; margin: 0 0 8px 0; padding: 18px 0 15px 0; -webkit-font-smoothing: antialiased } body.page-profile .vcard .details .join-label { color: #a0a0a0 } body.page-profile .vcard dl { margin: 5px 0 0 0; font-size: 14px; -webkit-font-smoothing: antialiased } body.page-profile .vcard dl:first-child { margin-top: 0 } body.page-profile .vcard dl dt { margin: 0; float: left; width: 22px; color: #d0d0d0 } body.page-profile .vcard dl dd { margin: 0 0 0 22px; width: 195px; overflow-x: hidden; text-overflow: ellipsis } body.page-following .userrepos .users { float: left; width: 560px } body.page-following .userrepos .repos { float: right; width: 340px } body.page-following .userrepos ul.repo_list { margin: 15px 0; border-top: 1px solid #ddd } body.page-following .userrepos ul.repo_list .css-truncate-target { max-width: 145px } body.page-following .userrepos ul.repo_list li { list-style-type: none; border-bottom: 1px solid #ddd; position: relative; padding-left: 18px } body.page-following .userrepos ul.repo_list li .mini-icon { color: #666; position: absolute; left: 5px; top: 7px } body.page-following .userrepos ul.repo_list li a { display: block; padding: 6px 10px 5px 10px; font-size: 14px } body.page-following .userrepos ul.repo_list li a .arrow { display: block; height: 0; width: 0; border-width: 5px 0 5px 5px; border-style: solid; border-color: transparent; border-left-color: #d0d0d1; position: absolute; right: 10px; top: 10px } body.page-following .userrepos ul.repo_list li a:hover { border-left-color: #9f9fa0 } body.page-following .userrepos ul.repo_list li a:hover .owner,body.page-following .userrepos ul.repo_list li a:hover .repo { text-decoration: underline } body.page-following .userrepos ul.repo_list li .repo { font-weight: bold } .hide-line-numbers .diff-line-num { -webkit-user-select: none; -moz-user-select: none; user-select: none } .hide-line-numbers .diff-line-num:before { content: attr(data-line-number) } .hide-line-numbers .line-num-content { display: none; visibility: hidden } .file-diff:hover [data-number]:before { content: attr(data-number) } .discussion-timeline-cols .main { float: left; width: 660px } .discussion-timeline-cols .sidebar { float: right; width: 240px } .discussion-timeline-cols ul.discussion-actions { float: right; margin: 0 0 0 0; text-align: right } .discussion-timeline-cols ul.discussion-actions li { list-style-type: none; margin: -10px 0 0 5px; display: inline-block } .discussion-timeline .breakout { width: 920px } .discussion-timeline p.explain { margin: 0; font-size: 12px } .discussion-timeline { width: 800px } .discussion-timeline .body .commits-compare-link { padding-left: 0.5em } .discussion-timeline pre.diff-excerpt { font-size: 11px; background: #fafbfc; color: #888; padding: 0; margin: 0; overflow: auto } .discussion-timeline pre.diff-excerpt div { padding: 0 3px } .discussion-timeline pre.diff-excerpt div.gc { color: #777; padding: 3px 3px } ul.userlist { margin: 0; border-top: 1px solid #ddd } ul.userlist li { list-style-type: none; margin: 0; height: 20px; padding: 4px 0; border-bottom: 1px solid #ddd } ul.userlist li .gravatar { display: inline-block; margin-top: -2px; padding: 1px; font-size: 1px; background: #fff; border: 1px solid #eee; vertical-align: middle } ul.userlist li a { display: inline-block; font-size: 12px; font-weight: bold; color: #666 } #commits_bucket .boxed-group+.boxed-group { margin-top: 0 } ul.tab-actions { float: right; height: 25px; margin: 0 0 -25px 0 } ul.tab-actions li { list-style-type: none; margin: 0 0 0 5px; display: inline-block; font-size: 11px; font-weight: bold } .pull-participation { margin: -10px 0 0; padding-left: 60px; font-size: 13px; font-weight: 300; color: #666 } .pull-participation p.quickstat { display: inline-block; margin: 0 5px 0 0 } .pull-participation .avatar { position: relative; display: inline-block; height: 24px; top: -2px; margin-right: 3px; margin-bottom: 3px } .pull-participation .avatar .overlay { position: absolute; top: 0; left: 0 } .pull-participation .avatar img { vertical-align: middle } .pull-participation a { color: #666 } .pull-participation a.add-comment { font-weight: bold } .browser { margin: 20px 0 } .filterbox { margin: 8px 0; padding: 10px; background: #fafafb; border: 1px solid #ddd; border-radius: 5px } .filterbox input { width: 100% } .browser-title { margin: 0 0 10px 0 } .browser-title h2 { margin: 0; font-size: 16px; font-weight: bold } .pull-form { margin: 0 0 0 } .pull-form textarea { height: 200px } .pull-form input[type=text] { font-size: 14px; padding: 5px 5px; margin: 0 0 5px 0; width: 98%; color: #444 } .pull-form .preview-content { background: #fff } .pull-form .preview-content .content-body { padding: 10px; font-size: 13px } .new-pull-form-error { margin: 5px 0 10px 0; font-weight: bold; color: #A00 } .pull-dest-repo { margin-top: 0 } .pull-dest-repo .mini-icon-arr-right { position: relative; top: 2px } .pull-dest-repo a { font-size: 12px; font-weight: bold; padding: 5px 0 } .pull-dest-repo p { font-size: 11px; color: #999; margin: 5px 0 15px 0 } .new-pull-request .pull-tabs { clear: both } .new-pull-request .tab-content { margin-top: 20px } .new-pull-request .explain,.view-pull-request .explain { margin: 15px 0 } .pull-heading { position: relative; z-index: 21 } div.pull-head { margin-bottom: 20px; background-color: #fafafa; border: 1px solid #eee; border-bottom-width: 2px; border-radius: 3px } div.pull-head .pull-description { height: 36px } div.pull-head .pull-description .css-truncate-target { max-width: 180px } div.pull-head .pull-description .css-truncate-target+.css-truncate-target { max-width: 90px } div.pull-head .pull-description .state-indicator { font-size: 13px; display: inline-block; height: 20px; line-height: 20px; padding: 0 5px } div.pull-head .pull-description .pull-state { float: left; padding: 8px; margin-right: 8px; border-right: 1px solid #eee } div.pull-head .pull-description .pull-head-meta { position: relative; float: right; overflow: hidden } div.pull-head .pull-description .pull-head-meta>span { display: block; position: relative; float: left } div.pull-head .pull-description .pull-head-meta .diffstat { padding: 0 10px 0 5px; margin: 10px 0 } div.pull-head .pull-description .pull-head-meta .pull-number { height: 36px; padding: 0 10px; font-size: 14px; font-weight: bold; line-height: 36px; border-left: 1px solid #eee } div.pull-head .pull-description .pull-head-meta .pull-number a { color: #333 } div.pull-head .pull-description .pull-state+p .gravatar:first-child { margin-left: 0 } div.pull-head .pull-description span.attention-icon { position: relative; float: left; margin-right: 10px; padding: 10px 12px; border-right: 1px solid #eee; color: #D26911 } div.pull-head .pull-description p { position: relative; float: left; margin: 0; line-height: 36px; font-size: 13px; max-width: 690px; white-space: nowrap } div.pull-head .pull-description p .pull-header-username { font-weight: bold; color: #333 } div.pull-head .pull-description p .unknown-repo { color: #aaa } div.pull-head .pull-description p .commit-ref { top: 7px; vertical-align: top; z-index: 1 } div.pull-head .pull-description p .mini-icon-clipboard { color: #666666 } .pull-head .commit-ref a,.action-bubble .commit-ref a { color: inherit } .pull-head .commit-ref a:hover,.action-bubble .commit-ref a:hover { text-decoration: none } .pull-head .zeroclipboard-link,.action-bubble .zeroclipboard-link { color: #666666 } .mergeable .commit-ref a { color: #fff } .range-editor { position: relative; margin: 0 0 20px; height: 80px } .range-editor span.pull-flag { display: block; position: relative; float: left; padding: 12px; background-color: #fafafa; border: 1px solid #eee; border-right-width: 0; border-bottom-width: 2px; border-radius: 3px 0 0 3px } .range-editor span.pull-flag .mini-icon { display: block } .range-editor div.range-editor-form { position: absolute; top: 0; left: 41px; width: 877px; height: 76px; background-color: #fafafa; border: 1px solid #eee; border-bottom-width: 2px; border-radius: 0 3px 3px 3px } .range-editor div.range-editor-base,.range-editor div.range-editor-head { position: absolute; padding: 8px; width: 415px; z-index: 0 } .range-editor div.range-editor-base .gravatar,.range-editor div.range-editor-head .gravatar { display: block; position: relative; float: left; width: 22px; height: 22px; margin-right: 8px; border: 1px solid #d2d2d2; padding: 1px; line-height: 21px } .range-editor div.range-editor-base .gravatar img,.range-editor div.range-editor-head .gravatar img { display: block } .range-editor div.range-editor-base .repo,.range-editor div.range-editor-head .repo { float: left; width: 339px } .range-editor div.range-editor-base .branch,.range-editor div.range-editor-head .branch { clear: both; float: left; margin-top: 8px; width: 373px } .range-editor .range-loading-overlay { position: absolute; display: none; top: 0; left: 0; height: 80px; width: 100%; z-index: 1 } .range-editor div.range-editor-base { top: 0; left: 0; padding-right: 15px } .range-editor div.range-editor-head { top: 0; left: 438px; padding-left: 15px; border-left: 1px solid #eee } .range-editor span.action-indicator { position: absolute; left: 430px; top: 25px; padding: 5px 0; color: #aaa; background: #fafafa } .range-editor .pull-range-base-repo-content { margin-top: 0; left: 40px; top: 36px } .range-editor .pull-range-base-branch-content { margin-top: 0; left: 7px; top: 70px } .range-editor .pull-range-head-repo-content { margin-top: 0; left: 47px; top: 36px } .range-editor .pull-range-head-branch-content { margin-top: 0; left: 14px; top: 70px } .range-editor .repo .css-truncate-target { max-width: 285px } .range-editor .branch .css-truncate-target { max-width: 305px } .pull-heading.loading .range-loading-overlay { display: block } .pull-heading.loading span.pull-flag { background: #fafafa url("https://a248.e.akamai.net/assets.github.com/images/spinners/octocat-spinner-32.gif?d12faf65") 12px 12px no-repeat; background-size: 16px auto } .pull-heading.loading span.pull-flag .mini-icon { color: transparent } .pull-heading.loading .pull-description,.pull-heading.loading .range-editor-base,.pull-heading.loading .range-editor-head { opacity: 0.5 } .bubble { padding: 3px; background: #eee; border-radius: 3px } .bubble .comment-form { margin: 0 } .bubble .action-bar { width: 100%; padding: 2px 3px 5px 3px; text-align: right; margin-left: -3px; border-bottom: 1px solid #ccc; min-height: 26px } .bubble .action-bar .minibutton:last-child { margin-right: 2px } .bubble .action-bar h3 { margin: 5px 0 0 5px; float: left; font-size: 13px; font-weight: bold } .bubble .file-box { margin-bottom: 0 } .avatar img { border-radius: 3px } .outdated-diff-comment-container .discussion-bubble-content { display: none } .outdated-diff-comment-container.open .discussion-bubble-content { display: block } .outdated-diff-comment-container .toggle-open { display: none } .outdated-diff-comment-container .toggle-closed { display: inline } .outdated-diff-comment-container.open .toggle-open { display: inline } .outdated-diff-comment-container.open .toggle-closed { display: none } .action-bubble { margin: 20px 0 } .action-bubble .state-indicator { display: inline-block; margin-right: 8px; font-size: 12px; padding: 0 5px; line-height: 24px } .action-bubble .action { float: left; line-height: 29px } .action-bubble .bubble { font-size: 13px; font-weight: 300; background-color: transparent } .action-bubble .bubble strong { font-weight: bold } .action-bubble .avatar { position: relative; top: -2px; display: inline-block; height: 24px; margin-right: 3px; line-height: 1px } .action-bubble .avatar img { vertical-align: middle } .action-bubble a { color: #444 } .action-bubble a.commit-ref { color: #fff; cursor: pointer } .action-bubble code>a { border-bottom: 1px dotted #ccc; text-decoration: none } .action-bubble code>a:hover { border-bottom: 1px solid #444 } .action-bubble .bubble p { margin: 0; line-height: 26px } .signed-out-comment { margin: 15px 0 0 60px; padding: 10px; background: #fafbd2; border: 1px solid #e8eac0; border-right-color: #f5f7ce; border-bottom-color: #f5f7ce; border-radius: 4px } .signed-out-comment .minibutton { margin-right: 3px } .inline-comment-form { max-width: 836px } .inline-comment-form .signed-out-comment { margin: 3px; padding: 0; background: none; border: none } .inline-comment-form .signed-out-comment .minibutton { margin-top: 0 } .status:before { opacity: 0.6 } .status:hover { text-decoration: none } .status:hover:before { opacity: 1 } .status-unknown { color: #999999 } .status-pending { color: #ff9933 } .status-success { color: #6cc644 } .status-error { color: #666666 } .status-failure { color: #bd2c00 } .stale-files-tab { display: none; top: 0; position: absolute; width: 853px; height: 16px; z-index: 1 } #files_bucket.is-stale { position: relative; padding-top: 45px } #files_bucket.is-stale .stale-files-tab { display: block } #readme { padding: 3px; background: #EEE; border-radius: 3px } #readme.contributing>div { max-height: 250px; overflow: auto } #readme span.name { font-size: 16px; line-height: 20px; font-weight: bold; padding: 10px 10px; color: #555; text-shadow: 0 1px 0 #fff; display: block; border: 1px solid #CACACA; border-bottom: 0 none; background-color: #eaeaea; background-image: -moz-linear-gradient(#fafafa, #eaeaea); background-image: -webkit-linear-gradient(#fafafa, #eaeaea); background-image: linear-gradient(#fafafa, #eaeaea); background-repeat: repeat-x } #readme .markdown-body,#readme .plain { background-color: #fff; border: 1px solid #CACACA; padding: 30px } #readme .plain pre { font-size: 17px; white-space: pre-wrap } #files #readme { background-color: #fff; border: 0 none; padding: 0; border-radius: 0 } #files #readme .markdown-body { border: 0 none; padding: 30px; border-radius: 0 } #missing-readme { font: 13.34px Helvetica, arial, freesans, clean, sans-serif; text-align: center; background-color: #ffffcc; padding: 0.7em; border: 1px solid #ccc } #readme.rst .borderless,#readme.rst table.borderless td,#readme.rst table.borderless th { border: 0 } #readme.rst table.borderless td,#readme.rst table.borderless th { padding: 0 0.5em 0 0 !important } #readme.rst .first { margin-top: 0 !important } #readme.rst .last,#readme.rst .with-subtitle { margin-bottom: 0 !important } #readme.rst .hidden { display: none } #readme.rst a.toc-backref { text-decoration: none; color: black } #readme.rst blockquote.epigraph { margin: 2em 5em } #readme.rst dl.docutils dd { margin-bottom: 0.5em } #readme.rst div.abstract { margin: 2em 5em } #readme.rst div.abstract p.topic-title { font-weight: bold; text-align: center } #readme.rst div.admonition,#readme.rst div.attention,#readme.rst div.caution,#readme.rst div.danger,#readme.rst div.error,#readme.rst div.hint,#readme.rst div.important,#readme.rst div.note,#readme.rst div.tip,#readme.rst div.warning { margin: 2em; border: medium outset; padding: 1em } #readme.rst div.admonition p.admonition-title,#readme.rst div.hint p.admonition-title,#readme.rst div.important p.admonition-title,#readme.rst div.note p.admonition-title,#readme.rst div.tip p.admonition-title { font-weight: bold; font-family: sans-serif } #readme.rst div.attention p.admonition-title,#readme.rst div.caution p.admonition-title,#readme.rst div.danger p.admonition-title,#readme.rst div.error p.admonition-title,#readme.rst div.warning p.admonition-title { color: red; font-weight: bold; font-family: sans-serif } #readme.rst div.dedication { margin: 2em 5em; text-align: center; font-style: italic } #readme.rst div.dedication p.topic-title { font-weight: bold; font-style: normal } #readme.rst div.figure { margin-left: 2em; margin-right: 2em } #readme.rst div.footer,#readme.rst div.header { clear: both; font-size: smaller } #readme.rst div.line-block { display: block; margin-top: 1em; margin-bottom: 1em } #readme.rst div.line-block div.line-block { margin-top: 0; margin-bottom: 0; margin-left: 1.5em } #readme.rst div.sidebar { margin: 0 0 0.5em 1em; border: medium outset; padding: 1em; background-color: #ffffee; width: 40%; float: right; clear: right } #readme.rst div.sidebar p.rubric { font-family: sans-serif; font-size: medium } #readme.rst div.system-messages { margin: 5em } #readme.rst div.system-messages h1 { color: red } #readme.rst div.system-message { border: medium outset; padding: 1em } #readme.rst div.system-message p.system-message-title { color: red; font-weight: bold } #readme.rst div.topic { margin: 2em } #readme.rst h1.section-subtitle,#readme.rst h2.section-subtitle,#readme.rst h3.section-subtitle,#readme.rst h4.section-subtitle,#readme.rst h5.section-subtitle,#readme.rst h6.section-subtitle { margin-top: 0.4em } #readme.rst h1.title { text-align: center } #readme.rst h2.subtitle { text-align: center } #readme.rst hr.docutils { width: 75% } #readme.rst img.align-left,#readme.rst .figure.align-left,#readme.rst object.align-left { clear: left; float: left; margin-right: 1em } #readme.rst img.align-right,#readme.rst .figure.align-right,#readme.rst object.align-right { clear: right; float: right; margin-left: 1em } #readme.rst img.align-center,#readme.rst .figure.align-center,#readme.rst object.align-center { display: block; margin-left: auto; margin-right: auto } #readme.rst .align-left { text-align: left } #readme.rst .align-center { clear: both; text-align: center } #readme.rst .align-right { text-align: right } #readme.rst div.align-right { text-align: left } #readme.rst ol.simple,#readme.rst ul.simple { margin-bottom: 1em } #readme.rst ol.arabic { list-style: decimal } #readme.rst ol.loweralpha { list-style: lower-alpha } #readme.rst ol.upperalpha { list-style: upper-alpha } #readme.rst ol.lowerroman { list-style: lower-roman } #readme.rst ol.upperroman { list-style: upper-roman } #readme.rst p.attribution { text-align: right; margin-left: 50% } #readme.rst p.caption { font-style: italic } #readme.rst p.credits { font-style: italic; font-size: smaller } #readme.rst p.label { white-space: nowrap } #readme.rst p.rubric { font-weight: bold; font-size: larger; color: maroon; text-align: center } #readme.rst p.sidebar-title { font-family: sans-serif; font-weight: bold; font-size: larger } #readme.rst p.sidebar-subtitle { font-family: sans-serif; font-weight: bold } #readme.rst p.topic-title { font-weight: bold } #readme.rst pre.address { margin-bottom: 0; margin-top: 0; font: inherit } #readme.rst pre.literal-block,#readme.rst pre.doctest-block { margin-left: 2em; margin-right: 2em } #readme.rst span.classifier { font-family: sans-serif; font-style: oblique } #readme.rst span.classifier-delimiter { font-family: sans-serif; font-weight: bold } #readme.rst span.interpreted { font-family: sans-serif } #readme.rst span.option { white-space: nowrap } #readme.rst span.pre { white-space: pre } #readme.rst span.problematic { color: red } #readme.rst span.section-subtitle { font-size: 80% } #readme.rst table.citation { border-left: solid 1px gray; margin-left: 1px } #readme.rst table.docinfo { margin: 2em 4em } #readme.rst table.docutils { margin-top: 0.5em; margin-bottom: 0.5em } #readme.rst table.footnote { border-left: solid 1px black; margin-left: 1px } #readme.rst table.docutils td,#readme.rst table.docutils th,#readme.rst table.docinfo td,#readme.rst table.docinfo th { padding-left: 0.5em; padding-right: 0.5em; vertical-align: top } #readme.rst table.docutils th.field-name,#readme.rst table.docinfo th.docinfo-name { font-weight: bold; text-align: left; white-space: nowrap; padding-left: 0 } #readme.rst h1 tt.docutils,#readme.rst h2 tt.docutils,#readme.rst h3 tt.docutils,#readme.rst h4 tt.docutils,#readme.rst h5 tt.docutils,#readme.rst h6 tt.docutils { font-size: 100% } #readme.rst ul.auto-toc { list-style-type: none } .render-container { background: #ddd; text-align: center; padding: 30px; height: 70px } .render-container .render-viewer { display: none; width: 100%; height: 100% } .render-container .render-viewer-trigger { margin-top: 15px } .render-container .octospinner { display: none } .render-container .render-viewer-error { margin-top: 25px; display: none } .render-container .render-viewer-fatal { margin-top: 25px; display: none } .render-container.is-render-automatic .octospinner { display: inline-block } .render-container.is-render-requested .octospinner { display: inline-block } .render-container.is-render-requested .render-viewer-trigger { display: none } .render-container.is-render-ready.is-render-requested:not (.is-render-failed ){ background: none; height: 500px; padding: 0 } .render-container.is-render-ready.is-render-requested:not (.is-render-failed ) .render-viewer { display: block } .render-container.is-render-ready.is-render-requested:not (.is-render-failed ) :not (.render-viewer ){ display: none } .render-container.is-render-requested.is-render-failed .render-viewer-error { display: inline-block } .render-container.is-render-requested.is-render-failed>:not (.render-viewer-error ){ display: none } .render-container.is-render-requested.is-render-failed-fatal .render-viewer-fatal { display: inline-block } .render-container.is-render-requested.is-render-failed-fatal>:not (.render-viewer-fatal ){ display: none } .empty-repo { margin: 0 auto; width: 710px } .empty-repo .url-box { display: inline-block; margin: 0 0 -10px 0; width: auto; height: auto; padding: 0; border: none } .empty-repo .clone-urls { width: 540px } .empty-repo .or-text { margin-left: 5px; margin-right: 5px } .empty-repo p.bigmessage { color: #666 } .empty-repo h3 { margin-top: 35px } .empty-repo .new-repo-cli-container { padding-top: 10px; text-align: center } .empty-repo .new-repo-cli-container pre { text-align: left } ul.repositories { margin: 0 } ul.repositories+p.more { margin-top: 20px; font-weight: bold } ul.repositories>li { list-style-type: none; margin: 0 0 10px 0; padding: 8px 10px 0 10px; border: 1px solid #ddd; border-radius: 4px; overflow: hidden } ul.repositories>li .mini-icon-public-repo { position: relative; top: 2px } ul.repositories>li.simple { margin: 0 0 3px 0 } ul.repositories>li.simple .body { display: none } ul.repositories>li.simple p.description { display: none } ul.repositories ul.repo-stats { position: relative; float: right; margin-right: -10px; border: none; font-size: 11px; font-weight: bold; padding-left: 15px; padding-right: 10px; z-index: 5 } ul.repositories ul.repo-stats li { border: none; color: #666; line-height: 21px; margin-left: 10px !important } ul.repositories ul.repo-stats li a { color: #666 !important; border: none; background-color: transparent; line-height: 1 } ul.repositories ul.repo-stats li a .mini-icon { color: #666; top: -2px } ul.repositories h3 { margin: 0 0 8px; font-size: 14px; white-space: nowrap } ul.repositories .mirror h3,ul.repositories .fork h3 { margin-bottom: 4px } ul.repositories .fork-flag { margin: 0 0 10px 0; font-size: 11px; color: #777; white-space: nowrap } ul.repositories p.description { margin: 0 0 3px 0; font-size: 12px; color: #444 } ul.repositories p.updated-at { margin: 0; font-size: 11px; color: #888 } .big-search { margin: 5px 0 20px; padding-bottom: 20px; border-bottom: 1px solid #ddd; text-align: center } .big-search .textfield { width: 300px } #toggle_visibility dt { float: left; margin: 0 50px 0 0 } #toggle_visibility dd { float: left } #toggle_visibility label { margin: 0 20px 0 0 } #change_default_branch { clear: left } #change_default_branch dt,#change_default_branch dd { float: left } #change_default_branch dt { margin: 0 30px 0 0 } #edit_repo_pages a.button { margin: 10px 10px 0 0 } #edit_repo_pages p { padding: 0 10px } #edit_repo_pages .warning { margin: 0; padding: 10px } #edit_repo_pages #generator_description { display: inline-block; width: 440px; margin-bottom: 0 } #edit_repo_pages #create_page { float: right } .addon { margin: 0; padding: 10px } .addon dl.form { margin: 0 } .addon:hover { background: #e1eff8 } .addon input[type=checkbox] { float: left; margin: 5px 0 0 0 } .addon p { margin: 0 0 0 20px; color: #444 } .addon p+p { margin-top: 1em; margin-bottom: 0 } .addon .hfields { margin-left: 2em } .addon.loading .indicator { display: inline-block; margin-left: 5px; margin-top: -2px; width: 16px; height: 16px; background: url("https://a248.e.akamai.net/assets.github.com/images/spinners/octocat-spinner-32-EAF2F5.gif?8ee3186a") 0 0 no-repeat; background-size: 16px } .addon.success .indicator:before,.addon.error .indicator:before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; text-decoration: inherit; line-height: 1; -webkit-font-smoothing: antialiased; margin-left: 5px } .addon.success .indicator:before { content: "\f03a"; color: #6cc644 } .addon.error .indicator:before { content: "\f02d"; color: #bd2c00 } .boxed-group .boxed-group-inner .addon h4 { margin: 2px 0 2px 20px } .rule.no-margin { margin: 0 } ul.hook-list { margin: 0 0 15px 0; border-top: 1px solid #ddd } ul.hook-list li { list-style-type: none; margin: 0; padding: 1px 0; font-size: 12px; font-weight: bold; border-bottom: 1px solid #ddd } ul.hook-list li .service-indicator { float: right; margin-top: 7px; margin-right: 5px; width: 8px; height: 8px; border-radius: 100px; background-color: #aaa; background-color: #cccccc; background-image: -moz-linear-gradient(#aaa, #ccc); background-image: -webkit-linear-gradient(#aaa, #ccc); background-image: linear-gradient(#aaa, #ccc); background-repeat: repeat-x; box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 #fff } ul.hook-list li.enabled .service-indicator { background-color: #55a532; background-image: -moz-linear-gradient(#6cc644, #55a532); background-image: -webkit-linear-gradient(#6cc644, #55a532); background-image: linear-gradient(#6cc644, #55a532); background-repeat: repeat-x } ul.hook-list li.enabled .inactive { background-color: #8a2000; background-image: -moz-linear-gradient(#bd2c00, #8a2000); background-image: -webkit-linear-gradient(#bd2c00, #8a2000); background-image: linear-gradient(#bd2c00, #8a2000); background-repeat: repeat-x } ul.hook-list li a { display: block; padding: 3px 0 3px 5px; color: #999; text-decoration: none } ul.hook-list li a.selected { color: #fff; background-color: #3d7cb9 } ul.hook-list li.enabled a { color: #000 } #repo-message,#password-sent-message,#invitation-message { background-color: #fafafa; border: solid 1px #dbdbdb; border-radius: 3px; box-shadow: inset 0 0 8px #eee; margin: 80px auto; padding: 40px 20px 30px 20px; text-align: center; width: 485px } #repo-message .mega-icon,#password-sent-message .mega-icon,#invitation-message .mega-icon { font-size: 40px; height: 40px; padding: 0 6px 10px 6px; width: 40px } #password-sent-message .minibutton .mini-icon { float: none } p+#repo-message { margin-top: 20px; padding-top: 20px } .github-repository-module .github-repository-header { border-left: 1px solid #dedede; border-right: 1px solid #dedede; background-color: #fbfbfb; padding: 10px; margin: 0; font-weight: normal } .github-repository-module .github-repository-header.no-languages { border-top: 1px solid #dedede; border-top-right-radius: 3px; border-top-left-radius: 3px } .github-repository-module .github-repository { font-weight: bold } .github-repository-module .github-repository-owner-gravatar { width: 24px; height: 24px; border-radius: 2px; vertical-align: middle; margin-right: 5px } .github-repository-module .github-repository-full { background-color: #fff; border: 1px solid #d8d8d8; padding: 10px; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px } .github-repository-module .github-repository-description { margin: 0 0 10px } .github-repository-module .github-repository-meta { margin: 0; padding: 0; list-style-type: none } .github-repository-module .github-repository-meta-entry { display: inline-block; margin-right: 20px } .github-repository-module .github-repository-meta-entry a,.github-repository-module .github-repository-meta-entry a:hover { color: #999; cursor: pointer; text-decoration: none } .github-repository-module .github-repository-meta-entry a .mini-icon { color: #ccc } .github-repository-module .github-repository-meta-entry a.is-starred .mini-icon { color: #E9DBA5 } .github-repository-module .github-repository-meta-entry a b { color: #333 } .github-repository-module .github-repository-lang-stats-graph { overflow: hidden; border-top-right-radius: 3px; border-top-left-radius: 3px; background-color: #999; height: 10px } .github-repository-module .github-repository-lang-stats-graph .language-color { height: 10px; float: left; text-indent: -10000px } .kill-the-chrome .container { width: 980px; padding: 0 10px } .kill-the-chrome .header,.kill-the-chrome #serverstats { min-width: 1000px } .kill-the-chrome .pagehead { border-bottom: 1px solid #eee } .kill-the-chrome #slider { margin-top: 0; overflow: visible } .kill-the-chrome #slider .frames { width: auto } .kill-the-chrome #slider .frames .frame { float: none; margin-right: 0 } .kill-the-chrome .file pre { font-size: 13px } .kill-the-chrome .recently-touched-branches-wrapper { margin: 15px 0 } .kill-the-chrome .timeout { margin: 20px 0; width: auto; height: 300px; padding: 0; border: none; background-color: transparent } .kill-the-chrome .timeout h3 { padding-top: 100px; color: #999 } .kill-the-chrome .fork-button .mini-icon,.kill-the-chrome .star-button .mini-icon { margin-right: 0 } .kill-the-chrome .fork-button .text,.kill-the-chrome .star-button .text { display: inline-block } .kill-the-chrome #issues_next .sidebar,.kill-the-chrome .pulls .sidebar { border-right: 0 } .repo-container { margin-right: 60px; min-height: 345px } .mini-nav { position: relative } .mini-nav.stick { top: 20px } .mini-nav .mini-nav-contents { position: absolute; top: 0; right: 0 } .mini-nav .menu-container { float: none; clear: both; width: 38px; margin-bottom: 5px } .mini-nav .menu a .mini-icon,.repository-sidebar .menu a .mini-icon { position: relative; top: 1px; left: -1px; color: #999999; transition: color 0.25s ease-in; -webkit-transition: color 0.25s ease-in 0 } .mini-nav .menu a:hover .mini-icon,.repository-sidebar .menu a:hover .mini-icon { color: #333333 } .mini-nav .menu a.selected .mini-icon,.repository-sidebar .menu a.selected .mini-icon { color: #333333 } .with-custom-nav .repo-container { margin-right: 0 } .with-custom-nav .mini-nav { display: none } .repository-with-sidebar .repository-sidebar { float: right; width: 170px } .repository-with-sidebar .repository-sidebar .menu-container { margin-bottom: 10px; box-sizing: border-box; width: 170px } .repository-with-sidebar .repository-sidebar .sidebar-button { margin: 0 0 10px 0; box-sizing: border-box; width: 100%; text-align: center } .repository-with-sidebar .repository-sidebar h3 { margin: 10px 0 5px 0; font-size: 11px; font-weight: normal; color: #999 } .repository-with-sidebar .repository-sidebar h3>strong { font-weight: bold; color: #000 } .repository-with-sidebar .repository-sidebar .clone-url { display: block; overflow: hidden } .repository-with-sidebar .repository-sidebar input.clone { float: left; width: 140px; min-height: 26px; padding: 4px 5px; font-family: Monaco, "Liberation Mono", Courier, monospace; font-size: 11px; color: #999; border-top-right-radius: 0; border-bottom-right-radius: 0 } .repository-with-sidebar .repository-sidebar .url-box-clippy { float: left } .repository-with-sidebar .repository-content { float: left; width: 790px } .kill-the-chrome .repository-lang-stats-graph { display: block; width: 100%; height: auto; white-space: nowrap; overflow: hidden } .kill-the-chrome .repository-lang-stats-graph .language-color { height: auto; line-height: 12px; vertical-align: top } .kill-the-chrome .repository-lang-stats-graph .language-color:first-child { border-bottom-left-radius: 3px } .kill-the-chrome .repository-lang-stats-graph .language-color:last-child { border-bottom-right-radius: 3px } .kill-the-chrome .repository-lang-stats { float: none; width: auto; opacity: 1.0; padding: 0 } .kill-the-chrome .repository-lang-stats ol.repository-lang-stats-numbers li { display: table-cell; width: 1%; border-bottom: none; text-align: center; padding: 11px 5px; white-space: nowrap } .kill-the-chrome .repository-lang-stats ol.repository-lang-stats-numbers li span.percent { float: none } .kill-the-chrome .repository-lang-stats ol.repository-lang-stats-numbers li>a,.kill-the-chrome .repository-lang-stats ol.repository-lang-stats-numbers li>span { color: #999999; text-decoration: none; font-weight: bold } .kill-the-chrome .repository-lang-stats ol.repository-lang-stats-numbers li .lang { color: #333333 } .kill-the-chrome .repository-lang-stats ol.repository-lang-stats-numbers li .language-color { display: inline-block; width: 10px; height: 10px; border-radius: 50% } .kill-the-chrome .repository-lang-stats ol.repository-lang-stats-numbers li a:hover { background: transparent } .kill-the-chrome .stats-switcher-viewport { overflow: hidden; height: 39px } .kill-the-chrome .stats-switcher-viewport .numbers-summary { -moz-transition: margin 0.25s ease-in-out; -webkit-transition: margin 0.25s ease-in-out; transition: margin 0.25s ease-in-out } .kill-the-chrome .stats-switcher-viewport.is-revealing-lang-stats .numbers-summary { margin-top: -40px } .overall-summary { margin-bottom: 0; border-radius: 3px 3px 0 0 } .overall-summary.without-lang-stats { border-radius: 3px } .overall-summary .numbers-summary li { padding: 0; white-space: nowrap; border-bottom: 1px solid #eee; list-style-type: none; display: table-cell; margin: 0; width: 1%; text-align: center; color: #999 } .overall-summary .numbers-summary a { display: block; padding: 10px 0; color: #999; text-decoration: none } .overall-summary .numbers-summary li .num { display: inline; padding: 0; font-size: 13px; font-weight: bold; color: #000 } .overall-summary .numbers-summary li .num .mini-icon { position: relative; top: 2px; color: #ccc } .repository-meta { margin: -5px 0 15px 0 } .repository-meta:before,.repository-meta:after { content: " "; display: table } .repository-meta:after { clear: both } .repository-meta p { margin: 0 } .repository-meta .repository-description { display: inline-block; font-size: 16px; color: #666 } .repository-meta .repository-website { display: inline-block; font-size: 16px } .repository-meta .edit-link { font-size: 16px; color: #999 } .repository-meta .edit-link a { color: #999 } .repository-meta .edit-repository-meta { display: none; margin-bottom: 5px } .repository-meta .edit-repository-meta .description-field input,.repository-meta .edit-repository-meta .website-field input { padding: 7px 8px 8px; font-family: Helvetica, arial, freesans, clean, sans-serif; font-size: 14px; color: #444; border-radius: 4px } .repository-meta .edit-repository-meta .description-field input { width: 520px } .repository-meta .edit-repository-meta .website-field input { width: 325px } .repository-meta .edit-repository-meta .field { display: inline-block; margin-right: 5px } .repository-meta .edit-repository-meta label { display: block; font-weight: bold; color: #333 } .repository-meta.editing .repository-description,.repository-meta.editing .repository-website,.repository-meta.editing .edit-link { display: none } .repository-meta.editing .edit-repository-meta { display: block } .file-navigation { margin-top: 10px } .file-navigation .minibutton.compact .mini-icon { margin-right: 2px } .file-navigation .select-menu { display: inline-block; margin-right: 5px } .file-navigation .breadcrumb { position: relative; top: 2px; margin: 0; display: inline-block } .files-bubble { margin: 10px 0 } table.files { box-sizing: border-box; width: 100%; border: 1px solid #d8d8d8; border-top: none; border-radius: 3px; background: #f8f8f8 } table.files td { padding: 7px 3px; border-top: 1px solid #eee } table.files td.icon { width: 17px; padding-left: 10px; padding-right: 2px; color: #777 } table.files td.icon .mini-icon-directory { color: #80A6CD } table.files td.icon .spinner { display: none; position: relative; top: 3px; margin-top: -2px } table.files td.message { padding-left: 10px; height: 20px; overflow: hidden; color: #888 } table.files td.message a { color: #888 } table.files td.message a:hover { color: #4183c4 } table.files td.age { padding-right: 10px; text-align: right; white-space: nowrap; color: #888 } table.files tr.is-loading td.icon .mini-icon { display: none } table.files tr.is-loading td.icon .spinner { display: inline-block } table.files tbody tr:first-child td { border-top: none } .branch-infobar { padding: 8px 8px 7px 8px; font-size: 11px; font-weight: bold; color: #999; background: #FAFAFA; border: 1px solid #ccc; border-top-right-radius: 3px; border-top-left-radius: 3px } .branch-infobar p { float: left; margin: 0 } .branch-infobar .lightweight-actions { float: right; list-style-type: none } .branch-infobar .lightweight-actions>li { display: inline-block; margin: 0 0 0 10px } .branch-infobar .lightweight-actions>li a { color: #999; text-decoration: none } .branch-infobar .lightweight-actions>li a:hover { color: #333 } .branch-infobar .lightweight-actions>li .mini-icon { position: relative; top: 1px; font-size: 14px; color: #bbb } .branch-infobar+.commit-tease { border-top: none; border-radius: 0 } .metabox { position: relative; margin-bottom: 10px; font-size: 12px; color: #333; padding: 10px; background: #fafafa; border: 1px solid #ddd; border-top: 1px solid #fff; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px } .metabox p { margin: 0; font-size: 13px } .metabox p+p { margin-top: 10px } .metabox em.placeholder { color: #666 } .metabox .repository-description { margin-right: 140px } .metabox .repository-description p { font-weight: 300; color: #666 } .metabox .repository-homepage { margin-top: 3px; margin-right: 140px; clear: both } .metabox .repository-homepage p { font-weight: bold } .repo-desc-homepage .edit-button { position: absolute; top: 6px; right: 100%; opacity: 0; border-bottom-right-radius: 0; border-top-right-radius: 0; transition: opacity 0.1s ease-in; -webkit-transition: opacity 0.1s ease-in 0 } .metabox:hover .repo-desc-homepage .edit-button { opacity: 1 } .metabox p.error { margin: 0 0 10px 0; font-size: 12px; font-weight: bold; color: #cc0000 } .metabox .description-field,.metabox .homepage-field { margin-bottom: 5px } .metabox .description-field { width: 100% } .metabox .homepage-field { width: 400px } .metabox p.none { margin: 3px 0; font-size: 13px; font-weight: 300; font-style: italic; color: #999 } .metabox .editable-only { display: none } .url-box { width: 100%; margin-top: 10px; margin-left: -10px; padding: 10px 10px 0; border-top: 1px solid #ddd; height: 26px } .no-desc.not-editable .url-box { margin-top: 0; padding-top: 0; border-top: 0 } .wiki-git-access .url-box { margin-left: 0; border: none; padding: 0 } ul.native-clones { float: left; margin: 0 10px 0 0 } .wiki-git-access ul.native-clones { display: none } ul.native-clones li { margin: 0; list-style-type: none; display: inline-block; margin-left: 5px } ul.native-clones li:first-child { margin-left: 0 } .clone-urls { display: table; float: left; width: 585px } .clone-urls-windows { width: 550px } .clone-url-button { display: table-cell; width: 1%; vertical-align: top } .clone-url-button:first-child a { border-top-left-radius: 3px; border-bottom-left-radius: 3px } .clone-url-button>a { position: relative; display: block; height: 24px; padding: 0 9px; margin-right: -1px; font-size: 11px; font-weight: bold; line-height: 25px; color: #333; text-decoration: none; text-shadow: 0 1px 0 #fff; background-color: #eaeaea; background-image: -moz-linear-gradient(#fafafa, #eaeaea); background-image: -webkit-linear-gradient(#fafafa, #eaeaea); background-image: linear-gradient(#fafafa, #eaeaea); background-repeat: repeat-x; border: 1px solid #ccc; white-space: nowrap; cursor: pointer } .clone-url-button>a:hover,.clone-url-button>a:active { z-index: 3; color: #fff; text-decoration: none; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #3072b3; background-image: -moz-linear-gradient(#599bcd, #3072b3); background-image: -webkit-linear-gradient(#599bcd, #3072b3); background-image: linear-gradient(#599bcd, #3072b3); background-repeat: repeat-x; border-color: #2a65a0 } .clone-url-button>a:active { background-color: #3072b3; background-image: none; border-color: #25588c; box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.15) } .clone-url-button+.clone-url-button>a { box-shadow: inset 1px 0 0 #fff } .clone-url-button+.clone-url-button>a:hover { box-shadow: none } .clone-url-button+.clone-url-button>a:active { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.15) } .clone-url-button.selected>a,.clone-url-button.selected>a:hover { z-index: 2; color: #333; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); border-color: #bbb; background-image: none; background-color: #ccc; background-color: #d5d5d5; background-image: -moz-linear-gradient(#ccc, #d5d5d5); background-image: -webkit-linear-gradient(#ccc, #d5d5d5); background-image: linear-gradient(#ccc, #d5d5d5); background-repeat: repeat-x; box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.075) } .clone-url { display: table-cell; vertical-align: top } input.url-field { position: relative; width: 100%; min-height: 26px; padding: 0 5px; font-family: Monaco, "Liberation Mono", Courier, monospace; font-size: 12px; border-radius: 0 } input.url-field:focus { z-index: 2 } .url-box p { float: left; margin: 0 0 0 5px; height: 26px; line-height: 26px; font-size: 11px; color: #666 } .url-box p strong { color: #000 } .url-box-clippy { display: block; border-radius: 0 3px 3px 0; padding: 4px 4px 4px 5px; box-shadow: none; border-color: #ccc; margin-left: -1px } .url-box-clippy.zeroclipboard-is-hover,.url-box-clippy.zeroclipboard-is-active { position: relative; z-index: 2; border-color: #2a65a0 } #password_sent_confirmation { width: 600px; margin: 90px auto 100px auto; padding: 15px 0 15px 75px; position: relative } #password_sent_confirmation .confirm { position: absolute; font-size: 58px; left: 0; top: 50%; margin-top: -29px; color: #90D35B } #password_sent_confirmation p { font-size: 16px } .page_form th,.page_form td { padding: 5px } .page_form th { padding-right: 10px; text-align: right } .page_form td textarea { width: 400px; height: 70px } #path,.breadcrumb { margin: 5px 0 5px 0; font-size: 18px; color: #999 } .breadcrumb strong.final-path { color: #000 } .breadcrumb .abort { display: inline; font-size: 14px } .breadcrumb .new-file-no-branch { color: #999999; opacity: .5 } .breadcrumb .new-file-no-branch:hover { color: #4183c4 } .breadcrumb .zeroclipboard-button { display: inline-block; margin-left: 5px } .tree-browser .actions { text-align: right; padding: 0; padding-right: 10px } .tree-browser .actions ul { display: inline-block; vertical-align: middle; font-size: 13px; position: relative; top: 2px } .tree-browser .actions li { list-style-type: none; float: left; margin: 0 0 0 10px } .tree-browser .actions li .mini-icon { transition: all 0.15s ease-in; -webkit-transition: all 0.15s ease-in 0; text-decoration: none } .tree-browser .actions li:hover .mini-icon { color: #4183c4 } .tree-browser .actions a { color: #666 } .blame { font-size: 12px; font-family: Monaco, "Liberation Mono", Courier, monospace; background-color: #fff } .blame .commitinfo { padding: 5px 10px; background-color: #f7f7f7; border-right: 1px solid #e5e5e5 } .blame .file-blame .diff-line-num { vertical-align: middle } .blame .commit-date { color: #888 } .blame .section-first td { border-top: 1px solid #ccc } .blame .line-data { white-space: pre } .blame .commitinfo code { font-size: 12px } .blame .commitinfo .date { color: #666; display: block; float: left; padding-right: 5px } .blame .commitinfo .message { display: block; width: 210px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; float: right } #receipts table { width: 100%; border-left: 1px solid #ccc; border-top: 1px solid #ccc; border-right: 1px solid #ccc } #receipts table th { padding: .4em; border-bottom: 1px solid #ccc; color: #333; background-color: #eee } #receipts table td { padding: .4em; border-bottom: 1px solid #ccc } #receipts table tr.success td { background-color: #EFFFED } #receipts table tr.failure td { background-color: #FFEDED } #receipts table td.empty { color: #a00; font-weight: bold; text-align: center } #receipts table td.date { color: #888 } #receipts table tr.success td.amount { color: #0a0; font-weight: bold } #receipts table tr.failure td.amount { color: #a00; font-weight: bold } #watchers { margin: 15px 0; border-top: 1px solid #ddd } #watchers li { border-bottom: 1px solid #ddd } #watchers .profile-name { max-width: 420px; color: #999 } #watchers .tabnav-widget { margin-top: 0 } ul.members { list-style: none } .members li { position: relative; font-size: 14px; margin: 0; padding: 5px 0; overflow: hidden; line-height: 24px; font-weight: bold } .members li em { font-style: normal; color: #999 } .members li a.follow,.members li a.unfollow { position: absolute; top: 5px; right: 0 } .members li .gravatar { border: 1px solid #ddd; padding: 1px; background-color: #fff; float: left; margin-right: 10px } #directory.compact { width: 50em } #directory .news { width: 100% } #directory h1 { border-bottom: 1px solid #aaa; margin-bottom: .5em } #directory .news h1 { border-bottom: none; margin-bottom: 0 } #directory .repo { width: 100% } #directory .repo .gravatar { width: 50px } #directory .repo .gravatar img { border: 1px solid #d0d0d0; padding: 1px; background-color: #fff } #directory .repo .title { font-size: 140% } #directory .repo .owner,#directory .repo .date { text-align: center } #directory .repo .graph { width: 426px; vertical-align: top; padding-top: .2em; text-align: right; border: none } #directory .repo .sep { font-size: 50% } #directory .repo .border { border-bottom: 1px solid #ddd } #network h2 { margin-bottom: .25em } #network p { font-size: 120%; margin: 1em 0 } #network .repo { font-size: 140% } #network .repo img { vertical-align: middle } #network .repo img.gravatar { padding-right: 4px; padding: 1px; border: 1px solid #ccc; background-color: #fff } #network .repo span { background-color: #FFF6A9 } #network .repo a.commit { color: #888; font-size: 80%; line-height: 1em } #network .help_actions { margin-left: 5px } #network .help_actions a { font-size: 12px } #network .network-help .show-help,#network .network-help.open .hide-help { display: block } #network .network-help .hide-help,#network .network-help.open .show-help { display: none } #network .network-help #help { display: none } #network .network-help.open #help { display: block } #network #help pre { font-size: 80%; line-height: 1.2em; margin-bottom: 1.5em; border: 1px solid black; color: #eee; background-color: #222; padding: 1em } #network .notice { border: 1px solid #EFCF00; background-color: #FFFAD6; padding: .5em; color: #837200; text-align: center } #network .explain { color: #666; font-size: 13px; font-style: italic; margin: -5px 0 20px 2px } #network .explain b { color: #333; font-weight: normal } #network .graph-date { text-align: right; margin: -30px 4px 5px 0; color: #555; font-size: 12px } #network .graph-date abbr { font-style: normal; color: #444 } #network #ng { position: relative } #network #ng .large-loading-area { position: absolute; top: 0; right: 0; left: 0; display: none } .facebox p { margin: .5em 0 } .facebox b { background-color: #FFF6A9 } .facebox ul { margin-left: 1em } .facebox ol { margin-left: 1.5em } #pull_request ul { list-style-type: none } #pull_request label.repo span.name { font-size: 160% } #pull_request label.repo span span.sha { color: #aaa } #pull_request .label label { display: inline; margin: 0; font-size: 100%; font-weight: bold } #pull_request .label div { margin: .2em } #pull_request .recipients { max-height: 200px; overflow: auto } .pagination { margin: 7px 0; display: inline-block; overflow: hidden } .pagination a,.pagination span { float: left; padding: 3px 10px 3px; margin: 0; color: #555; font-size: 13px; text-decoration: none; text-shadow: 0 1px 0 white; background-color: #eaeaea; background-image: -moz-linear-gradient(#fafafa, #eaeaea); background-image: -webkit-linear-gradient(#fafafa, #eaeaea); background-image: linear-gradient(#fafafa, #eaeaea); background-repeat: repeat-x; border: 1px solid #ddd; border-bottom: 1px solid #c5c5c5 } .pagination a:first-child,.pagination span:first-child { border-left: solid 1px #ddd !important; border-top-left-radius: 3px; border-bottom-left-radius: 3px } .pagination a:last-child,.pagination span:last-child { border-right: solid 1px #ddd !important; border-top-right-radius: 3px; border-bottom-right-radius: 3px } .pagination a:hover,.pagination span:hover { color: #fff; text-decoration: none; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); border-color: #518cc6; border-bottom-color: #2a65a0; background-color: #3072b3; background-image: -moz-linear-gradient(#599bdc, #3072b3); background-image: -webkit-linear-gradient(#599bdc, #3072b3); background-image: linear-gradient(#599bdc, #3072b3); background-repeat: repeat-x; box-shadow: none } .pagination a.current,.pagination a.current:hover,.pagination span.current,.pagination span.current:hover { color: #fff; font-weight: bold; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5); border-color: #686868; background-color: #9e9e9e; background-image: -moz-linear-gradient(#767676, #9e9e9e); background-image: -webkit-linear-gradient(#767676, #9e9e9e); background-image: linear-gradient(#767676, #9e9e9e); background-repeat: repeat-x } .pagination a.disabled,.pagination a.gap,.pagination span.disabled,.pagination span.gap { color: #bbb; cursor: default } .pagination a.disabled:hover,.pagination a.gap:hover,.pagination span.disabled:hover,.pagination span.gap:hover { background-color: #eaeaea; background-image: -moz-linear-gradient(#fafafa, #eaeaea); background-image: -webkit-linear-gradient(#fafafa, #eaeaea); background-image: linear-gradient(#fafafa, #eaeaea); background-repeat: repeat-x; text-shadow: none; border-top-color: #ddd; border-right-color: rgba(0, 0, 0, 0.06); border-left-color: #ddd; border-bottom-color: #c5c5c5 } .pagination a.prev_page,.pagination a.next_page,.pagination span.prev_page,.pagination span.next_page { font-size: 9px; line-height: 18px } .pagination a+a,.pagination a+span,.pagination span+a,.pagination span+span { margin-left: -1px; box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.2) } .pagination.ajax_paginate { display: block } .pagination.ajax_paginate a { padding: 6px; width: 100%; text-align: center } .pagination.ajax_paginate.loading a { background: url("https://a248.e.akamai.net/assets.github.com/images/spinners/octocat-spinner-16px.gif?2d3ca285") no-repeat center center; text-indent: -3000px } @media screen and (-webkit-min-device-pixel-ratio: 2) , screen and (max--moz-device-pixel-ratio: 2) { .pagination.ajax_paginate.loading a { background: url("https://a248.e.akamai.net/assets.github.com/images/spinners/octocat-spinner-32.gif?d12faf65") no-repeat center center; background-size: 16px auto } } .error-notice { margin: 15px 0; text-align: center; font-size: 14px; font-weight: bold; color: #990000 } .entice { opacity: 0.5 } .clippy-tooltip { display: inline-block } table.padded { font-size: 1.3em } table.padded tr th { background: #eee; text-align: right; padding: 8px 15px } table.padded tr td { text-align: left; padding: 8px } .page-notice { margin: 15px auto; width: 400px; padding: 20px; color: #333; font-size: 14px; background: #fffeeb; border: 1px solid #ddd; border-radius: 5px } .page-notice h2 { margin: 0; font-size: 16px; color: #000 } .page-notice p:last-child { margin-bottom: 0 } #search-box { margin: 0 0 20px 0 } #search-box input { float: left; padding: 10px 15px; width: 580px; border-top: 2px solid #ccc; border-left: 1px solid #ccc; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; font-size: 14px; font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif; margin: 0; box-shadow: inset 0 1px 5px #ddd } .connected { height: 39px; padding: 0; margin: -1px 0 0 0; position: relative; top: 1px; font-family: Helvetica, arial, freesans, clean, sans-serif; font-weight: bold; font-size: 12px; color: #333; text-shadow: 1px 1px 0 #fff; white-space: nowrap; border: none; overflow: visible; background-color: #e1e1e1; background-image: -moz-linear-gradient(#fff, #e1e1e1); background-image: -webkit-linear-gradient(#fff, #e1e1e1); background-image: linear-gradient(#fff, #e1e1e1); background-repeat: repeat-x; border-bottom: 1px solid #ebebeb; border-radius: 4px; border-top-left-radius: 0; border-bottom-left-radius: 0; border: 1px solid #ccc; cursor: pointer; -webkit-font-smoothing: subpixel-antialiased !important } .connected span { display: block; line-height: 37px; padding: 0 20px } #search .main { border-left: 1px solid #ddd; padding-left: 20px; margin-left: 0; float: right; width: 700px } #search .pagination { text-align: right } #search-results { clear: both } #search-results>li { list-style: none; display: block; padding: 15px 0; margin: 0; border-bottom: 1px solid #ddd; position: relative } #search-results>li:last-child { border-bottom: none } #search-results h3 { margin: 0 0 5px 0; font-family: "Helvetica-Light"; font-weight: normal } #search-results h3 a strong { font-weight: bold } #search-results .description { clear: both; font-size: 12px } #search-results .repository .icon { width: 25px; height: 25px; position: absolute; top: 15px; margin: 0 0 0 -45px; background: url("https://a248.e.akamai.net/assets.github.com/images/icons/search-icons.png?2adb548e") 0 -29px no-repeat } #search-results .repository h3 { float: left } #search-results .repo-stats { float: right } #search-results p.description { color: #000 } #search-results .vcard dl dt { width: 85px } #search-results .user h3 { float: left } #search-results .user .description { clear: none; margin: 0 } #search-results .user img { clear: left; float: left; margin: 0 10px 0 0; padding: 2px; border: 1px solid #DDD } #search-results .code .icon { width: 25px; height: 25px; position: absolute; top: 15px; margin: 0 0 0 -45px; background: url("https://a248.e.akamai.net/assets.github.com/images/icons/search-icons.png?2adb548e") 0 4px no-repeat } #search-results li.code.wikistyle div.highlight pre { background-color: #f8f8ff } #search-results .highlight em,#search-results .highlight b { background-color: #FAFFA6; padding: .1em } #search .sidebar { padding-right: 0; border-right: none; width: 180px } #search .sidebar h4 { margin: 0 0 5px 0 } #search .sidebar ul { list-style: none; margin: 0 0 10px 0; padding: 0 0 10px 0; border-bottom: 1px solid #ddd } #search .sidebar ul:last-child { border: none } #search .sidebar li a { display: block; padding: 3px 5px; text-decoration: none } #search .sidebar li a .count { float: right; color: #777 } #search .sidebar li a.active .count { color: #000; font-weight: bold } #search .sidebar li a.active { color: #333; border: 1px solid #d9e8f6; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7); background: #e9f4ff; font-weight: bold } hr.clearfix { clear: both; background: transparent; border: none } .context-loader-container .large-format-loader { position: absolute; top: 0; left: 0; bottom: 0; right: 0; padding-top: 190px; background: rgba(255, 255, 255, 0.8); z-index: 9999; text-align: center; color: #999999 } .settings-content { position: relative; float: right; width: 655px } .pagehead.settings-area { border-bottom: 1px solid #eee } #repo-settings .settings-content { width: 100% } #settings-nav { width: 220px } .usage-bar { padding: 8px 10px } .usage-bar.alert { background: #ffe9e9 } .usage-bar.alert dt { color: #700 } .usage-bar dt.numbers { float: right } .usage-bar dt { margin: 0 0 5px 0; font-weight: bold; font-size: 11px; text-transform: uppercase; color: #777; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) } .usage-bar dt strong { float: right; color: #999 } .usage-bar dd.bar span { text-indent: -9999px } .usage-bar dd { background-color: #f1f1f1; background-image: -moz-linear-gradient(#dadada, #f1f1f1); background-image: -webkit-linear-gradient(#dadada, #f1f1f1); background-image: linear-gradient(#dadada, #f1f1f1); background-repeat: repeat-x; display: block; margin: 0 0 10px 0; height: 5px; border-radius: 5px; width: 198px; border: 1px solid #ccc; box-shadow: 0 1px 0 #fff } .usage-bar dd:last-child { margin: none } .usage-bar dd span { background-color: #63ae26; background-image: -moz-linear-gradient(#81c54a, #63ae26); background-image: -webkit-linear-gradient(#81c54a, #63ae26); background-image: linear-gradient(#81c54a, #63ae26); background-repeat: repeat-x; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4); display: block; border-radius: 5px; height: 5px } .usage-bar dd span.danger { background-color: #edc900; background-image: -moz-linear-gradient(#f6df60, #edc900); background-image: -webkit-linear-gradient(#f6df60, #edc900); background-image: linear-gradient(#f6df60, #edc900); background-repeat: repeat-x } .usage-bar dd span.maxed { background-color: #660000; background-image: -moz-linear-gradient(#900, #600); background-image: -webkit-linear-gradient(#900, #600); background-image: linear-gradient(#900, #600); background-repeat: repeat-x } .profile-photo { margin: 10px 0 0 0 } .profile-photo p { float: left; margin-top: 7px } .profile-photo img { float: left; margin: 0 10px 0 0; border-radius: 3px } .app-owner { margin: 10px 0 -10px 0 } .settings-form dl.form input { width: 394px; color: #999 } .settings-form p.checkbox { margin: 0; padding: 0 } dl.form dd textarea.jobs-profile { height: 50px; padding: 5px } .add-emails-form { background: #fff; border: none } .add-emails-form input { border: 1p } dl.new-email-form { width: 100%; padding: 10px; margin: 0 0 0 -10px; border-top: 1px solid #E5E5E5 } span.label.default { margin-left: 4px; padding: 4px 6px; background-color: #6cc644; color: #fff; border-radius: 4px } span.label.visibility { margin-left: 4px; padding: 4px 6px; background-color: #999999; color: #fff; border-radius: 4px } .settings-email .public.label { display: inline } .settings-email .private.label { display: none } .settings-email.private .public.label { display: none } .settings-email.private .private.label { display: inline } span.email-actions { float: right } span.email-actions>span,span.email-actions .minibutton { float: left } span.email-actions span.label { font-size: 13px; color: #999; padding: 0 10px } span.email-actions .mini-icon-exclamation { color: #ca5633 } .user-emails .confirmed-email { position: relative; float: right; top: 4px; color: #6cc644 } .boxed-group.flush ul.boxed-group-list.settings-repos>li { border: none; border-bottom: 1px solid #ddd; border-radius: 0; margin: 0; padding: 5px 10px } .boxed-group.flush ul.boxed-group-list.settings-repos>li h3 { float: left; margin: 0 } .boxed-group.flush ul.boxed-group-list.settings-repos>li h3 a { display: inline } .boxed-group.flush ul.boxed-group-list.settings-repos>li h3 small { font-size: 11px; font-weight: 300; font-family: "Helvetica-Light", Helvetica, arial, freesans, clean, sans-serif; color: #999 } .boxed-group.flush ul.boxed-group-list.settings-repos>li .fork-flag { clear: left; line-height: 1 } .boxed-group.flush ul.boxed-group-list.settings-repos>li .fork-flag a { display: inline; line-height: 1 } .boxed-group.flush ul.boxed-group-list.settings-repos>li .repo-stats { float: left; height: auto; margin: 0; border-radius: 0 } .boxed-group.flush ul.boxed-group-list.settings-repos>li .repo-stats li { line-height: 1 } #ssh-help { float: right } #notification-center .overview { padding: 0 10px 10px 10px; border-bottom: 1px solid #ddd } #notification-center .notification-settings { margin: 0 10px } .settings-content .notifications td { padding: 5px 10px } .settings-content .notifications th { padding: 10px 10px 5px 10px } #payment-history { width: 100% } #payment-history th { text-align: left; padding: 5px 10px; background: #f8f8f8; border-bottom: 1px solid #ccc } #payment-history td { padding: 5px 10px; border-bottom: 1px solid #dadada } #payment-history tr:last-child td { border: none } #payment-history tr.failed td { background: #faf6f6; color: #900 } #payment-history td.total { color: #090; font-weight: bold } #payment-history tr.failed td.total { font-weight: bold; text-transform: uppercase } #payments p { margin: 0; padding: 10px } .oauth-stats p.user-count { float: left; margin: 12px 0 0 0; font-size: 36px; color: #999; font-weight: 300 } .oauth-stats p.user-count strong { color: #333; font-weight: bold } .oauth-stats dl.keys { float: right; margin: 0; text-align: right } .oauth-stats dl.keys dt { color: #999; font-weight: bold } .oauth-stats dl.keys dd { color: #333; font-family: Monaco, "Liberation Mono", Courier, monospace } .boxed-group.application-show-group .logo-upload { float: right; width: 142px; background-color: #eee; position: relative } .boxed-group.application-show-group .logo-upload a.delete { position: absolute; right: 0; padding: 5px; display: none } .boxed-group.application-show-group .logo-upload a.delete:hover { color: #bd2c00 } .boxed-group.application-show-group .logo-box { border: 1px solid #ccc; border-top-left-radius: 3px; border-top-right-radius: 3px; height: 140px } .boxed-group.application-show-group .logo-box img { height: 140px; width: 140px; border-radius: 2px 2px 0 0; display: none } .boxed-group.application-show-group .logo-placeholder { height: 140px; width: 140px; color: #999; text-align: center; text-shadow: 0 1px 0 #fff } .boxed-group.application-show-group .logo-placeholder span { margin: 45px 0 0 0 } .boxed-group.application-show-group .logo-placeholder p { margin: 0; font-size: 16px } .boxed-group.application-show-group .has-uploaded-logo .logo-placeholder,.boxed-group.application-show-group .has-uploaded-logo .or { display: none } .boxed-group.application-show-group .has-uploaded-logo:hover a.delete { display: block } .boxed-group.application-show-group .has-uploaded-logo .logo-box img { display: block } .boxed-group.application-show-group dl.form>dd input[type="text"].wide { width: 460px } .boxed-group.application-show-group .errored .note { display: none } .boxed-group.application-show-group .drag-and-drop { padding: 8px 10px 7px 10px; text-align: center } .boxed-group.application-show-group .drag-and-drop img { vertical-align: bottom; margin-bottom: 1px } .boxed-group.application-show-group .drag-and-drop span { padding: 0 } .boxed-group.application-show-group .dragover .logo-box { box-shadow: #c9ff00 0 0 3px } .boxed-group.application-show-group .is-uploading .loading { display: block } .boxed-group.application-show-group .is-uploading .default { display: none } .boxed-group.application-show-group .is-failed .bad-request { display: block } .boxed-group.application-show-group .is-failed .default { display: none } .boxed-group.application-show-group .is-bad-file .bad-file { display: block } .boxed-group.application-show-group .is-bad-file .default { display: none } .boxed-group.application-show-group .default { display: block } .boxed-group p span { padding-left: 5px } ul.security-history>li time { float: right; color: #999 } table.security-history-detail { width: 100%; font-size: 12px } table.security-history-detail td { max-width: 200px; word-wrap: break-word } .settings-email>.email-actions>.settings-remove-email { display: block } .settings-email>.email-actions>.settings-disabled-remove-email { display: none } .settings-email:only-child>.email-actions>.settings-remove-email { display: none } .settings-email:only-child>.email-actions>.settings-disabled-remove-email { display: block } #unsubscribe-from-newsletter .supportocat { float: left } #unsubscribe-from-newsletter .message { position: absolute; left: 350px; top: 50px } #unsubscribe-from-newsletter .message p { font-size: 200% } p .mini-icon { position: relative; top: 1px } .two-factor-wizard { width: 600px; margin: 0 auto } .two-factor-wizard h3 span { display: block; color: #999; font-weight: 300; font-size: 14px } .two-factor-wizard .two-factor-apps { list-style: none; margin: 0; padding: 0 } .two-factor-wizard .two-factor-apps li { margin: 0 0 1em 0 } .two-factor-wizard .two-factor-apps a { display: block; margin: 0 0 0 20px } .two-factor-wizard .form label { font-style: normal } .two-factor-wizard .form dd { margin: 0; padding: 0 } .two-factor-wizard .select-menu { float: left } .two-factor-wizard .select-menu .minibutton { padding-top: 4px; padding-bottom: 4px; margin-right: 5px } .two-factor-wizard .select-menu .minibutton input[type="radio"],.two-factor-wizard .select-menu .minibutton .country { display: none } .two-factor-wizard .select-menu .minibutton .country-code { width: auto } .two-factor-wizard .select-menu .select-menu-button:before { top: 14px } .two-factor-wizard .select-menu .country-code { display: inline-block; margin-right: 8px; width: 35px } .two-factor-wizard .help { color: #999; font-size: 13px } .two-factor-wizard .two-factor-code label { margin: 0 0 0.2em 0; font-weight: bold } .two-factor-wizard .two-factor-code input[type=number] { padding: 6px } .two-factor-wizard .full-button { color: #6cc644 } .two-factor-wizard .full-button .error-icon { vertical-align: middle; color: #bd2c00 } .two-factor-wizard .full-button .spinner { margin-top: -7px } .two-factor-wizard img { position: relative; top: 3px; margin: 0 0 0 5px } .app-flow-callout { padding: 15px 0 0 0; border-top: 1px solid #eaeaea } .two-factor-toggle { margin-top: 40px } #facebox .backup-list { margin: 0; padding: 10px; border: 1px solid #dbdbdb; border-radius: 3px; background: #fafafa; font-family: Monaco, "Liberation Mono", Courier, monospace; font-size: 14px; line-height: 1.4; text-align: left; box-shadow: inset 0 0 8px #eee } .error-icon,.spinner,.sent-message,.sms-error-message,#text-code,#qr-code,#two-factor-code-list { display: none } .is-sending .spinner { display: inline-block } .is-sent .sent-message { display: inline-block } .is-not-sent .sms-error-message { display: block } .is-not-sent .error-icon { display: inline-block } .two-factor-secret { font-family: Monaco, "Liberation Mono", Courier, monospace; font-size: 18px; text-align: center } .qr-code-table { margin: 0 auto; border: 1px solid #ddd } .qr-code-table tr { background: transparent; border: 0 } .qr-code-table th,.qr-code-table td { border: none; padding: 0 } .qr-code-table td { width: 3px; height: 3px } .qr-code-table .black { background: #000 } .qr-code-table .white { background: #fff } .two-factor-wizard .two-factor-actions { padding: 20px 0 0 0; margin: 20px 0 0 0; border-top: 1px solid #eaeaea } .two-factor-wizard .two-factor-actions ul { width: 600px; margin: 0 auto; padding: 0 } .two-factor-wizard .two-factor-actions li { list-style: none; display: inline-block; margin-right: 10px } .orgs-settings { margin-bottom: 15px } .stars-browser { padding: 3px 0 0 } .stars-browser .columns.sidebar { width: 200px; border-right: none } .stars-browser .columns.main { width: 680px } .stars-browser .filter-bar { padding: 0 0 10px 0; margin-bottom: 10px; border-bottom: 1px solid #ddd; position: relative; background: #fff; border-top: none; border-left: none; border-right: none; border-radius: 0 } .stars-browser .filter-bar .search input,.stars-browser .filter-bar .search button { display: inline-block; margin: 0 } .stars-browser .filter-bar .search input { border-top-right-radius: 0; border-bottom-right-radius: 0 } .stars-browser .filter-bar .search input:focus { border-color: #51A7E8; box-shadow: rgba(81, 167, 232, 0.5) 0 0 5px, inset rgba(0, 0, 0, 0.2) 0 1px 1px } .stars-browser .filter-bar .search button { padding: 6px 10px 7px; border-top-left-radius: 0; border-bottom-left-radius: 0; border-left: none } .stars-browser .filter-bar .search button .mini-icon { position: relative; top: 2px } .stars-browser .filter-bar .search button:hover { box-shadow: inset 1px 0 0 #2a65a0 } .stars-browser .filter-bar .search .clear-search { display: none } .stars-browser .filter-bar .search form.has-search-value .clear-search { display: inline-block; position: relative; left: -64px; top: 3px; color: #aaa } .stars-browser .filter-bar .filter_input { width: 280px; padding: 6px 7px; font-family: Helvetica, arial, freesans, clean, sans-serif; font-size: 14px; color: #444; border: 1px solid #ddd; border-radius: 4px; outline: none; background: none } .stars-browser .filter-bar label.placeholder { font-size: 11px; left: 10px } .stars-browser .filter-bar ul.repo_filterer { overflow: hidden; position: absolute; bottom: 15px; right: 10px } .stars-browser .filter-bar li { display: inline; margin: 0 0 0 10px; padding: 0; font-size: 14px; float: right; position: relative } .stars-browser .filter-bar li a { display: inline-block; padding-bottom: 0; color: #4183c4 } .stars-browser .filter-bar li a.filter_selected { color: #000; font-weight: bold } .stars-browser .filter-bar li a.filter_selected:after { background-color: #fff } .stars-browser .columns.sidebar .nav li.language { position: relative } .stars-browser .columns.sidebar .nav li.language .bar { background: #f1f1f1; display: inline-block; position: absolute; z-index: -1; top: 2px; bottom: 2px; right: 0 } .stars-browser .columns.sidebar .nav li.language a.selected { white-space: normal; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); background-color: #3876b4; background-image: -moz-linear-gradient(#689cd0, #3876b4); background-image: -webkit-linear-gradient(#689cd0, #3876b4); background-image: linear-gradient(#689cd0, #3876b4); background-repeat: repeat-x } .stars-browser .columns.sidebar .nav li.language a.selected .mini-icon { float: right; opacity: 0.8; display: inline-block; position: relative; left: 4px } .stars-browser .columns.sidebar .nav li.language a.selected:hover { background-color: #3269a0; background-image: -moz-linear-gradient(#5490ca, #3269a0); background-image: -webkit-linear-gradient(#5490ca, #3269a0); background-image: linear-gradient(#5490ca, #3269a0); background-repeat: repeat-x } .stars-browser .blankslate { margin-top: 40px } .blankslate { background-color: #fafafa; border: solid 1px #dbdbdb; border-radius: 3px; box-shadow: inset 0 0 8px #eee; padding: 15px; border-radius: 3px; text-align: center } .blankslate p { margin: .5em 0 } .blankslate p:first-child { font-size: 16px } .blankslate-reward-image { margin-top: 20px; text-align: center } .starred-repo { list-style-type: none; padding: 15px 0 0 52px; border-bottom: 1px solid #eee } .starred-repo.navigation-focus { background: #fcfce2 } .starred-repo:last-child { border-bottom: 0; overflow: hidden } .starred-repo .mega-icon { float: left; margin-top: 3px; margin-left: -42px } .starred-repo .mega-icon:before { color: #bbb } .starred-repo .mega-icon-private-repo::before { color: #e9dba5 } .starred-repo .starring-container { float: right; margin-right: 10px } .starred-repo h3 { margin: 0; display: inline-block } .starred-repo .sort-info { display: inline-block; font-size: 11px; color: #999999 } .starred-repo p.description { color: #666; margin-top: 0 } .markdown-body .task-list { list-style-type: none; padding-left: 10px } .task-list-item { padding-left: 20px } .task-list-item label { font-weight: normal } .task-list-item.enabled label { cursor: pointer } .task-list-item+.task-list-item { margin-top: 3px } .task-list-item-checkbox { float: left; margin-left: -20px; margin-top: 4px } .orgs-next-container .team-header .team-avatar { margin-right: 10px } .orgs-next-container .team-description h2 { display: none; color: #999999; margin: 10px 0 } .orgs-next-container .team-description h2:hover { background: #fffef1 } .orgs-next-container .team-description h2.active { display: block } .orgs-next-container .team-description input { display: none; font-size: 1.5em; font-family: Helvetica, Arial, sans-serif; font-weight: bold; margin-top: 8px; margin-left: -2px; margin-bottom: 9px; width: 70% } .orgs-next-container .team-description input.active { display: inline-block } .orgs-next-container .team-name .text { display: inline-block } .orgs-next-container .team-name .text.active { display: none } .orgs-next-container .team-name .text:hover { background: #fffef1 } .orgs-next-container .team-name input { display: none; font-size: 26px; padding: 0px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; margin-top: -8px; margin-left: -2px; margin-bottom: -9px; width: 70% } .orgs-next-container .team-name input.active { display: inline-block } .timeout { width: 873px; height: 280px; border: 1px solid #C5D5DD; background: url("https://a248.e.akamai.net/assets.github.com/images/error/octocat_timeout.png?c27502e6") #e6f1f6 no-repeat; background-position: 90% 50%; padding: 15px 0 0 45px; border-radius: 3px } .timeout h3 { color: #414042; font-size: 18px; font-weight: bold; text-shadow: #fff 1px 1px 0 } .timeout h3 strong { font-size: 30px; display: block } .tree-browser { width: 100%; margin: 0; border-bottom: 1px solid #cacaca; border-left: none; border-right: none } .tree-browser td { background: #f8f8f8; border-bottom: 1px solid #eee; padding: 7px 3px; color: #484848; vertical-align: middle; white-space: nowrap } .tree-browser td:first-child { border-left: 1px solid #cacaca } .tree-browser td:last-child { border-right: 1px solid #cacaca } .tree-browser img { vertical-align: text-bottom } .tree-browser tbody tr:last-child td { border-bottom: 0 } .tree-browser .tree-entries .message .error { display: none } .tree-browser .tree-entries.error .message .loading { display: none } .tree-browser .tree-entries.error .message .error { display: block } .tree-browser-wrapper { margin-bottom: 30px } .tree-browser .history { float: right; padding-right: 5px } .tree-browser tr.navigation-focus td { background: none; background-color: #fffeeb } .tree-browser td.icon { width: 17px; padding-right: 2px; padding-left: 10px } .tree-browser .mini-icon-directory { color: #80a6cd } .tree-browser .mini-icon-submodule { color: #3cbf5e } .tree-browser .mini-icon-text-file { color: #777 } .tree-browser .content { max-width: 220px } .tree-browser .message { max-width: 420px } .tree-browser .css-truncate-target { max-width: 100% } .tree-browser td a.message { color: #484848 } .tree-browser td span.ref { color: #aaa } .tree-browser.downloads td { vertical-align: top } .tree-browser.downloads td p { margin: 0; padding: 0 } .tree-browser-result-template { display: none } .tree-browser-result .css-truncate-target { max-width: 870px } .tree-browser-result mark { background-color: transparent; color: #4183C4; font-weight: bold } #files .file,.file-box { border: 1px solid #ccc; margin-bottom: 13px; position: relative } #files .file .meta,.file-box .meta { overflow: hidden; padding: 5px 10px; font-size: 12px; height: 33px; text-align: left; color: #555; text-shadow: 0 1px 0 #fff; border-bottom: 1px solid #d8d8d8; background-color: #eaeaea; background-image: -moz-linear-gradient(#fafafa, #eaeaea); background-image: -webkit-linear-gradient(#fafafa, #eaeaea); background-image: linear-gradient(#fafafa, #eaeaea); background-repeat: repeat-x } .file .meta ul.edit-preview-tabs { float: left; margin-left: 11px; margin-top: 4px } .file .edit-preview-tabs .minibutton { border-radius: 0 } .file .edit-preview-tabs li:first-child .minibutton { border-radius: 3px 0 0 3px } .file .edit-preview-tabs li:last-child .minibutton { border-radius: 0 3px 3px 0 } .file .edit-preview-tabs li { list-style-type: none; float: left } #files .file .meta .info,.file-box .meta .info { float: left; height: 33px; line-height: 33px; font-family: Monaco, "Liberation Mono", Courier, monospace } #files .file .meta .info .css-truncate-target,.file-box .meta .info .css-truncate-target { max-width: 600px } #files .file .meta .info span,.file-box .meta .info span { padding-left: 9px; margin-left: 5px; border-left: 1px solid #c1c1c1; box-shadow: inset 1px 0 0 #fff } #files .file .meta .info span:first-child,#files .file .meta .info .icon+span,#files .file .meta .info .diffstat+span,.file-box .meta .info span:first-child,.file-box .meta .info .icon+span,.file-box .meta .info .diffstat+span { border-left: 0 none; box-shadow: inset 0 0 0 transparent; margin-left: 0; padding-left: 0 } #files .diffstat+.css-truncate-target { max-width: 650px !important } #files .file .meta .info .minibutton.switcher span:first-child,.file-box .meta .info .minibutton.switcher span:first-child { padding-left: 7px } #files .file .meta .info span.icon,#files .file .meta .info span.diffstat,.file-box .meta .info span.icon { line-height: 0; display: inline-block; margin: 5px 5px 0 0; padding: 3px; background: #f7f7f7; border: 1px solid #ccc; border-right-color: #e5e5e5; border-bottom-color: #e5e5e5; border-radius: 3px } #files .file .meta .info span.icon .mini-icon-text-file,#files .file .meta .info span.diffstat .mini-icon-text-file,.file-box .meta .info span.icon .mini-icon-text-file { height: 16px; line-height: 16px; color: #aaa } #files .file .meta .info span.diffstat { height: 16px; padding: 3px 6px } #files .file .meta .actions,.file-box .meta .actions { float: right; height: 33px; line-height: 33px } #files .file .meta .actions .button-group,.file-box .meta .actions .button-group { float: right; margin-top: 4px } #files .file .meta .actions .show-inline-notes { display: none } #files .file.has-inline-notes .meta .actions .show-inline-notes { position: relative; display: block; float: left; margin-right: 10px } #files .file.has-inline-notes .diffstat+.css-truncate-target { max-width: 500px !important } #files .file tr.inline-comments { display: none } #files .file.show-inline-notes tr.inline-comments { display: table-row } tr.inline-comments .inline-comment-form,tr.inline-comments.show-inline-comment-form .show-inline-comment-form { display: none } .show-inline-comment-form { margin: 10px } tr.inline-comments .show-inline-comment-form,tr.inline-comments.show-inline-comment-form .inline-comment-form { display: block } #files .file .meta .actions li,.file-box .meta .actions li { list-style-type: none; float: left; margin: 0 0 0 7px } .file-box .meta .actions li.outdated-text { color: #BE2800; font-weight: bold } .file-box .meta .actions li.outdated-text .mini-icon { position: relative; top: 1px } #files .file .meta .actions li:first-child,.file-box .meta .actions li:first-child { background: transparent; margin-left: 0; padding-left: 0 } #files .file .meta .actions li code,.file-box .meta .actions li code { font-size: 11px } #files .file .meta .actions li label input,.file-box .meta .actions li label input { position: relative; top: 1px } #files .file .data.empty,.file-box .data.empty { padding: 5px 10px; color: #777 } #files .file .data.suppressed,#files .file.open .image { display: none } #files .file.open .data.suppressed { display: block } #files .image,.file-box .image { text-align: center; background-color: #ddd; padding: 30px; position: relative } #files .file .image table,.file-box .image table { margin: 0 auto } #files .file .image table td,.file-box .image table td { text-align: center; color: #888 } #files .file .image .added-frame,.file-box .image .added-frame,#files .file .image .deleted-frame,.file-box .image .deleted-frame { border: 1px solid #ddd; display: inline-block; line-height: 0px; position: relative } #files .file .image .border-wrap,.file-box .image .border-wrap { background-color: #fff; border: 1px solid #999; display: inline-block; line-height: 0px; position: relative } #files .file .image .deleted-frame,.file-box .image .deleted-frame { background-color: #fff; border: 1px solid #f77 } #files .file .image .added-frame,.file-box .image .added-frame { border: 1px solid #63c363 } #files .file .image a,.file-box .image a { display: inline-block; line-height: 0px } #files .file .image table td,.file-box .image table td { vertical-align: top; padding: 0 5px } #files .file .image table td img,.file-box .image table td img { max-width: 100% } #files .file .image img,.file-box .image img,#files .file .image canvas,.file-box .image canvas { background: url("https://a248.e.akamai.net/assets.github.com/images/modules/commit/trans_bg.gif?3cf8d084") right bottom #eee; max-width: 600px; border: 1px solid #fff } #files .file .image .view img,.file-box .image .view img,#files .file .image .view canvas,.file-box .image .view canvas { background: url("https://a248.e.akamai.net/assets.github.com/images/modules/commit/trans_bg.gif?3cf8d084") right bottom #eee; position: relative; top: 0px; right: 0px; max-width: inherit } #files .file .view-modes,.file-box .view-modes { font-size: 12px; color: #333; background-color: #e8e8e8; background-image: -moz-linear-gradient(#fafafa, #e8e8e8); background-image: -webkit-linear-gradient(#fafafa, #e8e8e8); background-image: linear-gradient(#fafafa, #e8e8e8); background-repeat: repeat-x; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); overflow: hidden; text-align: center; position: absolute; width: 100%; bottom: 0px } #files .file .view-modes ul.view-modes-menu,.file-box .view-modes ul.view-modes-menu { display: inline-block; list-style-type: none; background-repeat: no-repeat; height: 33px; position: relative; transition: background-position 0.5s ease-in; -webkit-transition: background-position 0.5s ease-in 0 } #files .file .view-modes ul.view-modes-menu li,.file-box .view-modes ul.view-modes-menu li { display: inline-block; border-left: 1px solid #c1c1c1; box-shadow: inset 1px 0 0 #fff; padding: 0px 0px 0px 12px; margin: 11px 10px 0 0; color: #777; cursor: pointer; height: 12px; line-height: 12px } #files .file .hidden,.file-box .hidden { display: none !important } #files .file .view-modes ul.view-modes-menu li:first-child,.file-box .view-modes ul.view-modes-menu li:first-child { border-left: 0 none; box-shadow: inset 0 0 0 transparent } #files .file .view-modes ul.view-modes-menu li.active,.file-box .view-modes ul.view-modes-menu li.active { color: #333; cursor: default } #files .file .view-modes ul.view-modes-menu li.disabled:hover,.file-box .view-modes ul.view-modes-menu li.disabled:hover { text-decoration: none } #files .file .view-modes ul.view-modes-menu li.disabled,.file-box .view-modes ul.view-modes-menu li.disabled { color: #ccc; cursor: default } #files .file .view-modes ul.view-modes-menu li:hover,.file-box .view-modes ul.view-modes-menu li:hover { text-decoration: underline } #files .file .view-modes ul.view-modes-menu li.active:hover,.file-box .view-modes ul.view-modes-menu li.active:hover { text-decoration: none } #files .empty,.file-box .empty { background: none } #files .progress,.file-box .progress { margin: 30px; z-index: 101; position: relative } #files .progress h3,.file-box .progress h3 { color: #555 } #files .progress .progress-frame,.file-box .progress .progress-frame { display: block; height: 15px; width: 300px; background-color: #eee; border: 1px solid #ccc; margin: 0px auto; border-radius: 10px; overflow: hidden } #files .progress .progress-bar,.file-box .progress .progress-bar { display: block; height: 15px; width: 5%; background-color: #f00; border-radius: 10px; background-color: #4183c4; background-image: -moz-linear-gradient(#7db9e8, #4183c4); background-image: -webkit-linear-gradient(#7db9e8, #4183c4); background-image: linear-gradient(#7db9e8, #4183c4); background-repeat: repeat-x } #files .image .d-red { color: #F77 } #files .image .a-green { color: #63c363 } #files .image .view>span,.file-box .image .view>span { vertical-align: middle } #files .image .two-up,.file-box .image .two-up { display: block; letter-spacing: 16px } #files .image .two-up .shell,.file-box .image .two-up .shell { display: inline-block; line-height: 0px } #files .image .two-up .shell p,.file-box .image .two-up .shell p { letter-spacing: normal; font-size: 12px; color: #999 } #files .image .two-up .deleted,.file-box .image .two-up .deleted { display: inline-block } #files .image .two-up .added,.file-box .image .two-up .added { display: inline-block } #files .image .swipe.view { margin-top: -13px } #files .image .swipe .swipe-frame,.file-box .image .swipe .swipe-frame,#files .image .onion-skin .onion-skin-frame,.file-box .image .onion-skin .onion-skin-frame { display: block; margin: auto; position: relative } #files .image .swipe .deleted-frame,.file-box .image .swipe .deleted-frame,#files .image .swipe .swipe-shell,.file-box .image .swipe .swipe-shell { position: absolute; display: block; top: 13px; right: 7px } #files .image .swipe .swipe-shell,.file-box .image .swipe .swipe-shell { overflow: hidden; border-left: 1px solid #999 } #files .image .swipe .added-frame,.file-box .image .swipe .added-frame { display: block; position: absolute; top: 0px; right: 0px } #files .image .swipe .swipe-bar,.file-box .image .swipe .swipe-bar { display: block; height: 100%; width: 15px; z-index: 100; position: absolute; cursor: pointer } #files .image .swipe .top-handle,.file-box .image .swipe .top-handle { display: block; height: 14px; width: 15px; position: absolute; top: 0px; background: url("https://a248.e.akamai.net/assets.github.com/images/modules/commit/swipemode_sprites.gif?96521661") 0 3px no-repeat } #files .image .swipe .bottom-handle,.file-box .image .swipe .bottom-handle { display: block; height: 14px; width: 15px; position: absolute; bottom: 0px; background: url("https://a248.e.akamai.net/assets.github.com/images/modules/commit/swipemode_sprites.gif?96521661") 0 -11px no-repeat } #files .image .swipe .swipe-bar:hover .top-handle,.file-box .image .swipe .swipe-bar:hover .top-handle { background-position: -15px 3px } #files .image .swipe .swipe-bar:hover .bottom-handle,.file-box .image .swipe .swipe-bar:hover .bottom-handle { background-position: -15px -11px } #files .image .onion-skin .deleted-frame,.file-box .image .onion-skin .deleted-frame,#files .image .onion-skin .added-frame,.file-box .image .onion-skin .added-frame { position: absolute; display: block; top: 0px; left: 0px } #files .image .onion-skin .controls,.file-box .image .onion-skin .controls { display: block; height: 14px; width: 300px; z-index: 100; position: absolute; bottom: 0px; left: 50%; margin-left: -150px } #files .image .onion-skin .controls .transparent,.file-box .image .onion-skin .controls .transparent { display: block; position: absolute; top: 2px; right: 0px; height: 10px; width: 10px; background: url("https://a248.e.akamai.net/assets.github.com/images/modules/commit/onion_skin_sprites.gif?9d6ed6ee") -2px 0px no-repeat } #files .image .onion-skin .controls .opaque,.file-box .image .onion-skin .controls .opaque { display: block; position: absolute; top: 2px; left: 0px; height: 10px; width: 10px; background: url("https://a248.e.akamai.net/assets.github.com/images/modules/commit/onion_skin_sprites.gif?9d6ed6ee") -2px -10px no-repeat } #files .image .onion-skin .controls .drag-track,.file-box .image .onion-skin .controls .drag-track { display: block; position: absolute; left: 12px; height: 10px; width: 276px; background: url("https://a248.e.akamai.net/assets.github.com/images/modules/commit/onion_skin_sprites.gif?9d6ed6ee") -4px -20px repeat-x } #files .image .onion-skin .controls .dragger,.file-box .image .onion-skin .controls .dragger { display: block; position: absolute; left: 0px; top: 0px; height: 14px; width: 14px; background: url("https://a248.e.akamai.net/assets.github.com/images/modules/commit/onion_skin_sprites.gif?9d6ed6ee") 0px -34px repeat-x; cursor: pointer } #files .image .onion-skin .controls .dragger:hover,.file-box .image .onion-skin .controls .dragger:hover { background-position: 0px -48px } #files .image .difference .added-frame,.file-box .image .difference .added-frame { display: none } #files .image .difference .deleted-frame,.file-box .image .difference .deleted-frame { border-color: #999 } .file-editor-textarea { padding: 4px; width: 908px; border: 1px solid #eee; font-size: 12px; font-family: Monaco, "Liberation Mono", Courier, monospace } .file-commit-form { width: 720px } .commit-message-summary-label,.commit-message-label { color: #666 } .commit-message-summary,.commit-message { margin: 5px 0 10px; width: 100%; font-family: Monaco, "Liberation Mono", Courier, monospace; font-size: 16px } .commit-message { min-height: 100px } .too-long-message { display: none; color: #b44643; float: right; margin-bottom: -5px } .file-commit-form.is-too-long-error .too-long-message { display: block } .file-commit-form.is-too-long-error .commit-message-summary { color: #b44643 } .check-for-fork { display: none } .check-for-fork img { vertical-align: text-bottom } .inline-review-comment,.file .highlight,.code-list-item .file-box,.blob-wrapper { overflow: auto; overflow-x: auto; overflow-y: hidden } .file-code { width: 100%; background-color: #fff; border-collapse: separate } .file-diff-line,.file-code-lines { position: relative; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) } .diff-line-num,.blob-line-nums { width: 1%; padding-left: 8px; padding-right: 8px; font-family: Consolas, "Liberation Mono", Courier, monospace; line-height: 18px; color: #aaa; color: rgba(0, 0, 0, 0.3); vertical-align: top; text-align: right; border-right: 1px solid #e5e5e5 } .blob-line-nums { line-height: 1; padding: 5px 0 } .blob-line-nums a,.blob-line-nums span { display: block; line-height: 18px; padding: 0 8px; color: inherit } .blob-line-nums a:hover { cursor: pointer; color: #4183c4 } .blob-line-code .highlight { padding-top: 5px; padding-bottom: 5px; white-space: nowrap; line-height: 18px } .blob-line-code .line { padding-left: 10px } .diff-line-code { padding-left: 10px; padding-right: 10px; font-family: Consolas, "Liberation Mono", Courier, monospace; font-size: 13px; color: #333; white-space: nowrap } .file-diff-line:hover .diff-line-code { background-color: #f8eec7 } .file-diff-line:hover .diff-line-num { background-color: #f6e8b5; border-color: #f0db88 } .gc .diff-line-code { color: #999; background-color: #f8f8ff } .gc .diff-line-num { background-color: #f3f3ff; border-color: #e4e4ff } .gi .diff-line-code { background-color: #dfd } .gi .diff-line-num { background-color: #ceffce; border-color: #b4e2b4 } .gd .diff-line-code { background-color: #fdd } .gd .diff-line-num { background-color: #f7c8c8; border-color: #e9aeae } .add-line-comment { position: absolute; left: 0; width: 25px; height: 16px; margin-left: -25px; color: #4183C4; cursor: pointer; opacity: 0; filter: alpha(opacity = 0) } .file-diff-line:hover .add-line-comment { opacity: 1.0; filter: alpha(opacity = 100) } input.tree-finder-input,input.tree-finder-input:focus { border: 0; outline: none; font-size: 100%; box-shadow: none } .tree-finder .results-list tr.navigation-focus td { background: #eee } .tree-finder .no-results th { text-align: center } .tree-finder tr td.icon { cursor: pointer } .tree-finder .tree-browser { border-top: 1px solid #cacaca } .tree-finder .no-results { display: none } .tree-finder .filterable-empty+.no-results { display: block } #slider { margin-top: -10px; position: relative; overflow: hidden } #slider .breadcrumb a:hover { text-decoration: none } #slider .frames { width: 10000px } #slider .frames .frame { float: left; width: 920px; margin-right: 100px } #slider .frames .frame-loading { height: 100% } #files .file { margin-top: 0 } #slider .frames .big-actions { position: absolute; top: 5px; right: 0; margin: 0 } #wiki-wrapper { margin: 0 auto 50px 0; overflow: visible; font-size: 10px; line-height: 1.4 } #wiki-wrapper #head { margin: 20px 0 15px; padding: 0 0 9px; border-bottom: 1px solid #ddd } #wiki-wrapper #head h1 { font-size: 32px; line-height: normal } #wiki-wrapper #head h1 a { font-size: 16px } .wiki-actions { float: right; margin-top: 6px; padding: 0; list-style-type: none } .wiki-actions li { float: left; margin-left: 7px } #wiki-rightbar { background-color: #f7f7f7; border: 1px solid #ddd; float: right; padding: 10px; width: 230px; border-radius: 5px } #wiki-rightbar>*:first-child { margin-top: 0 } #wiki-rightbar ul,#wiki-rightbar ol { margin: 5px 0 0 15px; padding: 0 } #wiki-rightbar ul li,#wiki-rightbar ol li { color: #333; font-size: 12px; margin: 0; padding: 0; line-height: 19px } #wiki-rightbar ul li a,#wiki-rightbar ol li a { font-weight: bold; text-shadow: 0 1px 0 #fff } #wiki-rightbar ul { list-style-type: square } #wiki-rightbar p { font-size: 12px; line-height: 1.6 } .has-rightbar #wiki-body,.has-rightbar #wiki-footer { margin-right: 280px } #wiki-body .markdown-body { padding: 0 30px; margin: 0 -30px } #wiki-footer { clear: both; margin: 20px 0 50px } #wiki-footer #gollum-footer-content { background-color: #f7f7f7; border: 1px solid #ddd; font-size: 12px; line-height: 1.6; margin-top: 18px; padding: 12px; border-radius: 5px } #wiki-footer #gollum-footer-content>*:first-child { margin-top: 0 } #wiki-footer #gollum-footer-content h3 { font-size: 14px; color: #333; margin: 0; padding: 0 0 2px; text-shadow: 0 1px 0 #fff } #wiki-footer #gollum-footer-content p { margin: 6px 0 0; padding: 0 } #wiki-footer #gollum-footer-content ul,#wiki-footer #gollum-footer-content ol { margin: 6px 0 0 18px } #wiki-wrapper.error { height: 1px; position: absolute; overflow: visible; top: 50%; width: 100% } #wiki-wrapper #error { background-color: #f9f9f9; border: 1px solid #e4e4e4; left: 50%; overflow: hidden; padding: 2%; margin: -10% 0 0 -35%; position: absolute; width: 70%; border-radius: 0.5em } #wiki-wrapper #error h1 { font-size: 3em; line-height: normal; margin: 0; padding: 0 } #wiki-wrapper #error p { font-size: 1.2em; line-height: 1.6em; margin: 1em 0 0.5em; padding: 0 } #wiki-wrapper .jaws { display: block; height: 1px; left: -5000px; overflow: hidden; position: absolute; top: -5000px; width: 1px } #wiki-wrapper .markdown-body>h1:first-child,#wiki-wrapper .gollum-rest-content .markdown-body>div:first-child>div:first-child>h1:first-child,#wiki-wrapper .gollum-pod-content .markdown-body>a.dummyTopAnchor:first-child+h1,#wiki-wrapper .gollum-org-content .markdown-body>p.title:first-child,#wiki-wrapper .gollum-asciidoc-content .markdown-body>#header:first-child>h1:first-child { display: none } .wiki-git-access #head { border-bottom: 1px solid #ccc; margin: 14px 0 5px; padding: 0 0 6px 0; overflow: hidden } .wiki-git-access h1 { color: #999; font-size: 33px; font-weight: normal; float: left; line-height: normal; margin: 0; padding: 0 } .wiki-git-access #url-box { margin-top: 14px } #wiki-wrapper.history h1 { color: #999; font-weight: normal } #wiki-wrapper.history h1 strong { color: #000; font-weight: bold; line-height: normal } #wiki-wrapper.history ul.actions li a { margin: 0 5px 0 0 } #wiki-history { margin-top: 14px } #wiki-history fieldset { border: 0; margin: 20px 0; padding: 0 } #wiki-history table,#wiki-history tbody { padding: 0; margin: 0; width: 100% } #wiki-history table tr,#wiki-history tbody tr { padding: 0; margin: 0; background-color: #ebf2f6 } #wiki-history table td,#wiki-history tbody td { border: 1px solid #c0dce9; font-size: 12px; margin: 0; padding: 3px 8px } #wiki-history table td.commit-name,#wiki-history tbody td.commit-name { border-left: 0 } #wiki-history table td.commit-name span.time-elapsed,#wiki-history tbody td.commit-name span.time-elapsed { color: #999 } #wiki-history table td.commit-name a,#wiki-history tbody td.commit-name a { font-size: 0.9em; font-family: Monaco, "Liberation Mono", Courier, monospace; padding: 0 0.2em } #wiki-history table td.checkbox,#wiki-history tbody td.checkbox { min-width: 24px; width: 24px; padding: 3px 0 2px 9px } #wiki-history table td.checkbox input,#wiki-history tbody td.checkbox input { cursor: pointer; display: block; margin: 0; padding: 0 } #wiki-history table td.author,#wiki-history tbody td.author { width: 20% } #wiki-history table td.author a,#wiki-history tbody td.author a { color: #000; font-weight: bold } #wiki-history table td.author span.username,#wiki-history tbody td.author span.username { display: block; padding-top: 3px } #wiki-history table tr:nth-child(2n),#wiki-history table table tr.alt-row,#wiki-history tbody tr:nth-child(2n),#wiki-history tbody table tr.alt-row { background-color: #f3f7fa } #wiki-history table tr.selected,#wiki-history tbody tr.selected { background-color: #ffffea; z-index: 100 } #wiki-history table img,#wiki-history tbody img { background-color: #fff; border: 1px solid #999; display: block; float: left; height: 18px; overflow: hidden; margin: 0 0.5em 0 0; width: 18px; padding: 2px } #wiki-wrapper.history #gollum-footer ul.actions li { margin: 0 0.6em 0 0 } #wiki-wrapper.results h1 { color: #999; font-weight: normal } #wiki-wrapper.results h1 strong { color: #000; font-weight: bold; line-height: normal } #wiki-wrapper.results #results { border-bottom: 1px solid #ccc; margin-bottom: 2em; padding-bottom: 2em } #wiki-wrapper .results #results ul { margin: 2em 0 0 0; padding: 0 } #wiki-wrapper .results #results ul li { font-size: 1.2em; line-height: 1.6em; list-style-position: outside; padding: 0.2em 0 } #wiki-wrapper .results #results ul li span.count { color: #999 } #wiki-wrapper .results #no-results { font-size: 1.2em; line-height: 1.6em; margin-top: 2em } #wiki-wrapper .results #gollum-footer ul.actions li { margin: 0 1em 0 0 } #wiki-wrapper.compare h1 { color: #000; font-weight: bold } #wiki-wrapper.compare #compare-content { margin-top: 3em } #wiki-wrapper.compare #compare-content ul.actions li,#wiki-wrapper.compare #gollum-footer ul.actions li { margin-left: 0; margin-right: 0.6em } #wiki-wrapper.compare #compare-content ul.actions { margin-bottom: 1.4em } #wiki-wrapper ul.actions { display: block; list-style-type: none; overflow: hidden; padding: 0 } #wiki-wrapper #files .file .data tr td.line_numbers { width: 1%; font-size: 12px }
docs/javadoc/2.5/com/fasterxml/jackson/databind/ser/std/class-use/StdArraySerializers.FloatArraySerializer.html
FasterXML/jackson-databind
<!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>
2.4.1.Final-SNAPSHOT/apidocs/org/wildfly/swarm/config/TransactionsSupplier.html
wildfly-swarm/wildfly-swarm-javadocs
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_151) on Wed 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>
venv/lib/python2.7/site-packages/mod_wsgi/docs/release-notes/version-4.5.21.html
NixaSoftware/CVis
<!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>
test-resources/sap/m/qunit/StandardTile.qunit.html
openui5/packaged-sap.m
<!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>
2017.7.0/apidocs/org/wildfly/swarm/config/infinispan/cache_container/package-summary.html
wildfly-swarm/wildfly-swarm-javadocs
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_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>
2.5.1.Final-SNAPSHOT/apidocs/org/wildfly/swarm/microprofile/jwtauth/deployment/auth/package-use.html
wildfly-swarm/wildfly-swarm-javadocs
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_151) on Wed 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>
ahkl/apache-cassandra-3.5/javadoc/org/apache/cassandra/schema/class-use/Indexes.html
jasonwee/videoOnCloud
<!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>
target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_08_testAbaNumberCheck_16889_good_g83.html
dcarda/aba.route.validator
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" /> <link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media="all"/> <link rel="stylesheet" href="../../../../../aui/css/aui-experimental.min.css" media="all"/> <!--[if IE 9]><link rel="stylesheet" href="../../../../../aui/css/aui-ie9.min.css" media="all"/><![endif]--> <style type="text/css" media="all"> @import url('../../../../../style.css'); @import url('../../../../../tree.css'); </style> <script src="../../../../../jquery-1.8.3.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui-experimental.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui-soy.min.js" type="text/javascript"></script> <script src="../../../../../package-nodes-tree.js" type="text/javascript"></script> <script src="../../../../../clover-tree.js" type="text/javascript"></script> <script src="../../../../../clover.js" type="text/javascript"></script> <script src="../../../../../clover-descriptions.js" type="text/javascript"></script> <script src="../../../../../cloud.js" type="text/javascript"></script> <title>ABA Route Transit Number Validator 1.0.1-SNAPSHOT</title> </head> <body> <div id="page"> <header id="header" role="banner"> <nav class="aui-header aui-dropdown2-trigger-group" role="navigation"> <div class="aui-header-inner"> <div class="aui-header-primary"> <h1 id="logo" class="aui-header-logo aui-header-logo-clover"> <a href="http://openclover.org" title="Visit OpenClover home page"><span class="aui-header-logo-device">OpenClover</span></a> </h1> </div> <div class="aui-header-secondary"> <ul class="aui-nav"> <li id="system-help-menu"> <a class="aui-nav-link" title="Open online documentation" target="_blank" href="http://openclover.org/documentation"> <span class="aui-icon aui-icon-small aui-iconfont-help">&#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>
2017.11.0/apidocs/org/wildfly/swarm/container/util/class-use/DriverModuleBuilder.html
wildfly-swarm/wildfly-swarm-javadocs
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_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>
tukey/templates/footer.html
LabAdvComp/tukey_portal
<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>
css/scrolling-nav.css
Abuissink/fossasia-git-site
/*! * Start Bootstrap - Scrolling Nav HTML Template (http://startbootstrap.com) * Code licensed under the Apache License v2.0. * For details, see http://www.apache.org/licenses/LICENSE-2.0. */ .code-block { text-align: left; font-family: "Roboto Mono", monospace; background-color: lightgray; } .install_table { text-align: right; margin-left: auto; margin-right: auto; width: 800px; } .pills a { border-radius: 0px; border-color: black; } body { width: 100%; height: 100%; background-color: #EEE; text-align: center; font-family: "Open Sans", sans-serif; } .tab-content{ padding-bottom: 25px; } html { width: 100%; height: 100%; } @media(min-width:767px) { .navbar { padding: 20px 0; -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out; -moz-transition: background .5s ease-in-out,padding .5s ease-in-out; transition: background .5s ease-in-out,padding .5s ease-in-out; } .top-nav-collapse { padding: 0; } } /* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based. The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children of those sections to manage the look and feel of the site. */ .navbar-nav { font-family: 'Roboto Mono', 'Consolas', monospace; } .navbar-brand { font-family: "Open Sans"; color: #A73737; font-size: 14px; } .intro-section { height: 100%; padding-top: 150px; text-align: center; background: #fff; } .intro-section h1{ font-family: "Roboto Mono", monospace; } .intro-section p{ font-family: "Open Sans", sans-serif; } .p { font-family: "Open Sans", sans-serif; } .btn-default { border-radius: 0px; border-color: #A73737; background-color: #A73737; color: #ffffff; font-family: "Roboto Mono", monospace; } .btn { border-radius: 0px; border-color: #A73737; background-color: #A73737; color: #ffffff; font-family: "Roboto Mono", monospace; width: 600px; } .btn-pill { border-radius: 0px; border-color: #A73737; font-family: "Roboto Mono", monospace; } .install-button { padding-bottom: 20px; } .bottom-button { padding-top: 20px; } .button { padding-bottom: 20px; } .command { padding-top: 15px; padding-bottom: 15px; } .btn-install { border-color: black; background: transparent; color: black; } .btn-learnmore { border-color: black; background: transparent; color: black; border-radius: 0px; width: 400px; } .btn-learnmore a:hover{ background-color: gray; } .foss{ color: #A73737; } .code-gif { padding-bottom: 30px; } .code { font-family: "Roboto Mono", monospace; color: black; background-color: lightgray; } .code-title { font-family: "Roboto Mono", monospace; color: black; } a { color: #A73737; } .nav-tabs > li, .nav-pills > li { float:none; display:inline-block; *display:inline; /* ie7 fix */ zoom:1; /* hasLayout ie7 trigger */ } .nav-tabs, .nav-pills { text-align:center; } pills > li.active > a:hover { color: #fff; background-color: #A73737; } .basic-section { height: 100%; /* padding-top: 150px; */ text-align: center; background: #eee; /* padding-bottom: 150px; */ } .basic-section h1{ font-family: "Open Sans", sans-serif; } .backtrack-section { height: 100%; /* padding-top: 300px; */ text-align: center; background: #eEe; /* padding-bottom: 150px; */ } .branch-section { height: 100%; /* padding-top: 150px; */ text-align: center; background: #eee; /* padding-bottom: 150px; */ } .remote-section { height: 100%; /* padding-top: 150px; */ text-align: center; background: #eee; /* padding-bottom: 150px; */ } section { padding-bottom: 300px; }
src/stylesheet/common/Theme/Button/Back.css
ImpetX/react-crude
/* @author: Kamal Sharif @createdAt: 3.4.2017 @lastModified: 3.4.2017 @modifiedBy: Kamal Sharif @fileName: Back.css @filePath: ./src/stylesheet/common/Theme/Button/Back.css */ $color: #fff; $background-color: #397ba2; .button { composes: button from './Common.css'; } .button:not([disabled]).raised, .button[disabled] { color: $color; } .button:not([disabled]).raised { background-color: $background-color; }
Hibernate-source/源代码及重要说明/Hibernate相关资料/hibernate-3.2.0.ga/hibernate-3.2/doc/api/org/hibernate/event/def/class-use/DefaultDirtyCheckEventListener.html
renmeng8875/projects
<!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>
target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_08_testAbaNumberCheck_16789_good_ail.html
dcarda/aba.route.validator
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" /> <link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media="all"/> <link rel="stylesheet" href="../../../../../aui/css/aui-experimental.min.css" media="all"/> <!--[if IE 9]><link rel="stylesheet" href="../../../../../aui/css/aui-ie9.min.css" media="all"/><![endif]--> <style type="text/css" media="all"> @import url('../../../../../style.css'); @import url('../../../../../tree.css'); </style> <script src="../../../../../jquery-1.8.3.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui-experimental.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui-soy.min.js" type="text/javascript"></script> <script src="../../../../../package-nodes-tree.js" type="text/javascript"></script> <script src="../../../../../clover-tree.js" type="text/javascript"></script> <script src="../../../../../clover.js" type="text/javascript"></script> <script src="../../../../../clover-descriptions.js" type="text/javascript"></script> <script src="../../../../../cloud.js" type="text/javascript"></script> <title>ABA Route Transit Number Validator 1.0.1-SNAPSHOT</title> </head> <body> <div id="page"> <header id="header" role="banner"> <nav class="aui-header aui-dropdown2-trigger-group" role="navigation"> <div class="aui-header-inner"> <div class="aui-header-primary"> <h1 id="logo" class="aui-header-logo aui-header-logo-clover"> <a href="http://openclover.org" title="Visit OpenClover home page"><span class="aui-header-logo-device">OpenClover</span></a> </h1> </div> <div class="aui-header-secondary"> <ul class="aui-nav"> <li id="system-help-menu"> <a class="aui-nav-link" title="Open online documentation" target="_blank" href="http://openclover.org/documentation"> <span class="aui-icon aui-icon-small aui-iconfont-help">&#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>
target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_11_testAbaNumberCheck_23953_good_q99.html
dcarda/aba.route.validator
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" /> <link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media="all"/> <link rel="stylesheet" href="../../../../../aui/css/aui-experimental.min.css" media="all"/> <!--[if IE 9]><link rel="stylesheet" href="../../../../../aui/css/aui-ie9.min.css" media="all"/><![endif]--> <style type="text/css" media="all"> @import url('../../../../../style.css'); @import url('../../../../../tree.css'); </style> <script src="../../../../../jquery-1.8.3.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui-experimental.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui-soy.min.js" type="text/javascript"></script> <script src="../../../../../package-nodes-tree.js" type="text/javascript"></script> <script src="../../../../../clover-tree.js" type="text/javascript"></script> <script src="../../../../../clover.js" type="text/javascript"></script> <script src="../../../../../clover-descriptions.js" type="text/javascript"></script> <script src="../../../../../cloud.js" type="text/javascript"></script> <title>ABA Route Transit Number Validator 1.0.1-SNAPSHOT</title> </head> <body> <div id="page"> <header id="header" role="banner"> <nav class="aui-header aui-dropdown2-trigger-group" role="navigation"> <div class="aui-header-inner"> <div class="aui-header-primary"> <h1 id="logo" class="aui-header-logo aui-header-logo-clover"> <a href="http://openclover.org" title="Visit OpenClover home page"><span class="aui-header-logo-device">OpenClover</span></a> </h1> </div> <div class="aui-header-secondary"> <ul class="aui-nav"> <li id="system-help-menu"> <a class="aui-nav-link" title="Open online documentation" target="_blank" href="http://openclover.org/documentation"> <span class="aui-icon aui-icon-small aui-iconfont-help">&#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>
target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_11_testAbaNumberCheck_24300_bad_1bi.html
dcarda/aba.route.validator
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" /> <link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media="all"/> <link rel="stylesheet" href="../../../../../aui/css/aui-experimental.min.css" media="all"/> <!--[if IE 9]><link rel="stylesheet" href="../../../../../aui/css/aui-ie9.min.css" media="all"/><![endif]--> <style type="text/css" media="all"> @import url('../../../../../style.css'); @import url('../../../../../tree.css'); </style> <script src="../../../../../jquery-1.8.3.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui-experimental.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui-soy.min.js" type="text/javascript"></script> <script src="../../../../../package-nodes-tree.js" type="text/javascript"></script> <script src="../../../../../clover-tree.js" type="text/javascript"></script> <script src="../../../../../clover.js" type="text/javascript"></script> <script src="../../../../../clover-descriptions.js" type="text/javascript"></script> <script src="../../../../../cloud.js" type="text/javascript"></script> <title>ABA Route Transit Number Validator 1.0.1-SNAPSHOT</title> </head> <body> <div id="page"> <header id="header" role="banner"> <nav class="aui-header aui-dropdown2-trigger-group" role="navigation"> <div class="aui-header-inner"> <div class="aui-header-primary"> <h1 id="logo" class="aui-header-logo aui-header-logo-clover"> <a href="http://openclover.org" title="Visit OpenClover home page"><span class="aui-header-logo-device">OpenClover</span></a> </h1> </div> <div class="aui-header-secondary"> <ul class="aui-nav"> <li id="system-help-menu"> <a class="aui-nav-link" title="Open online documentation" target="_blank" href="http://openclover.org/documentation"> <span class="aui-icon aui-icon-small aui-iconfont-help">&#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>
2017.7.0/apidocs/org/wildfly/swarm/config/messaging/activemq/server/class-use/JMSTopic.html
wildfly-swarm/wildfly-swarm-javadocs
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_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>
workspace/myproject/myproject/templates/example/admin_3/ui_typography.html
liangazhou/django-rdp
<!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: support@keenthemes.com 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:#"> first.last@email.com </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="mail@email.com" 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:info@metronic.com">info@metronic.com</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>
Javadoc/org/drip/sample/fx/package-tree.html
lakshmiDRIP/DRIP
<!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>
storefront/templates/documentation/app-gallery/dellinger.html
linkedin/indextank-service
{% 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 %}
docs/api/org/springframework/jdbc/support/class-use/SQLStateSQLExceptionTranslator.html
mattxia/spring-2.5-analysis
<!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_03) on Mon Nov 19 21:41:19 CET 2007 --> <TITLE> Uses of Class org.springframework.jdbc.support.SQLStateSQLExceptionTranslator (Spring Framework API 2.5) </TITLE> <META NAME="date" CONTENT="2007-11-19"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.springframework.jdbc.support.SQLStateSQLExceptionTranslator (Spring Framework API 2.5)"; } } </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/springframework/jdbc/support/SQLStateSQLExceptionTranslator.html" title="class in org.springframework.jdbc.support"><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> <a href="http://www.springframework.org/" target="_top">The Spring Framework</a></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/springframework/jdbc/support/\class-useSQLStateSQLExceptionTranslator.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="SQLStateSQLExceptionTranslator.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.springframework.jdbc.support.SQLStateSQLExceptionTranslator</B></H2> </CENTER> No usage of org.springframework.jdbc.support.SQLStateSQLExceptionTranslator <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/springframework/jdbc/support/SQLStateSQLExceptionTranslator.html" title="class in org.springframework.jdbc.support"><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> <a href="http://www.springframework.org/" target="_top">The Spring Framework</a></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/springframework/jdbc/support/\class-useSQLStateSQLExceptionTranslator.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="SQLStateSQLExceptionTranslator.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; 2002-2007 <a href=http://www.springframework.org/ target=_top>The Spring Framework</a>.</i> </BODY> </HTML>
2017.11.0/apidocs/org/wildfly/swarm/config/logging/class-use/PeriodicSizeRotatingFileHandler.html
wildfly-swarm/wildfly-swarm-javadocs
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_112) on Mon Nov 06 11:57:26 MST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.wildfly.swarm.config.logging.PeriodicSizeRotatingFileHandler (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.config.logging.PeriodicSizeRotatingFileHandler (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/PeriodicSizeRotatingFileHandler.html" title="class in org.wildfly.swarm.config.logging">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">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/PeriodicSizeRotatingFileHandler.html" target="_top">Frames</a></li> <li><a href="PeriodicSizeRotatingFileHandler.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.logging.PeriodicSizeRotatingFileHandler" class="title">Uses of Class<br>org.wildfly.swarm.config.logging.PeriodicSizeRotatingFileHandler</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/PeriodicSizeRotatingFileHandler.html" title="class in org.wildfly.swarm.config.logging">PeriodicSizeRotatingFileHandler</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.logging">org.wildfly.swarm.config.logging</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/PeriodicSizeRotatingFileHandler.html" title="class in org.wildfly.swarm.config.logging">PeriodicSizeRotatingFileHandler</a> in <a href="../../../../../../org/wildfly/swarm/config/package-summary.html">org.wildfly.swarm.config</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/wildfly/swarm/config/package-summary.html">org.wildfly.swarm.config</a> that return <a href="../../../../../../org/wildfly/swarm/config/logging/PeriodicSizeRotatingFileHandler.html" title="class in org.wildfly.swarm.config.logging">PeriodicSizeRotatingFileHandler</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/PeriodicSizeRotatingFileHandler.html" title="class in org.wildfly.swarm.config.logging">PeriodicSizeRotatingFileHandler</a></code></td> <td class="colLast"><span class="typeNameLabel">Logging.LoggingResources.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/Logging.LoggingResources.html#periodicSizeRotatingFileHandler-java.lang.String-">periodicSizeRotatingFileHandler</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/package-summary.html">org.wildfly.swarm.config</a> that return types with arguments of type <a href="../../../../../../org/wildfly/swarm/config/logging/PeriodicSizeRotatingFileHandler.html" title="class in org.wildfly.swarm.config.logging">PeriodicSizeRotatingFileHandler</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/logging/PeriodicSizeRotatingFileHandler.html" title="class in org.wildfly.swarm.config.logging">PeriodicSizeRotatingFileHandler</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">Logging.LoggingResources.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/Logging.LoggingResources.html#periodicSizeRotatingFileHandlers--">periodicSizeRotatingFileHandlers</a></span>()</code> <div class="block">Get the list of PeriodicSizeRotatingFileHandler 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/package-summary.html">org.wildfly.swarm.config</a> with parameters of type <a href="../../../../../../org/wildfly/swarm/config/logging/PeriodicSizeRotatingFileHandler.html" title="class in org.wildfly.swarm.config.logging">PeriodicSizeRotatingFileHandler</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#periodicSizeRotatingFileHandler-org.wildfly.swarm.config.logging.PeriodicSizeRotatingFileHandler-">periodicSizeRotatingFileHandler</a></span>(<a href="../../../../../../org/wildfly/swarm/config/logging/PeriodicSizeRotatingFileHandler.html" title="class in org.wildfly.swarm.config.logging">PeriodicSizeRotatingFileHandler</a>&nbsp;value)</code> <div class="block">Add the PeriodicSizeRotatingFileHandler 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/package-summary.html">org.wildfly.swarm.config</a> with type arguments of type <a href="../../../../../../org/wildfly/swarm/config/logging/PeriodicSizeRotatingFileHandler.html" title="class in org.wildfly.swarm.config.logging">PeriodicSizeRotatingFileHandler</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#periodicSizeRotatingFileHandlers-java.util.List-">periodicSizeRotatingFileHandlers</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/logging/PeriodicSizeRotatingFileHandler.html" title="class in org.wildfly.swarm.config.logging">PeriodicSizeRotatingFileHandler</a>&gt;&nbsp;value)</code> <div class="block">Add all PeriodicSizeRotatingFileHandler objects to this subresource</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.wildfly.swarm.config.logging"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/wildfly/swarm/config/logging/PeriodicSizeRotatingFileHandler.html" title="class in org.wildfly.swarm.config.logging">PeriodicSizeRotatingFileHandler</a> in <a href="../../../../../../org/wildfly/swarm/config/logging/package-summary.html">org.wildfly.swarm.config.logging</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../../org/wildfly/swarm/config/logging/package-summary.html">org.wildfly.swarm.config.logging</a> with type parameters of type <a href="../../../../../../org/wildfly/swarm/config/logging/PeriodicSizeRotatingFileHandler.html" title="class in org.wildfly.swarm.config.logging">PeriodicSizeRotatingFileHandler</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/logging/PeriodicSizeRotatingFileHandler.html" title="class in org.wildfly.swarm.config.logging">PeriodicSizeRotatingFileHandler</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/logging/PeriodicSizeRotatingFileHandler.html" title="class in org.wildfly.swarm.config.logging">PeriodicSizeRotatingFileHandler</a>&lt;T&gt;&gt;</span></code> <div class="block">Defines a handler which writes to a file, rotating the log after a time period derived from the given suffix string or after the size of the file grows beyond a certain point and keeping a fixed number of backups.</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/logging/PeriodicSizeRotatingFileHandlerConsumer.html" title="interface in org.wildfly.swarm.config.logging">PeriodicSizeRotatingFileHandlerConsumer</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/logging/PeriodicSizeRotatingFileHandler.html" title="class in org.wildfly.swarm.config.logging">PeriodicSizeRotatingFileHandler</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/logging/PeriodicSizeRotatingFileHandlerSupplier.html" title="interface in org.wildfly.swarm.config.logging">PeriodicSizeRotatingFileHandlerSupplier</a>&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/logging/PeriodicSizeRotatingFileHandler.html" title="class in org.wildfly.swarm.config.logging">PeriodicSizeRotatingFileHandler</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/logging/package-summary.html">org.wildfly.swarm.config.logging</a> that return <a href="../../../../../../org/wildfly/swarm/config/logging/PeriodicSizeRotatingFileHandler.html" title="class in org.wildfly.swarm.config.logging">PeriodicSizeRotatingFileHandler</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/PeriodicSizeRotatingFileHandler.html" title="class in org.wildfly.swarm.config.logging">PeriodicSizeRotatingFileHandler</a></code></td> <td class="colLast"><span class="typeNameLabel">PeriodicSizeRotatingFileHandlerSupplier.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/logging/PeriodicSizeRotatingFileHandlerSupplier.html#get--">get</a></span>()</code> <div class="block">Constructed instance of PeriodicSizeRotatingFileHandler resource</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/wildfly/swarm/config/logging/PeriodicSizeRotatingFileHandler.html" title="class in org.wildfly.swarm.config.logging">PeriodicSizeRotatingFileHandler</a></code></td> <td class="colLast"><span class="typeNameLabel">LoggingProfile.LoggingProfileResources.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/logging/LoggingProfile.LoggingProfileResources.html#periodicSizeRotatingFileHandler-java.lang.String-">periodicSizeRotatingFileHandler</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/logging/package-summary.html">org.wildfly.swarm.config.logging</a> that return types with arguments of type <a href="../../../../../../org/wildfly/swarm/config/logging/PeriodicSizeRotatingFileHandler.html" title="class in org.wildfly.swarm.config.logging">PeriodicSizeRotatingFileHandler</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/logging/PeriodicSizeRotatingFileHandler.html" title="class in org.wildfly.swarm.config.logging">PeriodicSizeRotatingFileHandler</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">LoggingProfile.LoggingProfileResources.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/logging/LoggingProfile.LoggingProfileResources.html#periodicSizeRotatingFileHandlers--">periodicSizeRotatingFileHandlers</a></span>()</code> <div class="block">Get the list of PeriodicSizeRotatingFileHandler 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/logging/package-summary.html">org.wildfly.swarm.config.logging</a> with parameters of type <a href="../../../../../../org/wildfly/swarm/config/logging/PeriodicSizeRotatingFileHandler.html" title="class in org.wildfly.swarm.config.logging">PeriodicSizeRotatingFileHandler</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/LoggingProfile.html" title="type parameter in LoggingProfile">T</a></code></td> <td class="colLast"><span class="typeNameLabel">LoggingProfile.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/logging/LoggingProfile.html#periodicSizeRotatingFileHandler-org.wildfly.swarm.config.logging.PeriodicSizeRotatingFileHandler-">periodicSizeRotatingFileHandler</a></span>(<a href="../../../../../../org/wildfly/swarm/config/logging/PeriodicSizeRotatingFileHandler.html" title="class in org.wildfly.swarm.config.logging">PeriodicSizeRotatingFileHandler</a>&nbsp;value)</code> <div class="block">Add the PeriodicSizeRotatingFileHandler 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/logging/package-summary.html">org.wildfly.swarm.config.logging</a> with type arguments of type <a href="../../../../../../org/wildfly/swarm/config/logging/PeriodicSizeRotatingFileHandler.html" title="class in org.wildfly.swarm.config.logging">PeriodicSizeRotatingFileHandler</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/LoggingProfile.html" title="type parameter in LoggingProfile">T</a></code></td> <td class="colLast"><span class="typeNameLabel">LoggingProfile.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/logging/LoggingProfile.html#periodicSizeRotatingFileHandlers-java.util.List-">periodicSizeRotatingFileHandlers</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/logging/PeriodicSizeRotatingFileHandler.html" title="class in org.wildfly.swarm.config.logging">PeriodicSizeRotatingFileHandler</a>&gt;&nbsp;value)</code> <div class="block">Add all PeriodicSizeRotatingFileHandler 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/logging/PeriodicSizeRotatingFileHandler.html" title="class in org.wildfly.swarm.config.logging">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">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/PeriodicSizeRotatingFileHandler.html" target="_top">Frames</a></li> <li><a href="PeriodicSizeRotatingFileHandler.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>
lib/poi-3.16-beta1/docs/apidocs/org/apache/poi/xslf/usermodel/class-use/XSLFNotesMaster.html
Aarhus-BSS/Aarhus-Research-Rebuilt
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <title>Uses of Class org.apache.poi.xslf.usermodel.XSLFNotesMaster (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="Uses of Class org.apache.poi.xslf.usermodel.XSLFNotesMaster (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><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFNotesMaster.html" title="class in org.apache.poi.xslf.usermodel">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/poi/xslf/usermodel//class-useXSLFNotesMaster.html" target="_top">FRAMES</a></li> <li><a href="XSLFNotesMaster.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.poi.xslf.usermodel.XSLFNotesMaster" class="title">Uses of Class<br>org.apache.poi.xslf.usermodel.XSLFNotesMaster</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFNotesMaster.html" title="class in org.apache.poi.xslf.usermodel">XSLFNotesMaster</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.poi.xslf.usermodel">org.apache.poi.xslf.usermodel</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.apache.poi.xslf.usermodel"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFNotesMaster.html" title="class in org.apache.poi.xslf.usermodel">XSLFNotesMaster</a> in <a href="../../../../../../org/apache/poi/xslf/usermodel/package-summary.html">org.apache.poi.xslf.usermodel</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/apache/poi/xslf/usermodel/package-summary.html">org.apache.poi.xslf.usermodel</a> that return <a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFNotesMaster.html" title="class in org.apache.poi.xslf.usermodel">XSLFNotesMaster</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/poi/xslf/usermodel/XSLFNotesMaster.html" title="class in org.apache.poi.xslf.usermodel">XSLFNotesMaster</a></code></td> <td class="colLast"><span class="strong">XSLFNotes.</span><code><strong><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFNotes.html#getMasterSheet()">getMasterSheet</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFNotesMaster.html" title="class in org.apache.poi.xslf.usermodel">XSLFNotesMaster</a></code></td> <td class="colLast"><span class="strong">XMLSlideShow.</span><code><strong><a href="../../../../../../org/apache/poi/xslf/usermodel/XMLSlideShow.html#getNotesMaster()">getNotesMaster</a></strong>()</code> <div class="block">Return the Notes Master, if there is one.</div> </td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFNotesMaster.html" title="class in org.apache.poi.xslf.usermodel">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/poi/xslf/usermodel//class-useXSLFNotesMaster.html" target="_top">FRAMES</a></li> <li><a href="XSLFNotesMaster.html" target="_top">NO FRAMES</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small> <i>Copyright 2016 The Apache Software Foundation or its licensors, as applicable.</i> </small></p> </body> </html>
2016.12.1/apidocs/org/wildfly/swarm/config/class-use/UndertowSupplier.html
wildfly-swarm/wildfly-swarm-javadocs
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_60-ea) on Thu Dec 15 09:48:37 EST 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.wildfly.swarm.config.UndertowSupplier (Public javadocs 2016.12.1 API)</title> <meta name="date" content="2016-12-15"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Interface org.wildfly.swarm.config.UndertowSupplier (Public javadocs 2016.12.1 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/wildfly/swarm/config/UndertowSupplier.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">WildFly Swarm API, 2016.12.1</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/UndertowSupplier.html" target="_top">Frames</a></li> <li><a href="UndertowSupplier.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.UndertowSupplier" class="title">Uses of Interface<br>org.wildfly.swarm.config.UndertowSupplier</h2> </div> <div class="classUseContainer">No usage of org.wildfly.swarm.config.UndertowSupplier</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/UndertowSupplier.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">WildFly Swarm API, 2016.12.1</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/UndertowSupplier.html" target="_top">Frames</a></li> <li><a href="UndertowSupplier.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; 2016 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p> </body> </html>
template/default/list_ask.html
xiaohaoyong/www.jzfupin.cn
{template header.html} <ul> {list catid=$catid page=$page} <li><a href="{$v[url]}">{$v[title]}</a></li> {/list} </ul> {$pages} {template footer.html}
provider-chartboost/libs/doc/chartboost/com/chartboost/sdk/Tracking/CBAnalytics.CBLevelType.html
deltaDNA/android-smartads-sdk
<!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>CBAnalytics.CBLevelType (Chartboost SDK)</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="CBAnalytics.CBLevelType (Chartboost SDK)"; } } catch(err) { } //--> var methods = {"i0":10,"i1":9,"i2":9}; var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../com/chartboost/sdk/Tracking/CBAnalytics.CBIAPType.html" title="enum in com.chartboost.sdk.Tracking"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../com/chartboost/sdk/Tracking/CBAnalytics.CBMiscRevenueGeneratingEventType.html" title="enum in com.chartboost.sdk.Tracking"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/chartboost/sdk/Tracking/CBAnalytics.CBLevelType.html" target="_top">Frames</a></li> <li><a href="CBAnalytics.CBLevelType.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="#enum.constant.summary">Enum Constants</a>&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#enum.constant.detail">Enum Constants</a>&nbsp;|&nbsp;</li> <li>Field&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.chartboost.sdk.Tracking</div> <h2 title="Enum CBAnalytics.CBLevelType" class="title">Enum CBAnalytics.CBLevelType</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>java.lang.Enum&lt;<a href="../../../../com/chartboost/sdk/Tracking/CBAnalytics.CBLevelType.html" title="enum in com.chartboost.sdk.Tracking">CBAnalytics.CBLevelType</a>&gt;</li> <li> <ul class="inheritance"> <li>com.chartboost.sdk.Tracking.CBAnalytics.CBLevelType</li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd>java.io.Serializable, java.lang.Comparable&lt;<a href="../../../../com/chartboost/sdk/Tracking/CBAnalytics.CBLevelType.html" title="enum in com.chartboost.sdk.Tracking">CBAnalytics.CBLevelType</a>&gt;</dd> </dl> <dl> <dt>Enclosing class:</dt> <dd><a href="../../../../com/chartboost/sdk/Tracking/CBAnalytics.html" title="class in com.chartboost.sdk.Tracking">CBAnalytics</a></dd> </dl> <hr> <br> <pre>public static enum <span class="typeNameLabel">CBAnalytics.CBLevelType</span> extends java.lang.Enum&lt;<a href="../../../../com/chartboost/sdk/Tracking/CBAnalytics.CBLevelType.html" title="enum in com.chartboost.sdk.Tracking">CBAnalytics.CBLevelType</a>&gt;</pre> <div class="block">Different type of level tracking information values</div> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== ENUM CONSTANT SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="enum.constant.summary"> <!-- --> </a> <h3>Enum Constant Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Constant Summary table, listing enum constants, and an explanation"> <caption><span>Enum Constants</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Enum Constant and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/chartboost/sdk/Tracking/CBAnalytics.CBLevelType.html#CHARACTER_LEVEL">CHARACTER_LEVEL</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/chartboost/sdk/Tracking/CBAnalytics.CBLevelType.html#CURRENT_AREA">CURRENT_AREA</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/chartboost/sdk/Tracking/CBAnalytics.CBLevelType.html#HIGHEST_LEVEL_REACHED">HIGHEST_LEVEL_REACHED</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/chartboost/sdk/Tracking/CBAnalytics.CBLevelType.html#OTHER_NONSEQUENTIAL">OTHER_NONSEQUENTIAL</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/chartboost/sdk/Tracking/CBAnalytics.CBLevelType.html#OTHER_SEQUENTIAL">OTHER_SEQUENTIAL</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="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/chartboost/sdk/Tracking/CBAnalytics.CBLevelType.html#getLevelType--">getLevelType</a></span>()</code>&nbsp;</td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>static <a href="../../../../com/chartboost/sdk/Tracking/CBAnalytics.CBLevelType.html" title="enum in com.chartboost.sdk.Tracking">CBAnalytics.CBLevelType</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/chartboost/sdk/Tracking/CBAnalytics.CBLevelType.html#valueOf-java.lang.String-">valueOf</a></span>(java.lang.String&nbsp;name)</code> <div class="block">Returns the enum constant of this type with the specified name.</div> </td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code>static <a href="../../../../com/chartboost/sdk/Tracking/CBAnalytics.CBLevelType.html" title="enum in com.chartboost.sdk.Tracking">CBAnalytics.CBLevelType</a>[]</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/chartboost/sdk/Tracking/CBAnalytics.CBLevelType.html#values--">values</a></span>()</code> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared.</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Enum"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Enum</h3> <code>compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>getClass, notify, notifyAll, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ ENUM CONSTANT DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="enum.constant.detail"> <!-- --> </a> <h3>Enum Constant Detail</h3> <a name="HIGHEST_LEVEL_REACHED"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>HIGHEST_LEVEL_REACHED</h4> <pre>public static final&nbsp;<a href="../../../../com/chartboost/sdk/Tracking/CBAnalytics.CBLevelType.html" title="enum in com.chartboost.sdk.Tracking">CBAnalytics.CBLevelType</a> HIGHEST_LEVEL_REACHED</pre> </li> </ul> <a name="CURRENT_AREA"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CURRENT_AREA</h4> <pre>public static final&nbsp;<a href="../../../../com/chartboost/sdk/Tracking/CBAnalytics.CBLevelType.html" title="enum in com.chartboost.sdk.Tracking">CBAnalytics.CBLevelType</a> CURRENT_AREA</pre> </li> </ul> <a name="CHARACTER_LEVEL"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CHARACTER_LEVEL</h4> <pre>public static final&nbsp;<a href="../../../../com/chartboost/sdk/Tracking/CBAnalytics.CBLevelType.html" title="enum in com.chartboost.sdk.Tracking">CBAnalytics.CBLevelType</a> CHARACTER_LEVEL</pre> </li> </ul> <a name="OTHER_SEQUENTIAL"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>OTHER_SEQUENTIAL</h4> <pre>public static final&nbsp;<a href="../../../../com/chartboost/sdk/Tracking/CBAnalytics.CBLevelType.html" title="enum in com.chartboost.sdk.Tracking">CBAnalytics.CBLevelType</a> OTHER_SEQUENTIAL</pre> </li> </ul> <a name="OTHER_NONSEQUENTIAL"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>OTHER_NONSEQUENTIAL</h4> <pre>public static final&nbsp;<a href="../../../../com/chartboost/sdk/Tracking/CBAnalytics.CBLevelType.html" title="enum in com.chartboost.sdk.Tracking">CBAnalytics.CBLevelType</a> OTHER_NONSEQUENTIAL</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="values--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>values</h4> <pre>public static&nbsp;<a href="../../../../com/chartboost/sdk/Tracking/CBAnalytics.CBLevelType.html" title="enum in com.chartboost.sdk.Tracking">CBAnalytics.CBLevelType</a>[]&nbsp;values()</pre> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows: <pre> for (CBAnalytics.CBLevelType c : CBAnalytics.CBLevelType.values()) &nbsp; System.out.println(c); </pre></div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>an array containing the constants of this enum type, in the order they are declared</dd> </dl> </li> </ul> <a name="valueOf-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>valueOf</h4> <pre>public static&nbsp;<a href="../../../../com/chartboost/sdk/Tracking/CBAnalytics.CBLevelType.html" title="enum in com.chartboost.sdk.Tracking">CBAnalytics.CBLevelType</a>&nbsp;valueOf(java.lang.String&nbsp;name)</pre> <div class="block">Returns the enum constant of this type with the specified name. The string must match <i>exactly</i> an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>name</code> - the name of the enum constant to be returned.</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>the enum constant with the specified name</dd> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code>java.lang.IllegalArgumentException</code> - if this enum type has no constant with the specified name</dd> <dd><code>java.lang.NullPointerException</code> - if the argument is null</dd> </dl> </li> </ul> <a name="getLevelType--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>getLevelType</h4> <pre>public&nbsp;int&nbsp;getLevelType()</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/chartboost/sdk/Tracking/CBAnalytics.CBIAPType.html" title="enum in com.chartboost.sdk.Tracking"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../com/chartboost/sdk/Tracking/CBAnalytics.CBMiscRevenueGeneratingEventType.html" title="enum in com.chartboost.sdk.Tracking"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/chartboost/sdk/Tracking/CBAnalytics.CBLevelType.html" target="_top">Frames</a></li> <li><a href="CBAnalytics.CBLevelType.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="#enum.constant.summary">Enum Constants</a>&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#enum.constant.detail">Enum Constants</a>&nbsp;|&nbsp;</li> <li>Field&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>
app/views/templates/ratio5to7FieldConstructor.scala.html
ukwa/w3act
@(elements: helper.FieldElements) <div class="row padding-10"> <div class="col-md-12 col-xs-12 col-sm-12"> <div class="form-group"> <label for="@elements.id" class="col-sm-5 control-label"> @elements.label(elements.lang) @if(elements.infos.contains("Required")) { <font color="red">*</font> } </label> <div class="col-sm-7"> @elements.input <span class="errors"><font color="red">@elements.errors.mkString(", ")</font></span> </div> </div> </div> </div>
DATASTAX_CASSANDRA-3.5.0/javadoc/org/apache/cassandra/thrift/class-use/SchemaDisagreementException._Fields.html
elisska/cloudera-cassandra
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_40) on Wed Apr 13 18:09:43 UTC 2016 --> <title>Uses of Class org.apache.cassandra.thrift.SchemaDisagreementException._Fields (apache-cassandra API)</title> <meta name="date" content="2016-04-13"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.cassandra.thrift.SchemaDisagreementException._Fields (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/thrift/SchemaDisagreementException._Fields.html" title="enum in org.apache.cassandra.thrift">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/thrift/class-use/SchemaDisagreementException._Fields.html" target="_top">Frames</a></li> <li><a href="SchemaDisagreementException._Fields.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.thrift.SchemaDisagreementException._Fields" class="title">Uses of Class<br>org.apache.cassandra.thrift.SchemaDisagreementException._Fields</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/thrift/SchemaDisagreementException._Fields.html" title="enum in org.apache.cassandra.thrift">SchemaDisagreementException._Fields</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.thrift">org.apache.cassandra.thrift</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.thrift"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/apache/cassandra/thrift/SchemaDisagreementException._Fields.html" title="enum in org.apache.cassandra.thrift">SchemaDisagreementException._Fields</a> in <a href="../../../../../org/apache/cassandra/thrift/package-summary.html">org.apache.cassandra.thrift</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/apache/cassandra/thrift/package-summary.html">org.apache.cassandra.thrift</a> with type parameters of type <a href="../../../../../org/apache/cassandra/thrift/SchemaDisagreementException._Fields.html" title="enum in org.apache.cassandra.thrift">SchemaDisagreementException._Fields</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 java.util.Map&lt;<a href="../../../../../org/apache/cassandra/thrift/SchemaDisagreementException._Fields.html" title="enum in org.apache.cassandra.thrift">SchemaDisagreementException._Fields</a>,org.apache.thrift.meta_data.FieldMetaData&gt;</code></td> <td class="colLast"><span class="typeNameLabel">SchemaDisagreementException.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/cassandra/thrift/SchemaDisagreementException.html#metaDataMap">metaDataMap</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/thrift/package-summary.html">org.apache.cassandra.thrift</a> that return <a href="../../../../../org/apache/cassandra/thrift/SchemaDisagreementException._Fields.html" title="enum in org.apache.cassandra.thrift">SchemaDisagreementException._Fields</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/thrift/SchemaDisagreementException._Fields.html" title="enum in org.apache.cassandra.thrift">SchemaDisagreementException._Fields</a></code></td> <td class="colLast"><span class="typeNameLabel">SchemaDisagreementException.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/cassandra/thrift/SchemaDisagreementException.html#fieldForId-int-">fieldForId</a></span>(int&nbsp;fieldId)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/thrift/SchemaDisagreementException._Fields.html" title="enum in org.apache.cassandra.thrift">SchemaDisagreementException._Fields</a></code></td> <td class="colLast"><span class="typeNameLabel">SchemaDisagreementException._Fields.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/cassandra/thrift/SchemaDisagreementException._Fields.html#findByName-java.lang.String-">findByName</a></span>(java.lang.String&nbsp;name)</code> <div class="block">Find the _Fields constant that matches name, or null if its not found.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/thrift/SchemaDisagreementException._Fields.html" title="enum in org.apache.cassandra.thrift">SchemaDisagreementException._Fields</a></code></td> <td class="colLast"><span class="typeNameLabel">SchemaDisagreementException._Fields.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/cassandra/thrift/SchemaDisagreementException._Fields.html#findByThriftId-int-">findByThriftId</a></span>(int&nbsp;fieldId)</code> <div class="block">Find the _Fields constant that matches fieldId, or null if its not found.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/thrift/SchemaDisagreementException._Fields.html" title="enum in org.apache.cassandra.thrift">SchemaDisagreementException._Fields</a></code></td> <td class="colLast"><span class="typeNameLabel">SchemaDisagreementException._Fields.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/cassandra/thrift/SchemaDisagreementException._Fields.html#findByThriftIdOrThrow-int-">findByThriftIdOrThrow</a></span>(int&nbsp;fieldId)</code> <div class="block">Find the _Fields constant that matches fieldId, throwing an exception if it is not found.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/thrift/SchemaDisagreementException._Fields.html" title="enum in org.apache.cassandra.thrift">SchemaDisagreementException._Fields</a></code></td> <td class="colLast"><span class="typeNameLabel">SchemaDisagreementException._Fields.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/cassandra/thrift/SchemaDisagreementException._Fields.html#valueOf-java.lang.String-">valueOf</a></span>(java.lang.String&nbsp;name)</code> <div class="block">Returns the enum constant of this type with the specified name.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/thrift/SchemaDisagreementException._Fields.html" title="enum in org.apache.cassandra.thrift">SchemaDisagreementException._Fields</a>[]</code></td> <td class="colLast"><span class="typeNameLabel">SchemaDisagreementException._Fields.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/cassandra/thrift/SchemaDisagreementException._Fields.html#values--">values</a></span>()</code> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared.</div> </td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/apache/cassandra/thrift/package-summary.html">org.apache.cassandra.thrift</a> with parameters of type <a href="../../../../../org/apache/cassandra/thrift/SchemaDisagreementException._Fields.html" title="enum in org.apache.cassandra.thrift">SchemaDisagreementException._Fields</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>java.lang.Object</code></td> <td class="colLast"><span class="typeNameLabel">SchemaDisagreementException.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/cassandra/thrift/SchemaDisagreementException.html#getFieldValue-org.apache.cassandra.thrift.SchemaDisagreementException._Fields-">getFieldValue</a></span>(<a href="../../../../../org/apache/cassandra/thrift/SchemaDisagreementException._Fields.html" title="enum in org.apache.cassandra.thrift">SchemaDisagreementException._Fields</a>&nbsp;field)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><span class="typeNameLabel">SchemaDisagreementException.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/cassandra/thrift/SchemaDisagreementException.html#isSet-org.apache.cassandra.thrift.SchemaDisagreementException._Fields-">isSet</a></span>(<a href="../../../../../org/apache/cassandra/thrift/SchemaDisagreementException._Fields.html" title="enum in org.apache.cassandra.thrift">SchemaDisagreementException._Fields</a>&nbsp;field)</code> <div class="block">Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="typeNameLabel">SchemaDisagreementException.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/cassandra/thrift/SchemaDisagreementException.html#setFieldValue-org.apache.cassandra.thrift.SchemaDisagreementException._Fields-java.lang.Object-">setFieldValue</a></span>(<a href="../../../../../org/apache/cassandra/thrift/SchemaDisagreementException._Fields.html" title="enum in org.apache.cassandra.thrift">SchemaDisagreementException._Fields</a>&nbsp;field, java.lang.Object&nbsp;value)</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/apache/cassandra/thrift/SchemaDisagreementException._Fields.html" title="enum in org.apache.cassandra.thrift">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/thrift/class-use/SchemaDisagreementException._Fields.html" target="_top">Frames</a></li> <li><a href="SchemaDisagreementException._Fields.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>
app/uk/gov/hmrc/hmrcemailrenderer/templates/childcare/csiEmailRegistration.scala.html
saurabharora80/hmrc-email-renderer
@(params: Map[String, Any])@uk.gov.hmrc.hmrcemailrenderer.templates.helpers.html.template_main(params, "You told us you’re interested in childcare schemes launching in 2017",true,None,false) { <p style="font-size: 19px; line-height: 1.315789474; margin: 0 0 30px 0;">We’ll email you when they’re available with details of how to apply. </p> <p style="font-size: 24px; line-height: 1.315789474; margin: 0 0 30px 0;">From HM Government</p> }
docs/cpp/classoperations__research_1_1_star_graph_base.html
google/or-tools
<!-- 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: StarGraphBase&lt; NodeIndexType, ArcIndexType, DerivedGraph &gt;</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('classoperations__research_1_1_star_graph_base.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="#pub-methods">Public Member Functions</a> &#124; <a href="#pub-static-attribs">Static Public Attributes</a> &#124; <a href="#pro-methods">Protected Member Functions</a> &#124; <a href="#pro-attribs">Protected Attributes</a> &#124; <a href="classoperations__research_1_1_star_graph_base-members.html">List of all members</a> </div> <div class="headertitle"><div class="title">StarGraphBase&lt; NodeIndexType, ArcIndexType, DerivedGraph &gt;</div></div> </div><!--header--> <div class="contents"> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><div class="compoundTemplParams">template&lt;typename NodeIndexType, typename ArcIndexType, typename DerivedGraph&gt;<br /> class operations_research::StarGraphBase&lt; NodeIndexType, ArcIndexType, DerivedGraph &gt;</div> <p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00214">214</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p> </div><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_1_star_graph_base_1_1_arc_iterator.html">ArcIterator</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_1_star_graph_base_1_1_node_iterator.html">NodeIterator</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_1_star_graph_base_1_1_outgoing_arc_iterator.html">OutgoingArcIterator</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="pub-methods" name="pub-methods"></a> Public Member Functions</h2></td></tr> <tr class="memitem:a6a2df5042167b234f6dc3aed4acfa6c9"><td class="memItemLeft" align="right" valign="top">NodeIndexType&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_star_graph_base.html#a6a2df5042167b234f6dc3aed4acfa6c9">num_nodes</a> () const</td></tr> <tr class="separator:a6a2df5042167b234f6dc3aed4acfa6c9"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a4d3fc55a2fe209a908470199437cec9a"><td class="memItemLeft" align="right" valign="top">ArcIndexType&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_star_graph_base.html#a4d3fc55a2fe209a908470199437cec9a">num_arcs</a> () const</td></tr> <tr class="separator:a4d3fc55a2fe209a908470199437cec9a"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:abe63d4d83bcc1da204931b4687494460"><td class="memItemLeft" align="right" valign="top">NodeIndexType&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_star_graph_base.html#abe63d4d83bcc1da204931b4687494460">end_node_index</a> () const</td></tr> <tr class="separator:abe63d4d83bcc1da204931b4687494460"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a8b9175b7d6fd63f5ae764a7ea44d13e0"><td class="memItemLeft" align="right" valign="top">ArcIndexType&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_star_graph_base.html#a8b9175b7d6fd63f5ae764a7ea44d13e0">end_arc_index</a> () const</td></tr> <tr class="separator:a8b9175b7d6fd63f5ae764a7ea44d13e0"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a29774a2f068745000e90eaf549543144"><td class="memItemLeft" align="right" valign="top">NodeIndexType&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_star_graph_base.html#a29774a2f068745000e90eaf549543144">max_num_nodes</a> () const</td></tr> <tr class="separator:a29774a2f068745000e90eaf549543144"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a6dea64dce5de0432befc47f85176ab19"><td class="memItemLeft" align="right" valign="top">ArcIndexType&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_star_graph_base.html#a6dea64dce5de0432befc47f85176ab19">max_num_arcs</a> () const</td></tr> <tr class="separator:a6dea64dce5de0432befc47f85176ab19"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:adb3250cf217e042d99de43a4e22a9360"><td class="memItemLeft" align="right" valign="top">NodeIndexType&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_star_graph_base.html#adb3250cf217e042d99de43a4e22a9360">max_end_node_index</a> () const</td></tr> <tr class="separator:adb3250cf217e042d99de43a4e22a9360"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aad16076f9d10c90b9b9e0ccfddf878ed"><td class="memItemLeft" align="right" valign="top">ArcIndexType&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_star_graph_base.html#aad16076f9d10c90b9b9e0ccfddf878ed">max_end_arc_index</a> () const</td></tr> <tr class="separator:aad16076f9d10c90b9b9e0ccfddf878ed"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a2b88b717e42d7137a884c36e35052191"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_star_graph_base.html#a2b88b717e42d7137a884c36e35052191">IsNodeValid</a> (NodeIndexType node) const</td></tr> <tr class="separator:a2b88b717e42d7137a884c36e35052191"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:afd99777b09af9bfb951f88dbb93e11e7"><td class="memItemLeft" align="right" valign="top">ArcIndexType&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_star_graph_base.html#afd99777b09af9bfb951f88dbb93e11e7">LookUpArc</a> (const NodeIndexType <a class="el" href="routing__search_8cc.html#aff39d864a6594bc5f4a5e365282e00fe">tail</a>, const NodeIndexType <a class="el" href="routing__search_8cc.html#a20358970b1abaf992eb85e071e454653">head</a>) const</td></tr> <tr class="separator:afd99777b09af9bfb951f88dbb93e11e7"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a5237cfbb86ec8f305e498e873e5c4e95"><td class="memItemLeft" align="right" valign="top">NodeIndexType&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_star_graph_base.html#a5237cfbb86ec8f305e498e873e5c4e95">Head</a> (const ArcIndexType arc) const</td></tr> <tr class="separator:a5237cfbb86ec8f305e498e873e5c4e95"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a74cc112e18e1496d720c48f6082d2671"><td class="memItemLeft" align="right" valign="top">std::string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_star_graph_base.html#a74cc112e18e1496d720c48f6082d2671">NodeDebugString</a> (const NodeIndexType node) const</td></tr> <tr class="separator:a74cc112e18e1496d720c48f6082d2671"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a58d0c72004cf773e707cb9d43dafc308"><td class="memItemLeft" align="right" valign="top">std::string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_star_graph_base.html#a58d0c72004cf773e707cb9d43dafc308">ArcDebugString</a> (const ArcIndexType arc) const</td></tr> <tr class="separator:a58d0c72004cf773e707cb9d43dafc308"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pub-static-attribs" name="pub-static-attribs"></a> Static Public Attributes</h2></td></tr> <tr class="memitem:a0da78a7e517acf1b646ae28ad16216ed"><td class="memItemLeft" align="right" valign="top">static const NodeIndexType&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_star_graph_base.html#a0da78a7e517acf1b646ae28ad16216ed">kNilNode</a> = -1</td></tr> <tr class="separator:a0da78a7e517acf1b646ae28ad16216ed"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aab3a7c235c6a6000a25a5a79d680f1ba"><td class="memItemLeft" align="right" valign="top">static const ArcIndexType&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_star_graph_base.html#aab3a7c235c6a6000a25a5a79d680f1ba">kNilArc</a></td></tr> <tr class="separator:aab3a7c235c6a6000a25a5a79d680f1ba"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:acaaf3f4354888c162f6c562f0bd2ae2b"><td class="memItemLeft" align="right" valign="top">static const NodeIndexType&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_star_graph_base.html#acaaf3f4354888c162f6c562f0bd2ae2b">kFirstNode</a> = 0</td></tr> <tr class="separator:acaaf3f4354888c162f6c562f0bd2ae2b"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a3caf77fe23c752e7cf9c97116ee9d34a"><td class="memItemLeft" align="right" valign="top">static const ArcIndexType&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_star_graph_base.html#a3caf77fe23c752e7cf9c97116ee9d34a">kFirstArc</a> = 0</td></tr> <tr class="separator:a3caf77fe23c752e7cf9c97116ee9d34a"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aad916b80da8f95078f693e604c8985ac"><td class="memItemLeft" align="right" valign="top">static const NodeIndexType&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_star_graph_base.html#aad916b80da8f95078f693e604c8985ac">kMaxNumNodes</a></td></tr> <tr class="separator:aad916b80da8f95078f693e604c8985ac"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a5d6f4ad584d8fae3c29633c75138b177"><td class="memItemLeft" align="right" valign="top">static const ArcIndexType&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_star_graph_base.html#a5d6f4ad584d8fae3c29633c75138b177">kMaxNumArcs</a></td></tr> <tr class="separator:a5d6f4ad584d8fae3c29633c75138b177"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pro-methods" name="pro-methods"></a> Protected Member Functions</h2></td></tr> <tr class="memitem:a87a0f5a59b776268f0b57353ac3e7dcc"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_star_graph_base.html#a87a0f5a59b776268f0b57353ac3e7dcc">StarGraphBase</a> ()</td></tr> <tr class="separator:a87a0f5a59b776268f0b57353ac3e7dcc"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a4ca086e8da7abeb3cff7ebcfb305719f"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_star_graph_base.html#a4ca086e8da7abeb3cff7ebcfb305719f">~StarGraphBase</a> ()</td></tr> <tr class="separator:a4ca086e8da7abeb3cff7ebcfb305719f"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:abfdc255fd93491a9a8ac563a412f57e3"><td class="memItemLeft" align="right" valign="top">NodeIndexType&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_star_graph_base.html#abfdc255fd93491a9a8ac563a412f57e3">StartNode</a> (NodeIndexType node) const</td></tr> <tr class="separator:abfdc255fd93491a9a8ac563a412f57e3"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:afc2f0055a1b672fbd6102d0d9a3b8c28"><td class="memItemLeft" align="right" valign="top">ArcIndexType&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_star_graph_base.html#afc2f0055a1b672fbd6102d0d9a3b8c28">StartArc</a> (ArcIndexType arc) const</td></tr> <tr class="separator:afc2f0055a1b672fbd6102d0d9a3b8c28"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ae7eaa58346f9d7415c11776d7a9dd2ed"><td class="memItemLeft" align="right" valign="top">NodeIndexType&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_star_graph_base.html#ae7eaa58346f9d7415c11776d7a9dd2ed">NextNode</a> (const NodeIndexType node) const</td></tr> <tr class="separator:ae7eaa58346f9d7415c11776d7a9dd2ed"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a110289c48d7a56f42f2ff83123a2ec85"><td class="memItemLeft" align="right" valign="top">ArcIndexType&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_star_graph_base.html#a110289c48d7a56f42f2ff83123a2ec85">NextArc</a> (const ArcIndexType arc) const</td></tr> <tr class="separator:a110289c48d7a56f42f2ff83123a2ec85"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ac16ad50a1e5ffab13d1022bcc7fe75d8"><td class="memItemLeft" align="right" valign="top">ArcIndexType&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_star_graph_base.html#ac16ad50a1e5ffab13d1022bcc7fe75d8">FirstOutgoingArc</a> (const NodeIndexType node) const</td></tr> <tr class="separator:ac16ad50a1e5ffab13d1022bcc7fe75d8"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pro-attribs" name="pro-attribs"></a> Protected Attributes</h2></td></tr> <tr class="memitem:ab059bfdc4854ebf3ffa22cc778a436c3"><td class="memItemLeft" align="right" valign="top">NodeIndexType&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_star_graph_base.html#ab059bfdc4854ebf3ffa22cc778a436c3">max_num_nodes_</a></td></tr> <tr class="separator:ab059bfdc4854ebf3ffa22cc778a436c3"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a3a725c1fd4db4e67a7f13b36652e0fa8"><td class="memItemLeft" align="right" valign="top">ArcIndexType&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_star_graph_base.html#a3a725c1fd4db4e67a7f13b36652e0fa8">max_num_arcs_</a></td></tr> <tr class="separator:a3a725c1fd4db4e67a7f13b36652e0fa8"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a9e04004960ec7ac63f9ce9b97aa0bcfa"><td class="memItemLeft" align="right" valign="top">NodeIndexType&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_star_graph_base.html#a9e04004960ec7ac63f9ce9b97aa0bcfa">num_nodes_</a></td></tr> <tr class="separator:a9e04004960ec7ac63f9ce9b97aa0bcfa"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:afa0c44b50a5e9459e3339ec50082e635"><td class="memItemLeft" align="right" valign="top">ArcIndexType&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_star_graph_base.html#afa0c44b50a5e9459e3339ec50082e635">num_arcs_</a></td></tr> <tr class="separator:afa0c44b50a5e9459e3339ec50082e635"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a881fc80aead9398df4fbcb6e40903c9a"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classoperations__research_1_1_z_vector.html">ZVector</a>&lt; NodeIndexType &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_star_graph_base.html#a881fc80aead9398df4fbcb6e40903c9a">head_</a></td></tr> <tr class="separator:a881fc80aead9398df4fbcb6e40903c9a"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a58b521f62562f51a79f9c95f1902804a"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classoperations__research_1_1_z_vector.html">ZVector</a>&lt; ArcIndexType &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_star_graph_base.html#a58b521f62562f51a79f9c95f1902804a">first_incident_arc_</a></td></tr> <tr class="separator:a58b521f62562f51a79f9c95f1902804a"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <h2 class="groupheader">Constructor &amp; Destructor Documentation</h2> <a id="a87a0f5a59b776268f0b57353ac3e7dcc" name="a87a0f5a59b776268f0b57353ac3e7dcc"></a> <h2 class="memtitle"><span class="permalink"><a href="#a87a0f5a59b776268f0b57353ac3e7dcc">&#9670;&nbsp;</a></span>StarGraphBase()</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname"><a class="el" href="classoperations__research_1_1_star_graph_base.html">StarGraphBase</a> </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">protected</span></span> </td> </tr> </table> </div><div class="memdoc"> <p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00428">428</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p> </div> </div> <a id="a4ca086e8da7abeb3cff7ebcfb305719f" name="a4ca086e8da7abeb3cff7ebcfb305719f"></a> <h2 class="memtitle"><span class="permalink"><a href="#a4ca086e8da7abeb3cff7ebcfb305719f">&#9670;&nbsp;</a></span>~StarGraphBase()</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">~<a class="el" href="classoperations__research_1_1_star_graph_base.html">StarGraphBase</a> </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">protected</span></span> </td> </tr> </table> </div><div class="memdoc"> <p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00435">435</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p> </div> </div> <h2 class="groupheader">Member Function Documentation</h2> <a id="a58d0c72004cf773e707cb9d43dafc308" name="a58d0c72004cf773e707cb9d43dafc308"></a> <h2 class="memtitle"><span class="permalink"><a href="#a58d0c72004cf773e707cb9d43dafc308">&#9670;&nbsp;</a></span>ArcDebugString()</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">std::string ArcDebugString </td> <td>(</td> <td class="paramtype">const ArcIndexType&#160;</td> <td class="paramname"><em>arc</em></td><td>)</td> <td> const</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span></span> </td> </tr> </table> </div><div class="memdoc"> <p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00311">311</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p> </div> </div> <a id="a8b9175b7d6fd63f5ae764a7ea44d13e0" name="a8b9175b7d6fd63f5ae764a7ea44d13e0"></a> <h2 class="memtitle"><span class="permalink"><a href="#a8b9175b7d6fd63f5ae764a7ea44d13e0">&#9670;&nbsp;</a></span>end_arc_index()</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">ArcIndexType end_arc_index </td> <td>(</td> <td class="paramname"></td><td>)</td> <td> const</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span></span> </td> </tr> </table> </div><div class="memdoc"> <p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00253">253</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p> </div> </div> <a id="abe63d4d83bcc1da204931b4687494460" name="abe63d4d83bcc1da204931b4687494460"></a> <h2 class="memtitle"><span class="permalink"><a href="#abe63d4d83bcc1da204931b4687494460">&#9670;&nbsp;</a></span>end_node_index()</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">NodeIndexType end_node_index </td> <td>(</td> <td class="paramname"></td><td>)</td> <td> const</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span></span> </td> </tr> </table> </div><div class="memdoc"> <p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00248">248</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p> </div> </div> <a id="ac16ad50a1e5ffab13d1022bcc7fe75d8" name="ac16ad50a1e5ffab13d1022bcc7fe75d8"></a> <h2 class="memtitle"><span class="permalink"><a href="#ac16ad50a1e5ffab13d1022bcc7fe75d8">&#9670;&nbsp;</a></span>FirstOutgoingArc()</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">ArcIndexType FirstOutgoingArc </td> <td>(</td> <td class="paramtype">const NodeIndexType&#160;</td> <td class="paramname"><em>node</em></td><td>)</td> <td> const</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">protected</span></span> </td> </tr> </table> </div><div class="memdoc"> <p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00480">480</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p> </div> </div> <a id="a5237cfbb86ec8f305e498e873e5c4e95" name="a5237cfbb86ec8f305e498e873e5c4e95"></a> <h2 class="memtitle"><span class="permalink"><a href="#a5237cfbb86ec8f305e498e873e5c4e95">&#9670;&nbsp;</a></span>Head()</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">NodeIndexType Head </td> <td>(</td> <td class="paramtype">const ArcIndexType&#160;</td> <td class="paramname"><em>arc</em></td><td>)</td> <td> const</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span></span> </td> </tr> </table> </div><div class="memdoc"> <p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00298">298</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p> </div> </div> <a id="a2b88b717e42d7137a884c36e35052191" name="a2b88b717e42d7137a884c36e35052191"></a> <h2 class="memtitle"><span class="permalink"><a href="#a2b88b717e42d7137a884c36e35052191">&#9670;&nbsp;</a></span>IsNodeValid()</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">bool IsNodeValid </td> <td>(</td> <td class="paramtype">NodeIndexType&#160;</td> <td class="paramname"><em>node</em></td><td>)</td> <td> const</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span></span> </td> </tr> </table> </div><div class="memdoc"> <p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00280">280</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p> </div> </div> <a id="afd99777b09af9bfb951f88dbb93e11e7" name="afd99777b09af9bfb951f88dbb93e11e7"></a> <h2 class="memtitle"><span class="permalink"><a href="#afd99777b09af9bfb951f88dbb93e11e7">&#9670;&nbsp;</a></span>LookUpArc()</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">ArcIndexType LookUpArc </td> <td>(</td> <td class="paramtype">const NodeIndexType&#160;</td> <td class="paramname"><em>tail</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">const NodeIndexType&#160;</td> <td class="paramname"><em>head</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td> const</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span></span> </td> </tr> </table> </div><div class="memdoc"> <p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00286">286</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p> </div> </div> <a id="aad16076f9d10c90b9b9e0ccfddf878ed" name="aad16076f9d10c90b9b9e0ccfddf878ed"></a> <h2 class="memtitle"><span class="permalink"><a href="#aad16076f9d10c90b9b9e0ccfddf878ed">&#9670;&nbsp;</a></span>max_end_arc_index()</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">ArcIndexType max_end_arc_index </td> <td>(</td> <td class="paramname"></td><td>)</td> <td> const</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span></span> </td> </tr> </table> </div><div class="memdoc"> <p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00272">272</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p> </div> </div> <a id="adb3250cf217e042d99de43a4e22a9360" name="adb3250cf217e042d99de43a4e22a9360"></a> <h2 class="memtitle"><span class="permalink"><a href="#adb3250cf217e042d99de43a4e22a9360">&#9670;&nbsp;</a></span>max_end_node_index()</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">NodeIndexType max_end_node_index </td> <td>(</td> <td class="paramname"></td><td>)</td> <td> const</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span></span> </td> </tr> </table> </div><div class="memdoc"> <p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00265">265</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p> </div> </div> <a id="a6dea64dce5de0432befc47f85176ab19" name="a6dea64dce5de0432befc47f85176ab19"></a> <h2 class="memtitle"><span class="permalink"><a href="#a6dea64dce5de0432befc47f85176ab19">&#9670;&nbsp;</a></span>max_num_arcs()</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">ArcIndexType max_num_arcs </td> <td>(</td> <td class="paramname"></td><td>)</td> <td> const</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span></span> </td> </tr> </table> </div><div class="memdoc"> <p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00260">260</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p> </div> </div> <a id="a29774a2f068745000e90eaf549543144" name="a29774a2f068745000e90eaf549543144"></a> <h2 class="memtitle"><span class="permalink"><a href="#a29774a2f068745000e90eaf549543144">&#9670;&nbsp;</a></span>max_num_nodes()</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">NodeIndexType max_num_nodes </td> <td>(</td> <td class="paramname"></td><td>)</td> <td> const</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span></span> </td> </tr> </table> </div><div class="memdoc"> <p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00256">256</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p> </div> </div> <a id="a110289c48d7a56f42f2ff83123a2ec85" name="a110289c48d7a56f42f2ff83123a2ec85"></a> <h2 class="memtitle"><span class="permalink"><a href="#a110289c48d7a56f42f2ff83123a2ec85">&#9670;&nbsp;</a></span>NextArc()</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">ArcIndexType NextArc </td> <td>(</td> <td class="paramtype">const ArcIndexType&#160;</td> <td class="paramname"><em>arc</em></td><td>)</td> <td> const</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">protected</span></span> </td> </tr> </table> </div><div class="memdoc"> <p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00473">473</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p> </div> </div> <a id="ae7eaa58346f9d7415c11776d7a9dd2ed" name="ae7eaa58346f9d7415c11776d7a9dd2ed"></a> <h2 class="memtitle"><span class="permalink"><a href="#ae7eaa58346f9d7415c11776d7a9dd2ed">&#9670;&nbsp;</a></span>NextNode()</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">NodeIndexType NextNode </td> <td>(</td> <td class="paramtype">const NodeIndexType&#160;</td> <td class="paramname"><em>node</em></td><td>)</td> <td> const</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">protected</span></span> </td> </tr> </table> </div><div class="memdoc"> <p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00459">459</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p> </div> </div> <a id="a74cc112e18e1496d720c48f6082d2671" name="a74cc112e18e1496d720c48f6082d2671"></a> <h2 class="memtitle"><span class="permalink"><a href="#a74cc112e18e1496d720c48f6082d2671">&#9670;&nbsp;</a></span>NodeDebugString()</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">std::string NodeDebugString </td> <td>(</td> <td class="paramtype">const NodeIndexType&#160;</td> <td class="paramname"><em>node</em></td><td>)</td> <td> const</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span></span> </td> </tr> </table> </div><div class="memdoc"> <p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00303">303</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p> </div> </div> <a id="a4d3fc55a2fe209a908470199437cec9a" name="a4d3fc55a2fe209a908470199437cec9a"></a> <h2 class="memtitle"><span class="permalink"><a href="#a4d3fc55a2fe209a908470199437cec9a">&#9670;&nbsp;</a></span>num_arcs()</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">ArcIndexType num_arcs </td> <td>(</td> <td class="paramname"></td><td>)</td> <td> const</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span></span> </td> </tr> </table> </div><div class="memdoc"> <p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00242">242</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p> </div> </div> <a id="a6a2df5042167b234f6dc3aed4acfa6c9" name="a6a2df5042167b234f6dc3aed4acfa6c9"></a> <h2 class="memtitle"><span class="permalink"><a href="#a6a2df5042167b234f6dc3aed4acfa6c9">&#9670;&nbsp;</a></span>num_nodes()</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">NodeIndexType num_nodes </td> <td>(</td> <td class="paramname"></td><td>)</td> <td> const</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span></span> </td> </tr> </table> </div><div class="memdoc"> <p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00238">238</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p> </div> </div> <a id="afc2f0055a1b672fbd6102d0d9a3b8c28" name="afc2f0055a1b672fbd6102d0d9a3b8c28"></a> <h2 class="memtitle"><span class="permalink"><a href="#afc2f0055a1b672fbd6102d0d9a3b8c28">&#9670;&nbsp;</a></span>StartArc()</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">ArcIndexType StartArc </td> <td>(</td> <td class="paramtype">ArcIndexType&#160;</td> <td class="paramname"><em>arc</em></td><td>)</td> <td> const</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">protected</span></span> </td> </tr> </table> </div><div class="memdoc"> <p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00446">446</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p> </div> </div> <a id="abfdc255fd93491a9a8ac563a412f57e3" name="abfdc255fd93491a9a8ac563a412f57e3"></a> <h2 class="memtitle"><span class="permalink"><a href="#abfdc255fd93491a9a8ac563a412f57e3">&#9670;&nbsp;</a></span>StartNode()</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">NodeIndexType StartNode </td> <td>(</td> <td class="paramtype">NodeIndexType&#160;</td> <td class="paramname"><em>node</em></td><td>)</td> <td> const</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">protected</span></span> </td> </tr> </table> </div><div class="memdoc"> <p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00440">440</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p> </div> </div> <h2 class="groupheader">Member Data Documentation</h2> <a id="a58b521f62562f51a79f9c95f1902804a" name="a58b521f62562f51a79f9c95f1902804a"></a> <h2 class="memtitle"><span class="permalink"><a href="#a58b521f62562f51a79f9c95f1902804a">&#9670;&nbsp;</a></span>first_incident_arc_</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname"><a class="el" href="classoperations__research_1_1_z_vector.html">ZVector</a>&lt;ArcIndexType&gt; first_incident_arc_</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">protected</span></span> </td> </tr> </table> </div><div class="memdoc"> <p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00503">503</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p> </div> </div> <a id="a881fc80aead9398df4fbcb6e40903c9a" name="a881fc80aead9398df4fbcb6e40903c9a"></a> <h2 class="memtitle"><span class="permalink"><a href="#a881fc80aead9398df4fbcb6e40903c9a">&#9670;&nbsp;</a></span>head_</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname"><a class="el" href="classoperations__research_1_1_z_vector.html">ZVector</a>&lt;NodeIndexType&gt; head_</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">protected</span></span> </td> </tr> </table> </div><div class="memdoc"> <p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00499">499</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p> </div> </div> <a id="a3caf77fe23c752e7cf9c97116ee9d34a" name="a3caf77fe23c752e7cf9c97116ee9d34a"></a> <h2 class="memtitle"><span class="permalink"><a href="#a3caf77fe23c752e7cf9c97116ee9d34a">&#9670;&nbsp;</a></span>kFirstArc</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">const ArcIndexType kFirstArc = 0</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">static</span></span> </td> </tr> </table> </div><div class="memdoc"> <p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00226">226</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p> </div> </div> <a id="acaaf3f4354888c162f6c562f0bd2ae2b" name="acaaf3f4354888c162f6c562f0bd2ae2b"></a> <h2 class="memtitle"><span class="permalink"><a href="#acaaf3f4354888c162f6c562f0bd2ae2b">&#9670;&nbsp;</a></span>kFirstNode</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">const NodeIndexType kFirstNode = 0</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">static</span></span> </td> </tr> </table> </div><div class="memdoc"> <p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00223">223</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p> </div> </div> <a id="a5d6f4ad584d8fae3c29633c75138b177" name="a5d6f4ad584d8fae3c29633c75138b177"></a> <h2 class="memtitle"><span class="permalink"><a href="#a5d6f4ad584d8fae3c29633c75138b177">&#9670;&nbsp;</a></span>kMaxNumArcs</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">const ArcIndexType kMaxNumArcs</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">static</span></span> </td> </tr> </table> </div><div class="memdoc"> <b>Initial value:</b><div class="fragment"><div class="line">=</div> <div class="line"> <a class="code hl_variable" href="alldiff__cst_8cc.html#a26e6db9bcc64b584051ecc28171ed11f">std::numeric_limits&lt;ArcIndexType&gt;::max</a>()</div> <div class="ttc" id="aalldiff__cst_8cc_html_a26e6db9bcc64b584051ecc28171ed11f"><div class="ttname"><a href="alldiff__cst_8cc.html#a26e6db9bcc64b584051ecc28171ed11f">max</a></div><div class="ttdeci">int64_t max</div><div class="ttdef"><b>Definition:</b> <a href="alldiff__cst_8cc_source.html#l00140">alldiff_cst.cc:140</a></div></div> </div><!-- fragment --> <p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00236">236</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p> </div> </div> <a id="aad916b80da8f95078f693e604c8985ac" name="aad916b80da8f95078f693e604c8985ac"></a> <h2 class="memtitle"><span class="permalink"><a href="#aad916b80da8f95078f693e604c8985ac">&#9670;&nbsp;</a></span>kMaxNumNodes</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">const NodeIndexType kMaxNumNodes</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">static</span></span> </td> </tr> </table> </div><div class="memdoc"> <b>Initial value:</b><div class="fragment"><div class="line">=</div> <div class="line"> <a class="code hl_variable" href="alldiff__cst_8cc.html#a26e6db9bcc64b584051ecc28171ed11f">std::numeric_limits&lt;NodeIndexType&gt;::max</a>()</div> </div><!-- fragment --> <p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00231">231</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p> </div> </div> <a id="aab3a7c235c6a6000a25a5a79d680f1ba" name="aab3a7c235c6a6000a25a5a79d680f1ba"></a> <h2 class="memtitle"><span class="permalink"><a href="#aab3a7c235c6a6000a25a5a79d680f1ba">&#9670;&nbsp;</a></span>kNilArc</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">const ArcIndexType kNilArc</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">static</span></span> </td> </tr> </table> </div><div class="memdoc"> <b>Initial value:</b><div class="fragment"><div class="line">=</div> <div class="line"> <a class="code hl_variable" href="alldiff__cst_8cc.html#ad10edae0a852d72fb76afb1c77735045">std::numeric_limits&lt;ArcIndexType&gt;::min</a>()</div> <div class="ttc" id="aalldiff__cst_8cc_html_ad10edae0a852d72fb76afb1c77735045"><div class="ttname"><a href="alldiff__cst_8cc.html#ad10edae0a852d72fb76afb1c77735045">min</a></div><div class="ttdeci">int64_t min</div><div class="ttdef"><b>Definition:</b> <a href="alldiff__cst_8cc_source.html#l00139">alldiff_cst.cc:139</a></div></div> </div><!-- fragment --> <p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00220">220</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p> </div> </div> <a id="a0da78a7e517acf1b646ae28ad16216ed" name="a0da78a7e517acf1b646ae28ad16216ed"></a> <h2 class="memtitle"><span class="permalink"><a href="#a0da78a7e517acf1b646ae28ad16216ed">&#9670;&nbsp;</a></span>kNilNode</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">const NodeIndexType kNilNode = -1</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">static</span></span> </td> </tr> </table> </div><div class="memdoc"> <p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00217">217</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p> </div> </div> <a id="a3a725c1fd4db4e67a7f13b36652e0fa8" name="a3a725c1fd4db4e67a7f13b36652e0fa8"></a> <h2 class="memtitle"><span class="permalink"><a href="#a3a725c1fd4db4e67a7f13b36652e0fa8">&#9670;&nbsp;</a></span>max_num_arcs_</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">ArcIndexType max_num_arcs_</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">protected</span></span> </td> </tr> </table> </div><div class="memdoc"> <p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00490">490</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p> </div> </div> <a id="ab059bfdc4854ebf3ffa22cc778a436c3" name="ab059bfdc4854ebf3ffa22cc778a436c3"></a> <h2 class="memtitle"><span class="permalink"><a href="#ab059bfdc4854ebf3ffa22cc778a436c3">&#9670;&nbsp;</a></span>max_num_nodes_</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">NodeIndexType max_num_nodes_</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">protected</span></span> </td> </tr> </table> </div><div class="memdoc"> <p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00487">487</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p> </div> </div> <a id="afa0c44b50a5e9459e3339ec50082e635" name="afa0c44b50a5e9459e3339ec50082e635"></a> <h2 class="memtitle"><span class="permalink"><a href="#afa0c44b50a5e9459e3339ec50082e635">&#9670;&nbsp;</a></span>num_arcs_</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">ArcIndexType num_arcs_</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">protected</span></span> </td> </tr> </table> </div><div class="memdoc"> <p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00496">496</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p> </div> </div> <a id="a9e04004960ec7ac63f9ce9b97aa0bcfa" name="a9e04004960ec7ac63f9ce9b97aa0bcfa"></a> <h2 class="memtitle"><span class="permalink"><a href="#a9e04004960ec7ac63f9ce9b97aa0bcfa">&#9670;&nbsp;</a></span>num_nodes_</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">NodeIndexType num_nodes_</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">protected</span></span> </td> </tr> </table> </div><div class="memdoc"> <p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00493">493</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p> </div> </div> <hr/>The documentation for this class was generated from the following file:<ul> <li><a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a></li> </ul> </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="namespaceoperations__research.html">operations_research</a></li><li class="navelem"><a class="el" href="classoperations__research_1_1_star_graph_base.html">StarGraphBase</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>
Spring/jars/spring-framework-5.1.18.RELEASE/docs/javadoc-api/org/springframework/core/style/class-use/ToStringCreator.html
akhr/java
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_232) on Tue Sep 15 08:53:05 UTC 2020 --> <title>Uses of Class org.springframework.core.style.ToStringCreator (Spring Framework 5.1.18.RELEASE API)</title> <meta name="date" content="2020-09-15"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.springframework.core.style.ToStringCreator (Spring Framework 5.1.18.RELEASE API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/springframework/core/style/ToStringCreator.html" title="class in org.springframework.core.style">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">Spring Framework</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/springframework/core/style/class-use/ToStringCreator.html" target="_top">Frames</a></li> <li><a href="ToStringCreator.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.springframework.core.style.ToStringCreator" class="title">Uses of Class<br>org.springframework.core.style.ToStringCreator</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/springframework/core/style/ToStringCreator.html" title="class in org.springframework.core.style">ToStringCreator</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.springframework.core.style">org.springframework.core.style</a></td> <td class="colLast"> <div class="block">Support for styling values as Strings, with ToStringCreator as central class.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.springframework.core.style"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/springframework/core/style/ToStringCreator.html" title="class in org.springframework.core.style">ToStringCreator</a> in <a href="../../../../../org/springframework/core/style/package-summary.html">org.springframework.core.style</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/springframework/core/style/package-summary.html">org.springframework.core.style</a> that return <a href="../../../../../org/springframework/core/style/ToStringCreator.html" title="class in org.springframework.core.style">ToStringCreator</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/springframework/core/style/ToStringCreator.html" title="class in org.springframework.core.style">ToStringCreator</a></code></td> <td class="colLast"><span class="typeNameLabel">ToStringCreator.</span><code><span class="memberNameLink"><a href="../../../../../org/springframework/core/style/ToStringCreator.html#append-java.lang.Object-">append</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value)</code> <div class="block">Append the provided value.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/springframework/core/style/ToStringCreator.html" title="class in org.springframework.core.style">ToStringCreator</a></code></td> <td class="colLast"><span class="typeNameLabel">ToStringCreator.</span><code><span class="memberNameLink"><a href="../../../../../org/springframework/core/style/ToStringCreator.html#append-java.lang.String-boolean-">append</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;fieldName, boolean&nbsp;value)</code> <div class="block">Append a boolean field value.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/springframework/core/style/ToStringCreator.html" title="class in org.springframework.core.style">ToStringCreator</a></code></td> <td class="colLast"><span class="typeNameLabel">ToStringCreator.</span><code><span class="memberNameLink"><a href="../../../../../org/springframework/core/style/ToStringCreator.html#append-java.lang.String-byte-">append</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;fieldName, byte&nbsp;value)</code> <div class="block">Append a byte field value.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/springframework/core/style/ToStringCreator.html" title="class in org.springframework.core.style">ToStringCreator</a></code></td> <td class="colLast"><span class="typeNameLabel">ToStringCreator.</span><code><span class="memberNameLink"><a href="../../../../../org/springframework/core/style/ToStringCreator.html#append-java.lang.String-double-">append</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;fieldName, double&nbsp;value)</code> <div class="block">Append a double field value.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/springframework/core/style/ToStringCreator.html" title="class in org.springframework.core.style">ToStringCreator</a></code></td> <td class="colLast"><span class="typeNameLabel">ToStringCreator.</span><code><span class="memberNameLink"><a href="../../../../../org/springframework/core/style/ToStringCreator.html#append-java.lang.String-float-">append</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;fieldName, float&nbsp;value)</code> <div class="block">Append a float field value.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/springframework/core/style/ToStringCreator.html" title="class in org.springframework.core.style">ToStringCreator</a></code></td> <td class="colLast"><span class="typeNameLabel">ToStringCreator.</span><code><span class="memberNameLink"><a href="../../../../../org/springframework/core/style/ToStringCreator.html#append-java.lang.String-int-">append</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;fieldName, int&nbsp;value)</code> <div class="block">Append a integer field value.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/springframework/core/style/ToStringCreator.html" title="class in org.springframework.core.style">ToStringCreator</a></code></td> <td class="colLast"><span class="typeNameLabel">ToStringCreator.</span><code><span class="memberNameLink"><a href="../../../../../org/springframework/core/style/ToStringCreator.html#append-java.lang.String-long-">append</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;fieldName, long&nbsp;value)</code> <div class="block">Append a long field value.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/springframework/core/style/ToStringCreator.html" title="class in org.springframework.core.style">ToStringCreator</a></code></td> <td class="colLast"><span class="typeNameLabel">ToStringCreator.</span><code><span class="memberNameLink"><a href="../../../../../org/springframework/core/style/ToStringCreator.html#append-java.lang.String-java.lang.Object-">append</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;fieldName, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value)</code> <div class="block">Append a field value.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/springframework/core/style/ToStringCreator.html" title="class in org.springframework.core.style">ToStringCreator</a></code></td> <td class="colLast"><span class="typeNameLabel">ToStringCreator.</span><code><span class="memberNameLink"><a href="../../../../../org/springframework/core/style/ToStringCreator.html#append-java.lang.String-short-">append</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;fieldName, short&nbsp;value)</code> <div class="block">Append a short field value.</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/springframework/core/style/ToStringCreator.html" title="class in org.springframework.core.style">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">Spring Framework</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/springframework/core/style/class-use/ToStringCreator.html" target="_top">Frames</a></li> <li><a href="ToStringCreator.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>
docs/_docs/javadoc/com/centurylink/mdw/task/types/SubTask.html
CenturyLinkCloud/mdw
<!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>SubTask (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="SubTask (MDW 6 API JavaDocs)"; } } 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="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/task/types/ObjectFactory.html" title="class in com.centurylink.mdw.task.types"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../com/centurylink/mdw/task/types/SubTaskPlan.html" title="class in com.centurylink.mdw.task.types"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/centurylink/mdw/task/types/SubTask.html" target="_top">Frames</a></li> <li><a href="SubTask.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.centurylink.mdw.task.types</div> <h2 title="Class SubTask" class="title">Class SubTask</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>com.centurylink.mdw.task.types.SubTask</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public class <span class="typeNameLabel">SubTask</span> extends java.lang.Object</pre> <div class="block"><p>Java class for SubTask complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="SubTask"> &lt;complexContent> &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> &lt;sequence> &lt;element name="logicalId" type="{http://www.w3.org/2001/XMLSchema}string"/> &lt;element name="count" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/> &lt;/sequence> &lt;/restriction> &lt;/complexContent> &lt;/complexType> </pre></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.math.BigInteger</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/centurylink/mdw/task/types/SubTask.html#count">count</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/centurylink/mdw/task/types/SubTask.html#logicalId">logicalId</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/centurylink/mdw/task/types/SubTask.html#SubTask--">SubTask</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>java.math.BigInteger</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/centurylink/mdw/task/types/SubTask.html#getCount--">getCount</a></span>()</code> <div class="block">Gets the value of the count property.</div> </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/task/types/SubTask.html#getLogicalId--">getLogicalId</a></span>()</code> <div class="block">Gets the value of the logicalId property.</div> </td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/centurylink/mdw/task/types/SubTask.html#setCount-java.math.BigInteger-">setCount</a></span>(java.math.BigInteger&nbsp;value)</code> <div class="block">Sets the value of the count property.</div> </td> </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/centurylink/mdw/task/types/SubTask.html#setLogicalId-java.lang.String-">setLogicalId</a></span>(java.lang.String&nbsp;value)</code> <div class="block">Sets the value of the logicalId property.</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="logicalId"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>logicalId</h4> <pre>protected&nbsp;java.lang.String logicalId</pre> </li> </ul> <a name="count"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>count</h4> <pre>protected&nbsp;java.math.BigInteger count</pre> </li> </ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="SubTask--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>SubTask</h4> <pre>public&nbsp;SubTask()</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="getLogicalId--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getLogicalId</h4> <pre>public&nbsp;java.lang.String&nbsp;getLogicalId()</pre> <div class="block">Gets the value of the logicalId property.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>possible object is <code>String</code></dd> </dl> </li> </ul> <a name="setLogicalId-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setLogicalId</h4> <pre>public&nbsp;void&nbsp;setLogicalId(java.lang.String&nbsp;value)</pre> <div class="block">Sets the value of the logicalId property.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>value</code> - allowed object is <code>String</code></dd> </dl> </li> </ul> <a name="getCount--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getCount</h4> <pre>public&nbsp;java.math.BigInteger&nbsp;getCount()</pre> <div class="block">Gets the value of the count property.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>possible object is <code>BigInteger</code></dd> </dl> </li> </ul> <a name="setCount-java.math.BigInteger-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>setCount</h4> <pre>public&nbsp;void&nbsp;setCount(java.math.BigInteger&nbsp;value)</pre> <div class="block">Sets the value of the count property.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>value</code> - allowed object is <code>BigInteger</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/task/types/ObjectFactory.html" title="class in com.centurylink.mdw.task.types"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../com/centurylink/mdw/task/types/SubTaskPlan.html" title="class in com.centurylink.mdw.task.types"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/centurylink/mdw/task/types/SubTask.html" target="_top">Frames</a></li> <li><a href="SubTask.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><i>Copyright &#169; 2019 CenturyLink, Inc.</i></small></p> </body> </html>
index.html
nsubiron/nsubiron.github.io
--- layout: simple title: "About" --- <section id="about"> <div class="container"> <div class="row"> <div class="col-md-2"></div> <div class="col-md-2"> <br/> <img class="img-circle center-block" src="{{ "/img/me.jpg" | prepend: site.baseurl }}" border="0" width=100px/> </div> <div class="col-md-8"> <h2 class="section-heading">{{ site.name }}</h2> <p> I am a Software Developer primarily focused on the application of mathematical methods in programming, such as algorithms for Computational Geometry. My background is in Physics and Mathematics. In parallel to my job as a developer, I obtained my Master's diploma in Physics at the University of Groningen, specialised in computer simulations of High Energy Particle Physics. I am an enthusiast of C++, especially the latest modern standards, but I also like coding in Python. I enjoy building software on my free time, and I have some <a href="/projects">open-source projects</a> available online. </p> </div> </div> </div> <br/> <div class="container"> <div class="row"> <div class="col-lg-12"> <ul class="list-inline text-center"> <!-- <li> <a href="{{ "/feed.xml" | prepend: site.baseurl }}"> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-rss fa-stack-1x fa-inverse"></i> </span> </a> </li> --> {% if site.twitter_username %} <li> <a href="https://twitter.com/{{ site.twitter_username }}" target="_blank"> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-twitter fa-stack-1x fa-inverse"></i> </span> </a> </li> {% endif %} {% if site.facebook_username %} <li> <a href="https://www.facebook.com/{{ site.facebook_username }}" target="_blank"> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-facebook fa-stack-1x fa-inverse"></i> </span> </a> </li> {% endif %} {% if site.github_username %} <li> <a href="https://github.com/{{ site.github_username }}" target="_blank"> <span class="fa-stack fa-lg"> <i class="fa fa-github fa-stack-2x"></i> </span> </a> </li> {% endif %} {% if site.stackoverflow_profile %} <li> <a href="{{ site.stackoverflow_profile }}" target="_blank"> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-stack-overflow fa-stack-1x fa-inverse"></i> </span> <!-- <h5>StackOverflow</h5> --> </a> </li> {% endif %} {% if site.linkedin_profile %} <li> <a href="{{ site.linkedin_profile }}" target="_blank"> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-linkedin fa-stack-1x fa-inverse"></i> </span> </a> </li> {% endif %} {% if site.instagram_profile %} <li> <a href="{{ site.instagram_profile }}" target="_blank"> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-instagram fa-stack-1x fa-inverse"></i> </span> </a> </li> {% endif %} </ul> </div> </div> </div> </section>
C-TADM53-70.css
braindumps/all_braindumps
.ff0{font-family:sans-serif;visibility:hidden;} @font-face{font-family:ff1;src:url(f1.woff)format("woff");}.ff1{font-family:ff1;line-height:1.589369;font-style:normal;font-weight:normal;visibility:visible;} @font-face{font-family:ff2;src:url(f2.woff)format("woff");}.ff2{font-family:ff2;line-height:1.695312;font-style:normal;font-weight:normal;visibility:visible;} @font-face{font-family:ff3;src:url(f3.woff)format("woff");}.ff3{font-family:ff3;line-height:1.695312;font-style:normal;font-weight:normal;visibility:visible;} .m0{transform:matrix(0.250000,0.000000,0.000000,0.250000,0,0);-ms-transform:matrix(0.250000,0.000000,0.000000,0.250000,0,0);-webkit-transform:matrix(0.250000,0.000000,0.000000,0.250000,0,0);} .m1{transform:none;-ms-transform:none;-webkit-transform:none;} .v0{vertical-align:0.000000px;} .ls0{letter-spacing:0.000000px;} .sc_{text-shadow:none;} .sc0{text-shadow:-0.015em 0 transparent,0 0.015em transparent,0.015em 0 transparent,0 -0.015em transparent;} @media screen and (-webkit-min-device-pixel-ratio:0){ .sc_{-webkit-text-stroke:0px transparent;} .sc0{-webkit-text-stroke:0.015em transparent;text-shadow:none;} } .ws0{word-spacing:0.000000px;} .fc7{color:rgb(33,78,123);} .fc4{color:rgb(102,0,0);} .fc3{color:rgb(0,0,0);} .fc5{color:rgb(255,0,0);} .fc2{color:rgb(0,0,51);} .fc6{color:rgb(66,184,55);} .fc1{color:rgb(120,0,0);} .fc0{color:rgb(255,255,255);} .fs0{font-size:40.000000px;} .fs4{font-size:48.000000px;} .fs5{font-size:56.000000px;} .fs3{font-size:60.000000px;} .fs2{font-size:80.000000px;} .fs1{font-size:160.000000px;} .ye{bottom:17.000000px;} .y39{bottom:31.000000px;} .yf{bottom:44.500000px;} .y96{bottom:65.500000px;} .y7d{bottom:66.000000px;} .y5f{bottom:71.000000px;} .y34{bottom:74.000000px;} .y7c{bottom:82.000000px;} .yb0{bottom:86.000000px;} .y5e{bottom:87.000000px;} .y33{bottom:90.000000px;} .y93{bottom:99.000000px;} .yaf{bottom:102.000000px;} .y5d{bottom:103.000000px;} .y32{bottom:106.000000px;} .y80{bottom:113.500000px;} .y5c{bottom:115.000000px;} .y31{bottom:118.000000px;} .y92{bottom:119.000000px;} .y5b{bottom:127.000000px;} .y30{bottom:130.000000px;} .yb3{bottom:133.500000px;} .y91{bottom:137.000000px;} .y5a{bottom:143.000000px;} .y2f{bottom:146.000000px;} .y7b{bottom:147.000000px;} .y90{bottom:155.000000px;} .y59{bottom:159.000000px;} .y2e{bottom:162.000000px;} .y7a{bottom:167.000000px;} .y58{bottom:175.000000px;} .y2d{bottom:178.000000px;} .y8f{bottom:183.000000px;} .y79{bottom:185.000000px;} .yae{bottom:187.000000px;} .y8e{bottom:199.000000px;} .y78{bottom:203.000000px;} .yad{bottom:205.000000px;} .y61{bottom:206.500000px;} .y37{bottom:209.500000px;} .y77{bottom:215.000000px;} .yac{bottom:223.000000px;} .y76{bottom:231.000000px;} .yab{bottom:235.000000px;} .y57{bottom:240.000000px;} .y2c{bottom:243.000000px;} .y75{bottom:247.000000px;} .yaa{bottom:251.000000px;} .y8d{bottom:255.000000px;} .y56{bottom:260.000000px;} .y2b{bottom:263.000000px;} .ya9{bottom:267.000000px;} .y8c{bottom:271.000000px;} .y55{bottom:278.000000px;} .y74{bottom:279.000000px;} .y2a{bottom:281.000000px;} .ya8{bottom:283.000000px;} .y73{bottom:295.000000px;} .y54{bottom:296.000000px;} .y29{bottom:299.000000px;} .y95{bottom:302.500000px;} .y53{bottom:308.000000px;} .y28{bottom:311.000000px;} .y72{bottom:323.000000px;} .y52{bottom:324.000000px;} .y27{bottom:327.000000px;} .y71{bottom:335.000000px;} .y8b{bottom:336.000000px;} .ya7{bottom:339.000000px;} .y51{bottom:340.000000px;} .y26{bottom:343.000000px;} .y70{bottom:351.000000px;} .y50{bottom:356.000000px;} .y25{bottom:359.000000px;} .yb2{bottom:370.500000px;} .y4f{bottom:372.000000px;} .y8a{bottom:374.000000px;} .y24{bottom:375.000000px;} .y7f{bottom:382.500000px;} .y4e{bottom:388.000000px;} .yd{bottom:388.500000px;} .y23{bottom:391.000000px;} .y89{bottom:392.000000px;} .y4d{bottom:404.000000px;} .yc{bottom:406.500000px;} .y22{bottom:407.000000px;} .y6f{bottom:416.000000px;} .y4c{bottom:420.000000px;} .y21{bottom:423.000000px;} .ya6{bottom:424.000000px;} .y4b{bottom:436.000000px;} .yb{bottom:436.500000px;} .y20{bottom:439.000000px;} .ya5{bottom:442.000000px;} .y4a{bottom:448.000000px;} .y1f{bottom:451.000000px;} .ya{bottom:451.500000px;} .y88{bottom:452.000000px;} .y6e{bottom:454.000000px;} .y49{bottom:460.000000px;} .y9{bottom:461.500000px;} .y1e{bottom:463.000000px;} .y87{bottom:468.000000px;} .y6d{bottom:472.000000px;} .y48{bottom:476.000000px;} .y1d{bottom:479.000000px;} .y8{bottom:484.000000px;} .ya4{bottom:488.000000px;} .y47{bottom:492.000000px;} .y7{bottom:494.000000px;} .y1c{bottom:495.000000px;} .y6c{bottom:500.000000px;} .ya3{bottom:504.000000px;} .y46{bottom:508.000000px;} .y6b{bottom:516.000000px;} .ya2{bottom:520.000000px;} .y36{bottom:522.500000px;} .y6{bottom:524.000000px;} .y5{bottom:526.000000px;} .y86{bottom:528.000000px;} .y6a{bottom:532.000000px;} .y45{bottom:540.000000px;} .ya1{bottom:544.000000px;} .y69{bottom:548.000000px;} .y1b{bottom:556.000000px;} .y68{bottom:564.000000px;} .y85{bottom:572.000000px;} .yb1{bottom:575.500000px;} .y1a{bottom:576.000000px;} .y60{bottom:583.500000px;} .y4{bottom:586.000000px;} .y67{bottom:588.000000px;} .y19{bottom:594.000000px;} .y66{bottom:604.000000px;} .ya0{bottom:609.000000px;} .y18{bottom:612.000000px;} .y94{bottom:615.500000px;} .y44{bottom:617.000000px;} .y65{bottom:620.000000px;} .y17{bottom:624.000000px;} .y9f{bottom:629.000000px;} .y43{bottom:637.000000px;} .y16{bottom:640.000000px;} .y9e{bottom:647.000000px;} .y7e{bottom:647.500000px;} .y84{bottom:649.000000px;} .y42{bottom:655.000000px;} .y15{bottom:656.000000px;} .y9d{bottom:665.000000px;} .y83{bottom:669.000000px;} .y14{bottom:672.000000px;} .y41{bottom:673.000000px;} .y9c{bottom:677.000000px;} .y64{bottom:681.000000px;} .y40{bottom:685.000000px;} .y3{bottom:686.000000px;} .y82{bottom:687.000000px;} .y2{bottom:688.000000px;} .y9b{bottom:693.000000px;} .y3f{bottom:701.000000px;} .y1{bottom:703.000000px;} .y13{bottom:704.000000px;} .y81{bottom:705.000000px;} .y9a{bottom:709.000000px;} .y0{bottom:712.500000px;} .y12{bottom:716.000000px;} .y3e{bottom:717.000000px;} .y63{bottom:719.000000px;} .y99{bottom:725.000000px;} .y11{bottom:728.000000px;} .y3d{bottom:733.000000px;} .y62{bottom:737.000000px;} .y98{bottom:741.000000px;} .y10{bottom:744.000000px;} .y3c{bottom:749.000000px;} .y97{bottom:753.000000px;} .y3b{bottom:765.000000px;} .y35{bottom:775.500000px;} .y3a{bottom:781.000000px;} .y38{bottom:799.000000px;} .h2{height:46.973200px;} .h6{height:56.367840px;} .h9{height:59.156250px;} .h7{height:69.015625px;} .h5{height:70.459800px;} .h1{height:84.500000px;} .h4{height:93.946400px;} .h3{height:187.892799px;} .h8{height:752.500000px;} .h0{height:842.000000px;} .w1{width:277.500000px;} .w2{width:485.500000px;} .w0{width:595.000000px;} .x0{left:55.000000px;} .xa{left:57.000000px;} .x6{left:79.120000px;} .x5{left:203.040000px;} .xb{left:205.140000px;} .x8{left:231.150000px;} .x9{left:245.000000px;} .x3{left:256.380000px;} .x7{left:269.150000px;} .x1{left:276.080000px;} .x4{left:291.940000px;} .x2{left:296.110000px;} .xc{left:531.330000px;} @media print{ .v0{vertical-align:0.000000pt;} .ls0{letter-spacing:0.000000pt;} .ws0{word-spacing:0.000000pt;} .fs0{font-size:53.333333pt;} .fs4{font-size:64.000000pt;} .fs5{font-size:74.666667pt;} .fs3{font-size:80.000000pt;} .fs2{font-size:106.666667pt;} .fs1{font-size:213.333333pt;} .ye{bottom:22.666667pt;} .y39{bottom:41.333333pt;} .yf{bottom:59.333333pt;} .y96{bottom:87.333333pt;} .y7d{bottom:88.000000pt;} .y5f{bottom:94.666667pt;} .y34{bottom:98.666667pt;} .y7c{bottom:109.333333pt;} .yb0{bottom:114.666667pt;} .y5e{bottom:116.000000pt;} .y33{bottom:120.000000pt;} .y93{bottom:132.000000pt;} .yaf{bottom:136.000000pt;} .y5d{bottom:137.333333pt;} .y32{bottom:141.333333pt;} .y80{bottom:151.333333pt;} .y5c{bottom:153.333333pt;} .y31{bottom:157.333333pt;} .y92{bottom:158.666667pt;} .y5b{bottom:169.333333pt;} .y30{bottom:173.333333pt;} .yb3{bottom:178.000000pt;} .y91{bottom:182.666667pt;} .y5a{bottom:190.666667pt;} .y2f{bottom:194.666667pt;} .y7b{bottom:196.000000pt;} .y90{bottom:206.666667pt;} .y59{bottom:212.000000pt;} .y2e{bottom:216.000000pt;} .y7a{bottom:222.666667pt;} .y58{bottom:233.333333pt;} .y2d{bottom:237.333333pt;} .y8f{bottom:244.000000pt;} .y79{bottom:246.666667pt;} .yae{bottom:249.333333pt;} .y8e{bottom:265.333333pt;} .y78{bottom:270.666667pt;} .yad{bottom:273.333333pt;} .y61{bottom:275.333333pt;} .y37{bottom:279.333333pt;} .y77{bottom:286.666667pt;} .yac{bottom:297.333333pt;} .y76{bottom:308.000000pt;} .yab{bottom:313.333333pt;} .y57{bottom:320.000000pt;} .y2c{bottom:324.000000pt;} .y75{bottom:329.333333pt;} .yaa{bottom:334.666667pt;} .y8d{bottom:340.000000pt;} .y56{bottom:346.666667pt;} .y2b{bottom:350.666667pt;} .ya9{bottom:356.000000pt;} .y8c{bottom:361.333333pt;} .y55{bottom:370.666667pt;} .y74{bottom:372.000000pt;} .y2a{bottom:374.666667pt;} .ya8{bottom:377.333333pt;} .y73{bottom:393.333333pt;} .y54{bottom:394.666667pt;} .y29{bottom:398.666667pt;} .y95{bottom:403.333333pt;} .y53{bottom:410.666667pt;} .y28{bottom:414.666667pt;} .y72{bottom:430.666667pt;} .y52{bottom:432.000000pt;} .y27{bottom:436.000000pt;} .y71{bottom:446.666667pt;} .y8b{bottom:448.000000pt;} .ya7{bottom:452.000000pt;} .y51{bottom:453.333333pt;} .y26{bottom:457.333333pt;} .y70{bottom:468.000000pt;} .y50{bottom:474.666667pt;} .y25{bottom:478.666667pt;} .yb2{bottom:494.000000pt;} .y4f{bottom:496.000000pt;} .y8a{bottom:498.666667pt;} .y24{bottom:500.000000pt;} .y7f{bottom:510.000000pt;} .y4e{bottom:517.333333pt;} .yd{bottom:518.000000pt;} .y23{bottom:521.333333pt;} .y89{bottom:522.666667pt;} .y4d{bottom:538.666667pt;} .yc{bottom:542.000000pt;} .y22{bottom:542.666667pt;} .y6f{bottom:554.666667pt;} .y4c{bottom:560.000000pt;} .y21{bottom:564.000000pt;} .ya6{bottom:565.333333pt;} .y4b{bottom:581.333333pt;} .yb{bottom:582.000000pt;} .y20{bottom:585.333333pt;} .ya5{bottom:589.333333pt;} .y4a{bottom:597.333333pt;} .y1f{bottom:601.333333pt;} .ya{bottom:602.000000pt;} .y88{bottom:602.666667pt;} .y6e{bottom:605.333333pt;} .y49{bottom:613.333333pt;} .y9{bottom:615.333333pt;} .y1e{bottom:617.333333pt;} .y87{bottom:624.000000pt;} .y6d{bottom:629.333333pt;} .y48{bottom:634.666667pt;} .y1d{bottom:638.666667pt;} .y8{bottom:645.333333pt;} .ya4{bottom:650.666667pt;} .y47{bottom:656.000000pt;} .y7{bottom:658.666667pt;} .y1c{bottom:660.000000pt;} .y6c{bottom:666.666667pt;} .ya3{bottom:672.000000pt;} .y46{bottom:677.333333pt;} .y6b{bottom:688.000000pt;} .ya2{bottom:693.333333pt;} .y36{bottom:696.666667pt;} .y6{bottom:698.666667pt;} .y5{bottom:701.333333pt;} .y86{bottom:704.000000pt;} .y6a{bottom:709.333333pt;} .y45{bottom:720.000000pt;} .ya1{bottom:725.333333pt;} .y69{bottom:730.666667pt;} .y1b{bottom:741.333333pt;} .y68{bottom:752.000000pt;} .y85{bottom:762.666667pt;} .yb1{bottom:767.333333pt;} .y1a{bottom:768.000000pt;} .y60{bottom:778.000000pt;} .y4{bottom:781.333333pt;} .y67{bottom:784.000000pt;} .y19{bottom:792.000000pt;} .y66{bottom:805.333333pt;} .ya0{bottom:812.000000pt;} .y18{bottom:816.000000pt;} .y94{bottom:820.666667pt;} .y44{bottom:822.666667pt;} .y65{bottom:826.666667pt;} .y17{bottom:832.000000pt;} .y9f{bottom:838.666667pt;} .y43{bottom:849.333333pt;} .y16{bottom:853.333333pt;} .y9e{bottom:862.666667pt;} .y7e{bottom:863.333333pt;} .y84{bottom:865.333333pt;} .y42{bottom:873.333333pt;} .y15{bottom:874.666667pt;} .y9d{bottom:886.666667pt;} .y83{bottom:892.000000pt;} .y14{bottom:896.000000pt;} .y41{bottom:897.333333pt;} .y9c{bottom:902.666667pt;} .y64{bottom:908.000000pt;} .y40{bottom:913.333333pt;} .y3{bottom:914.666667pt;} .y82{bottom:916.000000pt;} .y2{bottom:917.333333pt;} .y9b{bottom:924.000000pt;} .y3f{bottom:934.666667pt;} .y1{bottom:937.333333pt;} .y13{bottom:938.666667pt;} .y81{bottom:940.000000pt;} .y9a{bottom:945.333333pt;} .y0{bottom:950.000000pt;} .y12{bottom:954.666667pt;} .y3e{bottom:956.000000pt;} .y63{bottom:958.666667pt;} .y99{bottom:966.666667pt;} .y11{bottom:970.666667pt;} .y3d{bottom:977.333333pt;} .y62{bottom:982.666667pt;} .y98{bottom:988.000000pt;} .y10{bottom:992.000000pt;} .y3c{bottom:998.666667pt;} .y97{bottom:1004.000000pt;} .y3b{bottom:1020.000000pt;} .y35{bottom:1034.000000pt;} .y3a{bottom:1041.333333pt;} .y38{bottom:1065.333333pt;} .h2{height:62.630933pt;} .h6{height:75.157120pt;} .h9{height:78.875000pt;} .h7{height:92.020833pt;} .h5{height:93.946400pt;} .h1{height:112.666667pt;} .h4{height:125.261866pt;} .h3{height:250.523733pt;} .h8{height:1003.333333pt;} .h0{height:1122.666667pt;} .w1{width:370.000000pt;} .w2{width:647.333333pt;} .w0{width:793.333333pt;} .x0{left:73.333333pt;} .xa{left:76.000000pt;} .x6{left:105.493333pt;} .x5{left:270.720000pt;} .xb{left:273.520000pt;} .x8{left:308.200000pt;} .x9{left:326.666667pt;} .x3{left:341.840000pt;} .x7{left:358.866667pt;} .x1{left:368.106667pt;} .x4{left:389.253333pt;} .x2{left:394.813333pt;} .xc{left:708.440000pt;} }
assets/patterns/messages/message-details.html
hmrc/assets-frontend
<a href="#" class="link-back">Back</a> <header class="page-heading"> <h1 class="heading-xlarge">Send your Self Assessment tax return by 31&nbsp;January&nbsp;2018</h1> <p class="heading-secondary"> <span class="visuallyhidden">This message was sent on </span> 13&nbsp;December&nbsp;2018 </p> </header> <p>You must send your Self Assessment tax return for the 2016 to 2017 tax year by 31&nbsp;January&nbsp;2018.</p> <p>There may be penalties if your tax return is late.</p>
treebanks/pl_pdb/pl-feat-Abbr.html
UniversalDependencies/universaldependencies.github.io
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-GB" xml:lang="en-GB" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"/> <title>Statistics of Abbr in UD_Polish</title> <link rel="root" href=""/> <!-- for JS --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css"> <link rel="stylesheet" type="text/css" href="../../css/jquery-ui-redmond.css"/> <link rel="stylesheet" type="text/css" href="../../css/style.css"/> <link rel="stylesheet" type="text/css" href="../../css/style-vis.css"/> <link rel="stylesheet" type="text/css" href="../../css/hint.css"/> <script type="text/javascript" src="../../lib/ext/head.load.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.2/anchor.min.js"></script> <script>document.addEventListener("DOMContentLoaded", function(event) {anchors.add();});</script> <!-- Set up this custom Google search at https://cse.google.com/cse/business/settings?cx=001145188882102106025:dl1mehhcgbo --> <!-- DZ 2021-01-22: I am temporarily hiding the search field to find out whether it slows down loading of the title page. <script> (function() { var cx = '001145188882102106025:dl1mehhcgbo'; var gcse = document.createElement('script'); gcse.type = 'text/javascript'; gcse.async = true; gcse.src = 'https://cse.google.com/cse.js?cx=' + cx; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(gcse, s); })(); </script> --> <!-- <link rel="shortcut icon" href="favicon.ico"/> --> </head> <body> <div id="main" class="center"> <div id="hp-header"> <table width="100%"><tr><td width="50%"> <span class="header-text"><a href="http://universaldependencies.org/#language-">home</a></span> <span class="header-text"><a href="https://github.com/universaldependencies/docs/edit/pages-source/treebanks/pl_pdb/pl-feat-Abbr.md" target="#">edit page</a></span> <span class="header-text"><a href="https://github.com/universaldependencies/docs/issues">issue tracker</a></span> </td><td> <gcse:search></gcse:search> </td></tr></table> </div> <hr/> <div class="v2complete"> This page pertains to UD version 2. </div> <div id="content"> <noscript> <div id="noscript"> It appears that you have Javascript disabled. Please consider enabling Javascript for this page to see the visualizations. </div> </noscript> <!-- The content may include scripts and styles, hence we must load the shared libraries before the content. --> <script type="text/javascript"> console.time('loading libraries'); var root = '../../'; // filled in by jekyll head.js( // External libraries // DZ: Copied from embedding.html. I don't know which one is needed for what, so I'm currently keeping them all. root + 'lib/ext/jquery.min.js', root + 'lib/ext/jquery.svg.min.js', root + 'lib/ext/jquery.svgdom.min.js', root + 'lib/ext/jquery.timeago.js', root + 'lib/ext/jquery-ui.min.js', root + 'lib/ext/waypoints.min.js', root + 'lib/ext/jquery.address.min.js' ); </script> <h2 id="treebank-statistics-ud_polish-features-abbr">Treebank Statistics: UD_Polish: Features: <code class="language-plaintext highlighter-rouge">Abbr</code></h2> <p>This feature is universal. It occurs with 1 different values: <code class="language-plaintext highlighter-rouge">Yes</code>.</p> <p>273 tokens (0%) have a non-empty value of <code class="language-plaintext highlighter-rouge">Abbr</code>. 48 types (0%) occur at least once with a non-empty value of <code class="language-plaintext highlighter-rouge">Abbr</code>. 46 lemmas (0%) occur at least once with a non-empty value of <code class="language-plaintext highlighter-rouge">Abbr</code>. The feature is used with 1 part-of-speech tags: <tt><a href="pl-pos-X.html">X</a></tt> (273; 0% instances).</p> <h3 id="x"><code class="language-plaintext highlighter-rouge">X</code></h3> <p>273 <tt><a href="pl-pos-X.html">X</a></tt> tokens (99% of all <code class="language-plaintext highlighter-rouge">X</code> tokens) have a non-empty value of <code class="language-plaintext highlighter-rouge">Abbr</code>.</p> <p><code class="language-plaintext highlighter-rouge">X</code> tokens may have the following values of <code class="language-plaintext highlighter-rouge">Abbr</code>:</p> <ul> <li><code class="language-plaintext highlighter-rouge">Yes</code> (273; 100% of non-empty <code class="language-plaintext highlighter-rouge">Abbr</code>): <em>r, tys, zł, ul, proc, ok, godz, m, mln, św</em></li> <li><code class="language-plaintext highlighter-rouge">EMPTY</code> (2): <em>gotów</em></li> </ul> <p><code class="language-plaintext highlighter-rouge">Abbr</code> seems to be <strong>lexical feature</strong> of <code class="language-plaintext highlighter-rouge">X</code>. 100% lemmas (46) occur only with one value of <code class="language-plaintext highlighter-rouge">Abbr</code>.</p> <h2 id="relations-with-agreement-in-abbr">Relations with Agreement in <code class="language-plaintext highlighter-rouge">Abbr</code></h2> <p>The 10 most frequent relations where parent and child node agree in <code class="language-plaintext highlighter-rouge">Abbr</code>: <tt>X –[<tt><a href="pl-dep-conj.html">conj</a></tt>]–&gt; X</tt> (3; 100%), <tt>X –[<tt><a href="pl-dep-nmod.html">nmod</a></tt>]–&gt; X</tt> (3; 100%), <tt>X –[<tt><a href="pl-dep-case.html">case</a></tt>]–&gt; X</tt> (1; 100%).</p> </div> <!-- support for embedded visualizations --> <script type="text/javascript"> var root = '../../'; // filled in by jekyll head.js( // We assume that external libraries such as jquery.min.js have already been loaded outside! // (See _layouts/base.html.) // brat helper modules root + 'lib/brat/configuration.js', root + 'lib/brat/util.js', root + 'lib/brat/annotation_log.js', root + 'lib/ext/webfont.js', // brat modules root + 'lib/brat/dispatcher.js', root + 'lib/brat/url_monitor.js', root + 'lib/brat/visualizer.js', // embedding configuration root + 'lib/local/config.js', // project-specific collection data root + 'lib/local/collections.js', // Annodoc root + 'lib/annodoc/annodoc.js', // NOTE: non-local libraries 'https://spyysalo.github.io/conllu.js/conllu.js' ); var webFontURLs = [ // root + 'static/fonts/Astloch-Bold.ttf', root + 'static/fonts/PT_Sans-Caption-Web-Regular.ttf', root + 'static/fonts/Liberation_Sans-Regular.ttf' ]; var setupTimeago = function() { jQuery("time.timeago").timeago(); }; head.ready(function() { setupTimeago(); // mark current collection (filled in by Jekyll) Collections.listing['_current'] = ''; // perform all embedding and support functions Annodoc.activate(Config.bratCollData, Collections.listing); }); </script> <!-- google analytics --> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-55233688-1', 'auto'); ga('send', 'pageview'); </script> <div id="footer"> <p class="footer-text">&copy; 2014–2021 <a href="http://universaldependencies.org/introduction.html#contributors" style="color:gray">Universal Dependencies contributors</a>. Site powered by <a href="http://spyysalo.github.io/annodoc" style="color:gray">Annodoc</a> and <a href="http://brat.nlplab.org/" style="color:gray">brat</a></p>. </div> </div> </body> </html>
70-982.css
braindumps/all_braindumps
.ff0{font-family:sans-serif;visibility:hidden;} @font-face{font-family:ff1;src:url(f1.woff)format("woff");}.ff1{font-family:ff1;line-height:1.589369;font-style:normal;font-weight:normal;visibility:visible;} @font-face{font-family:ff2;src:url(f2.woff)format("woff");}.ff2{font-family:ff2;line-height:1.695312;font-style:normal;font-weight:normal;visibility:visible;} @font-face{font-family:ff3;src:url(f3.woff)format("woff");}.ff3{font-family:ff3;line-height:1.695312;font-style:normal;font-weight:normal;visibility:visible;} @font-face{font-family:ff4;src:url(f4.woff)format("woff");}.ff4{font-family:ff4;line-height:1.695312;font-style:normal;font-weight:normal;visibility:visible;} .m0{transform:matrix(0.250000,0.000000,0.000000,0.250000,0,0);-ms-transform:matrix(0.250000,0.000000,0.000000,0.250000,0,0);-webkit-transform:matrix(0.250000,0.000000,0.000000,0.250000,0,0);} .m1{transform:none;-ms-transform:none;-webkit-transform:none;} .v0{vertical-align:0.000000px;} .ls0{letter-spacing:0.000000px;} .sc_{text-shadow:none;} .sc0{text-shadow:-0.015em 0 transparent,0 0.015em transparent,0.015em 0 transparent,0 -0.015em transparent;} @media screen and (-webkit-min-device-pixel-ratio:0){ .sc_{-webkit-text-stroke:0px transparent;} .sc0{-webkit-text-stroke:0.015em transparent;text-shadow:none;} } .ws0{word-spacing:0.000000px;} .fc6{color:rgb(33,78,123);} .fc4{color:rgb(102,0,0);} .fc3{color:rgb(0,0,0);} .fc5{color:rgb(255,0,0);} .fc2{color:rgb(0,0,51);} .fc7{color:rgb(66,184,55);} .fc1{color:rgb(120,0,0);} .fc0{color:rgb(255,255,255);} .fs0{font-size:40.000000px;} .fs4{font-size:48.000000px;} .fs5{font-size:56.000000px;} .fs3{font-size:60.000000px;} .fs2{font-size:80.000000px;} .fs1{font-size:160.000000px;} .ye{bottom:17.000000px;} .y41{bottom:31.000000px;} .yf{bottom:44.500000px;} .y86{bottom:64.410000px;} .y3f{bottom:65.000000px;} .yf8{bottom:65.510000px;} .yd0{bottom:66.000000px;} .y99{bottom:66.050000px;} .y6b{bottom:70.000000px;} .yd8{bottom:74.550000px;} .ybf{bottom:77.780000px;} .y1c{bottom:80.000000px;} .ycf{bottom:82.000000px;} .y98{bottom:82.050000px;} .yf7{bottom:83.510000px;} .y6a{bottom:88.000000px;} .yd7{bottom:94.550000px;} .y3e{bottom:95.000000px;} .ybe{bottom:95.780000px;} .y87{bottom:95.910000px;} .yce{bottom:98.000000px;} .yf6{bottom:101.510000px;} .y69{bottom:106.000000px;} .y3d{bottom:110.000000px;} .yd6{bottom:112.550000px;} .y9a{bottom:113.550000px;} .ybd{bottom:113.780000px;} .ycd{bottom:114.000000px;} .yf5{bottom:119.510000px;} .y68{bottom:124.000000px;} .y3c{bottom:125.000000px;} .y85{bottom:129.410000px;} .ycc{bottom:130.000000px;} .yd5{bottom:130.550000px;} .ybc{bottom:131.780000px;} .yf4{bottom:137.510000px;} .y1b{bottom:140.000000px;} .y67{bottom:142.000000px;} .ycb{bottom:146.000000px;} .y97{bottom:147.050000px;} .yd4{bottom:148.550000px;} .y84{bottom:149.410000px;} .ybb{bottom:149.780000px;} .y3b{bottom:155.000000px;} .yf3{bottom:155.510000px;} .yca{bottom:158.000000px;} .y66{bottom:160.000000px;} .y96{bottom:167.050000px;} .y83{bottom:167.410000px;} .yf2{bottom:167.510000px;} .yba{bottom:167.780000px;} .y1a{bottom:170.000000px;} .y65{bottom:178.000000px;} .yb9{bottom:179.780000px;} .yf1{bottom:183.510000px;} .y3a{bottom:185.000000px;} .y95{bottom:185.050000px;} .y82{bottom:185.410000px;} .yc9{bottom:186.000000px;} .yb8{bottom:195.780000px;} .y64{bottom:196.000000px;} .yf0{bottom:199.510000px;} .y19{bottom:200.000000px;} .yc8{bottom:202.000000px;} .y94{bottom:203.050000px;} .y81{bottom:203.410000px;} .yb7{bottom:211.780000px;} .y63{bottom:214.000000px;} .y39{bottom:215.000000px;} .yef{bottom:215.510000px;} .y93{bottom:221.050000px;} .y80{bottom:221.410000px;} .yc7{bottom:226.000000px;} .yb6{bottom:227.780000px;} .y18{bottom:230.000000px;} .yee{bottom:231.510000px;} .y62{bottom:232.000000px;} .y7f{bottom:239.410000px;} .yc6{bottom:242.000000px;} .yed{bottom:243.510000px;} .yb5{bottom:243.780000px;} .y61{bottom:244.000000px;} .y38{bottom:245.000000px;} .y10b{bottom:250.000000px;} .yec{bottom:255.510000px;} .yc5{bottom:258.000000px;} .yb4{bottom:259.780000px;} .y17{bottom:260.000000px;} .y10a{bottom:268.000000px;} .yc4{bottom:270.000000px;} .yeb{bottom:271.510000px;} .y37{bottom:275.000000px;} .yb3{bottom:275.780000px;} .y60{bottom:276.000000px;} .yc3{bottom:282.000000px;} .yea{bottom:283.510000px;} .y109{bottom:286.000000px;} .y16{bottom:290.000000px;} .yb2{bottom:291.780000px;} .y5f{bottom:292.000000px;} .ye9{bottom:295.510000px;} .yc2{bottom:298.000000px;} .y108{bottom:304.000000px;} .y36{bottom:305.000000px;} .yb1{bottom:307.780000px;} .y5e{bottom:308.000000px;} .y7e{bottom:311.000000px;} .ye8{bottom:311.510000px;} .yb0{bottom:319.780000px;} .y35{bottom:320.000000px;} .y107{bottom:322.000000px;} .y7d{bottom:329.000000px;} .yd1{bottom:329.500000px;} .yaf{bottom:331.780000px;} .y5d{bottom:332.000000px;} .y34{bottom:335.000000px;} .y106{bottom:340.000000px;} .yfa{bottom:343.010000px;} .y7c{bottom:347.000000px;} .yae{bottom:347.780000px;} .y5c{bottom:348.000000px;} .y15{bottom:350.000000px;} .y105{bottom:352.000000px;} .yad{bottom:359.780000px;} .y5b{bottom:360.000000px;} .yc1{bottom:363.000000px;} .y14{bottom:365.000000px;} .y104{bottom:368.000000px;} .yac{bottom:371.780000px;} .y5a{bottom:372.000000px;} .ye7{bottom:376.510000px;} .y13{bottom:380.000000px;} .y7b{bottom:383.000000px;} .y103{bottom:384.000000px;} .yab{bottom:387.780000px;} .yd{bottom:388.500000px;} .y12{bottom:395.000000px;} .ye6{bottom:396.510000px;} .y102{bottom:400.000000px;} .y7a{bottom:401.000000px;} .y6c{bottom:403.500000px;} .yc{bottom:406.500000px;} .y33{bottom:410.000000px;} .ye5{bottom:414.510000px;} .y101{bottom:416.000000px;} .y79{bottom:419.000000px;} .yc0{bottom:419.280000px;} .y32{bottom:425.000000px;} .y100{bottom:428.000000px;} .ye4{bottom:432.510000px;} .yb{bottom:436.500000px;} .y59{bottom:437.000000px;} .yd3{bottom:437.900000px;} .y31{bottom:440.000000px;} .ye3{bottom:450.510000px;} .ya{bottom:451.500000px;} .y58{bottom:452.000000px;} .yaa{bottom:452.780000px;} .y30{bottom:455.000000px;} .yd2{bottom:455.900000px;} .yff{bottom:456.000000px;} .y9{bottom:461.500000px;} .y57{bottom:467.000000px;} .yfe{bottom:468.000000px;} .y2f{bottom:470.000000px;} .ya9{bottom:472.780000px;} .y78{bottom:473.000000px;} .yfd{bottom:480.000000px;} .y4a{bottom:482.000000px;} .y8{bottom:484.000000px;} .y2e{bottom:485.000000px;} .ya8{bottom:490.780000px;} .y77{bottom:491.000000px;} .y7{bottom:494.000000px;} .yfc{bottom:496.000000px;} .y56{bottom:497.000000px;} .y2d{bottom:500.000000px;} .ya7{bottom:508.780000px;} .y76{bottom:509.000000px;} .y49{bottom:512.000000px;} .y2c{bottom:515.000000px;} .ya6{bottom:520.780000px;} .y6{bottom:524.000000px;} .y5{bottom:526.000000px;} .y55{bottom:527.000000px;} .y10c{bottom:527.500000px;} .y2b{bottom:530.000000px;} .ya5{bottom:536.780000px;} .y48{bottom:542.000000px;} .y2a{bottom:545.000000px;} .ya4{bottom:552.780000px;} .y54{bottom:557.000000px;} .y29{bottom:560.000000px;} .yfb{bottom:561.000000px;} .y75{bottom:563.000000px;} .ye2{bottom:568.000000px;} .ya3{bottom:568.780000px;} .y53{bottom:572.000000px;} .y28{bottom:575.000000px;} .y74{bottom:581.000000px;} .ya2{bottom:584.780000px;} .y4{bottom:586.000000px;} .y52{bottom:587.000000px;} .y27{bottom:590.000000px;} .ya1{bottom:596.780000px;} .y73{bottom:599.000000px;} .y51{bottom:602.000000px;} .ye1{bottom:604.000000px;} .y11{bottom:605.000000px;} .ya0{bottom:608.780000px;} .ye0{bottom:616.000000px;} .y47{bottom:617.000000px;} .y10{bottom:620.000000px;} .y92{bottom:623.000000px;} .y9f{bottom:624.780000px;} .y46{bottom:632.000000px;} .y26{bottom:635.000000px;} .y9e{bottom:636.780000px;} .y91{bottom:641.000000px;} .y50{bottom:647.000000px;} .ydf{bottom:648.000000px;} .y9d{bottom:648.780000px;} .y25{bottom:651.000000px;} .y72{bottom:653.000000px;} .y45{bottom:662.000000px;} .yde{bottom:664.000000px;} .y9c{bottom:664.780000px;} .y24{bottom:667.000000px;} .y90{bottom:669.000000px;} .y71{bottom:671.000000px;} .y9b{bottom:676.780000px;} .y4f{bottom:677.000000px;} .ydd{bottom:680.000000px;} .y23{bottom:683.000000px;} .y8f{bottom:685.000000px;} .y3{bottom:686.000000px;} .y2{bottom:688.000000px;} .y70{bottom:689.000000px;} .y4e{bottom:692.000000px;} .y22{bottom:699.000000px;} .y8e{bottom:701.000000px;} .y1{bottom:703.000000px;} .ydc{bottom:704.000000px;} .y4d{bottom:707.000000px;} .y0{bottom:712.500000px;} .y21{bottom:715.000000px;} .y8d{bottom:717.000000px;} .ydb{bottom:720.000000px;} .y44{bottom:722.000000px;} .y6f{bottom:725.000000px;} .y8c{bottom:729.000000px;} .y20{bottom:731.000000px;} .yda{bottom:732.000000px;} .y4c{bottom:737.000000px;} .y8b{bottom:741.000000px;} .y6e{bottom:743.000000px;} .yd9{bottom:744.000000px;} .y1f{bottom:747.000000px;} .y43{bottom:752.000000px;} .y8a{bottom:757.000000px;} .y6d{bottom:761.000000px;} .y1e{bottom:763.000000px;} .y4b{bottom:767.000000px;} .y89{bottom:769.000000px;} .yf9{bottom:775.500000px;} .y1d{bottom:779.000000px;} .y88{bottom:781.000000px;} .y42{bottom:782.000000px;} .y40{bottom:799.000000px;} .h2{height:46.973200px;} .h6{height:56.367840px;} .h9{height:59.156250px;} .h7{height:69.015625px;} .h5{height:70.459800px;} .h1{height:84.500000px;} .h4{height:93.946400px;} .h3{height:187.892799px;} .h8{height:752.500000px;} .h0{height:842.000000px;} .w1{width:277.500000px;} .w2{width:485.500000px;} .w0{width:595.000000px;} .x0{left:55.000000px;} .xe{left:57.000000px;} .xa{left:85.000000px;} .xb{left:100.000000px;} .x6{left:124.560000px;} .x3{left:207.500000px;} .xc{left:212.800000px;} .x8{left:227.820000px;} .x5{left:236.910000px;} .x9{left:245.000000px;} .x7{left:269.150000px;} .x1{left:276.080000px;} .x4{left:291.940000px;} .x2{left:296.110000px;} .xf{left:524.660000px;} .xd{left:531.330000px;} @media print{ .v0{vertical-align:0.000000pt;} .ls0{letter-spacing:0.000000pt;} .ws0{word-spacing:0.000000pt;} .fs0{font-size:53.333333pt;} .fs4{font-size:64.000000pt;} .fs5{font-size:74.666667pt;} .fs3{font-size:80.000000pt;} .fs2{font-size:106.666667pt;} .fs1{font-size:213.333333pt;} .ye{bottom:22.666667pt;} .y41{bottom:41.333333pt;} .yf{bottom:59.333333pt;} .y86{bottom:85.880000pt;} .y3f{bottom:86.666667pt;} .yf8{bottom:87.346667pt;} .yd0{bottom:88.000000pt;} .y99{bottom:88.066667pt;} .y6b{bottom:93.333333pt;} .yd8{bottom:99.400000pt;} .ybf{bottom:103.706667pt;} .y1c{bottom:106.666667pt;} .ycf{bottom:109.333333pt;} .y98{bottom:109.400000pt;} .yf7{bottom:111.346667pt;} .y6a{bottom:117.333333pt;} .yd7{bottom:126.066667pt;} .y3e{bottom:126.666667pt;} .ybe{bottom:127.706667pt;} .y87{bottom:127.880000pt;} .yce{bottom:130.666667pt;} .yf6{bottom:135.346667pt;} .y69{bottom:141.333333pt;} .y3d{bottom:146.666667pt;} .yd6{bottom:150.066667pt;} .y9a{bottom:151.400000pt;} .ybd{bottom:151.706667pt;} .ycd{bottom:152.000000pt;} .yf5{bottom:159.346667pt;} .y68{bottom:165.333333pt;} .y3c{bottom:166.666667pt;} .y85{bottom:172.546667pt;} .ycc{bottom:173.333333pt;} .yd5{bottom:174.066667pt;} .ybc{bottom:175.706667pt;} .yf4{bottom:183.346667pt;} .y1b{bottom:186.666667pt;} .y67{bottom:189.333333pt;} .ycb{bottom:194.666667pt;} .y97{bottom:196.066667pt;} .yd4{bottom:198.066667pt;} .y84{bottom:199.213333pt;} .ybb{bottom:199.706667pt;} .y3b{bottom:206.666667pt;} .yf3{bottom:207.346667pt;} .yca{bottom:210.666667pt;} .y66{bottom:213.333333pt;} .y96{bottom:222.733333pt;} .y83{bottom:223.213333pt;} .yf2{bottom:223.346667pt;} .yba{bottom:223.706667pt;} .y1a{bottom:226.666667pt;} .y65{bottom:237.333333pt;} .yb9{bottom:239.706667pt;} .yf1{bottom:244.680000pt;} .y3a{bottom:246.666667pt;} .y95{bottom:246.733333pt;} .y82{bottom:247.213333pt;} .yc9{bottom:248.000000pt;} .yb8{bottom:261.040000pt;} .y64{bottom:261.333333pt;} .yf0{bottom:266.013333pt;} .y19{bottom:266.666667pt;} .yc8{bottom:269.333333pt;} .y94{bottom:270.733333pt;} .y81{bottom:271.213333pt;} .yb7{bottom:282.373333pt;} .y63{bottom:285.333333pt;} .y39{bottom:286.666667pt;} .yef{bottom:287.346667pt;} .y93{bottom:294.733333pt;} .y80{bottom:295.213333pt;} .yc7{bottom:301.333333pt;} .yb6{bottom:303.706667pt;} .y18{bottom:306.666667pt;} .yee{bottom:308.680000pt;} .y62{bottom:309.333333pt;} .y7f{bottom:319.213333pt;} .yc6{bottom:322.666667pt;} .yed{bottom:324.680000pt;} .yb5{bottom:325.040000pt;} .y61{bottom:325.333333pt;} .y38{bottom:326.666667pt;} .y10b{bottom:333.333333pt;} .yec{bottom:340.680000pt;} .yc5{bottom:344.000000pt;} .yb4{bottom:346.373333pt;} .y17{bottom:346.666667pt;} .y10a{bottom:357.333333pt;} .yc4{bottom:360.000000pt;} .yeb{bottom:362.013333pt;} .y37{bottom:366.666667pt;} .yb3{bottom:367.706667pt;} .y60{bottom:368.000000pt;} .yc3{bottom:376.000000pt;} .yea{bottom:378.013333pt;} .y109{bottom:381.333333pt;} .y16{bottom:386.666667pt;} .yb2{bottom:389.040000pt;} .y5f{bottom:389.333333pt;} .ye9{bottom:394.013333pt;} .yc2{bottom:397.333333pt;} .y108{bottom:405.333333pt;} .y36{bottom:406.666667pt;} .yb1{bottom:410.373333pt;} .y5e{bottom:410.666667pt;} .y7e{bottom:414.666667pt;} .ye8{bottom:415.346667pt;} .yb0{bottom:426.373333pt;} .y35{bottom:426.666667pt;} .y107{bottom:429.333333pt;} .y7d{bottom:438.666667pt;} .yd1{bottom:439.333333pt;} .yaf{bottom:442.373333pt;} .y5d{bottom:442.666667pt;} .y34{bottom:446.666667pt;} .y106{bottom:453.333333pt;} .yfa{bottom:457.346667pt;} .y7c{bottom:462.666667pt;} .yae{bottom:463.706667pt;} .y5c{bottom:464.000000pt;} .y15{bottom:466.666667pt;} .y105{bottom:469.333333pt;} .yad{bottom:479.706667pt;} .y5b{bottom:480.000000pt;} .yc1{bottom:484.000000pt;} .y14{bottom:486.666667pt;} .y104{bottom:490.666667pt;} .yac{bottom:495.706667pt;} .y5a{bottom:496.000000pt;} .ye7{bottom:502.013333pt;} .y13{bottom:506.666667pt;} .y7b{bottom:510.666667pt;} .y103{bottom:512.000000pt;} .yab{bottom:517.040000pt;} .yd{bottom:518.000000pt;} .y12{bottom:526.666667pt;} .ye6{bottom:528.680000pt;} .y102{bottom:533.333333pt;} .y7a{bottom:534.666667pt;} .y6c{bottom:538.000000pt;} .yc{bottom:542.000000pt;} .y33{bottom:546.666667pt;} .ye5{bottom:552.680000pt;} .y101{bottom:554.666667pt;} .y79{bottom:558.666667pt;} .yc0{bottom:559.040000pt;} .y32{bottom:566.666667pt;} .y100{bottom:570.666667pt;} .ye4{bottom:576.680000pt;} .yb{bottom:582.000000pt;} .y59{bottom:582.666667pt;} .yd3{bottom:583.866667pt;} .y31{bottom:586.666667pt;} .ye3{bottom:600.680000pt;} .ya{bottom:602.000000pt;} .y58{bottom:602.666667pt;} .yaa{bottom:603.706667pt;} .y30{bottom:606.666667pt;} .yd2{bottom:607.866667pt;} .yff{bottom:608.000000pt;} .y9{bottom:615.333333pt;} .y57{bottom:622.666667pt;} .yfe{bottom:624.000000pt;} .y2f{bottom:626.666667pt;} .ya9{bottom:630.373333pt;} .y78{bottom:630.666667pt;} .yfd{bottom:640.000000pt;} .y4a{bottom:642.666667pt;} .y8{bottom:645.333333pt;} .y2e{bottom:646.666667pt;} .ya8{bottom:654.373333pt;} .y77{bottom:654.666667pt;} .y7{bottom:658.666667pt;} .yfc{bottom:661.333333pt;} .y56{bottom:662.666667pt;} .y2d{bottom:666.666667pt;} .ya7{bottom:678.373333pt;} .y76{bottom:678.666667pt;} .y49{bottom:682.666667pt;} .y2c{bottom:686.666667pt;} .ya6{bottom:694.373333pt;} .y6{bottom:698.666667pt;} .y5{bottom:701.333333pt;} .y55{bottom:702.666667pt;} .y10c{bottom:703.333333pt;} .y2b{bottom:706.666667pt;} .ya5{bottom:715.706667pt;} .y48{bottom:722.666667pt;} .y2a{bottom:726.666667pt;} .ya4{bottom:737.040000pt;} .y54{bottom:742.666667pt;} .y29{bottom:746.666667pt;} .yfb{bottom:748.000000pt;} .y75{bottom:750.666667pt;} .ye2{bottom:757.333333pt;} .ya3{bottom:758.373333pt;} .y53{bottom:762.666667pt;} .y28{bottom:766.666667pt;} .y74{bottom:774.666667pt;} .ya2{bottom:779.706667pt;} .y4{bottom:781.333333pt;} .y52{bottom:782.666667pt;} .y27{bottom:786.666667pt;} .ya1{bottom:795.706667pt;} .y73{bottom:798.666667pt;} .y51{bottom:802.666667pt;} .ye1{bottom:805.333333pt;} .y11{bottom:806.666667pt;} .ya0{bottom:811.706667pt;} .ye0{bottom:821.333333pt;} .y47{bottom:822.666667pt;} .y10{bottom:826.666667pt;} .y92{bottom:830.666667pt;} .y9f{bottom:833.040000pt;} .y46{bottom:842.666667pt;} .y26{bottom:846.666667pt;} .y9e{bottom:849.040000pt;} .y91{bottom:854.666667pt;} .y50{bottom:862.666667pt;} .ydf{bottom:864.000000pt;} .y9d{bottom:865.040000pt;} .y25{bottom:868.000000pt;} .y72{bottom:870.666667pt;} .y45{bottom:882.666667pt;} .yde{bottom:885.333333pt;} .y9c{bottom:886.373333pt;} .y24{bottom:889.333333pt;} .y90{bottom:892.000000pt;} .y71{bottom:894.666667pt;} .y9b{bottom:902.373333pt;} .y4f{bottom:902.666667pt;} .ydd{bottom:906.666667pt;} .y23{bottom:910.666667pt;} .y8f{bottom:913.333333pt;} .y3{bottom:914.666667pt;} .y2{bottom:917.333333pt;} .y70{bottom:918.666667pt;} .y4e{bottom:922.666667pt;} .y22{bottom:932.000000pt;} .y8e{bottom:934.666667pt;} .y1{bottom:937.333333pt;} .ydc{bottom:938.666667pt;} .y4d{bottom:942.666667pt;} .y0{bottom:950.000000pt;} .y21{bottom:953.333333pt;} .y8d{bottom:956.000000pt;} .ydb{bottom:960.000000pt;} .y44{bottom:962.666667pt;} .y6f{bottom:966.666667pt;} .y8c{bottom:972.000000pt;} .y20{bottom:974.666667pt;} .yda{bottom:976.000000pt;} .y4c{bottom:982.666667pt;} .y8b{bottom:988.000000pt;} .y6e{bottom:990.666667pt;} .yd9{bottom:992.000000pt;} .y1f{bottom:996.000000pt;} .y43{bottom:1002.666667pt;} .y8a{bottom:1009.333333pt;} .y6d{bottom:1014.666667pt;} .y1e{bottom:1017.333333pt;} .y4b{bottom:1022.666667pt;} .y89{bottom:1025.333333pt;} .yf9{bottom:1034.000000pt;} .y1d{bottom:1038.666667pt;} .y88{bottom:1041.333333pt;} .y42{bottom:1042.666667pt;} .y40{bottom:1065.333333pt;} .h2{height:62.630933pt;} .h6{height:75.157120pt;} .h9{height:78.875000pt;} .h7{height:92.020833pt;} .h5{height:93.946400pt;} .h1{height:112.666667pt;} .h4{height:125.261866pt;} .h3{height:250.523733pt;} .h8{height:1003.333333pt;} .h0{height:1122.666667pt;} .w1{width:370.000000pt;} .w2{width:647.333333pt;} .w0{width:793.333333pt;} .x0{left:73.333333pt;} .xe{left:76.000000pt;} .xa{left:113.333333pt;} .xb{left:133.333333pt;} .x6{left:166.080000pt;} .x3{left:276.666667pt;} .xc{left:283.733333pt;} .x8{left:303.760000pt;} .x5{left:315.880000pt;} .x9{left:326.666667pt;} .x7{left:358.866667pt;} .x1{left:368.106667pt;} .x4{left:389.253333pt;} .x2{left:394.813333pt;} .xf{left:699.546667pt;} .xd{left:708.440000pt;} }
2018.3.3/apidocs/org/wildfly/swarm/config/datasources/class-use/JDBCDriverConsumer.html
wildfly-swarm/wildfly-swarm-javadocs
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_151) on Thu Mar 08 14:17:42 MST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.wildfly.swarm.config.datasources.JDBCDriverConsumer (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="Uses of Interface org.wildfly.swarm.config.datasources.JDBCDriverConsumer (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><a href="../../../../../../org/wildfly/swarm/config/datasources/JDBCDriverConsumer.html" title="interface in org.wildfly.swarm.config.datasources">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, 2018.3.3</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/datasources/class-use/JDBCDriverConsumer.html" target="_top">Frames</a></li> <li><a href="JDBCDriverConsumer.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.datasources.JDBCDriverConsumer" class="title">Uses of Interface<br>org.wildfly.swarm.config.datasources.JDBCDriverConsumer</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/datasources/JDBCDriverConsumer.html" title="interface in org.wildfly.swarm.config.datasources">JDBCDriverConsumer</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.datasources">org.wildfly.swarm.config.datasources</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.wildfly.swarm.datasources">org.wildfly.swarm.datasources</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/datasources/JDBCDriverConsumer.html" title="interface in org.wildfly.swarm.config.datasources">JDBCDriverConsumer</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/datasources/JDBCDriverConsumer.html" title="interface in org.wildfly.swarm.config.datasources">JDBCDriverConsumer</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/Datasources.html" title="type parameter in Datasources">T</a></code></td> <td class="colLast"><span class="typeNameLabel">Datasources.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/Datasources.html#jdbcDriver-java.lang.String-org.wildfly.swarm.config.datasources.JDBCDriverConsumer-">jdbcDriver</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;childKey, <a href="../../../../../../org/wildfly/swarm/config/datasources/JDBCDriverConsumer.html" title="interface in org.wildfly.swarm.config.datasources">JDBCDriverConsumer</a>&nbsp;consumer)</code> <div class="block">Create and configure a JDBCDriver object to the list of subresources</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.wildfly.swarm.config.datasources"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/wildfly/swarm/config/datasources/JDBCDriverConsumer.html" title="interface in org.wildfly.swarm.config.datasources">JDBCDriverConsumer</a> in <a href="../../../../../../org/wildfly/swarm/config/datasources/package-summary.html">org.wildfly.swarm.config.datasources</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/datasources/package-summary.html">org.wildfly.swarm.config.datasources</a> that return <a href="../../../../../../org/wildfly/swarm/config/datasources/JDBCDriverConsumer.html" title="interface in org.wildfly.swarm.config.datasources">JDBCDriverConsumer</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/datasources/JDBCDriverConsumer.html" title="interface in org.wildfly.swarm.config.datasources">JDBCDriverConsumer</a>&lt;<a href="../../../../../../org/wildfly/swarm/config/datasources/JDBCDriverConsumer.html" title="type parameter in JDBCDriverConsumer">T</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">JDBCDriverConsumer.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/datasources/JDBCDriverConsumer.html#andThen-org.wildfly.swarm.config.datasources.JDBCDriverConsumer-">andThen</a></span>(<a href="../../../../../../org/wildfly/swarm/config/datasources/JDBCDriverConsumer.html" title="interface in org.wildfly.swarm.config.datasources">JDBCDriverConsumer</a>&lt;<a href="../../../../../../org/wildfly/swarm/config/datasources/JDBCDriverConsumer.html" title="type parameter in JDBCDriverConsumer">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/datasources/package-summary.html">org.wildfly.swarm.config.datasources</a> with parameters of type <a href="../../../../../../org/wildfly/swarm/config/datasources/JDBCDriverConsumer.html" title="interface in org.wildfly.swarm.config.datasources">JDBCDriverConsumer</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/datasources/JDBCDriverConsumer.html" title="interface in org.wildfly.swarm.config.datasources">JDBCDriverConsumer</a>&lt;<a href="../../../../../../org/wildfly/swarm/config/datasources/JDBCDriverConsumer.html" title="type parameter in JDBCDriverConsumer">T</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">JDBCDriverConsumer.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/datasources/JDBCDriverConsumer.html#andThen-org.wildfly.swarm.config.datasources.JDBCDriverConsumer-">andThen</a></span>(<a href="../../../../../../org/wildfly/swarm/config/datasources/JDBCDriverConsumer.html" title="interface in org.wildfly.swarm.config.datasources">JDBCDriverConsumer</a>&lt;<a href="../../../../../../org/wildfly/swarm/config/datasources/JDBCDriverConsumer.html" title="type parameter in JDBCDriverConsumer">T</a>&gt;&nbsp;after)</code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.wildfly.swarm.datasources"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/wildfly/swarm/config/datasources/JDBCDriverConsumer.html" title="interface in org.wildfly.swarm.config.datasources">JDBCDriverConsumer</a> in <a href="../../../../../../org/wildfly/swarm/datasources/package-summary.html">org.wildfly.swarm.datasources</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/datasources/package-summary.html">org.wildfly.swarm.datasources</a> with parameters of type <a href="../../../../../../org/wildfly/swarm/config/datasources/JDBCDriverConsumer.html" title="interface in org.wildfly.swarm.config.datasources">JDBCDriverConsumer</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/datasources/DatasourcesFraction.html" title="class in org.wildfly.swarm.datasources">DatasourcesFraction</a></code></td> <td class="colLast"><span class="typeNameLabel">DatasourcesFraction.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/datasources/DatasourcesFraction.html#jdbcDriver-java.lang.String-org.wildfly.swarm.config.datasources.JDBCDriverConsumer-">jdbcDriver</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;childKey, <a href="../../../../../../org/wildfly/swarm/config/datasources/JDBCDriverConsumer.html" title="interface in org.wildfly.swarm.config.datasources">JDBCDriverConsumer</a>&nbsp;consumer)</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/datasources/JDBCDriverConsumer.html" title="interface in org.wildfly.swarm.config.datasources">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, 2018.3.3</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/datasources/class-use/JDBCDriverConsumer.html" target="_top">Frames</a></li> <li><a href="JDBCDriverConsumer.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>
2018.2.0/apidocs/org/wildfly/swarm/config/transactions/log_store/class-use/Transactions.TransactionsResources.html
wildfly-swarm/wildfly-swarm-javadocs
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_151) on Thu Feb 08 09:04:08 MST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.wildfly.swarm.config.transactions.log_store.Transactions.TransactionsResources (BOM: * : All 2018.2.0 API)</title> <meta name="date" content="2018-02-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="Uses of Class org.wildfly.swarm.config.transactions.log_store.Transactions.TransactionsResources (BOM: * : All 2018.2.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/transactions/log_store/Transactions.TransactionsResources.html" title="class in org.wildfly.swarm.config.transactions.log_store">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, 2018.2.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/transactions/log_store/class-use/Transactions.TransactionsResources.html" target="_top">Frames</a></li> <li><a href="Transactions.TransactionsResources.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.transactions.log_store.Transactions.TransactionsResources" class="title">Uses of Class<br>org.wildfly.swarm.config.transactions.log_store.Transactions.TransactionsResources</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/transactions/log_store/Transactions.TransactionsResources.html" title="class in org.wildfly.swarm.config.transactions.log_store">Transactions.TransactionsResources</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.transactions.log_store">org.wildfly.swarm.config.transactions.log_store</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.transactions.log_store"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../org/wildfly/swarm/config/transactions/log_store/Transactions.TransactionsResources.html" title="class in org.wildfly.swarm.config.transactions.log_store">Transactions.TransactionsResources</a> in <a href="../../../../../../../org/wildfly/swarm/config/transactions/log_store/package-summary.html">org.wildfly.swarm.config.transactions.log_store</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/transactions/log_store/package-summary.html">org.wildfly.swarm.config.transactions.log_store</a> that return <a href="../../../../../../../org/wildfly/swarm/config/transactions/log_store/Transactions.TransactionsResources.html" title="class in org.wildfly.swarm.config.transactions.log_store">Transactions.TransactionsResources</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/transactions/log_store/Transactions.TransactionsResources.html" title="class in org.wildfly.swarm.config.transactions.log_store">Transactions.TransactionsResources</a></code></td> <td class="colLast"><span class="typeNameLabel">Transactions.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/transactions/log_store/Transactions.html#subresources--">subresources</a></span>()</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/transactions/log_store/Transactions.TransactionsResources.html" title="class in org.wildfly.swarm.config.transactions.log_store">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, 2018.2.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/transactions/log_store/class-use/Transactions.TransactionsResources.html" target="_top">Frames</a></li> <li><a href="Transactions.TransactionsResources.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>
2.4.0.Final/apidocs/org/wildfly/swarm/config/infinispan/cache_container/BackupsComponentConsumer.html
wildfly-swarm/wildfly-swarm-javadocs
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_151) on Sun Mar 17 11:03:30 MST 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>BackupsComponentConsumer (BOM: * : All 2.4.0.Final API)</title> <meta name="date" content="2019-03-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="BackupsComponentConsumer (BOM: * : All 2.4.0.Final 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/BackupsComponentConsumer.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.0.Final</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BackupsComponent.BackupsComponentResources.html" title="class in org.wildfly.swarm.config.infinispan.cache_container"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BackupsComponentSupplier.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/wildfly/swarm/config/infinispan/cache_container/BackupsComponentConsumer.html" target="_top">Frames</a></li> <li><a href="BackupsComponentConsumer.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.infinispan.cache_container</div> <h2 title="Interface BackupsComponentConsumer" class="title">Interface BackupsComponentConsumer&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;</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">BackupsComponentConsumer&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;</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/infinispan/cache_container/BackupsComponentConsumer.html#accept-T-">accept</a></span>(<a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BackupsComponentConsumer.html" title="type parameter in BackupsComponentConsumer">T</a>&nbsp;value)</code> <div class="block">Configure a pre-constructed instance of BackupsComponent resource</div> </td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>default <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BackupsComponentConsumer.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">BackupsComponentConsumer</a>&lt;<a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BackupsComponentConsumer.html" title="type parameter in BackupsComponentConsumer">T</a>&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BackupsComponentConsumer.html#andThen-org.wildfly.swarm.config.infinispan.cache_container.BackupsComponentConsumer-">andThen</a></span>(<a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BackupsComponentConsumer.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">BackupsComponentConsumer</a>&lt;<a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BackupsComponentConsumer.html" title="type parameter in BackupsComponentConsumer">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.infinispan.cache_container.BackupsComponent-"> <!-- --> </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/infinispan/cache_container/BackupsComponentConsumer.html" title="type parameter in BackupsComponentConsumer">T</a>&nbsp;value)</pre> <div class="block">Configure a pre-constructed instance of BackupsComponent resource</div> </li> </ul> <a name="andThen-org.wildfly.swarm.config.infinispan.cache_container.BackupsComponentConsumer-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>andThen</h4> <pre>default&nbsp;<a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BackupsComponentConsumer.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">BackupsComponentConsumer</a>&lt;<a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BackupsComponentConsumer.html" title="type parameter in BackupsComponentConsumer">T</a>&gt;&nbsp;andThen(<a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BackupsComponentConsumer.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">BackupsComponentConsumer</a>&lt;<a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BackupsComponentConsumer.html" title="type parameter in BackupsComponentConsumer">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/BackupsComponentConsumer.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.0.Final</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BackupsComponent.BackupsComponentResources.html" title="class in org.wildfly.swarm.config.infinispan.cache_container"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BackupsComponentSupplier.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/wildfly/swarm/config/infinispan/cache_container/BackupsComponentConsumer.html" target="_top">Frames</a></li> <li><a href="BackupsComponentConsumer.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>
2.3.0.Final-SNAPSHOT/apidocs/org/wildfly/swarm/jaxrs/btm/class-use/BraveLookup.html
wildfly-swarm/wildfly-swarm-javadocs
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_151) on Wed Jan 16 10:54:26 MST 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.wildfly.swarm.jaxrs.btm.BraveLookup (BOM: * : All 2.3.0.Final-SNAPSHOT API)</title> <meta name="date" content="2019-01-16"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Interface org.wildfly.swarm.jaxrs.btm.BraveLookup (BOM: * : All 2.3.0.Final-SNAPSHOT API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/wildfly/swarm/jaxrs/btm/BraveLookup.html" title="interface in org.wildfly.swarm.jaxrs.btm">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">Thorntail API, 2.3.0.Final-SNAPSHOT</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/wildfly/swarm/jaxrs/btm/class-use/BraveLookup.html" target="_top">Frames</a></li> <li><a href="BraveLookup.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.jaxrs.btm.BraveLookup" class="title">Uses of Interface<br>org.wildfly.swarm.jaxrs.btm.BraveLookup</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/jaxrs/btm/BraveLookup.html" title="interface in org.wildfly.swarm.jaxrs.btm">BraveLookup</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.jaxrs.btm">org.wildfly.swarm.jaxrs.btm</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.jaxrs.btm"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/wildfly/swarm/jaxrs/btm/BraveLookup.html" title="interface in org.wildfly.swarm.jaxrs.btm">BraveLookup</a> in <a href="../../../../../../org/wildfly/swarm/jaxrs/btm/package-summary.html">org.wildfly.swarm.jaxrs.btm</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/jaxrs/btm/package-summary.html">org.wildfly.swarm.jaxrs.btm</a> that return <a href="../../../../../../org/wildfly/swarm/jaxrs/btm/BraveLookup.html" title="interface in org.wildfly.swarm.jaxrs.btm">BraveLookup</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="../../../../../../org/wildfly/swarm/jaxrs/btm/BraveLookup.html" title="interface in org.wildfly.swarm.jaxrs.btm">BraveLookup</a></code></td> <td class="colLast"><span class="typeNameLabel">BraveLookup.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/jaxrs/btm/BraveLookup.html#lookup--">lookup</a></span>()</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/jaxrs/btm/BraveLookup.html" title="interface in org.wildfly.swarm.jaxrs.btm">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">Thorntail API, 2.3.0.Final-SNAPSHOT</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/wildfly/swarm/jaxrs/btm/class-use/BraveLookup.html" target="_top">Frames</a></li> <li><a href="BraveLookup.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>
2.0.0.Final/apidocs/org/wildfly/swarm/config/resource/adapters/resource_adapter/AdminObjectsConsumer.html
wildfly-swarm/wildfly-swarm-javadocs
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_151) on Fri Jun 22 04:34:07 MST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>AdminObjectsConsumer (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="AdminObjectsConsumer (BOM: * : All 2.0.0.Final 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/AdminObjectsConsumer.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.0.0.Final</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../../org/wildfly/swarm/config/resource/adapters/resource_adapter/AdminObjects.AdminObjectsResources.html" title="class in org.wildfly.swarm.config.resource.adapters.resource_adapter"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../../../org/wildfly/swarm/config/resource/adapters/resource_adapter/AdminObjectsSupplier.html" title="interface in org.wildfly.swarm.config.resource.adapters.resource_adapter"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/wildfly/swarm/config/resource/adapters/resource_adapter/AdminObjectsConsumer.html" target="_top">Frames</a></li> <li><a href="AdminObjectsConsumer.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.resource.adapters.resource_adapter</div> <h2 title="Interface AdminObjectsConsumer" class="title">Interface AdminObjectsConsumer&lt;T extends <a href="../../../../../../../org/wildfly/swarm/config/resource/adapters/resource_adapter/AdminObjects.html" title="class in org.wildfly.swarm.config.resource.adapters.resource_adapter">AdminObjects</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">AdminObjectsConsumer&lt;T extends <a href="../../../../../../../org/wildfly/swarm/config/resource/adapters/resource_adapter/AdminObjects.html" title="class in org.wildfly.swarm.config.resource.adapters.resource_adapter">AdminObjects</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/resource/adapters/resource_adapter/AdminObjectsConsumer.html#accept-T-">accept</a></span>(<a href="../../../../../../../org/wildfly/swarm/config/resource/adapters/resource_adapter/AdminObjectsConsumer.html" title="type parameter in AdminObjectsConsumer">T</a>&nbsp;value)</code> <div class="block">Configure a pre-constructed instance of AdminObjects resource</div> </td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>default <a href="../../../../../../../org/wildfly/swarm/config/resource/adapters/resource_adapter/AdminObjectsConsumer.html" title="interface in org.wildfly.swarm.config.resource.adapters.resource_adapter">AdminObjectsConsumer</a>&lt;<a href="../../../../../../../org/wildfly/swarm/config/resource/adapters/resource_adapter/AdminObjectsConsumer.html" title="type parameter in AdminObjectsConsumer">T</a>&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/resource/adapters/resource_adapter/AdminObjectsConsumer.html#andThen-org.wildfly.swarm.config.resource.adapters.resource_adapter.AdminObjectsConsumer-">andThen</a></span>(<a href="../../../../../../../org/wildfly/swarm/config/resource/adapters/resource_adapter/AdminObjectsConsumer.html" title="interface in org.wildfly.swarm.config.resource.adapters.resource_adapter">AdminObjectsConsumer</a>&lt;<a href="../../../../../../../org/wildfly/swarm/config/resource/adapters/resource_adapter/AdminObjectsConsumer.html" title="type parameter in AdminObjectsConsumer">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.resource.adapters.resource_adapter.AdminObjects-"> <!-- --> </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/resource/adapters/resource_adapter/AdminObjectsConsumer.html" title="type parameter in AdminObjectsConsumer">T</a>&nbsp;value)</pre> <div class="block">Configure a pre-constructed instance of AdminObjects resource</div> </li> </ul> <a name="andThen-org.wildfly.swarm.config.resource.adapters.resource_adapter.AdminObjectsConsumer-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>andThen</h4> <pre>default&nbsp;<a href="../../../../../../../org/wildfly/swarm/config/resource/adapters/resource_adapter/AdminObjectsConsumer.html" title="interface in org.wildfly.swarm.config.resource.adapters.resource_adapter">AdminObjectsConsumer</a>&lt;<a href="../../../../../../../org/wildfly/swarm/config/resource/adapters/resource_adapter/AdminObjectsConsumer.html" title="type parameter in AdminObjectsConsumer">T</a>&gt;&nbsp;andThen(<a href="../../../../../../../org/wildfly/swarm/config/resource/adapters/resource_adapter/AdminObjectsConsumer.html" title="interface in org.wildfly.swarm.config.resource.adapters.resource_adapter">AdminObjectsConsumer</a>&lt;<a href="../../../../../../../org/wildfly/swarm/config/resource/adapters/resource_adapter/AdminObjectsConsumer.html" title="type parameter in AdminObjectsConsumer">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/AdminObjectsConsumer.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.0.0.Final</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../../org/wildfly/swarm/config/resource/adapters/resource_adapter/AdminObjects.AdminObjectsResources.html" title="class in org.wildfly.swarm.config.resource.adapters.resource_adapter"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../../../org/wildfly/swarm/config/resource/adapters/resource_adapter/AdminObjectsSupplier.html" title="interface in org.wildfly.swarm.config.resource.adapters.resource_adapter"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/wildfly/swarm/config/resource/adapters/resource_adapter/AdminObjectsConsumer.html" target="_top">Frames</a></li> <li><a href="AdminObjectsConsumer.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>
2.7.0.Final/apidocs/org/wildfly/swarm/config/infinispan/cache_container/class-use/ExpirationComponent.html
wildfly-swarm/wildfly-swarm-javadocs
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_151) on Wed Jun 10 13:53:02 MST 2020 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.wildfly.swarm.config.infinispan.cache_container.ExpirationComponent (BOM: * : All 2.7.0.Final API)</title> <meta name="date" content="2020-06-10"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.wildfly.swarm.config.infinispan.cache_container.ExpirationComponent (BOM: * : All 2.7.0.Final API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ExpirationComponent.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">Thorntail API, 2.7.0.Final</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/wildfly/swarm/config/infinispan/cache_container/class-use/ExpirationComponent.html" target="_top">Frames</a></li> <li><a href="ExpirationComponent.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.infinispan.cache_container.ExpirationComponent" class="title">Uses of Class<br>org.wildfly.swarm.config.infinispan.cache_container.ExpirationComponent</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/infinispan/cache_container/ExpirationComponent.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">ExpirationComponent</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.infinispan.cache_container">org.wildfly.swarm.config.infinispan.cache_container</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.infinispan.cache_container"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ExpirationComponent.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">ExpirationComponent</a> in <a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/package-summary.html">org.wildfly.swarm.config.infinispan.cache_container</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/infinispan/cache_container/package-summary.html">org.wildfly.swarm.config.infinispan.cache_container</a> with type parameters of type <a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ExpirationComponent.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">ExpirationComponent</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/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;</span></code> <div class="block">The cache expiration configuration.</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/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;</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/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;</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/infinispan/cache_container/package-summary.html">org.wildfly.swarm.config.infinispan.cache_container</a> that return <a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ExpirationComponent.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">ExpirationComponent</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/infinispan/cache_container/ExpirationComponent.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">ExpirationComponent</a></code></td> <td class="colLast"><span class="typeNameLabel">DistributedCache.DistributedCacheResources.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/DistributedCache.DistributedCacheResources.html#expirationComponent--">expirationComponent</a></span>()</code> <div class="block">The cache expiration configuration.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ExpirationComponent.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">ExpirationComponent</a></code></td> <td class="colLast"><span class="typeNameLabel">InvalidationCache.InvalidationCacheResources.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/InvalidationCache.InvalidationCacheResources.html#expirationComponent--">expirationComponent</a></span>()</code> <div class="block">The cache expiration configuration.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ExpirationComponent.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">ExpirationComponent</a></code></td> <td class="colLast"><span class="typeNameLabel">ScatteredCache.ScatteredCacheResources.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ScatteredCache.ScatteredCacheResources.html#expirationComponent--">expirationComponent</a></span>()</code> <div class="block">The cache expiration configuration.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ExpirationComponent.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">ExpirationComponent</a></code></td> <td class="colLast"><span class="typeNameLabel">LocalCache.LocalCacheResources.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/LocalCache.LocalCacheResources.html#expirationComponent--">expirationComponent</a></span>()</code> <div class="block">The cache expiration configuration.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ExpirationComponent.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">ExpirationComponent</a></code></td> <td class="colLast"><span class="typeNameLabel">ReplicatedCache.ReplicatedCacheResources.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ReplicatedCache.ReplicatedCacheResources.html#expirationComponent--">expirationComponent</a></span>()</code> <div class="block">The cache expiration configuration.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ExpirationComponent.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">ExpirationComponent</a></code></td> <td class="colLast"><span class="typeNameLabel">ExpirationComponentSupplier.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ExpirationComponentSupplier.html#get--">get</a></span>()</code> <div class="block">Constructed instance of ExpirationComponent resource</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/infinispan/cache_container/package-summary.html">org.wildfly.swarm.config.infinispan.cache_container</a> with parameters of type <a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ExpirationComponent.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">ExpirationComponent</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/infinispan/cache_container/DistributedCache.html" title="type parameter in DistributedCache">T</a></code></td> <td class="colLast"><span class="typeNameLabel">DistributedCache.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/DistributedCache.html#expirationComponent-org.wildfly.swarm.config.infinispan.cache_container.ExpirationComponent-">expirationComponent</a></span>(<a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ExpirationComponent.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">ExpirationComponent</a>&nbsp;value)</code> <div class="block">The cache expiration configuration.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/InvalidationCache.html" title="type parameter in InvalidationCache">T</a></code></td> <td class="colLast"><span class="typeNameLabel">InvalidationCache.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/InvalidationCache.html#expirationComponent-org.wildfly.swarm.config.infinispan.cache_container.ExpirationComponent-">expirationComponent</a></span>(<a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ExpirationComponent.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">ExpirationComponent</a>&nbsp;value)</code> <div class="block">The cache expiration configuration.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ScatteredCache.html" title="type parameter in ScatteredCache">T</a></code></td> <td class="colLast"><span class="typeNameLabel">ScatteredCache.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ScatteredCache.html#expirationComponent-org.wildfly.swarm.config.infinispan.cache_container.ExpirationComponent-">expirationComponent</a></span>(<a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ExpirationComponent.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">ExpirationComponent</a>&nbsp;value)</code> <div class="block">The cache expiration configuration.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/LocalCache.html" title="type parameter in LocalCache">T</a></code></td> <td class="colLast"><span class="typeNameLabel">LocalCache.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/LocalCache.html#expirationComponent-org.wildfly.swarm.config.infinispan.cache_container.ExpirationComponent-">expirationComponent</a></span>(<a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ExpirationComponent.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">ExpirationComponent</a>&nbsp;value)</code> <div class="block">The cache expiration configuration.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ReplicatedCache.html" title="type parameter in ReplicatedCache">T</a></code></td> <td class="colLast"><span class="typeNameLabel">ReplicatedCache.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ReplicatedCache.html#expirationComponent-org.wildfly.swarm.config.infinispan.cache_container.ExpirationComponent-">expirationComponent</a></span>(<a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ExpirationComponent.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">ExpirationComponent</a>&nbsp;value)</code> <div class="block">The cache expiration configuration.</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/infinispan/cache_container/ExpirationComponent.html" title="class in org.wildfly.swarm.config.infinispan.cache_container">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">Thorntail API, 2.7.0.Final</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/wildfly/swarm/config/infinispan/cache_container/class-use/ExpirationComponent.html" target="_top">Frames</a></li> <li><a href="ExpirationComponent.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; 2020 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p> </body> </html>
2.5.0.Final/apidocs/org/wildfly/swarm/config/elytron/class-use/ServerSslSniContextSupplier.html
wildfly-swarm/wildfly-swarm-javadocs
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_151) on Wed Jul 17 13:50:51 MST 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.wildfly.swarm.config.elytron.ServerSslSniContextSupplier (BOM: * : All 2.5.0.Final API)</title> <meta name="date" content="2019-07-17"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Interface org.wildfly.swarm.config.elytron.ServerSslSniContextSupplier (BOM: * : All 2.5.0.Final API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/wildfly/swarm/config/elytron/ServerSslSniContextSupplier.html" title="interface in org.wildfly.swarm.config.elytron">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">Thorntail API, 2.5.0.Final</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/wildfly/swarm/config/elytron/class-use/ServerSslSniContextSupplier.html" target="_top">Frames</a></li> <li><a href="ServerSslSniContextSupplier.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.elytron.ServerSslSniContextSupplier" class="title">Uses of Interface<br>org.wildfly.swarm.config.elytron.ServerSslSniContextSupplier</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/elytron/ServerSslSniContextSupplier.html" title="interface in org.wildfly.swarm.config.elytron">ServerSslSniContextSupplier</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/elytron/ServerSslSniContextSupplier.html" title="interface in org.wildfly.swarm.config.elytron">ServerSslSniContextSupplier</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/elytron/ServerSslSniContextSupplier.html" title="interface in org.wildfly.swarm.config.elytron">ServerSslSniContextSupplier</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/Elytron.html" title="type parameter in Elytron">T</a></code></td> <td class="colLast"><span class="typeNameLabel">Elytron.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/Elytron.html#serverSslSniContext-org.wildfly.swarm.config.elytron.ServerSslSniContextSupplier-">serverSslSniContext</a></span>(<a href="../../../../../../org/wildfly/swarm/config/elytron/ServerSslSniContextSupplier.html" title="interface in org.wildfly.swarm.config.elytron">ServerSslSniContextSupplier</a>&nbsp;supplier)</code> <div class="block">Install a supplied ServerSslSniContext 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/elytron/ServerSslSniContextSupplier.html" title="interface in org.wildfly.swarm.config.elytron">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">Thorntail API, 2.5.0.Final</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/wildfly/swarm/config/elytron/class-use/ServerSslSniContextSupplier.html" target="_top">Frames</a></li> <li><a href="ServerSslSniContextSupplier.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>
2016.12.1/apidocs/org/wildfly/swarm/config/jmx/ResolvedExposeModelSupplier.html
wildfly-swarm/wildfly-swarm-javadocs
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_60-ea) on Thu Dec 15 09:48:32 EST 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>ResolvedExposeModelSupplier (Public javadocs 2016.12.1 API)</title> <meta name="date" content="2016-12-15"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="ResolvedExposeModelSupplier (Public javadocs 2016.12.1 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/ResolvedExposeModelSupplier.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, 2016.12.1</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/wildfly/swarm/config/jmx/ResolvedExposeModelConsumer.html" title="interface in org.wildfly.swarm.config.jmx"><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/config/jmx/ResolvedExposeModelSupplier.html" target="_top">Frames</a></li> <li><a href="ResolvedExposeModelSupplier.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.jmx</div> <h2 title="Interface ResolvedExposeModelSupplier" class="title">Interface ResolvedExposeModelSupplier&lt;T extends <a href="../../../../../org/wildfly/swarm/config/jmx/ResolvedExposeModel.html" title="class in org.wildfly.swarm.config.jmx">ResolvedExposeModel</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">ResolvedExposeModelSupplier&lt;T extends <a href="../../../../../org/wildfly/swarm/config/jmx/ResolvedExposeModel.html" title="class in org.wildfly.swarm.config.jmx">ResolvedExposeModel</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/jmx/ResolvedExposeModel.html" title="class in org.wildfly.swarm.config.jmx">ResolvedExposeModel</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/wildfly/swarm/config/jmx/ResolvedExposeModelSupplier.html#get--">get</a></span>()</code> <div class="block">Constructed instance of ResolvedExposeModel 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/jmx/ResolvedExposeModel.html" title="class in org.wildfly.swarm.config.jmx">ResolvedExposeModel</a>&nbsp;get()</pre> <div class="block">Constructed instance of ResolvedExposeModel 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/ResolvedExposeModelSupplier.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, 2016.12.1</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/wildfly/swarm/config/jmx/ResolvedExposeModelConsumer.html" title="interface in org.wildfly.swarm.config.jmx"><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/config/jmx/ResolvedExposeModelSupplier.html" target="_top">Frames</a></li> <li><a href="ResolvedExposeModelSupplier.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; 2016 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p> </body> </html>
docs/api/org/apache/hadoop/record/compiler/generated/class-use/RccConstants.html
Seagate/hadoop-on-lustre
<!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_31) on Mon Oct 01 06:51:22 PDT 2012 --> <TITLE> Uses of Interface org.apache.hadoop.record.compiler.generated.RccConstants (Hadoop 1.0.3.16 API) </TITLE> <META NAME="date" CONTENT="2012-10-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 Interface org.apache.hadoop.record.compiler.generated.RccConstants (Hadoop 1.0.3.16 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/record/compiler/generated/RccConstants.html" title="interface in org.apache.hadoop.record.compiler.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/record/compiler/generated//class-useRccConstants.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="RccConstants.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 Interface<br>org.apache.hadoop.record.compiler.generated.RccConstants</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Packages that use <A HREF="../../../../../../../org/apache/hadoop/record/compiler/generated/RccConstants.html" title="interface in org.apache.hadoop.record.compiler.generated">RccConstants</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.hadoop.record.compiler.generated"><B>org.apache.hadoop.record.compiler.generated</B></A></TD> <TD>This package contains code generated by JavaCC from the Hadoop record syntax file rcc.jj.&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.hadoop.record.compiler.generated"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../../../org/apache/hadoop/record/compiler/generated/RccConstants.html" title="interface in org.apache.hadoop.record.compiler.generated">RccConstants</A> in <A HREF="../../../../../../../org/apache/hadoop/record/compiler/generated/package-summary.html">org.apache.hadoop.record.compiler.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">Classes in <A HREF="../../../../../../../org/apache/hadoop/record/compiler/generated/package-summary.html">org.apache.hadoop.record.compiler.generated</A> that implement <A HREF="../../../../../../../org/apache/hadoop/record/compiler/generated/RccConstants.html" title="interface in org.apache.hadoop.record.compiler.generated">RccConstants</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../../org/apache/hadoop/record/compiler/generated/Rcc.html" title="class in org.apache.hadoop.record.compiler.generated">Rcc</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;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../../org/apache/hadoop/record/compiler/generated/RccTokenManager.html" title="class in org.apache.hadoop.record.compiler.generated">RccTokenManager</A></B></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/record/compiler/generated/RccConstants.html" title="interface in org.apache.hadoop.record.compiler.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/record/compiler/generated//class-useRccConstants.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="RccConstants.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>
public/docs/ts/latest/modules/_ndarray_base_assert_is_contiguous_docs_types_index_d_.html
stdlib-js/www
<!doctype html> <html class="default no-js"> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <title>&quot;ndarray/base/assert/is-contiguous/docs/types/index.d&quot; | stdlib</title> <meta name="description" content="stdlib is a standard library for JavaScript and Node.js, with an emphasis on numerical and scientific computing."> <meta name="author" content="stdlib"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <!-- Icons --> <link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="../favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="../favicon-16x16.png"> <link rel="manifest" href="../manifest.json"> <link rel="mask-icon" href="../safari-pinned-tab.svg" color="#5bbad5"> <meta name="theme-color" content="#ffffff"> <!-- Facebook Open Graph --> <meta property="og:type" content="website"> <meta property="og:site_name" content="stdlib"> <meta property="og:url" content="https://stdlib.io/"> <meta property="og:title" content="A standard library for JavaScript and Node.js."> <meta property="og:description" content="stdlib is a standard library for JavaScript and Node.js, with an emphasis on numerical and scientific computing."> <meta property="og:locale" content="en_US"> <meta property="og:image" content=""> <!-- Twitter --> <meta name="twitter:card" content="A standard library for JavaScript and Node.js."> <meta name="twitter:site" content="@stdlibjs"> <meta name="twitter:url" content="https://stdlib.io/"> <meta name="twitter:title" content="stdlib"> <meta name="twitter:description" content="stdlib is a standard library for JavaScript and Node.js, with an emphasis on numerical and scientific computing."> <meta name="twitter:image" content=""> <link rel="stylesheet" href="../assets/css/main.css"> <link rel="stylesheet" href="../assets/css/theme.css"> </head> <body> <header> <div class="tsd-page-toolbar"> <div class="container"> <div class="table-wrap"> <div class="table-cell" id="tsd-search" data-index="../assets/js/search.js" data-base=".."> <div class="field"> <label for="tsd-search-field" class="tsd-widget search no-caption">Search</label> <input id="tsd-search-field" type="text" /> </div> <ul class="results"> <li class="state loading">Preparing search index...</li> <li class="state failure">The search index is not available</li> </ul> <a href="../index.html" class="title"><img src="../logo_white.svg" alt="stdlib"></a> </div> <div class="table-cell" id="tsd-widgets"> <div id="tsd-filter"> <a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a> <div class="tsd-filter-group"> <div class="tsd-select" id="tsd-filter-visibility"> <span class="tsd-select-label">All</span> <ul class="tsd-select-list"> <li data-value="public">Public</li> <li data-value="protected">Public/Protected</li> <li data-value="private" class="selected">All</li> </ul> </div> <input type="checkbox" id="tsd-filter-inherited" checked /> <label class="tsd-widget" for="tsd-filter-inherited">Inherited</label> <input type="checkbox" id="tsd-filter-only-exported" /> <label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label> </div> </div> <a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a> </div> </div> </div> </div> <div class="tsd-page-title"> <div class="container"> <ul class="tsd-breadcrumb"> <li> <a href="../globals.html">Globals</a> </li> <li> <a href="_ndarray_base_assert_is_contiguous_docs_types_index_d_.html">&quot;ndarray/base/assert/is-contiguous/docs/types/index.d&quot;</a> </li> </ul> <h1>External module &quot;ndarray/base/assert/is-contiguous/docs/types/index.d&quot;</h1> </div> </div> </header> <div class="container container-main"> <div class="row"> <div class="col-8 col-content"> <section class="tsd-panel-group tsd-index-group"> <h2>Index</h2> <section class="tsd-panel tsd-index-panel"> <div class="tsd-index-content"> <section class="tsd-index-section "> <h3>Functions</h3> <ul class="tsd-index-list"> <li class="tsd-kind-function tsd-parent-kind-external-module"><a href="_ndarray_base_assert_is_contiguous_docs_types_index_d_.html#iscontiguous" class="tsd-kind-icon">is<wbr>Contiguous</a></li> </ul> </section> </div> </section> </section> <section class="tsd-panel-group tsd-member-group "> <h2>Functions</h2> <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-external-module"> <a name="iscontiguous" class="tsd-anchor"></a> <h3><span class="tsd-flag ts-flagExport assignment">Export assignment</span> is<wbr>Contiguous</h3> <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-external-module"> <li class="tsd-signature tsd-kind-icon">is<wbr>Contiguous<span class="tsd-signature-symbol">(</span>shape<span class="tsd-signature-symbol">: </span><a href="../interfaces/_types_index_d_.__stdlib_types_array_.arraylike.html" class="tsd-signature-type">ArrayLike</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">&gt;</span>, strides<span class="tsd-signature-symbol">: </span><a href="../interfaces/_types_index_d_.__stdlib_types_array_.arraylike.html" class="tsd-signature-type">ArrayLike</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">&gt;</span>, offset<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/stdlib-js/stdlib/blob/61b1a8a068/lib/node_modules/@stdlib/ndarray/base/assert/is-contiguous/docs/types/index.d.ts#L57">lib/node_modules/@stdlib/ndarray/base/assert/is-contiguous/docs/types/index.d.ts:57</a></li> </ul> </aside> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>Returns a boolean indicating if an array is contiguous.</p> </div> </div> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>shape: <a href="../interfaces/_types_index_d_.__stdlib_types_array_.arraylike.html" class="tsd-signature-type">ArrayLike</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">&gt;</span></h5> <div class="tsd-comment tsd-typography"> <p>array shape</p> </div> </li> <li> <h5>strides: <a href="../interfaces/_types_index_d_.__stdlib_types_array_.arraylike.html" class="tsd-signature-type">ArrayLike</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">&gt;</span></h5> <div class="tsd-comment tsd-typography"> <p>stride array</p> </div> </li> <li> <h5>offset: <span class="tsd-signature-type">number</span></h5> <div class="tsd-comment tsd-typography"> <p>index offset</p> </div> </li> </ul> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span> </h4> <p>boolean indicating if an array is contiguous</p> <h4 class="tsd-example-title">Example</h4> <div><pre><code class="language-javascript"><span class="hljs-keyword">var</span> shape = [ <span class="hljs-number">2</span>, <span class="hljs-number">2</span> ]; <span class="hljs-keyword">var</span> strides = [ <span class="hljs-number">2</span>, <span class="hljs-number">1</span> ]; <span class="hljs-keyword">var</span> offset = <span class="hljs-number">0</span>; <span class="hljs-keyword">var</span> bool = isContiguous( shape, strides, offset ); <span class="hljs-comment">// returns true</span></code></pre> </div> <h4 class="tsd-example-title">Example</h4> <div><pre><code class="language-javascript"><span class="hljs-keyword">var</span> shape = [ <span class="hljs-number">2</span>, <span class="hljs-number">2</span> ]; <span class="hljs-keyword">var</span> strides = [ <span class="hljs-number">-2</span>, <span class="hljs-number">1</span> ]; <span class="hljs-keyword">var</span> offset = <span class="hljs-number">2</span>; <span class="hljs-keyword">var</span> bool = isContiguous( shape, strides, offset ); <span class="hljs-comment">// returns false</span></code></pre> </div> <h4 class="tsd-example-title">Example</h4> <div><pre><code class="language-javascript"><span class="hljs-keyword">var</span> shape = [ <span class="hljs-number">2</span>, <span class="hljs-number">2</span> ]; <span class="hljs-keyword">var</span> strides = [ <span class="hljs-number">2</span>, <span class="hljs-number">2</span> ]; <span class="hljs-keyword">var</span> offset = <span class="hljs-number">0</span>; <span class="hljs-keyword">var</span> bool = isContiguous( shape, strides, offset ); <span class="hljs-comment">// returns false</span></code></pre> </div> </li> </ul> </section> </section> </div> <div class="col-4 col-menu menu-sticky-wrap menu-highlight"> <nav class="tsd-navigation primary"> <ul> <li class="globals "> <a href="../globals.html"><em>Packages</em></a> </li> <li class="current tsd-kind-external-module"> <a href="_ndarray_base_assert_is_contiguous_docs_types_index_d_.html">&quot;ndarray/base/assert/is-<wbr>contiguous/docs/types/index.d&quot;</a> </li> </ul> </nav> <nav class="tsd-navigation secondary menu-sticky"> <ul class="before-current"> <li class=" tsd-kind-function tsd-parent-kind-external-module"> <a href="_ndarray_base_assert_is_contiguous_docs_types_index_d_.html#iscontiguous" class="tsd-kind-icon">is<wbr>Contiguous</a> </li> </ul> </nav> </div> </div> </div> <footer> <div class="container"> <h2>Legend</h2> <div class="tsd-legend-group"> <ul class="tsd-legend"> <li class="tsd-kind-module"><span class="tsd-kind-icon">Module</span></li> <li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li> <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li> <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> <li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li> <li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li> <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li> <li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li> <li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li> <li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li> <li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li> <li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li> <li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li> <li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li> <li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li> <li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li> <li class="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li> </ul> </div> </div> <div class="bottom-nav center border-top"> <a href="https://www.patreon.com/athan">Donate</a> / <a href="/docs/api/">Docs</a> / <a href="https://gitter.im/stdlib-js/stdlib">Chat</a> / <a href="https://twitter.com/stdlibjs">Twitter</a> / <a href="https://github.com/stdlib-js/stdlib">Contribute</a> </div> </footer> <div class="overlay"></div> <script src="../assets/js/main.js"></script> <script src="../assets/js/theme.js"></script> <script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</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-105890493-1', 'auto'); ga('send', 'pageview'); </script> </body> </html>
OPS/chapter849.html
yighu/wenli
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh-CN"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="provider" content="www.cnepub.com"/> <meta name="builder" content="epubBuilder present by www.cnepub.com"/> <meta name="right" content="该文档由epubBuilder生成。epubBuilder为掌上书苑(www.cnepub.com)提供的epub制作工具,仅供个人交流与学习使用。在未获得掌上书苑的商业授权前,不得用于任何商业用途。"/> <link rel="stylesheet" type="text/css" href="css/main.css"/> <title>第三十章</title> </head> <body> <div> <h3>第三十章</h3> <p>1耶和华谕耶利米之言、</p> <p>2以色列之上帝耶和华曰、我所谕尔之言、咸笔于书、</p> <p>3耶和华曰、时日将至、我必返我民、以色列及犹大之俘囚、使归我所锡其列祖之地、据而有之、耶和华言之矣、○</p> <p>4耶和华论以色列犹大、所谕之言、</p> <p>5耶和华曰、我闻战栗惊恐之声、非平康之声、</p> <p>6尔试访察、男产子乎、我见人各以手支腰、若临产之妇、面呈灰色、此何故耶、</p> <p>7哀哉、其日大矣、无可比儗、乃雅各遭祸之期、然必获救、而得脱焉、</p> <p>8万军之耶和华曰、是日我必折尔项之轭、断系尔之索、异邦人不复使尔服役、</p> <p>9惟彼必服事其上帝耶和华、及我为彼所兴之王大卫、</p> <p>10耶和华曰、我仆雅各欤、勿畏惧、以色列欤、勿惊惶、我必拯尔于远方、援尔苗裔于虏至之地、雅谷必返、宁谧绥安、无人使之恐怖、</p> <p>11耶和华曰、我与尔偕、以拯救尔、我必尽灭我散尔所至之邦、而不尽灭尔、惟从宽责尔、不能不罚尔焉、○</p> <p>12耶和华曰、尔伤不可疗、尔创重矣、</p> <p>13无人伸尔冤抑、无药裹尔伤痕、</p> <p>14尔之情人俱忘尔、而不访问尔、缘尔愆尤重大、罪恶增多、故我以敌人所加之伤伤尔、以暴者所加之惩惩尔、</p> <p>15尔曷因创伤而哀号乎、尔之痛苦、不可疗也、我之待尔若此、以尔愆尤重大、罪恶增多也、</p> <p>16凡噬尔者必被噬、敌尔者必被虏、掠尔者必遭掠、劫尔者、我必使之受劫、</p> <p>17耶和华云、因人称尔为见弃之锡安邑、无顾之者、我必治尔身、医尔伤、</p> <p>18耶和华曰、雅各被虏之幕、我必返之、而顾惜其居所、其邑必复建于故山、宫室如初有人居处、</p> <p>19称谢欢乐之声、由是而出、我将使之繁衍、而不少减、加以尊荣、致不卑微、</p> <p>20彼之子女、悉如畴昔、彼之会众、坚立我前、虐遇之者、我必罚之、</p> <p>21其君王必属己族、其牧伯亦出其中、我必使之就而近我、夫有勇以近我者、谁耶、耶和华言之矣、</p> <p>22尔将为我民、我为尔上帝、○</p> <p>23耶和华之怒已发、有若暴风飓风、击彼恶人之首、</p> <p>24耶和华之志未成、其意未遂、则其烈怒不息、日后尔必悉之、</p> </div> </body> </html>
doxygen documentation/form_8js.html
zwmcfarland/MSEF
<!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.8"/> <title>MSEF: C:/Users/Zac/Downloads/MSEF-master/src/js/form.js 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="navtree.js"></script> <script type="text/javascript"> $(document).ready(initResizable); $(window).load(resizeHeight); </script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { searchBox.OnSelectItem(0); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">MSEF &#160;<span id="projectnumber">1.0.0</span> </div> <div id="projectbrief">Web System for Science Fairs</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.8 --> <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 class="current"><a href="files.html"><span>Files</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="files.html"><span>File&#160;List</span></a></li> <li><a href="globals.html"><span>Globals</span></a></li> </ul> </div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> $(document).ready(function(){initNavTree('form_8js.html','');}); </script> <div id="doc-content"> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> <a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Data Structures</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Pages</a></div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="header"> <div class="summary"> <a href="#func-members">Functions</a> </div> <div class="headertitle"> <div class="title">form.js File Reference</div> </div> </div><!--header--> <div class="contents"> <p><a href="form_8js_source.html">Go to the source code of this file.</a></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a> Functions</h2></td></tr> <tr class="memitem:ad9b32880e49c45f9688468a924439003"><td class="memItemLeft" align="right" valign="top">function&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="form_8js.html#ad9b32880e49c45f9688468a924439003">subComp</a> ()</td></tr> <tr class="separator:ad9b32880e49c45f9688468a924439003"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ad193088c9930c366b7d27dea0f9220dc"><td class="memItemLeft" align="right" valign="top">function&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="form_8js.html#ad193088c9930c366b7d27dea0f9220dc">formSubmit</a> ()</td></tr> <tr class="separator:ad193088c9930c366b7d27dea0f9220dc"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <h2 class="groupheader">Function Documentation</h2> <a class="anchor" id="ad193088c9930c366b7d27dea0f9220dc"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">function formSubmit </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Definition at line <a class="el" href="form_8js_source.html#l00033">33</a> of file <a class="el" href="form_8js_source.html">form.js</a>.</p> </div> </div> <a class="anchor" id="ad9b32880e49c45f9688468a924439003"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">function subComp </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Definition at line <a class="el" href="form_8js_source.html#l00001">1</a> of file <a class="el" href="form_8js_source.html">form.js</a>.</p> </div> </div> </div><!-- contents --> </div><!-- doc-content --> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="navelem"><a class="el" href="dir_d3ebcf50f8acb4e0db99838bcb9c654b.html">Downloads</a></li><li class="navelem"><a class="el" href="dir_d07b5dd7620ee6bdb71d31d62bddac9d.html">MSEF-master</a></li><li class="navelem"><a class="el" href="dir_18fa2e5e8ce958c14caaf5a1adfe7c20.html">src</a></li><li class="navelem"><a class="el" href="dir_c3d4f31685c2d26bb7618f89cf83707a.html">js</a></li><li class="navelem"><a class="el" href="form_8js.html">form.js</a></li> <li class="footer">Generated on Fri Dec 19 2014 22:45:53 for MSEF by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.8 </li> </ul> </div> </body> </html>
lib/poi-3.1-FINAL/docs/apidocs/org/apache/poi/hssf/record/aggregates/ValueRecordsAggregate.html
stumoodie/MetabolicNotationSubsystem
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.5.0_13) on Sun Jun 29 16:46:44 MSD 2008 --> <TITLE> ValueRecordsAggregate (POI API Documentation) </TITLE> <META NAME="keywords" CONTENT="org.apache.poi.hssf.record.aggregates.ValueRecordsAggregate class"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="ValueRecordsAggregate (POI API Documentation)"; } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&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="class-use/ValueRecordsAggregate.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&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;<A HREF="../../../../../../org/apache/poi/hssf/record/aggregates/RowRecordsAggregate.html" title="class in org.apache.poi.hssf.record.aggregates"><B>PREV CLASS</B></A>&nbsp; &nbsp;NEXT CLASS</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/apache/poi/hssf/record/aggregates/ValueRecordsAggregate.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ValueRecordsAggregate.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"> org.apache.poi.hssf.record.aggregates</FONT> <BR> Class ValueRecordsAggregate</H2> <PRE> java.lang.Object <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">org.apache.poi.hssf.record.Record</A> <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.poi.hssf.record.aggregates.ValueRecordsAggregate</B> </PRE> <HR> <DL> <DT><PRE>public final class <B>ValueRecordsAggregate</B><DT>extends <A HREF="../../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</A></DL> </PRE> <P> Aggregate value records together. Things are easier to handle that way. <P> <P> <DL> <DT><B>Author:</B></DT> <DD>andy, Glen Stampoultzis (glens at apache.org), Jason Height (jheight at chariot dot net dot au)</DD> </DL> <HR> <P> <!-- =========== FIELD SUMMARY =========== --> <A NAME="field_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Field Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;short</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hssf/record/aggregates/ValueRecordsAggregate.html#sid">sid</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</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="../../../../../../org/apache/poi/hssf/record/aggregates/ValueRecordsAggregate.html#ValueRecordsAggregate()">ValueRecordsAggregate</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a new instance of ValueRecordsAggregate</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;java.lang.Object</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hssf/record/aggregates/ValueRecordsAggregate.html#clone()">clone</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Performs a deep clone of the record</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="../../../../../../org/apache/poi/hssf/record/aggregates/ValueRecordsAggregate.html#construct(int, java.util.List)">construct</A></B>(int&nbsp;offset, java.util.List&nbsp;records)</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;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hssf/record/aggregates/ValueRecordsAggregate.html#fillFields(org.apache.poi.hssf.record.RecordInputStream)">fillFields</A></B>(<A HREF="../../../../../../org/apache/poi/hssf/record/RecordInputStream.html" title="class in org.apache.poi.hssf.record">RecordInputStream</A>&nbsp;in)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;You never fill an aggregate</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="../../../../../../org/apache/poi/hssf/record/aggregates/ValueRecordsAggregate.html#getFirstCellNum()">getFirstCellNum</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;java.util.Iterator</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hssf/record/aggregates/ValueRecordsAggregate.html#getIterator()">getIterator</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;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hssf/record/aggregates/ValueRecordsAggregate.html#getLastCellNum()">getLastCellNum</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;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hssf/record/aggregates/ValueRecordsAggregate.html#getPhysicalNumberOfCells()">getPhysicalNumberOfCells</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;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hssf/record/aggregates/ValueRecordsAggregate.html#getRecordSize()">getRecordSize</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gives the current serialized size of the record.</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="../../../../../../org/apache/poi/hssf/record/aggregates/ValueRecordsAggregate.html#getRowCellBlockSize(int, int)">getRowCellBlockSize</A></B>(int&nbsp;startRow, int&nbsp;endRow)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tallies a count of the size of the cell records that are attached to the rows in the range specified.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;short</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hssf/record/aggregates/ValueRecordsAggregate.html#getSid()">getSid</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return the non static version of the id for this record.</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/apache/poi/hssf/record/aggregates/ValueRecordsAggregate.html#insertCell(org.apache.poi.hssf.record.CellValueRecordInterface)">insertCell</A></B>(<A HREF="../../../../../../org/apache/poi/hssf/record/CellValueRecordInterface.html" title="interface in org.apache.poi.hssf.record">CellValueRecordInterface</A>&nbsp;cell)</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><A HREF="../../../../../../org/apache/poi/hssf/record/aggregates/ValueRecordsAggregate.html#removeCell(org.apache.poi.hssf.record.CellValueRecordInterface)">removeCell</A></B>(<A HREF="../../../../../../org/apache/poi/hssf/record/CellValueRecordInterface.html" title="interface in org.apache.poi.hssf.record">CellValueRecordInterface</A>&nbsp;cell)</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><A HREF="../../../../../../org/apache/poi/hssf/record/aggregates/ValueRecordsAggregate.html#rowHasCells(int)">rowHasCells</A></B>(int&nbsp;row)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns true if the row has cells attached to it</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="../../../../../../org/apache/poi/hssf/record/aggregates/ValueRecordsAggregate.html#serialize(int, byte[])">serialize</A></B>(int&nbsp;offset, byte[]&nbsp;data)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;called by the class that is responsible for writing this sucker.</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="../../../../../../org/apache/poi/hssf/record/aggregates/ValueRecordsAggregate.html#serializeCellRow(int, int, byte[])">serializeCellRow</A></B>(int&nbsp;row, int&nbsp;offset, byte[]&nbsp;data)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Serializes the cells that are allocated to a certain row range</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hssf/record/aggregates/ValueRecordsAggregate.html#validateSid(short)">validateSid</A></B>(short&nbsp;id)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;called by constructor, should throw runtime exception in the event of a record passed with a differing ID.</TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_org.apache.poi.hssf.record.Record"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class org.apache.poi.hssf.record.<A HREF="../../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</A></B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../../../../../org/apache/poi/hssf/record/Record.html#cloneViaReserialise()">cloneViaReserialise</A>, <A HREF="../../../../../../org/apache/poi/hssf/record/Record.html#isInValueSection()">isInValueSection</A>, <A HREF="../../../../../../org/apache/poi/hssf/record/Record.html#isValue()">isValue</A>, <A HREF="../../../../../../org/apache/poi/hssf/record/Record.html#serialize()">serialize</A>, <A HREF="../../../../../../org/apache/poi/hssf/record/Record.html#toString()">toString</A></CODE></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>equals, finalize, getClass, hashCode, notify, notifyAll, 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="sid"><!-- --></A><H3> sid</H3> <PRE> public static final short <B>sid</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.apache.poi.hssf.record.aggregates.ValueRecordsAggregate.sid">Constant Field Values</A></DL> </DL> <!-- ========= CONSTRUCTOR DETAIL ======== --> <A NAME="constructor_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Constructor Detail</B></FONT></TH> </TR> </TABLE> <A NAME="ValueRecordsAggregate()"><!-- --></A><H3> ValueRecordsAggregate</H3> <PRE> public <B>ValueRecordsAggregate</B>()</PRE> <DL> <DD>Creates a new instance of ValueRecordsAggregate <P> </DL> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Method Detail</B></FONT></TH> </TR> </TABLE> <A NAME="insertCell(org.apache.poi.hssf.record.CellValueRecordInterface)"><!-- --></A><H3> insertCell</H3> <PRE> public void <B>insertCell</B>(<A HREF="../../../../../../org/apache/poi/hssf/record/CellValueRecordInterface.html" title="interface in org.apache.poi.hssf.record">CellValueRecordInterface</A>&nbsp;cell)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="removeCell(org.apache.poi.hssf.record.CellValueRecordInterface)"><!-- --></A><H3> removeCell</H3> <PRE> public void <B>removeCell</B>(<A HREF="../../../../../../org/apache/poi/hssf/record/CellValueRecordInterface.html" title="interface in org.apache.poi.hssf.record">CellValueRecordInterface</A>&nbsp;cell)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getPhysicalNumberOfCells()"><!-- --></A><H3> getPhysicalNumberOfCells</H3> <PRE> public int <B>getPhysicalNumberOfCells</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getFirstCellNum()"><!-- --></A><H3> getFirstCellNum</H3> <PRE> public int <B>getFirstCellNum</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getLastCellNum()"><!-- --></A><H3> getLastCellNum</H3> <PRE> public int <B>getLastCellNum</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="construct(int, java.util.List)"><!-- --></A><H3> construct</H3> <PRE> public int <B>construct</B>(int&nbsp;offset, java.util.List&nbsp;records)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="serialize(int, byte[])"><!-- --></A><H3> serialize</H3> <PRE> public int <B>serialize</B>(int&nbsp;offset, byte[]&nbsp;data)</PRE> <DL> <DD>called by the class that is responsible for writing this sucker. Subclasses should implement this so that their data is passed back in a byte array. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../org/apache/poi/hssf/record/Record.html#serialize(int, byte[])">serialize</A></CODE> in class <CODE><A HREF="../../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>offset</CODE> - to begin writing at<DD><CODE>data</CODE> - byte array containing instance data <DT><B>Returns:</B><DD>number of bytes written</DL> </DD> </DL> <HR> <A NAME="getRowCellBlockSize(int, int)"><!-- --></A><H3> getRowCellBlockSize</H3> <PRE> public int <B>getRowCellBlockSize</B>(int&nbsp;startRow, int&nbsp;endRow)</PRE> <DL> <DD>Tallies a count of the size of the cell records that are attached to the rows in the range specified. <P> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="rowHasCells(int)"><!-- --></A><H3> rowHasCells</H3> <PRE> public boolean <B>rowHasCells</B>(int&nbsp;row)</PRE> <DL> <DD>Returns true if the row has cells attached to it <P> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="serializeCellRow(int, int, byte[])"><!-- --></A><H3> serializeCellRow</H3> <PRE> public int <B>serializeCellRow</B>(int&nbsp;row, int&nbsp;offset, byte[]&nbsp;data)</PRE> <DL> <DD>Serializes the cells that are allocated to a certain row range <P> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="fillFields(org.apache.poi.hssf.record.RecordInputStream)"><!-- --></A><H3> fillFields</H3> <PRE> protected void <B>fillFields</B>(<A HREF="../../../../../../org/apache/poi/hssf/record/RecordInputStream.html" title="class in org.apache.poi.hssf.record">RecordInputStream</A>&nbsp;in)</PRE> <DL> <DD>You never fill an aggregate <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../org/apache/poi/hssf/record/Record.html#fillFields(org.apache.poi.hssf.record.RecordInputStream)">fillFields</A></CODE> in class <CODE><A HREF="../../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>in</CODE> - the RecordInputstream to read the record from</DL> </DD> </DL> <HR> <A NAME="validateSid(short)"><!-- --></A><H3> validateSid</H3> <PRE> protected void <B>validateSid</B>(short&nbsp;id)</PRE> <DL> <DD>called by constructor, should throw runtime exception in the event of a record passed with a differing ID. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../org/apache/poi/hssf/record/Record.html#validateSid(short)">validateSid</A></CODE> in class <CODE><A HREF="../../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>id</CODE> - alleged id for this record</DL> </DD> </DL> <HR> <A NAME="getSid()"><!-- --></A><H3> getSid</H3> <PRE> public short <B>getSid</B>()</PRE> <DL> <DD>return the non static version of the id for this record. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../org/apache/poi/hssf/record/Record.html#getSid()">getSid</A></CODE> in class <CODE><A HREF="../../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</A></CODE></DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getRecordSize()"><!-- --></A><H3> getRecordSize</H3> <PRE> public int <B>getRecordSize</B>()</PRE> <DL> <DD><B>Description copied from class: <CODE><A HREF="../../../../../../org/apache/poi/hssf/record/Record.html#getRecordSize()">Record</A></CODE></B></DD> <DD>gives the current serialized size of the record. Should include the sid and reclength (4 bytes). <P> <DD><DL> <DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../../org/apache/poi/hssf/record/Record.html#getRecordSize()">getRecordSize</A></CODE> in class <CODE><A HREF="../../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</A></CODE></DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getIterator()"><!-- --></A><H3> getIterator</H3> <PRE> public java.util.Iterator <B>getIterator</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="clone()"><!-- --></A><H3> clone</H3> <PRE> public java.lang.Object <B>clone</B>()</PRE> <DL> <DD>Performs a deep clone of the record <P> <DD><DL> <DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../../org/apache/poi/hssf/record/Record.html#clone()">clone</A></CODE> in class <CODE><A HREF="../../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</A></CODE></DL> </DD> <DD><DL> </DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&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="class-use/ValueRecordsAggregate.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&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;<A HREF="../../../../../../org/apache/poi/hssf/record/aggregates/RowRecordsAggregate.html" title="class in org.apache.poi.hssf.record.aggregates"><B>PREV CLASS</B></A>&nbsp; &nbsp;NEXT CLASS</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/apache/poi/hssf/record/aggregates/ValueRecordsAggregate.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ValueRecordsAggregate.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 2008 The Apache Software Foundation or its licensors, as applicable.</i> </BODY> </HTML>
target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_17a_testAbaNumberCheck_35692_bad_knj.html
dcarda/aba.route.validator
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" /> <link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media="all"/> <link rel="stylesheet" href="../../../../../aui/css/aui-experimental.min.css" media="all"/> <!--[if IE 9]><link rel="stylesheet" href="../../../../../aui/css/aui-ie9.min.css" media="all"/><![endif]--> <style type="text/css" media="all"> @import url('../../../../../style.css'); @import url('../../../../../tree.css'); </style> <script src="../../../../../jquery-1.8.3.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui-experimental.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui-soy.min.js" type="text/javascript"></script> <script src="../../../../../package-nodes-tree.js" type="text/javascript"></script> <script src="../../../../../clover-tree.js" type="text/javascript"></script> <script src="../../../../../clover.js" type="text/javascript"></script> <script src="../../../../../clover-descriptions.js" type="text/javascript"></script> <script src="../../../../../cloud.js" type="text/javascript"></script> <title>ABA Route Transit Number Validator 1.0.1-SNAPSHOT</title> </head> <body> <div id="page"> <header id="header" role="banner"> <nav class="aui-header aui-dropdown2-trigger-group" role="navigation"> <div class="aui-header-inner"> <div class="aui-header-primary"> <h1 id="logo" class="aui-header-logo aui-header-logo-clover"> <a href="http://openclover.org" title="Visit OpenClover home page"><span class="aui-header-logo-device">OpenClover</span></a> </h1> </div> <div class="aui-header-secondary"> <ul class="aui-nav"> <li id="system-help-menu"> <a class="aui-nav-link" title="Open online documentation" target="_blank" href="http://openclover.org/documentation"> <span class="aui-icon aui-icon-small aui-iconfont-help">&#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_17a.html">Class Test_AbaRouteValidator_17a</a></li> </ol></div> <h1 class="aui-h2-clover"> Test testAbaNumberCheck_35692_bad </h1> <table class="aui"> <thead> <tr> <th>Test</th> <th><label title="The test result. Either a Pass, Fail or Error.">Status</label></th> <th><label title="When the test execution was started">Start time</label></th> <th><label title="The total time in seconds taken to run this test.">Time (seconds)</label></th> <th><label title="A failure or error message if the test is not successful.">Message</label></th> </tr> </thead> <tbody> <tr> <td> <a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_17a.html?line=14632#src-14632" >testAbaNumberCheck_35692_bad</a> </td> <td> <span class="sortValue">1</span><span class="aui-lozenge aui-lozenge-success">PASS</span> </td> <td> 7 Aug 12:46:35 </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_35692_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=26767#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=26767#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=26767#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>
solr-5.3.1/docs/solr-solrj/org/apache/solr/client/solrj/io/stream/package-tree.html
TitasNandi/Summer_Project
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_79) on Thu Sep 17 01:48:29 IST 2015 --> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>org.apache.solr.client.solrj.io.stream Class Hierarchy (Solr 5.3.1 API)</title> <meta name="date" content="2015-09-17"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="org.apache.solr.client.solrj.io.stream Class Hierarchy (Solr 5.3.1 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li>Use</li> <li class="navBarCell1Rev">Tree</li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../../org/apache/solr/client/solrj/io/comp/package-tree.html">Prev</a></li> <li><a href="../../../../../../../org/apache/solr/client/solrj/io/stream/expr/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/apache/solr/client/solrj/io/stream/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 class="title">Hierarchy For Package org.apache.solr.client.solrj.io.stream</h1> <span class="strong">Package Hierarchies:</span> <ul class="horizontal"> <li><a href="../../../../../../../overview-tree.html">All Packages</a></li> </ul> </div> <div class="contentContainer"> <h2 title="Class Hierarchy">Class Hierarchy</h2> <ul> <li type="circle">java.lang.<a href="http://download.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="strong">Object</span></a> <ul> <li type="circle">org.apache.solr.client.solrj.io.stream.<a href="../../../../../../../org/apache/solr/client/solrj/io/stream/CloudSolrStream.StreamOpener.html" title="class in org.apache.solr.client.solrj.io.stream"><span class="strong">CloudSolrStream.StreamOpener</span></a> (implements java.util.concurrent.<a href="http://download.oracle.com/javase/7/docs/api/java/util/concurrent/Callable.html?is-external=true" title="class or interface in java.util.concurrent">Callable</a>&lt;V&gt;)</li> <li type="circle">org.apache.solr.client.solrj.io.stream.<a href="../../../../../../../org/apache/solr/client/solrj/io/stream/CloudSolrStream.TupleWrapper.html" title="class in org.apache.solr.client.solrj.io.stream"><span class="strong">CloudSolrStream.TupleWrapper</span></a> (implements java.lang.<a href="http://download.oracle.com/javase/7/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;T&gt;)</li> <li type="circle">org.apache.solr.client.solrj.io.stream.<a href="../../../../../../../org/apache/solr/client/solrj/io/stream/JSONTupleStream.html" title="class in org.apache.solr.client.solrj.io.stream"><span class="strong">JSONTupleStream</span></a></li> <li type="circle">org.apache.solr.client.solrj.io.stream.<a href="../../../../../../../org/apache/solr/client/solrj/io/stream/StreamContext.html" title="class in org.apache.solr.client.solrj.io.stream"><span class="strong">StreamContext</span></a> (implements java.io.<a href="http://download.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>)</li> <li type="circle">org.apache.solr.client.solrj.io.stream.<a href="../../../../../../../org/apache/solr/client/solrj/io/stream/TupleStream.html" title="class in org.apache.solr.client.solrj.io.stream"><span class="strong">TupleStream</span></a> (implements java.io.<a href="http://download.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>) <ul> <li type="circle">org.apache.solr.client.solrj.io.stream.<a href="../../../../../../../org/apache/solr/client/solrj/io/stream/CloudSolrStream.html" title="class in org.apache.solr.client.solrj.io.stream"><span class="strong">CloudSolrStream</span></a> (implements org.apache.solr.client.solrj.io.stream.<a href="../../../../../../../org/apache/solr/client/solrj/io/stream/ExpressibleStream.html" title="interface in org.apache.solr.client.solrj.io.stream">ExpressibleStream</a>) <ul> <li type="circle">org.apache.solr.client.solrj.io.stream.<a href="../../../../../../../org/apache/solr/client/solrj/io/stream/ParallelStream.html" title="class in org.apache.solr.client.solrj.io.stream"><span class="strong">ParallelStream</span></a> (implements org.apache.solr.client.solrj.io.stream.<a href="../../../../../../../org/apache/solr/client/solrj/io/stream/ExpressibleStream.html" title="interface in org.apache.solr.client.solrj.io.stream">ExpressibleStream</a>)</li> </ul> </li> <li type="circle">org.apache.solr.client.solrj.io.stream.<a href="../../../../../../../org/apache/solr/client/solrj/io/stream/MergeStream.html" title="class in org.apache.solr.client.solrj.io.stream"><span class="strong">MergeStream</span></a> (implements org.apache.solr.client.solrj.io.stream.<a href="../../../../../../../org/apache/solr/client/solrj/io/stream/ExpressibleStream.html" title="interface in org.apache.solr.client.solrj.io.stream">ExpressibleStream</a>)</li> <li type="circle">org.apache.solr.client.solrj.io.stream.<a href="../../../../../../../org/apache/solr/client/solrj/io/stream/PushBackStream.html" title="class in org.apache.solr.client.solrj.io.stream"><span class="strong">PushBackStream</span></a></li> <li type="circle">org.apache.solr.client.solrj.io.stream.<a href="../../../../../../../org/apache/solr/client/solrj/io/stream/RankStream.html" title="class in org.apache.solr.client.solrj.io.stream"><span class="strong">RankStream</span></a> (implements org.apache.solr.client.solrj.io.stream.<a href="../../../../../../../org/apache/solr/client/solrj/io/stream/ExpressibleStream.html" title="interface in org.apache.solr.client.solrj.io.stream">ExpressibleStream</a>)</li> <li type="circle">org.apache.solr.client.solrj.io.stream.<a href="../../../../../../../org/apache/solr/client/solrj/io/stream/ReducerStream.html" title="class in org.apache.solr.client.solrj.io.stream"><span class="strong">ReducerStream</span></a> (implements org.apache.solr.client.solrj.io.stream.<a href="../../../../../../../org/apache/solr/client/solrj/io/stream/ExpressibleStream.html" title="interface in org.apache.solr.client.solrj.io.stream">ExpressibleStream</a>)</li> <li type="circle">org.apache.solr.client.solrj.io.stream.<a href="../../../../../../../org/apache/solr/client/solrj/io/stream/SolrStream.html" title="class in org.apache.solr.client.solrj.io.stream"><span class="strong">SolrStream</span></a></li> <li type="circle">org.apache.solr.client.solrj.io.stream.<a href="../../../../../../../org/apache/solr/client/solrj/io/stream/UniqueStream.html" title="class in org.apache.solr.client.solrj.io.stream"><span class="strong">UniqueStream</span></a> (implements org.apache.solr.client.solrj.io.stream.<a href="../../../../../../../org/apache/solr/client/solrj/io/stream/ExpressibleStream.html" title="interface in org.apache.solr.client.solrj.io.stream">ExpressibleStream</a>)</li> </ul> </li> </ul> </li> </ul> <h2 title="Interface Hierarchy">Interface Hierarchy</h2> <ul> <li type="circle">org.apache.solr.client.solrj.io.stream.<a href="../../../../../../../org/apache/solr/client/solrj/io/stream/ExpressibleStream.html" title="interface in org.apache.solr.client.solrj.io.stream"><span class="strong">ExpressibleStream</span></a></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>Use</li> <li class="navBarCell1Rev">Tree</li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../../org/apache/solr/client/solrj/io/comp/package-tree.html">Prev</a></li> <li><a href="../../../../../../../org/apache/solr/client/solrj/io/stream/expr/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/apache/solr/client/solrj/io/stream/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small> <i>Copyright &copy; 2000-2015 Apache Software Foundation. All Rights Reserved.</i> <script src='../../../../../../../prettify.js' type='text/javascript'></script> <script type='text/javascript'> (function(){ var oldonload = window.onload; if (typeof oldonload != 'function') { window.onload = prettyPrint; } else { window.onload = function() { oldonload(); prettyPrint(); } } })(); </script> </small></p> </body> </html>
carrot2-webapp-3.8.1/herballsilvertrigram/01443891.txt.html
idigbio-citsci-hackathon/carrotFacetNgram
<html> <head> <link rel="stylesheet" type="text/css" href="style.css"> </head> <body> <span class='rank1 1.2090757065657982'>?HERBARIUM</span> <span class='rank6 6.171300748459634'>OF</span> <span class='rank6 6.033766030327724'>THE</span> <span class='rank5 5.23758013687111'>NEW</span> <span class='rank13 13.343396360177708'>YDRK</span> <span class='rank4 4.3452095742978045'>BOTANICAL</span> <span class='rank5 4.836230413135688'>GARDEN</span> </br> <span class='rank0 0.4670780308444549'>plants</span> <span class='rank6 6.171300748459634'>OF</span> <span class='rank-1 -0.5609374859339127'>DOMINICAN</span> <span class='rank1 1.3744932841001827'>REPUBLIC</span> </br> <span class='rank4 3.522999256660679'>1903</span> </br> <span class='rank24 24.1797362437989'>Dipholis</span> <span class='rank-13 -12.638432089348527'>salicifolia</span> <span class='rank4 4.361760190645921'>(L.)</span> <span class='rank8 7.820248442454934'>DC.</span> </br> <span class='rank2 1.5115330233990072'>Tree,</span> <span class='rank20 19.819753149025175'>6-8</span> <span class='rank0 0.0'>m</span> <span class='rank1 0.6600641104920904'>tall,</span> <span class='rank1 1.2445277481483075'>flowers</span> <span class='rank2 1.8260037408182335'>white,</span> <span class='rank-13 -12.574423740777114'>fragrant.</span> <span class='rank8 7.623553077371322'>In</span> <span class='rank-6 -5.943080800734997'>thickets,</span> <span class='rank6 5.549809556806124'>on</span> <span class='rank-7 -7.407310863008519'>limestone</span> <span class='rank0 -0.03410561708174953'>soil.</span> </br> <span class='rank5 4.579851481532855'>San</span> <span class='rank10 9.63944121956662'>Crist—bal.</span> </br> <span class='rank5 5.23758013687111'>NEW</span> <span class='rank5 5.092407184714711'>YORK</span> <span class='rank4 4.3452095742978045'>BOTANICAL</span> <span class='rank5 4.836230413135688'>GARDEN</span> </br> <span class='rank3 2.881195576752365'>0144:</span> </br> <span class='rank15 15.31994347869491'>891</span> </br> <span class='rank5 5.238131978798127'>êEW</span> <span class='rank6 6.005065329417304'>Yo^</span> </br> <span class='rank4 4.3452095742978045'>BOTANICAL</span> </br> <span class='rank5 4.798259882776293'>ARDEN</span> </br> <span class='rank-2 -2.245741785904748'>Collected</span> <span class='rank7 7.495719705861437'>by</span> <span class='rank0 0.06372610206851448'>Basilio</span> <span class='rank7 6.843394519821747'>A.</span> <span class='rank-7 -6.909139811410434'>Lavastre</span> </br> <span class='rank2 2.273103482023245'>March</span> <span class='rank9 9.328301169609748'>6,</span> <span class='rank3 2.887875916217112'>1965</span> </br> <span class='rank12 11.602664575046859'>T.D.PENNINGTON</span> <span class='rank3 3.435069184153974'>1986</span> </br> <span class='rank4 4.107585886410401'>FLORA</span> <span class='rank24 23.61246167343053'>NEOTROPICA</span> <span class='rank9 8.635153989049803'>Si</span> <span class='rank-6 -5.761600700154354'>deroxylon</span> <span class='rank2 2.3579789633804076'>sal</span> <span class='rank0 0.0'>i</span> <span class='rank17 16.824020875471184'>ci-f</span> <span class='rank6 5.772953108120334'>ol</span> <span class='rank0 0.0'>i</span> <span class='rank6 6.025985843008761'>urn</span> <span class='rank5 5.00481548031413'>(L.</span> <span class='rank0 0.0'>)</span> <span class='rank3 3.2351802934240723'>Lam.</span> </br> <span class='rank5 4.746447439496691'>01443891</span> </br> </br></br> <strong>Legend - </strong> Level of confidence that token is an accurately-transcribed word</br> <span class='rank-13'>&nbsp;&nbsp;&nbsp;</span> extremely low <span class='rank-7'>&nbsp;&nbsp;&nbsp;</span> very low <span class='rank-1'>&nbsp;&nbsp;&nbsp;</span> low <span class='rank0'>&nbsp;&nbsp;&nbsp;</span> undetermined <span class='rank1'>&nbsp;&nbsp;&nbsp;</span> medium <span class='rank6'>&nbsp;&nbsp;&nbsp;</span> high <span class='rank16'>&nbsp;&nbsp;&nbsp;</span> very high</br> </body> </html>
giraph-examples/target/munged/apidocs/org/apache/giraph/examples/class-use/SimpleCheckpointVertex.SimpleCheckpointVertexWorkerContext.html
zfighter/giraph-research
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="zh"> <head> <!-- Generated by javadoc (version 1.7.0_40) on Mon Nov 04 09:24:38 CST 2013 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>类 org.apache.giraph.examples.SimpleCheckpointVertex.SimpleCheckpointVertexWorkerContext的使用 (Apache Giraph Examples 1.0.0 API)</title> <meta name="date" content="2013-11-04"> <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="类 org.apache.giraph.examples.SimpleCheckpointVertex.SimpleCheckpointVertexWorkerContext的使用 (Apache Giraph Examples 1.0.0 API)"; } //--> </script> <noscript> <div>您的浏览器已禁用 JavaScript。</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="跳过导航链接"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="导航"> <li><a href="../../../../../org/apache/giraph/examples/package-summary.html">程序包</a></li> <li><a href="../../../../../org/apache/giraph/examples/SimpleCheckpointVertex.SimpleCheckpointVertexWorkerContext.html" title="org.apache.giraph.examples中的类">类</a></li> <li class="navBarCell1Rev">使用</li> <li><a href="../package-tree.html">树</a></li> <li><a href="../../../../../deprecated-list.html">已过时</a></li> <li><a href="../../../../../index-all.html">索引</a></li> <li><a href="../../../../../help-doc.html">帮助</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>上一个</li> <li>下一个</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/giraph/examples/class-use/SimpleCheckpointVertex.SimpleCheckpointVertexWorkerContext.html" target="_top">框架</a></li> <li><a href="SimpleCheckpointVertex.SimpleCheckpointVertexWorkerContext.html" target="_top">无框架</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">所有类</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="类 org.apache.giraph.examples.SimpleCheckpointVertex.SimpleCheckpointVertexWorkerContext 的使用" class="title">类 org.apache.giraph.examples.SimpleCheckpointVertex.SimpleCheckpointVertexWorkerContext<br>的使用</h2> </div> <div class="classUseContainer">没有org.apache.giraph.examples.SimpleCheckpointVertex.SimpleCheckpointVertexWorkerContext的用法</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="跳过导航链接"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="导航"> <li><a href="../../../../../org/apache/giraph/examples/package-summary.html">程序包</a></li> <li><a href="../../../../../org/apache/giraph/examples/SimpleCheckpointVertex.SimpleCheckpointVertexWorkerContext.html" title="org.apache.giraph.examples中的类">类</a></li> <li class="navBarCell1Rev">使用</li> <li><a href="../package-tree.html">树</a></li> <li><a href="../../../../../deprecated-list.html">已过时</a></li> <li><a href="../../../../../index-all.html">索引</a></li> <li><a href="../../../../../help-doc.html">帮助</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>上一个</li> <li>下一个</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/giraph/examples/class-use/SimpleCheckpointVertex.SimpleCheckpointVertexWorkerContext.html" target="_top">框架</a></li> <li><a href="SimpleCheckpointVertex.SimpleCheckpointVertexWorkerContext.html" target="_top">无框架</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">所有类</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2011-2013 <a href="http://www.apache.org">The Apache Software Foundation</a>. All Rights Reserved.</small></p> </body> </html>
target13/site/clover/quick-wins.html
dcarda/aba.route.validator
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <link rel="SHORTCUT ICON" href="img/clover.ico" /> <link rel="stylesheet" href="aui/css/aui.min.css" media="all"/> <link rel="stylesheet" href="aui/css/aui-experimental.min.css" media="all"/> <!--[if IE 9]><link rel="stylesheet" href="aui/css/aui-ie9.min.css" media="all"/><![endif]--> <style type="text/css" media="all"> @import url('style.css'); @import url('tree.css'); </style> <script src="jquery-1.8.3.min.js" type="text/javascript"></script> <script src="aui/js/aui.min.js" type="text/javascript"></script> <script src="aui/js/aui-experimental.min.js" type="text/javascript"></script> <script src="aui/js/aui-soy.min.js" type="text/javascript"></script> <script src="package-nodes-tree.js" type="text/javascript"></script> <script src="clover-tree.js" type="text/javascript"></script> <script src="clover.js" type="text/javascript"></script> <script src="clover-descriptions.js" type="text/javascript"></script> <script src="cloud.js" type="text/javascript"></script> <title>ABA Route Transit Number Validator 1.0.1-SNAPSHOT</title> </head> <body > <div id="page"> <header id="header" role="banner"> <nav class="aui-header aui-dropdown2-trigger-group" role="navigation"> <div class="aui-header-inner"> <div class="aui-header-primary"> <h1 id="logo" class="aui-header-logo aui-header-logo-clover"> <a href="http://openclover.org" title="Visit OpenClover home page"><span class="aui-header-logo-device">OpenClover</span></a> </h1> </div> <div class="aui-header-secondary"> <ul class="aui-nav"> <li id="system-help-menu"> <a class="aui-nav-link" title="Open online documentation" target="_blank" href="http://openclover.org/documentation"> <span class="aui-icon aui-icon-small aui-iconfont-help">&#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="aui-nav-selected"> <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=""> <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"> <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> </ol> <h1 class="aui-h2-clover"> Project overview </h1> <div class="aui-tabs horizontal-tabs"> <ul class="tabs-menu"> <li class="menu-item "> <a href="dashboard.html">Dashboard</a> </li> <li class="menu-item "> <a href="pkg-summary.html"><strong>Application code</strong></a> </li> <li class="menu-item "> <a href="testsrc-pkg-summary.html"><strong>Test code</strong></a> </li> <li class="menu-item "> <a href="test-pkg-summary.html"><strong>Test results</strong></a> </li> <li class="menu-item "> <a href="top-risks.html"><strong>Top risks</strong></a> </li> <li class="menu-item active-tab"> <a href="quick-wins.html"><strong>Quick wins</strong></a> </li> <li class="menu-item "> <a href="treemap.html"><strong>Coverage tree map</strong></a> </li> </ul> <div class="tabs-pane active-pane" id="tabs-first"> <div>&#160;</div> <div style="text-align: right; margin-bottom: 10px"> <button class="aui-button aui-button-subtle" id="popupHelp"> <span class="aui-icon aui-icon-small aui-iconfont-help"></span>&#160;How to read this chart </button> <script> AJS.InlineDialog(AJS.$("#popupHelp"), "helpDialog", function (content, trigger, showPopup) { var description = quickWinsDescription(); var title = 'Quick Wins'; content.css({"padding": "20px"}).html( '<h2>' + title + '</h2>' + description); showPopup(); return false; }, { width: 600 } ); </script> </div> <div style="padding: 20px; border: 1px solid #cccccc; background-color: #f5f5f5; border-radius: 3px"> <div id="deepPackageCloud" > <a href="com/cardatechnologies/utils/validators/abaroutevalidator/exceptions/AbaRouteValidationException.html" class="tag" style="font-size: 19px;color:#d9695f" title="# Elements - 14 , # Elements Covered - 14 ">AbaRouteValidationException</a> <a href="com/cardatechnologies/utils/validators/abaroutevalidator/AbaRouteValidator.html" class="tag" style="font-size: 48px;color:#89c495" title="# Elements - 68 , # Elements Covered - 68 ">AbaRouteValidator</a> <a href="com/cardatechnologies/utils/validators/abaroutevalidator/ErrorCodes.html" class="tag" style="font-size: 15px;color:#d5584c" title="# Elements - 7 , # Elements Covered - 7 ">ErrorCodes</a> </div> </div> </div> <!-- tabs-pane active-pane --> </div> <!-- aui-tabs horizontal-tabs --> </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>